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

/* ==========================================================================//
//
//　PC
//
// ========================================================================== */

/* frame
---------------------------------------------------------- */
.frame_deco {}
.frame_deco::before,
.frame_deco::after {
  content: "";
  display: inline-block;
  position: fixed;
  z-index: 4;
  background-repeat: no-repeat;
  background-size: contain;
}
.frame_deco::before {
  left: -4px;
  bottom: -3px;
  width: 107px;
  height: 221px;
  background-image: url(/assets/img/deco_left.png);
  background-position: left bottom;
}
.frame_deco::after {
  right: 0;
  top: 0;
  width: 147px;
  height: 331px;
  background-image: url(/assets/img/deco_right.png);
  background-position: right top;
}
.frame_line::before,
.frame_line::after {
  content: "";
  display: block;
  position: fixed;
  z-index: 5;
  background-color: #484e4e;
}
.frame_line.horizontal::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
}
.frame_line.horizontal::after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
}
.frame_line.vertical::before {
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
}
.frame_line.vertical::after {
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
}


/* area_mainimg
---------------------------------------------------------- */
.area_mainimg {
  position: relative;
  /* background: url(../img/mv_bg.jpg) no-repeat center center / cover; */
  height: 100vh;
}
.area_mainimg .bx-wrapper {
  margin-bottom: 0;
}
.area_mainimg .bx-viewport {
  /* height: 94vh !important; */
  height: 100vh !important;
}
.area_mainimg .logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.area_mainimg .logo img {
  /* width: 578px; */
  height: auto;
  filter: drop-shadow(0 0 30px rgba(26, 26, 26, 0.5));
}
.area_mainimg .reservation {
  display: inline-flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  left: 50%;
  bottom: 0;
  z-index: 98;
  width: 210px;
  height: 60px;
  background-color: #8abbcc;
  color: #484e4e;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.area_mainimg .line_scroll {
  position: absolute;
  right: 40px;
  bottom: 88px;
  z-index: 2;
  color: #f8f8f8;
}
.zoom_slider {
  /* display: none; */
  position: relative;
  z-index: 97;
}
.zoom_slider li {
  /* height: 94vh !important; */
  height: 100vh !important;
}
.zoom_slider li img {
  width: 100%;
  /* height: 94vh; */
  height: 100vh;
  object-fit: cover;
}

@keyframes anime_zoom {
  0% {
      transform: scale(1.0);
  }
  100% {
      transform: scale(1.1);
  }
}

.zoom_slider > li[aria-hidden="false"] {
  animation: anime_zoom 5s linear;
}
.zoom_slider > li[aria-hidden="true"] {
  transform: scale(1.1);
}


