html{
    font-size: 10px;
}
body{
    min-width: inherit;
    position: relative;
}

h1{
    margin: 0;
}
a{
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.font__bodoni {
    font-family: "BauerBodoniRoman", 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', 'ＭＳ Ｐ明朝', serif;
}

/*共通スタイル*/
.pc{
    display: block;
}
.sp{
    display: none;
}
.tb{
    display: none;
}
.tac{
    text-align: center;
}
.tal{
    text-align: left;
}
.tar{
    text-align: right;
}
.fll{
    float: left;
}
.cf:after{
    content: "";
    display: block;
    clear: both;
}
/* ----------------------------------------------------
margin
---------------------------------------------------- */
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb60 { margin-bottom: 60px !important; }
.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
/* ----------------------------------------------------
padding
---------------------------------------------------- */
.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt80 { padding-top: 80px ; }
.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }

/*-----------------------------
color
-----------------------------*/
.p-mv__txt,.navBtn,.fv__bnr,.fair__detail,.reserveBtn:after,.nav__listItem,.fair__navItem{
    background: #fff;
}
.fair__tagItem{
    background: #43352f;
}
.fv{
    background: #fafafa;
}
.fair{
    background: #f6f6f6;
}
.reserveBtn{
    background: #b75f00;
}


.fair__tagItem,a.reserveBtn{
    color: #fff;
}
.c-strong{
    color: #b59100;
}

/*-----------------------------
font 
-----------------------------*/
.fair__tagItem,.nav__listLink{
    font-size: 1.4rem;
}
.p-mv__subTxt_item,.fair__subTtl,.nav__listTtl{
    font-size: 1.6rem;
}
.reserveBtn{
    font-size: 1.7rem;
}
.fair__subTtl_txtItem{
    font-size: 1.8rem;
}
.fair__mainTtl{
    font-size: 2.5rem;
}
.c-font02{
    font-family: 'Noto Sans JP', sans-serif;;
}
.p-mv__subTxt_item{
    letter-spacing: .14em;
}
.fair__nmlTxt{
    letter-spacing: .16em;
}
.fair__nmlTxt{
    line-height: 1.6;
}
.nav__listTtl{
    line-height: 2.18;
}
.p-mv__subTxt_item{
    line-height: 2.06;
}
.fair__mainTtl{
    line-height: 2.4;
}
/*-----------------------------
layout　レイアウト
-----------------------------*/
#container {
    background: #ECEAE9;
}
.l-main{
    font-family:'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    color: #43352f;
    -webkit-overflow-scrolling: touch;
} 
.l-container{
    max-width: 1010px;
    width: 90%;
    margin: 0 auto;
}
.l-mv{
    width: 100%;
    position: relative;
    margin-bottom: 80px;
    animation-name: fade;
    animation-duration: 1s;
    overflow: hidden;
}
.l-section{
    text-align: center;
}
.l-df{
    display: flex;
}
.l-bw{
    justify-content: space-between;
}
.l-sa{
   justify-content: space-around;
}
.l-dt{
    display: table;
}

/*-----------------------------
component　共通パーツ
-----------------------------*/
.stripe,.fair__ttlWrap{
    background-image: url(../img/stripe.png);
    background-repeat: repeat;
}
.c-secTtl{
    margin-bottom: 80px;
    text-align: center;
}
.c-bdr{
    border-bottom: 1px solid #43352f;
    padding-bottom: 4px;
}
.c-bdr-adjst{
    padding-bottom: 5px;
}

/*-----------------------------
project　プロジェクト固有
-----------------------------*/
/*MV-------------------------------*/
.fv{
    position: relative;
}
.pageTtl{
    position: absolute;
    z-index: 6;
    left: 0;
    right: 0;
    margin: auto;
    top: 43px;
}
.slick-list{
    overflow: visible;
}
.mv__imgWrap{
    position: relative;
    height: 100%;
    margin-bottom: 48px;
    width: 86%;
    margin-left: 14%;
}
.mv__imgItem{
    min-height: 403px;
    outline: none;
}
.mv__Photo{
    right: 0;
    top: 0;
    height: auto;
    overflow: hidden;
}
.slick-slide .mv__Photo img{
    width: 100%;
}
.p-mv__txt{
    width: 46%;
    height: 129px;
    box-sizing: border-box;
    position: absolute;
    top: calc(100% - 82px);
    left: calc((100% - 84%)*-1);
    padding: 31px 25px 31px 14%;
    z-index: 10;
    padding-left: calc(100% - 84%);
}
.p-mv__subTxt{
    position: relative;
    height: 61px;
    opacity:0;
}
.slick-active .p-mv__subTxt{
    animation-name:anime1;
    animation-duration:7s; 
    animation-fill-mode: forwards;
} 
.slick-active .mv__subCopy{
    animation-name:anime2;
    animation-delay: 1s;
    animation-duration:6.6s; 
    animation-fill-mode: forwards;
}
.p-mv__num,.p-mv__subTxt_item{
    display: table-cell;
    vertical-align: middle;
}
.p-mv__num{
    position: absolute;
    left: -45px;
}
.p-mv__num img{
    width: 13px;
}

.p-mv__subTxt_item{
    text-decoration: underline;
}

