﻿.banner {
    width: 100%;
    margin-bottom: 87px;
}

.PC .link {
    margin-bottom: 91px;
    margin-left: 74px;
}

    .PC .link a {
        font-size: 14px;
        color: #657d9b;
    }

.PC .news-title {
    display: block;
    width: 142px;
    margin-bottom: 54px;
}

.PC .news-area {
    margin-left: 74px;
    margin-right: 74px;
}

.PC .news {
    border-top: 1px solid #5d7999;
}

.PC .new {
    border-bottom: 1px solid #5d7999;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 44px;
    padding-right: 18px;
    display: flex;
    align-items: start;
    color: #657d9b;
}

    .PC .new .date {
        font-size: 12px;
        width: 200px;
        height: 161px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

.pl-6px {
    padding-left: 6px;
}

.PC .new .main {
    width: 336px;
    margin-right: 36px;
}

    .PC .new .main .title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 23px;
        font-size: 22px;
        font-weight: 700;
        line-height: 28px;
    }

    .PC .new .main .content {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        line-height: 20px;
        color: #656464;
    }

.PC .new a {
    width: 73px;
}

    .PC .new a img {
        width: 100%;
    }

.article-page {
    margin-top: 44px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 130px;
}

    .article-page a, .article-page span {
        margin-right: 12px;
        padding: 0 4px;
        vertical-align: middle;
        line-height: 18px;
    }

        .article-page a.current, .article-page span.current {
            border-bottom: 1px solid #456376;
        }

        .article-page span.disabled i {
            color: #CACACA
        }

    .article-page i {
        font-size: 22px;
    }


.reservation {
    display: flex;
    margin-bottom: 72px;
    align-items: start;
}

    .reservation img {
        width: 542px;
        margin-right: 37px;
    }

.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-repeat: no-repeat;
        background-image: url("../img/index/custom-select.png");
        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) {
    .banner {
        margin-bottom: 38px;
    }

    .MB {
        padding-left: 5px;
        padding-right: 5px;
    }

        .MB .news-title {
            display: block;
            width: 89px;
            margin-bottom: 22px;
            margin-left: 12px;
        }

    .news {
        border-top: 1px solid #607d9d;
        padding-left: 13px;
        padding-right: 13px;
    }

    .new {
        /* display: flex; */
        padding-top: 18px;
        padding-bottom: 31px;
        border-bottom: 1px solid #607d9d;
        color: #607d9d;
    }

        .new a {
            display: flex;
            color: #607d9d;
        }

        .new .main {
            margin-right: 20px;
        }

    .MB .date {
        margin-bottom: 37px;
        font-size: 15px;
    }

    .MB .title {
        font-size: 22px;
        line-height: 31px;
        margin-bottom: 97px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 700;
    }

    .MB .content {
        font-size: 13px;
        line-height: 17px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #656464;
    }

    .main-2 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .article-page {
        margin-top: 35px;
        margin-bottom: 82px;
        font-size: 14px;
    }

    .reservation {
        flex-direction: column;
        margin-bottom: 0;
    }

        .reservation img {
            width: 100%;
            margin: 0;
            order: 2;
        }

    .form {
        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;
    }
}

