@charset "UTF-8";

:root {
    --bg: #f6f1e8;
    --bg2: #fffaf1;
    --ink: #1f1b16;
    --sub: #6d6257;
    --gold: #b89554;
    --gold2: #d7bf83;
    --green: #17382c;
    --green2: #102a22;
    --line: rgba(31, 27, 22, .14);
    --shadow: 0 24px 70px rgba(0, 0, 0, .16);
    --radius: 26px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    background: var(--bg);
    color: var(--ink);
    line-height: 1.9;
    letter-spacing: .05em;
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: none
}

img {
    display: block;
    width: 100%;
    object-fit: cover
}

ul {
    list-style: none
}

button {
    font: inherit
}

.section {
    padding: 115px 36px
}

.section-heading {
    max-width: 900px;
    margin: 0 auto 65px;
    text-align: center
}

.section-kicker {
    margin-bottom: 12px;
    color: var(--gold);
    font-size: 12px;
    letter-spacing: .28em;
    text-transform: uppercase
}

.section-heading h2 {
    font-size: clamp(32px, 4.3vw, 56px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .1em
}

.section-heading>p:last-child {
    margin-top: 22px;
    color: var(--sub)
}

.section-heading--light {
    color: #fff
}

.section-heading--light>p:last-child {
    color: rgba(255, 255, 255, .7)
}

.loading {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    background: var(--green);
    transition: opacity .8s, visibility .8s
}

.loading.hide {
    opacity: 0;
    visibility: hidden
}

.loading__logo {
    width: 420px;
    max-width: 80%;
    height: auto
}

.loading__line {
    display: block;
    width: 180px;
    height: 1px;
    margin: 28px auto 0;
    background: linear-gradient(90deg, transparent, var(--gold2), transparent);
    animation: loadLine 1.5s infinite
}

@keyframes loadLine {

    0%,
    100% {
        transform: scaleX(.1);
        opacity: .3
    }

    50% {
        transform: scaleX(1);
        opacity: 1
    }
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    color: #fff;
    transition: .4s
}

.site-header.scrolled {
    background: rgba(23, 56, 44, .92);
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .18)
}

.header-inner {
    height: 88px;
    max-width: 1320px;
    margin: auto;
    padding: 0 36px;
    display: flex;
    align-items: center;
    gap: 28px
}

.logo {
    margin-right: auto
}

.logo img {
    width: 250px;
    height: auto
}

.global-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 14px
}

.global-nav a {
    position: relative
}

.global-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 1px;
    background: var(--gold2);
    transition: .3s
}

.global-nav a:hover::after,
.global-nav a.current::after {
    width: 100%
}

.menu-button {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    background: none
}

.menu-button span {
    display: block;
    height: 1px;
    margin: 8px 0;
    background: #fff;
    transition: .3s
}

.fixed-reserve {
    position: fixed;
    right: 24px;
    top: 50%;
    z-index: 900;
    display: grid;
    gap: 10px;
    transform: translateY(-50%)
}

.fixed-reserve a {
    writing-mode: vertical-rl;
    padding: 18px 12px;
    border-radius: 999px;
    background: rgba(184, 149, 84, .92);
    color: #fff;
    font-size: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .2)
}

.banquet-hero {
    height: 90vh;
    min-height: 720px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #fff
}

.banquet-hero__slider,
.banquet-hero__slide,
.banquet-hero__overlay {
    position: absolute;
    inset: 0
}

.banquet-hero__slide {
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.06);
    transition: opacity 1.6s, transform 8s
}

.banquet-hero__slide.active {
    opacity: 1;
    transform: scale(1)
}

.banquet-hero__overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .22), rgba(0, 0, 0, .5))
}

.banquet-hero__copy {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 24px
}

.banquet-hero__copy>p {
    margin-bottom: 20px;
    color: var(--gold2);
    font-size: 14px;
    letter-spacing: .32em
}

.banquet-hero__copy h1 {
    font-size: clamp(42px, 6.8vw, 86px);
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: .1em;
    text-shadow: 0 8px 32px rgba(0, 0, 0, .45)
}

