/* ウエディングページ専用スタイル */

/* ========================================
   サブビジュアルセクション
======================================== */
.sub-visual {
    background: rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
}

body.chapel .sub-visual,
body.banquet-page .sub-visual,
body.contact-page .sub-visual {
    background-image: url('../../wedding/images/chapel/svimg.jpg');
    background-position: right center;
}

body.banquet-oceanviewdome-page .sub-visual {
    background-image: url('../../wedding/images/chapel/svimg.jpg');
    background-position: center;
}

body.banquet-rizzanhall-page .sub-visual {
    background-image: url('../../wedding/images/chapel/svimg.jpg');
    background-position: center;
}

body.banquet-keitaihall-page .sub-visual {
    background-image: url('../../wedding/images/chapel/svimg.jpg');
    background-position: center;
}

body.cuisine-page .sub-visual {
    background-image: url('../../wedding/images/cuisine/svimg.jpg');
    background-position: right center;
}

body.dress-page .sub-visual {
    background-image: url('../../wedding/images/dress/svimg.jpg');
    background-position: right center;
}

body.resort-photo-page .sub-visual {
    background-image: url('../../wedding/images/photoplan/resort_photo/fphotoimg01.jpg');
    background-position: center center;
    height: 70vh;
    min-height: 450px;
}

body.resort-photo-page .sv-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    max-width: none;
    width: 100%;
    justify-content: flex-end;
    padding: 0 1rem 2.5rem;
    gap: 6px;
}

body.resort-photo-page #sv-heading {
    font-family: "Caveat", cursive;
    font-weight: 400;
    line-height: 1.2;
    font-variant-ligatures: normal;
    font-size: 8.5em;
    color: #ffffff;
    background: none;
    -webkit-text-fill-color: currentColor;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

body.resort-photo-page #sv-heading span {
    letter-spacing: 0;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    font-size: small;
    color: #ffffff;
}

body.resort-photo-page .wedding-info .info-card-media {
    aspect-ratio: 1.618 / 1;
    overflow: hidden;
}

body.resort-photo-page .wedding-info .info-card-media img {
    height: 100%;
}

body.resort-photo-page .secondarea {
    width: 100%;
    margin: 0 auto;
}

body.resort-photo-page .secondarea.sizeadjustment h2,
body.resort-photo-page .secondarea.sizeadjustment .stext {
    text-align: center;
}

body.resort-photo-page .section-header {
    text-align: center;
}

body.resort-photo-page .wedding-info-section .section-header h2 {
    margin-bottom: 1em;
}

body.resort-photo-page .info-card-list {
    margin-top: 2em;
}

