@charset "utf-8";
/* CSS Document */




/*リセット　******************************/

html, body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd{
    margin:0;
    padding:0;
    line-height: 1.0;
}

a{
    text-decoration: none;
    color:inherit;
}


img{
    max-width:100%;
    vertical-align: bottom;
}

ul{
  list-style: none;  
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html{
  font-size:62.5%;
}

.sp-none{
  display: none;
}

.pc-br{
  display: none;
}


@media screen and (min-width: 768px){
  .sp-none{
    display: block;
  }

  .pc-none{
    display: none;
  }

  .sp-br{
    display: none;
  }

  .pc-br{
    display: block;
  }

}

/*container  ******************************/

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}


body{
background:#f0f0f0;
color:#231815;
font-family: dnp-shuei-gothic-kin-std, sans-serif;
font-weight: 400;
font-style: normal;
font-size:1.4rem;
}

.w-container{
  width:100%;
  margin:0 auto;
}

.fa-instagram{
  font-size:35px;
}

.fa-calendar-alt{
  margin-right:10px;
}

.txt-base.left{
  text-align: left;
}

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

.w-container{
  /*max-width:80%;*/
  max-width:1200px;
  width:90%;
  margin:0 auto;
}

.fa-calendar-alt{
  margin-right:5px;
}

}

/*遅延読み込み  ******************************/
.lazyload {
  opacity: 0;
}

.is-lazyloaded {
  opacity: 1;
  transition: opacity .8s ease-out;
}

  

/*header  ******************************/


.header-wrap{
  width:100%;
  background:rgb(255, 255, 255, .9);
  position: fixed;
  z-index: 999;
}
.header-inner{
  position: relative;
  margin:0 auto;
}

.sp-head-flex{
  height:100px;
  display: flex;
  z-index: 999;
  justify-content: center;
  position: relative;
}

.hum{
width:80px;
height:100px;
position: absolute;
left:2%;
}

.sp-reserva{
  width:80px;
  height:70px;
  background: #231815;
  color:#fff;
  position: absolute;
  right:0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.sp-reserva p .fa-calendar-alt {
font-size:1.7rem;
width:1.7rem;
display: block;
margin:0 auto 10px;
} 

.sp-reserva p a{
  display: block;
  font-size:1.3rem;
  padding: 3px;
}


.logo{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height:100px;
  width:70px;
  background: url(../img/logo.png) no-repeat center center;
  background-size:80%;
  margin-left:10px;
}



/**グローバルナビゲーション*/
#g-nav{
  background:hsl(0, 0%, 94%, 80%);
  width:100%;
  height: 100vh;
  position:absolute;
  top:-120vh;
  transition: .5s ease-in-out;
  z-index:99;
}

#g-nav.open{
  top:0;
}

#g-nav ul{
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  letter-spacing: 3px;
  font-size:2rem;
  padding-top:120px;
}

#g-nav ul li{
  margin-bottom:5%;
}

#g-nav ul li ul{
  padding-top:0;
}

.reserve-btn{
  width:60%;
  margin:40px auto 0;
  font-size:2rem;
  color:#fff;
}

.reserve-btn a{
  display: block;
  padding:15px 0;
  background:#231815;
}

.fa-phone-alt{
  margin-right:5px;
}



/**ハンバーガー*/
#hum-nav{
  width: 60px;
  height:100px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#hum-nav div{
  display: block;
  width:100%;
  height:21px;
  position: relative;

}

#hum-nav div span{
  display: block;
  width:30px;
  height:3px;
  background:#000;
  position: absolute;
  transition: .35s ease-in-out;
  z-index: 100;
  right:0;
  left:0;
  margin:auto;
}

#hum-nav div span:nth-child(1){
  top:0;
}

#hum-nav div span:nth-child(2){
  top:15px;
}


#hum-nav.active div span:nth-child(1){
  transform: rotate(315deg);
  top:40%;
}

#hum-nav.active div span:nth-child(2){
  transform: rotate(-315deg);
  top:40%;
}

.stt-lang-select.tr {
  width: 83px!important;
  border-radius: 0!important;
}

.stt-lang-select {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
  border: 0!important;
  font-family: futura-pt, sans-serif!important;
  background-color: transparent!important;
}

.stt-lang-select .stt-text {
  padding: 10px!important;
}

.stt-lang-select .stt-select,
.stt-lang-select .stt-select .stt-item {
  padding: 7px!important;
  background: #f0f0f0!important;
}

.stt-lang-select .stt-text:after,
.stt-lang-select .stt-select .stt-item:after {
  top: 10px!important;
  color: #231815!important;
}

.stt-lang-select .stt-select .stt-item:after {
  right: 0!important;
}