.banquet-hero__copy span {
    display: block;
    margin-top: 28px;
    font-size: clamp(15px, 1.7vw, 20px);
    letter-spacing: .12em
}

.scroll-sign {
    position: absolute;
    bottom: 38px;
    left: 50%;
    z-index: 2;
    font-size: 11px;
    letter-spacing: .3em;
    transform: translateX(-50%)
}

.scroll-sign::after {
    content: "";
    display: block;
    width: 1px;
    height: 46px;
    margin: 12px auto 0;
    background: linear-gradient(#fff, transparent)
}

.page-nav {
    position: sticky;
    top: 88px;
    z-index: 700;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: rgba(255, 250, 241, .94);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px)
}

.page-nav a {
    padding: 18px 28px;
    font-size: 14px
}

.page-nav a:hover {
    color: var(--gold)
}

.intro {
    background: var(--bg2)
}

.intro-points {
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px
}

.point-card {
    padding: 38px 20px;
    text-align: center;
    border: 1px solid rgba(184, 149, 84, .28);
    background: #fff;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .05)
}

.point-card strong {
    display: block;
    color: var(--green);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 400
}

.point-card span {
    color: var(--sub);
    font-size: 14px
}

.hall {
    background: var(--green);
    color: #fff
}

.hall__inner {
    max-width: 1240px;
    margin: auto
}

.hall-feature {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    min-height: 600px;
    overflow: hidden;
    border-radius: var(--radius);
    background: #fff;
    color: var(--ink);
    box-shadow: var(--shadow)
}

.hall-feature__image {
    position: relative;
    min-height: 600px;
    overflow: hidden
}

.hall-feature__image img {
    position: absolute;
    inset: 0;
    height: 100%;
    opacity: 0;
    transition: opacity .8s
}

.hall-feature__image img.active {
    opacity: 1
}

.slider-button {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 32px;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer
}

.slider-button.prev {
    left: 22px
}

.slider-button.next {
    right: 22px
}

.slider-count {
    position: absolute;
    right: 24px;
    bottom: 20px;
    z-index: 2;
    color: #fff;
    font-size: 13px
}

.hall-feature__text {
    padding: 70px 58px;
    align-self: center
}

.room-en {
    color: var(--gold);
    font-size: 12px;
    letter-spacing: .25em
}

.hall-feature__text h3 {
    margin: 8px 0 26px;
    color: var(--green);
    font-size: 42px;
    font-weight: 400
}

.hall-feature__text>p:nth-of-type(2) {
    color: var(--sub)
}

.spec-list {
    margin-top: 34px;
    border-top: 1px solid var(--line)
}

.spec-list div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid var(--line)
}

.spec-list dt {
    color: var(--gold);
    font-size: 13px
}

.spec-list dd {
    font-size: 14px
}

.layout-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.layout-card {
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .06)
}

.layout-card span {
    color: var(--gold2);
    font-size: 13px
}

.layout-card h3 {
    margin: 10px 0 12px;
    font-size: 24px;
    font-weight: 400
}

.layout-card p {
    color: rgba(255, 255, 255, .68);
    font-size: 14px
}

.occasion {
    background: var(--bg)
}

.occasion-grid {
    max-width: 1220px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

.occasion-card {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    border-radius: var(--radius);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .11)
}

.occasion-card img {
    height: 100%;
    transition: transform .8s
}

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

.occasion-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 35%, rgba(0, 0, 0, .78))
}

.occasion-card div {
    position: absolute;
    left: 36px;
    right: 36px;
    bottom: 32px;
    z-index: 1;
    color: #fff
}

.occasion-card div p {
    color: var(--gold2);
    font-size: 11px;
    letter-spacing: .25em
}

.occasion-card h3 {
    font-size: 30px;
    font-weight: 400
}

.occasion-card span {
    font-size: 14px;
    color: rgba(255, 255, 255, .76)
}

.meal {
    background: var(--bg2)
}

.meal__inner {
    max-width: 1200px;
    margin: auto
}

.meal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.meal-card {
    position: relative;
    padding: 36px 30px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 14px 38px rgba(0, 0, 0, .05)
}

