/* margin default*/
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt45{margin-top:45px;}
.mt50{margin-top:50px;}
.mt55{margin-top:55px;}
.mt60{margin-top:60px;}
.mt65{margin-top:65px;}
.mt70{margin-top:70px;}
.mt75{margin-top:75px;}
.mt80{margin-top:80px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mb55{margin-bottom:55px;}
.mb60{margin-bottom:60px;}
.mb65{margin-bottom:65px;}
.mb70{margin-bottom:70px;}
.mb75{margin-bottom:75px;}
.mb80{margin-bottom:80px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.pt35{padding-top:35px;}
.pt40{padding-top:40px;}
.pt45{padding-top:45px;}
.pt50{padding-top:50px;}
.pt55{padding-top:55px;}
.pt60{padding-top:60px;}
.pt65{padding-top:65px;}
.pt70{padding-top:70px;}
.pt75{padding-top:75px;}
.pt80{padding-top:80px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}
.pb40{padding-bottom:40px;}
.pb45{padding-bottom:45px;}
.pb50{padding-bottom:50px;}
.pb55{padding-bottom:55px;}
.pb60{padding-bottom:60px;}
.pb65{padding-bottom:65px;}
.pb70{padding-bottom:70px;}
.pb75{padding-bottom:75px;}
.pb80{padding-bottom:80px;}
/* margin default end*/

.pcOnly { display: inherit; }
.spOnly { display: none; }

.text-indent{
    text-indent:1em;
}

#contact {
    line-height: 1.5;
    background: url(/share/img/contact-catering/bg_pattern.png);
}

#contact .visual {
    text-align: center;
    margin-bottom: 50px;
}

#contact .inr {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#contact #sc1 {
    margin-bottom: 50px;
}

#contact .lead {
    width:100%;
}
#contact .lead p {
    margin-bottom: 0.5em;
}
#contact .alert_mail {
    color: #e72128;
    /*text-decoration: underline;*/
}
#contact .m-domain {
    color: #e72128;
    font-weight: bold;
    padding-left: 1em;
}

#contact .link_to_catering {
    text-align: center;
    text-decoration: underline;
}

#contact .lead h2 {
    text-align: center;
    margin-bottom: 30px;
}

#contact .lead p {
    font-size: 16px;
    line-height: 1.5;
}




.content .contact-header{
    display:block;
    width:100%;
    text-align:center;
}

.content .contact-inner{
    margin:0 auto;
    width:100%;
    max-width:1000px;
    font-size: 14px;
    letter-spacing: 0;
}

.contact-main_visual {
    height: 200px;
    background: #fff url(../img/contact/main-visual.jpg) no-repeat center;
    background-size: cover;
}

.contact-main_visual img{
    margin-top:85px;
}

/*** table ***/
.catering *{box-sizing:border-box;}
.catering{
    color:#333333;
    width:100%;
    border-collapse: separate;
    border-spacing: 0px;
    background-color: #ffffff;
}
.catering th,
.catering td {
    padding: 20px 15px;
    font-weight:normal;
    font-size: 16px;
}
.catering th{width:35%;background-color:#f5f5f5;border:1px solid #b7b7b7;border-bottom:none;text-align:left;}
.catering td{width:60%;border:1px solid #b7b7b7;border-left:none;border-bottom:none;}
 table.catering{border-bottom:1px solid #b7b7b7;}

.btn-send {
    width:100%;
    text-align:center;
}
.catering .textarea{
    width: 100%;
    resize: vertical;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid rgb(169, 169, 169);
    padding: 10px;
}
.catering .textarea:focus{
        background-color: #ffffff;
}

.catering .text{
    height: 30px;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-right: 5px;
    border: 1px solid rgb(169, 169, 169);
    /*width: 100%;*/
    padding: 4px 10px;

    font-size:16px;
}

.catering .text:focus{
    background-color: #ffffff;
}

.catering .text.short{
    width: 50%;
}

.catering .sub-text-wrap{
    display: block;
    vertical-align: middle;
}

.catering .sub-text{
    resize: vertical;
    height: 64px;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid rgb(169, 169, 169);
    width: 100%;
    word-break: break-all;
    padding: 10px;
}

.catering .sub-text:focus{
    background-color: #ffffff;
}

.catering .tenpo2{
    margin: 0px 5px;
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid rgb(169, 169, 169);
    text-align: center;
}

.catering .tenpo2:focus{
    background-color: #ffffff;
}

.catering .select{
    height: 30px;
    margin:auto 5px auto 25px;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid rgb(169, 169, 169);

    font-size: 16px;
}

.catering .select:first-child{
    margin-left: auto;
}

.catering .select:focus{
    background-color: #ffffff;
}

.catering .radio-cont{
    display: block;
}

.catering .horizontal-item {
    min-width: 85px;
}

.catering input[type="radio"] {
    display: none;
}
.catering label {
    position: relative;
    display: inline-block;
    padding: 0 0px 0 24px;
    cursor: pointer;
    margin-right: 0px;
}
.catering label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    border: 1px solid #9a9a9a;
    border-radius: 100%;
}
.catering input[type="radio"]:checked + span::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 5px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #e60012;
    border-radius: 100%;
}

.catering #info {
    height: 150px;
}