body.resort-photo-page .secondarea ul.item {
    width: 85%;
    margin: 3em auto 0 auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

body.resort-photo-page .secondarea ul.item li {
    box-sizing: border-box;
    width: calc(100% / 2);
    padding: 0 1em;
    position: relative;
}

body.resort-photo-page .secondarea ul.item img {
    width: 100%;
    height: auto;
    display: block;
}

body.resort-photo-page .secondarea ul.item dl {
    line-height: 1.7;
    text-align: center;
    margin: 0.5em 3em;
}

body.resort-photo-page .secondarea ul.item dl dt {
    margin: 0 auto 0.2em auto;
    font-size: 1.4em;
}

body.resort-photo-page .secondarea ul.item dl dd.list {
    font-size: small;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1em 2em;
}

body.resort-photo-page .secondarea ul.item dl dd.text {
    font-size: small;
    margin: 1em auto 0 auto;
}

body.resort-photo-page .secondarea ul.item dl dd.price {
    font-size: 1.4em;
    margin: 0.5em auto 0 auto;
}

body.resort-photo-page .pprecautionary {
    width: 900px;
    text-align: center;
    margin: 3em auto 0 auto;
    padding: 3em 1em;
    line-height: 1.6;
    font-size: 0.8em;
    border-top: 1px solid #cccccc;
}

body.resort-photo-page .pprecautionary li {
    list-style-type: disc;
    margin: 0 auto;
    text-align: left;
}

body.resort-photo-page .photoarw {
    text-align: center;
    font-size: large;
    margin: 1.5em auto 1em auto;
}

body.resort-photo-page .photoarw a:link,
body.resort-photo-page .photoarw a:visited,
body.resort-photo-page .photoarw a:active {
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    background: #00b1d8;
    padding: 0.8em 2em 0.7em 2em;
    color: #ffffff;
    display: inline-block;
}

body.resort-photo-page .photoarw a:hover {
    background: #00ccf9;
}

body.resort-photo-page .photooption {
    width: 100%;
    max-width: 75rem;
    margin: 3em auto 4em auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    list-style: none;
    padding: 0;
}

body.resort-photo-page .photooption li {
    width: calc((100% - 3em) / 4);
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 0.5em;
    padding: 1em;
}

body.resort-photo-page .photooption dl {
    line-height: 1.4;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

body.resort-photo-page .photooption dt {
    color: rgba(0, 116, 227, 1);
    margin: 0 auto 0.2em auto;
    font-size: 116%;
}

body.resort-photo-page .photooption dd img {
    margin: 0.5em auto;
    width: 100%;
    height: auto;
    display: block;
}

body.resort-photo-page .photooption dd.list {
    text-align: left;
    margin: 0 0 7px;
    font-size: 85%;
}

body.resort-photo-page .photooption dd.listb strong {
    color: #8b4513;
}

body.resort-photo-page .photooption dd.listb {
    text-align: left;
    margin: 0 0 7px;
    font-weight: bold;
    font-size: 85%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 0.5em;
}

body.resort-photo-page .photooption dd.lists {
    text-align: left;
    margin: 0 0 7px;
    font-size: 77%;
}

body.resort-photo-page .note-section {
    padding: 60px 0;
    margin-bottom: 0;
}

body.resort-photo-page .note-container {
    display: flex;
    gap: 2em;
    width: 800px;
    margin: 0 auto;
}

body.resort-photo-page .note-column {
    flex: 1;
}

body.resort-photo-page .note-content {
    font-size: 0.8em;
    line-height: 1.4;
    margin: 0;
    text-align: left;
    color: #474747;
}

body.resort-photo-page .note-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.resort-photo-page .note-content ul li {
    margin-bottom: 0.5em;
    padding-left: 1.2em;
    position: relative;
}

body.resort-photo-page .note-content ul li::before {
    content: "・";
    position: absolute;
    left: 0;
}

body.resort-photo-page .movie-section {
    background: #ffffff;
    padding: 60px 0;
}

body.resort-photo-page .movie-section h2,
body.resort-photo-page .movie-section .stext {
    text-align: center;
}

body.resort-photo-page .movie-section h2 {
    margin-bottom: 1em;
}

body.resort-photo-page .secondarea.sizeadjustment h2 {
    margin-bottom: 1em;
}

body.resort-photo-page .photo.photo-gallery {
    margin-bottom: 0;
}

body.resort-photo-page .photoandomovie {
    margin: 2em auto 2% auto;
    padding: 0;
}

body.resort-photo-page .photoandomovie ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

body.resort-photo-page .photoandomovie li {
    position: relative;
    width: 33.33333%;
    line-height: 0;
}

body.resort-photo-page .photoandomovie li img {
    width: 100%;
    height: auto;
    display: block;
}

body.resort-photo-page .photoandomovie li img.ytarw {
    position: absolute;
    width: 20%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes resort-photo-gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

body.dress-page .content-box {
    padding: 0;
    border: none;
}

@media (max-width: 768px) {
    body.chapel .sub-visual,
    body.contact-page .sub-visual,
    body.cuisine-page .sub-visual,
    body.dress-page .sub-visual {
        background-position: calc(100% + 3em) center;
    }

    body.resort-photo-page .sub-visual {
        background-position: center center;
        height: 65vh;
        min-height: 450px;
    }
}

@media (max-width: 1024px) {
    body.resort-photo-page #sv-heading {
        font-size: 6em;
    }
    body.resort-photo-page .secondarea ul.item {
        width: 96%;
    }
    body.resort-photo-page .secondarea ul.item li {
        padding: 0 0 2em 0;
    }
    body.resort-photo-page .secondarea ul.item dl {
        margin: 0.2em auto 0 auto;
    }
    body.resort-photo-page .secondarea ul.item dl dt {
        margin: 0 auto 0.2em auto;
        font-size: medium;
    }
    body.resort-photo-page .secondarea ul.item dl dd.list {
        margin: 0 15% 2px 15%;
        font-size: small;
    }
    body.resort-photo-page .secondarea ul.item dl dd.text {
        font-size: small;
        margin: 0.5em 15% 0 15%;
    }
    body.resort-photo-page .secondarea ul.item dl dd.price {
        font-size: medium;
    }
    body.resort-photo-page .photoarw {
        margin: 1.5em auto 0em auto;
    }
    body.resort-photo-page .pprecautionary {
        font-size: x-small;
    }
    body.resort-photo-page .photooption {
        margin: 2em auto 3em auto;
    }
    body.resort-photo-page .photooption li {
        width: calc((100% - 2em) / 3);
    }
    body.resort-photo-page .photooption dt {
        margin: 0 auto 0.2em auto;
        font-size: medium;
    }
    body.resort-photo-page .photooption dd img {
        margin: 0.3em auto;
    }
    body.resort-photo-page .photooption dd.list,
    body.resort-photo-page .photooption dd.listb {
        text-align: left;
        margin: 7px 0;
        font-size: small;
    }
    body.resort-photo-page .photooption dd.lists {
        text-align: left;
        margin: 7px 0;
        font-size: x-small;
    }
    body.resort-photo-page .note-container {
        flex-direction: column;
        gap: 1.5em;
        width: 100%;
    }
    body.resort-photo-page .photoandomovie {
        width: 100%;
        margin: 1em auto;
    }
    body.resort-photo-page .photoandomovie li {
        width: 50%;
    }
}

@media (max-width: 736px) {
    body.resort-photo-page #sv-heading {
        font-size: 4em;
    }
}

@media (max-width: 480px) {
    body.resort-photo-page #sv-heading {
        font-size: 12vw;
    }
    body.resort-photo-page .secondarea ul.item {
        width: 100%;
        margin: 0.5em auto 0 auto;
        overflow: hidden;
        display: block;
        text-align: center;
    }
    body.resort-photo-page .secondarea ul.item li {
        width: 98%;
        margin: 0 auto;
        padding: 0 0 1em 0;
    }
    body.resort-photo-page .secondarea ul.item dl dt {
        margin: 0.4em auto 0.4em auto;
    }
    body.resort-photo-page .secondarea ul.item dl dd.list {
        display: inline-block;
        font-size: small;
        margin: 0 -1px 2px -1px;
        width: 30%;
    }
    body.resort-photo-page .secondarea ul.item dl dd.text {
        font-size: small;
    }
    body.resort-photo-page .secondarea ul.item dl dd.price {
        font-size: large;
        position: relative;
        right: 0;
        left: 0;
        margin: 0.3em auto 0 auto;
        display: block;
    }
    body.resort-photo-page .photoarw {
        font-size: medium;
        margin: 1em auto 1em auto;
    }
    body.resort-photo-page .pprecautionary {
        padding: 1em;
        width: 100%;
    }
    body.resort-photo-page .photooption {
        width: 98%;
        margin: 0 auto;
    }
    body.resort-photo-page .photooption li {
        width: calc((100% - 1em) / 2);
        padding: 0 0 1em 0;
    }
    body.resort-photo-page .photooption dl {
        margin: 0.5em auto 0 auto;
        position: relative;
    }
    body.resort-photo-page .photooption dt {
        margin: 0 auto;
        font-size: small;
    }
    body.resort-photo-page .photooption dd.list,
    body.resort-photo-page .photooption dd.listb {
        margin: .3em 1em;
        font-size: small;
    }
    body.resort-photo-page .photooption dd.lists {
        margin: .3em 16px;
        font-size: x-small;
    }
    body.resort-photo-page .wedding-info-section .section-header p,
    body.resort-photo-page .movie-section .stext {
        text-align: left;
    }
    body.resort-photo-page .photoandomovie li {
        width: 100%;
    }
}

