/* Rizzan Summer Festival 2026 - Tone Alignment */

:root {
    --rizzan-blue: #1e3c72;
    --rizzan-text: #474747;
    --fest-teal: #009e96;
}

.festival-html {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable;
}

body.festival-page {
    background-color: #fff;
    height: auto;
    overflow-y: hidden;
    overflow-x: hidden;
}

body.festival-page .main-header {
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

/* --- Sub Visual Customization --- */
.sub-visual.festival-visual {
    background-image: url('../images/event_bg.jpg');
    background-size: cover;
    background-position: center 58%;
    height: 60vh;
    min-height: 260px;
    overflow: hidden;
}

.festival-visual .sv-overlay {
    top: 58%;
    width: min(90vw, 560px);
    max-width: 90vw;
}

@media (max-width: 768px) {
    .sub-visual.festival-visual {
        background-position: center 54%;
        height: 50vh;
        margin-top: 100px;
    }

    .festival-visual .sv-overlay {
        top: 50%;
    }
}

.festival-visual .sv-logo {
    display: block;
    margin: 0 auto;
    width: clamp(220px, 36vw, 560px);
    max-width: 100%;
    max-height: 42vh;
    height: auto;
}

.festival-visual .sv-overlay img {
    height: auto;
    max-height: 47vh;
}

/* --- Section Layout --- */
.festival-content-section {
    padding: 80px 0;
}

.festival-content-section.bg-light {
    background-color: #f8f9fa;
}

.sp-only {
    display: none;
}

.sp-hide {
    display: inline;
}

.lunch-section,
.cafe-section {
    padding-top: 0;
}

.section-common-header {
    text-align: center;
    margin-bottom: 50px;
}

.dinner-slider-section .section-common-header,
.lunch-section .section-common-header,
.cafe-section .section-common-header {
    margin-bottom: 25px;
}

.section-common-header h2 {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    color: var(--rizzan-blue);
}

.section-common-header h2 .english-text {
    display: block;
    font-size: 45px;
    font-family: 'Quattrocento', serif;
    margin-bottom: 10px;
    color: var(--rizzan-blue);
}

.kids-subtext {
    margin: 4px 0 0;
    text-align: center;
    color: var(--rizzan-text);
    font-size: 1rem;
    line-height: 1.45;
}

.kids-date {
    margin: 8px 0 0;
    text-align: center;
    color: var(--fest-teal);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.45;
}

.lead-section .lead-header p {
    text-align: center;
}

.lead-section .lead-header h2,
.lead-section .lead-header h2 .english-text {
    color: var(--fest-teal);
}

.lead-section .lead-header .lead-date {
    display: block;
    width: fit-content;
    margin: 14px auto 14px;
    padding: 10px 22px;
    border-radius: 999px;
    background: var(--fest-teal);
    color: #fff;
    font-weight: 600;
    font-size: clamp(16px, 2.2vw, 22px);
    letter-spacing: 0.03em;
    box-shadow: none;
}

.lead-section .lead-header .lead-venue {
    margin-top: -8px;
    margin-bottom: 28px;
    font-weight: 500;
    color: var(--fest-teal);
}

.floor-badge {
    display: inline-block;
    min-width: 2.7em;
    padding: 0.14em 0.52em;
    margin-right: 0.42em;
    border: 1px solid currentColor;
    border-radius: 4px;
    font-size: 0.76em;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-align: center;
    vertical-align: baseline;
}

.schedule-frame-wrap {
    margin-top: 28px;
}

/* --- Schedule Table --- */
.schedule-frame {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.schedule-layout {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 0;
    align-items: start;
    width: 100%;
}

.schedule-table-container {
    border-left: none;
    margin: 10px 0 10px 1rem;
    padding: 14px 1rem;
    order: 2;
    min-width: 0;
}

.schedule-slideshow {
    order: 1;
    min-width: 0;
}

.schedule-slideshow {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    padding: 0;
    box-shadow: none;
    align-self: start;
}

.schedule-slideshow-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
}

.schedule-slideshow-inner .slide {
    border-radius: 0;
}

.schedule-slideshow .slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: schedule-fade 20s linear infinite;
}

.schedule-slideshow .slide-1 {
    animation-delay: 0s;
}

.schedule-slideshow .slide-2 {
    animation-delay: 4s;
}

