@charset "utf-8";

/* Reset */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 游明朝体, "Yu Mincho", YuMincho, 游ゴシック体, "Yu Gothic", "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", Noto Serif JP, HG明朝E, ＭＳ Ｐ明朝, MS PMincho, serif;
    color: #333;
    line-height: 1.8;
    overflow-x: visible;
    letter-spacing: 0.1em;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #111;
    text-decoration: none;
}

#RthCustomizeW a:hover {
    text-decoration: none !important;
}

/* Fix: 1220px layout shift & Sticky nav issues */
html,
body#TOP,
#htlMainContent {
    overflow: visible !important;
}

@media screen and (min-width: 1220px) {
    .single-column #htlMainContent.GOLDTemplate {
        width: 100vw !important;
        margin: 40px 0 0 0 !important;
        float: none !important;
    }
}

@media screen and (max-width: 1219px) {
    .single-column #htlMainContent.GOLDTemplate {
        width: 100% !important;
        margin: 40px 0 0 0 !important;
        float: none !important;
    }
}

div#RthCustomizeW {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.rakuten-wrapper {
    width: 100%;
    margin: 0;
    background: #fff;
    overflow: visible;
}

/* --- 100vw Helper --- */
.full-width {
    width: 100%;
}

/* --- Main Visual (Single Image View) --- */
.mv {
    position: relative;
    width: 100%;
    aspect-ratio: 21 / 11;
    max-height: 85vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.mv::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    pointer-events: none;
}

.mv-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 950px;
    padding: 0 5%;
}

.mv-logo {
    width: 250px;
    max-width: 80%;
    margin: 0 auto 30px auto;
}

.mv-logo img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

.mv-copy-wrap {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.mv-main-copy {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 25px;
    letter-spacing: 0.1em;
}

.mv-sub-copy {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
}

.mv-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto 10px auto;
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    padding: 12px 30px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-shadow: none;
}

.mv-badge .badge-icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.mv-badge .badge-icon img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.mv-badge .badge-text {
    font-size: 14px;
    font-weight: bold;
}

.mv-badge strong {
    color: #e50012;
    font-size: 18px;
    margin-left: 5px;
}

.badge-note {
    font-size: 11px;
    margin-top: 8px;
    opacity: 0.9;
    letter-spacing: 0.05em;
}

/* --- Features Section (選ばれる理由) --- */
.features-section {
    padding: 60px 0 100px;
    background: #fdfdfd;
}

.features-section .section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 60px;
    line-height: 1.5;
}

.features-section .section-title span {
    color: #54090e;
    font-size: 42px;
    margin: 0 5px;
}

.features-grid {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    gap: 30px;
}

.feature-item {
    flex: 1;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.feature-img {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    margin-bottom: 25px;
}

.feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-num {
    position: absolute;
    top: -10px;
    left: -10px;
    background: #54090e;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    z-index: 10;
}

.feature-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    color: #54090e;
}

.feature-desc {
    font-size: 14px;
    line-height: 1.8;
}

.features-basics {
    width: 90%;
    max-width: 900px;
    margin: 60px auto 0;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 35px 20px;
}

.basics-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #54090e;
}

.basics-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.basics-list li {
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #444;
}

.basics-list .icon {
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.basics-list .icon img {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

/* --- Recommend Plan Section --- */
.recommend-plan-section {
    padding-bottom: 80px;
    background: #fdfdfd;
}

.recommend-inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.recommend-plan-section .section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #333;
}

.plan-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.plan-card {
    display: block;
    flex: 1;
    background: #fff;
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.plan-img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.plan-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.plan-card:hover .plan-img img {
    transform: scale(1.05);
}

.plan-info {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.plan-tag {
    display: inline-block;
    align-self: flex-start;
    background: #54090e;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    margin-bottom: 15px;
    font-weight: 600;
}

.plan-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #333;
}

.plan-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
    flex: 1;
}

.plan-link-text {
    font-size: 14px;
    color: #54090e;
    font-weight: bold;
    text-align: right;
    display: block;
    margin-top: auto;
}

/* --- Theme Page Cards --- */
.theme-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
}

.theme-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #fff;
    text-decoration: none;
    color: #333;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.theme-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 21/8;
    color: #fff;
}

