@charset "UTF-8";

.home .swiper-button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: end;
}
.home .swiper-button-next {
  right: 20px;
}
.home .swiper-button-prev {
  left: 20px;
  transform: scale(-1, 1);
}
.home .swiper-pagination {
  bottom: 20px;
  left: 0;
  top: auto;
  height: auto;
  display: flex;
  padding: 0 20px;
}
.home .swiper-pagination .swiper-pagination-bullet {
  background-color: unset;
  width: 30px;
  height: 20px;
  margin: auto 2px;
  opacity: 1;
  border-radius: unset;
  display: block;
  opacity: 0.5;
  position: relative;
}
.home .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.home .arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: 0.3s;
}
.home .arrow-right::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 0;
  box-sizing: border-box;
  transition: 0.3s;
}
.home .dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 12px;
  height: 12px;
  transform: translateX(-25%) rotate(45deg);
}

.home .dli-chevron-round-right::before,
.home .dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0;
}
.home .dli-chevron-round-right::before {
  height: 1px;
}
.home .dli-chevron-round-right::after {
  width: 1px;
}

.home #fv {
  position: relative;
}

.home #fv .wrap {
  height: 100svh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home #fv .inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home #fv {
  z-index: 0;
}
.home.onload #fv .iframe_wrap {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1);
}
.home #fv .iframe_wrap {
  width: 100%;
  height: calc(100% - 140px);
  height: 100%;
  overflow: hidden;
  position: relative;
  transform: scale(1.05);
  transition: 1s ease 0s;
  filter: blur(20px);
  opacity: 0;
}
.home #fv video {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  width: 178vh;
  height: 56vw;
  min-height: 100%;
  min-width: 100%;
}

body.onload.home #fv .tit {
  opacity: 1;
  filter: blur(0px);
}

.home .home_common_group {
}

.home .home_common_group .text_area .text h3 {
  line-height: 1.6;
  margin-bottom: 10px;
}
.home .home_common_group .text_area .text p {
  line-height: 2;
  font-size: 13px;
}
.home .home_common_group .wrap {
  max-width: 1600px;
  margin: auto;
  margin-bottom: 25%;
}
.home #about {
}
.home #about .wrap {
  max-width: 700px;
  margin: 14% auto 15%;
}
.home #about .inner {
  padding: 0 20px;
}
.home #about .text_area .sec_head {
  /* margin-bottom: 15px; */
}

.home #about .text_area h4:last-child {
  margin-top: 25px;
}
.home #about .text_area h2 {
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  font-size: 20px;
}
.home #about .text_area h4 {
  line-height: 2.5;
  font-size: 16px;
}
.home #architecture {
}
.home #architecture .wrap {
  /* margin-bottom: 25%; */
}
.home #architecture .inner {
}
.home #architecture .text_area {
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 1;
  max-width: 500px;
}

.home #architecture .img_area {
  width: 80%;
  position: relative;
  margin-left: auto;
}
.home #architecture .img_area .thumb_wrap {
  aspect-ratio: 3 / 2;
  position: relative;
}
.home #architecture .img_area .thumb_wrap .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.home #architecture .img_area .swiper-wrapper::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
}
.home #restaurant {
}
.home #restaurant .wrap {
  /* max-width: 1600px; */
  /* margin: auto; */
  /* margin-bottom: 25%; */
}
.home #restaurant .inner {
  position: relative;
}
.home #restaurant .text_area {
  position: absolute;
  bottom: -10%;
  right: 5%;
  z-index: 1;
  max-width: 500px;
}

.home #restaurant .img_area {
  width: 80%;
  position: relative;
}
.home #restaurant .img_area .thumb_wrap {
  aspect-ratio: 16 / 9;
  position: relative;
}
.home #restaurant .img_area .thumb_wrap .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.home #restaurant .img_area .swiper-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  z-index: 2;
  right: 0;
  bottom: 0;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
}
.home #rooms {
}
.home #rooms .wrap {
  /* max-width: 1600px; */
  /* margin: auto; */
  /* margin-bottom: 25%; */
}
.home #rooms .inner {
  position: relative;
}
.home #rooms .text_area {
  position: absolute;
  bottom: -15%;
  left: 5%;
  z-index: 3;
  max-width: 500px;
}