.schedule-slideshow .slide-3 {
    animation-delay: 8s;
}

.schedule-slideshow .slide-4 {
    animation-delay: 12s;
}

.schedule-slideshow .slide-5 {
    animation-delay: 16s;
}

@keyframes schedule-fade {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.schedule-table-container {
    max-width: 100%;
    margin: 10px 0 10px 1rem;
    background: transparent;
    border-left: none;
    border-radius: 0;
    padding: 14px 1rem;
    box-shadow: none;
}

.schedule-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    border-top: 1px solid #cfe8e5;
    border-bottom: 1px solid #cfe8e5;
}

.schedule-table-title {
    margin: 0 0 8px;
    font-size: 1.12rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    color: var(--fest-teal);
    line-height: 1.45;
    text-align: center;
}

.schedule-table th,
.schedule-table td {
    padding: 11px 14px;
    border-bottom: 1px solid #d9ece9;
    text-align: left;
    vertical-align: middle;
}

.schedule-table tr:last-child th,
.schedule-table tr:last-child td {
    border-bottom: none;
}

.schedule-table th {
    width: 1%;
    white-space: nowrap;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--fest-teal);
    background: #f2fbf9;
    line-height: 1.35;
}

.schedule-table tr.highlight th {
    color: var(--fest-teal);
}

.schedule-table td strong {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 0;
    color: var(--rizzan-text);
}

.schedule-table td {
    padding-left: 10px;
}

.schedule-table td p {
    font-size: 1rem;
    color: var(--rizzan-text);
    margin: 0;
}

/* --- Dinner Slider --- */
.dinner-price-banner {
    max-width: 900px;
    margin: 8px auto 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.dinner-price-banner p {
    margin: 0;
    text-align: center;
    line-height: 1.45;
}

.dinner-price-banner p:first-child {
    color: var(--fest-teal);
    font-weight: 500;
    font-size: 1rem;
}

.dinner-price-banner p:last-child {
    margin-top: 4px;
    color: var(--rizzan-text);
    font-size: 1rem;
}

.festival-content-section.dinner-slider-section {
    background-image: url('../images/bg_head.jpg');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}

.dinner-slider {
    max-width: 100%;
    margin: 0 auto;
}

.dinner-slides-wrap {
    position: relative;
}

.dinner-slides {
    display: grid;
    grid-template-rows: 1fr;
    position: relative;
    border: 3px solid #7fd6e8;
    border-radius: 12px;
    background: #fff;
    padding: 1rem;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 320px;
}

.dinner-slide {
    display: grid;
    grid-area: 1 / 1 / 2 / 2;
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    gap: 0;
    align-items: stretch;
    border: none;
    border-radius: 4px;
    background: transparent;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    min-height: 320px;
}

.dinner-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
    animation: dinner-slide-fade 0.45s ease forwards;
    will-change: opacity;
}

.dinner-slide.is-leaving {
    opacity: 0;
    visibility: visible;
    z-index: 3;
    pointer-events: none;
    animation: dinner-slide-fade-out 0.45s ease forwards;
    will-change: opacity;
}

@keyframes dinner-slide-fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes dinner-slide-fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.dinner-slide-media {
    order: 2;
    border-radius: 0 4px 4px 0;
    overflow: hidden;
    aspect-ratio: 1280 / 850;
    min-height: 0;
}

.dinner-slide-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dinner-slide-content {
    order: 1;
    background: transparent;
    border: none;
    border-right: none;
    border-radius: 4px 0 0 4px;
    padding: 0 12px 0 0;
    display: grid;
    grid-template-rows: auto 1fr auto auto;
    gap: 10px;
    align-content: start;
    height: 100%;
    min-width: 0;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.dinner-slide-content::-webkit-scrollbar {
    display: none;
}

.dinner-store-jp {
    margin: 0;
    font-size: 1rem;
    line-height: 1.35;
    color: #474747;
    font-weight: 300;
}

.dinner-store-logo {
    display: block;
    width: 100%;
    max-width: 170px;
    height: auto;
    margin: 0;
    align-self: center;
}

.dinner-intro p {}

.dinner-intro {
    grid-row: 1;
}

.dinner-divider {
    grid-row: 3;
    align-self: end;
    margin: 0;
    border: 0;
    border-top: 1px solid #7fd6e8;
}

.dinner-shop {
    grid-row: 4;
    position: relative;
    align-self: end;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
    background: #fdfaf5;
    padding: 24px;
    border-radius: 12px;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.3s;
}

.dinner-shop::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid var(--rizzan-blue);
    border-right: 2px solid var(--rizzan-blue);
    transform: translateY(-50%) rotate(45deg);
}

