/* 予約ページ専用スタイル */

/* ========================================
   ユーティリティクラス
======================================== */
.bg-beige {
    background-color: #f9f4eb;
    width: 100%;
    padding: 0;
    margin: 0;
}

.menu-section.bg-beige {
    background-color: #f9f4eb;
}

/* ========================================
   サブビジュアル背景画像
======================================== */
body.reservation .sub-visual {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url('../../reservation/images/svimg.jpg');
    background-size: cover;
    background-position: center;
}

/* ========================================
   lead-section（予約ページ用）
======================================== */
.reservation .lead-section {
    min-width: auto;
    position: relative;
    width: 100%;
}

.reservation {
    --content-width: 80%;
    --content-max: 1200px;
    --content-max-narrow: 960px;
}

.reservation .plan-info-section {
    min-width: auto;
    position: relative;
    width: 100%;
    background-color: #fff;
}

.reservation .plan-info-section .container {
    position: relative;
    z-index: 2;
}

.reservation .plan-info-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background-image: url('../../reservation/images/reservation_bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: 0;
}

.reservation .plan-info-section::before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

.reservation .lead-section .container {
    background-image: none;
    position: relative;
    z-index: 2;
}

.reservation.car-rent .lead-section .container {
    padding-bottom: 20px;
}

/* ========================================
   lead-header
======================================== */
.lead-header {
    width: 100%;
    text-align: center;
}

.lead-header p {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 20px auto;
    display: block;
}

/* ========================================
   見出し（#reservation-heading / #page-heading）
======================================== */
#reservation-heading {
    text-align: center;
    margin-bottom: 20px;
    display: block;
    line-height: 0.6em;
    font-size: 2em;
    font-weight: 400;
}

.lead-header #reservation-heading {
    font-size: 1em;
    line-height: 1.2;
}

#reservation-heading .english-text {
    font-size: 2.8125em;
    display: block;
    margin-bottom: 20px;
}

.lead-header #reservation-heading .english-text {
    margin-bottom: 0.2em;
    line-height: 1;
}

/* ========================================
   category-badge
======================================== */
.reservation-categories {
    text-align: center;
}

.category-badge {
    display: inline-block;
    padding: 5px 15px;
    margin: 0 5px;
    color: #1e3c72;
    border: 1px solid #1e3c72;
    background-color: #ffffff;
    font-size: 0.75em;
}

/* ========================================
   tabcontents（タブコンテンツ）
======================================== */
.lead-header .tabcontents {
    overflow: visible;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    max-width: var(--content-max);
    width: var(--content-width);
}

.lead-header .tabcontents>* {
    margin-bottom: 1.5em;
}

.lead-header .tabcontents>*:last-child {
    margin-bottom: 0;
}

.lead-header .tabcontents .plan-description {
    margin-bottom: 2em;
}

.lead-header .tabcontents h3,
.lead-header h3 {
    font-size: 1em;
    font-weight: bold;
    color: #474747;

    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    text-align: center;
}

.lead-header .tabcontents h3.plan-title,
.lead-header h3.plan-title {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1.5em;
}

.plan-title-tab {
    display: none;
}

.lead-header ul.cate.plan-cate-tab {
    display: none;
    justify-content: center;
}

body:not(:has(.stay-anchor:target)) .lead-section .plan-cate-tab[data-stay="1"] {
    display: flex;
}