.home #rooms .img_area {
  width: 100%;
  position: relative;
}
.home #rooms .img_area .swiper-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  z-index: 2;
  right: 0;
  bottom: 0;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
}
.home #rooms .img_area .thumb_wrap {
  aspect-ratio: 2 / 1;
  position: relative;
}

.home #rooms .img_area .thumb_wrap .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.home #rooms .swiper-pagination {
  justify-content: end;
}
.home #experience {
}
.home #experience .wrap {
  margin-bottom: 15%;
}
.home #experience .swiper {
  padding: 0 5%;
  padding-right: calc(5% - 20px);
}
.home #experience .swiper-slide {
  padding-right: 20px;
}
.home #experience .swiper-slide:last-child {
}
.home #experience .sec_head {
}
.home #experience .text_area {
  position: relative;
}

.home #experience .text_area {
  max-width: 560px;
}
.home #experience .text_area .text h4 {
  line-height: 1.6;
  margin-bottom: 5px;
}
.home #experience .text_area .text p {
  line-height: 1.8;
}
.home #experience .img_area {
  width: 100%;
  margin-bottom: 20px;
}
.home #experience .img_area .link {
  width: calc(100% / 6 - 10px);
  position: relative;
  /* pointer-events: none; */
}
.home #experience .img_area .link:hover .thumb {
  transform: scale(1.05);
  opacity: 0.5;
}
.home #experience .thumb_wrap {
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
}
.home #experience .thumb_wrap .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.home #experience .img_area .link h6 {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
}

.home #experience .swiper-button {
  top: 35%;
  justify-content: center;
  background-color: hsl(0deg 0% 0% / 50%);
  border-radius: 100%;
  transition: 0.3s;
  width: 50px;
  height: 50px;
}

.home #experience .swiper-button .dli-chevron-round-right {
  width: 12px;
  height: 12px;
}
.home #experience .swiper-button.swiper-button-disabled {
  opacity: 0;
}
.home #info-faq-facilities {
}
.home #info-faq-facilities .wrap {
  max-width: 1600px;
  margin: auto;
  margin-bottom: 20%;
}
.home #info-faq-facilities .inner {
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
}

.home #info-faq-facilities .group {
  width: calc(100% / 3 - 10px);
}

.home #info-faq-facilities .group a {
  display: block;
  position: relative;
}
.home #info-faq-facilities .group a:hover .img_area::before {
  opacity: 0.4;
}
.home #info-faq-facilities .group a:hover .thumb {
  transform: scale(1.01);
}
.home #info-faq-facilities .group .text_area {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.home #info-faq-facilities .group .text_area p {
  font-size: 22px;
}
.home #info-faq-facilities .group .img_area {
  line-height: 0;
}
.home #info-faq-facilities .group .img_area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  opacity: 0.7;
  transition: 0.5s;
}
.home #info-faq-facilities .group .thumb_wrap {
  aspect-ratio: 4 /5;
  position: relative;
  overflow: hidden;
}
.home #info-faq-facilities .group .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: 1s;
}
.home #access {
}
.home #access .wrap {
}
.home #access .inner {
  padding: 0 5%;
}
.home #access .ifram_wrap {
  position: relative;
  aspect-ratio: 3 / 1.2;
  filter: contrast(0.8) grayscale(1) invert(1);
  margin-bottom: 40px;
  overflow: hidden;
}

.home #access iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: unset;
}
.home #access .text_area p {
  margin-bottom: 5px;
}

.home #access .hover_area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.home #access .hover_area a {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
}
.home #access .hover_area a p {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
.home #access .hover_area a .bg {
  width: 100%;
  height: 100%;
  background-color: hsl(0deg 0% 100% / 50%);
}
.home #access .hover_area a:hover {
  opacity: 1;
}