.theme-banner .theme-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    z-index: 1;
}

.theme-card:hover .theme-bg {
    transform: scale(1.05);
}

.theme-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    transition: background 0.3s ease;
}

.theme-card:hover .theme-overlay {
    background: rgba(0, 0, 0, 0.5);
}

/* Discount Overlay Specifics */
.discount-overlay {
    background: rgba(84, 9, 14, 0.65);
    overflow: hidden;
}

.theme-card:hover .discount-overlay {
    background: rgba(84, 9, 14, 0.75);
}


.theme-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 30px;
    width: 100%;
}

.theme-subtitle {
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    letter-spacing: 0.1em;
}

.theme-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.theme-info {
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.theme-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
    flex: 1;
}

/* --- Secondary Custom Sections --- */

/* --- Custom Sections (Alternating Layout with full width background polygons) --- */
.custom-section {
    position: relative;
    padding: 0 0 100px 0;
    /* padding so text doesn't touch top/bottom bounds */
    overflow: hidden;
    /* contain pseudo backgrounds */
    box-sizing: border-box;
}

/* Pseudoelement Backgrounds */
.custom-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60%;
    /* Background roughly occupies 60% of screen */
    background-image: url("https://h-kikusui.jp/ota/img/bg-marble.png");
    opacity: 0.8;
    z-index: 0;
}

/* Odd sections (Rooms, Food): Text on left, Background left, Image right edge */
.custom-section:nth-child(odd)::before {
    left: 0;
    clip-path: polygon(0% 0%, 45% 0%, 65% 100%, 0% 100%);
}

/* Even sections (Facility): Text on right, Background right, Image left edge */
.custom-section:nth-child(even)::before {
    right: 0;
    left: auto;
    background-position: right top;
    clip-path: polygon(55% 0%, 100% 0%, 100% 100%, 35% 100%);
}

.section-container {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.section-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
}

/* Override for even sections */
.custom-section:nth-child(even) .section-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
}

/* Overlapping Text White Box */
.text-area {
    width: 40%;
    background: #fff;
    padding: 40px;
    position: relative;
    z-index: 20;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-top: 50px;
    box-sizing: border-box;
}

/* Pinned 5% margins for wide screen layout */
.custom-section:nth-child(odd) .text-area {
    margin-left: 5%;
    margin-right: -100px;
}

.custom-section:nth-child(even) .text-area {
    margin-right: 5%;
    margin-left: -100px;
}

.title-jp {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}

.title-en {
    font-size: 14px;
    color: #888;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: inherit;
}

.description {
    font-size: 15px;
    margin-bottom: 40px;
    line-height: 2;
}

div#RthCustomizeW .btn {
    display: inline-block;
    padding: 15px 40px;
    background-color: #54090e;
    border: 1px solid #54090e;
    color: #fff !important;
    font-size: 14px;
    transition: opacity 0.3s ease;
}

div#RthCustomizeW .btn:hover {
    opacity: 0.8;
}

/* Image Area Slider (touches edge of screen) */
.image-area {
    width: calc(50% + 125px);
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    z-index: 10;
}

.image-area ul.carousel {
    list-style: none;
    width: 100%;
    height: 100%;
}

.image-area li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;

}

.image-area li img {
    width: 100%;
    height: 100%;
    transform: scale(1.01);
    object-fit: cover;
}

