@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  width: 30.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  margin: 0 auto;
}

.common__ttl::after {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(130.8px, 21.8rem);
  height: max(6px, 1rem);
}

.common__ttl--wt::after {
  background: url("../img/ttl_deco-wt.png") no-repeat center / contain;
}

.common__btn {
  width: max(180px, 26.8rem);
  height: max(45px, 7.2rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  display: block;
  background-color: #ffd600;
  width: 100%;
  height: 100%;
  font-size: max(12px, 1.8rem);
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.05em;
  padding: 2px;
  position: relative;
}

.common__btn a span {
  border: solid max(2px, 0.3rem) var(--white);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.common__btn a span::before,
.common__btn a span::after {
  content: "";
  display: block;
}

.common__btn a span::before {
  background: url("../img/btn_deco-1.png") no-repeat center / contain;
  width: 3.3rem;
  height: 3.4rem;
}

.common__btn a span::after {
  background: url("../img/btn_deco-2.png") no-repeat center / contain;
  width: 4.5rem;
  height: 3.1rem;
}

.common__line {
  background: url("../img/common_line.jpg") no-repeat center / cover;
  width: 100%;
  height: 3.4rem;
  position: relative;
  z-index: 1;
}

/*============================
  header
============================*/
@media (min-width: 768px) {
  .header.top {
    background-color: var(--brown);
    width: 29rem;
    height: max(90rem, 100vh);
    padding-top: 13.5rem;
  }

  .header.top::before,
  .header.top::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }

  .header.top::before {
    background: url("../img/header_deco-1.png") no-repeat center / contain;
    width: 29.6rem;
    height: 11.1rem;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
  }

  .header.top::after {
    background: url("../img/header_deco-2.png") no-repeat center / contain;
    width: 19rem;
    height: 27rem;
    left: -2.5rem;
    bottom: 4px;
    z-index: -1;
  }

  .header.top .header__logo {
    margin: 0 auto 5rem;
    position: static;
  }

  .header.top .header__contents {
    flex-direction: column;
    position: static;
  }

  .header.top .header__nav-list {
    flex-direction: column;
    align-items: center;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(90rem, 100vh);
  padding-left: 29rem;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
    padding: 0;
  }
}

.hero__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.hero__slider .swiper-slide-active img,
.hero__slider .swiper-slide-duplicate-active img,
.hero__slider .swiper-slide-prev img {
  animation: zoomOut 7s linear both;
}

.hero .swiper-pagination {
  width: max-content !important;
  display: flex;
  column-gap: 2rem;
  transform: translateX(-50%) !important;
  left: 50% !important;
  bottom: 3rem !important;
  z-index: 10;
}

.hero .swiper-pagination-bullet {
  background-color: #e0d9c9;
  width: max(10px, 1.3rem) !important;
  height: max(10px, 1.3rem) !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}

.hero .swiper-pagination-bullet-active {
  background-color: var(--brown);
}

/*============================
	news
============================*/
.news {
  padding: 10rem 0;
  position: relative;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 6.5rem auto 6rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 20rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  margin-right: 1.2rem;
}

.CMS-NEWS-LINK {
  border-top: solid 1px var(--black);
  padding-top: 1rem;
  margin-top: 1rem;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

.news__deco {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.news__deco-1 {
  width: 23.6rem;
  top: 4rem;
  left: 4rem;
}

.news__deco-2 {
  width: 27.2rem;
  top: 5.5rem;
  right: 6rem;
}

.news__deco-3 {
  width: 31.4rem;
  left: 5.5rem;
  bottom: -3rem;
}

.news__deco-4 {
  width: 30.4rem;
  right: 9.5rem;
  bottom: 0;
}

@media (max-width: 767px) {
  .news__deco-1 {
    width: 18rem;
    top: 1rem;
    left: 1rem;
  }

  .news__deco-2 {
    width: 20rem;
    top: 1rem;
    right: 1rem;
  }

  .news__deco-3 {
    width: 23rem;
    left: 1rem;
    bottom: -3rem;
  }

  .news__deco-4 {
    width: 23rem;
    right: 1rem;
  }
}

/*============================
	policy
============================*/
.room {
  background: var(--bg-2);
  padding-top: 3.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .room {
    padding: 4rem 0 10rem;
  }
}

.room__contents {
  width: 110rem;
  display: flex;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .room__contents {
    width: 90%;
    flex-direction: column-reverse;
    row-gap: 8rem;
  }
}

.room__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .room__txt-wrapper {
    height: 100%;
    padding-top: 12rem;
    margin-bottom: 8rem;
    position: relative;
    z-index: 1;
  }
}

.room__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.2em;
  margin-top: 7rem;
}

.room__txt-wrapper p {
  letter-spacing: 0.2em;
  line-height: 2;
  margin: 3rem 0 5.5rem;
}

@media (min-width: 768px) {
  .room .common__btn {
    margin: 0;
  }
}

.room__img-1 {
  width: 99rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: -12rem;
  margin-right: calc(50% - 50vw - 1.5rem);
  pointer-events: none;
}

.room__img-2 {
  display: block;
  width: 29.2rem;
  position: absolute;
  top: 5.5rem;
  left: -13.5rem;
}

@media (max-width: 767px) {
  .room__img-1 {
    width: 100%;
    margin: 0;
  }

  .room__img-2 {
    width: 22rem;
    top: 26rem;
    left: -5rem;
  }
}

/*============================
	question
============================*/
.question {
  padding: 19.5rem 0 8.5rem;
  position: relative;
  overflow: hidden;
}

.question::before {
  content: "";
  background: url("../img/question_deco-1.png") no-repeat center / contain;
  width: 135.6rem;
  height: 80rem;
  position: absolute;
  transform: translateX(-50%);
  top: 2.5rem;
  left: 50%;
  pointer-events: none;
}

.question__txt-wrapper {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .question__txt-wrapper {
    width: 41rem;
  }
}

.question__txt-wrapper::before,
.question__txt-wrapper::after {
  content: "";
  background: url("../img/question_deco-2.png") no-repeat center / contain;
  width: 22.2rem;
  height: 25.4rem;
  position: absolute;
  bottom: -3rem;
  pointer-events: none;
}

.question__txt-wrapper::before {
  transform: translateX(-100%);
  left: -8.5rem;
}

.question__txt-wrapper::after {
  transform: translateX(100%) scale(-1, 1);
  right: -8.5rem;
}

@media (max-width: 767px) {
  .question__txt-wrapper::before,
  .question__txt-wrapper::after {
    width: 14rem;
    height: 16rem;
    bottom: -5rem;
  }

  .question__txt-wrapper::before {
    transform: none;
    left: -2rem;
  }

  .question__txt-wrapper::after {
    transform: scale(-1, 1);
    right: -2rem;
  }
}

.question__txt-wrapper p {
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  margin: 5rem 0 6rem;
}

/*============================
	gallery
============================*/
.gallery {
  background: url("../img/gallery_bg.jpg") repeat-y center / 100% auto;
  padding: 8.5rem 0 7rem;
}

.gallery__slider {
  height: 23.5rem;
  margin: 5.5rem 0 6rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 32.5rem;
}

/*============================
	access
============================*/
.access {
  padding: 12.5rem 0;
  position: relative;
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 6rem;
  margin: 10rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 62rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem 0 4rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 4rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 13rem);
  font-weight: 700;
}