body:has(#stay-1:target) .lead-section .plan-cate-tab[data-stay="1"],
body:has(#stay-2:target) .lead-section .plan-cate-tab[data-stay="2"],
body:has(#stay-3:target) .lead-section .plan-cate-tab[data-stay="3"],
body:has(#stay-4:target) .lead-section .plan-cate-tab[data-stay="4"],
body:has(#stay-5:target) .lead-section .plan-cate-tab[data-stay="5"] {
    display: flex;
}

body:not(:has(.stay-anchor:target)) .lead-section .plan-title-tab[data-stay="1"] {
    display: block;
}

body:has(#stay-1:target) .lead-section .plan-title-tab[data-stay="1"],
body:has(#stay-2:target) .lead-section .plan-title-tab[data-stay="2"],
body:has(#stay-3:target) .lead-section .plan-title-tab[data-stay="3"],
body:has(#stay-4:target) .lead-section .plan-title-tab[data-stay="4"],
body:has(#stay-5:target) .lead-section .plan-title-tab[data-stay="5"] {
    display: block;
}

body:has(.stay-anchor:target) .lead-section .plan-title {
    display: none;
}

.lead-header .tabcontents h3 strong,
.lead-header h3 strong {
    color: #F00;
    display: block;
    padding: 0.2em 0 0 0;
}

.lead-header .tabcontents h3 strong span,
.lead-header h3 strong span {
    font-size: 0.9em;
    display: inline-block;
}

.lead-header .tabcontents h3 span,
.lead-header h3 span {
    font-size: 1.2em;
    display: block;
    line-height: 1.4;
}

.menu-list-container .sell h3 span {
    font-size: .6em;
    margin-top: .5em;
    display: block;
    line-height: 1.4;
}

.child-activity-note {
    font-size: .6em;
}

.is-hidden {
    display: none;
}

/* ========================================
   カテゴリーヘッダー（予約一覧）
======================================== */
.reservation-category-header {
    margin: 0 0 1.6em 0;
    text-align: center;
}

.reservation-category-banner {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.reservation-category-banner img {
    width: 100%;
    height: 180px;
    display: block;
    object-fit: cover;
}

.reservation-category-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
}

.reservation-category-title {
    font-size: 1.35em;
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.reservation-category-tagline,
.reservation-category-season,
.reservation-category-label {
    display: block;
}

.reservation-category-tagline,
.reservation-category-season {
    font-size: 0.9em;
    opacity: 0.9;
}

.reservation-category-tagline {
    display: inline-block;
    background: #ffffff;
    color: #1e3c72;
    padding: 0.2em 0.6em;
    border-radius: 999px;
    margin-bottom: 0.3em;
    text-shadow: none;
}

.reservation-category-season {
    font-family: 'Quattrocento', serif;
}

.reservation-category-label {
    font-size: 1.4em;
    font-weight: 700;
}

.reservation-category-header h3.reservation-category-title {
    color: #474747;
    margin: 0 0 0.6em 0;
}

.reservation-category-description {
    margin: 0.2em 0 0 0;
    font-size: 0.95em;
    color: #4c4c4c;
    line-height: 1.4;
}

.reservation-subcategory-title {
    margin: 0 0 0.8em 0;
    font-size: 1.2em;
    font-weight: 600;
    color: #474747;
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    line-height: 1.2;
    border-bottom: none;
    padding: 0.4em;
    padding-right: 0.4em;
    background: #f2f2f2;
    border-radius: 6px;
}

.reservation-subcategory-title span {
    display: block;
    font-size: 0.7em;
    font-weight: 400;
    color: #757575;
    margin-bottom: 0.2em;
}

.reservation-subcategory-subtitle {
    display: block;
    font-size: 0.8em;
    font-weight: 400;
    color: #757575;
    margin: 0 0 0.4em 0;
}

.reservation-subcategory-accordion {
    margin-top: 0.6em;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #f2f2f2;
}

.reservation-subcategory-accordion:first-child {
    margin-top: 0.8em;
}

.reservation-subcategory-accordion>summary {
    list-style: none;
    cursor: pointer;
    position: relative;
    display: block;
    padding-right: 1.6em;
}

.reservation-subcategory-accordion>summary::-webkit-details-marker {
    display: none;
}

.reservation-subcategory-accordion>summary::marker {
    content: "";
}

.reservation-subcategory-accordion .reservation-subcategory-title {
    margin-bottom: 0;
    padding-bottom: 0.6em;
    flex: 1;
}

.reservation-subcategory-toggle {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    color: #1e3c72;
    font-size: 0.85em;
    transition: transform 0.3s;
}

.reservation-subcategory-accordion[open] .reservation-subcategory-toggle {
    transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 1024px) {
    body.reservation-list .reservation-subcategory-accordion>summary,
    body.reservation-list .reservation-subcategory-accordion .reservation-subcategory-title {
        cursor: default !important;
    }

    body.reservation-list .reservation-subcategory-accordion .reservation-subcategory-toggle {
        display: none !important;
    }
}

.reservation-subcategory-body {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-5px);
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.4s ease-in-out,
        padding 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        margin-top 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.4s ease-in-out;
    padding: 0;
}

.reservation-subcategory-accordion>.reservation-subcategory-body {
    display: block;
}

.reservation-subcategory-accordion[open] .reservation-subcategory-body {
    margin-top: 0.8em;
    opacity: 1;
    padding: 0;
    transform: translateY(0);
}

.reservation-subcategory-accordion.is-closing .reservation-subcategory-body {
    margin-top: 0;
    opacity: 0;
    padding: 0;
    transform: translateY(-5px);
}

@media (prefers-reduced-motion: reduce) {
    .reservation-subcategory-body {
        transition: none;
        transform: none;
    }
}

/* ========================================
   予約一覧（news.cssから移動）
======================================== */
body.reservation-list .sub-visual {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url('../../reservation/images/svimg.jpg');
    background-size: cover;
    background-position: center;
}

body.reservation-list .reservation-list-section {
    background-image: url("../../news/images/news-bg.jpg");
}

body.reservation-list .season-year-filter,
body.reservation-list .news-year-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 1em 0 1.5em;
    justify-content: center;
}

body.reservation-list .season-year-filter .year-button-wrap,
body.reservation-list .news-year-filter .year-button-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35em;
}

body.reservation-list .season-year-filter .year-button,
body.reservation-list .news-year-filter .year-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7em 1.6em 1.6em;
    border: 1px solid #1e3c72;
    color: #1e3c72;
    background-color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 1.1em;
    line-height: 1.4;
    transition: all 0.3s ease;
    position: relative;
}

body.reservation-list .season-year-filter .year-button-period,
body.reservation-list .news-year-filter .year-button-period {
    font-size: 0.85em;
    color: #1e3c72;
}

body.reservation-list .season-year-filter .year-button::after,
body.reservation-list .news-year-filter .year-button::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.5em;
    width: 0.45em;
    height: 0.45em;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateX(-50%) rotate(45deg);
    opacity: 0.8;
}

body.reservation-list .season-year-filter .year-button:hover,
body.reservation-list .news-year-filter .year-button:hover {
    background-color: #1e3c72;
    color: #ffffff;
    border-color: #1e3c72;
}

body.reservation-list .season-year-filter .year-button.is-active,
body.reservation-list .news-year-filter .year-button.is-active {
    background-color: #1e3c72;
    color: #ffffff;
    border-color: #1e3c72;
}

body.reservation-list .reservation-info-link {
    font-size: 0.75em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.25em;
    margin: 0 auto 2.5em auto;
}

body.reservation-list .reservation-info-link i {
    font-size: 0.6em;
    transform: translateY(1px);
}

@media (max-width: 480px) {
    body.reservation-list .season-year-filter,
    body.reservation-list .news-year-filter {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    body.reservation-list .season-year-filter .year-button-wrap,
    body.reservation-list .news-year-filter .year-button-wrap {
        width: 100%;
        align-items: flex-start;
    }

    body.reservation-list .season-year-filter .year-button,
    body.reservation-list .news-year-filter .year-button {
        justify-content: flex-start;
        width: 100%;
        padding: 0.9em 2.4em 0.9em 1em;
    }

    body.reservation-list .season-year-filter .year-button br,
    body.reservation-list .news-year-filter .year-button br {
        display: none;
    }

    body.reservation-list .season-year-filter .year-button::after,
    body.reservation-list .news-year-filter .year-button::after {
        left: auto;
        right: 1em;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%) rotate(45deg);
    }
}

body.reservation-list .reservation-list-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5em;
}

body.reservation-list .content-box {
    border: none;
}

body.reservation-list .reservation-category-group {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

body.reservation-list .reservation-category-group.is-fade-in {
    opacity: 0;
    transform: translateY(8px);
}

body.reservation-list .content-box h3 {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 1em;
    border-bottom: none;
    padding-bottom: 0;
}

body.reservation-list .content-box h3 span,
body.reservation-list .reservation-title span {
    font-size: 1.2rem;
    display: block;
}

body.reservation-list .reservation-list-item {
    border-bottom: none;
    padding-bottom: 0;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 1.2em;
    display: flex;
    flex-direction: column;
}

body.reservation-list .notice-button {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

body.reservation-list .notice-button-container {
    margin-top: 0;
}

body.reservation-list .notice-button-container.notice-button-container-stay-nights {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.4em;
}

body.reservation-list .notice-button-container.notice-button-container-stay-nights .notice-button {
    width: 100%;
    min-width: 0;
    padding: 6px 10px;
}

body.reservation-list .notice-button-container.notice-button-container-stay-nights-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.4em;
}

body.reservation-list .notice-button-container.notice-button-container-stay-nights-4 .notice-button {
    width: 100%;
    min-width: 0;
    padding: 6px 10px;
}

body.reservation-list .notice-button-container.notice-button-container-breakfast-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4em;
}

body.reservation-list .notice-button-container.notice-button-container-breakfast-options .notice-button {
    width: 100%;
    min-width: 0;
    padding: 6px 10px;
}

@media (max-width: 767px) {
    body.reservation-list .notice-button-container.notice-button-container-stay-nights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.reservation-list .notice-button-container.notice-button-container-stay-nights-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

body.reservation-list .reservation-card-actions {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 0.7em;
}

body.reservation-list .reservation-card-cate {
    margin-top: auto;
    margin-bottom: 0;
}

body.reservation-list .reservation-card-cate li.reic07 {
    display: none;
}

body.reservation-list .news-pagination {
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5em;
}

body.reservation-list .news-pagination .page-link,
body.reservation-list .news-pagination .page-current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.4em;
    padding: 0.4em 0.8em;
    border: 1px solid #a3a3a3;
    color: #474747;
    text-decoration: none;
}

body.reservation-list .news-pagination .page-current {
    background-color: #474747;
    color: #ffffff;
    border-color: #474747;
}

body.reservation-list .news-pagination .page-link.is-disabled {
    color: #b5b5b5;
    border-color: #d2d2d2;
}

body.reservation-list .reservation-list-item a {
    display: block;
    text-decoration: none;
    color: inherit;
}

body.reservation-list .reservation-list-item.has-multi-links>a {
    pointer-events: none;
    cursor: default;
}

body.reservation-list .reservation-title {
    line-height: 1.2;
    margin-top: 0;
}

body.reservation-list .reservation-list-item img {
    width: 100%;
    height: 160px;
    display: block;
    object-fit: cover;
}

body.reservation-list .news-noimage {
    width: 100%;
    aspect-ratio: 3 / 2;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.6em;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.85em;
    font-family: "Quattrocento", "Noto Serif JP", serif;
    text-transform: uppercase;
}

body.reservation-list .news-noimage::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../../news/images/noimage.jpg") center / cover no-repeat;
    filter: blur(2px);
    transform: scale(1.05);
    z-index: 0;
}

body.reservation-list .news-noimage::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

body.reservation-list .news-noimage img {
    width: 140px;
    height: auto;
    position: relative;
    z-index: 2;
}

body.reservation-list .news-noimage span {
    position: relative;
    z-index: 2;
}

body.reservation-list .reservation-list-body {
    grid-area: body;
    padding-top: 0;
    display: flex;
    flex-direction: column;
}

body.reservation-list .reservation-list-section::before {
    background: #ffffff;
}

body.reservation-list .reservation-empty {
    text-align: center;
    margin: 2em 0;
}

@media (max-width: 768px) {
    body.reservation-list .reservation-category-group {
        scroll-margin-top: 80px;
    }

    body.reservation-list .content-box h3 span,
    body.reservation-list .reservation-title span {
        font-size: 1rem;
    }
    body.reservation-list .reservation-list-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .5em;
    }

    body.reservation-list .reservation-list-item {
        box-sizing: border-box;
        padding: .8em;
    }

    body.reservation-list .reservation-card-cate {
        flex-wrap: wrap;
    }

    body.reservation-list .notice-button {
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 6px 10px;
    }

    body.reservation-list .content-box {
        padding: 0 0 1em;
    }

    body.reservation-list .reservation-card-cate li {
        width: 30px;
        height: 30px;
    }

    .reservation-category-banner img {
        height: 140px;
    }

    .reservation-category-title {
        font-size: 1.1em;
    }
}

@media (max-width: 767px) {
    body.reservation-list .reservation-category-banner {
        position: relative;
        min-height: 140px;
        overflow: hidden;
    }

    body.reservation-list .reservation-category-banner img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    body.reservation-list .reservation-category-overlay {
        position: relative;
        inset: auto;
        z-index: 1;
        min-height: 140px;
        padding: 12px 12px 18px;
    }

    body.reservation-list .reservation-category-title {
        line-height: 1.25;
    }

}

@media (max-width: 767px) {
    body.reservation-list .content-box.reservation-category-group.is-mobile-collapsible {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    body.reservation-list .reservation-subcategory-accordion>summary {
        padding-right: 0;
    }

    body.reservation-list .reservation-subcategory-accordion>summary,
    body.reservation-list .reservation-subcategory-accordion .reservation-subcategory-title {
        cursor: default;
    }

    body.reservation-list .reservation-subcategory-accordion .reservation-subcategory-toggle {
        display: none;
    }

    body.reservation-list .reservation-category-group.is-mobile-collapsible .reservation-category-header {
        cursor: pointer;
    }

    body.reservation-list .reservation-category-group.is-mobile-collapsible .reservation-category-label {
        position: relative;
        padding-bottom: 44px;
    }

    body.reservation-list .reservation-category-group.is-mobile-collapsible .reservation-category-label::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #ffffff;
        z-index: 1;
    }

    body.reservation-list .reservation-category-group.is-mobile-collapsible .reservation-category-label::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 14px;
        width: 12px;
        height: 8px;
        margin-left: -6px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%231e3c72' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px 8px;
        transform: rotate(0deg);
        transform-origin: 50% 50%;
        transition: transform 0.2s ease;
        z-index: 2;
    }

    body.reservation-list .reservation-category-group.is-mobile-collapsible:not(.is-mobile-collapsed) .reservation-category-label::before {
        transform: rotate(180deg);
    }

    body.reservation-list .reservation-category-group.is-mobile-collapsible .reservation-category-header:focus-visible {
        outline: 2px solid #1e3c72;
        outline-offset: 4px;
    }

    body.reservation-list .reservation-category-group.is-mobile-collapsible>.reservation-category-body-wrap {
        overflow: hidden;
        max-height: none;
        opacity: 1;
        transform: translateY(0);
        transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
            opacity 0.25s ease,
            transform 0.35s ease;
    }

    body.reservation-list .reservation-category-group.is-mobile-collapsible.is-mobile-collapsed>.reservation-category-body-wrap {
        max-height: 0;
        opacity: 0;
        transform: translateY(-8px);
        pointer-events: none;
    }
}