/* --- Footer --- */
.site-footer {
    position: relative;
    background-image: url(https://h-kikusui.jp/ota/img/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    color: #fff;
    padding: 40px 50px 300px;
    text-align: left;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

.footer-inner {
    width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.footer-logo img {
    height: 70px;
    margin: 0 0 10px;
}

.footer-address p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 5px;
}

/* Bulletproof Carousel Animation for Slide Counts */

.carousel[data-count="2"] li {
    animation: anime_fade_2 10s infinite;
}

@keyframes anime_fade_2 {
    0% {
        opacity: 0;
    }

    15.00% {
        opacity: 1;
    }

    50.00% {
        opacity: 1;
    }

    65.00% {
        opacity: 0;
        z-index: 4;
    }

    100% {
        opacity: 0;
    }
}

.carousel[data-count="2"] li:nth-child(1) {
    animation-delay: 0s;
}

.carousel[data-count="2"] li:nth-child(2) {
    animation-delay: 5s;
}

.carousel[data-count="3"] li {
    animation: anime_fade_3 15s infinite;
}

@keyframes anime_fade_3 {
    0% {
        opacity: 0;
    }

    10.00% {
        opacity: 1;
    }

    33.33% {
        opacity: 1;
    }

    43.33% {
        opacity: 0;
        z-index: 4;
    }

    100% {
        opacity: 0;
    }
}

.carousel[data-count="3"] li:nth-child(1) {
    animation-delay: 0s;
}

.carousel[data-count="3"] li:nth-child(2) {
    animation-delay: 5s;
}

.carousel[data-count="3"] li:nth-child(3) {
    animation-delay: 10s;
}

.carousel[data-count="4"] li {
    animation: anime_fade_4 20s infinite;
}

@keyframes anime_fade_4 {
    0% {
        opacity: 0;
    }

    7.50% {
        opacity: 1;
    }

    25.00% {
        opacity: 1;
    }

    32.50% {
        opacity: 0;
        z-index: 4;
    }

    100% {
        opacity: 0;
    }
}

.carousel[data-count="4"] li:nth-child(1) {
    animation-delay: 0s;
}

.carousel[data-count="4"] li:nth-child(2) {
    animation-delay: 5s;
}

.carousel[data-count="4"] li:nth-child(3) {
    animation-delay: 10s;
}

.carousel[data-count="4"] li:nth-child(4) {
    animation-delay: 15s;
}

.carousel[data-count="5"] li {
    animation: anime_fade_5 25s infinite;
}

@keyframes anime_fade_5 {
    0% {
        opacity: 0;
    }

    6.00% {
        opacity: 1;
    }

    20.00% {
        opacity: 1;
    }

    26.00% {
        opacity: 0;
        z-index: 4;
    }

    100% {
        opacity: 0;
    }
}

.carousel[data-count="5"] li:nth-child(1) {
    animation-delay: 0s;
}

.carousel[data-count="5"] li:nth-child(2) {
    animation-delay: 5s;
}

.carousel[data-count="5"] li:nth-child(3) {
    animation-delay: 10s;
}

.carousel[data-count="5"] li:nth-child(4) {
    animation-delay: 15s;
}

.carousel[data-count="5"] li:nth-child(5) {
    animation-delay: 20s;
}

.carousel[data-count="6"] li {
    animation: anime_fade_6 30s infinite;
}

@keyframes anime_fade_6 {
    0% {
        opacity: 0;
    }

    5.00% {
        opacity: 1;
    }

    16.67% {
        opacity: 1;
    }

    21.67% {
        opacity: 0;
        z-index: 4;
    }

    100% {
        opacity: 0;
    }
}

.carousel[data-count="6"] li:nth-child(1) {
    animation-delay: 0s;
}

.carousel[data-count="6"] li:nth-child(2) {
    animation-delay: 5s;
}

.carousel[data-count="6"] li:nth-child(3) {
    animation-delay: 10s;
}

.carousel[data-count="6"] li:nth-child(4) {
    animation-delay: 15s;
}

.carousel[data-count="6"] li:nth-child(5) {
    animation-delay: 20s;
}

.carousel[data-count="6"] li:nth-child(6) {
    animation-delay: 25s;
}

/* --- Floating Booking CTA --- */
.float-booking-btn {
    position: fixed;
    right: 5px;
    bottom: 180px;
    background-color: #54090e;
    color: #fff;
    padding: 40px 4px;
    z-index: 9999;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
    text-decoration: none;
    border: 1px solid #fff;
    box-shadow: 0 0 0 5px #54090e;
}

.float-booking-btn .btn-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
}

.float-booking-btn .btn-sub {
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.15em;
    display: block;
    margin-top: 2px;
}

/* ============================================
   施設案内ページ専用スタイル
   ============================================ */

/* --- Page Hero --- */
.page-hero {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 5;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 44%;
    z-index: 1;
}

.page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 2;
}

.page-hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
}