.access__list dd {
  width: calc(100% - max(75px, 13rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px var(--black);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px var(--black);
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

.access__deco {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.access__deco-1 {
  width: 18.2rem;
  top: 7.5rem;
  left: 19.4rem;
}

.access__deco-2 {
  width: 33.2rem;
  top: 6.5rem;
  right: 5rem;
}

.access__deco-3 {
  width: 18.9rem;
  left: 17rem;
  bottom: 4rem;
}

.access__deco-4 {
  width: 25.6rem;
  right: 6rem;
  bottom: 3rem;
}

@media (max-width: 767px) {
  .access__deco-1 {
    width: 16rem;
    top: 2rem;
    left: 1rem;
  }

  .access__deco-2 {
    width: 24rem;
    top: 1rem;
    right: 1rem;
  }

  .access__deco-3 {
    left: 1rem;
    bottom: 1rem;
  }

  .access__deco-4 {
    width: 18rem;
    right: 1rem;
    bottom: 1rem;
  }
}

.top__map {
  height: 42rem;
}

/*============================
	insta
============================*/
.insta {
  background: url("../img/insta_bg.jpg") repeat-y center top / 100% auto;
  padding: 12rem 0 13.5rem;
}

.insta__contents {
  width: 87rem;
  margin: 8.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }
}

.CMS-INSTAGRAM-LIST img {
  width: 28rem;
  height: 27rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
  parallax
============================*/
.parallax {
  width: 100%;
  height: 40rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
}

@media screen and (max-width: 767px) {
  .parallax {
    height: 45rem;
  }
}

.parallax::before {
  content: "";
  background: url("../img/parallax_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
