@charset "utf-8";
/******************************************************

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


/******************************************************/
/* elements  */
/******************************************************/
* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}
html {
    font-size: 5px;
}
body {
    color: #6e6e6e;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    font-family:
        "Noto Sans JP",
        "游ゴシック体",
        "Yu Gothic",
        "游ゴシック",
        YuGothic,
        sans-serif;
    -webkit-text-size-adjust: 100%;
}
p {
    text-align: justify;
}
dt {
}
dd {
}
strong, th {
    font-weight: bold;
}
ul, ol {
}
li {
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
td p, td li, td dt, td dd, dd li, dd p, li p, li li {
}
table {
    font-size: 100%;
    line-height: 1.6;
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    padding: 9px;
    border-right: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    border-top-style: none;
    border-left-style: none;
    outline-style: none;
}
hr {
    text-align:        left;
    vertical-align:    top;
    height: 1px;
    border-top-style:  none;
    border-bottom:     1px solid #bbbbbb;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a:link {
    color: #117434;
    text-decoration:none;
}
a:visited {
    color: #284d35;
    text-decoration:none;
}
a:active {
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
    height: auto;
}
.none {
    display: none !important;
}
.pc,
.tb {
    display: none !important;
}
.sp {
    display: inline-block !important;
}
.sup {
    vertical-align: top;
    font-size: 75%;
    position: relative;
    top: -0.1em
}
.red {
    color: #ff0000;
}


/******************************************************/
/* base  */
/******************************************************/
#wrapper {
    position: relative;
}
#main {
    display: block;
    position: relative;
}
#main .inbox {
    position: relative;
}


/******************************************************/
/* header  */
/******************************************************/
header {
    position: relative;
}
header .logo {
    position: absolute;
    top: 8.8vw;
    left: 50%;
    transform: translateX(-50%);
}
header .logo img {
    width: 30vw;
    height: 36.67vw;
}
header #topmain img {
    width: 100%;
    height: auto;
}
header .mapbtn {
    position: absolute;
    right: 4vw;
    bottom: 4vw;
}
header .mapbtn img {
    min-width: 60px;
    min-height: 60px;
    width: 16vw;
    height: 16vw;
}


/******************************************************/
/* footer */
/******************************************************/
footer {
    border-top: 2px solid #bdaf80;
    position: relative;
    z-index: 1;
    text-align: center;
}
footer .pagetop {
    position: absolute;
    top: -1px;
    right: 4vw;
    transform: translateY(-50%);
}
footer .pagetop img {
    min-width: 50px;
    min-height: 50px;
    width: 13.33vw;
    height: 13.33vw;
}
footer .inbox {
    padding: 13.33vw 0;
}
footer .f_logo {
    text-align: center;
}
footer .f_logo img {
    width: 63.2vw;
    height: 20.67vw;
}
footer .f_insta {
    text-align: center;
    margin-top: 6.7vw;
    font-size: 1.6rem;
    line-height: 1;
}
footer .f_insta img {
    min-width: 33px;
    min-height: 33px;
    width: 8.8vw;
    height: 8.8vw;
}
footer .copyright {
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    margin-top: 8vw;
}
footer .copyright small {
    color: #999999;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
}


/******************************************************/
/* whatis  */
/******************************************************/
#whatis {
    background: #fef9ef;
    position: relative;
    padding: 12vw 13.33vw;
}
#whatis::before {
    content: "";
    background: url(../images/top/sp_deco.png) no-repeat left bottom;
    background-size: 100% auto;
    display: block;
    width: 12.8vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
#whatis h2 {
    margin-bottom: 8vw;
    font-size: 2.5rem;
    line-height: 1.45;
    text-align: left;
}
#whatis h2 span {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.08em;
}
#whatis h2 strong {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.08em;
    display: inline-block;
    position: relative;
    padding: 0 0 0 40px;
}
#whatis h2 strong::before {
    content: "";
    display: block;
    background: #6e6e6e;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 10px;
}
#whatis dl {
    text-align: left;
}
#whatis dt {
    margin-bottom: 7.2vw;
}
#whatis dt img {
    width: 55.2vw;
}
#whatis dd {
    text-align: left;
    line-height: 1.75;
    letter-spacing: 0.1em;
}
#whatis dd p + p {
    margin-top: 1em;
}