.dinner-shop:hover {
    background: #f8f1e8;
}

.dinner-shop-text p {
    margin: 0;
}

.dinner-shop-text {
    display: grid;
    gap: 4px;
    text-align: center;
}

.section-store-logo {
    display: block;
    width: min(240px, 100%);
    height: auto;
    margin: 0 0 10px;
}

.dinner-store-en,
.store-en {
    font-size: 0.7rem;
    color: #474747;
    font-weight: 300;
    line-height: 1.35;
}

.dinner-store-en {
    margin: 4px 0 6px;
}

.dinner-meta {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.35;
    color: #474747;
    font-weight: 300;
}

.dinner-shop-text .dinner-meta+.dinner-meta {
    margin-top: 4px;
}

.dinner-catch {
    margin: 0 0 6px;
    font-size: 1rem;
    color: #009e96;
    font-weight: 300;
    line-height: 1.4;
}

.dinner-title {
    margin: 0 0 1rem;
    font-size: 1.2rem;
    color: #009e96;
    font-weight: 600;
    line-height: 1.3;
}

.dinner-intro .dinner-title {
    margin: 0 0 1rem;
}

.dinner-desc {
    margin: 0 0 1rem;
    font-size: 1rem;
    color: var(--rizzan-text);
    line-height: 1.58;
}

.dinner-slider-controls {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.dinner-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #7fd6e8;
    background: #7fd6e8;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dinner-nav-icon {
    display: block;
    position: relative;
    top: -4px;
    line-height: 1;
}

.dinner-nav.prev .dinner-nav-icon {
    left: -1px;
}

.dinner-nav.next .dinner-nav-icon {
    left: 1px;
}

.dinner-nav.prev {
    left: -52px;
}

.dinner-nav.next {
    right: -52px;
}

@media (max-width: 1370px) {
    .dinner-nav.prev {
        left: -16px;
    }

    .dinner-nav.next {
        right: -16px;
    }
}

@media (min-width: 1200px) {
    .lead-section>.container {
        max-width: 1370px;
        padding-left: 1em;
        padding-right: 1em;
    }

    .lead-section .lead-header {
        max-width: 1200px;
        margin: 0 auto;
    }

    .lead-section .schedule-frame-wrap {
        max-width: 1370px;
        margin: 28px auto 0;
    }

    .schedule-frame {
        height: auto;
        display: block;
    }

    .dinner-slides {
        height: 530px;
    }

    .dinner-slide,
    .dinner-slide-media {
        height: 100%;
    }

    .dinner-slide-media {
        width: 100%;
        aspect-ratio: auto;
    }

    .schedule-layout {
        min-height: 0;
        align-items: start;
    }

    .schedule-slideshow {
        height: auto;
        aspect-ratio: 16 / 9;
        align-self: start;
    }

    .schedule-slideshow-inner {
        height: 100%;
    }

    .dinner-slider-section .container {
        max-width: 1370px;
    }

    .kids-island-section .container {
        max-width: 1370px;
    }
}

.dinner-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dinner-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    background: #7fd6e8;
    opacity: 0.35;
    cursor: pointer;
    padding: 0;
}

.dinner-dot.is-active {
    background: #7fd6e8;
    opacity: 1;
}

/* --- Lunch & Cafe Pair --- */
.lunch-cafe-pair {
    display: grid;
    grid-template-columns: 1fr;
}

/* --- Buffet Info --- */
.buffet-info-grid {
    display: grid;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border: 3px solid #f2a24c;
    border-radius: 12px;
    padding: 24px;
    background: #fff;
}

.buffet-image {
    min-width: 0;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    border-radius: 4px;
}

.buffet-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.buffet-price-card {
    flex: 0 0 350px;
    background: var(--rizzan-blue);
    color: #fff;
    padding: 40px;
    border-radius: 4px;
}

.buffet-price-card dl {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 15px;
    margin-bottom: 20px;
}

.buffet-price-card dt {
    font-size: 1.1rem;
}

