@charset "UTF-8";
/*=============================================
 * key
 *=============================================*/
#key-box {
  background: url("../img/menu/key.jpg") no-repeat center;
  background-size: cover;
}

/*=============================================
 * sec 1 
 *=============================================*/
#sec1 {
  position: relative;
  color: #fff;
}
#sec1:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #c0b5af;
  z-index: 5;
}
#sec1 .col {
  position: relative;
  z-index: 5;
  padding: 18vw 0 20vw;
}
#sec1 .col h2 {
  font-size: 6vw;
  text-align: center;
  margin-bottom: 8vw;
  letter-spacing: 0.2em;
}
#sec1 .col .txt {
  text-shadow: 0px 0px 20px #000, 0px 0px 20px #000, 0px 0px 20px #000, 0px 0px 20px #000, 0px 0px 20px #000;
  padding: 0 3%;
}
#sec1 .para {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sec1 .para .img-parallax, #sec1 .para .simpleParallax {
  height: 100%;
}
#sec1 .para img {
  height: 100%;
  object-fit: cover;
  object-position: left 36% top 0;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    min-height: 911px;
  }
  #sec1:before {
    top: 26px;
    left: 40px;
    right: 40px;
    bottom: 19px;
  }
  #sec1 .col {
    padding: 116px 0 30px;
  }
  #sec1 .col h2 {
    font-size: 38px;
    margin-bottom: 39px;
    line-height: 74px;
  }
  #sec1 .col .txt {
    padding: 0;
    text-align: center;
    text-shadow: 0px 0px 20px #000, 0px 0px 20px #000, 0px 0px 20px #000;
  }
	#sec1 .para img{
		object-position: center;
	}
  .img-parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .img-parallax img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
  }

}

/*==================================================
スライダーのためのcss
===================================*/
.js-thumb {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.js-thumb img {
  width: 60vw;
  /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}
.js-thumb .slick-slide {
  transform: scale(0.6) translateY(31%);
  /*左右の画像のサイズを80%に*/
  transition: all .5s ease;
  /*拡大や透過のアニメーションを0.5秒で行う*/
}
.js-thumb .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
   transform: scale(0.6) translateY(31%);
}

.js-thumb .slick-slide:not(.slick-center) + .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"]{
  transform: scale(1);
}
.js-thumb .slick-slide img {
  transition: all .5s ease;
  /*拡大や透過のアニメーションを0.5秒で行う*/
}
.js-thumb .slick-slide.slick-center {
  transform: scale(1);
  /*中央の画像のサイズだけ等倍に*/
  opacity: 1;
  /*透過なし*/
  transition: all 0.5s ease;
}
.js-thumb .slick-slide.slick-active {
  transition: all 0.5s;
	
  /*拡大や透過のアニメーションを0.5秒で行う*/
}
.js-thumb .slick-slide:nth-child(5){
	
}
@media screen and (min-width: 768px) {
  .js-thumb .slick-slide.slick-center {
    transform: scale(1) translateY(-3%);
    /*中央の画像のサイズだけ等倍に*/
	     
  }
  #sec2 .js-thumb .slick-slide.slick-center .deco {
    opacity: 1;
    transition: all 0.5s;
    visibility: visible;
  }
  #sec2 .js-thumb .slick-slide.slick-center .photo {
    width: 640px;
    height: 439px;
    margin-top: 0;
    transition: all 0.5s;
  }
  .js-thumb .slick-slide.slick-center .photo img {
    /* width: 100%; */
  }
  .js-thumb .slick-slide {
    transform: scale(0.4) translateY(65%);
    transition: all .5s ease;
    margin: 0px -50px;
  }
	.js-thumb .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
   transform: scale(0.4) translateY(65%);
}

.js-thumb .slick-slide:not(.slick-center) + .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"]{
  transform: scale(1) translateY(-3%);
}
	
	
}

/*=============================================
 * sec 2
 *=============================================*/