/******************************************************/
/* recommended  */
/******************************************************/
#recommended {
    position: relative;
    padding: 12vw 0 0;
}
#recommended h2 {
    padding: 0 13.33vw;
    margin-bottom: 12vw;
    font-size: 2.5rem;
    line-height: 1.45;
    text-align: left;
}
#recommended h2 span {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.08em;
}
#recommended h2 strong {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.08em;
    display: inline-block;
    position: relative;
    padding: 0 0 0 40px;
}
#recommended h2 strong::before {
    content: "";
    display: block;
    background: #6e6e6e;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 10px;
}
#recommended .list dl {
    margin-bottom: 12vw;
}
#recommended .list dt {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding-bottom: 2.4vw;
    text-align: left;
}
#recommended .list dt img {
    width: 100%;
    height: auto;
}
#recommended .list dt strong {
    margin: 3.2vw 13.33vw 0;
    display: block;
}
#recommended .list dl:nth-of-type(1) dt strong span {
    background: linear-gradient(transparent 60%, #fbe5e2 60%);
}
#recommended .list dl:nth-of-type(2) dt strong span {
    background: linear-gradient(transparent 60%, #e0eedf 60%);
}
#recommended .list dl:nth-of-type(3) dt strong span {
    background: linear-gradient(transparent 60%, #fef0d1 60%);
}
#recommended .list dl:nth-of-type(4) dt strong span {
    background: linear-gradient(transparent 60%, #e4dcff 60%);
}
#recommended .list dd {
    border-top: 1px solid #6e6e6e;
    padding-top: 2.4vw;
    margin: 0 13.33vw;
    text-align: justify;
    line-height: 1.75;
    letter-spacing: 0.1em;
}
#recommended .others {
    margin-top: 15.2vw;
    background: #fceae2;
    padding: 12vw 13.33vw 10vw;
    text-align: center;
    position: relative;
}
#recommended .others p {
    line-height: 1.75;
    letter-spacing: 0.1em;
}
#recommended .others h3 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
#recommended .others h3 img {
    width: 112px;
    height: auto;
}


/******************************************************/
/* store  */
/******************************************************/
#store {
    background: #fef9ef;
    position: relative;
    padding: 0 0 12vw;
}
#store h2 {
    background: #fff;
    padding: 12vw 13.33vw;
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 1.45;
    text-align: left;
}
#store h2 span {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.08em;
    padding-right: 10px;
}
#store h2 strong {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.08em;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    margin-top: 5px;
}
#store h2 strong::before {
    content: "";
    display: block;
    background: #6e6e6e;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
}
#store .photo {
    text-align: center;
}
#store .photo img {
    width: 100%;
    height: auto;
}
#store .info {
    background: #fef9ef;
    padding: 3.2vw 6.4vw 0;
}
#store .info dl {
    display: flex;
    align-items: center;
    padding: 2.8vw 0;
    border-bottom: 1px solid #b6b3ae;
    text-align: left;
}
#store .info dl:last-of-type {
    border-bottom: none;
}
#store .info dt {
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
    flex-shrink: 0;
    width: 6em;
}
#store .info dd {
    line-height: 1.75;
    letter-spacing: 0.1em;
}
#store .info dd a[href^="tel"] {
    color: inherit !important;
    display: flex;
    align-items: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.45;
    background: #fff;
    border: 1px solid #898989;
    padding: 1.6vw 5.6vw;
}
#store .info dd a[href^="tel"] img {
    width: 4vw;
    height: 4vw;
    margin-right: 1.6vw;
}
#store .flex {
    padding: 0 6.4vw 3.2vw;
}
#store .map dt {
    display: none;
}
#store .map dd {
    border: 1px solid #cccccc;
    height: 72.8vw;
}
#store .map dd iframe {
    width: 100%;
    height: 72.8vw;
}
#store .parking {
    margin-top: 8.8vw;
    border-top: 1px solid #b6b3ae;
    padding-top: 4vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
}
#store .parking dt {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.1em;
    width: 7em;
}
#store .parking dd.img {
    border: 1px solid #cccccc;
    background: #fff;
    margin-top: 4vw;
    width: 100%;
    order: 2;
}
#store .parking dd.img img {
    width: 100%;
    height: auto;
}
#store .parking dd {
    font-size: 2.6rem;
    line-height: 1.45;
    letter-spacing: 0.1em;
    width: calc(100% - 7em);
}













}