/*!
 * 予約ページ(contact.html)で使用する。
 */

/* 間隔 */
.blank {
    margin-top: 20px;
}

/* トップタイトル */
#reserve .breadcrumb .breadcrumb__list .breadcrumb__listbox {
    font-family: 'Noto Serif JP', serif;
}
.reserve {
    background-image: url(../images/common/page-reserve_bg.jpg);
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
}
.contact_title {
    text-align: center;
}
.reserve-tel {
    text-align: center;
    max-width: 362px;
    margin: 30px auto;
}

.contact_top_text {
    font-size: 15px;
}

.contact_top_text_red {
    font-size: 15px;
    color: #de0000;
}

.contact_form {
    display: flex;
    margin-top: 30px;
}

.contact_form_label {
    width: 40%;
}

.contact_form_label_require {
    font-size: 12px;
    color: red;
    display: block;
}

.contact_form_control {
    width: 60%;
}
.reserve-form {
    margin-top: 50px;
    background-color: #fff;
    max-width: 1000px;
    margin: 50px auto 0 auto;
    padding: 50px;
    border: 2px solid #333;
}

.contact_form_select_number {
    display: flex;
    margin-top: 10px;
}

.consent_text {
    font-size: 1.4rem;
}

.submit_button_container {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.submit_button {
    width: 40%;
    color: #fff;
    background-color: #222;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #fff;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.check_box_container {
    width: 50%;
    margin: 40px auto 40px auto;
}

.un_checkbox {
    transform: scale(1.3);
    margin: 0 6px 0 0;
}

.error_text {
    color: red;
}

.submit-img {
    transition: all 0.3s ease-out;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.submit-img:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 15px rgb(0 0 0 / 40%);
}


.talign-left {
    text-align: left;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
}
.ttl-strong {
    font-size: 18px;
    font-weight: normal;
}










/* SC版 */
@media (max-width: 768px) {
    .input__form {
        display: block;
        width: 100%;
        height: 34px;
        padding: 0.375rem 0.75rem;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #333;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .input__select {
        display: block;
        width: 100%;
        height: 34px;
        padding: 0.375rem 0.75rem;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #333;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .contact_form_calendar {
        border: 1px solid #333;
        width: 100%;
    }
    .select_label {
        width: 30%;
        font-size: 1.4rem;
    }

    .select_number {
        width: 40%;
        border: 1px solid #333;
        margin-right: 10px;
        padding: 10px;
        text-align: right;
    }

    .request_textarea {
        border: 1px solid #333;
        width: 100%;
        height: 210px;
        padding: 10px;
    }
    .reserve-form {
        border: none;
        margin-left: -20px;
        margin-right: -20px;
        padding: 50px 0px;
    }
    .contact_form_text {
        font-size: 1.4rem;
    }
    .submit-img {
        max-width: 252px;
    }
    .check_box_container {
        width: 100%;
    }
    .reserve {
        padding-bottom: 0;
    }
}

/* PC版 */
@media (min-width: 768px) {
    .input__form {
        display: block;
        width: 318px;
        height: 34px;
        padding: 10px;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #333;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .input__select {
        display: block;
        width: 318px;
       
        padding: 10px;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #333;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .contact_form_calendar {
        border: 1px solid #333;
        border-radius: 0.25rem;
    }
    .select_label {
        width: 15%;
    }

    .select_number {
        width: 20%;
        border: 1px solid #333;
        margin-right: 10px;
        text-align: right;
        padding: 10px;
    }

    .request_textarea {
        border: 1px solid #333;
        width: 412px;
        height: 210px;
        font-size: 14px;
        padding: 10px;
    }
}
