﻿.top-banner {
    width: 100%;
    display: block;
}

.top-link {
    font-size: 14px;
    color: #657d9b;
    margin-left: 74px;
    margin-top: 87px;
    margin-bottom: 35px;
}

.reservation-title {
    letter-spacing: 4px;
    margin-left: 74px;
    margin-right: 74px;
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 39px;
    margin-bottom: 41px;
    color: #607d9d;
    font-size: 24px;
    font-weight: 700;
    border-top: 1px solid #3f6378;
    border-bottom: 1px solid #3f6378;
}

    .reservation-title::after {
        content: "";
        position: absolute;
        width: 112px;
        height: 10px;
        background-color: #3f6378;
        bottom: -5px;
        left: 37px;
    }

.reservation-main {
    margin-bottom: 95px;
    text-align: center;
}

    .reservation-main img {
        max-width: 100%;
    }

.reservation {
    display: flex;
    margin-bottom: 72px;
    align-items: start;
}

    .reservation img {
        margin-right: 37px;
        width: 542px;
    }

.form {
    flex-grow: 1;
    color: #657d9b;
}

    .form h6 {
        width: 100%;
        font-size: 19px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
    }

form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    form p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    form > div {
        margin-bottom: 20px;
    }

    form input {
        width: 100%;
        height: 35px;
        border: 1px solid #657d9b;
        color: #657d9b;
        font-weight: bold;
        font-size: 15px;
        padding-left: 10px;
    }

    form .name {
        width: 48%;
        margin-right: 8px;
    }

    form .tel {
        width: 48%;
        margin-left: 8px;
    }

    form .email {
        width: 48%;
        margin-right: 8px;
    }

    form .time {
        width: 48%;
        margin-left: 8px;
    }

    form .category {
        width: 100%;
    }

    form select {
        width: 100%;
        height: 35px;
        border: 1px solid #657d9b;
        color: #657d9b;
        font-weight: bold;
        font-size: 15px;
        padding-left: 10px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
    }

.custom-select {
    position: relative;
}

    .custom-select::before {
        content: "";
        position: absolute;
        width: 11px;
        height: 10px;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        background-image: url("/img/index/custom-select.png");
        background-repeat: no-repeat;
        background-size: 100%;
    }

form .content {
    width: 100%;
}

form textarea {
    width: 100%;
    height: 76px;
    border: 1px solid #657d9b;
    resize: none;
}

form button {
    background-color: #657d9b;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 23px;
    border-radius: 5px;
    margin: 14px auto 0 auto;
}

@media (max-width: 992px) {
    .reservation-title {
        margin-left: 11px;
        margin-right: 11px;
        position: relative;
        padding-top: 11px;
        padding-bottom: 11px;
        padding-left: 17px;
        margin-top: 41px;
        margin-bottom: 27px;
        color: #607d9d;
        font-size: 24px;
        font-weight: 700;
        border-top: 1px solid #3f6378;
        border-bottom: 1px solid #3f6378;
    }

        .reservation-title::after {
            content: "";
            position: absolute;
            width: 112px;
            height: 5px;
            background-color: #3f6378;
            bottom: -3px;
            left: 16px;
        }

    .reservation {
        flex-direction: column;
        margin-bottom: 0;
    }

    .reservation-main {
        margin-bottom: 50px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .reservation img {
        width: 100%;
        margin-right: 0;
        order: 0;
    }

    .form {
        margin-top: -1px;
        background-image: url("/img/introduce/normal-bg.jpg");
        background-repeat: no-repeat;
    }

        .form h6 {
            font-size: 17px;
            padding-top: 8px;
            padding-bottom: 8px;
            background-color: #657d9b;
            color: #fff;
        }

    .speech {
        margin-bottom: 38px;
    }

    form input {
        width: 100%;
    }

    form .name {
        padding-left: 22px;
        padding-right: 22px;
        width: 100%;
        margin-right: 0;
    }

    form .tel {
        padding-left: 22px;
        padding-right: 22px;
        width: 100%;
        margin-left: 0;
    }

    form .email {
        margin-right: 0;
        padding-left: 22px;
        padding-right: 22px;
        width: 100%;
    }

    form .time {
        margin-left: 0;
        padding-left: 22px;
        padding-right: 22px;
        width: 100%;
    }

    form .category {
        padding-left: 22px;
        padding-right: 22px;
    }

    form .content {
        padding-left: 22px;
        padding-right: 22px;
        margin-bottom: 0;
    }

    form button {
        margin-bottom: 14px;
    }
}
