@charset "UTF8";

*{
    margin: 0;
    padding: 0;
}

html{
    font-size: 62.5%;
}

:root{
    --primary-bk:#4C4948;
    --primary-wh:#F7F9FC;
    --primary-gy:#7A828C;
    --primary-darkGy:#5C656F;
    --primary-grage:#9B949A;
    --primary-bl:#AAC5D5;
    --primary-grade:linear-gradient(90deg, #F4FBFF 0.95%, #E5F8FF 35.23%, #DAFEF8 71%, #CDFFCB 97.82%);
}

body{
    font-family: "Zen Kaku Gothic New",
        "Spectral",
        "Klee One",
        "Lusitana",
        "Sawarabi Gothic",
        sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    font-weight: 400;
    color: #4C4948;
    background-color: #F7F9FC;
    line-height: 1.5;
}

.section{
    background: var(--primary-wh);
    overflow: hidden;
}

img{
    max-width: 100%;
    height: auto;
}


.br__pc{
    display: none;
}


/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 999;
      background:var(--primary-bk);
      text-align:center;
      color:#fff;
    }
    
    /* Loading画像中央配置　*/
    #splash_logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);

      min-width: 300px;
    }
    
    /* Loading アイコンの大きさ設定　*/
    #splash_logo img {
      width:65px;
    }

    .opacity{
        font-size: 3rem;
        font-family: "Lusitana";
        letter-spacing: 4.06px;
    }

    .opacity span{
        display: block;
        width: 26px;
        height: 2px;
        background-color: var(--primary-wh);
       position: absolute;
        
    }

    .border1{
        rotate: 45deg;
        top: 65%;
        left: 41%;
    }

    .border2{
        rotate:-45deg;
        top: 65%;
        left: 41%;
    }
    
    /* fadeUpをするアイコンの動き */
    .opacity{
    animation-name: fadeUpAnime;
    animation-duration:5.5s;
    animation-fill-mode:forwards;
    opacity: 0;
    }
    
    @keyframes fadeUpAnime{
    0%{
        opacity: 0;
     
      }
    
    50%{
        opacity: 1;
      
      }

    100%{
        opacity: 0;
    }
    }



/* topic title */
.section__topic{
    font-family: Lusitana;
    font-size: 2.5rem;
    color: var(--primary-grage);
    text-align: center;
    align-self: stretch;
    line-height: 1;
}

