/* pc版 */
@media screen and (min-width : 1246px){
/*-----------------*/
/* base-pc          
/*-----------------*/
img{
    display: block;
}
/*---------------*/
/* base-pc
/*---------------*/
.fv{
    overflow: hidden;
}
.wrapper{
    padding: 0 0 0 0;
}
.section-inner{
    width: 1200px;
    margin: 0 auto;
}
.section-inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0 0;
}
.section-title{
    width: 150px;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 8px 0 20px;
}
/*-----------------*/
/* more-pc          
/*-----------------*/
.more img, .more01 img, .more02 img{
    filter: drop-shadow(1px 1px 2px #bbb);
}
/*-----------------*/
/* header-pc          
/*-----------------*/
.splash{
    display: block;
}
.header-top-text-sp{display: none;}
.header-top-sp{display: none;}
.reserve-contant-sp{display: none;}
.header-top-pc{display: block;}
.logo-top-pc{
    width: 125px;
    padding-top: 3px;
}
.header{
    height: 135px;
    background-image: url(../img/bg_header.jpg);
    background-size: cover;
    position: relative;
    padding-bottom: 3px;
}
.header-top-pc{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1200px;
    margin: 0px auto 0;
    padding-top: 0px;
    padding-left: 0px;
}
.header-left-pc{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 4px;
}
.br-sp{
    display: none;
}
h1.header-top-text-pc{
    width: 380px;
    font-size: 1.35rem;
    line-height: 1.45;
    margin: 0 0 0 -8px;
}
.mg-left{
    margin-left: 0px;
}
.header-tel-pc{
    position: static;
    font-size: 2.35rem;
    font-weight: bold;
    font-family: 'Noto Serif';
    line-height: 0.6;
    padding-left: 154px;
    margin-top: 22px;
    margin-bottom: 30px;
}
.tel-time-pc{
    text-align: right;
    font-size: 1.5rem;
    padding-left: 20px;
    letter-spacing: 0.5px;
}
.header-tel-pc img{
    display: inline;
    vertical-align: -28%;
    width: 8.5%;
    margin-right: 3.5px;
}
.reserve-contant-pc{
    position: static;
    width: 304px;
    display: flex;
    justify-content: space-between;
}
.reserve-contant-pc a{
    display: block;
    width: 140.5px;
    text-align: center;
}
.top1{
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    padding-left: 16px;
}
.top2{
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    padding-left: 9px;
}
.left-tag{
    box-sizing: border-box;
    height: 41px;
    font-size: 1.35rem;
    font-weight: normal;
    color: #fff;
    padding: 12px 0 0 8px;
    background-color: #f46c04;
    border-radius: 1px;
}
.right-tag{
    box-sizing: border-box;
    height: 41px;
    font-size: 1.35rem;
    font-weight: normal;
    color: #fff;
    padding: 12px 0 0 3px;
    background-color: #1B8191;
    border-radius: 1px;
}
/*===== PCナビゲーションのためのCSS =====*/
.burger-btn{
    display: none;
}
.g-nav-sp{display: none;}
.ac-sp{display: none;}
.mainmenu_box{
    display: block;
    width: 100%;
    height: 25px;
    margin-top: -25px;
}
.mainmenu{
    display: flex;
    justify-content: space-between;
    width: 450px;
    margin: 0 auto;
    font-family: 'ヒラギノ明朝 Pro', '游明朝', serif;
    font-size: 1.75rem;
    font-weight: bold;
}
.mainmenu li{
    position: relative;
}
.pulldown{
    position: absolute;/* プルダウンメニュー */
    top: 100%;
    left: -40%;
    width: 152px;
    background-color: #8ac403;
    display: none;
    z-index: 20;
}
.pulldown li{
    border: none;
    text-align: center;
    font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
    border-bottom: 0.5px dashed #d1d8a6;
}
.pulldown.men{
    position: absolute;/* プルダウンメニュー位置*/
    top: 100%;           
    left: -90%;
}
.pulldown.plan{
    position: absolute;/* プルダウンメニュー位置*/
    top: 100%; 
    left: -90%;
}
.pulldown.about{
    position: absolute;/* プルダウンメニュー位置*/
    top: 100%; 
    left: -30%;
}
.pulldown li a{
    color: white;    
    font-size: 1.4rem;
    font-weight: 400;
}
.pulldown a{
    display: block;
    width: 100%;
    padding: 1.4rem 0;
}
.pulldown li a:hover{
    background-color: white;
    color: #333;
    font-size: 1.4rem;
    font-weight: 440;
}
/*-----------------*/
/* fv-pc          
/*-----------------*/
.slider.pc{
    display: block;
}
.slider.sp{
    display: none;
}
.slider.pc{
    max-width: 1820px;
    margin: 0px auto 12px;
    height: 85vh; /* これで高さを決める-大事(massageでなくなる) */
    object-fit: cover; /* これでトリミング */
}
.fv{
    width: 100%;
    height: 89vh;
    /* padding-bottom: 10px; */
    background-image: url(../img/bg_mainbtm.jpg);
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.slider img{
    display: block;
    width: 100vw;
    height: 79vh; /* これで高さを決めて */
    object-fit: cover; /* これでトリミング */
}
/*====================
　スライダーのためのcss(拡大する)
=====================*/
.slider {
    height: 79vh;/* これで高さを決める-大事(massageでなくなる) */
    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-pc          
/*-----------------*/ 
/* コンセプトのタイトル・文字・画像が動く(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);
    }
}

.wrapper.concept{
    background-color: #F8F5ED;
    padding-top: 25px;
    padding-bottom: 60px;
}
.section-inner.concept-in{
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
}
.section-inner.concept-in h2{
    padding-top: 0px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #333;
    text-align: left;
}
.concept-content{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.concept-text{
    width: 700px;
    margin: 0;
    padding-top: 24px;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.5;
    word-wrap: break-word; 
}
.concept-text p{
    margin-bottom: 18px;
}
.concept-img{
    width: 460px;
    margin: -48px 0 0 0;
}
.more01{
    position: relative;
    width: 240px;
    display: block;
    cursor: pointer;
    margin-left: 2px;
}
.more01 img{
    margin: -38px 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-pc          
/*-----------------*/
/* モーダルウインドウ設定 */
#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-top: 38px;
    padding-bottom: 60px;
}
.section-inner.menu-in{
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
}
.section-inner.menu-in h2{
    padding-top: 0px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #333;
    text-align: left;
}
.menu-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}
.menu-item{
    box-sizing: border-box;
    background-color: #e9e9e9;
    width: 280px;
    height: 265px;
    margin: 0;
    margin-bottom: 0px;
    border-radius: 3px;
    box-shadow: 2px 2px 7px #ccc;
}
.ribbon{
    width: 65px;
    margin: 0 auto;
    padding-top: 23px;
}
.menu-item h3{
    font-size: 1.5rem;
    font-weight: bold;
    padding: 6px 0 16px;
    text-align: center;
}
.menu-item-img{
    width: 230px;
    margin: 0 auto;
}
.menu-item p{
    font-size: 1.5rem;
    font-weight: normal;
    color: #333;
    padding-top: 23px;
    line-height: 1.2;
    text-align: left;
}
.more02{
    position: relative;
    width: 240px;
    display: block;
    cursor: pointer;
    margin-left: 2px;
}
.more02 img{
    margin: 70px 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: block;
}
.float-button__wrap{
    display: block;
    position:absolute;
    top:50%;
    right:0;
}
.more04-01{
    position: relative;
    margin: 50px 0 0 0;
    width: 52px;
    display: block;
    cursor: pointer;
}
.more04-01 img{
    display: block;
    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: none;
    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: none;
    cursor: pointer;
}
.more04-02 img{
    display: none;
    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-pc          
/*-----------------*/
.wrapper.news{
    background-color: #FCFEF1;
    padding-bottom: 70px;
}
.section-inner.news-in h2{
    padding-top: 0px;
    font-size: 3.2rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.news-in ul{
    width: 500px;
    margin: 28px auto 43px;
}
.news-in time{
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    margin-right: 39px;
    color: #666;
    letter-spacing: 0px;
}
.news-in li{
    text-align: center;
    width: 500px;
    font-size: 1.6rem;
    padding-top: 12px;
    color: #333;
    border-bottom: none;
    letter-spacing: 0px;
    line-height: 1.4;
    word-wrap: break-all;
}
.more{
    position: relative;
    width: 120px;
    display: block;
    cursor: pointer;    
    margin: 60px auto 0;
}
.more img{    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.more:hover img:nth-of-type(2){
    opacity: 0;
}
/*-----------------*/
/* access-pc          
/*-----------------*/
.wrapper.access{
    background-color: #F8F5ED;
    padding-bottom: 110px;
}
.section-inner.access-in h2{
    padding-top: 0px;
    font-size: 3.2rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 10px 0 50px;
}
.access-in h3{
    width: 90px;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 200px;
    color: #333;
    letter-spacing: 2px;
    position: relative;
}
.access-in h3::after{
    content:"";
    display:block;
    width: 86px;
    height: 2px;
    border-radius: 1px;
    background-color:#acb5c8;
    position:absolute;
    bottom: -5px;
    left: 200px;
 }
.shop-text{
    font-size: 1.45rem;
    font-weight: normal;
    color: #333;
    padding-left: 200px;
    line-height: 1.5;
    margin-top: 12px;
    margin-bottom: 13px;
}
.map {
    display: block;
    max-width: 800px;
    height: 400px;
    margin: 0 auto;
}
.map-text{
    width: 420px;
    font-size: 1.3rem;
    margin-top: 4px;
    padding-left: 200px;
    color: #777;
    line-height: 1.4;
}
/*-----------------*/
/* info-pc          
/*-----------------*/
.wrapper.info{
    background-image: url(../img/bg-info.jpg) ;
    background-size: cover;
    background-position: left top;
    padding-bottom: 90px;
    position: relative;
}
.section-inner.info-in h2{
    width: 220px;
    padding-top: 0px;
    font-size: 3.2rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 10px 0 15px;
}
.info-box {
    width: 305px;
    padding: 47px 0 0 0;
}
.info-text{
    font-size: 1.7rem;
}
.info-time{
    padding-right: 22px;
}
.info-box li{
    margin-bottom: 20px;
}
.info-box li p{
    font-size: 1.7rem;
    padding-top: 5px;
}
.reserve-ttl{
    width: 90px;
    margin: 98px auto 30px;
    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;
}
.reserve-box{
    width: 630px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.tel-text{
    width: 200px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5rem;
    color: #333;
}
.tel-number a{
    display: block;
    width: 250px;
    font-family: 'Noto Serif';
    font-size: 2.8rem;
    font-weight: bold;
    font-style: italic;
    margin: 20px auto 0px;
    text-shadow: 2px 2px 3px #ccc;
}
.reserve-text{
    text-align: center;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: -25px;
}
.reserve-right{
    width: 230px;
}
.reserve-bnr img{
    width: 230px;
    margin: 0;
    margin: 11px auto 0;
    position: absolute;
    top: 65%;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.reserve-bnr:hover img:nth-of-type(2){
    opacity: 0;
}
/*-----------------*/
/* footer-pc          
/*-----------------*/
.footer-inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0 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.4rem;
    line-height: 1.3;
    color: #fff9e1;
    margin-left: 0px;
}
.foot-txt-ttl{
    margin-left: -6px;
}
.footer-logo img{
    width: 85px;
}
.foot-building{
    font-size: 10px;
    color: #fff9e1;
    letter-spacing: 1px;
    padding-top: 0px;
    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{
    display: flex;
}
.footer-list a{
   font-family: 'Noto Serif';
   font-size: 1.35rem;
   font-weight: bold;
   color: #fff9e1;
   margin-right: 15px;
}
small{
    display: block;
    width: 160px;
    font-size: 0.9rem;
    color: #fff9e1;
    margin: 55px auto 0;
    padding-bottom: 1px;
}
/*-----------------*/
/* page-top        
/*-----------------*/
#page-top {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 99;
}
#page-top img{
width: 70px;
opacity: 0.9;
transition: all .3s ease;
}
#page-top a:hover {
opacity: .5;
}
}