.meal-card__head p {
    color: var(--gold);
    font-size: 11px;
    letter-spacing: .2em
}

.meal-card h3 {
    font-size: 27px;
    font-weight: 400
}

.meal-card strong {
    display: block;
    margin: 24px 0 10px;
    color: var(--green);
    font-size: 30px;
    font-weight: 400
}

.meal-card span {
    color: var(--sub);
    font-size: 14px
}

.meal-card--recommended {
    border: 1px solid var(--gold);
    transform: translateY(-8px)
}

.recommend-label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 14px;
    background: var(--gold);
    color: #fff;
    font-size: 11px
}

.meal-card--bath {
    background: var(--green);
    color: #fff
}

.meal-card--bath strong {
    color: var(--gold2)
}

.meal-card--bath span {
    color: rgba(255, 255, 255, .72)
}

.price-note {
    margin-top: 30px;
    color: var(--sub);
    font-size: 13px;
    text-align: center
}

.meeting {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 700px;
    padding: 0;
    background: #fff
}

.meeting__visual img {
    height: 100%;
    min-height: 700px
}

.meeting__content {
    padding: 95px 8vw;
    align-self: center
}

.meeting__content h2 {
    margin: 8px 0 28px;
    color: var(--green);
    font-size: clamp(34px, 4.5vw, 58px);
    font-weight: 400;
    line-height: 1.5
}

.meeting__content>p:nth-of-type(2) {
    color: var(--sub)
}

.check-list {
    margin: 34px 0
}

.check-list li {
    position: relative;
    padding: 12px 0 12px 30px;
    border-bottom: 1px solid var(--line)
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--gold)
}

.meeting-note {
    padding: 18px 22px;
    background: var(--bg);
    color: var(--sub);
    font-size: 13px
}

.options {
    background: var(--green2);
    color: #fff
}

.options__inner {
    max-width: 1200px;
    margin: auto
}

.option-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px
}

.option-card {
    padding: 38px 28px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .05)
}

.option-card>span {
    display: grid;
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;
    place-items: center;
    border: 1px solid var(--gold2);
    border-radius: 50%;
    color: var(--gold2)
}

.option-card h3 {
    font-size: 22px;
    font-weight: 400
}

.option-card p {
    margin-top: 12px;
    color: rgba(255, 255, 255, .68);
    font-size: 13px
}

.flow {
    background: var(--bg)
}

.flow-list {
    max-width: 980px;
    margin: auto;
    list-style: none
}

.flow-list li {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 34px;
    padding: 32px 0;
    border-bottom: 1px solid var(--line)
}

.flow-list>li>span {
    color: var(--gold);
    font-size: 30px
}

.flow-list h3 {
    color: var(--green);
    font-size: 24px;
    font-weight: 400
}

.flow-list p {
    color: var(--sub)
}

.notice {
    padding-top: 20px;
    background: var(--bg)
}

.notice-box {
    max-width: 980px;
    margin: auto;
    padding: 50px 60px;
    border: 1px solid rgba(184, 149, 84, .35);
    background: var(--bg2);
    text-align: center
}

.notice-box h2 {
    margin-bottom: 12px;
    color: var(--green);
    font-size: 28px;
    font-weight: 400
}

.notice-box p {
    color: var(--sub)
}

.contact {
    background: url('images/banquet-contact.jpg') center/cover no-repeat;
    position: relative;
    color: #fff
}

.contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(13, 41, 33, .84)
}

.contact-box {
    position: relative;
    max-width: 900px;
    margin: auto;
    text-align: center
}

.contact-box h2 {
    font-size: clamp(34px, 5vw, 60px);
    font-weight: 400
}

.contact-box>p:nth-of-type(2) {
    margin-top: 20px;
    color: rgba(255, 255, 255, .72)
}

.contact-actions {
    margin-top: 38px;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap
}

.btn {
    display: inline-flex;
    min-width: 260px;
    min-height: 62px;
    padding: 12px 28px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 999px;
    transition: .3s
}

.btn small {
    font-size: 10px
}