#sec2 {
  position: relative;
  padding: 15vw 0 4vw;
}
#sec2:before {
  content: "";
  background: url("../img/menu/sec2_deco1.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 60vw;
  background-size: 100%;
}
#sec2:after {
  content: "";
  background: url("../img/menu/sec2_deco2.png") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
  height: 60vw;
  background-size: 100%;
}
#sec2 h2 {
  font-size: 7vw;
  text-align: center;
  margin-bottom: 2vw;
  letter-spacing: 0.15em;
}
#sec2 .slider dl {
  padding: 0 5%;
  margin-top: 2vw;
}
#sec2 .slider dl dt {
  font-size: 5vw;
  text-align: center;
  margin-bottom: 3vw;
}
#sec2 .slider dl dd {
  text-align: center;
}
#sec2 .js {
  margin: 0 -5.6%;
  padding-bottom: 5vw;
	position: relative;
	z-index: 5;
}
#sec2 .js .deco {
  margin-bottom: -5vw;
  position: relative;
  z-index: 5;
}
#sec2 .js:after {
  content: "";
  position: absolute;
  top: 41vw;
  left: 3%;
  right: 3%;
  bottom: 3%;
  border: 1px solid #67583e;
  z-index: -1;
}
#sec2 .js .slick-prev {
  left: 12%;
  top: 41vw;
}
#sec2 .js .slick-next {
  right: 12%;
  top: 41vw;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 200px 0 30px;
  }
  #sec2 .wrap {
    width: 1471px;
    padding: 0 20px;
  }
  #sec2:before {
    width: 699px;
    height: 507px;
  }
  #sec2:after {
    width: 435px;
    height: 805px;
  }
  #sec2 h2 {
    font-size: 58px;
    margin-bottom: -29px;
  }
  #sec2 .slider dl {
    padding: 0;
    margin-top: 11px;
  }
  #sec2 .slider dl dt {
    font-size: 35px;
    margin-bottom: 15px;
    letter-spacing: 3px;
  }
  #sec2 .js {
    margin: 0;
    padding-bottom: 98px;
    margin: 0 auto;
    width: 1320px;
    position: relative;
	min-height: 905px;  
	max-width: 100%;
  }
  #sec2 .js .box {
    width: 640px;
  }
	.js-thumb .slick-slide.slick-center .photo{
		transition: all 0.5s;
	}
  #sec2 .js .deco {
    margin-bottom: -30px;
    width: 565px;
    margin: 90px auto -40px;
    opacity: 0;
    visibility: hidden;
  }
  #sec2 .js .photo {
    width: 640px;
    height: 440px;
    margin-top: 0;
    transition: all 0.5s;
  }
  .js-thumb .slick-slide .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #107110;
  }
  #sec2 .js:after {
    top: 299px;
    left: 80px;
    right: 80px;
  }
  #sec2 .js .slick-prev {
    left: calc(50% + -385px);
    top: 505px;
  }
  #sec2 .js .slick-next {
    right: calc(50% + -380px);
    top: 503px;
  }
}


.price-shared dt {
  margin-bottom: 0;
  letter-spacing: 3px;
}
.price-shared dt span {
  background: url("../img/shared/bg2.jpg") repeat;
  color: #fff;
  padding: 0px 15px;
  font-size: 15px;
  margin-bottom: 9px;
  display: inline-block;
  line-height: 29px;
}
.price-shared dd {
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .price-shared dt {}
  .price-shared dt span {
    font-size: 25px;
    display: inline-block;
  }
  .price-shared dd {
    font-size: 25px;
    margin-left: 0;
  }
}

/*=============================================
 * sec 3
 *=============================================*/
#sec3 {
  position: relative;
  padding: 7vw 0 4vw;
}
#sec3:before {
  content: "";
  background: url("../img/menu/sec2_bg.png") no-repeat;
  background-size: 150%;
  top: -49vw;
  left: -55%;
  right: 0;
  height: 150vw;
  position: absolute;
}
#sec3 .row .col {
  margin-bottom: 4vw;
}
#sec3 .row .col h2 {
  width: 59%;
  margin: 0 auto 1vw;
}
#sec3 .row .col .txt {
  margin: 0 auto 8vw;
}
#sec3 .row .col .note {
  text-align: center;
}
#sec3 .row .left {
  position: relative;
  margin-bottom: 5vw;
}
#sec3 .row .left .photo {
  margin: 0 -5% -22vw;
}
#sec3 .row .left .price-shared {
  position: relative;
  z-index: 5;
  width: 236px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 60px 0 30px;
  }
  #sec3 .wrap {
    width: 100%;
  }
  #sec3:before {
    background: url("../img/menu/sec2_bg.png") no-repeat;
    background-size: 100%;
    top: -421px;
    left: 0;
  }
  #sec3 .row {
    display: flex;
    margin: 0 -120px;
    justify-content: center;
  }
  #sec3 .row .col {
    margin-bottom: 30px;
    order: 2;
    width: 464px;
  }
  #sec3 .row .col h2 {
    margin: 0 auto 30px;
    text-align: center;
    width: auto;
  }
  #sec3 .row .col .txt {
    margin: 0 auto;
    width: 350px;
    margin: 0 auto 40px;
  }
  #sec3 .row .left {
    margin-bottom: 30px;
    order: 1;
  }
  #sec3 .row .left + .left {
    order: 3;
  }
  #sec3 .row .left .photo {
    margin: 0;
  }
  #sec3 .row .left .price-shared {
    width: 350px;
    position: absolute;
    right: -44px;
    bottom: 59px;
  }
  #sec3 .row .left + .left .price-shared {
    left: -34px;
    right: auto;
  }
  #sec3 .row .left + .left .price-shared dd {
    margin-left: -110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #sec3 .row .left .price-shared {
    right: -14px;
  }
  #sec3 .row .left + .left .price-shared {
    left: 11px;
  }
}