.catering .required {
    display: inline-block;
    color:#ff0000;
    font-size : 87.5%;
    padding-left: 0.8em;
}
.btn-send input {
    margin: 0 10px;
    text-indent: -9999px;
    border: 0px;
    width: 150px;
    height: 40px;
    cursor: pointer;
}

.mw_wp_form_input .btn-send .sendmail {
    width: 306px;
    background: url(/share/img/contact/btn-send.jpg) left top no-repeat;
}

.mw_wp_form_confirm .btn-send .sendmail{
    background: url(/share/img/contact/btn-send2.jpg) left top no-repeat;
}

.mw_wp_form_confirm .btn-send .return {
    background: url(/share/img/contact/btn-return.jpg) left top no-repeat;
}

.thanks{
    text-align: center;
    font-size: 24px;
    /*border: 1px solid #d0d0d0;*/
    padding: 50px;
    border-radius: 5px;
    /*margin-bottom: 100px;*/
}


.contact_form .mw_wp_form .error{
    color:#ff0000 !important;
    font-size: 81.25% !important;
}
.catering .datebox {
    display: inline-block;
    margin-bottom: 2%;
    width: 22%;
}
.mw_wp_form #ct01_year+.error {
    position: absolute;
    margin-left: 0;
    /*padding-bottom: 8px;*/
}
.mw_wp_form #ct02_month+.error {
    position: absolute;
    margin-left: 0;
    /*padding-bottom: 8px;*/
}
.mw_wp_form #ct03_day+.error {
    position: absolute;
    margin-left: 0;
    /*padding-bottom: 8px;*/
}
.mw_wp_form #ct10_zip {
    width: 20%;
}

.catering .mailbox1 {
    display: block;
    margin-bottom: 4%;
}
.catering .mailbox2 {
    display: block;
    margin-bottom: 4%;
}
.mw_wp_form #ct13_mail {
    /*margin-bottom: 4%;*/
}
.mw_wp_form #ct13_mail+.error {
    /*position: absolute;*/
    margin-left: 0;
    /*margin-top: -4%;
    padding-bottom: 8px;*/
}
.mw_wp_form #ct14_mail2+.error {
    /*position: absolute;*/
    margin-left: 0;
    /*padding-bottom: 8px;*/
}



.contact_type{
    text-align: center;
    font-size: 16px;
}
.contact_type p.desc{
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}
.contact_type .estate {
    color: #333;
    display: none;
    text-align:right;
}
.mw_wp_form_input .contact_type .estate { display:block; }
.contact_type .estate a{
    color: #333;
    margin-right: 5px;
    font-size: 12px;
}
.contact_type .estate a:hover{
    opacity: 0.8;
    text-decoration: underline;
}
th.info_textarea{
    vertical-align: top;
}