.btn--gold {
    background: var(--gold);
    color: #fff
}

.btn--gold:hover {
    background: #9b793e;
    transform: translateY(-2px)
}

.btn--outline-light {
    border: 1px solid rgba(255, 255, 255, .65);
    color: #fff
}

.btn--outline-light:hover {
    background: #fff;
    color: var(--green)
}

.contact-hours {
    margin-top: 20px !important;
    font-size: 13px
}

.site-footer{
  background:#f3e9b0;
  color:rgba(235, 82, 11, 0.699);
  padding:48px 7vw;
  display:flex;
  justify-content:space-between;
  gap:30px;
}

.footer-logo {
    width: 260px;
    height: auto;
    margin-bottom: 18px
}

.footer-info p {
    font-size: 13px
}

.footer-links {
    display: flex;
    align-items: flex-end;
    gap: 28px;
    font-size: 13px
}

.reveal {
    opacity: 0;
    transform: translateY(38px);
    transition: opacity .9s ease, transform .9s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media(max-width:1100px) {
    .global-nav {
        gap: 14px;
        font-size: 12px
    }

    .hall-feature {
        grid-template-columns: 1fr
    }

    .hall-feature__image {
        min-height: 500px
    }

    .meal-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .option-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:900px) {
    body.menu-open {
        overflow: hidden
    }

    .menu-button {
        display: block;
        z-index: 2
    }

    .global-nav {
        position: fixed;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 24px;
        background: rgba(13, 41, 33, .98);
        font-size: 17px;
        opacity: 0;
        visibility: hidden;
        transition: .35s
    }

    .global-nav.open {
        opacity: 1;
        visibility: visible
    }

    .menu-button.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg)
    }

    .menu-button.active span:nth-child(2) {
        opacity: 0
    }

    .menu-button.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg)
    }

    .fixed-reserve {
        display: none
    }

    .page-nav {
        top: 76px;
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .page-nav a {
        flex: 0 0 auto;
        padding: 15px 20px
    }

    .intro-points,
    .layout-grid {
        grid-template-columns: 1fr
    }

    .occasion-grid {
        grid-template-columns: 1fr
    }

    .meeting {
        grid-template-columns: 1fr
    }

    .meeting__visual img {
        min-height: 480px;
        height: 60vw
    }

    .meeting__content {
        padding: 75px 9vw
    }

    .option-grid {
        grid-template-columns: 1fr 1fr
    }

    .site-footer {
        flex-direction: column
    }

    .footer-links {
        align-items: flex-start
    }

    .section {
        padding: 90px 24px
    }
}

@media(max-width:600px) {
    .header-inner {
        height: 76px;
        padding: 0 20px
    }

    .logo img {
        width: 205px
    }

    .banquet-hero {
        height: 82vh;
        min-height: 620px
    }

    .banquet-hero__copy h1 {
        font-size: 38px
    }

    .banquet-hero__copy span {
        font-size: 14px
    }

    .section {
        padding: 75px 20px
    }

    .section-heading {
        margin-bottom: 45px
    }

    .intro-points,
    .meal-grid,
    .option-grid {
        grid-template-columns: 1fr
    }

    .hall-feature__image {
        min-height: 360px
    }

    .hall-feature__text {
        padding: 42px 28px
    }

    .hall-feature__text h3 {
        font-size: 34px
    }

    .spec-list div {
        grid-template-columns: 85px 1fr
    }

    .occasion-card {
        min-height: 360px
    }

    .occasion-card div {
        left: 24px;
        right: 24px;
        bottom: 24px
    }

    .meal-card--recommended {
        transform: none
    }

    .meeting__visual img {
        min-height: 360px
    }

    .meeting__content {
        padding: 65px 24px
    }

    .flow-list li {
        grid-template-columns: 58px 1fr;
        gap: 18px
    }

    .notice-box {
        padding: 38px 24px
    }

    .btn {
        width: 100%;
        min-width: 0
    }

    .site-footer {
        padding: 55px 24px
    }

    .footer-links {
        flex-direction: column;
        gap: 8px
    }
}