@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Shippori+Mincho+B1&display=swap');
:root {
    --base-color-pink: #F0747A;
    --base-color-green: #28A977;
    --base-color-yellow: #F9B04D;
    --base-color-blue: #81ADD6;
    --base-color-purple: #AB7AA6;
    --base-color-red: #F77159;
    --base-color-teal: #5CA2AB;

    --shadow-color--A: #E86676;
    --shadow-color--B: #229164;
    --shadow-color--C: #F9B04D;
    --shadow-color--D: #81ADD6;
    --shadow-color--E: #AB79A6;
    --shadow-color--F: #F77159;
    --shadow-color--G: #5CA2AB;
}
/* -------------------------------- 

basic style

-------------------------------- */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a, a:focus, a:active, a:hover, object, embed { 
    outline: none;
    text-decoration: none; 
}
a {
    color: inherit;
    text-decoration: none;
}
html {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
    -ms-overflow-style: scrollbar;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Microsoft JhengHei UI', 'Microsoft JhengHei', 'Arial', sans-serif;
    color: #333;
    background: #FCF7EA;
    font-size: 1rem;
    line-height: 2rem;
    overflow-x: hidden;    
}
section {
    position: relative;
    display: block;
}
.container-1400 {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
.mw-100 {
    position: relative;
    display: block;
    max-width: 100%;
    margin: auto;
}
.w-100 {
    position: relative;
    display: block;
    width: 100%;
    margin: auto;
}
.flist { 
    position: relative;    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}
.row-reverse {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row reverse;
    -ms-flex-direction: row reverse;
    flex-direction: row-reverse;
}
.xc-title {
    position: relative;
    max-width: 1400px;
    margin: auto;
}
.xc-title h2 {
    position: relative;
    color: #844F2B;
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.6125rem;
    font-weight: 500;
    letter-spacing: 2px;
}
.xc-title h2 small {
    position: relative;
    display: block;
    color: #C4794B;
    font-size: 1rem;
    font-family: sans-serif;
}
.quick-btn {
    position: relative;
    max-width: 600px;
    width: 90%;
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.btns {
    position: relative;
    display: block;
    width: 100%;
    max-width: 250px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background-color: #836E5B;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
}
.btns:after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    background-color: rgba(0,0,0,0.05);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.btns:hover:after {
    width: 100%;
}
.footer-btn {
    position: relative;
    display: inline-block;
    width: 47%;
    min-width: 150px;
    max-width: 200px;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    color: #9F5927;
    border: 1px solid #9F5928;
    background-color: #F9F3E8;
    margin: 5px 5px 5px 0;
}
.footer-btn.facebook {
    background-image: url(../images/svg-facebook.svg);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.footer-btn.line {
    background-image: url(../images/svg-line.svg);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.phone-btn {
    position: relative;
    width: 100%;
    margin: 10px auto;
    padding-left: 30px;
    background-color: #BC6731;
    background-image: url(../images/svg-phone-white.svg);
    background-position: 50px center;
    background-repeat: no-repeat;
    background-size: 24px;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
}
.line-btn {
    position: relative;
    width: 100%;
    margin: 10px auto;
    padding-left: 30px;
    background-color: #66B002;
    background-image: url(../images/svg-line-white.svg);
    background-position: 50px center;
    background-repeat: no-repeat;
    background-size: 24px;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
}
@media only screen and (min-width: 767px) {
}




/* -------------------------------- 

        menu

 -------------------------------- */
.xc-header {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    background-image: url(../images/header_bg01.webp),url(../images/header_bg00.webp);
    background-position: right top,left bottom;
    background-repeat: no-repeat;
    background-size: 60%,auto;
}
.nav-sp {
    position: relative;
    width: 80%;
    max-width: 400px;
    margin: 2% auto;
    padding: 90px 40px 75px;
    background-image: url(../images/nav_bg_bottom.webp),url(../images/nav_bg.webp);
    background-position: left bottom;
    background-repeat: no-repeat,repeat;
    background-size: 100% auto;
}
.nav-sp:after {
    position: absolute;
    content: '';
    display: block;
    width: calc(100% - 34px);
    max-width: 349px;
    height: 83px;
    left: -6%;
    top: 35px;
    background-image: url(../images/nav_bg_top.webp);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 70%;
}
.nav-sp:before {
    position: absolute;
    content: '';
    display: block;
    width: calc(100% - 34px);
    height: calc(100% - 100px);
    left: 17px;
    top: 15px;
    border: 2px solid #d3a482;
    border-bottom: none;
}
.nav-sp ul {
    position: relative;
}
.nav-sp ul li {
    position: relative;
    margin: 15px 0;
    padding-left: 20px;
    color: #fff;
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.5rem;
}
.nav-sp ul li:before {
    position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    left: 0;
    top: 10px;
    border-radius: 100%;
    background-color: #fff;
    opacity: .8;
}
.xc-header-right {
    position: relative;
    width: 96%;
    max-width: 800px;
    margin: 2%; 
}
.logo-pic {
    position: relative;
    display: block;
    width: 45%;
    max-width: 417px;
    margin: 0 auto;
    transform: translateY(-10px);
}
.keywords {
    position: relative;
    width: 92%;
    max-width: 600px;
    margin: auto;
    margin-bottom: 20px;
    font-size: .95rem;
    line-height: 1.25rem;
    letter-spacing: 0;
    color: #787878;
}
@media only screen and (min-width: 768px) {
    .xc-header {
        padding: 5vw 0;
        background-position: right top,left 60% bottom;
        background-size: 45%,auto;
    }
    .nav-sp {
        width: 36%;
        margin: 2%;
        padding: 100px 40px 80px;
    }
    .nav-sp:after {
        left: -4%;
    }
    .xc-header-right {
        width: 56%;
        margin: 2%;
    }
    .nav-sp ul li {
        margin: 15px 0;
    }
    .keywords {
        margin-top: 2vw;
    }
}


/* -------------------------------- 

        footer

 -------------------------------- */
.xc-footer {
    position: relative;
    padding: 30px 0 0; 
    background-color: #FEFDFA;
    color: #444;
}
.to_top {
    position: fixed;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 45px;
    height: 45px;
    padding-top: 15px;
    text-align: center;
    font-size: .9rem;
    color: #fff;
    background-color: #D2844F;
    z-index: 99;
}
.to_top:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 37%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.fixed_button {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 180px;
}
.fixed_button li {
    position: relative;
    width: 42px;
    height: 42px;
    margin: 5px;
}
.fixed_button li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #F7EEDB;
    transition: all .5s;
}
.fixed_button li a.phone {
    background-image: url(../images/svg-phone.svg);
}
.fixed_button li a.line {
    background-image: url(../images/svg-line-logo.svg);
}
.fixed_button li a.facebook {
    background-image: url(../images/svg-facebook-logo.svg);
}
.fixed_button li a.phone:hover {
    background-color: #A05929;
    background-image: url(../images/svg-phone-white.svg);
}
.fixed_button li a.line:hover {
    background-color: #8CBE31;
    background-image: url(../images/svg-line-white.svg);
}
.fixed_button li a.facebook:hover {
    background-color: #436f98;
    background-image: url(../images/svg-facebook-white.svg);
}
.footer-menu {
    position: relative;
    width: 92%;
    max-width: 800px;
    height: 10px;
    overflow: hidden;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.footer-menu li {
    position: relative;
    height: 3px;
    color: #fff;
}
.xc-footerCopy {
    position: relative;
    color: #fff;
    background-color: #A05929;
    padding: 10px;
    text-align: center;
    font-size: .85rem;
    line-height: 1.5rem;
}
.xc-footerCopy span {
    position: relative;
    display: block;
}
.footer-all {
    position: relative;
    width: 100%;
    padding: 30px 20px;
}
.footer-all .flist {
    position: relative;
    max-width: 1200px;
    margin: auto;
    align-items: flex-start;
}
.footer-left,
.footer-mid,
.footer-right {
    position: relative;
    width: 100%;
}
.footer-logo-pic {
    position: relative;
    width: 35%;
    margin: auto;
}
.footer-mid {
    max-width: 370px;
    margin: auto;
}
.footer-info {
    position: relative;
}
.footer-info li {
    position: relative;
    display: block;
    text-align: center;
}
.footer-info li:first-child {
    font-size: 1.5rem;
    font-weight: bold;
    color: #9F5927;
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer-mid .quick-btn {
    width: 100%;
}
.map {
    position: relative;
    width: 90%;
    margin: 30px 5%;
    background-color: #ddd;
}
.map:before {
    position: absolute;
    content: '';
    display: block;
    width: 94%;
    height: 95%;
    left: -10px;
    top: -10px;
    border-radius: 10px 0 0 0;
    background: rgb(212,168,123);
    background: linear-gradient(166deg, rgba(212,168,123,1) 16%, rgba(253,251,244,1) 86%);
}
.map iframe {
    position: relative;
    display: block;
    line-height: 0;
}
@media only screen and (min-width: 559px) {
    .footer-left {
        width: 38%;
    }
    .footer-mid {
        width: 62%;
    }
    .footer-right {
        width: 100%;
    }
    .footer-logo-pic {
        width: 70%;
    }
    .footer-info li {
        text-align: left;
    }
    @media only screen and (min-width: 992px) {
        .footer-all .flist {
            align-items: center;
        }
        .footer-left {
            width: 25%;
        }
        .footer-mid {
            width: 40%;
        }
        .footer-right {
            width: 35%;
        }
        .footer-logo-pic {
            width: 90%;
        }
    }
}


/* -------------------------------- 

        index page

 -------------------------------- */
.main-A {
    position: relative;
    background-image: url(../images/mainA_bg.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 35%;
}
.main-A:before {
    position: absolute;
    content: '';
    display: block;
    width: 20%;
    height: 20%;
    max-height: 412px;
    right: 3%;
    top: -10%;
    background-image: url(../images/mainA_deco.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.main-A .xc-title {
    max-width: 1500px;
    padding: 8vw 0;
    background-image: url(../images/mainA_img_01.webp);
    background-position: 65% center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-A .xc-title h2 {
    margin: auto;
    text-align: center;
}
.main-txt {
    position: relative;
    width: 86%;
    max-width: 800px;
    padding: 20px;
    margin: 40px auto;
}
.main-B {
    position: relative;
    background-image: url(../images/mainB_bg.webp);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 50%;
}
.main-B .xc-title {
    margin-bottom: 40px;
}
.main-B .xc-title h2 {
    color: #444;
}
.main-B .xc-title h2 small {
    display: inline-block;
    color: #CBBDAC;
    padding-left: 10px;
}
.main-B .main-txt {
    max-width: 700px;
}
.mainB-service-list {
    position: relative;
    display: flex;
    width: calc(100% + 40px);
    margin-left: -20px;
}
.mainB-service-list.illubottom {
    justify-content: flex-end;
}
.mainB-service-list li {
    position: relative;
    width: calc(33.33% - 16px);
    max-width: 145px;
    margin: 8px;
    color: #BB6631;
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    padding: 10px;
    background-color: #F7EEDB;
}
.mainB-service-list li img {
    position: relative;
    display: block;
    width: 84%;
    max-width: 85px;
    margin: auto;
}
.pin-area {
    position: relative;
    padding: 20px 0;
    padding-left: 30px;
    color: #444;
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.15rem;
    font-weight: 600;
    background-image: url(../images/icon_pin.webp);
    background-position: left 15px;
    background-repeat: no-repeat;
}
.main-C {
    position: relative;
    padding: 40px 0 150px;
    background-image: url(../images/mainC_bg.webp);
}
.main-C .xc-title {
    max-width: 400px;
    margin: auto;
    background-image: url(../images/title_deco.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.main-C .xc-title h2,
.main-C .xc-title h2 small {
    text-align: center;
    color: #fff;
}
.mainC-stores-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: auto;
}
.mainC-store-item {
    position: relative;
    width: calc(92% - 40px);
    max-width: 660px;
    padding: 10px;
    margin: 20px auto;
}
.mainC-store-item:before {
    position: absolute;
    content: '';
    display: block;
    width: 100px;
    height: 90px;
    border-radius: 10px;
    left: 0;
    top: 0;
    background-color: #BC6731;
}
.mainC-store-item .store-pic {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 32px;
}
.mainC-store-item .store-pic .pic {
    border-radius: 10px;
}
.mainC-store-item .store-pic  .pic .swiper-slide {
    display: block;
}
.mainC-store-item .swiper-pagination {
    width: 100%;
}
.mainC-store-item .swiper-pagination-clickable .swiper-pagination-bullet {
    margin-right: 5px;
    margin-left: 5px;
}
.mainC-store-item .swiper-pagination-bullet-active {
    background-color: #BC6731;
}
.store-txt {
    position: relative;
    color: #ccc;
}
.store-txt h2 {
    position: relative;
    font-weight: bold;
    color: #fff;
    font-size: 1.3125rem;
    margin-bottom: 20px;
}
.store-txt .store-info {
    position: relative;
    margin-bottom: 20px;
}
.store-txt .line-btn {
    margin-left: 0;
}
.main-D {
    position: relative;
}
.main-D:before {
    position: absolute;
    content: '';
    display: block;
    width: 48%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url(../images/mainD_bg.webp);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.mainD-txt {
    position: relative;
    width: 86%;
    max-width: 1000px;
    margin-left: 7%;
    padding: 8vw;
    color: #666;
    background-color: #FEFDFA;
    background-image: url(../images/mainD_deco_A.webp),url(../images/mainD_deco_B.webp);
    background-position: left top,right bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translateY(-90px);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}
.mainD-txt h3 {
    position: relative;
    color: #65381A;
    padding: 20px 0;
    letter-spacing: 2px;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Shippori Mincho B1", serif;
}
.mainD-txt h3 b {
    padding: 0 5px;
    background-color: #F2E2D6;
}
.mainD-txt p {
    position: relative;
    max-width: 700px;
}
.mainD-txt p .num {
    position: relative;
    display: inline-block;
    color: #CB7133;
    font-weight: bold;
    font-style: initial;
    padding-right: 15px;
}
.main-E {
    position: relative;
    padding-bottom: 40px;
    background: rgb(252,247,234);
    background: linear-gradient(180deg, rgba(252,247,234,1) 20%, rgba(253,250,241,1) 89%);
}
.main-E:before {
    position: absolute;
    content: '';
    display: block;
    width: 50%;
    max-width: 943px;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/mainE_bg.webp);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.mainE-txt {
    position: relative;
    max-width: 1000px;
    width: 86%;
    padding: 20px;
    margin: auto;
}
.mainE-txt h3 {
    position: relative;
    max-width: 800px;
    margin: auto;
    margin-top: 30px;
    padding: 10px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    background-image: url(../images/mainE_title_bg.webp);
}
.mainE-illu-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
}
.mainE-illu-list li {
    position: relative;
    width: 90%;
    padding: 30px;
    color: #653819;
    line-height: 1.75rem;
    font-size: 1.1rem;
    font-weight: 400;
    font-family: "Shippori Mincho B1", serif;
}
.mainE-illu-list li:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    right: 0;
    bottom: 0;
    background-image: url(../images/dashed_horizontal.webp);
    background-position: right bottom;
    background-repeat: repeat-x;
}
.mainE-illu-list li:last-child:before {
    display: none;
}
.mainE-illu-list li img {
    position: relative;
    display: block;
    max-width: 90px;
    width: 45%;
    margin: auto;
    margin-bottom: 10px;
}
.mainE-faq-list {
    position: relative;
    max-width: 650px;
    margin: 30px auto;
}
.mainE-faq-list li {
    position: relative;
    padding: 20px;
    color: #666;
}
.mainE-faq-list li:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    right: 0;
    bottom: 0;
    background-image: url(../images/dashed_horizontal.webp);
    background-position: right bottom;
    background-repeat: repeat-x;
}
.mainE-faq-list li:last-child:before {
    display: none;
}
.mainE-faq-list p b {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #653819;
}
.mainE-note {
    position: relative;
    max-width: 700px;
    width: 82%;
    margin: 40px auto;
    padding: 8vw;
    color: #666;
    background-color: rgba(253,250,241,.95);
    border: 1px solid #F0DDCB;
}
.mainE-note:before {
    position: absolute;
    content: '';
    display: block;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    left: -12px;
    top: -12px;
    border: 2px solid #F0DDCB;
}
.mainE-note:after {
    position: absolute;
    content: '';
    display: block;
    width: 80px;
    height: 75px;
    left: 50%;
    top: 0;
    transform: translate(-50%,-60%);
    background-color: #fdfaf1;
    background-image: url(../images/icon_note.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}
@media only screen and (min-width: 767px) {
    .main-A:before {
        height: 36%;
        top: -14%;
    }
    .main-A .xc-title {
        padding: 80px 0;
    }
    .main-B {
        padding: 30px 0;
        padding-left: 20vw;
    }
    .mainB-service-list {
        width: 100%;
    }
    .mainB-service-list li {
        width: calc(33.33% - 40px);
        margin: 20px;
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .mainB-service-list li:after {
        position: absolute;
        content: '';
        display: block;
        width: 1px;
        height: 80%;
        right: -20px;
        top: 10%;
        background-image: url(../images/dashed_vertical.webp);
        background-position: right top;
        background-repeat: repeat-y;
    }
    .mainB-service-list li:last-child:after {
        display: none;
    }
    .main-B .keywords {
        margin-right: 0;
    }
    .pin-area {
        width: 90%;
        margin-top: 20px;
        margin-left: auto;
        margin-right: 0;
        font-size: 1.5rem;
    }
    .mainC-store-item {
        width: calc(50% - 40px);
    }
    .mainD-txt {
        margin-left: 7%;
        padding: 7vw;
    }
    .mainD-txt h3 {
        font-size: 1.5rem;
    }
    .mainE-illu-list li {
        width: 33.33%;
    }
    .mainE-illu-list li:before {
        width: 2px;
        height: 90%;
        right: 0;
        bottom: 5%;
        background-image: url(../images/dashed_vertical.webp);
        background-position: right top;
        background-repeat: repeat-y;
    }
    .mainE-note {
        padding: 6vw;
    }
    @media only screen and (min-width: 992px) {
        .mainD-txt {
            margin-left: 10%;
            padding: 6vw;
        }
        .mainD-txt h3 {
            font-size: 2rem;
        }
        .main-E:before {
            width: 45%;
        }
        .mainE-note {
            padding: 40px;
        }
    }
}