@media screen and (max-width: 1300px) {
  /* .area_mainimg .line_scroll {
    display: none;
  } */
}



 /* contents_wrap
---------------------------------------------------------- */
.contents_wrap {}
.contents_wrap section {
  position: relative;
}
.contents_wrap section::before {
  display: inline-block;
  position: absolute;
  z-index: -1;
  height: 0.8em;
  color: #f8f8f8;
  font-weight: 400;
  font-size: 30rem;
  /* font-size: max(21.66vw, 30rem); */
  letter-spacing: 0.025ex;
  line-height: 0.65;
}

 /* area_info
---------------------------------------------------------- */
.area_info {
  position: relative;
}
.contents_wrap .area_info::before {
  content: "About";
  right: -30px;
  top: 485px;
}
.area_info .inner {
  position: relative;
  padding: 235px 0 600px;
}
.area_info h2 {
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  margin: 0 0 25px;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.2;
}
.area_info h2 span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  background-color: #484e4e;
  color: #f8f8f8;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.area_info .box_txt {
  width: 480px;
}
.area_info .photo_01 {
  position: absolute;
  top: 130px;
  left: 585px;
  width: 678px;
  height: auto;
}
.area_info .photo_02 {
  position: absolute;
  top: 560px;
  left: -100px;
  width: 536px;
  height: auto;
}
.area_info .photo_03 {
  position: absolute;
  bottom: 0;
  right: 95px;
  width: 284px;
  height: auto;
}



 /* area_stay
---------------------------------------------------------- */
.area_stay {
  position: relative;
  padding: 165px 0 0;
  width: 100%;
}
.contents_wrap .area_stay::before {
  content: "Stay";
  left: -40px;
  top: 255px;
}
.area_stay h2 {
  position: relative;
  margin: 0 0 60px;
  font-weight: 700;
  font-size: 8rem;
  line-height: 1;
  text-align: center;
}
.area_stay .info_box_txt {
  width: 580px;
  margin: 0 auto 90px;
}
.area_stay .stay_sec {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 100px auto 0;
  width: 100%;
  max-width: 1366px;
  /* height: 670px; */
}
.area_stay .stay_sec:first-of-type {
  margin-top: 0;
}
.area_stay .stay_sec.rev {
  flex-direction: row-reverse;
}
.area_stay .stay_sec .box_img {
  z-index: 2;
  position: absolute;
  right: 50%;
}
.area_stay .stay_sec .box_img .slide-wrap {
  width: 678px;
}
.area_stay .stay_sec .box_img .bxslider_photo1 li {
  padding: 0 0 3px;
}
.area_stay .stay_sec .box_img .bx-controls-direction {
  display: none;
}
.area_stay .stay_sec.rev .box_img {
  left: 50%;
  right: auto;
}
.area_stay .stay_sec .box_img img {
  width: 678px;
}
.area_stay .stay_sec .box_txt {
  /* position: absolute; */
  margin: 85px 0 0;
  padding-bottom: 60px;
  width: 740px;
  /* height: 470px; */
  /*z-index: 40;*/
  background-color: #eaeaea;
}
.area_stay .stay_sec.correct .box_txt {
  /* left: 50%; */
  margin-left: auto;
}
.area_stay .stay_sec.rev .box_txt {
  /* right: 50%; */
  margin-right: auto;
}
.area_stay .stay_sec .box_txt .box_txt_inner {
  width: 490px;
  margin: -25px auto 0;
}
.area_stay .stay_sec .box_txt h3 {
  display: inline-block;
  position: relative;
  padding: 0 25px;
  margin: 0 0 20px -25px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
}
.area_stay .stay_sec .box_txt h3 span {
  display: block;
  margin: 0 0 10px -10px;
  padding: 10px;
  background-color: #484e4e;
  color: #f8f8f8;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
}
.area_stay .stay_sec .box_txt .stay_detail {
  margin: 28px 0 0;
  border-bottom: 1px solid #484e4e;
  border-top: 1px solid #484e4e;
}
.area_stay .stay_sec .box_txt .stay_detail .md-btn {
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.area_stay .stay_sec .box_txt .stay_detail .stay_detail_txt {
  line-height: 2;
  padding: 15px 0;
  margin: 0 auto 0 0;
}
.area_stay .stay_sec .box_txt .stay_detail .stay_detail_modal_link {
  width: 40px;
  text-align: center;
}
.area_stay .stay_sec .box_txt .stay_detail .stay_detail_modal_link iframe{
  position: relative;
  z-index: 9999999 !important;
}
.area_stay .stay_sec .box_txt .stay_detail .stay_detail_modal_link .plus {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #f8f8f8;
  /* height: 100%; */
  /* padding: 25px 0; */
  font-weight: 500;
  font-size: 1.2em;
}
.area_stay .stay_sec .box_txt .link_reserve {
  margin: 50px 0 0;
  text-align: right;
}



 /* area_spot
---------------------------------------------------------- */
.area_spot {
  margin-top: 200px;
}
.area_spot#coffee::before {
  content: "Coffee";
  left: -80px;
  bottom: 130px;
}
.area_spot#higakure::before {
  content: "Higakure";
  right: -690px;
  bottom: 70px;
}
.area_spot .slider {
  margin: 0 auto;
  max-width: 1366px;
}
.area_spot .slider img {
  width: 100%;
}
.area_spot .box_txt {
  position: relative;
  z-index: 2;
  margin: -60px 0 0 auto;
  padding: 60px;
  width: 510px;
  background-color: #eaeaea;
}
.area_spot.rev .box_txt {
  margin-left: 0;
  margin-right: auto;
}
.area_spot .box_txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.area_spot#coffee .box_txt::before {
  right: 75px;
  top: -23px;
  width: 87px;
  height: 129px;
  background-image: url(/img/pict_coffee.svg);
}
.area_spot#higakure .box_txt::before {
  right: 65px;
  top: 30px;
  width: 92px;
  height: 81px;
  background-image: url(/img/pict_book.svg);
  transform: rotate(7deg);
}
.area_spot h2 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1;
}
.area_spot .link_spot {
  margin: 40px 0 0;
  text-align: right;
}


 /* area_gallery
---------------------------------------------------------- */
.area_gallery {
  position: relative;
  margin: 200px 0 150px;
  width: 100%;
  height: 1000px;
}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-anime {
	100% {
		background-position: -100% 0;
	}
}
.bg_ttl {
  position: absolute;
  top: 470px;
  width: 100%;
  height: 117px;
  background: url(/img/img_ttl_gallery.svg) repeat-x;
  background-size: auto 100%;
  animation: scroll-anime 100s infinite linear 0.5s both;
}
.bg_ttl__wrap {
  display: flex;
  overflow: hidden;
}
.bg_ttl__list {
  display: flex;
  list-style: none;
}
.bg_ttl__list--left{
  animation: infinity-scroll-left 300s infinite linear 0.5s both;
}
.bg_ttl__item {
  display: none;
  height: 117px;
}
.bg_ttl__item > img{
  height: 100%;
  width: auto;
}
.area_gallery .inner {
  position: relative;
  height: 100%;
}
.area_gallery .gallery_photo_01 {
  width: 284px;
  position: absolute;
  top: 80px;
  left: 0;
}
.area_gallery .gallery_photo_02 {
  width: 579px;
  position: absolute;
  top: 0;
  right: 0;
}
.area_gallery .gallery_photo_03 {
  width: 579px;
  position: absolute;
  bottom: 0;
  left: -100px;
}
.area_gallery .gallery_photo_04 {
  width: 285px;
  position: absolute;
  bottom: 160px;
  right: 290px;
}
.area_gallery .gallery_photo_05 {
  width: 284px;
  position: absolute;
  top: 490px;
  right: -100px;
}