.mw_wp_form .horizontal-item,
.mw_wp_form .horizontal-item + .horizontal-item{
    margin-left: 0 !important;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
}
.mw_wp_form .contact_type .horizontal-item { margin-right: 30px; }
.mw_wp_form .contact_type .horizontal-item + .horizontal-item{ margin-right: 0px; }

.err404{
    text-align: center;
    font-size: 16px;
    margin-top: 50px;
}

.err404 a{
    color:#333;
}
.err404 a:hover{
    opacity: 0.8;
    text-decoration: underline;
}

.error_area .error{
    font-size: 16px;
}

@media screen and (max-width: 750px) {
.pcOnly { display: none; }
.spOnly { display: inherit; }

    #contact .inr {
        padding-right: calc(15/750*100vw);
        padding-left: calc(15/750*100vw);
    }

    #contact .caution {
        font-size: 4vw;
    }

    .catering .text {
        width: 90%;
        height: 10vw;
    }
    .catering th,
    .catering td {
        font-size: 4vw;
        display: block;
        width: 100%;
    }

    .catering th {
        padding: 2.66666vw;
        background-color: #dadada;
        border: 0.13333vw solid #b7b7b7;
    }

    .catering td {
        padding: 4vw 2.66666vw 5.33333vw;
        border: 0.13333vw solid #b7b7b7;
    }

    .catering .select{
        font-size: 4.8vw;
        margin-left: 10px;
        height: 10vw;
        /* max-width: 90%; */
    }
    .catering .select.plan{
        width: 90%;
    }
    .catering .select.tenpo{
        margin-left: 0;
        margin-top: 10px;
    }

    .catering .radio-cont,
    .catering .sub-text-wrap {
        display: block;
        width: 100%;
    }

    .catering .horizontal-item {
        min-width: 48px;
    }

    .catering .sub-text {
        height: 30px;
        padding: 0 10px;
    }

    .catering label { padding-left: 18px; }
    .catering label::before {
        position: absolute;
        content: '';
        top: 46%;
        left: 0;
        width: 12px;
        height: 12px;
        margin-top: -5px;
        background: #fff;
        border: 1px solid #9a9a9a;
        border-radius: 100%;
    }
    .catering input[type="radio"]:checked + span::after {
        position: absolute;
        content: '';
        top: 46%;
        left: 3px;
        width: 6px;
        height: 6px;
        margin-top: -2px;
        background: #e60012;
        border-radius: 100%;
    }

    .catering .datebox {
        display: inline-block;
        margin-bottom: 2%;
        margin-right: 2%;
        width: 35%;
    }
    .catering .datebox2 {
        width: 50%;
    }

    .mw_wp_form #ct10_zip {
        width: 40%;
    }
    .mw_wp_form #ct13_mail,.mw_wp_form #ct14_mail2 {
        /*width: 80%;*/
    }


    .btn-send input {
        font-size: 4vw;
        background-color: #fff;
        border: 1px solid #e60012;
        line-height: 1.25;
        color: #e60012;
        padding: 2.492% 0;
        width: 81.851%;
        margin: 6.228% auto 0;
        display: block;
        position: relative;
        text-indent: 0;
        height: auto;
    }
    .mw_wp_form_input .btn-send .sendmail,
    .mw_wp_form_confirm .btn-send .sendmail{
        background-image: url(/share/img/contact/sp/contact_arrow.png);
        background-repeat: no-repeat;
        background-position: center right 20%;
        background-size: 2.5%;
        background-color: #fff;
    }
    .mw_wp_form_input .btn-send .sendmail {
        width: 81.851%;
    }
    .mw_wp_form_confirm .btn-send .return {
        background-image: url(/share/img/contact/sp/contact_back_arrow.png);
        background-repeat: no-repeat;
        background-position: center left 20%;
        background-size: 2.5%;
        background-color: #fff;
    }

    .thanks{
        font-weight: bold;
        font-size: 4vw;
        line-height: 1.5;
        text-align: center;
        margin-top: 8.897%;
    }

    .error_area .error{
        font-size: 4vw;
    }
}

td:has([name="ct03_number"]) > .error:first-of-type {
    display: none;
}
