@charset "UTF-8";
/* loading */
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes scrolldown {
  0%{
    transform-origin: top center;
    transform: scaleY(0);
  }
  1%{
    transform-origin: top center;
    transform: scaleY(1);
  }
  10%{
    transform-origin: bottom center;
    transform: scaleY(1);
  }
  60%{
    transform-origin: bottom center;
    transform: scaleY(1);
  }
  61%{
    transform-origin: bottom center;
    transform: scaleY(0);
  }
  100%{
    transform-origin: top center;
    transform: scaleY(0);
  }
}
.section .sec_title{
  position: relative;
  margin: -40px auto 0;
  width: 230px;
  height: 230px;
}
.section .sec_title .inner{
  width: 230px;
  height: 230px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border: 1px solid #e4d9d7;
  padding-bottom: 10px;
}
.section .sec_title:after{
  content: "";
  width: 230px;
  height: 230px;
  display: block;
  background: #e4d9d7;
  position: absolute;
  left: 10px;
  top: 10px;
}
.section .sec_title .inner span{
  display: block;
}

.section .bg_yuge{
  height: 325px;
  /* background: url(../images/top/bg_yuge.png) no-repeat;
  background-size: auto 325px;
  background-position: center; */
  padding-top: 130px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  margin-bottom: -110px;
}
.section .bg_yuge .icon_yuge{
  display: inline-block;
  width: 60px;
  height: auto;
  position: relative;
  z-index: 1;
}
.section .bg_yuge > p{
  position: relative;
  z-index: 1;

}
/* .parallax_bottom{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.parallax_bottom img{
  width: 100%;
  height: auto;
} */