.mv__subCopy{
    position: absolute;
    z-index: 10;
    right: 18px;
    bottom: 12px;
    opacity: 0;
}
.mv__point{
    position: absolute;
    left: calc(14% - 60px);
    top: 90px;
    z-index: 5;
}
.navBtnWrap{
    position: fixed;
    right: 20px;
    top: 94px;
    z-index: 6;
}
.navBtn__icon{
    fill:#43352f;
}
.navBtn{
    display: inline-block;
    box-sizing: border-box;
    height: 62px;
    border-radius: 50px;
    padding: 15px 24px;
    box-shadow:1px 1px 1px 0px rgba(0,0,0,0.15);
    transition: all .3s;
}


.fv__bnrWrap{
    text-align: right;
}
.fv__bnr{
    display: inline-block;
    margin-right: 26px;
}

.mv__imgWrap .slick-prev,.mv__imgWrap .slick-next{
    top: auto;
    border-radius: 50%;
    border: 1px solid #e7e5e4;
    left: calc(30% - 60px);
    transition: all .3s;
}

.mv__imgWrap .slick-prev{
    top: calc(100% + 2px);
}
.mv__imgWrap .slick-next{
    top: calc(100% - 38px);
}
.mv__imgWrap .slick-prev:before,.mv__imgWrap .slick-next:before{
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 45%;
}
.mv__imgWrap .slick-prev:before{
    background-image: url('../img/mv_arrowL.jpg');
}
.mv__imgWrap .slick-next:before{
    background-image: url('../img/mv_arrowR.jpg');
}
.mv__imgWrap .slick-list,.mv__imgWrap .slick-track{
    height: 100%;
}
.mv__imgWrap li.mv__imgItem:nth-of-type(6) .mv__subCopy {
    bottom: 160px;
}
/*feature-------------------------------*/
.featureWrap{
    flex-wrap: wrap;
    justify-content: center;
}
.feature__container{
    max-width:1175px;
    margin: 0 auto;
}
.feature__item{
    position: relative;
    margin-right: 8%;
    margin-bottom: 94px;
    width: 27.2%;
}
.feature__item .feature__mainImg img{
    width: 100%;
}
.feature__item:nth-of-type(3),.feature__item:nth-of-type(5){
    margin-right: 0;
}
.feature__item:nth-of-type(4),.feature__item:nth-of-type(5){
    margin-bottom: 93px;
}
.feature__num{
    position: absolute;
    left: -27px;
    top: -22px;
}
.feature__txt{
    position: absolute;
    right: 29px;
    top: 44px;
}

/*fair-------------------------------*/
.fair__navListWrap{
    flex-wrap: wrap;
    margin-bottom: 100px;
    padding-top: 90px;
    margin-top: -90px;
}
.fair__navItem{
    width: 48%;
    align-items: center;
    padding: 10px 36px; 
    box-sizing: border-box;
    position: relative;
    justify-content: space-between;
    margin-bottom: 40px;
    cursor: pointer;
    transition: all .3s;
}

.fair__navItem:nth-of-type(n+5){
    margin-bottom: 0;
}
.fair__navTxt{
    text-align: left;
    margin-top: -9px;
    white-space: nowrap;
}
.fair__navNum{
    margin-bottom: 7px;
}
.fair__navTtl{
    line-height: 2.06;
    letter-spacing: .12em;
}

.fair__navItem:after{
    position: absolute;
    content: '';
    width: 12px;
    height: 8px;
    background: url('../img/list_arrow.png')no-repeat;
    right: 13px;
    background-size: contain;
    transition: all .3s;
}
.fair{
    padding: 110px 0 0 0;
}
.fair__photoSlider{
    margin-bottom: 0!important;
}
.fair__photoSlider .slick-list{
    overflow: hidden;
}
.fair__photoSlider .slick-prev{
    left: 30px;
}
.slick-next{
    right: 30px;
}
.slick-prev, .slick-next{
    width: 35px;
    height: 35px;
    z-index: 5;
}

.slick-prev:before,.slick-next:before{
    content: '';
    height: 35px;
    width: 35px;
    display: inline-block;
    opacity: 1;
    background-size: contain;
}
.fair__photoSlider .slick-prev:before{
    background-image: url('../img/slider_arrowL.png');
}
.fair__photoSlider .slick-next:before{
    background-image: url('../img/slider_arrowR.png');
}
.fair__pager{
    position: absolute;
    bottom: 93px;
    right: 88px;
    display: flex;
}
.fair__pager button{
    width: 7px;
    height: 7px;
    color: transparent;
    background: #fff;
    border-radius: 50%;
    margin-right: 5px;
}
.fair__pager .slick-active button{
    background: #b59100;
}
.fair__wrap{
    padding-top: 90px;
    margin-top: -90px;
    margin-bottom: 66px;
}
.fair__detail{
    margin: -85px 80px 44px;
    border: 5px solid #fff;
    z-index: 5;
    position: relative;
}

.fair__detail:before{
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #eceaea;
    z-index: 3;
}
.fair__ttlWrap{
    margin-bottom: 40px;
}
.fair__ttlWrap.l-bw {
    align-items: center;
}
.fair__num,.fair__cate{
    width: 50%;
    text-align: center;
    padding: 31px;
    position: relative;
}
.fair__num {
    font-size: 30px;
}
.fair__cate {
    font-size: 20px;
}
@media (max-width: 767px) {
#fair1 .fair__cate img,
#fair6 .fair__cate img {
    width: 60%;
}
    }