/* ========================================
   カテゴリーアイコン（cate）
======================================== */
.lead-header .tabcontents ul.cate,
.lead-header ul.cate {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
}

.lead-header .tabcontents ul.cate li,
.lead-header ul.cate li,
.reservation-card-cate li {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    padding: 0;
}

.lead-header .tabcontents ul.cate li,
.lead-header ul.cate li {
    margin: 0 1px 1px 0;
    width: 50px;
    height: 50px;
}

.reservation-card-cate {
    display: flex;
    gap: 2px;
    margin: 0.6em 0;
    padding: 0;
    list-style: none;
}

.reservation-card-cate li {
    width: 34px;
    height: 34px;
}

.lead-header .tabcontents ul.cate li.reic03,
.lead-header ul.cate li.reic03,
.reservation-card-cate li.reic03 {
    background-image: url('../../reservation/images/ricon3.png');
}

.lead-header .tabcontents ul.cate li.reic04,
.lead-header ul.cate li.reic04,
.reservation-card-cate li.reic04 {
    background-image: url('../../reservation/images/ricon4.png');
}

.lead-header .tabcontents ul.cate li.reic05,
.lead-header ul.cate li.reic05,
.reservation-card-cate li.reic05 {
    background-image: url('../../reservation/images/ricon5.png');
}

.lead-header .tabcontents ul.cate li.reic06,
.lead-header ul.cate li.reic06,
.reservation-card-cate li.reic06 {
    background-image: url('../../reservation/images/ricon6.png');
}

.lead-header .tabcontents ul.cate li.reic07,
.lead-header ul.cate li.reic07,
.reservation-card-cate li.reic07 {
    background-image: url('../../reservation/images/ricon7.png');
}

.lead-header .tabcontents ul.cate li.reic08,
.lead-header ul.cate li.reic08,
.reservation-card-cate li.reic08 {
    background-image: url('../../reservation/images/ricon8.png');
}

.lead-header .tabcontents ul.cate li.reic09,
.lead-header ul.cate li.reic09,
.reservation-card-cate li.reic09 {
    background-image: url('../../reservation/images/ricon9.png');
}

.lead-header .tabcontents ul.cate li.reic10,
.lead-header ul.cate li.reic10,
.reservation-card-cate li.reic10 {
    background-image: url('../../reservation/images/ricon10.png');
}

.lead-header .tabcontents ul.cate li.reic11,
.lead-header ul.cate li.reic11,
.reservation-card-cate li.reic11 {
    background-image: url('../../reservation/images/ricon11.png');
}

.lead-header .tabcontents ul.cate li.reic16,
.lead-header ul.cate li.reic16,
.reservation-card-cate li.reic16 {
    background-image: url('../../reservation/images/ricon16.png');
}

.lead-header .tabcontents ul.cate li.reic15,
.lead-header ul.cate li.reic15,
.reservation-card-cate li.reic15 {
    background-image: url('../../reservation/images/ricon15.png');
}

.lead-header .tabcontents ul.cate li.reic17,
.lead-header ul.cate li.reic17,
.reservation-card-cate li.reic17 {
    background-image: url('../../reservation/images/ricon17.png');
}

/* ========================================
   説明文（chat-bubble）
======================================== */
.lead-header .tabcontents dl.chat-bubble,
.lead-header dl.chat-bubble {
    line-height: 1.5;
    margin: 0 auto 2em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 0.2em;
    column-gap: 1em;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding: .5em 1em;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-width: fit-content;
    position: relative;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

.lead-header .tabcontents dl.chat-bubble::after,
.lead-header dl.chat-bubble::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
}

.lead-header .tabcontents dl.chat-bubble dt,
.lead-header dl.chat-bubble dt {
    font-size: 1em;
    font-weight: bold;
    color: #0889a5;
    border-bottom: 1px solid;
    margin: 0;
    padding: 1em 0 0.2em 0;
    text-align: center;
}

.lead-header .tabcontents dl.chat-bubble dt.toku60,
.lead-header .tabcontents dl.chat-bubble dt.toku100,
.lead-header .tabcontents dl.chat-bubble dt.toku30,
.lead-header dl.chat-bubble dt.toku60,
.lead-header dl.chat-bubble dt.toku100,
.lead-header dl.chat-bubble dt.toku30 {
    display: inline-block;
    height: 2.3em;
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    padding: 0 1em 0 2.5em;
    line-height: 2.3;
    margin: 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #F00;
    background-size: auto 100%;
    border-bottom: none;
}

.lead-header .tabcontents dl.chat-bubble dt.toku60,
.lead-header dl.chat-bubble dt.toku60 {
    background-image: url('../../reservation/images/ricon16.png');
}

.lead-header .tabcontents dl.chat-bubble dt.toku100,
.lead-header dl.chat-bubble dt.toku100 {
    background-image: url('../../reservation/images/ricon15.png');
}

.lead-header .tabcontents dl.chat-bubble dt.toku30,
.lead-header dl.chat-bubble dt.toku30 {
    background-image: url('../../reservation/images/ricon17.png');
}

.lead-header .tabcontents dl.chat-bubble dd,
.lead-header dl.chat-bubble dd {
    font-size: 1em;
    margin: 0;
    padding: 0;
    border-bottom: none;
    overflow: hidden;
    text-align: center;
}

.lead-header .tabcontents dl.chat-bubble dd.chat-bubble-note,
.lead-header dl.chat-bubble dd.chat-bubble-note {
    font-size: 0.8em;
}

/* ========================================
   写真ギャラリー（pphoto）
======================================== */
.lead-header .tabcontents ul.pphoto,
.lead-header ul.pphoto {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.25em;
}

.lead-header .tabcontents ul.pphoto li,
.lead-header ul.pphoto li {
    text-align: center;
    line-height: 0;
    margin: 2px;
}

.lead-header .tabcontents ul.pphoto li img,
.lead-header ul.pphoto li img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0;
    aspect-ratio: 1.618 / 1;
    object-fit: cover;
}