/* top */
.top{
  height: 100vh;
}
#sliderTop img{
  max-width: 100%;
  height: 100vh;
  /* max-height: 100%;/ */
  /*width: auto\9; /* ie8 */
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
.dots-top{
  max-width: 1040px;
  position: absolute;
  bottom: 180px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.dots-top li{
  width: 46px;
  height: 2px;
  background: rgba(255,255,255,.5);
  margin-right: 10px;
}
.dots-top li.slick-active{
  background: #fff;
  height: 4px;
}
.dots-top li button{
  display: none;
}
.top .slider_txt{
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  text-shadow:
    3px 3px 9px rgba(35,24,21,.2),
    -3px 3px 9px rgba(35,24,21,.2),
    3px -3px 9px rgba(35,24,21,.2),
    -3px -3px 9px rgba(35,24,21,.2);
}
.top .slider_txt img{
  max-width: 181.5px;
}

.topmenu {
  padding-bottom: 15px;
  /* background: #fff; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.topmenu:after{
  content: '';
  position: absolute;
  left:0;
  top: 48%;

  /*四角形を傾けます*/
  transform: skewY(-3.5deg);
  transform-origin: bottom left;

  z-index: 0;
  width:100%;
  height:200%;
  background:#fff;
}

.topmenu .inner_1040{
  width: 100%;
}
.topmenu .snss{
  padding-right: 2.5%;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.topmenu .snss ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.topmenu .snss ul li{
  margin-left: 4%;
}
.topmenu .snss .icon{
  display: inline-block;
  width: 35px;
  height: auto;
}
.topmenu .nav{
  position: relative;
  z-index: 1

}
.topmenu .nav ul{
  display: flex;
  align-items: flex-end;
  /* justify-content: space-between; */
}
.topmenu .nav ul li{
  text-align: center;
  flex-grow: 1;
}
.topmenu .nav ul li + li{
  border-left: 1px solid #946761;
}
.topmenu .nav ul li:nth-child(6){
  border-left: none;
}
.topmenu .nav ul .en{
  color: #b80040;
  line-height: 1.6;
}
.topmenu .nav ul .ja{
  font-weight: normal;
}



/* top text */
.toptxt{
  position: relative;
}
.toptxt .bg_img{
  height: 620px;
}
.toptxt .inner{
  position: absolute;
  left: 0;
  right: 0;
  top: 16%;
  text-align: center;
}
.toptxt .txt_top{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.toptxt .txt_top .en{
  opacity: .3;
  letter-spacing: 6px;
  line-height: 1.3;
}
.toptxt .txt_top .img{
  width: 55px;
  height: auto;
  margin: 0 2%;
}

/* why */
.why .bg_img{
  background: url(../images/top/why_bg.png) no-repeat;
  background-position: bottom center;
}
.why .bigimg{
  width: 80%;
  max-width: 730px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.why .title{
  margin: 40px 0 20px;
}
.why1 .parallax_box:before{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.why1 .parallax_box:after,
.why2 .parallax_box:after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}

.parallax_box .en{
  line-height: 1.2;
}
.parallax_box .ja{
  margin-bottom: 35px;
}
.why .parallax_box .text{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.why .parallax_box .text .text_inner{
  width: 50%;
  max-width: 480px;
  background: rgba(255,255,255,.6);
  height: 100%;
  padding: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why2 .parallax_box .text .text_inner{
  margin-left: auto;
}
.why1 .parallax_box #svg-bg-why1_top,
.why1 .parallax_box #svg-bg-why1_bottom,
.why2 .parallax_box #svg-bg-why2_bottom,
.svg-bg-yuge,
.what .svg-bg-what_label,
.svg-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.why1 #parallaxWhy01{
  width: 62%;
  min-height: 650px;
  background: url(../images/top/why02.jpg) no-repeat;
  background-position: right top;
  background-size: cover;
  margin-left: auto;
}
.why2 #parallaxWhy02{
  width: 62%;
  min-height: 650px;
  background: url(../images/top/why04.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}


.why2 .sea{
  height: 754px;
  background: url(../images/top/why03.png), #fff;
  background-repeat: no-repeat;
  background-size: auto 754px;
  background-size: cover;
  text-align: center;
  padding-top: 215px;
}
.why2 .sea .txt{
  color: #fff;
  text-shadow:
    3px 3px 9px #1b1440,
    -3px 3px 9px #1b1440,
    3px -3px 9px #1b1440,
    -3px -3px 9px #1b1440;
  margin-top: 75px;
}
.why2 .sea .txt .ttl{
  margin-bottom: 25px;
}
.why2 .parallax_box_outer {
  width: 100%;
  height: 670px;
  transform: skewY(5deg);
  overflow: hidden;
  margin-top: -5px;
  margin-bottom: -110px
}
.why2 .parallax_box_outer .parallax_box{
  transform: skewY(-5deg);
  height: 650px;
  margin-top: -90px;
}

.why2 .img img{
  height: 714px;
  margin-top: -105px;
}
.why .img_why05{
  width: 100%;
  min-height: 714px;
}

/* what */
.what .title{
  margin: 80px 0 20px;
}
.what .inner{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.what .label{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 450px;
  height: 100px;
  color: #fff;
  margin-top: -70px;
  position: relative;
}
.what .label > p,
.what .label > span,
.what .label > div{
  position: relative;
  z-index: 1;
}

.what .label .en{
  letter-spacing: 3px;
  margin: 0 15px;
}

.what .namae .en{
  vertical-align: bottom;
  text-shadow:
    2px 2px 0px #fff,
    -2px 2px 0px #fff,
    2px -2px 0px #fff,
    -2px -2px 0px #fff,
    3px 0 0 #fff,
    0 3px 0 #fff,
    -3px 0 0 #fff,
    0 -3px 0 #fff;
}
.what .namae .ja{
  padding: 0 0 5px 10px;
  display: inline-block;
  vertical-align: middle;
}
.what .txt .inner290{
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
}
.what .txt .price{
  margin: 15px 0 3px;
  padding: 7px 0 3px;
}

.what .matsu{
  padding-top: 115px;
  margin-bottom: 125px;
}
.what .matsu .img img{
  height: 600px;
}
.what .matsu .img .icon{
  width: 41px;
  height: auto;
}
.what .matsu .txt .left{
  width: 50%;
  padding-top: 30px;
}
.what .matsu .txt .right{
  width: 50%;
  margin-top: -30px;
  position: relative;
}
.what .matsu .txt .right .namae{
  padding-left: 5px;
}
.what .matsu .txt .right .price{
  border-top: 1px solid #c7b568;
  border-bottom: 1px solid #c7b568;
}

.what .take .txt,
.what .ume .txt{
  margin-top: -25px;
  position: relative;
}
.what .take .namae,
.what .ume .namae{
  margin-bottom: 12px;
}

.what .take{
  width: 49.5%;
  max-width: 500px;
}
/* .what .take .label{
  background: #137471;
} */
.what .take .img .icon{
  width: 42px;
  height: auto;
}
.what .take .txt .price{
  border-top: 1px solid #137471;
  border-bottom: 1px solid #137471;
}


.what .ume{
  width: 49.5%;
  max-width: 500px;
}

/* .what .ume .label{
  background: #b80040;
} */
.what .ume .img .icon{
  width: 33px;
  height: auto;
}
.what .ume .txt .price{
  border-top: 1px solid #b80040;
  border-bottom: 1px solid #b80040;
}

/* shopinfo */
.what .shopinfo{
  padding-top: 125px;
}
.what .shopinfo .txt{
  width: 52%;
}
.what .shopinfo .txt:before{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.what .shopinfo .txt:after{
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  margin: auto;
}
  .what .shopinfo .txt > .txt_inner{
  position: relative;
  z-index: 1;
  max-width: 570px;
  margin-left: auto;
  padding-left: 10px;
  padding: 120px 0 120px 10px;
}
.what .shopinfo .txt > .txt_inner .caveat{
  margin-bottom: 10px;
}
.what .shopinfo .img img{
  height: 425px;
}
.what .shopinfo .btns{
  margin-top: 20px;
}
.what .shopinfo .btns .btn{
  max-width: 157px;
  margin-right: 20px;
}
.what .shopinfo .btns .btn a{
  height: 40px;
  line-height: 40px;
}
.what .shopinfo .btns .btn:after{
  height: 40px;
}
.what .shopinfo .img_box{
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  margin: auto;
}
.what .shopinfo .img_box .img{
  width: 50%;
  margin-left: auto;
}
.what .shopinfo .img_box .img img{
  height: 425px;
}


/* where */
.where .img img {
  height: 714px;
  /* margin-top: -70px; */
}
.where .sec_title {
  margin-top: -150px;
}
.where .txt .ttl{
  margin: 65px auto 20px;
}
.where .images{
  margin: 60px auto 35px;
}
.where .images .image{
  width: 49%;
  max-width: 620px;
  height: auto;
}

.where .facility .fa_ttl{
  margin: 18px 0 52px;
  border-bottom: 1px solid #946761;
  padding-bottom: 13px;
}
.where .list li{
  width: 33%;
  max-width: 326px;
  display: flex;
  flex-direction: column;
}
.where .list li .ttl{
  border-bottom: 1px solid #946761;
  padding-bottom: 5px;
}
.where .list li .icon_yuge{
  display: inline-block;
  width: 66px;
  height: auto;
  margin: 0 1.5% 0 5px;
  vertical-align: bottom;
}
.where .list li .ttl span{
  vertical-align: bottom;
}
.where .list li .add{
  line-height: 1.7;
  margin: 20px 0 10px;
}
.where .list li .btn{
  max-width: 290px;
  margin: 0 auto;
  margin-top: auto;
}
.where .btn p,
.where .btn a {
  display: block;
  height: 60px;
  line-height: 60px;
}
.where .btn:after{
  height: 60px;
}

/* enjoy */
.enjoy{
  background: url(../images/top/enjoy_bg.jpg) no-repeat;
  background-position: center bottom;
  padding-bottom: 130px;
}
.enjoy .img img {
  height: 714px;
  margin-top: -105px;
}
.enjoy .sec_title {
  position: relative;
  margin: -140px auto 65px;
}
.enjoy .sch_ttl{
  margin-bottom: 10px;
}
.enjoy .sch_ttl span{
  vertical-align: middle;
}
.enjoy .sch_ttl span:last-child{
  display: inline-block;
  margin-left: 25px;
}
.enjoy .sch_txt{
  background: url(../images/top/arrow_border.svg) no-repeat;
  background-size: auto 100%;
  background-position: left top;
}

.enjoy .sch01,
.enjoy .images,
.enjoy .sch_1045,
.enjoy .sch_1100,
.enjoy .sch_1200,
.enjoy .sch_1300{
  padding: 0 3%;
  background: rgba(255,255,255,.9);
}

/* start, 10:15 */
.enjoy .sch01 .left{
  width: 53%;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.enjoy .sch01 .left .sch_txt{
  height: 100%;
  margin-left: 7px;
  margin-bottom: 10px;
  /* border-left: 2px solid #13746B; */
  padding-left: 10%;
}

.enjoy .sch01 .right{
  width: 42%;
}
.enjoy .sch01 .right img{
  height: 300px;
}


.enjoy .sch_start{
  margin-bottom: 70px;
}
.enjoy .sch_1015{
  margin-bottom: 20px;
}

.enjoy .images{
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.enjoy .images .image{
  width: 32%;
}

.enjoy .obi{
  padding: 25px 0;
}
.enjoy .obi .obi_img{
  width: 94%;
  max-width: 675px;
  height: auto;
  margin: 0 auto;
}
.enjoy .obi .obi_side{
  width: 100%;
  max-width: 1570px;
  left: 0;
  right: 0;
  margin: auto;
  top: -18px;
  display: flex;
  justify-content: space-between;
}
.enjoy .obi .obi_side_left,
.enjoy .obi .obi_side_right{
  width: 33%;
}
.enjoy .obi01 .obi_side_left{
  max-width: 506px;
}
.enjoy .obi01 .obi_side_right{
  max-width: 472px;
  margin-top: 4%;
}
.enjoy .obi02 .obi_side_left{
  max-width: 498.5px;
}
.enjoy .obi02 .obi_side_right{
  max-width: 518px;

}


.enjoy .sch_1045 .sch_ttl{
  padding: 55px 0 0;
  margin-bottom: 0;
}
.enjoy .sch_1045 .sch_ttl .anton{
  line-height: 1.3;
}
.enjoy .sch_1045 .sch_txt{
  padding: 0 7%;
  min-height: 175px;
  padding-top: 15px;
}

.enjoy .sch_1100 .sch_ttl{
  margin-bottom: 0;
}
.enjoy .sch_1100 .img1100 .big_img {
  width: 66%;
}
.enjoy .sch_1100 .img1100 .big_img img{
  height: 423px;
}
.enjoy .sch_1100 .img1100 .small_img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.enjoy .sch_1100 .img1100 .small_img > div{
  min-height: 0%;
}
.enjoy .sch_1100 .img1100 .small_img img{
  height: 207px;
  min-height: 0%;
}
.enjoy .sch_1100 .img1100 .small_img div:first-child{
  margin-bottom: 1%;
}
.enjoy .sch_1100 .sch_txt{
  background: none;
  width: 98%;
  max-width: 800px;
  margin: 20px auto;
}

.enjoy .sch_1200{
  padding-bottom: 35px;
}
.enjoy .sch_1200 .sch_ttl{
  margin-bottom: 0;
}
.enjoy .sch_1200 .sch_txt{
  padding: 0 7%;
}
.enjoy .sch_1200 .sch_txt .img1200 > div{
  width: 49.5%;
}

.enjoy .sch_1300 {
  padding-bottom: 50px;
}
.enjoy .sch_1300 .txt{
  padding: 50px 7% 45px;
}
.enjoy .sch_1300 .sch_ttl .anton{
  line-height: 1.25;
}
.enjoy .bg_triangle{
  height: 50px;
}


/* fukidashi */
.enjoy .sch_1015 .fukidashi{
  display: inline-block;
  background: url(../images/top/fukidashi01.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 325px;
  height: 71.5px;
  text-align: center;
  padding-top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  top: -60px;
}

.enjoy .images_fukidashi{
  display: block;
  background: url(../images/top/fukidashi02.png) no-repeat;
  background-size: 100% 100%;
  width: 537px;
  height: 71.5px;
  text-align: center;
  padding-top: 15px;
  margin: 0 10% -25px auto;
  position: relative;
  z-index: 1;
}
.enjoy .sch_1100 .fukidashi11-1{
  display: block;
  background: url(../images/top/fukidashi03.png) no-repeat;
  background-size: 100% 100%;
  width: 467px;
  height: 71.5px;
  text-align: center;
  padding-top: 15px;
  margin: -10px auto -8px 11%;
  position: relative;
}
.enjoy .sch_1100 .fukidashi11-2{
  display: block;
  background: url(../images/top/fukidashi04.png) no-repeat;
  background-size: 100% 100%;
  width: 491.5px;
  height: 71.5px;
  text-align: center;
  padding-top: 15px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.enjoy .sch_1200 .fukidashi{
  display: block;
  background: url(../images/top/fukidashi05.png) no-repeat;
  background-size: 100% 100%;
  width: 292.5px;
  height: 71.5px;
  text-align: center;
  padding-top: 15px;
  left: 40%;
  top: 10%;
}
.enjoy .sch_1200 .fukidashi.sp{
  display: none;
}


/* spot */
.spot{
  padding-top: 50px;
  overflow: hidden;
}
.spot .spot_ttl span:before{
  content: "";
  width: 40px;
  height: 50px;
  display: inline-block;
  background: url(../images/common/border-left.svg) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 10px;
}
.spot .spot_ttl span:after{
  content: "";
  width: 40px;
  height: 50px;
  display: inline-block;
  background: url(../images/common/border-right.svg) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-left: 10px;
}

.spot .spot_text{
  margin: 20px 0 30px;
}
#sliderSpot .slick-list{
  overflow: inherit;
}
#sliderSpot .slick-slide{
  margin: 0 5px;
}
#sliderSpot .slick-arrow{
  position: absolute;
  color: rgba(0,0,0,0);
  width: 50px;
  height: 50px;
  top: 23%;
  border: none;
}
#sliderSpot .slick-prev{
  background: url(../images/top/spot_left.png) no-repeat;
  background-size: cover;
  z-index: 1;
  left: 7%;
}
#sliderSpot .slick-next{
  background: url(../images/top/spot_right.png) no-repeat;
  background-size: cover;
  z-index: 1;
  right: 7%;
}

.dots-spot{
  max-width: 1040px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}
.dots-spot li{
  width: 46px;
  height: 2px;
  background: rgba(148,103,97,.5);
  margin-right: 10px;
}
.dots-spot li.slick-active{
  background: #946761;
  height: 4px;
}
.dots-spot li button{
  display: none;
}

.spot .slider .list_ttl{
  padding: 10px 0 10px;
  border-bottom: 1px solid #946761;
  line-height: 1.4;
  margin-bottom: 10px;
}
.spot .slider .list_txt{
  color: #3c3c3c;
}

/* sns */
.sns {
  padding-top: 150px;
  padding-bottom: 150px;
  background: url(../images/top/sns_bg.jpg) no-repeat;
  background-size: cover;
}
.sns .sns_ttl span:before{
  content: "";
  width: 40px;
  height: 50px;
  display: inline-block;
  background: url(../images/common/border_left_w.svg) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 10px;
}
.sns .sns_ttl span:after{
  content: "";
  width: 40px;
  height: 50px;
  display: inline-block;
  background: url(../images/common/border_right_w.svg) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-left: 10px;
}
.sns .icon{
  margin-right: 15px;
}
.sns .box{
  margin: 35px 0 20px ;
}
.sns .link{
  width: 15.5px;
  height: 21px;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sns .facebook{
  width: 48.5%;
  max-width: 500px;
  overflow: hidden;
}
.sns .facebook .icon{
  display: inline-block;
  width: 40px;
  height: auto;
}
.sns .facebook iframe{
  width: 100%;
}


.sns .twitter{
  width: 48.5%;
  max-width: 500px;
}

.sns .twitter .icon{
  display: inline-block;
  width: 49px;
  height: auto;
}
.sns .twitter .img{
  max-height: 500px;
  overflow-y: scroll;
}
.sns .insta .text{
  margin: 10px 0 20px
}
.sns .insta .icon{
  display: inline-block;
  width: 40px;
  height: auto;
}
.sns .insta > img{
  border: 3px solid #fff;
}

/* topics */
.topics .list{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.topics .list li{
  width: 32%;
  max-width: 328px;
  border: 2px solid #e4d9d7;
  position: relative;
}
.topics .list li a{
  display: block;
  height: 100%;
  padding: 1%;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 2%;
}
.topics .list li:hover:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e4d9d7;
  z-index: 1;
}
.topics .list li a:hover{
  opacity: 1;
}

.topics .list li .txt{
  padding: 2%;
}
.topics .list li .ttl{
  border-bottom: 1px solid #e4d9d7;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.topics .list li .cate{
  letter-spacing: 0;
}
.topics .btn{
  margin: 55px auto;
}
.topics .btn a{
  height: 62px;
  line-height: 62px;
}
.topics .btn:after{
  height: 62px;
}

/* access */
.access{
  padding-top: 90px;
}
.access .access_top{
  z-index: 1;
}
.access .access_top img{
  height: 103px;
}
.access .access_bottom img{
  height: 95px;
}
.access .access_top{
  top: -1px;
}
.access .access_bottom{
  bottom: 0;
}
.access .title{
  width: 46%;
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 54%;
  top: 40px;
  z-index: 2
}
.access .title img{
  width: 40px;
  height: auto;
  display: inline-block;
  margin: 0 15px 0 20px;
}
.access .flex{
  height: 640px;
  /* align-items: center; */
}
.access .img{
  width: 52%;
  /* min-height: 540px; */
  z-index: 0;
}
.access .img img,
.access .img iframe{
  width: 100%;
  min-height: 640px;
}

.access .txt{
  width: 48%;
  padding: 95px 0 0 2%;
  background: url(../images/top/access_bg.png), #946761;
  background-repeat: no-repeat;
  background-position: center bottom 23%;
}
.access .list{
  margin: 10px 0 30px;
  line-height: 1.8;
}
.access .btns{
  margin-left: 3%;
}
.access .btn{
  margin-bottom: 20px;
}
.access .btn a{
  height: 62px;
  line-height: 62px;
}
.access .btn:after{
  height: 62px;
}

/* shopinfo */
.shopinfo_b{
  margin-top: -100px;
  /* padding-top: 70px; */
}
.shopinfo_top img{
  height: 266px;
}
.shopinfo_b .title{
  width: 45%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  top: 50%;
}
.shopinfo_b .title img{
  width: 40px;
  height: auto;
  display: inline-block;
  margin: 0 15px 0 20px;
}
.shopinfo_b .flex{
  margin-top: -100px;
}
.shopinfo_b .txt{
  width: 48%;
  background: url(../images/top/shopinfo_bg.png), #946761;
  background-repeat: no-repeat;
  background-position: center bottom 40%;
}
.shopinfo_b .txt .txt_inner{
  position: relative;
  z-index: 1;
  max-width: 485px;
  margin-left: auto;
  padding-left: 10px;
  padding: 105px 30px 95px 10px;
}
.shopinfo_b .list{
  margin: 10px 0 30px;
  line-height: 1.8;
}
.shopinfo_b .list .kakko{
  margin-left: -10px;
}
.shopinfo_b .btn{
  margin-bottom: 20px;
}
.shopinfo_b .btn a{
  height: 62px;
  line-height: 62px;
}
.shopinfo_b .btn:after{
  height: 62px;
}
.shopinfo_b .img{
  order: 2;
  width: 52%;
  z-index: -1;
}
.shopinfo_b .img img{
  min-height: 640px;
}

.parallax_image{
  width: 100%;
  height: 550px;
  transform: skewY(5deg);
  overflow: hidden;
  margin-top: -100px;
}

.parallax_img{
  width: 100%;
  height: 1100px;
  transform: skewY(5deg);
  overflow: hidden;
  background: url(../images/top/footer_bg.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  transform: skewY(-5deg);
  margin-top: -450px;
}
.footer{
  position: relative;
  margin-top: -90px;
}
@media screen and (max-width: 1400px){
  .topmenu:after{
    top: 30%;
  }
}
@media screen and (max-width: 1200px){
  .topmenu:after {
    top: 29%;
  }
  #sliderSpot .slick-prev{
    left: 20px;
  }
  #sliderSpot .slick-next{
    right: 20px;
  }

  .enjoy .obi .obi_side{
    height: 420px;
    align-items: flex-end;
  }

}
@media screen and (max-width: 1050px){
  .toptxt .inner{
    top: 20px;
  }
  .toptxt .txt_top{
    display: block;
  }
  .toptxt .txt_top .img{
    margin: 15px auto;
  }
  .shopinfo_b .title {
    width: 100%;
    justify-content: flex-start;
    left: 2%;
  }
}

@media screen and (max-width: 868px){
  /* .access .list{
    margin: 5px 0;
  }
  .access .btn {
    margin-bottom: 5px;
  }
  .access .btn:after {
    height: 42px;
  }
  .access .btn a {
    height: 42px;
    line-height: 42px;
  } */
}
@media screen and (max-width: 768px){
  .fukidashi{
    display: none !important
  }
  .section .bg_yuge {
    height: 215px;
    padding-top: 65px;
    margin-bottom: -70px;
  }
  .section .bg_yuge .fs30{
    font-size: 26px;
  }
  .section .bg_yuge .icon_yuge {
    width: 40px;
    margin-top: 10px;
  }
  .top{
    height: auto;
  }
  .top #sliderTopSp{
    overflow: hidden;
  }
  .top .slider_txt img {
    width: 84%;
    max-width: none;
    margin-left: 3%;
  }
  .dots-top{
    justify-content: center;
    bottom: 5%;
  }

  .toptxt{
    background: url(../images/top/toptxt_bg_sp.jpg) no-repeat;
    background-position: bottom center;
    background-size: contain;
    padding: 20px 0 80%;
  }
  .toptxt .inner{
    position: relative;
    width: 94%;
  }
  .toptxt .txt_top .en {
    line-height: 1;
  }
  .toptxt .txt_top .img {
    width: 45px;
  }
  .toptxt .txt_top + p{
    margin-bottom: 20px;
  }

  /* why */
  .why .bg_img > p{
    padding: 0 3%;
  }
  .why .bg_img{
    background: none;
  }
  .why .bg_img .bigimg + p{
    position: relative;
  }
  .why .bg_img .bigimg + p:before{
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    background: url(../images/top/why_bg.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    position: absolute;
    top: -370px;
    left: 0;
    z-index: -1;
  }
  .why1 #parallaxWhy01 {
    width: 100%;
    min-height: 400px;
    background: url(../images/top/why02.jpg) no-repeat;
    background-position: right top;
    background-size: auto 130%;
    margin-left: auto;
  }
  .why1 .text{
    padding: 30px;
  }

  .why1 .text_inner .en,
  .why2 .text_inner .en{
    line-height: 1.1;
    text-align: center;
  }
  .why1 .text_inner .ja,
  .why2 .text_inner .ja{
    text-align: center;
    margin-bottom: 20px;
  }

  .why2 .sea{
    padding-top: 70px;
    height: auto;
    background: url(../images/top/why03_sp.png) no-repeat;
    background-size: cover;
    background-position: top 100px center;
    padding-bottom: 90px;
  }
  .why2 .sea .txt{
    margin-top: 60%;
    padding: 0 3%;
  }
  .why2 .sea .txt p:last-child{
    max-width: 500px;
    margin: 0 auto;
  }
  .why2 .parallax_box_outer {
    width: 100%;
    height: 400px;
    margin-bottom: 0px;
    margin-top: -35px;
    /* padding-top: 90px; */
  }
  .why2 .parallax_box_outer .parallax_box{
    height: 460px;
  }
  .why2 #parallaxWhy02 {
    width: 100%;
    min-height: 460px;
    background-size: auto 140%;
    margin-left: auto;
  }
  .why .parallax_box .text{
    position: relative;
  }
  .why2 .text_inner .en,
  .why2 .text_inner .ja{
    text-align: center;
  }

  /* what */
  .what .label{
    width: 100%;
  }
  .what .label .en {
    letter-spacing: 2px;
    margin: 0 5px;
  }
  .what .matsu .txt .left,
  .what .txt .inner290{
    width: 100%;
    max-width: none;
  }
  .what .matsu .img img{
    height: auto;
  }
  .what .matsu .txt .right{
    width: 100%;
    margin-top: 0;
  }
  .what .matsu .txt .right .namae{
    text-align: center;
    padding-left: 0;
  }

  .what .take .namae .ja,
  .what .ume .namae .ja{
    padding-bottom: 0;
    margin-bottom: -5px;
  }

  .what .take{
    width: 100%;
    max-width: none;
  }
  .what .ume{
    width: 100%;
    max-width: none;
    margin-top: 100px;
  }

  .what .shopinfo{
    margin-top: 10px;
    padding-top: 40%;
  }
  .what .shopinfo .img_box{
    width: 100%;
  }
  .what .shopinfo .img_box .img {
    width: 80%;
  }
  .what .shopinfo .img_box .img img{
    height: auto;
    min-height: auto;
  }
  .what .shopinfo .txt {
    width: 100%;
  }
  .what .shopinfo .txt > .txt_inner{
    padding: 110px 0 80px 3%;
  }
  .what .shopinfo .btns{
    display: flex;
  }

  /* where */
  .where .img img{
    height: auto;
  }
  .where .txt{
    padding: 0 3%;
  }
  .where .images{
    width: 94%;
    margin: 25px auto;
  }
  .where .images .image {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }

  .where .facility{
    margin-top: 30px;
    width: 100%;
  }
  .where .facility .fa_ttl {
    margin: 18px 0 30px;
  }
  .where .list{
    width: 94%;
    margin: 0 auto;
  }
  .where .list li {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
  .where .list li .icon_yuge {
    width: 40px;
  }
  .where .list li .add {
    margin: 15px 0 10px;
  }
  .where .list li .btn {
    margin: 10px auto 10px;
  }

  /* enjoy */
  .enjoy{
    background: none;
    padding-bottom: 0;
  }
  .enjoy .img img {
    height: auto;
    margin-top: 24px;
    min-height: 300px;
  }
  .enjoy .sch01, .enjoy .images, .enjoy .sch_1045, .enjoy .sch_1100, .enjoy .sch_1200, .enjoy .sch_1300{
    padding: 0;
  }
  .enjoy .sch_ttl{
    display: flex;
    align-items: center;
  }
  .enjoy .sch_ttl span:last-child {
    margin-left: 10px;
  }
  .enjoy .sch01 .left .sch_txt,
  .enjoy .sch_txt{
    height: 100%;
    margin-left: 15px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-left: 2px solid #13746B;
    position: relative;
    padding-left: 4%;
    background: none;
  }

  .enjoy .sch_txt:after{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/common/icon_arrow_sp.png) no-repeat;
    background-size: cover;
    background-size: 100% auto;
    position: absolute;
    left: -16px;
    bottom: -30px;
  }
  .enjoy .schedule .fukidashi.sp{
    display: block !important;
    width: 90%;
    max-width: 500px;
    margin: auto;
  }
  .enjoy .sch01 .left{
    width: 100%;
  }
  .enjoy .sch01 img.sp{
    margin-bottom: 20px;
  }

  .enjoy .sch_start {
    margin-bottom: 30px;
  }

  .enjoy .obi{
    padding: 0;
    margin-top: 30px;
    background: none;
  }
  .enjoy .obi_inner{
    width: 100%;
    height: 95%;
    position: absolute;
    z-index: -1;
  }
  .enjoy .obi .obi_img{
    padding-top: 20px;
  }
  .enjoy .obi .obi_side{
    position: relative;
    height: auto;
    margin-top: -20px;
    top: 0;
  }
  .enjoy .obi .obi_side_left, .enjoy .obi .obi_side_right {
    width: 49%;
  }
  .enjoy .obi01 .obi_side_right{
    margin-top: 0;
  }

  .enjoy .sch_1045 .sch_ttl {
    padding: 30px 0 0;
    margin-bottom: 0;
    display: block;
    margin-bottom: 20px;
  }
  .enjoy .sch_1045 .sch_txt {
    padding: 0;
    min-height: inherit;
    padding-left: 4%;
    padding-bottom: 10px;
  }
  .enjoy .sch_1100 .img1100 .big_img{
    width: 100%;
    margin-bottom: 2%;
  }
  .enjoy .sch_1100 .img1100 .big_img img{
    height: auto;
  }
  .enjoy .sch_1100 .img1100 .small_img{
    width: 100%;
    flex-direction: row;
  }
  .enjoy .sch_1100 .img1100 .small_img > div{
    width: 49%;
  }
  .enjoy .sch_1100 .img1100 .small_img > div img{
    height: auto;
  }

  .enjoy .sch_1100 .sch_txt{
    padding: 0;
    border-left: none;
  }
  .enjoy .sch_1100 .sch_txt:after{
    display: none;
  }
  .enjoy .sch_1200 .fukidashi.sp{
    display: block;
  }
  .enjoy .sch_1200 .fukidashi.pc{
    display: block;
  }
  .enjoy .sch_1200 .fukidashi{
    background: none;
    height: auto;
  }
  .enjoy .sch_1200 .sch_txt{
    padding: 0;
    padding-left: 4%;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .enjoy .sch_1200 .sch_txt .img1200 > div {
    width: 100%;
    margin-top: 10px;
  }
  .enjoy .obi02 .obi_inner{
    z-index: 0;
  }
  .enjoy .obi02 .obi_img{
    position: relative;
  }
  .enjoy .obi02 .obi_side {
    margin-top: -50px;
  }
  .enjoy .sch_1300{
    width: 100%;
    padding: 0 3% 42%;
    background: url(../images/top/enjoy_bg_sp_last.jpg) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
  }
  .enjoy .sch_1300 .txt{
    padding: 0;
    width: 98%;
    margin: 10px auto 20px;
  }
  .enjoy .sch_1300 .sch_ttl{
    display: block;
  }
  .enjoy .images{
    display: block;
  }

  #sliderSpot{
    width: 94%;
  }
  #sliderSpot .slick-list{
    overflow: hidden;
  }
  #sliderSpot .slick-next {
    right: -2.5%;
  }
  #sliderSpot .slick-prev {
    left: -2.5%;
  }
  .dots-spot{
    margin: 10px 0 30px;
  }
  .sns{
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../images/top/sns_bg_sp.jpg) no-repeat;
    background-size: cover
  }
  .sns .sp{
    margin-top: 30px;
  }
  .sns .btn {
    margin: 0 auto;
  }
  .sns .btn a{
    display: flex;
    justify-content: center;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .sns .btn:after{
    height: 60px;
  }
  .sns .icon{
    width: 20px;
    margin-right: 0;
  }
  .topics .list{
    display: block;
  }
  .topics .list li {
    width: 32%;
    max-width: none;
  }
  #sliderTopicsSp .slick-arrow {
    position: absolute;
    color: rgba(0,0,0,0);
    width: 50px;
    height: 50px;
    top: 47%;
    border: none;
  }
  #sliderTopicsSp .slick-prev {
    background: url(../images/top/spot_left.png) no-repeat;
    background-size: cover;
    z-index: 1;
    left: -2.5%;
  }
  #sliderTopicsSp .slick-next {
    background: url(../images/top/spot_right.png) no-repeat;
    background-size: cover;
    z-index: 1;
    right: -2.5%;
  }
  .topics .btn {
    margin: 30px auto;
    width: 100%;
  }

  /* access */
  .access{
    padding-top: 0;
    position: relative;
  }

  .access .flex{
    height: auto;
  }
  .access .title{
    width: 100%;
    position: relative;
    left: 0;
    justify-content: flex-end;
    margin-bottom: 30px;
    padding-right: 3%;
  }
  .access .title img,
  .shopinfo_b .title img {
    width: 25px;
    margin: 0 10px 5px;
  }
  .access .img,
  .shopinfo_b .img{
    width: 100%;
  }
  .access .img img,
  .shopinfo_b .img img{
    min-height: 400px;
  }
  .access .img iframe{
    min-height: inherit;
    height: 400px;
  }
  .access .btns{
    margin-left: 0;
  }
  .access .btn,
  .shopinfo_b .btn{
    width: 100%;
  }

  .access .txt,
  .shopinfo_b .txt{
    width: 100%;
    padding: 25px 3% 75px;
    margin-top: -1px
  }
  .shopinfo_b{
    padding-top: 0;
    margin-top: -90px;
  }
  .shopinfo_b .title {
    width: 100%;
    justify-content: flex-start;
    padding-left: 3%;
    /* position: relative;
    top: 0; */
    left: 0;
  }
  .shopinfo_b .txt .txt_inner{
    padding: 0 3% 95px;
  }
  /* 背景 */
  .access .access_top img {
    height: 100px;
    object-position: left;
  }
  .access .access_txt_top {
    bottom: 0;
  }
  .access .access_txt_top img {
    height: 90px;
    object-position: left;
  }
  .shopinfo_b .shopinfo_txt_top{
    bottom: 0;
  }
  .shopinfo_b .shopinfo_txt_top img {
    height: 100px;
    object-position: right;
  }
  .parallax_image {
    transform: skewY(7.5deg);
  }
  .parallax_img{
    transform: skewY(-7.5deg);
  }
}
@media screen and (max-width: 620px){
  .spot .spot_ttl span,
  .sns .sns_ttl span{
    font-size: 4.84vw;
  }
}
@media screen and (max-width: 500px){

  .toptxt .txt_top .ls7{
    letter-spacing: 3px;
  }
  .toptxt .txt_top .ls4{
    letter-spacing: 1px;
  }
  .toptxt .txt_top .img {
    width: 40px;
    margin: 20px auto;
  }
  .where .bg_yuge{
    padding-top: 45px;
  }
  .spot .spot_ttl span:before,
  .spot .spot_ttl span:after,
  .sns .sns_ttl span:before,
  .sns .sns_ttl span:after{
    width: 6.45%;
    height: 40px;
    vertical-align: bottom;
    background-position: bottom;
  }
}