/* ========================================
   notice-button wedding color override
======================================== */

.booking-cta-section .notice-button,
.cuisine-cta-section .notice-button,
.facilities-section .notice-button {
    background-color: #0ba8c9;
    color: #ffffff;
}

.booking-cta-section .notice-button:hover,
.cuisine-cta-section .notice-button:hover,
.facilities-section .notice-button:hover {
    background-color: #ffffff;
    color: #0ba8c9;
    border: 1px solid #0ba8c9;
}

.booking-cta-section .notice-button:hover::after,
.cuisine-cta-section .notice-button:hover::after,
.facilities-section .notice-button:hover::after {
    border-top-color: #0ba8c9;
    border-right-color: #0ba8c9;
}

/* ウエディングプラン一覧のボタンカラー */
body.wedding-plan-list .notice-button {
    background-color: #0ba8c9;
    color: #ffffff;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

body.wedding-plan-list .notice-button:hover {
    background-color: #ffffff;
    color: #0ba8c9;
    border: 1px solid #0ba8c9;
}

body.wedding-plan-list .notice-button:hover::after {
    border-top-color: #0ba8c9;
    border-right-color: #0ba8c9;
}

body.wedding-plan-list .wedding-plan-card-price {
    margin: 0.4em 0 0;
    font-size: 0.95em;
    text-align: left;
}

body.wedding-plan-list .wedding-plan-card-lead {
    margin: 1em 0;
    font-size: 0.85em;
    color: #6a6a6a;
    line-height: 1.2;
}

body.wedding-plan-list.photoplan-list .wedding-plan-shop-info {
    margin: 0.8em 0 1em;
    font-size: 0.8em;
    color: #555555;
    line-height: 1.3;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 0.6em;
    row-gap: 0.25em;
}

body.wedding-plan-list.photoplan-list .wedding-plan-shop-info dt,
body.wedding-plan-list.photoplan-list .wedding-plan-shop-info dd {
    margin: 0;
}

body.wedding-plan-list.photoplan-list .wedding-plan-shop-info dt {
    font-weight: 600;
    white-space: nowrap;
}

body.wedding-plan-list.photoplan-list .wedding-plan-shop-info dd {
    min-width: 0;
}

/* wedding/plan/index.html 専用レイアウト（reservation.cssから必要分を複製） */
body.wedding-plan-list .wedding-plan-category-group {
    margin-bottom: 3em;
}

body.wedding-plan-list .wedding-plan-category-header {
    margin: 0 0 1.6em 0;
    text-align: center;
}

body.wedding-plan-list .wedding-plan-category-banner {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

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

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

body.wedding-plan-list .wedding-plan-category-title {
    font-size: 1.35em;
    color: #ffffff;
    text-shadow: none;
}

body.wedding-plan-list .wedding-plan-category-tagline,
body.wedding-plan-list .wedding-plan-category-season,
body.wedding-plan-list .wedding-plan-category-label {
    display: block;
}

body.wedding-plan-list .wedding-plan-category-tagline,
body.wedding-plan-list .wedding-plan-category-season {
    font-size: 0.9em;
    opacity: 0.9;
}

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

body.wedding-plan-list .wedding-plan-category-label {
    font-size: 1.4em;
    font-weight: 700;
}

body.wedding-plan-list .wedding-plan-category-header h3.wedding-plan-category-title {
    color: #474747;
    margin: 0 0 0.4em 0;
}

body.wedding-plan-list .wedding-plan-category-description {
    margin: 0.4em 0 0 0;
    font-size: 0.95em;
    color: #4c4c4c;
    border-top: 1px solid #e0e0e0;
    line-height: 1.4;
    padding-top: 0.4em;
}

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

body.wedding-plan-list.photoplan-list .wedding-plan-list-items {
    grid-template-columns: 1fr;
}

@media (min-width: 769px) {
    body.wedding-plan-list.photoplan-list .wedding-plan-list-item {
        --photoplan-image-width: min(42%, 360px);
        display: grid;
        grid-template-columns: var(--photoplan-image-width) minmax(0, 1fr);
        column-gap: 1.5em;
        align-items: stretch;
    }

    body.wedding-plan-list.photoplan-list .wedding-plan-list-item > a {
        display: contents;
    }

    body.wedding-plan-list.photoplan-list .wedding-plan-list-item img {
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 100%;
        height: 100%;
        min-height: 220px;
        object-fit: cover;
        object-position: center;
    }

    body.wedding-plan-list.photoplan-list .wedding-plan-list-body {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-width: 0;
    }

    body.wedding-plan-list.photoplan-list .wedding-plan-list-body .wedding-plan-title {
        margin: 0;
    }

    body.wedding-plan-list.photoplan-list .wedding-plan-card-actions {
        grid-column: 2;
        grid-row: 2;
        margin-top: 1em;
        margin-left: 0;
    }
}

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

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

body.wedding-plan-list .content-box h3 span {
    font-size: 1.2em;
    display: block;
}

body.wedding-plan-list .wedding-plan-title span {
    font-size: 1.2em;
    display: block;
}

body.wedding-plan-list .wedding-plan-title .jp-text {
    font-size: 0.6em;
}
body.wedding-plan-list .wedding-plan-title  {
    font-size: 1.0em;
    display: block;
    line-height: 1.2;
    margin-top: 0;
}

body.wedding-plan-list .wedding-plan-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.wedding-plan-list .notice-button-container {
    margin: 0;
}

/* wedding/plan/index.htmlのCTAは共通スタイルに寄せる */
body.wedding-plan-list .booking-cta-section .notice-button,
body.wedding-plan-list .facilities-section .notice-button {
    width: auto;
    min-width: 280px;
    padding: 6px 40px;
    box-sizing: border-box;
}

body.wedding-plan-list .booking-cta-section .notice-button-container,
body.wedding-plan-list .facilities-section .notice-button-container {
    margin: 20px 0;
}

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

body.wedding-plan-list .wedding-plan-list-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

body.wedding-plan-list .wedding-plan-card-actions .notice-button {
    color: #ffffff;
}

body.wedding-plan-list .wedding-plan-card-actions .notice-button:hover {
    color: #0ba8c9;
}

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

body.wedding-plan-list .wedding-plan-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.wedding-plan-list .wedding-plan-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.wedding-plan-list .wedding-plan-noimage::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

body.wedding-plan-list .wedding-plan-noimage img,
body.wedding-plan-list .wedding-plan-noimage span {
    position: relative;
    z-index: 2;
}

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

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

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

@media (max-width: 768px) {
    body.wedding-plan-list .content-box.wedding-plan-category-group {
        padding: 0;
    }

    body.wedding-plan-list .content-box h3 span,
    body.wedding-plan-list .wedding-plan-title span {
        font-size: 1.2em;
    }

    body.wedding-plan-list .wedding-plan-list-items {
        grid-template-columns: 1fr;
        gap: 1em;
    }

    body.wedding-plan-list .wedding-plan-list-item {
        box-sizing: border-box;
        padding: 0.8em;
    }

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

    body.wedding-plan-list .booking-cta-section .notice-button,
    body.wedding-plan-list .facilities-section .notice-button {
        width: auto;
        min-width: 280px;
        padding: 6px 40px;
    }

}

body.banquet-page .btn-more {
    background-color: #0ba8c9;
}

body.banquet-page .btn-more:hover {
    background-color: #ffffff;
    color: #0ba8c9;
    border: 1px solid #0ba8c9;
}

body.banquet-page .btn-more:hover::after {
    border-top-color: #0ba8c9;
    border-right-color: #0ba8c9;
}

/* ご予約誘導セクション内の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('../../wedding/images/wedding-plan-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 80px 0;
    height: auto;
    text-align: center;
}

.cuisine-cta-section {
    width: 100%;
    background-color: #ffffff;
    padding: 0 1em;
}

.cuisine-cta-section .cuisine-cta-visual {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
                url('../../wedding/images/cuisine/cuisine-bg.jpg');
    background-size: cover;
    background-position: center center, center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 80px 0;
    height: auto;
    text-align: center;
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
}

.cuisine-cta-section .cuisine-cta-visual .cuisine-cta-overlay,
.cuisine-cta-section .cuisine-cta-visual .notice-button-container {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1em;
    box-sizing: border-box;
}

@media (min-width: 1025px) {
    .cuisine-cta-section .cuisine-cta-visual {
        background-position: center center, center calc(50% - 5em);
    }
}

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

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

.booking-cta-section #booking-cta-heading,
.cuisine-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,
.cuisine-cta-section #booking-cta-heading .booking-cta-text-line2 {
    display: inline;
}

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

/* ========================================
   Resort Facilitiesセクション
======================================== */

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

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

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

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

.facilities-section .english-text {
    display: block;
}

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

.facilities-section .notice-button-container {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.banner-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.banner-container a {
    color: inherit;
    text-decoration: none;
}

.banner-container a:hover {
    color: inherit;
}

.banner-card {
    overflow: hidden;
}

.banner-card:hover {
    opacity: 0.7;
}

.banner-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.banner-container p {
    margin: 0.5em 0 0 0;
    text-align: center;
    font-size: 0.875em;
    line-height: 1.4;
}

/* タブレット表示時にbanner-containerを調整 */
@media (min-width: 769px) and (max-width: 1024px){
    .banner-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        max-width: 100%;
    }

    .banner-card img {
        height: auto;
    }
}

@media (max-width: 480px){
    .facilities-section h2:not(.english-text) {
        font-size: 12px;
        font-family: 'Noto Sans JP', sans-serif;
    }

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

    .facilities-description {
        margin: 0 auto 30px;
    }

    .facilities-section {
        padding: 60px 0;
        background: #fbf7f4 url('../../wedding/images/facility_bg.jpg') no-repeat left center;
        background-size: cover;
        background-attachment: scroll;
    }

    .banner-container {
        grid-template-columns: 1fr;
        gap: 10px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    /* facilities-sectionはスマホ時も改行を有効にする */
    .facilities-section .section-header p br {
        display: inline;
    }
}

@media (max-width: 1024px){
    .facilities-section .notice-button-container {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    /* weddingのお問合せ文言はタブレットでも改行を維持 */
    .facilities-section .section-header p br {
        display: inline;
    }
}

/* ========================================
   店舗紹介セクション（lead-section）
======================================== */

.lead-header {
    width: 100%;
}

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

.lead-header .lead-campaign {
    max-width: 900px;
    margin: 0 auto;
    padding: 1em;
    background-color: transparent;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: center;
    gap: 1em 1em;
}

.lead-header .lead-campaign h3 {
    grid-column: 1 / -1;
    text-align: center;
}

.lead-header .lead-campaign p {
    margin: 0;
    color: #8b4513;
    font-weight: 400;
    text-align: center;
}

.lead-header .lead-campaign .lead-campaign-item {
    width: auto;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 1em;
    border: 1px solid #e0e0e0;
    line-height: 1.2;
}

.lead-header .lead-campaign p span {
    background-color: #8b4513;
    color: #ffffff;
    display: inline-block;
    padding: 0.2em 0.6em;
    position: relative;
    margin-bottom: 0.5em;
    line-height: 1.4;
    font-weight: 600;
}

.lead-header .lead-campaign p strong {
    font-weight: 600;
}

.lead-header .lead-campaign p span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #8b4513;
}

.lead-header .lead-campaign p.note-text {
    grid-column: 1 / -1;
    color: #474747;
    font-weight: 400;
    text-align: center;
}

@media (max-width: 768px) {
    .lead-header .lead-campaign {
        grid-template-columns: 1fr;
        gap: 0.8em;
    }

    .lead-header .lead-campaign .lead-campaign-item {
        width: 100%;
    }
}

.notice-button-container {
    text-align: center;
    margin: 20px 0 20px 0;
}

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

/* タブレット時のlead-header左右余白 */
@media (min-width: 769px) and (max-width: 1024px) {
    .lead-header {
        padding-left: 1em;
        padding-right: 1em;
    }
    
    .wedding-info .wedding-information {
        margin: 0 0 1em 0;
    }

    .lead-header .wedding-information {
        margin: 0 auto 1em auto;
    }
    
    .wedding-info .wedding-information:last-child {
        margin: 0;
    }

    .lead-header .wedding-information:last-child {
        margin: 0 auto;
    }
}

/* ========================================
   リラクゼーション紹介セクション（relaxation-info-section）
======================================== */
.wedding-info-section {
    background-image: linear-gradient(to bottom, #FFFFFF00, #FFFFFF),
                      url('../../wedding/images/experiences_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

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

.wedding-info-section .content-box {
    margin-bottom: 3em;
}

.content-box h3 {
    margin-bottom: 0.5em;
}

.wedding-layout {
    max-width: 1000px;
    margin: 0 auto;
}

#wedding-heading {
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 30px;
}

#wedding-heading:not(.english-text) {
    font-size: 1em;
    font-family: 'Noto Sans JP', sans-serif;
}

#wedding-heading .english-text {
    font-size: 2.8125em;
    display: block;
}

/* 見出しスタイル */

.wedding-info h3:not(:first-child) {
    margin-top: 2em;
}

.wedding-info h3 + p {
    margin-bottom: 1em;
}

.wedding-info h3 + p.stitle {
    margin-bottom: 0;
}

.wedding-info-columns .info-block {
    break-inside: avoid;
}

@media (min-width: 1025px) {
    .wedding-info-columns {
        column-count: 2;
        column-gap: 2em;
    }
}

/* ========================================
   ウエディングカテゴリーナビゲーション
======================================== */
#wnav {
    position: sticky;
    position: -webkit-sticky;
    top: var(--wnav-offset, 140px);
    z-index: 5;
    background-color: #0ba8c9;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0.18) 0,
            rgba(255, 255, 255, 0.18) 6px,
            rgba(255, 255, 255, 0) 6px,
            rgba(255, 255, 255, 0) 12px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    height: 3.5em;
    display: flex;
    align-items: center;
    animation: fadeInUp 0.8s ease-out;
}

#wnav.is-fixed {
    position: fixed;
    top: var(--wnav-offset, 140px);
    left: 0;
    right: 0;
    z-index: 1000;
    opacity: 0.88;
    transition: opacity 0.3s ease;
}

#wnav-placeholder {
    height: 0;
}

