@charset "utf-8";

.page__visual {
  width: 100%;
  height: auto;
}
.page__visual img {
  width: 100%;
  height: 65vh;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}

.subtopic {
  padding: 24px 24px 0;
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  text-align: center;
  color: var(--primary-darkBrown);
}

.viewMore__btn {
  width: 100%;
  text-align: left;
  padding-left: 0;
  width: 120px;
  transition: 0.3s;
}

.section-elegance .viewMore__btn-white {
  width: 100%;
  text-align: left;
  padding-left: 0;
  width: 120px;
}

.section__title {
  padding: 32px 16px;
  position: relative;
  z-index: 1;
}
.section__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 44px;
  width: 53%;
  height: 35px;
  background: rgba(95, 120, 72, 0.4);
  z-index: 0;
}

.room__content {
  margin-top: 32px;
}
.room__title {
  font-size: 1.8rem;
}

.room__txt {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.room__txt-elegance {
  color: white;
}
.price__txt {
  margin-top: 10px;
}

.room__details {
  margin-top: 24px;
  font-size: 1.6rem;
}

/* special deals */
.section__special {
  padding: 32px;
  background-color: rgba(var(--primary-beigeR), 0.5);
}
.special__txt {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
}

.special__item {
  margin-top: 24px;
}
.special__item:first-of-type {
  margin-top: 0;
}

/* Traditional Rooms */
.section-traditional {
  padding: 32px 4.2%;
  background-color: var(--primary-beige);
}

.traditional__content {
  margin-top: 32px;
}
.traditional__content:first-of-type {
  margin-top: 0;
}
.traditional__list {
  margin-top: 42px;
  padding: 42px 16px;
  background-color: rgba(var(--primary-beigeR), 0.5);
}
.traditional__list:first-of-type {
  margin-top: 0;
}

/* Elegance rooms */

.section-elegance {
  padding: 32px 4.2%;
  background-color: var(--primary-beige);
}

.room-image {
  width: 100%;
  height: 196px;
  object-fit: cover;
}

.elegance__content {
  margin-top: 32px;
}
.elegance__content:first-of-type {
  margin-top: 0;
}
.elegance__list {
  margin-top: 42px;
  padding: 42px 16px;
  background-color: var(--primary-brown);
}
.elegance__list:first-of-type {
  margin-top: 0;
}

/* footer*/
.nav__menu-footer {
  display: none;
}
/* End of Smartphone */

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* PC version */
@media screen and (min-width: 1024px) {
  .page__visual {
    width: 100%;
    height: auto;
  }
  .page__visual img {
    width: 100%;
    height: 85vh;
    object-fit: cover;
  }
  .section__title {
    padding: 64px;
  }
  .section__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 85px;
    width: 53%;
    height: 51px;
    background: rgba(95, 120, 72, 0.4);
    z-index: 0;
  }
  .section__special {
    padding: 64px;
  }
  .green-line {
    width: 250px;
    text-align: center;
    margin-bottom: 32px;
  }

  .subtopic {
    font-size: 4.2rem;
  }
  /* Special Plans  */
  .special__list {
    display: flex;
    justify-content: center;
  }
  .special__item {
    margin-left: 42px;
    margin-top: 0;
    height: auto;
  }
  .special__item:first-of-type {
    margin-left: 0;
  }
  .special__item img {
    width: 400px;
    height: 100%;
  }

  /* Rooms */

  .section--rooms {
    width: 100%;
  }

  .room__title {
    font-size: 2.1rem;
  }
  .room__txt {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 14px;
  }

  .price__txt {
    font-size: 1.8rem;
  }

  .room__details {
    font-size: 2rem;
  }

  /* Traditional */

  .section-traditional,
  .section-elegance {
    padding: 64px;
  }

  .traditional__list {
    padding: 32px;
    display: flex;
    max-width: 1440px;
    height: 454px;
    margin: auto;
    align-content: center;
    align-items: center;
  }

  .room__content {
    display: block;
    margin: 0 0 0 32px;
    width: 528px;
  }
  .room-image {
    width: 690px;
    height: 372px;
    object-fit: cover;
  }

  /* Elegance */

  .elegance__list {
    padding: 32px;
    display: flex;
    max-width: 1440px;
    height: 454px;
    margin: auto;
    align-content: center;
    align-items: center;
  }

  .room__content {
    display: block;
    margin-left: 32px;
    width: 528px;
  }
  .room-image {
    width: 690px;
    height: 372px;
    object-fit: cover;
  }
}