.buffet-price-card dd {
    font-family: 'Quattrocento', serif;
    font-size: 1.8rem;
    font-weight: 600;
}

.tax-note {
    font-size: 1rem;
    text-align: right;
    opacity: 0.8;
}

.buffet-detail-text {
    flex: 1;
    min-width: 300px;
}

.buffet-meta {
    position: relative;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(110px, 170px) minmax(0, 1fr);
    column-gap: 14px;
    align-items: center;
    background: #fdfaf5;
    padding: 12px;
    border-radius: 8px;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.3s;
}

.buffet-meta::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid var(--rizzan-blue);
    border-right: 2px solid var(--rizzan-blue);
    transform: translateY(-50%) rotate(45deg);
}

.buffet-meta:hover {
    background: #f8f1e8;
}

.buffet-meta .section-store-logo {
    grid-column: 1;
    grid-row: 1 / -1;
    width: 100%;
    max-width: 170px;
    margin: 0;
    align-self: center;
}

.buffet-meta-text {
    grid-column: 2;
    align-self: center;
}

.buffet-meta-text p {
    margin: 0;
    line-height: 1.5;
}

.buffet-meta-text p+p {
    margin-top: 4px;
}

.buffet-store-name {
    margin: 0;
    line-height: 1.5;
}

.buffet-meta-line {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.5;
}

.buffet-divider {
    margin: 0;
    border: 0;
    border-top: 1px solid #f2a24c;
}

.buffet-intro {
    margin-top: 2px;
}

.buffet-catch,
.cafe-catch {
    margin: 0 0 8px;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.45;
}

.buffet-catch {
    color: #f2a24c;
}

.cafe-catch {
    color: #8f6a7e;
}

.buffet-intro p {
    margin: 0 0 8px;
    line-height: 1.55;
}

.buffet-price {
    margin: 0;
}

.lunch-section .section-common-header h2,
.lunch-section .section-common-header h2 .english-text {
    color: #b56a1b;
}

.cafe-section .section-common-header h2,
.cafe-section .section-common-header h2 .english-text {
    color: #6f4d61;
}

.dinner-slider-section .section-common-header h2,
.dinner-slider-section .section-common-header h2 .english-text {
    color: #006b4f;
}

.lunch-section .section-common-header .buffet-price {
    margin-top: 8px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.45;
    color: #f2a24c;
}

.cafe-section .section-common-header .cafe-period {
    margin-top: 8px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.45;
    color: #8f6a7e;
}

.detail-list {
    margin-bottom: 30px;
}

.detail-list dt {
    font-weight: 600;
    color: var(--rizzan-blue);
    margin-bottom: 5px;
}

.detail-list dd {
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.etc-restaurants {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 30px;
    font-size: 1rem;
}

.etc-restaurants p {
    margin-bottom: 10px;
}

.etc-restaurants li {
    margin-bottom: 15px;
    font-size: 1rem;
}

.etc-restaurants li strong {
    display: block;
    color: var(--rizzan-blue);
    margin-bottom: 3px;
}

.etc-restaurants li span {
    display: block;
    font-size: 1rem;
    color: var(--rizzan-text);
    line-height: 1.4;
    padding-left: 1.2em;
    position: relative;
}

.etc-restaurants li span::before {
    content: '-';
    position: absolute;
    left: 0.3em;
}

/* --- Island Cafe --- */
.cafe-content {
    display: grid;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border: 3px solid #8f6a7e;
    border-radius: 12px;
    padding: 24px;
    background: #fff;
}

.cafe-image {
    min-width: 0;
    aspect-ratio: 2 / 1;
    border-radius: 4px;
    overflow: hidden;
}

.cafe-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cafe-info {
    flex: 1;
    min-width: 300px;
}

.cafe-meta {
    position: relative;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(110px, 170px) minmax(0, 1fr);
    column-gap: 14px;
    align-items: center;
    background: #fdfaf5;
    padding: 12px;
    border-radius: 8px;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.3s;
}

.cafe-meta::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid var(--rizzan-blue);
    border-right: 2px solid var(--rizzan-blue);
    transform: translateY(-50%) rotate(45deg);
}

.cafe-meta:hover {
    background: #f8f1e8;
}

.cafe-meta .section-store-logo {
    grid-column: 1;
    grid-row: 1 / -1;
    width: 100%;
    max-width: 170px;
    margin: 0;
    align-self: center;
}