#wnavi {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

#wnavi ul {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0;
    table-layout: fixed;
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: top;
    height: 100%;
}

#wnavi ul li {
    width: 12.5%;
    font-size: 100%;
    white-space: nowrap;
    letter-spacing: 1px;
    display: table-cell;
    height: 100%;
}

#wnavi ul li#home a {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 0.7em;
    transform: translateY(-9px);
}

#wnavi ul li span {
    display: block;
    font-size: 0.65em;
    padding: 0;
    opacity: 0.6;
}

#wnavi ul li a {
    color: #ffffff;
    padding: 0 10px;
    text-decoration: none;
    font-family: 'Quattrocento', serif;
    line-height: 1.2;
    font-size: 1.1em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#wnavi ul li a span {
    font-family: 'Noto Sans JP', sans-serif;
}

#wnavi ul li a:hover {
    background-color: rgba(255, 255, 255, 0.16);
}

#navis {
    display: none;
    margin: 0 auto;
    position: relative;
    width: 100%;
    background-color: #0ba8c9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

#navis a {
    display: block;
    padding: 12px 0;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.15em;
    position: relative;
}

#navis a::after {
    content: "\f078";
    position: absolute;
    right: 0.6em;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8em;
    color: #ffffff;
}


@media (max-width: 480px){
    #wnav {
        height: auto;
        display: block;
        align-items: stretch;
        background-color: #0ba8c9;
        background-image: linear-gradient(120deg,
                rgba(255, 255, 255, 0.18) 0,
                rgba(255, 255, 255, 0.18) 6px,
                rgba(255, 255, 255, 0) 6px,
                rgba(255, 255, 255, 0) 12px);
    }

    #wnav.is-fixed {
        opacity: 0.95;
    }

    #navis {
        display: block;
        background-color: #0ba8c9;
    }

    #wnavi {
        display: none;
        margin: 0;
        padding: 0;
        background-color: #0ba8c9;
    }

    #wnavi ul {
        width: 100%;
        font-size: 4vw;
        display: block;
        border: none;
        padding: 0;
        background-color: #0ba8c9;
    }

    #wnavi ul::after {
        content: "";
        display: block;
        clear: both;
    }

    #wnavi ul li {
        width: 50%;
        float: left;
        line-height: 1.1;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        border-right: 1px solid rgba(255, 255, 255, 0.12);
        background-color: #0ba8c9;
        box-sizing: border-box;
        display: block;
        min-height: 62px;
    }

    #wnavi ul li:nth-child(2n) {
        border-right: none;
    }

    #wnavi ul li span {
        font-size: 0.6em;
        padding: 1vw 0 0 0;
    }

    #wnavi ul li a {
        height: auto;
        padding: 12px 8px;
        font-size: 1em;
    }

    #wnavi ul li#home a {
        transform: none;
        font-size: 0.9em;
    }

    #wnavi ul li#home a br:nth-of-type(2) {
        display: none;
    }
}