/* ========================================
   プランカード（reservation-cards）
======================================== */
.lead-header .tabcontents .reservation-cards {
    display: flex;
    gap: 1.5em;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

/* 1枚だけ：中央寄せで幅を制限 */
.lead-header .tabcontents .reservation-cards:has(.reservation-card:nth-of-type(1)):not(:has(.reservation-card:nth-of-type(2))) {
    justify-content: center;
}

.lead-header .tabcontents .reservation-cards:has(.reservation-card:nth-of-type(1)):not(:has(.reservation-card:nth-of-type(2))) .reservation-card {
    flex: 0 1 455px;
    max-width: 455px;
    width: 100%;
    min-width: 0;
}

/* 2枚だけ：等幅フレックス */
.lead-header .tabcontents .reservation-cards:has(.reservation-card:nth-child(2):last-child) {
    display: flex;
}

.lead-header .tabcontents .reservation-cards:has(.reservation-card:nth-child(2):last-child) .reservation-card {
    flex: 1 1 0%;
}

/* 3枚以上：グリッドで3列 */
.lead-header .tabcontents .reservation-cards:has(.reservation-card:nth-child(3)) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    justify-items: stretch;
}

.lead-header .tabcontents .reservation-cards:has(.reservation-card:nth-child(3)) .reservation-card {
    flex: none;
    width: 100%;
    max-width: 100%;
}

/* 4枚：PC表示は2x2 */
@media (min-width: 769px) {
    .lead-header .tabcontents .reservation-cards:has(.reservation-card:nth-child(4)):not(:has(.reservation-card:nth-child(5))) {
        grid-template-columns: repeat(2, 1fr);
    }
}

.lead-header .tabcontents .reservation-card {
    flex: 1 1 0%;
    min-width: 0;
    width: auto;
    aspect-ratio: none;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5em;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    transition: none;
    transform: none;
    height: auto;
    overflow: hidden;
}

.lead-header .tabcontents .reservation-card:hover {
    transform: none;
}

.lead-header .tabcontents .reservation-card h4 {
    font-size: 1em;
    font-weight: bold;
    color: #474747;
    margin: 0 0 0.6em 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ddd;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.lead-header .tabcontents .reservation-card h4 span {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.lead-header .tabcontents .reservation-card h4 .icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5em;
    height: 1.5em;
    background-color: #1e3c72;
    color: #ffffff;
    border-radius: 0;
    flex-shrink: 0;
    line-height: 1;
    font-size: 0.9em;
}

.lead-header .tabcontents .reservation-card h4 span.reic04 {
    background-image: url('../../reservation/images/ricon4.png');
}

.lead-header .tabcontents .reservation-card h4 span.reic05 {
    background-image: url('../../reservation/images/ricon5.png');
}

.lead-header .tabcontents .reservation-card h4 span.reic06 {
    background-image: url('../../reservation/images/ricon6.png');
}

.lead-header .tabcontents .reservation-card h4 span.reic15 {
    background-image: url('../../reservation/images/ricon15.png');
}

.lead-header .tabcontents .reservation-card h4 span.reic16 {
    background-image: url('../../reservation/images/ricon16.png');
}

.lead-header .tabcontents .reservation-card h4 span.reic17 {
    background-image: url('../../reservation/images/ricon17.png');
}

.lead-header .tabcontents .reservation-card img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 0.6em 0;
    aspect-ratio: 1.618 / 1;
    object-fit: cover;
}

