@charset "utf-8";

.reservation_page .reservation_kv .page_title > span {
    letter-spacing: 0.06em;
}

.reservation_intro {
    padding: 14vw 0 12vw;
    background: #e8f1f2;
    text-align: center;
}

.reservation_kicker {
    color: #76654f;
    font-family: "Noto Serif JP", serif;
    font-size: 3vw;
    font-weight: 600;
    letter-spacing: 0.18em;
}

.reservation_intro h1 {
    margin-top: 3vw;
    color: #261702;
    font-family: "Zen Old Mincho", serif;
    font-size: 8vw;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-wrap: balance;
}

.reservation_intro .lead {
    max-width: 68ch;
    margin: 5vw auto 0;
    color: #382817;
    font-family: "Noto Serif JP", serif;
    font-size: 3.8vw;
    line-height: 1.9;
    text-wrap: pretty;
}

.confirmation_note {
    margin-top: 5vw;
    padding: 3vw;
    background: #fff;
    color: #643f18;
    font-size: 3.4vw;
    font-weight: 700;
    line-height: 1.7;
}

.reservation_steps {
    margin: 9vw auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 760px;
}

.reservation_steps li {
    padding: 0 1vw;
    position: relative;
    color: #261702;
}

.reservation_steps li:not(:last-child)::after {
    content: "";
    width: 34%;
    height: 1px;
    position: absolute;
    top: 4vw;
    left: 83%;
    background: #918069;
}

.reservation_steps span {
    width: 8vw;
    height: 8vw;
    margin: 0 auto 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #261702;
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    font-size: 3.4vw;
}

.reservation_steps strong,
.reservation_steps small {
    display: block;
}

.reservation_steps strong {
    font-family: "Noto Serif JP", serif;
    font-size: 3.2vw;
}

.reservation_steps small {
    margin-top: 1vw;
    color: #594b3d;
    font-size: 2.7vw;
    line-height: 1.5;
}

.reservation_form_section {
    padding: 12vw 0 16vw;
    background: #f5f7f7;
}

.reservation_form_wrap {
    padding: 8vw 5vw;
    background: #fff;
}

.reservation_group {
    min-width: 0;
    padding: 0;
    border: 0;
}

.reservation_group + .reservation_group {
    margin-top: 10vw;
    padding-top: 10vw;
    border-top: 1px solid #cfc4b4;
}