/* area_news
---------------------------------------------------------- */
.area_news {}
.area_news .inner {
  padding-bottom: 120px;
  border-bottom: 1px solid #484e4e;
}
.contents_wrap .area_news::before {
  content: "News";
  right: -30px;
  top: -35px;
  font-size: 20rem;
}
.area_news .bx-wrapper .bx-loading {
  display: none !important;
}
.area_news .bx-viewport {}
.area_news h2 {
  position: relative;
  margin: 0 0 60px;
  padding: 0;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1;
  text-align: center;
}
.area_news ul.list_news li {
  margin: 0 30px 0 0;
  width: 220px !important;
}
.area_news ul.list_news li a .box_img {
  margin: 0 0 20px;
}
.area_news ul.list_news li a .box_img img {
  width: 220px;
  height: 145px;
  object-fit: cover;
}
.area_news ul.list_news li a .box_date_cate {
  display: flex;
  margin: 0 0 3px;
}
.area_news ul.list_news li a .date {
  font-size: 1.2rem;
}
.area_news ul.list_news li a .date::after {
  content: "|";
  display: inline-block;
  margin: 0 7px 0;
  opacity: 0.25;
}
.area_news ul.list_news li a .cate_name {
  font-size: 1.2rem;
}
.area_news ul.list_news li a .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.6;
}
.area_news ul.list_news li a .box_txt {
  font-size: 1.3rem;
  line-height: 1.6;
}
.area_news .link_news {
  margin: 50px auto 0;
  width: 970px;
  text-align: right;
}
.area_news .notfound {
  text-align: center;
}
.area_news .bx-wrapper {
  margin: 0 auto;
  width: 970px;
}
.area_news .bx-wrapper .bx-prev,
.area_news .bx-wrapper .bx-next {
  z-index: 2;
  background: url(/assets/img/arrow.svg) no-repeat center center;
}
.area_news .bx-wrapper .bx-next {
  transform: scaleX(-1);
}



 /* area_access
---------------------------------------------------------- */
#access {}
#access::before {
  content: "Access";
  left: -48px;
  top: 100px;
  font-size: 20rem;
}
#access .area_access {
  padding: 120px 0 150px;
}