<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ROOM 客室スライド画像追加 ----------------------------------------- */
/* スライダーが5枚以下の場合下記のCSSを追加してください（各施設ごと） */
/* .roomPhotoModal .thumbnail01 .slick-track {
  display: flex;
  justify-content: center;
  width: 100% !important;
  transform: unset !important;
} */

.grandAmenity {
  margin-top: 50px;
}

.grandAmenity h3 {
  background: #AB8D4B;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  padding: 16px;
  letter-spacing: 1px;
  text-align: center;
}

.grandAmenity ul {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 35px 50px;
}

.grandAmenity ul li {
  border: 1px solid #AB8D4B;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #AB8D4B;
  background: rgba(171, 141, 75, 0.2);
  font-size: 1.7rem;
  text-align: center;
  padding: 22px 10px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .grandAmenity {
    margin-top: 35px;
  }

  .grandAmenity h3 {
    font-size: 1.5rem;
    padding: 15px;
    line-height: 1.5;
  }

  .grandAmenity ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    padding: 20px;
  }

  .grandAmenity ul li {
    font-size: 1.4rem;
    padding: 14px 10px;
  }
}

/*# sourceMappingURL=style.css.map */</pre></body></html>