@charset "UTF-8";
@media screen and (min-width:335px){
/*-----------------*/
/* base-sp          
/*-----------------*/
html{
    font-size: 62.5%;
}
body{
    font-size: 1.6rem;
    line-height: 1;
    color: #333;
    font-family:  'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
    /* font-family: 'Noto Serif', 'Noto Serif JP', serif; */
    overflow-x: hidden;
}
img{
    display: block;
}
a{
    text-decoration: none;
    color: #333;
}
/*---------------*/
/* base-sp
/*---------------*/
.fv{
    overflow: hidden;
}
.wrapper{
    padding: 20px 0 15px 0;
}
.section-inner{
    padding: 0px 4vw;
}
.section-title{
    width: 150px;
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 8px 0 20px;
}
/*-----------------*/
/* more-sp          
/*-----------------*/
.more img, .more01 img, .more02 img{
    filter: drop-shadow(1px 1px 2px #eee);
}
/*-----------------*/
/* header-sp          
/*-----------------*/
.main-nav{display: none;}
.slider.pc{
    display: none;
}
.header-top-pc{display: none;}
.logo-top-sp{
    width: 84px;
}
.header{
    height: 89px;
    background-image: url(../img/bg_header-sp.jpg);
    background-size: cover;
    position: relative;
}
h1.header-top-text-sp{
    width: 228px;
    font-size: 1.2rem;
    line-height: 1.2;
    padding-top: 3px;
    padding-left: 84px;
}
.header-top-sp{
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    margin-top: -30px;
    padding-left: 3px;
}
.mg-left{
    margin-left: -6px;
}
.header-tel-sp{
    width: 150px;
    padding-top: 19px;
    padding-right: 0px;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: 'Noto Serif';
    line-height: 0.5;
}
.tel-time-sp{
    font-size: 1.05rem;
    font-weight: bold;
    padding-left: 10px;
    letter-spacing: 0.5px;
}
.header-tel-sp img{
    display: inline;
    vertical-align: -11%;
    width: 7.5px;
    margin-right: 3.5px;
}
.reserve-contant-sp{
    position: absolute;
    top: 51px;
    right: 46px;
    width: 235px;
    display: flex;
    justify-content: space-between;
}
.reserve-contant-sp a{
    display: block;
    width: 110px;
    text-align: center;
}
.top1{
    display: inline-block;
    font-size: 1.55rem;
    padding-left: 12px;
}
.top2{
    display: inline-block;
    font-size: 1.55rem;
    padding-left: 6px;
}
.left-tag{
    box-sizing: border-box;
    height: 34px;
    font-size: 1.35rem;
    font-weight: bold;
    color: #fff;
    padding: 9px 0 0 10px;
    background-color: #f46c04;
    border-radius: 1px;
}
.left-tag:hover{
    background-color:#b33e03;
    color: #ffffff;
    transition: .2s;
}
.right-tag{
    box-sizing: border-box;
    height: 34px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    padding: 8.5px 0 0 6px;
    background-color: #1b8191ef;
    border-radius: 1px;
}
.right-tag:hover{
    background-color: #015967;
    color: #ffffff;
    transition: .2s;
}
/*===== SPナビゲーションのためのCSS =====*/
.pulldown{display: none;}
.mainmenu_box{display: none;}
.burger-logo{
    display: block;
    width: 42px;
}
.burger-top-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 182px;
}
.burger-top-logo p{
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.3;
    padding-left: 0px;
}
.bnr-fx{
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    margin-left: 10%;
    padding-bottom: 95px;
}
.buger-tel-sp{
    width: 111px;
    font-size: 1.75rem;
    font-weight: normal;
    font-family: 'Noto Serif';
    line-height: 1.3;
    padding-top: 1px;
}
.buger-tel-time-sp{
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    padding-top: 0px;
    padding-left: 7.5px;
    letter-spacing: 0.5px;
}
.buger-tel-sp img{
    display: inline;
    vertical-align: -2px;
    width: 9px;
    margin-right: 3px;
}
.g-nav-sp{
    position:fixed; /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    z-index: 777; /*ナビのスタート位置と形状*/
    top:0;
    left: 0%;
    width:100%;
    height: 100vh;/*ナビの高さ*/
    background:#a3cadd;/*動き*/
    transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
.g-nav-sp.panelactive{
    left: 50%;
}
/*ナビゲーション*/
.g-nav-sp{
    /*ナビゲーション天地中央揃え*/
    padding: 450px 0 0 0;
    width: 100vw;
    position: absolute;
    top:25vh;
    left:-50vw;
    transform: translate(-50%,-50%);
}
.qa-list dl.ccc dt::after {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 1px solid #333;;
    border-right: 1px solid #333;;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
    font-weight: normal;
    font-size: 16px;
    color: #333;
}
@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 6px 100px 20px 68px;
}
.qa-list dl dt {
    padding: 10px 18px 15px 55px;
    font-size: 14px;
    font-weight: normal;
}
.qa-list dl dd {
    margin: 0px 0 0;
    padding: 0 0 0 68px;
}
.qa-list dl dd p {
    margin: 16px 0 0;
    font-size: 14px;
    color: #333;
}
.qa-list dl dd p:first-child{
    margin-top: 0px;
}
}
/*===== ボタンのためのCSS ====*/
.burger-btn{
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 39px;
    height: 42px;
    border-radius: 3px;
    background: #eee;
    border: 1px solid #777;
    z-index: 888;
  }
  .burger-box{
    width: 38px;
    height: 38px;
    margin-top: 8px;
    margin-left: 5px;
}  
/*×に変化*/  
.burger-btn .bar{
    display: block;
    height: 3px;
    width: 30px;
    background-color: #888;
    border-radius: 2px;
}
.bar_top,
.bar_mid{
margin-bottom: 8px;
transition: .3s;
}
.burger-btn.cross .bar_top{
transform: rotate(45deg) translate(8px,8px);
transition: .3s;
}
.burger-btn.cross .bar_mid{
opacity: 0;
}
.burger-btn.cross .bar_bottom{
transform: rotate(-45deg) translate(8px,-8px);
transition: .3s;
}
/*-----------------*/
/* fv-sp          
/*-----------------*/
.fv{
    width: 100%;
    height: 80vh;
    background-image: url(../img/bg_mainbtm-sp.jpg);
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.slider.pc{
    display: none;
}
.slider.sp{
    display: block;
}
.slider img{
    display: block;
    width: 100vw;
    height: 70vh; /* これで高さを決めて */
    object-fit: cover; /* これでトリミング */
}
/*====================
　スライダーのためのcss(拡大する)
=====================*/
.slider {
    height: 79vh;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; /* 画像がはみ出ないようにする */
    width: 100vw;
}
.slick-img img {
    width: 100%;
}
@keyframes fadezoom {
0% {
    transform: scale(1.2);
}
100% {
    transform: scale(1); /* 拡大率 */
}
}
.add-animation {
animation: fadezoom 12s 0s forwards;
}
.message a{
    display: block;
    width: 345px;
    position: absolute;
    bottom: 5.5%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #555;
    line-height: 1.3;
    border-bottom: 1px dotted #808080;
    letter-spacing: -.3px;
}
.message a:hover{
    color: white;
    background: #60679d;
    padding: 7px 4px;
    bottom: 3.5%;
    border-radius: 8px;
}
/*-----------------*/
/* concept-sp          
/*-----------------*/ 
/* コンセプトのタイトル・文字・画像が動く(1-2-3) */
.textAnimation1{
    display: inline-block;
    overflow: hidden;
    animation-name: textAnimationSlide1;
    animation-duration: 1.3s;
    animation-fill-mode: both;
    /* transition: .3s; */
}
@keyframes textAnimationSlide1{
    from{
        transform: translateX(-100%);
    }
    to{
        transform: translateX(0);
    }
}
.textAnimation2{
    display: inline-block;
    overflow: hidden;
    animation-name: textAnimationSlide2;
    animation-duration: 1.3s;
    animation-fill-mode: both;
    /* transition: .3s; */
}
@keyframes textAnimationSlide2{
    from{
        transform: translateX(-100%);
    }
    to{
        transform: translateX(0);
    }
}
.textAnimation3{
    display: block;
    /* overflow: hidden; */
    animation-name: textAnimationSlide3;
    animation-duration: 1.3s;
    animation-fill-mode: both;
    /* transition: .3s; */
}
@keyframes textAnimationSlide3{
    from{
        transform: translateX(100%);
    }
    to{
        transform: translateX(0);
    }
}
/* メニュータイトルが左から出る(4) */
.textAnimation4{
    display: block;
    /* overflow: hidden; */
    animation-name: textAnimationSlide4;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    /* transition: .3s; */
}
@keyframes textAnimationSlide4{
    from{
        transform: translateX(-100%);
    }
    to{
        transform: translateX(0);
    }
}
/* メニューアイテムが下から出る(5) */
.textAnimation5{
    display: flex;
    /* overflow: hidden; */
    animation-name: textAnimationSlide5;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    /* transition: .3s; */
}
@keyframes textAnimationSlide5{
    from{
        transform: translateY(100%);
    }
    to{
        transform: translateY(0);
    }
}
/* 電話番号とリザーブが斜め下から出てくる */
.textAnimation6{
    display: block;
    /* overflow: hidden; */
    animation-name: textAnimationSlide6;
    animation-duration: 1s;
    animation-fill-mode: both;
    /* transition: .3s; */
}
@keyframes textAnimationSlide6{
    from{
        transform: translateX(-100%);
    }
    to{
        transform: translateX(0);
    }
}
/* 電話番号とリザーブが斜め下から出てくる */
.textAnimation7{
    display: block;
    /* overflow: hidden; */
    animation-name: textAnimationSlide7;
    animation-duration: 1s;
    animation-fill-mode: both;
    /* transition: .3s; */
}
@keyframes textAnimationSlide7{
    from{
        transform: translateX(-100%);
    }
    to{
        transform: translateX(0);
    }
}
/*-----------------*/
/* concept-sp          
/*-----------------*/
.wrapper.concept{
    background-color: #F8F5ED;
    padding-bottom: 100px;
}
.section-inner.concept-in h2{
    padding-top: 0px;
    font-size: 1.7rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.concept-text{
    width: 350px;
    margin: 0 auto;
    padding-top: 25px;
    font-size: 1.3rem;
    color: #333;
    line-height: 1.5;
    word-wrap: break-word; 
}
.concept-text p{
    margin-bottom: 18px;
}
.concept-img{
    width: 280px;
    margin: 0 auto;
}
.more01{
    position: relative;
    width: 240px;
    display: block;
    cursor: pointer;
    margin: 0 auto;
}
.more01 img{
    width: 240px;
    margin: 50px 0 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.more01:hover img:nth-of-type(2){
    opacity: 0;
}
/*-----------------*/
/* menu-sp          
/*-----------------*/
/* モーダルウインドウ設定 */
#info,#info2,#info3,#info4{
    display: none;
}
.img-s{
    width: 100%;
}
/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 300px;
}
/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
/* モーダルウインドウ設定終わり */
.wrapper.menu{
    background-color: #FDF7EB;
    padding-bottom: 46px;
}
.section-inner.menu-in h2{
    padding-top: 0px;
    font-size: 1.7rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.menu-box{
    display: flex;
    flex-wrap: wrap;
    width: 93vw;
    margin: 0 auto;
    padding-top: 50px;
}
.menu-item{
    box-sizing: border-box;
    background-color: #e9e9e9;
    width: 45%;
    height: 50%;
    margin: 0;
    margin-bottom: 15px;
    margin-right: 15px;
    border-radius: 3px;
    box-shadow: 2px 2px 7px #ccc;
}
.menu-item:nth-of-type(2),
.menu-item:nth-of-type(4){
    margin-right: 0px;
}
.menu-item:nth-of-type(3),
.menu-item:nth-of-type(4){
    margin-bottom: 0px;
}
.sp-br{display: none;}
.ribbon{
    width: 35px;
    margin: 0 auto;
    padding-top: 6px;
}
.menu-item h3{
    font-size: 1.35rem;
    padding: 3px 0 10px;
    text-align: center;
}
.menu-item-img{
    width: 90%;
    margin: 0 auto;
}
.menu-item img:hover{
    opacity: .7;
}
.menu-item p{
    width: 90%;
    margin: 0 auto;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    padding-top: 9px;
    padding-bottom: 12px;
    line-height: 1.2;
    text-align: left;
}
.more02{
    position: relative;
    width: 240px;
    display: block;
    cursor: pointer;
    margin: 0 auto;
}
.more02 img{
    width: 240px;
    margin: 50px 0 0 0;   
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.more02:hover img:nth-of-type(2){
    opacity: 0;
}
/*---------------------*/
/* ご予約バナー(sp-pc)          
/*---------------------*/
/* PC用 */
.float-button__wrap{
    display: none;
}
.more04-01{
    position: relative;
    margin: 50px 0 0 0;
    width: 52px;
    display: none;
    cursor: pointer;
}
.more04-01 img{
    display: none;
    width: 52px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.more04-01:hover img:nth-of-type(2){
    opacity: 0;
}
/* SP用 */
.float-button-02__wrap{
    display: block;
    margin-top: 140px;
    margin-bottom: 45px;
}
.float-button-02__wrap img{
    width: 145px;
}
.more04-02{
    position: relative;
    margin: 50px 0 0 0;
    width: 140px;
    display: block;
    cursor: pointer;
}
.more04-02 img{
    width: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.more04-02:hover img:nth-of-type(2){
    opacity: 0;
}
/*-----------------*/
/* news-sp          
/*-----------------*/
.wrapper.news{
    background-color: #FCFEF1;
    padding-bottom: 46px;
}
.news-in ul{
    width: 329px;
    margin: 0 auto 28px;
}
.news-in time{
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    margin-right: 8px;
    color: #666;
    letter-spacing: 0.7;
}
.news-in li{
    text-align: center;
    width: 319px;
    font-size: 1.2rem;
    padding-top: 12px;
    color: #333;
    border-bottom: 1px dashed #6d6d6d;
    letter-spacing: -0.8px;
    line-height: 1.4;
    word-wrap: break-all;
}
.more{
    position: relative;
    width: 100px;
    display: block;
    cursor: pointer;    
    margin: 60px auto 0;
}
.more img{    
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.more:hover img:nth-of-type(2){
    opacity: 0;
}
/*-----------------*/
/* access-sp          
/*-----------------*/
.wrapper.access{
    background-color: #F8F5ED;
    padding-bottom: 45px;
}
.access-in h3{
    width: 70px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    position: relative;
    letter-spacing: 2px;
}
.access-in h3::after{
    content:"";
    display:block;
    width:63px;
    height:3px;
    border-radius: 1px;
    background-color:#acb5c8;
    position:absolute;
    bottom: -4px;
    left:0px;
 }
.shop-text{
    font-size: 1.15rem;
    font-weight: normal;
    color: #777;
    padding-left: 0px;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 15px;
}
.map {
    display: block;
    max-width: 340px;
    height: 240px;
    margin: 0 auto;
}
.map-text{
    width: 350px;
    font-size: 1.1rem;
    margin-top: 5px;
    padding-left: 0px;
    color: #777;
    line-height: 1.4;
}
/*-----------------*/
/* info-sp          
/*-----------------*/
.wrapper.info{
    background-image: url(../img/bg-info.jpg) ;
    background-size: cover;
    background-position: left top;
    padding-bottom: 90px;
    position: relative;
}
.info-in .section-title{
    padding-top: 12px;
}
.info-box {
    width: 280px;
    margin: 0 auto;
    padding: 12px 0 0 0;
}
.info-text{
    font-size: 1.5rem;
}
.info-time{
    padding-right: 22px;
}
.info-box li{
    margin-bottom: 10px;
}
.info-box li p{
    font-size: 1.5rem;
    padding-top: 5px;
}
.reserve-ttl{
    width: 90px;
    margin: 60px auto 26px;
    text-align: center;
    padding: 1.2rem 0.3rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #222222;
    position: relative;
}
.reserve-ttl::before{
    content: "";
    display:block;
    width:83px;
    height:1px;
    border-radius: 0.5px;
    background-color:#333;
    position:absolute;
    top: 0px;
    left: 5.5px;
}
.reserve-ttl::after{
    content: "";
    display:block;
    width:83px;
    height:1px;
    border-radius: 1px;
    background-color:#333;
    position:absolute;
    bottom: 0px;
    left: 6px;
}
.tel-text{
    width: 200px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5rem;
    color: #333;
}
.tel-number a{
    display: block;
    width: 220px;
    font-family: 'Noto Serif';
    font-size: 2.5rem;
    font-weight: bold;
    font-style: italic;
    margin: 10px auto 20px;
    text-shadow: 2px 2px 3px #ccc;
}
.reserve-text{
    text-align: center;
    font-size: 1.5rem;
    color: #333;
    padding-bottom: 20px;
}
.reserve-bnr img{
    margin: 38px 0 0 28px;
    position: absolute;
    top: 98%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.reserve-bnr:hover img:nth-of-type(2){
    opacity: 0;
}
.reserve-bnr img{
    width: 179px;
    margin: 13px auto 0;
}
.reserve-bnr a{
    width: 179px;
    margin: 11px auto 0;
}
/*-----------------*/
/* footer-sp          
/*-----------------*/
.footer-inner{
    padding: 12px 3vw 0;
    display: flex;
    justify-content: space-between;
    align-self: start;
}
.footer{
    background-image: url(../img/bg-footer.jpg);
    background-position: left top;
    background-size: cover;
}
.foot-txt{
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff9e1;
    margin-left: 0px;
}
.foot-txt-ttl{
    margin-left: -6px;
}
.footer-logo img{
    width: 55px;
    padding: 3px 0;
}
.foot-building{
    font-size: 10px;
    color: #fff9e1;
    padding-top: 0px;
    letter-spacing: 1px;
    line-height: 1.7;
}
.footer-tel a{
    font-size: 1.75rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1.5;
    color: #fff9e1;
    font-family: 'Noto Serif', serif; 
    letter-spacing: 1px;
}
.footer-list a{
   font-size: 1rem;
   font-weight: bold;
   color: #fff9e1;
   margin-right: 15px;
}
.footer-list a:hover{
    color: #342a01;
    transition: .2s;
}
small{
    display: block;
    width: 160px;
    font-size: 0.9rem;
    color: #fff9e1;
    margin: 35px auto 0;
    padding-bottom: 1px;
}
/*-----------------*/
/* page-top        
/*-----------------*/
#page-top {
    position: fixed;
    bottom: 7px;
    right: 7px;
    z-index: 99;
}
#page-top img{
width: 43px;
opacity: 0.9;
transition: all .3s ease;
}
#page-top a:hover {
opacity: .5;
}
}