.page-hero-content .title-jp {
    font-size: 38px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.page-hero-content .title-en {
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* --- Lead Text --- */
.lead-text {
    text-align: center;
    padding: 50px 5% 30px;
    line-height: 2;
    font-size: 15px;
    color: #555;
}

/* --- Page TOC Nav --- */
.page-toc-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1px;
    margin: 0 auto 60px;
    padding: 0;
    list-style: none;
    width: 90%;
    max-width: 900px;
}

div#RthCustomizeW .toc-link {
    flex: 1 1 calc(33% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1rem;
    font-size: 14px;
    color: #222 !important;
    letter-spacing: 0.1em;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-decoration: none;
    margin: 0 0 0 -2px;
    position: relative;
    transition: background 0.2s ease;
}

div#RthCustomizeW .toc-link:hover {
    background: #f0f0f0;
}

/* --- Facility Section --- */
.facility-section {
    padding: 60px 0 80px;
    background: #fff;
}

.facility-section.alt-bg {
    background: #fdfdfd;
}

.facility-inner {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.facility-inner .title-jp {
    font-size: 30px;
    color: #333;
    text-shadow: none;
    margin-bottom: 5px;
}

.facility-inner .title-en {
    font-size: 13px;
    color: #888;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
    display: block;
    text-shadow: none;
}

.facility-img-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: 30px;
    background: #f0f0f0;
}

.facility-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.facility-desc {
    font-size: 15px;
    line-height: 2;
    color: #444;
    margin-bottom: 30px;
    text-align: left;
}

.facility-note {
    font-size: 13px;
    color: #7a5c00;
    background: #fff8e1;
    border-left: 4px solid #e6a817;
    padding: 18px 20px;
    text-align: left;
    margin-top: 15px;
    line-height: 1.8;
}

/* --- Facility Table --- */
.facility-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 25px;
    text-align: left;
    font-size: 14px;
}

.facility-table th,
.facility-table td {
    border: 1px solid #ddd;
    padding: 10px 15px;
    line-height: 1.7;
}

.facility-table th {
    background: #f9f5f5;
    font-weight: 600;
    color: #54090e;
    width: 35%;
    white-space: nowrap;
}

/* --- Facility Grid (館内設備) --- */
.facility-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 50px;
    text-align: left;
}

.facility-card {
    background: #fff;
}

.facility-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #54090e;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0e8e8;
}

.facility-card-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f0f0f0;
}

.facility-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.facility-card .facility-table {
    margin: 15px 0;
    font-size: 13px;
}

.facility-card .facility-table th {
    width: 40%;
}

.facility-card-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    padding: 15px;
}

/* ============================================
   客室ページ専用スタイル
   ============================================ */

/* --- Room Section --- */
.room-section {
    padding: 60px 0 80px;
    background: #fff;
}

.room-section.alt-bg {
    background: #fdfdfd;
}

.room-inner {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.room-inner .title-jp {
    font-size: 30px;
    color: #333;
    text-shadow: none;
    margin-bottom: 5px;
}

.room-inner .title-en {
    font-size: 13px;
    color: #888;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
    display: block;
    text-shadow: none;
}

.room-img-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: 30px;
    background: #f0f0f0;
}

.room-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-body {
    display: flex;
    gap: 40px;
    text-align: left;
    align-items: flex-start;
    margin-bottom: 30px;
}

.room-desc {
    flex: 1;
    font-size: 15px;
    line-height: 2;
    color: #444;
}

.room-body .facility-table {
    flex: 0 0 280px;
    margin: 0;
}

div#RthCustomizeW .room-cta-btn {
    display: inline-block;
    padding: 15px 50px;
    background-color: #54090e;
    border: 1px solid #54090e;
    color: #fff !important;
    font-size: 14px;
    transition: opacity 0.3s ease;
    text-decoration: none;
}

div#RthCustomizeW .room-cta-btn:hover {
    opacity: 0.8;
}

/* --- Amenity Section --- */
.amenity-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
    text-align: left;
}

.amenity-block {
    background: #fff;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.amenity-heading {
    font-size: 16px;
    font-weight: 600;
    color: #54090e;
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0e8e8;
    margin-bottom: 15px;
}

.amenity-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.amenity-list li {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    padding: 4px 0;
    padding-left: 1.2em;
    position: relative;
}

.amenity-list li::before {
    content: "・";
    position: absolute;
    left: 0;
}