@charset "UTF-8";
/* ↓ ハッピー 変数設定 */
/* ↓ ハッピー　カラー設定 */
/* ↓ ハッピー フォントサイズ設定 */
/*↑基本的なフォントサイズ*/
/*↑h4タグのフォントサイズ ($basic-font-sizeの1.5倍の大きさ)*/
/*↑h3タグのフォントサイズ ($h4-font-sizeの1.5倍の大きさ)*/
/*↑h2タグのフォントサイズ ($h3-font-sizeの1.5倍の大きさ)*/
/*↑h1タグのフォントサイズ ($h2-font-sizeの1.5倍の大きさ)*/
/*↑サブタイトル(h2直下の読み)のフォントサイズ*/
/* ↑ ZALA 変数設定 */
.title {
  background-image: url(../img/502/502-2.jpg);
}

.title-datails {
  padding: 50px 10px;
  line-height: 2.2rem;
  background-color: #333333;
  text-align: center;
}

.rooms-contents {
  max-width: 1300px;
  margin: 0 auto;
}

.type-select {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid #aaa;
  padding: 20px 5px 0px;
}
.type-select .type-btn {
  background: #333;
  color: #fff;
  padding: 20px;
  border: 1px solid #aaa;
  border-bottom: none;
  font-size: 1rem;
  width: 300px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  text-align: center;
}
.type-select .type-btn:hover {
  background: #555;
  color: #D57392;
}
.type-select .type-btn:first-child {
  border-right: none;
}
.type-select .type-btn:last-child {
  border-left: none;
}

#luxury,
#sm,
#standard {
  padding: 45px 0;
}
#luxury h3,
#sm h3,
#standard h3 {
  padding: 50px 0 15px;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.7rem;
  color: #D57392;
}

.luxury-room,
.sm-room,
.standard-room {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.row-reverse {
  flex-direction: row-reverse;
}

.luxury-datails,
.sm-datails {
  width: 50%;
  padding: 25px;
  position: relative;
}
.luxury-datails p,
.sm-datails p {
  padding: 20px 10px;
}

.room-Number b,
.standard-item b {
  background: linear-gradient(to bottom, #D57392, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.room-Number {
  font-size: 1.7rem;
  width: 100%;
  display: block;
  text-align: left;
  border-bottom: solid 1px #ffffff;
}
.room-Number i {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.room-Number i span {
  font-size: 1rem;
  padding-left: 0.8rem;
}

.room-feature-box {
  display: flex;
  align-items: center;
}

.facility {
  padding: 16px;
  background-color: #111;
  border-radius: 10px;
  width: 50%;
}
.facility p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.facility .facility-list {
  list-style: none;
  padding-top: 15px;
  margin: 0;
}
.facility .facility-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 8px;
  font-size: 14px;
  color: #eee;
  font-family: "Noto Serif JP", serif;
}
.facility .facility-list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #d57392;
  font-size: 12px;
}
.facility .facility-list li:hover {
  color: #fff;
  transform: translateX(2px);
  transition: 0.2s ease;
}

/* 共通部分（2つのfor/nav両方に適用） */
.slider-wrap {
  max-width: 600px;
  margin: 0 auto;
}

.slider-for-501 img,
.slider-nav-501 img {
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.slider-nav-501 {
  margin-top: 10px;
}
.slider-nav-501 img {
  height: 80px;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: border 0.3s;
}
.slider-nav-501 .slick-current img {
  border-color: #f00;
}
.slider-nav-501 .slick-slide {
  padding: 0 4px;
  cursor: pointer;
}

.slider-for-502 img,
.slider-nav-502 img {
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.slider-nav-502 {
  margin-top: 10px;
}
.slider-nav-502 img {
  height: 80px;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: border 0.3s;
}
.slider-nav-502 .slick-current img {
  border-color: #f00;
}
.slider-nav-502 .slick-slide {
  padding: 0 4px;
  cursor: pointer;
}

.slider-for-503 img,
.slider-nav-503 img {
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.slider-nav-503 {
  margin-top: 10px;
}
.slider-nav-503 img {
  height: 80px;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: border 0.3s;
}
.slider-nav-503 .slick-current img {
  border-color: #f00;
}
.slider-nav-503 .slick-slide {
  padding: 0 4px;
  cursor: pointer;
}

.slider-for-505 img,
.slider-nav-505 img {
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.slider-nav-505 {
  margin-top: 10px;
}
.slider-nav-505 img {
  height: 80px;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: border 0.3s;
}
.slider-nav-505 .slick-current img {
  border-color: #f00;
}
.slider-nav-505 .slick-slide {
  padding: 0 4px;
  cursor: pointer;
}

.sm-img {
  max-width: 600px;
  margin: 0 auto;
}

.standard-room .standard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 10px;
}
.standard-room .standard-grid .standard-item {
  text-align: center;
  padding: 30px 10px;
  position: relative;
}
.standard-room .standard-grid .standard-item:hover .standard-caption {
  color: #D57392;
}
.standard-room .standard-grid .standard-item:hover img {
  border-radius: 50%;
  transition: border-radius 0.3s ease;
}
.standard-room .standard-grid .standard-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
.standard-room .standard-grid .standard-item:nth-child(3n)::after {
  display: none;
}
.standard-room .standard-grid .standard-item b {
  width: 100%;
  padding-bottom: 8px;
  font-size: 1.7rem;
}
.standard-room .standard-grid .standard-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  transition: border-radius 0.3s ease;
}
.standard-room .standard-grid .standard-item .standard-caption {
  margin-top: 8px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: color 0.3s ease;
}
.standard-room .standard-grid .standard-item .room-feature-box {
  padding: 10px 0;
}

@media (max-width: 1024px) {
  #luxury,
  #sm,
  #standard {
    padding: 20px 0;
  }
  #luxury h3,
  #sm h3,
  #standard h3 {
    padding: 50px 5px 15px;
    font-size: 1.6rem;
  }
  .slider-wrap {
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .luxury-room,
  .sm-room,
  .standard-room {
    flex-direction: column;
    padding: 15px 0;
  }
  .luxury-datails,
  .sm-datails {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .luxury-datails > div,
  .sm-datails > div {
    width: 85%;
  }
  .room-Number i {
    gap: 10px;
  }
  .sm-img {
    max-width: 100%;
    padding: 0 16px;
  }
  .standard-item .room-feature-box {
    flex-direction: column;
  }
  .facility {
    width: 65%;
  }
}
@media (max-width: 768px) {
  #luxury h3,
  #sm h3,
  #standard h3 {
    padding: 25px 5px 15px;
    font-size: 1.6rem;
  }
  .title-datails {
    padding: 20px 10px;
  }
  .luxury-datails,
  .sm-datails {
    flex-direction: column;
  }
  .luxury-datails > div,
  .sm-datails > div {
    width: 100%;
  }
  .standard-room .standard-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .type-select .type-btn {
    padding: 10px 5px;
    font-size: 0.7rem;
  }
}
@media (max-width: 480px) {
  .luxury-datails,
  .sm-datails {
    padding: 10px;
  }
  .standard-room .standard-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  .facility {
    padding: 10px;
    width: 50%;
  }
  .facility .facility-list li {
    font-size: 10px;
  }
}/*# sourceMappingURL=rooms.css.map */