@charset "utf-8";

/*==============================================

	form

==============================================*/

.reserve_section {
    /* display: none; */
}

.form_wrapper {
    background-image: url(../../common/img/contact_bg.png);
    background-repeat: no-repeat;
    background-size: 1218px;
    background-position: left bottom;
}

.restaurant_form_page .form_wrapper {
    background-image: unset;
}
.restaurant_form_page .reserve_bg_wrap {
    margin-top: -340px;
    z-index: 0;
    position: relative;
}

@media (max-width: 768px) {

    .form_wrapper {
        background-size: 700px;
    }

    .restaurant_form_page .reserve_bg_wrap {
        margin-top: 0;
    }
}