.fair__num:after{
    content: '';
    position: absolute;
    height: 100px;
    width: 1px;
    background: #eceaea;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.fair__detailTxt{
    padding: 0 70px 60px;
}
.fair__mainTtl{
    letter-spacing: .08em;
    margin-bottom: 41px;
}
.fair__subTtl,.fair__subTtl:before,.fair__listItem{
    background:url('../img/dot_pc.png') bottom repeat-x;
    background-size: 5px;
}
.fair__subTtl{
    letter-spacing: .17em;
    padding-bottom: 17px;
    margin-bottom: 24px;
    height: 32px;
}
.fair__subTtl:before{
    content: '';
    width: 100%;
    height: 2px;
    display: inline-block;
    margin-bottom: 12px;
}
.fair__subTtl_txt{
    padding: 0 21px 0 30px;
    position: relative;
}
.fair__subTtl_txtItem{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.fair__tagWrap{
    margin: auto;
    margin-bottom: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.fair__tagWrap:nth-of-type(2){
    margin-bottom: 30px;
}
.fair__tagItem{
    display: inline-block;
    width: 86px;
    height: 25px;
    position: relative;
    border-radius: 5px;
    letter-spacing: .1em;
    padding: 5px 0;
    box-sizing: border-box;
    margin-right: 9px;
    margin-bottom: 9px;
    overflow: hidden;
}
.fair__tagItem:nth-of-type(3n){
    margin-right: 0;
}
.fair__tagItem:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 5px solid #b59100;
    border-right: 5px solid #b59100;
    right: 0;
    bottom: 0;
    
}
.fair__nmlTxt{
    text-align: left;
    padding: 0 33px;
    margin-bottom: 47px;
}
.fair__nmlTxt:last-of-type,.fair__listWrap:last-of-type{
    margin-bottom: 0;
}
.fair__listItem{
/*
    background-image: linear-gradient(to right, #433430, #000 1px, transparent 1px, transparent 4px);
    background-size: 9px 2px;
    background-position: bottom;
    background-repeat: repeat-x;
*/
    padding-bottom: 14px;
    margin-bottom: 16px;
    display: flex;
}
.fair__listItem:last-of-type{
    background: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.fair__listNum{
    padding-left: 7px;
}
.reserveBtn{
    display: inline-block;
    box-sizing: border-box;
    width: 350px;
    height: 51px;
    border-radius: 6px;
    padding: 18px;
    letter-spacing: .2em;
    line-height: .8;
    position: relative;
    z-index: 5;
}
.reserveBtn:after{
    position: absolute;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../img/calendar.png');
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 11px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.toList{
    letter-spacing: .2em;
    display: flex;
    justify-content: center;
}
/*nav-------------------------------*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 7;
    overflow: scroll;
    background: #fafafa;
}
.modal__bg{
    background: #fafafa;
    opacity: .97;
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    left: 50%;
    position: absolute;
    top: calc(70% + 45px);
    transform: translate(-50%,-50%);
    max-width: 962px;
    width: 962px;
    flex-wrap: wrap;
}
.navBtn.is-close{
    padding: 24px;
}
.nav__listItem{
    width: 46%;
    padding: 43px 25px 35px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 109px;
    cursor: pointer;
    transition: all .4s;
}
.nav__listNum{
    position: absolute;
    top: -34px;
    left: 25px;
    text-align: center;
    line-height: 1.5;
}
.nav__listNum .nav_cate {
    font-size: 12px;
}
.nav__listNum .nav_name {
    font-size: 20px;
}
.nav__listTtl{
    letter-spacing: .1em;
}
.nav__listPhoto{
    position: absolute;
    top: -42px;
    right: 17px;
}
.nav__listLink{
    position: absolute;
    right: 17px;
    bottom: -7px;
}
/*-----------------------------
is
-----------------------------*/
.is-thumb{
    position: absolute;
    left: 0;
    z-index: 1000;
}

/*-----------------------------
IE用スタイル
-----------------------------*/
@media all and (-ms-high-contrast: none){
    .feature__txt01 img{
        height: 184px;
    }
    .feature__txt02 img{
        height: 207px;
    }
    .feature__txt03 img{
        height: 186px;
    }
    .feature__txt04 img{
        height: 403px;
    }
    .feature__txt05 img{
        height: 358px;
    }
    
    .navBtn{
        width: 137px;
    }
}
/*-----------------------------
animation
-----------------------------*/
@keyframes anime1 {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    50%{
        opacity: 1;
        transform: translateX(0);
    }
    80%{
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity:0;
        transform: translateX(50px);
    } 
}
@keyframes anime2 {
    0% {
        opacity: 0;
    }
    50%{
        opacity: 1;
        transform: translateY(0);
    }
    60%{
        opacity: 1;

    }
    100% {
        opacity:0;
        transform: translateY(-50px);
    } 
}
@keyframes anime3 {
    0% {
        opacity: 0;
    }
    100% {
        opacity:1;
    } 
}
/*-----------------------------
ブラウザ幅微調整スタイル
-----------------------------*/
@media screen and (min-width: 1700px){
    .mv__imgWrap .slick-prev{
        top: calc(100% + 1px);
    }
    .mv__imgWrap .slick-next{
        top: calc(100% - 39px);
    }
}
@media screen and (max-width: 1605px) {
    .p-mv__txt{
        width: 60%;
    }
    .mv__imgWrap .slick-prev, .mv__imgWrap .slick-next{
        left: calc(44% - 60px);
    }

}
@media screen and (max-width: 1156px){
    .tb{
        display: block;
    }
}

@media screen and (min-width: 767px) {
    .reserveBtn:hover{
        color: #ebd7cb;
    }  
    .navBtn:hover{
        background: #43352f;
    }
    .reserveBtn:hover{
        transition: all .3s;
    }
    .reserveBtn:hover:after{
        opacity: .7;
    }
    .p-mv__subTxt_item:hover{
        text-decoration: none;
    }
    .navBtn:hover{
        transition: all .3s;
    }
    .navBtn:hover .navBtn__icon{
        fill:#fff;
    }
    .mv__imgWrap .slick-prev:hover, .mv__imgWrap .slick-next:hover{
        border: 1px solid #aaa4a1;
        transition: all .3s;
    }
    .fair__navItem:hover{
        transition: all .3s;
    }
    .fair__navItem:hover a{
        opacity: .7;
    }
    .fair__navItem:hover:after{
        margin-top: 5px;
        transition: all .3s;
    }
    .fair__photoSlider .slick-prev:hover,.fair__photoSlider .slick-next:hover{
        opacity: .5;
    }
    a.reserveBtn:hover{
        color: #eaddcb;
    }
    a.reserveBtn:hover:after{
        background-color: #eaddcb;
    }
    .nav__listItem:hover .nav__listTtl,.nav__listItem:hover .nav__listLink{
        opacity: .7;
        transition: all .4s;
    }
    .nav__listItem:hover .c-bdr{
        border-bottom: none;
        transition: all .4s;
    }
    .fair__navTtl:hover,.fair__navItem:hover .fair__navTtl{
        border-bottom: none;
    }
}

/* =======================

counter 

======================= */
.section_ttl{
  padding-top: 120px;
  margin: auto;
  font-size: 50px;
  text-align: center;
  color: #222222;
  letter-spacing: 0.02em;
}
.section_ttl_lead{
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.3em;
  font-feature-settings: 'palt';
  color: #222222;
  text-align: center;
}
@media (max-width: 767px) {
  .section_ttl{
    padding-top: 60px;
    margin: auto;
    font-size: 26px;
    text-align: center;
    color: #222222;
    letter-spacing: 0.02em;
  }
  .section_ttl_lead{
    margin-top: 16px!important;
    font-size: 12px;
    line-height: 1.7em;
    letter-spacing: 0.4em;
    font-feature-settings: 'palt';
    color: #222222;
  }
}
.counterSec {
  padding-top: 40px;
  font-family: 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', serif;
  background: #fff;
}
.counterSec .counter_contents{ 
  width: 100%;
  margin-right: 1%;
  margin-left: 1%;
}
.counterSec .salonArea{
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  align-items: center;
}
.salonArea_item{
  width: 31%;
  margin: 1%;
  text-align: center;
}
.salonArea_item a{
  display: block;
  background: #F7F5EE!important;
  border: 4px solid #F7F5EE!important;
  color: #333!important;
  padding: 26px 0;
  font-weight: 600;
  letter-spacing: .17em;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.salonArea_item a:hover{
  background: #FFF!important;
  border: 4px solid #F7F5EE!important;
  cursor: pointer;
}
.salonArea_item a.active{
  background: #48322A!important;
  border: 4px solid #48322A!important;
  color: #FFF!important;
  cursor: pointer;
}
.counterSec .counter_contents{
  margin: 0 auto;
  display: none;
}
.counterSec .counter_contents.show{
  display: block;
}
.counterSec .counter_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: initial;
}
.counterSec .counter_list .counter_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.counterSec .counter_address{
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #444;
}
.counterSec .counter_list .counter_item.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding:0;
}
.counterSec .telBlock .telBlock_lead{
  font-weight: 800;
  font-size: 12px;
}
@media (min-width: 768px){
  .counterSec {
    width: 900px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .counterSec .section_ttl_lead{
    margin-top: 16px!important;
  }
  .counterSec .section_head img{
    max-height: 450px;
    object-fit: cover;
  }
  .counterSec .lead{
    margin-top: 1em;
    color: #4a5799;
    font-size: 18px;
  }
  .counterSec .counter_contents{ 
    max-width: 860px;
    padding-top: 100px;
    margin-top: -40px;
  }
  .counterSec .salonArea{
    padding-top: 60px;
    margin: 0 -1%;
  }
  .salonArea_item{
    width: 18%;
    margin: 1%;
    text-align: center;
  }
  .salonArea_item a{
    display: block;
    background: #F7F5EE!important;
    padding: 26px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .17em;
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  .counterSec .btn_link_wrap{
    text-align: center;
    font-size: 16px;
  }
  .counterSec .counter_list .counter_item{
    width: 50%;
    margin-bottom: 26px;
  }
  .counterSec .counter_img_block{
    width: 130px;
  }
  .counter_img_block img {
        width: 100%;
  }
  .counterSec .counter_tx_block{
    width: calc(100% - 150px);
    padding-left: 20px;
  }
  .counterSec .counter_name{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 18px!important;
  }
  .counterSec .counter_address{
    font-size: 13px;
  }
  .counterSec .counter_item.online{
    width: 100%;
    margin-top: 40px;
  }
  .counterSec .counter_item.online .counter_img_block{
    width: 60%;
  }
  .counterSec .counter_item.online .counter_tx_block {
    width: 40%;
  }
  .counterSec .counter_item.online .counter_memo{
    font-size: 13px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    font-feature-settings: 'palt';
    font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #444
  }
  .counterSec .telBlock{
    margin-top: 40px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #48322A;
    line-height: 1.6em;
  }
  .counterSec .telBlock .counter_tel{
    margin: 16px 0;
    display: inline-block;
    font-size: 36px;
    letter-spacing: 0.1em;
    color: #48322A;
    font-family: "BauerBodoniRoman", 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', 'ＭＳ Ｐ明朝', serif;
  }
  .counterSec .telBlock .counter_tel:hover{
    cursor: pointer;
  }
  .counterSec .reservation_area{
    padding: 0;
  }
  .reservation_area .btn_wrapper{
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .counterSec {
    position: relative;
  }
  .counterSec .box-inner{
    padding: 0;
  }
  .counterSec .salonArea {
    padding-top: 36px;
  }
  .counterSec .lead{
    margin-top: 1em;
    margin-bottom: 20px;
    color: #4a5799;
  }
  .counterSec .counter_contents{ 
    padding: 80px 0 0 7px;
    margin-top: -40px;
  }
  .salonArea_item a{
    padding: 20px 0;
    font-size: 11px;
    letter-spacing: .1em;
    line-height: 1.2;
  }
  .salonArea_item.online_sp a{
    padding: 14px 0;
  }
  .counterSec .counter_list .counter_item {
    margin-bottom: 20px;
  }
  .counterSec .counter_tx_block{
    width: 65%;
    padding-left: 5%;
    padding-bottom: 5px;
  }
  .counterSec .counter_name{
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px!important;
  }
  .counterSec .counter_address{
    font-size: 12px;
    letter-spacing: 0.06em;
  }
  .counterSec .counter_img_block{
    width: 30%;
    min-width: 100px;
  }
    .counter_img_block img {
        width: 100%;
  }
  .counterSec .counter_item.online {
    display: block;
  }
  .counterSec .counter_item.online .counter_img_block{
    width: 100%;
    padding-right: 7px;
  }
  .counterSec .counter_item.online .counter_tx_block{
    width: 100%;
    padding-top: 16px;
    padding-left: 0;
  }
  .counterSec .counter_item.online .counter_memo{
    font-size: 12px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    font-feature-settings: 'palt';
    font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #444
  }
   .counterSec .telBlock{
    margin-top: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #48322A;
  }
  .counterSec .telBlock .counter_tel{
    margin: 14px 0;
    display: inline-block;
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #48322A;
    font-family: "BauerBodoniRoman", 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', 'ＭＳ Ｐ明朝', serif;
  }
  .counterSec .box_inner {
        padding: 0 20px;
  }
}
@media (max-width: 320px) {
  .counterSec .counter_address{
    letter-spacing: 0;
    font-feature-settings: inherit;
  }
}


/* reservation_area */
.reservation_area{
  width: 100%;
  max-width: 900px;
  padding: 0 50px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.reservation_area .btn_wrapper{
  margin: 18px 0 40px 0;
}
.reservation_tx{
  position: relative;
  display: inline-block;
  color: #48322A;
  letter-spacing: 0.25em;
  font-feature-settings: 'palt';
}
.reservation_tx::before {
  content: '';
  position: absolute;
  top: 40%;
  left: -30px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #c8cfeb;
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.reservation_tx::after {
  content: '';
  position: absolute;
  top: 40%;
  right: -30px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #c8cfeb;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
a.btn{
  width: 100%;
  color: #fff!important;
  text-align: center;
  background: #b75f00;
  border: 1px solid #b75f00;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  backface-visibility: hidden;
  text-decoration: none;
  transition: opacity .3s ease;
  align-items: center;
}
a.btn .note{
  width: 130px;
  padding: 4px 0 3px 0;
  margin-left: -65px;
  border: 1px solid #b75f00;
  border-radius: 20px;
  background: #FFF;
  font-size: 11px;
  color: #48322A;
  position: absolute;
  letter-spacing: 0.1em;
  top: -12px;
  left: 50%;
  vertical-align: middle;
}
a.btn .fs_small{
  font-size: 70%;
}
a.btn:hover {
  opacity: .6;
}
a.btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/btn_arrow.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.btn_area_online a.btn {
  background: #fff;
  color: #b75f00!important;
}
.reservation_area .btn_wrapper.link{
  display: block;
  margin-top: 20px;
}
.btn_link_box a.btn{
  margin: auto;
  color: #48322A!important;
  text-align: center;
  background: #FFF;
  border: 1px solid #48322A;
  position: relative;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  text-decoration: none;
  transition: opacity .3s ease;
}
.btn_link_box a.btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/btn_arrow_right.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .reservation_area{
    margin-top: 60px;
  }
  .reservation_tx{
    padding-bottom: 16px;
    font-size: 18px;
  }
  .reservation_area .btn_{
    width: 100%;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .btn_wrapper .btn_area{
    width: 49%;
  }
  a.btn{
    padding: 22px 0;
    font-size: 20px;
  }
  a.btn::after {
    width: 20px;
    height: 20px;
  }
  a.btn .note{
    width: 180px;
    margin-left: -118px;
    border: 2px solid #b75f00;
    font-size: 14px;
  }
  .btn_link_box a.btn{
    width:500px;
  }
}
@media (max-width: 767px) {
  .reservation_area {
    width: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 22px;
  }
  .reservation_area .btn_wrapper{
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .reservation_tx {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.3em;
  }
  a.btn{
    padding: 20px 0;
    margin-bottom: 20px;
    font-size: 15px;
  }
  a.btn::after {
    right: 10px;
  }
}

.toLink {
    margin: 40px auto 0 auto;
    line-height: 1.5;
    font-size: 18px;
    width: 400px;
    letter-spacing: 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.toLink p,
.other {
    margin: 10px 0;
    width: 100%;
    padding: 20px 0;
    border-radius: 6px;
}
.toLink p a {
    color: #fff!important;
}
.toLink .toLink_line {
    background: #06C755;
    color: #fff;
}
.toLink .toLink_contact {
    background: #48322a;
    color: #fff;
    margin-top: 20px;
}
.toLink .toLink_contact:before {
    content: "無料";
    border: 1px solid #fff;
    border-radius: 40px;
    font-size: 12px;
    padding: 2px 4px 3px 6px;
    margin-right: 10px;
}
.other {
    margin: 0 auto;
    line-height: 2;
    font-size: 16px;
    letter-spacing: 2px;
    width: 600px;
    text-align: left;
}
.other .center {
    display: block;
    text-align: center;
}
@media (max-width: 767px) {
.toLink {
    font-size: 14px;
    width: 86%;
}
.toLink p:nth-of-type(1) {
    padding: 20px 0 0 0;
}
.toLink .toLink_contact {
    margin-top: 10px;
}
.other {
    font-size: 12px;
    width: 90%;
}
}

/* 2025.06　エリア_コンテンツ_チャペルスライド */
.typelist {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 15px 24px;
}
.typelist:hover {
    color: #fff;
}
.fv-img {
  width: auto;            /* PCは幅は自動 */
  height: 100vh;          /* PCは画面の縦いっぱい */
  object-fit: cover;      /* はみ出てもOK */
  display: block;
  margin: 0 auto;         /* 画像を中央寄せ（任意） */
}

@media screen and (max-width: 767px) {
  .fv-img {
    width: 100vw;        /* SPは画面幅いっぱい */
    height: auto;        /* 高さは比率維持 */
  }
}

.feature {
    text-align: center;
}
.feature h3 {
    font-size: 3.5rem;
    line-height: 1.5;
    margin-bottom: 40px;
}
.feature p.read {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 60px;
}
/* タブ */
.tab-1 {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.tab-1 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: 1em 1em 1em;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: #e9f0f6;
    color: #535353;
    font-size: 2.2em;
    text-align: center;
    cursor: pointer;
}

.tab-1 > label:hover {
    opacity: .8;
}

.tab-1 input {
    display: none;
}

.tab-1 > div {
    display: none;
    width: 100%;
    padding: 2rem;
    background-color: #fff;
}

.tab-1 label:has(:checked) {
    background-color: #fff;
    border-color: #2589d0 #f0f0f0 #fff;
    border-style: solid;
    border-width: 4px 1px 1px;
    border-radius: 5px;
    color: #333333;
}

.tab-1 label:has(:checked) + div {
    display: block;
}

.tab-1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.tab-1 ul li {
    width: 26%;
    margin-bottom: 30px;
    padding: 6rem 3rem 3rem 3rem;
}
.tab-1 ul li h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.tab-1 ul li img {
    width: 100%;
    margin-bottom: 10px;
}
.tab-1 ul li p {
    line-height: 1.5;
}
.priceBox .priceText {
    font-size: 20px;
    margin-bottom: 10px;
}
.priceBox .price {
    font-size: 50px;
    margin-bottom: 40px;
    padding-left: 30px;
}
.areaChapel {
    position: relative;
}

.areaChapel h3 {
    font-size: 20px;
    margin-bottom: 30px;
}
/* スライダー全体 */
.swiper1 {
  width: 80%;
  padding: 20px 0;
}

/* スライド画像 */
.swiper-slide img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.swiper-slide p {
    line-height: 1.5;
}
/* デフォ矢印非表示 */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/* カスタム矢印 */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;            /* 親の高さの50%に */
  transform: translateY(-50%);  /* 自身の高さの半分だけ上にずらして中央に */
  width: 40px;          /* 画像の幅に合わせて調整 */
  height: 40px;         /* 画像の高さに合わせて調整 */
  cursor: pointer;
  z-index: 10;
}

.swiper-button-prev {
  left: 50px!important;  /* 左端からの距離 */
}

.swiper-button-next {
  right: 50px!important; /* 右端からの距離 */
}

.swiper-button-prev img,
.swiper-button-next img {
  display: block;
  width: 20px;
  height: auto;
}

/* おすすめチャペル */
.pickBox h3 {
    font-size: 20px;
    margin-bottom: 30px;
}
.pickInner {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.pickInner li {
    width: 30%;
}
.pickInner img {
    width: 100%;
    margin: 14px 0;
}

/* reservation_area */
.reservation_area{
  width: 100%;
  max-width: 900px;
  padding: 0 50px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.reservation_area .btn_wrapper{
  margin: 18px 0 40px 0;
  display: flex;
  justify-content: center;
}
.reservation_tx{
  position: relative;
  display: inline-block;
  color: #48322A;
  letter-spacing: 0.25em;
  font-feature-settings: 'palt';
}
.reservation_tx::before {
  content: '';
  position: absolute;
  top: 40%;
  left: -30px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #c8cfeb;
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.reservation_tx::after {
  content: '';
  position: absolute;
  top: 40%;
  right: -30px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #c8cfeb;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
a.btn{
  width: 100%;
  color: #fff!important;
  text-align: center;
  background: #48322A;
  position: relative;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  backface-visibility: hidden;
  text-decoration: none;
  transition: opacity .3s ease;
  align-items: center;
  border: 1px solid #48322A;
}
.btn_area:nth-of-type(2) a.btn {
    color: #48322A!important;
    background: #fff;
}
a.btn .note{ 
  width: 130px;
  padding: 5px 5px 7px 15px;
  margin-left: -65px;
  border: 1px solid #48322A;
  border-radius: 20px;
  background: #FFF;
  font-size: 11px;
  color: #48322A;
  position: absolute;
  letter-spacing: 0.1em;
  top: -12px;
  left: 50%;
  vertical-align: middle;
}
a.btn .fs_small{
  font-size: 70%;
}
a.btn:hover {
  opacity: .6;
}
a.btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/btn_arrow.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.reservation_area .btn_wrapper.link{
  display: block;
  margin-top: 20px;
}
.btn_link_box a.btn{
  margin: auto;
  color: #48322A!important;
  text-align: center;
  background: #FFF;
  border: 1px solid #48322A;
  position: relative;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  text-decoration: none;
  transition: opacity .3s ease;
}
.btn_link_box a.btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/btn_arrow_right.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .reservation_area{
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .reservation_tx{
    padding-bottom: 16px;
    font-size: 18px;
  }
  .reservation_area .btn_{
    width: 100%;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .btn_wrapper .btn_area{
    width: 49%;
  }
  a.btn{
    padding: 22px 0;
    font-size: 20px;
  }
  a.btn::after {
    width: 20px;
    height: 20px;
  }
  a.btn .note{
    width: 220px;
    margin-left: -118px;
    border: 2px solid #48322A;
    font-size: 14px;
  }
  .okinawa a.btn .note {
    width: 220px;
    letter-spacing: 0.2em;
    margin-left: -102px;
  }
  .btn_link_box a.btn{
    width:500px;
  }
}
@media (max-width: 767px) {
  .reservation_area {
    width: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 22px;
  }
  .reservation_area .btn_wrapper{
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .reservation_tx {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.3em;
  }
  a.btn{
    padding: 20px 0;
    margin-bottom: 20px;
    font-size: 15px;
  }
  a.btn::after {
    right: 10px;
  }
}


.section__info {
    width: 900px;
    margin: 0 auto;
    text-align: center
}

.section__info .section__note {
    font-family: 游明朝,YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Sawarabi Mincho",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    border-bottom: 1px solid;
    line-height: 1.4;
    margin-top: 50px;
    margin-bottom: 40px;
    display: inline-block;
    font-size: 24px
}

.section__info .free_box {
    display: flex;
    font-family: 游明朝,YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Sawarabi Mincho",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section__info .free_box li {
    text-align: center;
    width: 30%;
    margin-bottom: 30px;
}

.section__info .free_box li h2 {
    font-size: 22px;
    margin-bottom: 10px
}

.section__info .free_box li span {
    font-size: 12px;
    line-height: 1.5
}

.section__info .free_box p {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px
}

.section__info .free_box li span {
    font-family: "Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
    font-size: 12px
}

.section__info .free_box img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.section__info .free_thumbnail {
    width: 400px
}

.section__info .free_box img.free_no {
    width: 100px;
    margin: 14px auto 20px
}

/*store*/
.weddingcounter {
    margin-top: 100px;
    margin-bottom: 100px;

    text-align: center;
}
.weddingcounter h3 {
    font-size: 30px;
}
.weddingcounter .__jp {
    margin-bottom: 30px;
}
.weddingcounter .__lead {
    line-height: 1.5;
}
.weddingcounter .store_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0 30px 0;
}
.weddingcounter .store_box div {
    width: 30%;
}
.weddingcounter .store_box img {
    width: 80%;
}

.store-top {
    display: block;
    font-size: 24px;
    margin: 40px;
}
.store-list {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .store-list {
    width: 800px;
    margin-bottom: 14.08px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 999px) {
  .store-list {
    width: 89.3333333333vw;
    margin-bottom: 3.2vw;
  }
}

.store-list-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #48322a;
  position: relative;
  line-height: 1.5em;
}

@media screen and (min-width: 768px) {
  .store-list-q {
    padding: 14.08px 0;
    padding-left: 9.3866666667px;
    height: 44.5866666667px;
  }
}
@media screen and (max-width: 767px) {
  .store-list-q {
    padding: 3.2vw 0;
    padding-left: 2.1333333333vw;
    height: 10.1333333333vw;
  }
}
@media screen and (max-width: 999px) {
  .store-list-q.is-open {
    border-bottom: solid 0.1333333333vw #48322a;
  }
}

.store-list-q .fa-plus {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-indent: 0;
  top: 50%;
}

@media screen and (min-width: 768px) {
  .store-list-q .fa-plus {
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .store-list-q .fa-plus {
    right: 3.2vw;
  }
}
.store-list-q:hover {
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .store-list-item {
    border-top: solid 0.5866666667px #48322a;
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .store-list-item {
    border-top: solid 0.1333333333vw #48322a;
  }
}

@media screen and (min-width: 1000px) {
  .store-list-item:last-child {
    border-bottom: solid 0.5866666667px #48322a;
  }
}
@media screen and (max-width: 999px) {
  .store-list-item:last-child {
    border-bottom: solid 0.1333333333vw #48322a;
  }
}

.is-open .fa-plus {
  -webkit-transform: rotate(180deg) translate(0%, 50%);
  transform: rotate(180deg) translate(0%, 50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.store-list-a {
  display: none;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .store-list-a {
    padding: 0 9.9733333333px;
    width: 393.0666666667px;
  }
}
@media screen and (max-width: 999px) {
  .store-list-a {
    padding: 0 2.2666666667vw;
    width: 89.3333333333vw;
    box-sizing: border-box;
  }
}

.store-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: dotted 3px #d7d7d7;
}
@media screen and (min-width: 1000px) {
  .store-detail-list {
    padding-top: 14.08px;
    padding-bottom: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }
}

.store-detail-list:last-child {
  border-bottom: inherit;
}

.store-detail-list-area {
  text-align: left;
}
.store-detail-list-area {
  width: 65%;
}
@media screen and (max-width: 999px) {
.store-detail-list-area {
  width: 62%;
}
}
.store-detail-list-area-ttl {
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  .store-detail-list-area-ttl {
    margin-bottom: 9.3866666667px;
    border-bottom: solid 0.5866666667px;
    font-size: 14.08px;
    padding-bottom: 5.8666666667px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list-area-ttl {
    margin-bottom: 2.1333333333vw;
    border-bottom: solid 0.1333333333vw;
    font-size: 3.2vw;
    padding-bottom: 1.3333333333vw;
  }
}

.store-detail-list-area-shop-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .store-detail-list-area-shop-txt {
    font-size: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list-area-shop-txt {
    font-size: 3.2vw;
  }
}

.store-detail-list-btn,
.store-web-list-btn {
  color: #fff;
  background-color: #DEAC4E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .store-detail-list-btn,
  .store-web-list-btn {
    height: 37.5466666667px;
    font-size: 14.08px;
    width: 137.8666666667px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list-btn,
  .store-web-list-btn {
    height: 8.5333333333vw;
    font-size: 3.2vw;
    width: 31.3333333333vw;
    right: 0;
  }
}

.store-list-q:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9.3866666667px;
  height: 1.76px;
  border-radius: 5.8666666667px;
  background: #000;
  display: block;
}
@media screen and (max-width: 999px) {
  .store-list-q:before {
    width: 2.1333333333vw;
    height: 0.4vw;
    border-radius: 1.3333333333vw;
  }
}

.store-list-q:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 9.3866666667px;
  height: 1.76px;
  border-radius: 5.8666666667px;
  background: #000;
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
@media screen and (max-width: 999px) {
  .store-list-q:after {
    width: 2.1333333333vw;
    height: 0.4vw;
    border-radius: 1.3333333333vw;
  }
}

.store-list-q.is-open:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.online-btn {
  position: relative;
  display: block;
  background-color: #DEAC4E;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.04em;
  background-position: right 5% center;
  background-repeat: no-repeat;
  background-image: url(../img/index/renewal/arrow-white.svg);
  background-size: 25px;
}
.online-btn.box-brown {
  background-color: #48322a;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .online-btn {
    margin-top: 40px;
    font-size: 16.4266666667px;
    padding: 22px 0;
    width: 393.0666666667px;
  }
}
@media screen and (max-width: 999px) {
  .online-btn {
    font-size: 3.7333333333vw;
    padding: 3.2vw 0;
    width: 89.3333333333vw;
  }
}
.online-btn .cv-btn-img {
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 1000px) {
  .online-btn .cv-btn-img {
    right: 22.2933333333px;
    width: 8.8px;
  }
}
@media screen and (max-width: 999px) {
  .online-btn .cv-btn-img {
    right: 5.0666666667vw;
    width: 2vw;
  }
}

@media screen and (min-width: 1000px) {
  .store .store-ttl {
    font-size: 28.16px;
    margin-bottom: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store .store-ttl {
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
  }
}
.store .store-img {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .store .store-img {
    width: 440px;
  }
}
@media screen and (max-width: 999px) {
  .store .store-img {
    width: 100vw;
  }
}
.store .store-txt {
  line-height: 2em;
}
@media screen and (min-width: 1000px) {
  .store .store-txt {
    margin-top: 28.16px;
    margin-bottom: 28.16px;
    font-size: 15.2533333333px;
  }
}
@media screen and (max-width: 999px) {
  .store .store-txt {
    margin-top: 6.4vw;
    margin-bottom: 6.4vw;
    font-size: 3.4666666667vw;
  }
}

ul.store-list-time{
  width: 100%;
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
ul.store-list-time{
  font-size: 10px;
}
}
ul.store-list-time ul{
  display: flex;
}
ul.store-list-time ul li{
  box-sizing: border-box;
  text-align: left;
  padding: 4px 0;
}
ul.store-list-time ul li.li01 {
  width: 71px;
}
ul.store-list-time ul li.li02 {
  width: 10px;
  margin-right: 4px;
}
ul.store-list-time ul li.li03 {
  width: 180px;
}

@media screen and (max-width: 640px) {
ul.store-list-time ul li.li01 {
  width: 28%;
}
ul.store-list-time ul li.li02 {
  width: 5%;
}
ul.store-list-time ul li.li03 {
  width: 60%;
}
}