.reserve-page {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    color: #333;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Helvetica Neue",
        "Yu Gothic",
        "YuGothic",
        "Hiragino Kaku Gothic ProN",
        Meiryo,
        sans-serif;
    line-height: 1.8;
    box-sizing: border-box;
}

.reserve-page *,
.reserve-page *::before,
.reserve-page *::after {
    box-sizing: border-box;
}

/* ===================== メインイメージ ===================== */

.reserve-mainvisual {
    width: 100%;
    margin: 0 0 55px;
}

.reserve-mainvisual img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* ===================== HERO ===================== */

.reserve-hero {
    padding: 54px 35px;
    background: #f7f3ee;
    text-align: center;
    border-radius: 4px;
}

.reserve-hero-sub {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: bold;
    color: #765f4b;
}

.reserve-hero h1 {
    margin: 0;
    font-size: 36px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    color: #333;
}

.reserve-hero h1 strong {
    color: #9b2c25;
    font-size: 1.25em;
}

.reserve-hero-lead {
    margin: 20px auto 0;
    max-width: 620px;
    font-size: 16px;
}

.reserve-hero-note {
    display: inline-block;
    margin-top: 22px;
    padding: 8px 18px;
    background: #fff;
    border-radius: 30px;
    font-size: 14px;
    color: #65584e;
}


/* ===================== 共通 ===================== */

.reserve-section {
    margin-top: 55px;
}

.reserve-title {
    margin: 0 0 28px;
    text-align: center;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.reserve-title::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    margin: 15px auto 0;
    background: #9b2c25;
}

.reserve-intro {
    text-align: center;
    margin: 0 auto 30px;
}


/* ===================== 利用シーン ===================== */

.reserve-scenes {
    display: flex;
    flex-wrap: wrap;
    margin: -7px;
}

.reserve-scene {
    width: calc(50% - 14px);
    margin: 7px;
    padding: 22px 20px;
    background: #fafafa;
    border: 1px solid #e4e0dc;
}

.reserve-scene-title {
    margin-bottom: 7px;
    font-size: 17px;
    font-weight: bold;
    color: #51463d;
}

.reserve-scene p {
    margin: 0;
    font-size: 14px;
}


/* ===================== 3ポイント ===================== */

.reserve-points {
    display: flex;
    margin: 0 -6px;
}

.reserve-point {
    width: 33.333%;
    margin: 0 6px;
    padding: 27px 14px;
    text-align: center;
    background: #fff;
    border: 1px solid #ded7d1;
}

.reserve-point-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 0 auto 15px;
    background: #9b2c25;
    border-radius: 50%;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}

.reserve-point h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.reserve-point p {
    margin: 0;
    font-size: 14px;
}


/* ===================== 利用方法 ===================== */

.reserve-flow {
    display: flex;
    align-items: stretch;
}

.reserve-flow-item {
    position: relative;
    flex: 1;
    margin-right: 22px;
    padding: 22px 12px;
    text-align: center;
    background: #f7f3ee;
}

.reserve-flow-item:last-child {
    margin-right: 0;
}

.reserve-flow-item:not(:last-child)::after {
    content: "›";
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -18px;
    font-size: 30px;
    color: #aaa;
}

.reserve-flow-step {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #9b2c25;
}

.reserve-flow-title {
    display: block;
    font-weight: bold;
    font-size: 15px;
}


/* ===================== 備考欄記入例 ===================== */

.reserve-example {
    margin-top: 28px;
    padding: 24px;
    background: #fff9eb;
    border: 1px solid #eadcb3;
}

.reserve-example-title {
    margin-bottom: 8px;
    font-weight: bold;
}

.reserve-example-text {
    margin: 0;
    padding: 14px 18px;
    background: #fff;
    border-left: 4px solid #c4973a;
}


/* ===================== サービス概要 ===================== */

.reserve-table {
    width: 100%;
    border-collapse: collapse;
}

.reserve-table th,
.reserve-table td {
    padding: 16px 18px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
}

.reserve-table th {
    width: 28%;
    background: #f5f2ef;
    font-weight: bold;
}

.reserve-em {
    color: #9b2c25;
    font-weight: bold;
}


/* ===================== 注意事項 ===================== */

.reserve-caution {
    padding: 28px;
    background: #fff7f6;
    border: 1px solid #e8c4c1;
}

.reserve-caution-title {
    margin: 0 0 15px;
    color: #8c2923;
    font-size: 19px;
}

.reserve-caution ul {
    margin: 0;
    padding-left: 1.5em;
}

.reserve-caution li {
    margin: 8px 0;
}


/* ===================== FAQ ===================== */

.reserve-faq-item {
    margin-bottom: 12px;
    border: 1px solid #ddd;
}

.reserve-faq-q {
    padding: 17px 20px;
    background: #f7f5f2;
    font-weight: bold;
}

.reserve-faq-q::before {
    content: "Q.";
    margin-right: 8px;
    color: #9b2c25;
    font-weight: bold;
}

.reserve-faq-a {
    padding: 18px 20px;
}

.reserve-faq-a::before {
    content: "A.";
    margin-right: 8px;
    color: #876a51;
    font-weight: bold;
}


/* ===================== CTA ===================== */

.reserve-cta {
    margin-top: 55px;
    padding: 38px 30px;
    background: #f4f0eb;
    text-align: center;
}

.reserve-cta h2 {
    margin: 0 0 10px;
    font-size: 23px;
}

.reserve-cta p {
    margin: 0 0 22px;
}

.reserve-buttons {
    display: flex;
    justify-content: center;
    margin: 0 -6px;
}

.reserve-btn {
    display: block;
    width: 260px;
    margin: 6px;
    padding: 15px 12px;
    text-decoration: none !important;
    font-weight: bold;
    text-align: center;
    transition: opacity .2s ease;
}

.reserve-btn:hover {
    opacity: .8;
}

.reserve-btn-main {
    background: #9b2c25;
    color: #fff !important;
}

.reserve-btn-sub {
    background: #fff;
    border: 1px solid #77685c;
    color: #554a41 !important;
}


/* ===================== スマートフォン ===================== */

@media screen and (max-width: 600px) {

    .reserve-page {
        padding: 0 12px;
    }

    .reserve-mainvisual {
        margin-bottom: 38px;
    }

    .reserve-hero {
        padding: 38px 20px;
    }

    .reserve-hero-sub {
        font-size: 14px;
    }

    .reserve-hero h1 {
        font-size: 27px;
    }

    .reserve-hero-lead {
        font-size: 15px;
        text-align: left;
    }

    .reserve-section {
        margin-top: 42px;
    }

    .reserve-title {
        font-size: 22px;
    }

    .reserve-scene {
        width: calc(100% - 14px);
    }

    .reserve-points {
        display: block;
        margin: 0;
    }

    .reserve-point {
        width: 100%;
        margin: 0 0 12px;
        padding: 23px 17px;
    }

    .reserve-flow {
        display: block;
    }

    .reserve-flow-item {
        margin: 0 0 27px;
    }

    .reserve-flow-item:not(:last-child)::after {
        content: "▼";
        top: auto;
        right: 50%;
        bottom: -24px;
        margin: 0 -6px 0 0;
        font-size: 13px;
    }

    .reserve-table th .reserve-table td {
        display: block;
        width: 100%;
    }

    .reserve-table th {
        padding: 11px 15px;
    }

    .reserve-table td {
        padding: 14px 15px;
    }

    .reserve-caution {
        padding: 22px 18px;
    }

    .reserve-buttons {
        display: block;
        margin: 0;
    }

    .reserve-btn {
        width: 100%;
        margin: 8px 0;
    }

}