/*PC版　---------------------------------------　　*/
@media screen and (min-width: 768px){

  .stt-lang-select .stt-text {
    display: none;
  }

  .header-inner{
    max-width:1200px;
    height:120px;
  }
  
  .sp-head-flex{
    justify-content: flex-start;
  }
  
  .hum, .sp-reserva{
    display: none;
  }

  .logo{
    height:120px;
    background-size:100%;
  }

  #g-nav{
    height: inherit;
    top:0;
    z-index: 1000;
    background:inherit;
    position: fixed;
  }
  
  #g-nav ul{
    max-width:1200px;
    height:120px;
    display: flex;
    justify-content: flex-end;
    text-align: center;
    letter-spacing: 2px;
    font-size: min(1.25vw,15px);
    padding-top: 0;
  }
  
  #g-nav ul li{
    margin-bottom:0;
    padding: 0 1.2% 0 0.8%;
    line-height: 120px;
  }

  #g-nav ul li:last-child{
    padding: 0;
   }

  #g-nav ul li ul.column{
    flex-direction: column;
    height: auto;
   }

   #g-nav ul li ul li.lang{
    display: flex;
    justify-content: center;
    height: 30px;
    line-height: 15px;
    vertical-align: baseline;
  }  
  
  #g-nav ul li ul li.lang a{
    display: inline-block;
    margin: 7px;
  }  

  #g-nav ul li ul li.lang a:first-child{
    margin: 7px 0;
    padding-right: 7px;
    border-right: 1px solid #231815;
  }  

  #g-nav ul li ul li.reserve-btn{
    padding: 0;
  }
  
  .reserve-btn{
    width:180px;
    padding: 0;
    margin:0;
    font-size:1.4rem;
  }
  
  .reserve-btn a{
  width:100%;
  height:90px;
  padding-top:15px;
  transition: .2s;
  }



.reserve-btn a:hover{
  background:#504743;
}

.h-pc-line{
  display: block;
  width:20%;
  height:1px;
  background:#fff;
  margin:15px auto;
}

#g-nav li a{
  display: inline-block;
  position: relative;
}

#g-nav li a:before{
  content:"";
  display: block;
  width:0;
  height:2px;
  background:#231815;
  position: absolute;
  top:95px;
  transition: .2s;
}

#g-nav li a:hover::before{
  content:"";
  display: block;
  width:30px;
  height:2px;
  background:#231815;
  position: absolute;
  top:95px;
}

#g-nav li.lang a:before,
#g-nav li.lang a:hover::before{
  top:15px;
}

#g-nav li a.btn-wrap-link::before{
  display: none;
}

}


/*共通：メイン調整
******************************************************************/

.main{
  /* padding:60px 0 0; */
  }
  
  /*PC版　---------------------------------------　　*/
  @media screen and (min-width: 768px){
  
  .main{
    /* padding:80px 0 0; */
    }
  
  }


/*フッター 
******************************************************************/
.footer{
  background:#231815;
  padding:40px 0 20px;
}

.f-logo{
  max-width:90px;
  margin:0 auto;
}

.footer-info{
  color:#fff;
  text-align: center;
  font-size:1.3rem;
  padding:30px 0 20px;
}

.footer-info li{
  margin-bottom:20px;
}

.footer-info li:first-child{
  font-size:1.7rem;
}

.f-copy{
  color:#fff;
  font-size:1.1rem;
  text-align: center;
}

/*フッター 
******************************************************************/

.more-link{
  width:80%;
  margin:20px auto 0;
  text-align: center;
}

.more-link a{
  color:#fff;
  display: block;
  font-size: 1.5rem;
  padding:15px 0;
  background:#231815;
  transition: .2s;
  border:1px solid #231815;
}

.more-link a:hover{
  color:#231815;
  background:inherit;
}


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

  .more-link{
    width:60%;
    max-width:300px;
    margin:30px 0;
  }

  .more-link.center{
    margin:40px auto;
  }
  
  }

  
  /*コンテンツ共通
******************************************************************/
.contents-wrap{
  margin:86px auto 96px;
}

.s-title{
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
  font-size:2.2rem;
  position: relative;
}

.txt-base{
font-size:1.4rem;
letter-spacing: 1px;
line-height: 1.4;
}



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

.contents-wrap{
  margin:110px auto 160px;
}

.contents-inner{
  padding:0 80px;
}

.s-title{
  font-size:3rem;
  letter-spacing: 4px;
}

.txt-base{
font-size:1.6rem;
line-height: 1.6;
}

}


/*スクロールエフェクト
******************************************************************/

.js-imgbox {
  overflow: hidden;
}
.js-img-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(-100.5%,0,0);
  transform: translate3d(-100.5%,0,0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.js-imgbox.isShow .js-img-wrap {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.js-img-wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #231815;/*黒ブロックの色指定*/
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.js-imgbox.isShow .js-img-wrap:before {
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}
.js-image {
  width: 100%;
  padding-top: 100%;/*画像比率指定*/
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
}