/*=============================================
 * sec 4
 *=============================================*/
#sec4 {
  position: relative;
  padding: 5vw 0 15vw;
}
#sec4 h2 {
  width: 61%;
  margin: 0 auto 8vw;
}
#sec4 .txt {
  margin-bottom: 8vw;
}
#sec4 .js .box {
  position: relative;
}
#sec4 .js .box .price-shared {
  width: 90%;
  min-height: 52px;
  position: absolute;
  bottom: 4vw;
  left: 5%;
  z-index: 5;
  text-align: left;
  line-height: 15px;
}
#sec4 .js .box .price-shared dt {
  margin-bottom: 0vw;
  line-height: 20px;
}
#sec4 .js .box .price-shared dd {
  color: #fff;
  text-align: left;
  text-shadow: 0px 0px 20px #000, 0px 0px 20px #000, 0px 0px 20px #000;
}
#sec4 .js .slick-dots {
  position: relative;
  margin: 0 -2%;
  width: auto;
}
#sec4 .js .slick-dots li {
  width: 30%;
  height: 21vw;
}
#sec4 .js .slick-dots li button {
  width: 100%;
  height: 100%;
  border: 1px solid #107110;
}
#sec4 .js .slick-dots li button:before {
  display: none;
}
#sec4 .js .slick-dots li button:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 1;
}
#sec4 .js .slick-dots li.slick-active button:after {
  opacity: 0;
}
#sec4 .js .slick-dots li:nth-child(1) button {
  background: url("../img/menu/sec4_js_p1.jpg") no-repeat;
  background-size: cover;
}
#sec4 .js .slick-dots li:nth-child(2) button {
  background: url("../img/menu/sec4_js_p2.jpg") no-repeat;
  background-size: cover;
}
#sec4 .js .slick-dots li:nth-child(3) button {
  background: url("../img/menu/sec4_js_p3.jpg") no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 35px 0 328px;
  }
  #sec4 .wrap {
    width: 1284px;
    padding: 0 20px;
  }
  #sec4 h2 {
    width: 322px;
    margin: 0;
    margin-bottom: 17px;
  }
  #sec4 .txt {
    margin-bottom: 30px;
    margin-left: 23px;
    width: 431px;
  }
  #sec4 .js {
    position: absolute;
    left: 560px;
    right: calc(50% - 50vw);
    top: -31px;
    z-index: 5;
  }
  #sec4 .js .box .price-shared {
    bottom: 40px;
  }
  #sec4 .js .box .price-shared dt {
    margin-bottom: 10px;
    width: 450px;
  }
  #sec4 .js .box .price-shared dd {
    margin-left: 30px;
  }
  #sec4 .js .box .photo {
    height: 605px;
  }
  #sec4 .js .slick-dots {
    margin: 0;
    left: -531px;
    bottom: 205px;
    width: 521px;
    text-align: left;
    z-index: 10;
  }
  #sec4 .js .slick-dots li {
    height: 120px;
    width: 132px;
    margin: 0 10px;
  }
  #sec4 .js .slick-dots li button:hover:after {
    display: none;
  }
}

/*=============================================
 * sec 5 
 *=============================================*/