.cafe-meta-text {
    grid-column: 2;
    align-self: center;
}

.cafe-meta-text p {
    margin: 0;
    line-height: 1.5;
}

.cafe-meta-text p+p {
    margin-top: 4px;
}

.cafe-lead {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.cafe-meta-line {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.5;
}

.cafe-divider {
    margin: 0;
    border: 0;
    border-top: 1px solid #8f6a7e;
}

.cafe-intro {
    margin-top: 2px;
}

.cafe-intro p:not(.cafe-catch) {
    margin: 0;
    line-height: 1.55;
}

/* --- Kids Island --- */
.kids-detail-wrap {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    gap: 24px;
}

.kids-group {
    background: #fff;
    border: 3px solid #b9799b;
    border-radius: 10px;
    padding: 1.4rem;
}

.kids-group-title {
    margin: 0 0 12px;
    font-size: 1.02rem;
    line-height: 1.45;
    color: var(--rizzan-blue);
    font-weight: 600;
}

.kids-group-title span {
    font-weight: 500;
    color: var(--rizzan-text);
}

.kids-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.kids-card {
    border: none;
    border-radius: 0;
    overflow: visible;
    background: transparent;
}

.kids-card-media {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.kids-card-media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.kids-card-title {
    margin: 0 0 6px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.35;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

.kids-card-time {
    display: block;
    margin: 4px 0 0;
    padding: 0;
    font-size: 0.8rem;
    font-weight: 400;
    color: #fff;
    background: transparent;
    border-radius: 0;
    border-top: 2px dotted rgba(255, 255, 255, 0.6);
    padding-top: 8px;
    line-height: 1.3;
    text-align: left;
}

.kids-card-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px 10px 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.72) 100%);
}

.kids-card-desc {
    margin: 4px 0 12px;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--rizzan-text);
}

.festival-notes-wrap {
    margin: 40px auto;
}

.festival-notes {
    margin: 0;
    padding-left: 1.4em;
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--rizzan-text);
}

/* --- Kids Island Pink Theme --- */
.festival-content-section.kids-island-section {
    position: relative;
    background: linear-gradient(180deg, #fff9fc 0%, #ffffff 100%);
    z-index: 1;
}

.festival-content-section.kids-island-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    background: url('../images/bg_foot.jpg') no-repeat bottom center / 100% auto;
    -webkit-mask-image: linear-gradient(to top, black 0%, transparent 100%);
    mask-image: linear-gradient(to top, black 0%, transparent 100%);
    z-index: -1;
    pointer-events: none;
}

.kids-island-section .section-common-header h2,
.kids-island-section .section-common-header h2 .english-text {
    color: #8f6a7e;
}

.kids-island-section .kids-date {
    color: #b9799b;
}

.kids-island-section .kids-subtext {
    color: #474747;
}

.kids-island-section .kids-group {
    background: #fff;
}

.kids-island-section .kids-group-title {
    color: #b9799b;
    font-size: 1.12rem;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.kids-island-section .kids-group-title span {
    color: #8f6a7e;
}

.kids-island-section .kids-group-title .kids-group-date {
    font-size: 1rem;
    font-weight: 400;
    color: #474747;
}

.kids-island-section .kids-group-title .kids-venue-pill {
    display: inline-block;
    margin-left: auto;
    padding: 4px 8px;
    border-radius: 13px;
    background: #b9799b;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.35;
    text-align: right;
}

.kids-island-section .kids-group-title .kids-venue-pill span {
    color: inherit;
}

.kids-island-section .kids-card {
    border: none;
}

.kids-island-section .kids-card-time {
    color: #fff;
    background: transparent;
}

/* --- Floor Map --- */
.floormap-section {
    padding: 80px 0;
    background: #fbf7f4 url('../../../images/facility_bg.jpg');
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}

.floormap-description {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 50px;
    font-size: 1em;
}

.restaurant-grid {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.restaurant-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.restaurant-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.restaurant-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    aspect-ratio: 1 / 1;
    transition: opacity 0.3s ease;
    width: 100%;
    max-width: 280px;
}

.restaurant-card:hover {
    opacity: 0.8;
}

.restaurant-image {
    position: relative;
    overflow: hidden;
    flex: 1;
    border-radius: 12px 12px 0 0;
}

.restaurant-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.restaurant-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.restaurant-image .restaurant-logo-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
    object-fit: contain;
    z-index: 2;
}