.wedding-info h3 + table,
.wedding-info h3 + .image-text-container-lead {
    margin-top: 0;
}

.wedding-info-image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1em;
    opacity: 0.7;
}

@media (min-width: 1025px) {
    .wedding-info-image {
        aspect-ratio: 2 / 1;
        object-fit: cover;
    }
}

.wedding-info h4 {
    font-size: 12.8px;
    font-weight: 400;
    margin-bottom: 0.5em;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0.3em 0.8em;
    background-color: #b5b5b5;
    color: #ffffff;
}

.wedding-info-highlight {
    background-color: #f2f2f2;
    margin-top: 1em;
    padding: 0.6em 0.8em;
}

.wedding-info-highlight h4 {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    background-color: transparent;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border-bottom: 1px solid #a3a3a3;
    text-decoration: none;
}

.wedding-info-highlight p {
    margin: 0;
}

.wed-dres ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wed-dres li {
    margin: 0 0 1em;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 1.2em;
    box-sizing: border-box;
}

.wed-dres a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.wed-dres .notice-button {
    background-color: #0ba8c9;
    color: #ffffff;
    border: 1px solid #0ba8c9;
    cursor: pointer;
}

.wed-dres .notice-button:hover {
    background-color: #ffffff;
    color: #0ba8c9;
}

