@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

#htlContents {
  min-width: auto !important;
  width: 1190px;
  margin: 0 auto !important;
}

#htlHeader,
#htlMainContent {
  width: 1920px !important;
  min-width: 0;
  max-width: 100%;
  margin: 0 auto !important;
}

#RthCustomizeW {
  width: auto !important;
}

#htlSide-A {
  top: 1000px !important;
  position: absolute;
  left: 0;
  margin-top: -25px;
}

#cus_page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", sans-serif;
  color: #303030;
  position: relative;
  top: -8px;
}

/* Copy owner header and footer without coding */
/* Header */
#cus_page .header {
  position: relative;
}
#cus_page .header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 48px;
  font-weight: 500;
}
#cus_page .header h1 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-align: center;
  margin-top: -19px;
}
#cus_page .navList-spacer {
  height: 0;
}
#cus_page .navList-spacer.active {
  height: 80px;
}
#cus_page .navList {
  position: sticky;
  top: 0;
  z-index: 9999;
  height: 182px;
  box-shadow: 0px 3px 5px 0px rgba(204, 204, 204, 0.25);
  background-color: #fff;
  display: flex;
  align-items: center;
  transition: height 0.3s ease;
}
#cus_page .navList.is-stuck {
  height: 62px;
}
#cus_page .navList ul {
  display: flex;
  max-width: 1080px;
  margin: auto;
  justify-content: center;
}
#cus_page .navList ul li {
  position: relative;
  text-align: center;
  padding: 0 31px;
}
#cus_page .navList ul li:first-child {
  padding-left: 0;
}
#cus_page .navList ul li:last-child {
  padding-right: 0;
}
#cus_page .navList ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 22px;
  border-right: 1px solid #c1c1c1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#cus_page .navList ul li:last-child::after {
  content: none;
}
#cus_page .navList ul li a {
  display: block;
  color: #c1c1c1;
  font-size: 20px;
  letter-spacing: 1px;
  transition: color 0.5s ease;
}
#cus_page .navList ul li a:hover {
  color: #303030;
}
#cus_page .navList ul li.isActive a {
  color: #303030;
  pointer-events: none;
}
#cus_page .navList ul li a > span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.6px;
}
/* Footer */
#cus_page footer {
  padding: 90px 0 80px;
  display: flex;
  justify-content: center;
  gap: 108px;
  background-color: #fffaf6;
}
#cus_page footer .ft_right {
  width: 560px;
}
#cus_page footer .ft_left img {
  margin: 16px 0 32px;
}
#cus_page footer .ft_left p:last-child {
  margin-top: 16px;
}
#cus_page footer .ft_left p:last-child span {
  border: 1px solid #303030;
  padding: 4px 8px;
  margin-right: 16px;
}
/* Main Content */
/* Write your code down here */
.facilities-contents__main {
  background: #FFF;
  margin-top: 4.1666666667vw;
}

/* 庭園・かぜテラス */
.facilities-terrace__inner {
  position: relative;
}

.facilities-terrace__img img {
  width: 100%;
}

.facilities-terrace__content {
  width: 29.1666666667vw;
  position: absolute;
  top: 3.3333333333vw;
  right: 21.875vw;
}

.facilities-terrace__title {
  color: #303030;
  font-family: "Noto Serif JP";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.0520833333vw;
}

.facilities-terrace__subtitle {
  color: #303030;
  font-family: "Noto Serif JP";
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.0833333333vw;
  margin-top: 0.8333333333vw;
}

.facilities-terrace__text {
  color: #303030;
  font-family: "Noto Serif JP";
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.0416666667vw;
  margin-top: 1.6666666667vw;
}

/* スライドショー */
.facilities-slide {
  margin-top: 4.1666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5vw;
}

.facilities-slide__swiper--1,
.facilities-slide__swiper--2 {
  width: 100%;
  overflow: hidden;
}
.facilities-slide__swiper--1 .swiper-wrapper,
.facilities-slide__swiper--2 .swiper-wrapper {
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
}
.facilities-slide__swiper--1 .swiper-slide,
.facilities-slide__swiper--2 .swiper-slide {
  width: 18.1770833333vw;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.facilities-slide__swiper--1 .swiper-slide img,
.facilities-slide__swiper--2 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* ラウンジ */
.facilities-lounge {
  margin-top: 11.6666666667vw;
}

.facilities-lounge__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25vw;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.facilities-lounge__content {
  width: 25.46875vw;
}

.facilities-lounge__title {
  /* PC/Noto Serif JP_H3 */
  color: #303030;
  font-family: "Noto Serif JP";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.0520833333vw;
}

.facilities-lounge__subtitle {
  color: #303030;
  font-family: "Noto Serif JP";
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.0833333333vw;
  margin-top: 0.8333333333vw;
}

.facilities-lounge__text {
  /* PC/Noto Serif JP_p */
  color: #303030;
  font-family: "Noto Serif JP";
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.0416666667vw;
  margin-top: 1.6666666667vw;
}

.facilities-lounge__img {
  width: 46.40625vw;
}
.facilities-lounge__img img {
  width: 100%;
}

/* その他 */
.facilities-other {
  background: #fffaf6;
  margin-top: 6.25vw;
  margin-bottom: 8.3333333333vw;
}

.facilities-other__inner {
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}

.facilities-other__title {
  color: #303030;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.0833333333vw;
}

.facilities-other__text {
  color: #303030;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.0416666667vw;
  margin-top: 0.4166666667vw;
}