﻿.MB-2 {
    display: none !important;
}

.PC-wrap.new {
    padding-left: 74px;
    padding-right: 74px;
    padding-bottom: 71px;
    border-bottom: 1px solid #627996;
}

.banner {
    width: 100%;
    margin-bottom: 87px;
}

.link {
    margin-bottom: 91px;
}

    .link a {
        font-size: 14px;
        color: #657d9b;
    }

.new-title {
    display: block;
    margin-bottom: 72px;
}

.content-title {
    font-size: 28px;
    font-weight: 700;
    color: #657d9b;
    padding-bottom: 18px;
    border-bottom: 1px solid #657d9b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
}

.date {
    margin-top: 14px;
    margin-bottom: 31px;
    font-size: 12px;
    color: #657d9b;
    text-align: end;
}

.new-img {
    display: block;
    margin-bottom: 54px;
}

.new-content p {
    line-height: 31px;
    color: #211815;
    margin: 1.85rem auto;
    text-align: justify;
}

.page {
    padding-left: 74px;
    padding-right: 74px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #627996;
    margin-top: 62px;
    margin-bottom: 129px;
}

    .page a {
        border-bottom: 1px solid #627996;
    }

.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-image: url("/img/index/custom-select.png");
        background-size: 100%;
        background-repeat: no-repeat;
    }

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) {
    .PC-2 {
        display: none !important;
    }

    .MB-2 {
        display: block !important;
    }

    .banner {
        margin-bottom: 38px;
    }

    .PC-wrap.new {
        padding-left: 5px;
        padding-right: 5px;
        border: none;
        padding-bottom: 0;
    }

    .new-title {
        display: block;
        width: 89px;
        margin-bottom: 22px;
        margin-left: 12px;
    }

    .date {
        border-top: 1px solid #5d7998;
        text-align: start;
        padding-top: 19px;
        font-size: 15px;
        padding-left: 12px;
    }

    .new-img {
        width: 228px;
        margin-left: 12px;
        margin-bottom: 36px;
    }

    .content-title {
        border-bottom: none;
        font-size: 24px;
        padding-left: 12px;
        padding-bottom: 40px;
        line-height: 37px;
    }

    .new-content {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 14px;
        line-height: 28px;
        padding-bottom: 75px;
        border-bottom: 1px solid #627996;
    }

    .news {
        border-top: 1px solid #607d9d;
        padding-left: 13px;
        padding-right: 13px;
    }

    .news-sub {
        padding-left: 5px;
        padding-right: 5px;
    }

    .new-sub {
        display: flex;
        padding-top: 18px;
        padding-bottom: 31px;
        padding-left: 12px;
        padding-right: 12px;
        border-bottom: 1px solid #607d9d;
        color: #607d9d;
    }

        .new-sub .main {
            margin-right: 20px;
        }

    .date-sub {
        margin-bottom: 37px;
        font-size: 15px;
    }

    .title-sub {
        font-size: 20px;
        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;
    }

    .content-sub {
        font-size: 12px;
        line-height: 17px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #656464;
    }

    .main-2-sub {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .main-2-sub a {
            font-size: 15px;
            border-bottom: 1px solid #5d7998;
            margin-left: auto;
        }

    .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 {
        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;
    }
}

