/* ==========================================================
   reservation.css - ご予約についてページ
   ========================================================== */

.reservation-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 240px;
}

.reservation-inner h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 0;
    text-align: center;
}

.reservation-divider {
    width: 100%;
    height: 1px;
    background: #7f6760;
    margin-top: 75px;
}

.reservation-content {
    display: flex;
    margin-top: 50px;
}

.reservation-content__title {
    width: 275px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 0;
}

.reservation-content__body {
    width: 725px;
}

.reservation-flow__lead,
.reservation-flow__desc,
.reservation-flow__arrow,
.reservation-flow__note {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin: 0;
}

.reservation-flow__step + .reservation-flow__arrow {
    margin-top: 2px;
}

.reservation-flow__arrow + .reservation-flow__step {
    margin-top: 2px;
}

.reservation-flow__note {
    margin-top: 50px;
}

.reservation-flow__contact {
    color: inherit;
    text-decoration: underline;
    margin-left: 12px;
    white-space: nowrap;
}

.reservation-actions {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-top: 40px;
}

.reservation-action {
    width: 330px;
    height: 120px;
    background: url("../images/reservation/btn_bg.png") center / cover no-repeat;
    color: #fff;
    font-weight: 500;
    text-decoration: none;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.reservation-action__main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
}

.reservation-action__sub {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
}

.reservation-schedule {
    margin-top: 75px;
    margin-bottom: 0;
}

.reservation-schedule__row {
    display: flex;
    border-top: 1px solid #7f6760;
    padding-top: 45px;
    padding-bottom: 45px;
}

.reservation-schedule__label {
    margin: 0;
    width: 275px;
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.reservation-schedule__value {
    margin: 0;
    width: 725px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.reservation-detail-block {
    display: flex;
    border-top: 1px solid #7f6760;
    padding-top: 45px;
}

.reservation-detail-block:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 70px;
}

.reservation-detail-block + .reservation-detail-block {
    margin-top: 60px;
}

.reservation-detail-block__title {
    width: 275px;
    margin: 0;
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.reservation-detail-block__body {
    width: 725px;
}

.reservation-detail-block__body p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.reservation-detail-block__body p + p {
    margin-top: 10px;
}

.reservation-child-list {
    margin-top: 30px;
}

.reservation-child-item {
    border-top: 1px dashed #7f6760;
    padding: 30px 0;
}

.reservation-child-item__head {
    display: flex;
    align-items: baseline;
    margin: 0;
}

.reservation-child-item__head span:first-child {
    min-width: 170px;
}

.reservation-child-item__desc {
    margin-top: 10px;
    padding-left: 24px;
}

.reservation-cancel-list__row {
    display: flex;
    margin: 0;
}

.reservation-cancel-list__label {
    width: 110px;
}

.reservation-cancel-list__value {
    flex: 1;
    text-align: left;
}

.reservation-cancel-list {
    margin-bottom: 40px;
}

.reservation-cancel-note {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.reservation-detail-block:last-child .reservation-detail-block__body {
    padding-bottom: 115px;
}

@media (max-width: 768px) {
    .reservation-inner {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
        padding-top: 26.56vw;
    }

    .reservation-inner h2 {
        font-size: 6.25vw;
        line-height: 6.25vw;
        letter-spacing: 0.05em;
    }

    .reservation-divider {
        width: 92.19vw;
        margin: 14.06vw auto 0;
    }

    .reservation-content {
        flex-direction: column;
        width: 87.5vw;
        margin: 7.81vw auto 0;
    }

    .reservation-content__title {
        width: auto;
        font-size: 4.38vw;
        line-height: 6.25vw;
        margin-bottom: 4.69vw;
    }

    .reservation-content__body {
        width: auto;
    }

    .reservation-flow__lead,
    .reservation-flow__desc,
    .reservation-flow__arrow,
    .reservation-flow__note {
        font-size: 3.13vw;
        line-height: 4.69vw;
        letter-spacing: 0.05em;
    }

    .reservation-flow__step + .reservation-flow__arrow {
        margin-top: 0;
    }

    .reservation-flow__arrow + .reservation-flow__step {
        margin-top: 0;
    }

    .reservation-flow__note {
        margin-top: 6.25vw;
    }

    .reservation-flow__contact {
        display: inline-block;
        margin-top: 4.69vw;
        margin-left: 0;
    }

    .reservation-actions {
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 0.78vw;
        margin: 9.38vw auto 0;
    }

    .reservation-action {
        width: 51.56vw;
        height: 23.44vw;
    }

    .reservation-action__main {
        height: 4.62vw;
        font-size: 4.62vw;
        line-height: 4.62vw;
    }

    .reservation-action__sub {
        height: 4.62vw;
        font-size: 3.08vw;
        line-height: 4.62vw;
    }

    .reservation-schedule {
        width: 87.5vw;
        margin-left: auto;
        margin-right: auto;
        margin-top: 11.54vw;
        margin-bottom: 0;
    }

    .reservation-schedule__row {
        display: block;
        border-top: 1px solid #7f6760;
        padding-top: 6.92vw;
        padding-bottom: 6.92vw;
    }

    .reservation-schedule__label {
        width: auto;
        font-size: 4.38vw;
        line-height: 6.25vw;
    }

    .reservation-schedule__value {
        width: auto;
        font-size: 3.13vw;
        line-height: 4.69vw;
        letter-spacing: 0.05em;
        font-weight: 500;
    }

    .reservation-schedule__value {
        margin-top: 3.08vw;
    }

    .reservation-detail-block {
        display: block;
        border-top: 1px solid #7f6760;
        padding-top: 6.92vw;
    }

    .reservation-detail-blocks {
        width: 87.5vw;
        margin-left: auto;
        margin-right: auto;
    }

    .reservation-detail-block:first-child {
        border-top: none;
        padding-top: 0;
        margin-top: 10.77vw;
    }

    .reservation-detail-block + .reservation-detail-block {
        margin-top: 9.23vw;
    }

    .reservation-detail-block__title {
        width: auto;
        font-size: 4.38vw;
        line-height: 6.25vw;
        margin-bottom: 4.62vw;
    }

    .reservation-detail-block__body {
        width: auto;
    }

    .reservation-detail-block__body p {
        font-size: 3.13vw;
        line-height: 4.69vw;
    }

    .reservation-detail-block__body p + p {
        margin-top: 1.54vw;
    }

    .reservation-child-list {
        margin-top: 4.62vw;
    }

    .reservation-child-item {
        border-top: 1px dashed #7f6760;
        padding: 4.62vw 0;
    }

    .reservation-child-item__head {
        display: block;
    }

    .reservation-child-item__head span:first-child {
        min-width: 0;
    }

    .reservation-child-item__head span + span {
        display: inline-block;
        margin-top: 1.54vw;
    }

    .reservation-child-item__desc {
        margin-top: 1.54vw;
        padding-left: 0;
    }

    .reservation-cancel-list__label {
        width: 16.92vw;
    }

    .reservation-cancel-note {
        margin: 0;
        font-size: 3.13vw;
        line-height: 4.69vw;
    }

    .reservation-cancel-list {
        margin-bottom: 6.15vw;
    }

    .reservation-detail-block:last-child .reservation-detail-block__body {
        padding-bottom: 17.69vw;
    }
}