.wed-dres .notice-button:hover::after {
    border-top-color: #0ba8c9;
    border-right-color: #0ba8c9;
}

.wed-dres .notice-button-container {
    margin-bottom: 0;
}

.wed-dres img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.618 / 1;
    object-fit: cover;
}

.wed-dres strong {
    display: block;
    text-align: center;
    margin-top: 0.5em;
}

@media (min-width: 769px) {
    .wed-dres ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5em;
    }

    .wed-dres li {
        margin-bottom: 0;
    }
}


.wedding-info h4:not(:first-child) {
    margin-top: 2em;
}

.wedding-info h4 + p {
    margin-bottom: 1em;
}

.wedding-info-highlight h4 + p {
    margin-bottom: 0;
}

.wedding-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6em;
    margin: 0 0 1em 0;
}

.wedding-gallery img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    cursor: zoom-in;
}

@media (min-width: 1025px) {
    .wedding-gallery {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.wedding-info .info-block.info-card {
    display: block;
    padding: 1.2em;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: none;
    margin-bottom: 1.5em;
}

.wedding-info .info-card-list {
    max-width: 900px;
    margin: 0 auto 1.5em;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5em;
}

.wedding-info .info-card-list .info-block.info-card {
    margin-bottom: 0;
}

.wedding-info .info-card h4 {
    font-size: 1rem;
    font-weight: 400;
    margin: 0.8em 0;
    padding: 0.4em 0;
    background-color: transparent;
    color: #757575;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    line-height: 1.4;
}

.wedding-info .info-card-text {
    flex: 1;
    min-width: 0;
    font-size: 0.8em;
}

.wedding-info .info-card-text h3 {
    font-size: 1.17rem;
    text-align: center;
    margin: 0 0 0.6em;
}

.wedding-info .info-card-media {
    width: 100%;
    margin-bottom: 0.8em;
}

.wedding-info .info-card-media img {
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 4px;
}

.wedding-info .info-list {
    margin: 0 0 1em 1.2em;
    padding: 0;
}

.wedding-info .info-list li {
    margin: 0 0 0.3em 0;
}

.wedding-info .info-list li.info-note {
    font-size: 0.8em;
    list-style: none;
    margin-left: -1.2em;
    color: #757575;
}

@media (max-width: 768px) {
    .wedding-info .info-block.info-card {
        flex-direction: column;
    }

    .wedding-info .info-card-list {
        grid-template-columns: 1fr;
    }

    .wedding-info .info-card-media {
        flex-basis: auto;
    }

    .wedding-info .info-card-media img {
        max-height: none;
    }
}

/* テーブルスタイル */
.wedding-info .wedding-information,
.lead-header .wedding-information {
    width: 100%;
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
    background-color: transparent;
}

.wedding-info .wedding-information {
    margin: 1em 0;
}

.lead-header .wedding-information {
    max-width: 600px;
    margin: 1em 0;
}

@media (min-width: 769px) {
    .lead-header .wedding-information {
        margin: 1em auto;
    }

    .wedding-info .wedding-information:last-child {
        margin: 1em auto;
    }
}


.wedding-info .wedding-information thead,
.lead-header .wedding-information thead {
    background-color: transparent;
}

.wedding-info .wedding-information tbody tr,
.lead-header .wedding-information tbody tr {
    background-color: #ffffff;
}

.wedding-info .wedding-information th,
.lead-header .wedding-information th {
    padding: 1em 0;
    text-align: center;
    font-weight: 400;
    color: #474747;
    font-size: 1.4em;
    vertical-align: top;
    line-height: 1.4;
}

.wedding-info .wedding-information td,
.lead-header .wedding-information td {
    padding: .5em 1em;
    text-align: left;
    
    color: #474747;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
    font-size: 0.8em;
    line-height: 1.4;
}

.wedding-info .info-block.info-card .wedding-information th,
.wedding-info .info-block.info-card .wedding-information td {
    font-size: 1em;
}

.wedding-info .wedding-information tfoot td,
.lead-header .wedding-information tfoot td {
    border-bottom: none;
}

.wedding-info .wedding-information tbody tr:first-child td,
.lead-header .wedding-information tbody tr:first-child td {
    border-top: 1px solid #f0f0f0;
}

/* テーブル列スタイル */
.wedding-info .wedding-information th.col-price,
.wedding-info .wedding-information td.col-price,
.lead-header .wedding-information th.col-price,
.lead-header .wedding-information td.col-price {
    width: auto;
    min-width: 0;
}

.wedding-info .wedding-information th.col-price,
.lead-header .wedding-information th.col-price {
    text-align: center;
}

.wedding-info .wedding-information td.col-price,
.lead-header .wedding-information td.col-price {
    text-align: right;
}

.wedding-info .wedding-information th.col-menu,
.wedding-info .wedding-information td.col-menu,
.lead-header .wedding-information th.col-menu,
.lead-header .wedding-information td.col-menu {
    width: auto;
    min-width: 0;
}

.wedding-info .wedding-information th.col-menu,
.lead-header .wedding-information th.col-menu {
    text-align: center;
}

.wedding-info .wedding-information td.col-menu,
.lead-header .wedding-information td.col-menu {
    text-align: left;
}

.wedding-info .wedding-information td[rowspan] {
    min-width: 200px;
    max-width: 400px;
    vertical-align: middle;
}

.wedding-info .wedding-information td.table-label,
.wedding-info .wedding-information th.table-label,
.lead-header .wedding-information td.table-label,
.lead-header .wedding-information th.table-label {
    padding: 0.8em 1.5em;
    width: auto;
    min-width: 0;
    vertical-align: middle;
    display: table-cell;
    font-weight: bold;
    color: #474747;
    font-size: 0.8em;
    text-align: center;
    white-space: nowrap;
    background-color: #eceae9;
    line-height: 1.2;
    border-bottom: 1px solid #ffffff;
}

/* 画像・コンテンツレイアウト */
.wedding-info .image-text-container-lead {
    display: flex;
    flex-direction: row;
    gap: 1em;
    margin: 1em 0;
    align-items: flex-start;
    width: 100%;
}

.wedding-info .image-text-container-lead .image-container {
    width: calc(33.333% - 0.5em);
    flex: 0 0 calc(33.333% - 0.5em);
    margin: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.wedding-info .image-text-container-lead .image-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.wedding-info .image-text-container-lead .text-container {
    width: calc(66.666% - 0.5em);
    flex: 0 0 calc(66.666% - 0.5em);
    margin: 0;
}

.wedding-info .image-text-container-lead .text-container p {
    margin: 0 0 1em 0;
}

/* ========================================
   Dining by Style セクション（restaurant_index.cssより抽出）
======================================== */
.banquet-scene-section {
    padding: 100px 0 80px;
    position: relative;
    background: #ffffff;
}

.banquet-scene-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    background: url('../../wedding/images/experiences_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}

.banquet-scene-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    background: linear-gradient(to bottom, #ffffff00, #ffffff);
    z-index: 2;
}

.banquet-scene-section h2 {
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 25px;
    color: #757575;
    position: relative;
    z-index: 10;
}

.banquet-scene-section .english-text {
    margin-bottom: 8px;
    display: block;
    position: relative;
    z-index: 10;
}

.banquet-scene-section .section-header p {
    text-align: center;
    margin: 0 auto 40px;
    font-size: 1em;
    line-height: 1.7;
    position: relative;
    z-index: 10;
    color: #474747;
}

.banquet-scene-section .section-header {
    text-align: center;
    position: relative;
    z-index: 10;
    margin-bottom: 90px;
}

.banquet-scene-slides-container {
    width: 100%;
    margin: 40px auto;
    position: relative;
    z-index: 10;
    max-width: 1600px;
}

.banquet-scene-slide-row {
    display: flex;
    align-items: stretch;
    margin-bottom: 60px;
    width: 100%;
    column-gap: 20px;
    padding: 0 15px;
}

.banquet-scene-slide-row:nth-child(odd) {
    flex-direction: row;
    justify-content: flex-start;
    padding-right: 10%;
}

.banquet-scene-slide-row:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-start;
    padding-left: 10%;
}

.banquet-scene-slide {
    position: relative;
    text-align: center;
    flex: 2;
    margin: 0;
    overflow: hidden;
    max-height: 600px;
}

.banquet-scene-slide-row:nth-child(even) .banquet-scene-slide {
    margin: 0;
}

.banquet-scene-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.banquet-scene-slide-carousel {
    position: relative;
}

.banquet-scene-slide-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 600px;
    min-height: 560px;
    overflow: hidden;
}

.banquet-scene-slide-carousel .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    object-fit: cover;
    object-position: center center;
}

.banquet-scene-slide-carousel .slide-image.active {
    opacity: 1;
    z-index: 1;
}

.banquet-scene-slide-carousel .carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.banquet-scene-slide-carousel .carousel-indicators .indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff80;
    cursor: pointer;
    transition: background 0.3s ease;
}