#sec5 {
  position: relative;
  padding: 15vw 0 5vw;
}
#sec5:before {
  content: "";
  background: url("../img/menu/sec5_bg.png") no-repeat left 55% top 0;
  background-size: 296%;
  top: 0;
  left: 0;
  right: 0;
  height: 150vw;
  position: absolute;
}
#sec5:after {
  content: "";
  background: url("../img/menu/sec5_deco1.png") no-repeat;
  background-size: 100%;
  top: -12vw;
  width: 34%;
  right: 0;
  height: 120vw;
  position: absolute;
}
#sec5 h2 {
  width: 60%;
  margin: 0 auto 5vw;
}
#sec5 .txt {
  margin-bottom: 8vw;
}
#sec5 .food .item {
  margin-bottom: 8vw;
  position: relative;
}
#sec5 .food .item .deco {
  position: absolute;
  right: 0;
  top: 0;
}
#sec5 .food .item .photo {
  margin-bottom: -15vw;
  position: relative;
}
#sec5 .food .item .photo span {
  position: absolute;
  width: 29%;
  right: -2%;
  bottom: -6vw;
  z-index: 5;
}
#sec5 .food .item .price-shared {
  position: relative;
  z-index: 5;
  margin-bottom: 3vw;
  margin-left: 3%;
}
#sec5 .food .item .price-shared dd {
  text-align: left;
}
#sec5 .food .item .txt {
  margin-bottom: 6vw;
  margin-left: 3%;
}
@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 59px 0 30px;
  }
  #sec5:before {
    background-size: 100%;
  }
  #sec5:after {
    width: 412px;
    height: 922px;
    top: -257px;
  }
  #sec5 h2 {
    width: 389px;
    margin: 0 auto 10px;
  }
  #sec5 .txt {
    margin-bottom: 55px;
    text-align: center;
  }
  #sec5 .food {
    display: flex;
    margin: 0 -104px 0;
    justify-content: space-between;
  }
  #sec5 .food .item {
    margin-bottom: 30px;
    width: 600px;
  }
  #sec5 .food .item .photo {
    margin-bottom: -60px;
  }
  #sec5 .food .item .photo span {
    bottom: -41px;
    right: -20px;
  }
  #sec5 .food .item .price-shared {
    margin-bottom: 30px;
    margin-left: 90px;
  }
  #sec5 .food .item + .item .price-shared {
    margin-left: 40px;
  }
  #sec5 .food .item .price-shared dd {
    margin-left: -20px;
  }
  #sec5 .food .item .price-shared dd {
    margin-left: 20px;
  }
  #sec5 .food .item .txt {
    margin-bottom: 30px;
    margin-left: 103px;
    width: 440px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #sec5:after {
    max-width: 31%;
  }
  #sec5 .food {
    margin: 0 auto;
  }
  #sec5 .food .item {
    max-width: 48%;
  }
  #sec5 .food .item .txt {
    margin-left: 50px;
    max-width: 100%;
  }
}

/*=============================================
 * sec 6
 *=============================================*/
#sec6 {
  position: relative;
  padding: 2vw 0 15vw;
}
#sec6:after {
  content: "";
  background: url("../img/menu/sec6_bg.png") no-repeat;
  background-size: 100%;
  top: 29vw;
  width: 112%;
  right: 0;
  height: 120vw;
  position: absolute;
  z-index: -1;
}
#sec6 .photo {
  margin-bottom: 6vw;
}
#sec6 .col h2 {
  width: 62%;
  margin: 0 auto 6vw;
}
#sec6 .col .txt {
  margin-bottom: 6vw;
}
@media only screen and (min-width: 768px) {
  #sec6 {
    padding: 50px 0 30px;
  }
  #sec6 .wrap {
    width: 1211px;
    padding: 0 20px;
  }
  #sec6:after {
    width: 962px;
    height: 1012px;
    top: -141px;
  }
  #sec6 .photo {
    margin-bottom: 30px;
    position: absolute;
    right: 521px;
    top: -120px;
    left: calc(50% - 50vw);
    height: 529px;
  }
  #sec6 .col {
    margin-left: auto;
    width: 480px;
    margin-top: 115px;
    margin-right: 70px;
    margin-bottom: 230px;
  }
  #sec6 .col h2 {
    margin: 0;
    margin-left: 106px;
    width: 413px;
    margin-bottom: 10px;
  }
  #sec6 .col .txt {
    margin-bottom: 30px;
    width: 302px;
    margin-left: auto;
  }
  #sec6 .btn-cus {
    margin: 0 auto 100px;
  }
}

/*=============================================
 * banner 
 *=============================================*/
#banner .set1 .banner {
  background: url("../img/menu/banner_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 5% 5% 3%;
  position: relative;
  margin-bottom: 14vw;
}
#banner .set1 .banner:before {
  content: "";
  position: absolute;
  top: 3%;
  left: 3%;
  right: 3%;
  bottom: 3%;
  border: 1px solid #c0b5af;
  z-index: 5;
}
#banner .set1 .banner h2 {
  margin-bottom: 6vw;
}
#banner .set1 .banner .txt {
  margin-bottom: 6vw;
  color: #fff;
}
#banner .set1 .banner .btn-circle .ttl {
  bottom: 11vw;
}
@media only screen and (min-width: 768px) {
  #banner .set1 {
    padding-bottom: 59px;
  }
  #banner .set1 .wrap {
    width: 1240px;
    padding: 0 20px;
  }
  #banner .set1 .banner {
    padding: 0;
    margin-bottom: 30px;
    height: 530px;
  }
  #banner .set1 .banner:before {
    left: 20px;
    right: 20px;
  }
  #banner .set1 .banner h2 {
    margin-bottom: 10px;
    margin-left: 90px;
    padding-top: 70px;
  }
  #banner .set1 .banner .txt {
    margin-bottom: 30px;
    margin-left: 140px;
    width: 350px;
  }
  #banner .set1 .banner .btn-circle {
    margin-left: 158px;
  }
  #banner .set1 .banner .btn-circle .ttl {
    bottom: 30px;
  }
}