.restaurant-card h3 {
    padding: 10px 10px 5px;
    font-size: 0.9em;
    color: #2c3e50;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    font-weight: 400;
    flex-shrink: 0;
}

.floormap-section .restaurant-card .btn-more {
    width: 50%;
}

.floormap-image {
    margin: 40px 0 20px;
    text-align: center;
}

.floormap-image img {
    display: block;
    margin: 0 0 20px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.floormap-image img:last-child {
    margin-bottom: 0;
}

.floormap-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000E6;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.floormap-modal.active {
    display: flex;
    opacity: 1;
}

.floormap-modal img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.floormap-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2.5em;
    color: #fff;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    z-index: 10004;
}

.floormap-close:hover {
    opacity: 0.7;
}

/* --- Utility --- */
.note-text {
    font-size: 1rem;
    color: var(--rizzan-text);
    line-height: 1.5;
    margin-top: 10px;
    text-align: left;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .schedule-layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .schedule-frame {
        padding: 12px;
    }

    .schedule-slideshow {
        aspect-ratio: 16 / 9;
        order: 1;
    }

    .schedule-table-container {
        order: 2;
        height: auto;
        margin: 10px 0;
        border-left: none;
        border-top: none;
        padding: 12px;
    }

    .dinner-slide {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
    }

    .dinner-slide-media {
        order: 1;
        aspect-ratio: 1280 / 850;
        min-height: 0;
        border-radius: 4px 4px 0 0;
    }

    .dinner-slide-content {
        order: 2;
        grid-template-rows: auto auto;
        height: auto;
        max-height: none;
        overflow: visible;
        padding: 12px 0 0;
        border-right: none;
        border-left: none;
        border-radius: 0 0 4px 4px;
    }

    .dinner-intro,
    .dinner-shop {
        grid-row: auto;
    }

    .dinner-intro br {
        display: none;
    }

    .buffet-info-grid,
    .cafe-content {
        padding: 1rem;
    }

    .kids-group {
        padding: 1rem;
    }

    .kids-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1025px) {
    .lunch-cafe-pair .section-common-header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .lunch-cafe-pair .section-common-header .buffet-price,
    .lunch-cafe-pair .section-common-header .cafe-period {
        min-height: calc(1.45em * 2);
    }

    .lunch-cafe-pair {
        grid-template-columns: 1fr 1fr;
        max-width: 1370px;
        margin: 0 auto;
        align-items: stretch;
    }

    .lunch-cafe-pair>.festival-content-section {
        display: flex;
    }

    .lunch-section .container,
    .cafe-section .container {
        max-width: none;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .lunch-cafe-pair .buffet-info-grid,
    .lunch-cafe-pair .cafe-content {
        gap: 10px;
        padding: 1rem;
        flex: 1;
        align-content: start;
        align-items: start;
    }

    .lunch-cafe-pair .cafe-content {
        grid-template-rows: auto 1fr auto;
    }

    .lunch-cafe-pair .buffet-meta p,
    .lunch-cafe-pair .cafe-meta p,
    .lunch-cafe-pair .buffet-intro p,
    .lunch-cafe-pair .cafe-intro p {
        overflow-wrap: anywhere;
    }
}

@media (max-width: 768px) {
    .sp-only {
        display: inline;
    }

    .sp-hide {
        display: none;
    }

    .lead-section .lead-header p:not(.lead-date):not(.lead-venue) {
        text-align: left;
    }

    .schedule-frame {
        padding: 0;
    }

    .schedule-table-container {
        padding: 0;
    }

    .restaurant-grid {
        display: flex;
        justify-content: center;
    }

    .restaurant-cards {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 1fr;
        gap: 15px;
        padding: 0;
        max-width: 100%;
    }

    .restaurant-card {
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    }

    .restaurant-image {
        height: 100%;
    }

    .restaurant-image .restaurant-logo-overlay {
        width: 95%;
    }

    .restaurant-card h3 {
        font-size: 0.8em;
        padding: 6px;
    }

    .floormap-image img {
        cursor: grab;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    }

    .floormap-image img:active {
        cursor: grabbing;
    }

    .dinner-price-banner {
        padding: 12px;
    }

    .dinner-price-banner p:first-child {
        font-size: 1rem;
    }

    .dinner-price-banner p:last-child {
        font-size: 1rem;
    }

    .dinner-slides {
        grid-template-rows: auto;
        align-items: start;
        min-height: 0;
    }

    .dinner-slide {
        display: none;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
        align-items: start;
        align-content: start;
        min-height: 0;
    }

    .dinner-slide.is-active,
    .dinner-slide.is-leaving {
        display: grid;
    }

    .dinner-slide-media {
        position: relative;
        order: 1;
        width: 100%;
        height: auto;
        min-height: 0;
        align-self: start;
        aspect-ratio: 89 / 55;
        border-radius: 4px 4px 0 0;
    }

    .dinner-slide-media img {
        position: absolute;
        inset: 0;
    }

    .dinner-slide-content {
        order: 2;
        height: auto;
        max-height: none;
        overflow: visible;
        padding-top: 12px;
        border-right: none;
        border-left: none;
        border-radius: 0 0 4px 4px;
    }

    .dinner-shop {
        gap: 8px;
    }

    .dinner-nav {
        top: clamp(92px, calc(1rem + 32vw), 150px);
        width: 34px;
        height: 34px;
        font-size: 2.4rem;
    }

    .dinner-nav.prev {
        left: -13px;
    }

    .dinner-nav.next {
        right: -13px;
    }

    .kids-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .kids-card-media img {
        aspect-ratio: 16 / 9;
    }

    .kids-island-section .kids-group-title {
        row-gap: 2px;
    }

    .kids-island-section .kids-group-title .kids-group-date {
        font-size: 0.8rem;
    }

    .kids-island-section .kids-group-title .kids-venue-pill {
        width: 100%;
        margin-top: 8px;
        text-align: left;
    }

    .kids-venue-indent {
        display: inline-block;
        padding-left: 3em;
    }

    .schedule-table th {
        width: auto;
        display: table-cell;
        padding: 11px 10px;
        background: #f2fbf9;
    }

    .schedule-table td {
        display: table-cell;
        padding: 11px 10px;
    }

    .buffet-meta,
    .cafe-meta {
        grid-template-columns: 1fr;
        row-gap: 8px;
    }

    .buffet-meta .section-store-logo,
    .cafe-meta .section-store-logo,
    .buffet-meta-text,
    .cafe-meta-text {
        grid-column: 1;
    }

    .buffet-meta .section-store-logo,
    .cafe-meta .section-store-logo {
        grid-row: auto;
        justify-self: center;
    }

    .buffet-meta-text,
    .cafe-meta-text {
        text-align: center;
    }

    .buffet-price-card {
        flex: 1 1 100%;
    }
}

@media (max-width: 480px) {
    .kids-card-grid {
        grid-template-columns: 1fr;
    }
}

/* ご予約誘導セクション内のbooking-cta-visual背景画像 */
.booking-cta-section .booking-cta-visual {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
                url('../../../room/images/reservation-cta-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 80px 0;
    height: auto;
    text-align: center;
}

.booking-cta-section .booking-cta-visual .booking-cta-overlay {
    position: static;
    transform: none;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 auto 40px;
    display: block;
    text-align: center;
}

.booking-cta-section .booking-cta-visual .booking-cta-overlay img {
    width: 60%;
    max-width: 180px;
    height: auto;
    display: block;
    margin: 0 auto .3em;
}

.booking-cta-section .booking-cta-visual .booking-bar {
    color: #333;
}

.booking-cta-section .booking-cta-visual .booking-content {
    justify-content: center;
    gap: 0;
}


.booking-cta-section .booking-cta-visual .booking-links {
    justify-content: center;
}

.booking-cta-section #booking-cta-heading {
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    font-size: clamp(16px, 4vw, 20px);
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-align: center;
    margin: 0;
    line-height: 1.4;
}

.booking-cta-section #booking-cta-heading .booking-cta-text-line2 {
    display: inline;
}

@media (min-width: 1025px) {
    .booking-cta-section .booking-cta-visual .booking-content {
        align-items: flex-end;
        gap: 0;
    }
    
    .booking-cta-section .booking-cta-visual .booking-separator {
        margin-left: 1em;
        margin-right: 1em;
    }
}

@media (max-width: 768px) {
    .booking-cta-section #booking-cta-heading .booking-cta-text-line2 {
        display: block;
    }
}
