@charset "UTF-8";


/*========================================
   contact pc 
 ========================================*/


#header {
    background-image: url(../../img/contact/contact_bg.jpg);
    border-bottom: 3px solid #fe9416;
}



.page-header {
    width: 100%;
    height: 310px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 120px;
    position: relative;
}



.page-header:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 310px;
    content: "";
    background: url(../../../common/img/dot.png) 0 0 repeat;
    z-index: 0;
}


.sub-container {

    position: relative;
    width: 1080px;
    margin: 0 auto;
    padding: 0;
    z-index: 1;

}



.sub-container h1 {
    color: #fff;
    text-align: left;
    padding: 0 20px;

}

.sub-container h1 span {
    display: block;
    line-height: 2em;
}


.mv-l {
    font-size: 47px;
    font-weight: bold;
    letter-spacing: -0.03em;
    position: relative;
}

.mv-l:after {
    content: "";
    width: 15%;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    margin-left: 15px;
}


.mv-s {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.02em;

}


.sub-container2 {
    width: 960px;
    margin: 0 auto;

}


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


#contact {}

.sub01 {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 125px;
    margin-top: 80px;
}


.subtxt01 {
    color: #000;
    font-size: 25px;
    letter-spacing: 0.4em;
    line-height: 2em;
}

.subtxt02 {
    text-align: left;
    margin-top: 50px;
    line-height: 2.4em;

}


.tline {
    background: linear-gradient(transparent 60%, #fe9416 0%);
}

.tline2 {
    background: linear-gradient(transparent 60%, #fec242 0%);
}



.tel {
    background: #fffae8;
    border: 2px solid #ff9900;
    padding: 30px;
    margin-top: 40px;
}

.tel01 {
    color: #ff9900;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding-bottom: 0px;
}


.tel02.t2 {
    color: #ff9900;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
}


.tel02.t3 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
}


.tel03 {
    margin-top: 10px;
    padding-bottom: 0px;

}

/*========================================
 contcact form 
 ========================================*/

#form table {
    width: 100%;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    margin-bottom: 30px;
    background-color: transparent;
}



#form th {
    width: 230px;
    background-color: #f8f8f8;
    padding-right: 15px;
}

#form th,
#form td {
    vertical-align: top;
    padding: 15px 20px;
    border-bottom: 1px dotted #999;
}


#form table th span {
    font-size: 11px;
    font-size: 1.1rem;
    display: inline-block;
    margin: 0px;
    padding: 0 5px;
    vertical-align: text-top;
    line-height: 22px;
    float: right;
}

span.must {
    background-color: #f25134;
    color: #fff;
}


#form input,
#form textarea {
    padding: 5px;
    vertical-align: middle;
    border: #cccccc solid 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: 5px;
}

#form input.tel-part,
#form input.email-part {
    max-width: 10em;
}


#form table th span {
    font-size: 11px;
    font-size: 1.1rem;
    display: inline-block;
    margin: 0px;
    padding: 0 5px;
    vertical-align: text-top;
    line-height: 22px;
    float: right;
}

span.label {
    background-color: #fff;
}




textarea {
    width: 100%;
    line-height: 1.35em;
    padding: 0.3em 0.35em;
}


/*========================================
   contact  sp 
 ========================================*/





/* 768 px */
@media screen and (max-width: 768px) {

    .sub-container {
        width: 90%;
    }


    .page-header {
        height: 200px;
        padding-top: 100px;
    }

    .page-header:before {
        height: 197px;
    }


    .sub-container h1 span {
        line-height: 1.3em;
    }

    .mv-l {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: -0.03em;
        position: relative;
    }

    .mv-s {
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 0.02em;
    }




    .sub-container2 {
        width: 90%;
    }




    /*========================================
 contcact form 
 ========================================*/

    #form table {}

    #form th {
        display: block;
        width: 100%;
        padding: 10px 0;
    }


    #form td {
        display: block;
        width: 100%;
        padding: 10px 0 20px;
        border: none;
    }

    #form th,
    #form td {
        vertical-align: top;
        padding: 10px 5px;
        border-bottom: 1px dotted #999;
    }


}




/* 480 px */

@media screen and (max-width: 480px) {



    /*========================================
 contcact form 
 ========================================*/
    #company {
        /*width: 150px;*/
    }

    #mail1 {
        width: 90px;
    }

    #mail2 {
        width: 100px;
    }

    #tel1 {
        width: 45px;
    }

    #tel2,
    #tel3 {
        width: 60px;
    }


}

/* 
 * 擬似確認画面用のスタイル
 */
.wpcf7-form.is-confirm input:not([type="submit"]):not([type="button"]):not([type="hidden"]),
.wpcf7-form.is-confirm textarea {
    border: none !important;
    background: transparent !important;
    pointer-events: none;
    box-shadow: none !important;
    color: #333 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    resize: none;
}

/* 確認画面では説明書きを非表示 */
.wpcf7-form.is-confirm .form-desc {
    display: none !important;
}

/* 必須マークなどを調整 */
.wpcf7-form.is-confirm .must {
    opacity: 0.5;
}

.wpcf7-spinner {
    margin: 0;
    position: absolute;
    right: auto;
    margin-left: 20px;
    bottom: 15px;
}

.wpcf7-form .btn .newsbtn {
    margin-bottom: 10px;
}

/* Contact Form 7 送信完了メッセージを非表示にする */
.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}