.banquet-scene-slide-carousel .carousel-indicators .indicator.active {
    background: #ffffff;
}

.banquet-scene-slide-row .banquet-scene-card {
    flex: 1;
    max-width: 360px;
}

.banquet-scene-card {
    overflow: hidden;
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.banquet-scene-card h3 {
    padding: 8px 0;
    font-size: 16px;
    color: #757575;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #ccc;
}

.banquet-scene-card .english-text {
    font-family: 'Quattrocento', serif;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 0;
    display: block;
}

.banquet-scene-card p {
    padding: 0 0 20px;
    font-size: 0.95em;
    margin: 0;
}

.banquet-scene-card .btn-more {
    width: 100%;
}


.slide-frame {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slide-frame.active {
    opacity: 1;
    z-index: 1;
}

.slide-frame .slide-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.slide-frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.banquet-scene-section .note-container {
    margin: 20px auto 0;
    width: 100%;
    text-align: center;
    display: block;
}

.note-text {
    font-size: 0.75em;
    color: #474747;
    margin: 0;
    width: 100%;
}

.note-text.note-tight {
    margin-top: -1em;
}

@media (max-width: 1024px) {
    .banquet-scene-section {
        margin: 0;
    }
    .banquet-scene-section .english-text {
        font-size: 3.25em;
    }
    .banquet-scene-slides-container {
        background-color: transparent;
        margin: 0;
    }
    .banquet-scene-slides-container h3 {
        font-size: 1em;
    }
    .banquet-scene-slides-container h3 .english-text {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .banquet-scene-section .note-container {
        text-align: left;
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media (max-width: 480px) {
    .banquet-scene-section {
        padding: 60px 0;
    }
    .banquet-scene-section .section-header p {
        text-align: left;
    }
    .banquet-scene-section .section-header {
        margin-bottom: 0;
    }
    .banquet-scene-slide-row {
        flex-direction: column;
        margin-bottom: 4em;
        min-height: auto;
        padding: 0 15px;
    }
    .banquet-scene-slide-row:last-child {
        margin-bottom: 0;
    }
    .banquet-scene-slide-row:nth-child(odd),
    .banquet-scene-slide-row:nth-child(even) {
        flex-direction: column;
        padding: 0 15px;
    }
    .banquet-scene-slide {
        margin: 0;
        flex: 1;
        max-width: 100%;
        height: 200px;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }
    .banquet-scene-slide-wrapper {
        min-height: 0;
        max-height: none;
    }
    .banquet-scene-slide-row .banquet-scene-card {
        margin: 0;
        max-width: 100%;
        flex: none;
    }
    .banquet-scene-card h3 {
        font-size: 1em;
        padding: 15px 15px 8px;
        margin: 0 0 0.5em 0;
    }
    .banquet-scene-card p {
        padding: 0 15px 15px;
        font-size: 0.9em;
    }
    .banquet-scene-section .btn-more {
        margin: 0 auto 15px auto;
        padding: 6px 20px;
        font-size: 0.9em;
    }
}

/* ========================================
   注意事項・案内事項
======================================== */
.note-container {
    display: flex;
    gap: 2em;
    width: 800px;
    margin: 0 auto;
    animation: fadeInUp 0.8s ease-out;
}

.wedding-layout .note-container {
    margin: 20px auto 0;
    width: 100%;
    text-align: center;
    display: block;
}

.wedding-layout .note-container .note-text {
    font-size: 0.75em;
    color: #474747;
    margin: 0;
    text-align: center;
    width: 100%;
}


.cuisine-cta-note-container {
    margin: 0 auto;
    padding: 20px 1em 4em;
    width: 100%;
    text-align: center;
    display: block;
    background-color: #ffffff;
    box-sizing: border-box;
}

.cuisine-cta-note-container .note-text {
    font-size: 0.75em;
    color: #474747;
    margin: 0;
    text-align: center;
    width: 100%;
}

/* ========================================
   レストランカード（フロアマップセクション用）
======================================== */
.wedding-grid {
    margin-top: 40px;
    margin-bottom: 2em;
    display: flex;
    justify-content: center;
}

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

.wedding-card {
    background: #ffffff;
    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;
}

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

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

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


.wedding-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;
}

/* スマホ表示時の調整 */
@media (max-width: 768px) {
    .wedding-cards {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 1fr;
        gap: 15px;
        padding: 0;
        max-width: 100%;
    }
    
    .wedding-card {
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    }
    
    .wedding-image {
        height: 100%;
    }
    
}

/* ========================================
   フロアマップセクション
======================================== */
.floormap-section {
    padding: 80px 0;
    background: #fbf7f4 url(../../images/facility_bg.jpg);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}

body.resort-photo-page .floormap-section {
    background: linear-gradient(90deg, rgba(0, 116, 227, 0.05), rgba(0, 116, 227, 0.05), rgba(0, 116, 227, 0.2), rgba(0, 116, 227, 0.05), rgba(0, 116, 227, 0.05));
    background-size: 400% 400%;
    animation: resort-photo-gradient 35s ease infinite;
}

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

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

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

.floormap-section .english-text {
    display: block;
}

.floormap-section .btn-more {
    background: #0ba8c9;
    color: #ffffff;
    border: 1px solid #0ba8c9;
}

.floormap-section .btn-more::after {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
}

.floormap-section .btn-more:hover {
    background: #ffffff;
    color: #0ba8c9;
    border: 1px solid #0ba8c9;
}

.floormap-section .btn-more:hover::after {
    border-top-color: #0ba8c9;
    border-right-color: #0ba8c9;
}

/* ========================================
   フロアマップモーダル
======================================== */
.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: #ffffff;
    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;
}

/* ========================================
   ウェディングギャラリーモーダル
======================================== */
.wedding-gallery-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;
}

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

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

.wedding-gallery-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2.5em;
    color: #ffffff;
    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;
}

.wedding-gallery-close:hover {
    opacity: 0.7;
}

.photo-gallery {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1em;
}

/* ========================================
   レスポンシブ対応
======================================== */
@media (max-width: 768px) {
    main > #wnav + .breadcrumb,
    main > #wnav + #wnav-placeholder + .breadcrumb {
        margin-bottom: 0.5rem;
    }

    main > #wnav + .breadcrumb + .lead-section .container,
    main > #wnav + #wnav-placeholder + .breadcrumb + .lead-section .container {
        padding-top: 52px;
    }

    .lead-header p {
        text-align: left;
    }
    
    .wedding-info-section .container {
        padding-left: 1em;
        padding-right: 1em;
    }
    
    .wedding-info {
        padding: 0;
    }

    .wedding-info .wedding-information th.col-price,
    .wedding-info .wedding-information td.col-price,
    .lead-header .wedding-information th.col-price,
    .lead-header .wedding-information td.col-price {
        width: auto;
        min-width: 0;
    }
    
    .wedding-info .wedding-information td.col-menu,
    .lead-header .wedding-information td.col-menu {
        word-break: break-word;
        white-space: normal;
    }
    
    .wedding-info .wedding-information td[rowspan].col-menu {
        max-width: none;
        min-width: 150px;
    }
    
    .wedding-info .wedding-information td.table-label,
    .wedding-info .wedding-information th.table-label,
    .lead-header .wedding-information td.table-label,
    .lead-header .wedding-information th.table-label {
        min-width: 0;
        width: auto;
    }
    
    .wedding-info table {
        margin-bottom: 1em;
    }
    
    .wedding-info table:last-child {
        margin-bottom: 0;
    }
    
    .wedding-info .wedding-information:last-child {
        margin: 0 0 1em 0;
    }
    
    .note-container {
        flex-direction: column;
        gap: 1.5em;
        width: 100%;
    }
    
    .wedding-info .image-text-container-lead {
        flex-direction: column;
    }
    
    .wedding-info .image-text-container-lead .text-container {
        width: 100%;
        flex: 0 0 auto;
    }
    
    .wedding-info .image-text-container-lead .image-container {
        width: 100%;
        flex: 0 0 auto;
        aspect-ratio: 2 / 1;
    }
    
}
body.resort-photo-page .backblue {
    background: linear-gradient(90deg, rgba(0, 116, 227, 0.05), rgba(0, 116, 227, 0.05), rgba(0, 116, 227, 0.2), rgba(0, 116, 227, 0.05), rgba(0, 116, 227, 0.05));
    background-size: 400% 400%;
    animation: resort-photo-gradient 35s ease infinite;
}
body.wedding-plan-list .wedding-plan-card-subtitle {
    margin: 0.4em 0 0;
    font-size: 0.85em;
    color: #6a6a6a;
}