.topic__klee{
    color: var(--primary-grage, #9B949A);
    font-family: "Klee One";
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin-top: -4px;
}

/* text */
.eg-number{
    font-family: Spectral;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.72px;
}

.eg--text{
    font-family: Spectral;
    font-size: 1.8rem;
    letter-spacing: 0.72px;
}

.eg--16{
    font-family: Spectral;
    font-size: 1.6rem;
    letter-spacing: 1.28px;
}

/* plan-topic */
.plan__topic{
    color: var(--primary-grage, #9B949A);
    font-family: Lusitana;
    font-size: 2.3rem;
    line-height: 1;
    text-align: center;
    margin-top: 7px;
}

.topic-borderIn{
    border-top:solid 2px var(--primary-bl, #85b1cd);
    border-bottom:solid 2px var(--primary-bl, #85b1cd);
    
    width: 100%;
    height: 63px;
}

.topic-borderOut{
    border-top:solid 1px var(--primary-bl, #85b1cd);
    border-bottom:solid 1px var(--primary-bl, #85b1cd);
   
    width: 100%;
    height: 79px;
    padding: 8px 0;
}

/* btn */
.btn{
    display: block;
    width: 248px;
    height: 58px;
    text-align: center;
    padding: 5px 10px;
}

/* 予約ボタン */
.btn__rezerva{
    background: var(--primary-darkGy, #7A828C);
    box-shadow: 2px 4px 4px 0px var(--primary-grage, #9B949A);
    color: var(--primary-wh, #F7F9FC);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    transition: 0.4s;
}

.btn__rezerva:hover{
   background-color: rgb(60, 77, 96);
}


.color__bg{
    color: #FAF6ED;
    font-size: 1.6rem;
    font-family: Spectral;
}

.btn-eg{
    font-family: Spectral;
    font-size: 1.4rem;
    font-weight: 275;
    line-height: 1;
    letter-spacing: 1.26px;
}

/* line-btn */
.btn__bbq{
    background: var(--primary-bl, #AAC5D5);
    box-shadow: 2px 4px 4px 0px var(--primary-grage);
    transition: 0.4s;
}

.btn__bbq:hover{
    background-color: #85b1cd;
}

.btn-sub{
    font-family: "Zen Kaku Gothic New";
    font-size: 1.4rem;
}

.btn__txt{
    background: var(--txt-grade, linear-gradient(90deg, #F4FBFF 0.95%, #E5F8FF 35.23%, #DAFEF8 71%, #CDFFCB 97.82%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}

.eg-20{
    font-family: Spectral;
    font-size: 2rem;
}

/* plan btn */
.btn-group{
    background: var(--dkgy2, #5C656F);
    box-shadow: 2px 4px 4px 0px var(--primary-wh, #F7F9FC);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}

.btn-private{
    background: var(--primary-grade);
    box-shadow: 2px 4px 4px 0px var(--primary-bk, #4C4948);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}

.color-grade{
    background: var(--primary-grade);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color__gy{
    color: var(--primary-darkGy);
}

.plan-eg{
    font-family: "Alex Brush";
    font-size: 2.1rem;
    line-height: 1;
    letter-spacing: 1.68px;
}

.eg--lusit{
    font-family: Lusitana;
    font-size: 1.8rem;
}


.color__wh{
    color: #FFF;
}

/* arrow214 */
p .size-s{
    margin: 5px auto 0;
    width: 214px;
    height: 1.4px;
}

p .size-s::after{
    width: 22px;
    height: 1.4px;
    top: -5.8px;
}

/* private btn-arrow */
.arrow--gy{
    background: var(--primary-darkGy);
}

.arrow--gy::after{
    background: var(--primary-darkGy);
}


/* page arrow */
.arrow{
    display: block;
    width: 221.095px;
    height: 1.8px;
    position: relative;
}

.arrow::after{
    position: absolute;
    display: block;
    content: '';
    width: 32px;
    height: 1.8px;
    transform: rotate(35deg);
    top: -10px;
    right: -2px;
}

.arrow--grade{
    background: linear-gradient(90deg, #F4FBFF 0.95%, #E5F8FF 35.23%, #DAFEF8 71%, #CDFFCB 97.82%);
}

.arrow--grade::after{
    background:var(--primary-grade);
}

/* 四角 */
.square{
    margin-top: 10px;
    padding-left: 15px;
    position: relative;
}

.square::after{
    display: block;
    content: '';
    width: 11px;
    height: 11px;
    background-color: var(--primary-darkGy);
    rotate: 45deg;
    margin-right: 4.5px;
    position: absolute;
    top: 8px;
    left: 0;
}

/* -------------
pc 768
------------------*/
@media screen and (min-width:768px) {
    .section__topic{
        font-size: 2.8rem;
    }

    .topic-borderIn{
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .plan__topic{
        margin-top: 0;
        padding-left: 20px;
    }

    .plan-subTopic {
        display: inline-block;
        margin-left: 5px;
    }

    .br__pc{
        display: block;
    }

    .pc__topic{
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .br__sp{
        display: none;
    }

}

/* -------pc----------- */

/* ====================
header
=======================*/
/* hbg menu btn */
.hbg__btn{
    position: relative;
    width: 38px;
    height: 22px;
    z-index: 999;
    margin-right: 8%;
}

.hbg__btn span{
    display: inline-block;
    position: absolute;
    height: 2px;
    background-color:var(--primary-bk);
    border-radius: 5px;
    transition: 0.6s;
    width: 32px;
}

.hbg__btn span:nth-last-of-type(2){
    top: 50%;
    transform: translateY(-50%);
}

.hbg__btn span:nth-of-type(3){
    bottom: 0;
}

.header__topic{
    width: 50px;
    height: 50px;
}

.header__topic a{
    display: block;
    width: 50px;
    height: 50px;
}

/* hbg__btn close */

.hbg__btn.close span:nth-last-of-type(2){
   display: none;
}

.hbg__btn.close span:nth-last-of-type(1){
    background-color: var(--primary-wh);
    rotate: 45deg;
    top: 0;
}

.hbg__btn.close span:nth-last-of-type(3){
    background-color: var(--primary-wh);
    rotate: -45deg;
}



.header{
    background-color: rgba(247, 249, 252, 0.55);
    position: relative;
    position: fixed;
    width: 100vw;
    height: 64px;
    z-index: 700;
}

.menu{
    display: flex;
    width: 55%;
    padding: 10px 0 8px 0;
    align-items: center;
    justify-content: space-between; 
   margin: 0 0 0 auto; 
}
    

/* nav */
.hidden {
    height: 100%;
    overflow: hidden;
  }

.nav{
    background-color: var(--primary-darkGy);
    width: 327px;
    height: 100vh;
    padding: 13px 0px;
    transform: translate(1000px);
    position: fixed;
    top: 0;
    right: 0;
    transition: 0.6s;
    z-index: 990;
    overflow: hidden;
}

.nav.active{
    overflow: scroll;
    transform: translate(0);
}

.main__active{
    background: rgba(76, 73, 72,0.6);
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}



.logo__wh{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.nav__item{
    color: var(--primary-wh);
    font-family: Spectral;
    font-size: 2rem;
    font-weight: 500;
    line-height: normal;
    margin-top: 16px;
}

.nav__item:first-of-type{
    margin-top: 18px;
}

.nav__list{
    padding: 0 9.4%;
}

.nav__topicList{
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    border-left: solid 1px var(--primary-wh);
    padding: 12px 0 3px 30px;
    margin-left: 40px;
}

.rezerva--nav{
    box-shadow: none;
    border: solid 1.2px var(--primary-wh);
    margin-top: 13px;
}

.navQa__text{
    font-family: "Zen Kaku Gothic New";
    font-size: 1.8rem;
    font-weight: 500;
}

.navContact__eg{
    font-family: Spectral;
    font-size: 1.8rem;
}

.insta{
    display: block;
    width: 38px;
    height: 38px;
}

.note{
    display: block;
    background: var(--primary-wh);
    width: 92px;
    height: 38px;
    padding: 2px;
}

.nav__sns{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}


.top__qaNav{
    display: none;
}



.top__qaNav a{
    background:  rgba(170, 197, 213, 0.93);
    width: 142px;
    height: 47px;
    padding: 3px 23px;
    color: var(--primary-wh, #F7F9FC);
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: end;
    display: block;
    margin: 0 0 0 auto;
}

.top__qaNav span{
    font-family: Spectral;
    font-size: 2rem;

}



/* ---------------
pc header,nav
------------------ */
@media screen and (min-width:768px){
    .hbg__btn{
        display: none;
    }

    .header{
        background-color: inherit;

    }

    .menu{
        display: block;
        width: 100%;
        padding-left: 4%;
    }

    .header__topic{
        width: 64px;
        height: 64px;
    }
    
    .header__topic a{
        width: 64px;
        height: 64px;
    }
    

    .nav{
        transform: translate(0);
        background: rgba(92, 101, 111, 0.80);
        min-width: 650px;
       width: 49.1%;
        height: 70px;
        overflow: visible;
        padding: 8px ;
    }

    .logo__wh{
        display: none;
    }

    .nav__item{
        font-size: 1.8rem;
        margin-top: 0;
    }

    .nav__item:first-of-type{
        margin-top: 0;
    }

    .nowrap{
        white-space: nowrap
    }

    .nav__list{
        display: flex;
        justify-content: space-evenly;
        gap: 20px;
        align-items: center;
        margin: 5px;
        padding: 0;
    }

    .nav__topicList{
        font-size: 1.5rem;
        margin-left: 30px;
        padding: 9px 0 3px 30px;
    }

    .rezerva--nav{
        width: 207px;
        margin: 7px auto 0;
        padding-top: 10px;
        background-color:inherit;
    }

    .nav__pcTxt{
        font-size: 1.6rem;
        line-height: 1.2;
    }

    .pc__navList{
        background-color: rgba(92, 101, 111, 0.80);
        width: 222px;
        padding: 5px;
        display: none;
        transition: 0.4s;
    }

    .pcNav-active{
        display: block;
    }

    .pc--none{
        display: none;
    }

    .insta{
        display: none;
    }

    .note{
        display: none;
    }

    .nav__sns{
        display: none;
    }

    .top__qaNav{
        display: inline-block;
    }
    
    .top__qaNav a{
        background:  rgba(170, 197, 213, 0.93);
        width: 142px;
        height: 47px;
        padding: 3px 23px;
        color: var(--primary-wh, #F7F9FC);
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.3;
        text-align: center;
        display: block;
        margin: 0 0 0 auto;
    }
    
    .top__qaNav span{
        font-family: Spectral;
        font-size: 2rem;
    
    }
    

  

}
/* --------pc---------------- */






/* qa 追従 */
.qa-nav{
    position: fixed;
    right: 0;
    bottom: 113px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 680;
}

.is-active{
    /* 表示する */
    transition: 1s;
    opacity: 1;
    visibility: visible;
  }

.qa__btn{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border-radius: 8px 0px 0px 8px;
    background:  rgba(170, 197, 213, 0.93);
    width: 60px;
    height: 120px;
    padding: 9px 7px;
    color: var(--primary-wh, #F7F9FC);
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: end;
    
    display: block;
    margin: 0 0 0 auto;
}


.eg--qa{
    -webkit-text-orientation: upright;
    text-orientation: upright;
    font-family: Spectral;
    font-size: 2.1rem;
    letter-spacing: -10px;
    padding-bottom: 5px;

}

/* ============
footer 
===============*/
.footer__image img{
    width: 100%;
    object-fit: cover;
    object-position: 0 8%;
}

.footer__image{
    height: 120px;
    overflow: hidden;
}

.footer{
    background-color: var(--primary-darkGy);
    padding-bottom: 18px;
}

.footer__info{
    padding: 25px 5% 20px;
}

.store__name{
    color: var(--primary-wh, #F7F9FC);
    font-family: Lusitana;
    font-size: 2.4rem;
}

.store__open{
    color: var(--primary-wh);
    font-size: 1.4rem;
}

.store__time{
    color: var(--primary-wh, #F7F9FC);
    font-family: Lusitana;
    letter-spacing: 1.6px;
    margin-left: 7px;
}

.store__number{
    color: var(--primary-wh, #F7F9FC);
    font-family: Lusitana;
    font-size: 1.8rem;
    margin-top: 19px;
}

.store__address{
    color: var(--primary-wh, #F7F9FC);
    font-family: "Sawarabi Gothic";
}

.map{
    width: 89.6%;
    height: 150px;
    margin: 0 auto;
}

.map iframe{
    width: 100%;
    height: 150px;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.access__item{
    color: var(--primary-wh, #F7F9FC);
    font-weight: 400;
}

.access__text{
    color: var(--primary-wh, #F7F9FC);
    padding-left: 1em;
    text-indent: -1em;
    padding-left: 40px;
}

.color--bl::after{
    background-color: var(--primary-bl);
}

.access__item{
    padding-left: 20px;
}

.footer__nav{
    color:var(--primary-wh);
    text-align: center;
    font-family: Spectral;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 6px;
}

.footer__list{
    padding: 20px 0 12px;
    border-top: solid 1px var(--primary-wh);
}

.nav__sns{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* pege top */

.pageTop{
    position: fixed;
    z-index: 2;
    bottom: 60px;
    right: 10px;
    transition: 0.6s;
    opacity: 0;
    
}

.page__top{
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(247, 249, 252, 0.80);
    position: relative;
    margin: 0 0 0 auto;
}

.page__top::after{
    display: block;
    content: url(../../images/page-top.svg);
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.Fade{
 opacity: 1;
}

/* contact・rezerva 追従 */
.follow__btn{
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    color: var(--primary-wh, #F7F9FC);
    text-align: center;
    font-family: Spectral;
    font-size: 1.7rem;
    margin-top: 12px;
    transition: 0.4s;
}

.banner{
    background:rgba(247, 249, 252, 0.30);
    height: 60px;
    align-items: center;
    z-index: 500;
    width: 100%;
    bottom: 0;
    position: fixed;
    animation: fade 0.4s;
}

.banner__footPosition{
    position: static;
    background: none;
}


@keyframes fade{
    0%{
        opacity: 0;
    }

    100%{opacity: 1;}
}

.follow__btn a{
    background-color: var(--primary-darkGy);
    display: block;
    width: 48%;
    height: 53px;
    padding: 5px 32px;
    border: solid 1px var(--primary-grage);
}

.follow__contact{
    line-height: 2.7;
}

.follow__rezerva{
    line-height: 1.3;
}

.rezerva__item{
    font-family: "Zen Kaku Gothic New";
    font-size: 1.4rem;
}

.eg--16{
    font-size: 1.6rem;
}

.footer__logo{
    margin-top: 20px;
}

.copy{
    color: var(--primary-wh, #F7F9FC);
    text-align: center;
    font-family: Lusitana;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
}

@media screen and (min-width:768px){

    .pageTop{
        bottom: 40px;
    }

    .qa-nav{
        display: none;
    }

    .footer__image{
        height: 264px;
    }
    
    .footerPc-flex{
        justify-content: flex-start;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }

    .store__number{
        margin-top: 9px;
    }

    .map{
        width: 336px;
        margin: 10px 0 0;
    }

    .store__info{
        width: 370px;
    }

    .footer__list{
        border-top: none;
        border-left: solid 2px var(--primary-wh);
        padding: 20px 0;
    }

    .footer__nav{
        margin: 11px 0 0 50px;
        text-align: start;
    }
    .footerSns a{
        display: block;
    }

    .follow__btn{
        display: block;
        margin: 0 0 0 50px;
    }


    .banner{
        width: auto;
        height: 120px;
        background: none;
        bottom: 100px;
        right: 0;
    }

    .follow__btn a{
        width: 225px;
        margin-top: 5px;
    }

    .footerBtn__div{
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
        margin-left: 30px;
    }

    /* qa追従 */

   
    .qa__btn{
        -ms-writing-mode:inherit;
        writing-mode:inherit;
        border-radius: 0;
        padding: 3px 23px;
        width: 225px;
        height: 50px;
        font-size: 1.4rem;
        text-align: center;
        margin: 0;
        letter-spacing: 0;
        border: solid 1px var(--primary-grage);
    }

    .eg--qa{
        text-orientation:inherit;
        font-size: 2rem;
        letter-spacing: 0.5px;
        padding-bottom: 0;
    }

    .qa-nav{
        bottom: 280px;
    }

    
}