.reservation_group legend {
    margin-bottom: 7vw;
    display: flex;
    align-items: center;
    gap: 3vw;
    color: #261702;
    font-family: "Zen Old Mincho", serif;
    font-size: 5.5vw;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.reservation_group legend > span {
    width: 8vw;
    height: 8vw;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #c4ae8f;
    color: #261702;
    font-size: 3.4vw;
}

.field + .field {
    margin-top: 6vw;
}

.field label,
.field_label,
.date_choice h3 {
    margin-bottom: 2.2vw;
    display: block;
    color: #382817;
    font-size: 3.6vw;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.field label em,
.date_choice h3 em {
    margin-left: 1vw;
    padding: 0.4vw 1.4vw;
    background: #8e3838;
    color: #fff;
    font-size: 2.5vw;
    font-weight: 700;
}

.field label > span,
.date_choice h3 > span {
    margin-left: 1vw;
    color: #65594d;
    font-size: 2.8vw;
    font-weight: 500;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid #918069;
    border-radius: 8px;
    background: #fff;
    color: #261702;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    letter-spacing: 0.02em;
    box-sizing: border-box;
}

.field input,
.field select {
    min-height: 54px;
    padding: 0 14px;
}

.field textarea {
    padding: 14px;
    line-height: 1.7;
    resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
    color: #625649;
    opacity: 1;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    outline: 3px solid rgba(54, 122, 63, 0.28);
    outline-offset: 2px;
    border-color: #367a3f;
}

.field_hint {
    margin-top: 2vw;
    color: #594b3d;
    font-size: 3vw;
    line-height: 1.7;
}

.check_list,
.radio_list {
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
}

.check_list label,
.radio_list label,
.agreement {
    display: flex;
    align-items: flex-start;
    gap: 3vw;
    cursor: pointer;
}

.check_list input,
.radio_list input,
.agreement input {
    width: 20px;
    height: 20px;
    margin-top: 0.2em;
    flex: 0 0 auto;
    accent-color: #367a3f;
}

.check_list span,
.radio_list span,
.agreement span {
    color: #382817;
    font-size: 3.3vw;
    line-height: 1.65;
    letter-spacing: 0.03em;
}

.radio_list {
    flex-direction: row;
    gap: 8vw;
}

.date_choice {
    padding: 5vw;
    background: #edf3f4;
}

.date_choice.secondary {
    margin-top: 4vw;
    background: #f5f2ed;
}

.field_pair .field + .field {
    margin-top: 4vw;
}

.agreement {
    margin-top: 9vw;
    padding: 5vw;
    background: #e8f1f2;
}

.reservation_submit,
.line_reservation_button {
    width: 100%;
    min-height: 62px;
    margin-top: 7vw;
    padding: 16px 20px;
    border: 0;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5vw;
    background: #367a3f;
    color: #fff;
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4vw;
    font-weight: 700;
    letter-spacing: 0.08em;
    box-sizing: border-box;
    transition: background-color 0.25s ease-out, transform 0.25s ease-out;
}

.reservation_submit:hover,
.line_reservation_button:hover {
    background: #285f31;
}

.reservation_submit:active,
.line_reservation_button:active {
    transform: translateY(1px);
}

.reservation_submit span,
.line_reservation_button span {
    color: inherit;
    font-size: 1.2em;
}

.form_status {
    min-height: 1.7em;
    margin-top: 3vw;
    color: #8e3838;
    font-size: 3.2vw;
    font-weight: 700;
    text-align: center;
}

.reservation_notes {
    margin-top: 8vw;
    padding: 8vw 6vw;
    background: #261702;
}

.reservation_notes h2 {
    color: #c4ae8f;
    font-family: "Zen Old Mincho", serif;
    font-size: 5vw;
    font-weight: 600;
}

.reservation_notes dl {
    margin-top: 6vw;
}

.reservation_notes dl > div {
    padding: 4vw 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.reservation_notes dt {
    color: #c4ae8f;
    font-size: 3vw;
    font-weight: 700;
}

.reservation_notes dd {
    margin-top: 1.5vw;
    color: #fff;
    font-size: 3.3vw;
    line-height: 1.75;
}

.reservation_contact {
    margin-top: 5vw;
    padding-top: 5vw;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.reservation_contact p {
    color: #fff;
    font-size: 3vw;
}

.reservation_contact a {
    margin-top: 1vw;
    display: inline-block;
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    font-size: 6vw;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.reservation_confirmation[hidden] {
    display: none;
}

.reservation_confirmation h2 {
    margin-top: 2vw;
    color: #261702;
    font-family: "Zen Old Mincho", serif;
    font-size: 6vw;
    font-weight: 600;
}

.reservation_confirmation dl {
    margin-top: 7vw;
    border-top: 1px solid #cfc4b4;
}

.reservation_confirmation dl > div {
    padding: 4vw 0;
    border-bottom: 1px solid #cfc4b4;
}

.reservation_confirmation dt {
    color: #76654f;
    font-size: 3vw;
    font-weight: 700;
}

.reservation_confirmation dd {
    margin-top: 1vw;
    color: #261702;
    font-family: "Noto Serif JP", serif;
    font-size: 3.5vw;
    line-height: 1.75;
    white-space: pre-wrap;
}

.edit_reservation {
    width: 100%;
    margin-top: 4vw;
    padding: 14px 20px;
    border: 1px solid #76654f;
    border-radius: 999px;
    background: transparent;
    color: #382817;
    cursor: pointer;
    font-size: 3.5vw;
    font-weight: 700;
}

@media screen and (min-width: 500px) {
    .reservation_intro {
        padding: 9vw 0 8vw;
    }

    .reservation_kicker {
        font-size: 1.5vw;
    }

    .reservation_intro h1 {
        margin-top: 1.5vw;
        font-size: 4.5vw;
    }

    .reservation_intro .lead {
        margin-top: 3vw;
        font-size: 1.7vw;
    }

    .confirmation_note {
        margin-top: 3vw;
        padding: 1.7vw;
        font-size: 1.5vw;
    }

    .reservation_steps {
        margin-top: 5vw;
    }

    .reservation_steps li:not(:last-child)::after {
        top: 2.2vw;
    }

    .reservation_steps span {
        width: 4.4vw;
        height: 4.4vw;
        margin-bottom: 1vw;
        font-size: 1.6vw;
    }

    .reservation_steps strong {
        font-size: 1.5vw;
    }

    .reservation_steps small {
        margin-top: 0.5vw;
        font-size: 1.25vw;
    }

    .reservation_form_section {
        padding: 8vw 0 10vw;
    }

    .reservation_form_wrap {
        padding: 5vw;
    }

    .reservation_group + .reservation_group {
        margin-top: 6vw;
        padding-top: 6vw;
    }

    .reservation_group legend {
        margin-bottom: 4vw;
        gap: 1.5vw;
        font-size: 2.8vw;
    }

    .reservation_group legend > span {
        width: 4vw;
        height: 4vw;
        font-size: 1.5vw;
    }

    .field + .field {
        margin-top: 3vw;
    }

    .field label,
    .field_label,
    .date_choice h3 {
        margin-bottom: 1vw;
        font-size: 1.6vw;
    }

    .field label em,
    .date_choice h3 em {
        padding: 0.2vw 0.7vw;
        font-size: 1.1vw;
    }

    .field label > span,
    .date_choice h3 > span {
        font-size: 1.2vw;
    }

    .field_hint,
    .reservation_notes dt,
    .reservation_contact p,
    .reservation_confirmation dt {
        font-size: 1.3vw;
    }

    .check_list span,
    .radio_list span,
    .agreement span,
    .reservation_notes dd,
    .reservation_confirmation dd {
        font-size: 1.45vw;
    }

    .date_choice {
        padding: 3vw;
    }

    .field_pair {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2vw;
    }

    .field_pair .field + .field {
        margin-top: 0;
    }

    .agreement {
        margin-top: 5vw;
        padding: 3vw;
    }

    .reservation_submit,
    .line_reservation_button {
        margin-top: 4vw;
        font-size: 1.7vw;
    }

    .reservation_notes {
        padding: 5vw;
    }

    .reservation_notes h2 {
        font-size: 2.8vw;
    }

    .reservation_notes dl {
        margin-top: 3vw;
    }

    .reservation_notes dl > div {
        padding: 2.5vw 0;
    }

    .reservation_contact a {
        font-size: 3.5vw;
    }

    .reservation_confirmation h2 {
        font-size: 3vw;
    }

    .edit_reservation {
        font-size: 1.5vw;
    }
}

@media screen and (min-width: 1040px) {
    .reservation_intro {
        padding: 92px 0 82px;
    }

    .reservation_kicker {
        font-size: 14px;
    }

    .reservation_intro h1 {
        margin-top: 12px;
        font-size: 46px;
    }

    .reservation_intro .lead {
        margin-top: 24px;
        font-size: 17px;
    }

    .confirmation_note {
        margin: 24px auto 0;
        max-width: 700px;
        padding: 14px 20px;
        font-size: 15px;
    }

    .reservation_steps {
        margin-top: 48px;
    }

    .reservation_steps li:not(:last-child)::after {
        top: 22px;
    }

    .reservation_steps span {
        width: 44px;
        height: 44px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .reservation_steps strong {
        font-size: 16px;
    }

    .reservation_steps small {
        margin-top: 4px;
        font-size: 13px;
    }

    .reservation_form_section {
        padding: 90px 0 120px;
    }

    .reservation_layout {
        display: grid;
        grid-template-columns: minmax(0, 680px) 300px;
        gap: 40px;
        align-items: start;
    }

    .reservation_form_wrap {
        padding: 56px;
    }

    .reservation_group + .reservation_group {
        margin-top: 54px;
        padding-top: 54px;
    }

    .reservation_group legend {
        margin-bottom: 36px;
        gap: 14px;
        font-size: 28px;
    }

    .reservation_group legend > span {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .field + .field {
        margin-top: 28px;
    }

    .field label,
    .field_label,
    .date_choice h3 {
        margin-bottom: 9px;
        font-size: 15px;
    }

    .field label em,
    .date_choice h3 em {
        margin-left: 8px;
        padding: 2px 7px;
        font-size: 11px;
    }

    .field label > span,
    .date_choice h3 > span {
        font-size: 12px;
    }

    .field_hint,
    .reservation_notes dt,
    .reservation_contact p,
    .reservation_confirmation dt {
        margin-top: 10px;
        font-size: 13px;
    }

    .check_list,
    .radio_list {
        gap: 14px;
    }

    .check_list label,
    .radio_list label,
    .agreement {
        gap: 12px;
    }

    .check_list span,
    .radio_list span,
    .agreement span,
    .reservation_notes dd,
    .reservation_confirmation dd {
        font-size: 14px;
    }

    .radio_list {
        gap: 36px;
    }

    .date_choice {
        padding: 26px;
    }

    .date_choice.secondary {
        margin-top: 20px;
    }

    .field_pair {
        gap: 18px;
    }

    .agreement {
        margin-top: 50px;
        padding: 24px;
    }

    .reservation_submit,
    .line_reservation_button {
        min-height: 66px;
        margin-top: 34px;
        gap: 36px;
        font-size: 17px;
    }

    .form_status {
        margin-top: 14px;
        font-size: 14px;
    }

    .reservation_notes {
        margin-top: 0;
        padding: 36px 28px;
        position: sticky;
        top: 24px;
    }

    .reservation_notes h2 {
        font-size: 24px;
    }

    .reservation_notes dl {
        margin-top: 22px;
    }

    .reservation_notes dl > div {
        padding: 20px 0;
    }

    .reservation_notes dd {
        margin-top: 6px;
    }

    .reservation_contact {
        margin-top: 24px;
        padding-top: 24px;
    }

    .reservation_contact a {
        margin-top: 5px;
        font-size: 28px;
    }

    .reservation_confirmation h2 {
        margin-top: 10px;
        font-size: 32px;
    }

    .reservation_confirmation dl {
        margin-top: 34px;
    }

    .reservation_confirmation dl > div {
        padding: 20px 0;
    }

    .reservation_confirmation dd {
        margin-top: 5px;
    }

    .edit_reservation {
        margin-top: 18px;
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .reservation_submit,
    .line_reservation_button {
        transition: none;
    }
}
