@charset "utf-8";

/* facility
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
    .inner-base .inner-narrow {
        padding-left: 0;
        padding-right: 0;
    }
}
.figs img {
    display: block;
}


/* フォーム */
.form-tbl {
    width: 888px;
    margin: 50px auto;
}
.form-tbl th,
.form-tbl td {
    padding: 15px 25px;
}
.form-tbl td img {
    vertical-align: middle;
}
.form-tbl th {
    width: 202px;
    border-right: 1.6px dashed #A8ADB0;
    border-bottom: 1.6px dashed #A8ADB0;
    background-color: #E5E7E7;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    vertical-align: top;
    line-height: 150%;
}
.form-tbl td {
    width: 686px;
    border-bottom: 1.6px dashed #A8ADB0;
}
.form-tbl tr:last-of-type th,
.form-tbl tr:last-of-type td {
    border-bottom: none;
}
.btn_wrap .btn-detail {
    width: 337px;
    margin-bottom: 50px;
    background: none;
    text-shadow: none;
    background-color: #1F2358!important;
    font-size: 20px!important;
    border-radius: 0;
    border: none;
}
@media screen and (max-width: 768px){
    .form-tbl {
        width: 100%;
    }
    .form-tbl th,
    .form-tbl td {
        display: block;
        width: 100%;
        border-right: none;
    }
    .form-tbl tr:last-of-type th {
        border-bottom: 1.6px dashed #A8ADB0;
    }
    .form-tbl td {
        border-bottom: none;
    }
}
.form-tbl input,
.form-tbl textarea {
    width: 100%;
    min-width: 100%;
    padding: 10px 10px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #B5B5B5;
    border-radius: 0;
}

.box-phone {
    margin-top: 150px;
    padding-top: 30px;
    padding-bottom: 50px;
    color: #1F2358;
}

.sec01 .block-reservation {
    margin-top: -20px;
}
.sec01 .block-reservation .tel {
    color: #1F2358;
}
.box-phone .fig {
    margin-top: 30px;
}

.sec01 {
    margin-top: 70px;
}

/* mailformpro */
#mfp_overlay {
    padding-top: 120px;
}
#mfp_overlay_inner h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
    font-size: 16px!important;
}
@media screen and (max-width: 768px){
    table#mfp_confirm_table tr th {
        font-size: 14px!important;
    }
}

@media screen and (max-width: 768px){
    .box-phone .block-reservation .tel a {
        color: #1F2358;
    }
}