.home #access .way {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 30px;
}
.home #access .way p {
  width: 50%;
  margin-bottom: 20px;
  font-size: 13px;
  padding-right: 40px;
}
@media screen and (max-width: 800px) {
  .home .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
  }
  .home .home_common_group .text_area .text h3 {
    font-size: 17px;
  }
  .home .home_common_group .text_area .text p {
    font-size: 13px;
    line-height: 1.8;
  }
  .home .home_common_group .wrap {
    margin-bottom: 140px;
  }
  .home #fv {
  }
  .home #about {
  }
  .home #about .wrap {
    margin: 140px auto 140px;
  }
  .home #about .inner {
  }
  .home #about .text_area h2 {
    font-size: 18px;
  }
  .home #about .text_area h4 {
    font-size: 14px;
  }
  .home #about .text_area h4:last-child {
    margin-top: 15px;
  }
  .home #about .text_area h4 br {
    display: none;
  }
  .home #restaurant {
  }

  .home #restaurant .inner {
    padding: 0 20px;
  }
  .home #restaurant .img_area {
    width: 100%;
    margin-bottom: 30px;
  }
  .home #restaurant .text_area {
    position: unset;
    width: 100%;
  }

  .home #rooms {
  }
  .home #rooms .wrap {
    /* margin-bottom: 120px; */
  }
  .home #rooms .inner {
    padding: 0 20px;
  }
  .home #rooms .swiper-pagination {
    justify-content: start;
    padding: 0 5px;
    bottom: 10px;
  }
  .home #rooms .img_area {
    margin-bottom: 20px;
  }
  .home #rooms .img_area .thumb_wrap {
    aspect-ratio: 4 / 5;
  }
  .home #rooms .text_area {
    position: unset;
  }

  .home #architecture {
  }
  .home #architecture .wrap {
    /* margin-bottom: 120px; */
  }
  .home #architecture .inner {
    padding: 0 20px;
  }
  .home #architecture .img_area {
    width: 100%;
    margin-bottom: 20px;
  }
  .home #architecture .text_area {
    position: unset;
    width: 100%;
  }

  .home #architecture .img_area .thumb_wrap {
    aspect-ratio: 4 / 5;
  }
  .home #architecture .img_area .swiper-wrapper::before {
    content: none;
  }

  .home #experience {
    margin-bottom: 100px;
  }
  .home #experience .wrap {
  }
  .home #experience .thumb_wrap {
    aspect-ratio: 1 / 1;
  }
  .home #experience .swiper {
    padding: 0 20px;
    padding-right: calc(20px - 10px);
  }
  .home #experience .swiper-slide {
    padding-right: 10px;
  }
  .home #experience .text_area {
    padding-right: 10px;
  }
  .home #experience .text_area .text h4 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .home #experience .text_area .text p {
    font-size: 13px;
    line-height: 1.8;
  }
  .home #info-faq-facilities {
  }
  .home #info-faq-facilities .wrap {
    margin-bottom: 140px;
  }
  .home #info-faq-facilities .inner {
    display: block;
  }
  .home #info-faq-facilities .group {
    width: 100%;
    margin-bottom: 10px;
  }
  .home #restaurant .img_area .thumb_wrap {
    aspect-ratio: 4 / 5;
  }
  .home #info-faq-facilities .group .thumb_wrap {
    aspect-ratio: 2 / 1;
  }
  .home #info-faq-facilities .group a:hover .img_area::before {
    opacity: 0.7;
  }
  .home #experience .swiper-button {
    top: 30%;
    width: 40px;
    height: 40px;
  }
  .home .swiper-button-next {
    right: 10px;
  }
  .home .swiper-button-prev {
    left: 10px;
  }
  .home #experience .swiper-button .dli-chevron-round-right {
    width: 8px;
    height: 8px;
  }
  .home #info-faq-facilities .group .text_area p {
    font-size: 20px;
  }
  .home #access .ifram_wrap {
    aspect-ratio: 1 / 1;
  }
  #access .way {
    display: block;
  }
  .home #access .way p {
    width: 100%;
    padding-right: 0;
  }
  .home #access .way p .sp {
    display: none;
  }
  .home #rooms .img_area .swiper-wrapper::before {
    content: none;
  }
  .home #restaurant .img_area .swiper-wrapper::before {
    content: none;
  }
  .home #restaurant .swiper-pagination {
    justify-content: start;
    padding: 0 5px;
    bottom: 10px;
  }
}