.lead-header .tabcontents .reservation-card p {
    font-size: 0.875em;

    margin: 0 0 1em 0;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.lead-header .tabcontents .reservation-card p:last-child {
    margin-bottom: 0;
}

.lead-header .tabcontents .reservation-info-link {
    font-size: 0.8em;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 0.25em;
    margin: 0 auto 2.5em auto;
}

.lead-header .tabcontents .reservation-cards .reservation-info-link {
    flex: 0 0 100%;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.lead-header .tabcontents .reservation-cards:has(.reservation-card:nth-child(3)) .reservation-info-link {
    grid-column: 1 / -1;
    justify-self: center;
}

.lead-header .tabcontents .reservation-info-link i {
    font-size: 0.6em;
    transform: translateY(1px);
}

/* ========================================
   予約カードノート（reservation-card-note）
======================================== */
.lead-header .tabcontents .reservation-card-note {
    flex: 1 1 0%;
    min-width: 0;
    width: auto;
    aspect-ratio: none;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5em;
    margin-bottom: 2em;
    box-sizing: border-box;
    display: block;
    transition: none;
    transform: none;
    height: auto;
    overflow: hidden;
    text-align: left;
    column-count: 1;
    column-gap: 0;
    column-rule: none;
}

.lead-header .tabcontents .reservation-card-note:hover {
    transform: none;
}

.lead-header .tabcontents .reservation-card-note h4 {
    font-size: 1em;
    font-weight: bold;
    color: #474747;
    margin: 0 0 0.5em 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ddd;
    text-align: left;
    break-after: avoid;
    page-break-after: avoid;
}

.lead-header .tabcontents .reservation-card-note img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em 0;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.lead-header .tabcontents .reservation-card-note p {
    font-size: 0.875em;

    margin: 0 0 2em 0;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
    break-inside: avoid;
    page-break-inside: avoid;
}

.lead-header .tabcontents .reservation-card-note strong {
    color: #8b4513;
}

.lead-header .tabcontents .reservation-card-note p.reservation-notice-note,
.lead-header .tabcontents .reservation-card-note-single p.reservation-notice-note {
    font-size: 0.6em;
}

.lead-header .tabcontents .reservation-card-note-single {
    column-count: 1;
}

.lead-header .tabcontents .reservation-card-note table.zone {
    width: 100%;
    border-collapse: collapse;
    margin: 1em auto;
    font-size: 0.875em;
    table-layout: fixed;
}

.lead-header .tabcontents .reservation-card-note table.zone th,
.lead-header .tabcontents .reservation-card-note table.zone td {
    padding: 0.8em 0.5em;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: none;
    border-right: none;
    text-align: center;
    vertical-align: middle;
    width: calc(100% / 7);
}

.lead-header .tabcontents .reservation-card-note table.zone th {
    background-color: #eceae9;
    font-weight: bold;
    color: #474747;
}

.lead-header .tabcontents .reservation-card-note table.zone td {
    background-color: #ffffff;
}

/* ========================================
   notice-button-container
======================================== */
.notice-button-container {
    text-align: center;
}

.notice-button-container p {
    font-size: 0.875em;

    margin: 0 0 15px 0;
}

body.reservation-list .notice-button-container,
body.reservation-list .notice-button-container p {
    color: #ffffff;
}

body.reservation-list .notice-button:hover {
    color: #1e3c72;
}

.lead-section .notice-button-container {
    margin-bottom: 0;
}

.lead-section .notice-button-container p {
    margin-top: 1em;
}

.lead-header .tabcontents .notice-button-container {
    text-align: center;
    margin: 3em 0;
}

/* ========================================
   メニューセクション
======================================== */
.menu-section {
    padding: 60px 0;
    text-align: center;
}

.stay-tab-section {
    padding: 0 1em 80px;
    max-width: var(--content-max-narrow);
    width: var(--content-width);
    margin: 0 auto;
    box-sizing: border-box;
    animation: fadeInUp 0.8s ease-out;
}

.stay-tab-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.stay-tab-item {
    display: block;
    width: calc((100% - (12px * 4)) / 5);
    padding: 12px 12px 23px 12px;
    background-color: #ffffff;
    border: 1px solid #1e3c72;
    color: #1e3c72;
    text-decoration: none;
    font-size: 1.2em;
    transition: all 0.3s ease;
    border-radius: 6px;
    text-align: center;
    line-height: 1.4;
    position: relative;
}

.stay-tab-item i:not(.stay-tab-arrow) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5em;
    height: 2.5em;
    background-color: #1e3c72;
    color: #ffffff;
    font-size: 1.3em;
    margin: 0 auto 4px auto;
    border-radius: 50%;
}

.stay-tab-arrow {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.7em;
    opacity: 0.8;
    color: #1e3c72;
}

.stay-tab-item .stay-tab-text {
    display: block;
    font-size: 0.6em;
    padding-top: 0.3em;
    margin: 0.5em;
    border-top: 1px solid #1e3c72;
}

.stay-tab-item:hover {
    background-color: #1e3c72;
    color: #ffffff;
    border: 1px solid #1e3c72;
}

.stay-tab-item:hover .stay-tab-arrow {
    opacity: 1;
    color: #ffffff;
}

.stay-tab-item:hover .stay-tab-text {
    border-top: 1px solid #ffffff;
}

.stay-tab-item:hover i:not(.stay-tab-arrow) {
    background-color: #ffffff;
    color: #1e3c72;
}

/* レンタカータブページ専用：上の余白を縮める */

.stay-tab-item .stay-tab-icon {
    display: inline-block;
    width: 3em;
    height: 3em;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    margin-right: 0;
    vertical-align: middle;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

.stay-tab-item .reic07 {
    background-image: url('../../reservation/images/ricon7.png');
}

.stay-tab-item .reic08 {
    background-image: url('../../reservation/images/ricon8.png');
}

.stay-tab-item .reic09 {
    background-image: url('../../reservation/images/ricon9.png');
}

.stay-tab-item .reic10 {
    background-image: url('../../reservation/images/ricon10.png');
}

.stay-tab-item .reic11 {
    background-image: url('../../reservation/images/ricon11.png');
}

.stay-tabs-wrapper .stay-panel {
    display: none;
}

.stay-tabs-wrapper .stay-panel:first-child {
    display: block;
}

.stay-tabs-wrapper {
    --sub-visual-offset: 0;
}

.stay-tabs-wrapper:has(.stay-anchor:target) .stay-panel {
    display: none;
}

.stay-tabs-wrapper:has(#stay-1:target) .stay-panel[data-stay="1"],
.stay-tabs-wrapper:has(#stay-2:target) .stay-panel[data-stay="2"],
.stay-tabs-wrapper:has(#stay-3:target) .stay-panel[data-stay="3"],
.stay-tabs-wrapper:has(#stay-4:target) .stay-panel[data-stay="4"],
.stay-tabs-wrapper:has(#stay-5:target) .stay-panel[data-stay="5"] {
    display: block;
}

.stay-tabs-wrapper .stay-panel .reservation-card,
.stay-tabs-wrapper .stay-panel .reservation-info-link,
.stay-tabs-wrapper .stay-panel .menu-section {
    animation: fadeInUp 0.8s ease-out;
}

@media (prefers-reduced-motion: reduce) {

    .stay-tabs-wrapper .stay-panel .reservation-card,
    .stay-tabs-wrapper .stay-panel .reservation-info-link,
    .stay-tabs-wrapper .stay-panel .menu-section {
        animation: none;
    }

    .stay-tab-section {
        animation: none;
    }
}

.stay-tabs-wrapper .stay-common-cta {
    display: none;
}

.stay-tabs-wrapper:not(:has(.stay-anchor:target)) .stay-common-cta[data-stay="1"],
.stay-tabs-wrapper:has(#stay-1:target) .stay-common-cta[data-stay="1"],
.stay-tabs-wrapper:has(#stay-2:target) .stay-common-cta[data-stay="2"],
.stay-tabs-wrapper:has(#stay-3:target) .stay-common-cta[data-stay="3"],
.stay-tabs-wrapper:has(#stay-4:target) .stay-common-cta[data-stay="4"],
.stay-tabs-wrapper:has(#stay-5:target) .stay-common-cta[data-stay="5"] {
    display: block;
}

.stay-anchor {
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}

.stay-tabs-wrapper:not(:has(.stay-anchor:target)) .stay-tab-item[href="#stay-1"],
.stay-tabs-wrapper:has(#stay-1:target) .stay-tab-item[href="#stay-1"],
.stay-tabs-wrapper:has(#stay-2:target) .stay-tab-item[href="#stay-2"],
.stay-tabs-wrapper:has(#stay-3:target) .stay-tab-item[href="#stay-3"],
.stay-tabs-wrapper:has(#stay-4:target) .stay-tab-item[href="#stay-4"],
.stay-tabs-wrapper:has(#stay-5:target) .stay-tab-item[href="#stay-5"] {
    background-color: #1e3c72;
    color: #ffffff;
    border: 1px solid #1e3c72;
}

.stay-tabs-wrapper:not(:has(.stay-anchor:target)) .stay-tab-item[href="#stay-1"] .stay-tab-arrow,
.stay-tabs-wrapper:has(#stay-1:target) .stay-tab-item[href="#stay-1"] .stay-tab-arrow,
.stay-tabs-wrapper:has(#stay-2:target) .stay-tab-item[href="#stay-2"] .stay-tab-arrow,
.stay-tabs-wrapper:has(#stay-3:target) .stay-tab-item[href="#stay-3"] .stay-tab-arrow,
.stay-tabs-wrapper:has(#stay-4:target) .stay-tab-item[href="#stay-4"] .stay-tab-arrow,
.stay-tabs-wrapper:has(#stay-5:target) .stay-tab-item[href="#stay-5"] .stay-tab-arrow {
    color: #ffffff;
    opacity: 1;
}

.stay-tabs-wrapper:not(:has(.stay-anchor:target)) .stay-tab-item[href="#stay-1"] i:not(.stay-tab-arrow),
.stay-tabs-wrapper:has(#stay-1:target) .stay-tab-item[href="#stay-1"] i:not(.stay-tab-arrow),
.stay-tabs-wrapper:has(#stay-2:target) .stay-tab-item[href="#stay-2"] i:not(.stay-tab-arrow),
.stay-tabs-wrapper:has(#stay-3:target) .stay-tab-item[href="#stay-3"] i:not(.stay-tab-arrow),
.stay-tabs-wrapper:has(#stay-4:target) .stay-tab-item[href="#stay-4"] i:not(.stay-tab-arrow),
.stay-tabs-wrapper:has(#stay-5:target) .stay-tab-item[href="#stay-5"] i:not(.stay-tab-arrow) {
    background-color: #ffffff;
    color: #1e3c72;
}

.stay-tabs-wrapper:not(:has(.stay-anchor:target)) .stay-tab-item[href="#stay-1"] .stay-tab-text,
.stay-tabs-wrapper:has(#stay-1:target) .stay-tab-item[href="#stay-1"] .stay-tab-text,
.stay-tabs-wrapper:has(#stay-2:target) .stay-tab-item[href="#stay-2"] .stay-tab-text,
.stay-tabs-wrapper:has(#stay-3:target) .stay-tab-item[href="#stay-3"] .stay-tab-text,
.stay-tabs-wrapper:has(#stay-4:target) .stay-tab-item[href="#stay-4"] .stay-tab-text,
.stay-tabs-wrapper:has(#stay-5:target) .stay-tab-item[href="#stay-5"] .stay-tab-text {
    border-top: none;
}

@media (min-width: 769px) {
    .stay-tabs-wrapper:not(:has(.stay-anchor:target)) .stay-tab-item[href="#stay-1"] .stay-tab-text,
    .stay-tabs-wrapper:has(#stay-1:target) .stay-tab-item[href="#stay-1"] .stay-tab-text,
    .stay-tabs-wrapper:has(#stay-2:target) .stay-tab-item[href="#stay-2"] .stay-tab-text,
    .stay-tabs-wrapper:has(#stay-3:target) .stay-tab-item[href="#stay-3"] .stay-tab-text,
    .stay-tabs-wrapper:has(#stay-4:target) .stay-tab-item[href="#stay-4"] .stay-tab-text,
    .stay-tabs-wrapper:has(#stay-5:target) .stay-tab-item[href="#stay-5"] .stay-tab-text {
        border-top: 1px solid #ffffff;
    }
}

/* ========================================
   reservation-policy modal
======================================== */
.reservation-policy-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.5em;
    z-index: 9999;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;
    font-weight: 300;
    color: #474747;
}

.reservation-policy-modal.is-open {
    display: flex;
}

.reservation-policy-modal__inner {
    width: min(960px, 92vw);
    max-width: 960px;
    padding: 1.5em 1.5em 1.25em;
    max-height: 80vh;
    overflow: auto;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.reservation-policy-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.reservation-policy-modal__content .reservation-card-note {
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5em;
    text-align: left;
    overflow-x: auto;
}

.reservation-policy-modal__content .reservation-card-note h4 {
    font-size: 1em;
    font-weight: bold;
    color: #474747;
    margin: 0 0 0.5em 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.reservation-policy-modal__content .reservation-card-note p {
    font-size: 0.875em;
    margin: 0 0 1.5em 0;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.reservation-policy-modal__content .reservation-card-note p.reservation-notice-note {
    font-size: 0.6em;
    margin-bottom: 0;
}

.reservation-policy-modal__content .reservation-card-note table.zone {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    margin: 1em 0;
    font-size: 0.875em;
    table-layout: fixed;
}

.reservation-policy-modal__content .reservation-card-note table.zone th,
.reservation-policy-modal__content .reservation-card-note table.zone td {
    padding: 0.8em 0.5em;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: none;
    border-right: none;
    text-align: center;
    vertical-align: middle;
    width: calc(100% / 7);
    background-color: #ffffff;
}

.reservation-policy-modal__content .reservation-card-note table.zone th {
    background-color: #eceae9;
    font-weight: bold;
    color: #474747;
}

.reservation-policy-modal__actions {
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-top: 1.5em;
    flex-wrap: wrap;
}

.reservation-policy-modal__button {
    min-width: 140px;
    padding: 0.7em 1.2em;
    border-radius: 6px;
    border: 1px solid #1e3c72;
    background: #ffffff;
    color: #1e3c72;
    font-weight: bold;
    cursor: pointer;
}

.reservation-policy-modal__button--ok {
    background: #1e3c72;
    color: #ffffff;
}

@media (max-width: 768px) {
    .reservation {
        --content-width: 100%;
    }

    .reservation-policy-modal__content .reservation-card-note table.zone {
        min-width: 0;
        width: 100%;
        border-collapse: collapse;
    }

    .reservation-policy-modal__content .reservation-card-note table.zone tr {
        display: block;
        border-bottom: 1px solid #cccccc;
    }

    .reservation-policy-modal__content .reservation-card-note table.zone th,
    .reservation-policy-modal__content .reservation-card-note table.zone td {
        padding: 0.6em 0.5em;
    }

    .reservation-policy-modal__content .reservation-card-note table.zone th {
        display: none;
    }

    .reservation-policy-modal__content .reservation-card-note table.zone tr:first-child {
        display: none;
    }

    .reservation-policy-modal__content .reservation-card-note table.zone td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0.8em;
        width: 100%;
        text-align: right;
        border: none;
    }

    .reservation-policy-modal__content .reservation-card-note table.zone td+td {
        border-top: 1px solid #cccccc;
    }

    .reservation-policy-modal__content .reservation-card-note table.zone td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #474747;
        text-align: left;
        background-color: #f7f5f4;
        padding: 0.2em 0.4em;
        border-radius: 4px;
        flex: 0 0 auto;
    }

    .reservation-policy-modal__content .reservation-card-note table.zone tr:last-child {
        border-bottom: none;
    }
}

.menu-section .section-header h2 {
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 30px;
    color: #757575;
    font-weight: 400;
}

.menu-section .section-header h2:not(.english-text) {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
}

.menu-section .section-header h2 .english-text {
    font-family: 'Quattrocento', serif;
    font-size: 45px;
    display: block;
}

.menu-section .section-header .english-text {
    display: block;
}

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

.menu-layout {
    max-width: 75rem;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.menu-section.bg-beige .menu-layout {
    max-width: none;
}

.menu-section.bg-beige .menu-list-container {
    max-width: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
}

.menu-section.bg-beige .menu-list-container .privilege {
    width: 100%;
}

.lead-header .tabcontents .menu-section.bg-beige {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5em;
    margin: 0 0 2em;
}

.lead-header .tabcontents .menu-section.bg-beige .menu-info-lead {
    margin-bottom: 1.5em;
}

.lead-header .tabcontents .menu-section.bg-beige .menu-list-container {
    background-color: transparent;
    max-width: none;
    margin: 0;
    padding: 0;
    gap: 1.5em;
}

.menu-info-lead {
    margin-bottom: 4em;
}

.menu-info-lead hr {
    width: 4%;
    margin: 0 auto 20px;
}

.menu-section h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;

}

/* ========================================
   メニューリスト
======================================== */
.menu-list-container {
    background-color: white;
    max-width: 75rem;
    margin: 0 auto 1em;
    padding: 1.5em;
    text-align: left;
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
}

.menu-list-container:last-child {
    margin-bottom: 0;
}

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

.menu-list li {
    padding: 4px 0;
    position: relative;
    padding-left: 20px;
    font-size: 0.875em;
}

.menu-list li::before {
    content: "・";
    color: #ac9340;
    font-weight: bold;
    margin-right: 8px;
    position: absolute;
    left: 0;
}

/* ========================================
   privilege（おもてなし）
======================================== */
.menu-list-container .privilege {
    clear: both;
    overflow: hidden;
    margin: 0;
    flex: 1;
    min-width: 300px;
    display: block;
    text-align: left;
}

.menu-list-container .privilege img {
    width: 100%;
    height: auto;
    display: block;
    float: none;
    margin: 0;
    grid-column: 2 / 3;
    grid-row: 1 / span 3;
}

.menu-list-container .privilege h3,
.menu-list-container .event-info h3 {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    color: #90817a;
    text-align: left;
    margin: 0;
    padding: 0 0 0.5em 0;
    border-bottom: 1px solid #90817a;
}

.menu-list-container .privilege h3 {
    grid-column: 1 / 2;
}

.menu-list-container .privilege h3 .reic03,
.menu-list-container .privilege h4 .reic03 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../../reservation/images/ricon3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 0.5em;
}

.menu-list-container .privilege h3 span {
    font-size: 0.9em;
    font-weight: normal;
    color: #666;
}

.menu-list-container .height-match {
    margin-bottom: 1em;
}

.menu-list-container .privilege ol:not(.starts) {
    font-size: 0.875em;

    margin: 1em 0 0 0;
    padding: 0;
    list-style: none;
    grid-column: 1 / 2;
}

.menu-list-container .privilege ol:not(.starts) li {
    display: flex;
    align-items: flex-start;
    gap: 0.5em;
    margin-bottom: 0.8em;
}

.menu-list-container .privilege ol:not(.starts) li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    background-color: #90817a;
    color: #ffffff;
    border-radius: 50%;
    font-weight: bold;
    flex-shrink: 0;
}

.privilege ol:not(.starts) li.note {
    font-size: 0.7em;
    line-height: 1.4;
}

.accent {
    background-color: #8b4513;
    color: #ffffff;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    margin: .5em 1em 0 0;
    line-height: 1.8;
    display: inline-block;
}

.menu-list-container .privilege ol:not(.starts) li:last-child {
    margin-bottom: 0;
}

.menu-list-container .privilege ol.starts {
    font-size: 0.875em;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1em;
}

.menu-list-container .privilege ol.starts li {
    display: flex;
    align-items: flex-start;
    gap: 1em;
    line-height: 1.4;
    padding: 1.2em;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.menu-list-container .privilege ol.starts li .icon {
    flex-shrink: 0;
    font-size: 2em;
    color: #ffffff;
    background-color: #90817a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    border-radius: 4px;
}

.menu-list-container .privilege ol.starts li .number {
    flex-shrink: 0;
    font-size: 0.9em;
    padding: 0;
    background: #90817a;
    color: #fff;
    text-align: center;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
}

.menu-list-container .privilege ol.starts li p {
    margin: 0;
    padding: 0;
    flex: 1;
    text-align: left;
}

.menu-list-container .privilege>p {
    font-size: 0.875em;
    margin: 0.8em 0 0 0;
    text-align: left;
    grid-column: 1 / 2;
}

.menu-list-container .privilege ol.starts li hr {
    margin: 1em 0;
    border: none;
    border-top: 1px solid #e0e0e0;
}

/* ========================================
   sell（販売情報）
======================================== */
.menu-list-container .sell {
    flex: 1;
    min-width: 300px;
    margin: 2em 0 0 0;
    background-color: #f9f4eb;
    display: flex;
    gap: 2em;
    align-items: flex-start;
    text-align: left;
    padding: 1em;
}

.menu-list-container .sell-text {
    flex: 1 1 0;
    min-width: 0;
}

.menu-list-container .sell h3 {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    color: #90817a;
    text-align: left;
    margin: 0 0 0.7em;
    padding: 0 0 0.2em 0;
    border-bottom: 1px solid #90817a;
}

.menu-list-container .sell ol {
    font-size: 0.875em;
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
}

.menu-list-container .sell ol li {
    display: flex;
    align-items: flex-start;
    gap: 0.5em;
    margin-bottom: 0.4em;
}

.menu-list-container .sell ol.no-flex-list li {
    display: block;
}

.menu-list-container .sell ol.no-flex-list {
    margin-top: 0;
}

.menu-list-container .sell ol li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    background-color: #90817a;
    color: #ffffff;
    border-radius: 50%;
    font-weight: bold;
    flex-shrink: 0;
}

.menu-list-container .sell img {
    flex: 0 0 48%;
    max-width: 48%;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    align-self: flex-start;
}

.menu-list-container .sell p {
    margin: 0;
    text-align: left;
}

@media (max-width: 768px) {
    .menu-list-container .sell {
        flex-direction: column;
        padding: 1em;
    }

    .menu-list-container .sell img {
        flex: 0 0 auto;
        max-width: 100%;
        margin-top: 0.5em;
    }

    .menu-list-container .sell h3,
    .menu-list-container .sell p,
    .menu-list-container .sell ol {
        grid-column: auto;
        grid-row: auto;
    }

}

/* ========================================
   event-info（イベント情報）
======================================== */
.menu-list-container .event-info {
    clear: both;
    overflow: hidden;
    margin: 0;
    background-color: #ffffff;
    flex: 1;
    min-width: 300px;
}

.menu-list-container .event-info .event-time {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    color: #90817a;
    margin: 0.5em 0 1em 0;
    padding: 0;
}

.menu-list-container .event-info .event-content {
    font-size: 0.875em;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
    column-count: 2;
    column-gap: 2em;
    column-rule: none;
}

.menu-list-container .event-info .event-content p {
    margin: 0 0 0.5em 0;
    padding: 0;
    line-height: inherit;
    break-inside: avoid;
    page-break-inside: avoid;
}

.menu-list-container .event-info .event-content hr {
    margin: 1em 0;
    border: none;
    border-top: 1px solid #e0e0e0;
}

.menu-list-container .event-info .event-content ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin: 1em 0;
    break-inside: avoid;
    page-break-inside: avoid;
}

.menu-list-container .event-info .event-content ul li {
    margin: 0.3em 0;
}

.menu-list-container .event-info .event-content .event-info-box {
    background-color: #f9f9f9;
    padding: 1em;
    margin: 0.5em 0;
    border-radius: 4px;
    break-inside: avoid;
    page-break-inside: avoid;
}

.menu-list-container .event-info .event-content .event-info-box p {
    margin: 0;
}

.menu-list-container .event-info .event-content .event-info-box .event-title {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0.5em;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #ddd;
    color: #333;
}

.menu-list-container .event-info .event-content .event-note {
    font-size: 0.75em;
}

.menu-list-container .event-info .event-content br.column-break {
    display: block;
    break-after: column;
    -webkit-column-break-after: always;
}

.menu-list-container .event-info .event-content .event-images {
    display: flex;
    gap: 1em;
    margin-bottom: 1em;
    width: 100%;
    box-sizing: border-box;
    break-inside: avoid;
    page-break-inside: avoid;
}

.menu-list-container .event-info .event-content .event-images img {
    width: calc(50% - 0.5em);
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

/* ========================================
   note-section（注意事項・案内事項セクション）
======================================== */
.note-section {
    padding: 60px 0;
    margin-bottom: 0;
}

.note-section .note-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    margin-bottom: 0;
}

.note-section .note-container>*:last-child .note .card {
    margin-bottom: 0;
}

.note-section .note-column {
    flex: 1;
}

.note-section .note-rent-a-car {
    width: 100%;
    flex-basis: 100%;
}

.note-section .note-container .note-column .note,
.note-section .note-container .note-rent-a-car .note {
    font-size: 0.8em;
    line-height: 1.4;
    margin: 0;
    text-align: left;
}

.note-section .note-container .note-column .note strong {
    display: block;
    margin-bottom: 0.5em;
}

.note-section .note-container .note-column .note ul,
.note-section .note-rent-a-car .note .card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.note-section .note-container .note-column .note ul li,
.note-section .note-rent-a-car .note .card ul li {
    margin-bottom: 0.5em;
    padding-left: 1.2em;
    position: relative;
}

.note-section .note-container .note-column .note ul li::before,
.note-section .note-rent-a-car .note .card ul li::before {
    content: "・";
    position: absolute;
    left: 0;
}

/* ========================================
   note-section カード（重要事項カード）
======================================== */
.note-section .note .card {
    box-sizing: border-box;
    margin: 0 0 2em 0;
    padding: 2em;
    line-height: 1.7;
    border: 1px solid rgba(0, 0, 0, 0.5);
    text-align: center;
    background-color: #ffffff;
}

.note-section .note .card h3 {
    margin: 0 auto 1em auto;
    font-size: 1.2em;
    color: #474747;
    text-align: left;
    border-bottom: 1px solid #eceae9;
    padding-bottom: 0.5em;
}

.note-section .note .card p.att {
    text-align: center;
    font-weight: 400;
    color: #8b4513;
}

.note-section .note .card p strong {
    color: #8b4513;
}

.note-section .note .card table.zone {
    width: 100%;
    border-collapse: collapse;
    margin: 1em auto;
    font-size: 0.875em;
    table-layout: fixed;
}

.note-section .note .card table.zone th,
.note-section .note .card table.zone td {
    padding: 0.8em 0.5em;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: none;
    border-right: none;
    text-align: left;
    vertical-align: middle;
}

.note-section .note .card table.zone th {
    background-color: #eceae9;
    font-weight: bold;
    color: #474747;
}

.note-section .note .card table.zone td {
    background-color: #ffffff;
}

.note-section .note-rent-a-car .note .card {
    column-count: 2;
    column-gap: 2em;
    column-rule: none;
    text-align: left;
}

.note-section .note-rent-a-car .note .card h3 {
    margin: 0 0 0.5em 0;
    font-size: 1.2em;
    color: #474747;
    text-align: left;
    border-bottom: 1px solid #eceae9;
    padding-bottom: 0.2em;
    break-after: avoid;
    page-break-after: avoid;
}

.note-section .note-rent-a-car .note .card ul {
    break-inside: avoid;
    page-break-inside: avoid;
}

.note-section .note-rent-a-car .note .card .rent-a-car-note,
.note-section .note-rent-a-car .note .card .rent-a-car-highlight {
    color: #8b4513;
}

.note-section .note-rent-a-car .note .card p {
    break-inside: avoid;
    page-break-inside: avoid;
}

/* ========================================
   レスポンシブ対応
======================================== */
@media (min-width: 769px) and (max-width: 1024px) {
    .lead-header {
        padding-left: 1em;
        padding-right: 1em;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .sub-visual {
        height: 40vh;
    }

    .lead-header p {
        text-align: left;
    }

    .reservation-category-description {
        text-align: left;
    }

    #reservation-heading {
        text-align: center;
        font-size: 2em;
        margin-top: 0em;
        margin-bottom: 18px;
    }

    .menu-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .menu-info-lead {
        margin-bottom: 0;
    }

    .menu-info-lead p {
        text-align: left;
    }

    .bg-beige {
        padding: 4em 1em;
    }

    .bg-beige .container {
        padding: 0;
    }

    .menu-list-container {
        margin: 0 0 1em 0;
        padding: 1em;
        flex-direction: column;
    }

    .menu-list-container:last-child {
        margin-bottom: 0;
    }

    .menu-section h3 {
        font-size: 1.2em;
    }

    .stay-tab-section {
        padding: 0 1em 60px;
    }

    .stay-tab-nav {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .stay-tab-item {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        padding: 1em;
        font-size: 0.9em;
        text-align: left;
    }

    .stay-tab-item i:not(.stay-tab-arrow) {
        width: 2.5em;
        height: 2.5em;
        font-size: 1.3em;
        margin: 0;
        flex-shrink: 0;
    }

    .stay-tab-item .stay-tab-text {
        display: inline-block;
        font-size: 0.9em;
        margin: 0;
        padding-top: 0;
        border-top: none;
    }

    .stay-tab-item:hover .stay-tab-text {
        border-top: none;
    }

    .stay-tabs-wrapper .stay-tab-nav .stay-tab-item .stay-tab-text {
        border-top: none;
    }

    .stay-tabs-wrapper .stay-tab-text {
        border-top: none;
    }

    .stay-tab-item .stay-tab-icon {
        margin-right: 0.4em;
        width: 1.6em;
        height: 1.6em;
    }

    .stay-tab-arrow {
        top: 50%;
        right: 12px;
        bottom: auto;
        left: auto;
        transform: translateY(-50%);
    }

    .stay-anchor {
        scroll-margin-top: 140px;
    }

    .menu-list-container .privilege {
        margin: 0;
        min-width: 100%;
        flex: 1 1 100%;
        grid-template-columns: 1fr;
        padding: 0;
    }

    .menu-list-container .privilege h3 {
        font-size: 1.1em;
    }

    .menu-list-container .privilege h3,
    .menu-list-container .privilege p,
    .menu-list-container .privilege ol {
        grid-column: auto;
        grid-row: auto;
    }

    .menu-list-container .privilege ol.starts {
        font-size: 0.8em;
        display: grid;
        grid-template-columns: 1fr;
    }

    .menu-list-container .privilege ol.starts li {
        padding: 1.2em 1em;
        gap: 0.8em;
    }

    .menu-list-container .privilege ol.starts li .icon {
        font-size: 1.5em;
        width: 1.8em;
        height: 1.8em;
    }

    .menu-list-container .privilege ol.starts li .number {
        font-size: 0.85em;
        width: 1.8em;
        height: 1.8em;
    }

    .menu-list-container .privilege ol.starts li span {
        min-width: 1.2em;
        font-size: 0.85em;
    }

    .menu-list-container .privilege img {
        float: none;
        width: 100%;
        max-width: 500px;
        margin: 1em auto;
        display: block;
        aspect-ratio: 2 / 1;
        object-fit: cover;
    }

    .menu-list-container .privilege ol:not(.starts) {
        clear: both;
    }

    .menu-list-container .event-info {
        padding: 0;
        margin: 0;
        min-width: 100%;
        flex: 1 1 100%;
    }

    .menu-list-container .event-info h3 {
        font-size: 1.1em;
    }

    .menu-list-container .event-info .event-content {
        font-size: 0.8em;
        column-count: 1;
        column-gap: 0;
    }

    .menu-list-container .event-info .event-content br.column-break {
        break-after: auto;
        -webkit-column-break-after: auto;
    }

    .menu-list-container .event-info .event-content p {
        margin: 0 0 0.8em 0;
    }

    .menu-list-container .event-info .event-content .event-images {
        gap: 0.5em;
    }

    .menu-list-container .event-info .event-content .event-images img {
        width: calc(50% - 0.25em);
    }

    .note-section .note-container {
        flex-direction: column;
        gap: 1.5em;
    }

    .note-section .note .card {
        padding: 1.5em 1em;
        font-size: 1em;
    }

    .note-section .note .card h3 {
        font-size: 1.1em;
    }

    .note-section .note .card p {
        font-size: 0.95em;
    }

    .note-section .note .card p.att {
        text-align: left;
    }

    .note-section .note .card table.zone {
        font-size: 0.9em;
        min-width: 100%;
        margin-bottom: 2em;
    }

    .note-section .note .card table.zone th,
    .note-section .note .card table.zone td {
        padding: 0.6em 0.3em;
    }

    .note-section .note-rent-a-car .note .card {
        column-count: 1;
        column-gap: 0;
    }

    .lead-header .tabcontents {
        width: 100%;
    }

    /* モバイルは常に縦積み */
    .lead-header .tabcontents .reservation-cards,
    .lead-header .tabcontents .reservation-cards:has(.reservation-card:nth-child(3)),
    .lead-header .tabcontents .reservation-cards:has(.reservation-card:nth-child(2):last-child) {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5em;
    }

    .lead-header .tabcontents .reservation-card {
        flex: none;
        width: 100%;
        max-width: 100%;
        padding: 1em;
    }

    .lead-header .tabcontents .reservation-cards:has(.reservation-card:nth-of-type(1)):not(:has(.reservation-card:nth-of-type(2))) {
        justify-content: stretch;
    }

    .lead-header .tabcontents .reservation-cards:has(.reservation-card:nth-of-type(1)):not(:has(.reservation-card:nth-of-type(2))) .reservation-card {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    .lead-header .tabcontents .reservation-card-note {
        column-count: 1;
        column-gap: 0;
        padding: 1em;
    }

    .lead-header .tabcontents .reservation-card-note table.zone {
        font-size: 0.6em;
    }

    .lead-header .tabcontents .reservation-card-note p.reservation-notice-note,
    .lead-header .tabcontents .reservation-card-note-single p.reservation-notice-note {
        font-size: 0.6em;
    }

    .lead-header .tabcontents h3,
    .lead-header h3 {
        font-size: 1.2em;
    }

    .lead-header .tabcontents ul.cate li,
    .lead-header ul.cate li {
        width: 60px;
        height: 60px;
    }

    .lead-header .tabcontents ul.pphoto,
    .lead-header ul.pphoto {
        display: flex;
        flex-wrap: wrap;
        gap: 0.2em;
        margin: 0;
    }

    .lead-header .tabcontents ul.pphoto li:first-child,
    .lead-header ul.pphoto li:first-child {
        width: 100%;
        flex: 0 0 100%;
        margin: 0;
    }

    .lead-header .tabcontents ul.pphoto li:nth-child(n+2),
    .lead-header ul.pphoto li:nth-child(n+2) {
        flex: 0 0 calc(50% - 0.1em);
        min-width: 0;
        margin: 0;
    }

    .lead-header .tabcontents ul.pphoto li img,
    .lead-header ul.pphoto li img {
        width: 100%;
        height: auto;
        aspect-ratio: 1.414 / 1;
        object-fit: cover;
        display: block;
    }

    .lead-header .tabcontents ul.pphoto li:empty,
    .lead-header ul.pphoto li:empty {
        display: none;
    }

    .lead-header .tabcontents dl.chat-bubble,
    .lead-header dl.chat-bubble {
        width: 100%;
        float: none;
        line-height: 1.3;
        margin: 0 auto 7% auto;
        gap: 0.5em;
        padding: 0.5em;
    }

    .lead-header .tabcontents dl.chat-bubble dt.toku60,
    .lead-header .tabcontents dl.chat-bubble dt.toku100,
    .lead-header .tabcontents dl.chat-bubble dt.toku30,
    .lead-header dl.chat-bubble dt.toku60,
    .lead-header dl.chat-bubble dt.toku100,
    .lead-header dl.chat-bubble dt.toku30 {
        display: block;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 1em;
    }
}

@media (max-width: 768px) {
    .menu-section.bg-beige {
        padding: 1em;
    }

    .lead-header .tabcontents .menu-section.bg-beige {
        padding: 1em;
    }

    .menu-layout {
        padding: 0;
    }
}

.reservation-category-group {
    margin-bottom: 1em;
}

/* ========================================
   予約導線ビジュアル（フッター手前）
======================================== */
body.reservation-list .reservation-booking-section .booking-visual {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
        url('../../reservation/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;
}

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

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

body.reservation-list .reservation-booking-section .booking-visual .notice-button-container {
    text-align: center;
    margin: 20px 0 40px 0;
}

body.reservation-list .reservation-booking-section .booking-visual .notice-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 280px;
    max-width: calc(100% - 2rem);
}

body.reservation-list .reservation-booking-section #faq-booking-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;
}

body.reservation-list .reservation-booking-section #faq-booking-heading .faq-booking-text-line2 {
    display: inline;
}

@media (max-width: 768px) {
    body.reservation-list .reservation-booking-section .booking-visual .notice-button {
        min-width: 0;
        width: auto;
    }

    body.reservation-list .reservation-booking-section #faq-booking-heading .faq-booking-text-line2 {
        display: block;
    }
}

.reservation-card-omotenashi-count {
    margin: 0.6em 0 0 0;
    font-size: 0.95em;
    color: #1e3c72;
    font-weight: 600;
}

.reservation-subcategory {
    margin-top: 1.6em;
}

.reservation-subcategory:first-child {
    margin-top: 0.8em;
}

.reservation-card-sell {
    margin-top: 0.3em;
    padding-top: 0.2em;
    border-top: 1px solid #e6e6e6;
    color: #4c4c4c;
    font-size: 0.9em;
    line-height: 1.4;
}

.reservation-card-sell h4 {
    margin: 0 0 0.4em 0;
    font-size: 1em;
    font-weight: 600;
}

.reservation-card-sell p {
    margin: 0 0 0.6em 0;
}

.reservation-card-sell ol {
    margin: 0;
    padding-left: 1.2em;
}

.reservation-card-sell li {
    margin-bottom: 0.4em;
}

.reservation.rentacar-tabs .stay-tabs-wrapper {
    margin-top: 20px;
}

.menu-list-container .privilege h3.no-star, .menu-list-container .event-info h3.no-star {
    color: #90817a;
}
