@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/other-1.jpg);
}

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

.thumbnail-slider li {
  width: 31% !important;
  margin: 5px;
}

.thumbnail-slider .slick-track {
  display: flex;
}

.main-slider {
  list-style: none;
}

.thumbnail-slider {
  list-style: none;
}

.thumbnail-slider {
  margin-top: 20px;
}

.main-slider img,
.thumbnail-slider img {
  width: 100%;
}

.thumbnail-slider .slick-slide {
  opacity: 0.6;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  border-radius: 6px;
}
.thumbnail-slider .slick-current {
  opacity: 1;
  border-color: #ff3366;
  box-shadow: 0 0 8px rgba(255, 51, 102, 0.6);
  transform: scale(1.05);
  z-index: 2;
}
.thumbnail-slider img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.main-slider li img {
  border-radius: 20px;
}

.thumbnail-slider li img {
  border-radius: 10px;
}

.price-contents section {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 10px;
}

.price-top {
  display: flex;
  gap: 20px;
  /* スライダーとテキストの間隔 */
  align-items: center;
  /* 中央揃え */
  justify-content: center;
}

#sm .price-top {
  flex-direction: row-reverse;
}

.container {
  flex: 1 1 60%;
  /* スライダー側は広め */
  max-width: 700px;
  /* 任意で調整 */
}

.price-datails {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.rank-number {
  margin-bottom: 20px;
  /* 上下の間隔をここで調整 */
}

.room-number span {
  display: inline-block;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.room-number span.is-fading {
  opacity: 0;
}

.plan-list {
  border-left: 2px solid #ffffff;
  padding-left: 15px;
  margin-top: 20px;
}

.plan-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}

.plan-item .icon {
  font-size: 20px;
  line-height: 1.2;
}

.plan-text .plan-title {
  font-weight: bold;
  font-size: 16px;
}

.plan-text .plan-detail {
  font-size: 14px;
}

.day,
.time {
  font-size: 0.7rem;
}

.price {
  font-size: 1.05rem;
}

@media (max-width: 768px) {
  .day,
  .time {
    font-size: 0.63rem;
  }
  .price {
    font-size: 0.945rem;
  }
}
.price-table {
  max-width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
  display: grid;
  grid-template-columns: 1fr 1fr;
  letter-spacing: 0;
}
.price-table > div {
  padding: 25px 15px;
}
.price-table .dayuse {
  grid-column: 1/3;
}
.price-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  text-align: center;
}
.price-table th,
.price-table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.price-table th {
  font-weight: bold;
}
.price-table td.price {
  font-weight: bold;
  color: #ffffff;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
}
.price-table td.price:hover {
  background: #D57392;
}
.price-table .attention {
  margin-top: 10px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

#pay {
  padding: 0px 5px 10px;
}

.pay-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}
.pay-contents img {
  height: 60px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(0.4);
  transition: filter 0.3s ease;
}
.pay-contents img:hover {
  filter: grayscale(0) brightness(1.2);
}

#members {
  padding: 25px 5px 10px;
}

.members-contents {
  text-align: center;
}
.members-contents img {
  width: 300px;
}

@media screen and (max-width: 1024px) {
  .price-table {
    letter-spacing: 0.1em;
  }
  .price-datails {
    flex-direction: row;
    gap: 20px;
    width: 100%;
  }
  .container {
    max-width: 75%;
    padding: 0px 20px;
  }
  .price-contents section {
    padding: 75px 0 10px;
  }
  .price-top {
    flex-direction: column;
    gap: 0;
  }
  #sm .price-top {
    flex-direction: column;
  }
  .rank-number {
    flex: 1 1 50%;
    text-align: center;
  }
  .plan-list {
    flex: 1 1 50%;
  }
}
@media (max-width: 768px) {
  .title-datails {
    padding: 20px 10px;
  }
  .container {
    max-width: 90%;
  }
  .price-contents section {
    padding: 55px 0 10px;
  }
  .price-table {
    grid-template-columns: 1fr;
  }
  .price-table > div {
    padding: 8px;
  }
  .price-table .dayuse {
    grid-column: 1/1;
  }
}
@media screen and (max-width: 480px) {
  .container {
    max-width: 100%;
  }
  .price-datails {
    padding: 0 10px;
    gap: 5px;
  }
  .rank-number {
    flex: 1 1 50%;
  }
  .plan-list {
    flex: 1 1 50%;
    padding-left: 7px;
  }
  .plan-text .plan-title {
    font-size: 13px;
  }
  .plan-text .plan-detail {
    font-size: 11px;
  }
  .pay-contents img {
    height: 40px;
  }
  .members-contents img {
    width: 50%;
  }
}/*# sourceMappingURL=charges.css.map */