@charset "UTF-8";
/* CSS Document */


/*---------------------------------

  導入

---------------------------------*/
.intro{
    display: flex;
}
.intro .left{
    width: 25%;
}
.intro .right{
    border-left: solid 1px #363636;
    border-bottom: solid 1px #363636;
    padding: 80px 7%;
    width: -webkit-fill-available;
}
.intro h3{
    font-size: 24px;
    padding-bottom: 25px;
}


/*---------------------------------

  お電話

---------------------------------*/
.contact .tel{
    display: flex;
}
.contact .tel .left{
    width: 25%;
    font-size: 22px;
    font-weight: 600;
    text-align: right;
    padding-top: 80px;
}
.contact .tel .left h3{
    padding-right: 16%;
    position: sticky;
    top: 100px;
}
.contact .tel .right{
    border-left: solid 1px #363636;
    border-bottom: solid 1px #363636;
    padding: 80px 7%;
    width: -webkit-fill-available;
}
.contact .tel .right .number_box{
    width: 100%;
    border-radius: 12px;
    border: solid 1px #363636;
    position: relative;
    padding: 30px 40px 30px 154px;
    max-width: 1200px;
}
.contact .tel .right .number_box>div{
    display: flex;
    align-items: center;
    line-height: 1em;
}
.contact .tel .right .number_box>div a{
    font-size: 34px;
    font-weight: 500;
}
.contact .tel .right .number_box>div p{
    padding-left: 30px;
}
.contact .tel .right .number_box span{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    height: 100%;
    background: url("../img/contact/phone.png")center/ 23px auto no-repeat #f2f2f2;
    border-radius: 12px 0 0 12px;
    border-right: solid 1px #363636;
}


/*---------------------------------

  メールフォーム

---------------------------------*/
.contact .form{
    display: flex;
}
.contact .form .left{
    width: 25%;
    font-size: 22px;
    font-weight: 600;
    text-align: right;
    padding-top: 80px;
}
.contact .form .left h3{
    padding-right: 16%;
    position: sticky;
    top: 100px;
}
.contact .form .right{
    border-left: solid 1px #363636;
    padding: 80px 7% 120px;
    width: -webkit-fill-available;
}
.contact .form .right .inner{
    width: 100%;
    max-width: 1200px;
}
.contact .form .right .inner .text{
    padding-bottom: 50px;
}
form{
    width: 100%;
}

form dl{
    padding-bottom: 30px;
}
form dl dt{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}
form dl dt label{
    display: flex;
    align-items: center;
}
.required{
    font-size: 14px;
    color: #fff;
    border: solid 1px #505050;
    background-color: #505050;
    display: inline-block;
    padding: 3px 6px 4px;
    line-height: 1em;
    margin-right: 12px;
    vertical-align: middle;
}
.optional{
    font-size: 14px;
    color: #505050;
    border: solid 1px #505050;
    background-color: #fff;
    display: inline-block;
    padding: 3px 6px 4px;
    line-height: 1em;
    margin-right: 12px;
    vertical-align: middle;
}

form dd input[type="text"], form dd input[type="tel"], form dd input[type="email"], textarea, select{
    width: 100%;
    background-color: #f2f2f2;
    border: solid 1px #f2f2f2;
    font-size: 16px;
    padding: 18px 12px;
    border-radius: 8px;
}
form dd textarea{
    min-height: 220px;
    resize: vertical;
}
form dd input[type="text"]:focus, form dd input[type="tel"]:focus, form dd input[type="email"]:focus, textarea:focus, select:focus{
    outline: none;
    border: solid 1px #363636;
}
.address>div{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.address>div:last-of-type{
    margin-bottom: 0;
}
.address>div span{
    display: inline-block;
    width: 110px;
}
.postal_code input{
    width: 280px!important;
}
.postal_code .number{
    width: 30px!important;
}
.postal_code .note{
    width: auto;
    font-size: 14px;
    display: inline-block;
    padding-left: 12px;
    line-height: 1.4em;
}
.submit_btn{
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-family: YakuHanJPs_Narrow, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 18px;
    background-color: #888888;
    margin: 0 auto;
    display: block;
    padding: 25px 30px 25px 4%;
    border-radius: 8px!important;
    border: none;
    border: solid 1px #363636;
    transition: .35s;
    text-align: left;
    position: relative;
}
.submit_btn:hover{
    background-color: #B1B1B1;
}
.submit_btn_wrapper{
    position: relative;
}
.submit_btn_wrapper span{
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    border: solid 1px #fff;
    border-radius: 50%;
    transition: .4s;
}
.submit_btn_wrapper:hover span{
    background-color: #fff;
}
.submit_btn_wrapper span::before{
    content: '';
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: .45s;
    z-index: 5;
}
.submit_btn_wrapper:hover span::before{
    border-top: 1px solid #B1B1B1;
    border-right: 1px solid #B1B1B1;
}
.field-invalid::before {
	content: "※入力必須項目です。";
    font-family: YakuHanJPs_Narrow, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 600;
	display: block;
	color: red;
}
select {
  -webkit-appearance: none;
  appearance: none;
}
.select .container{
    position: relative;
}
.select .container::before{
    content: '';
    box-sizing: border-box;
    position: absolute;
    right: 25px;
    top: 24px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #363636;
    border-right: 1px solid #363636;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    transition: .45s;
    z-index: 100;
}
@media print, screen and (max-width: 1200px) {
    .intro h3{
        line-height: 1.6em;
    }
    .contact .tel .right .number_box>div{
        display: block;
    }
    .contact .tel .right .number_box>div p {
        padding-left: 0;
        padding-top: 15px;
    }
    .contact .tel .left,.contact .form .left{
        font-size: 18px;
    }   
}
@media print, screen and (max-width: 1000px) {
    .contact .tel .left,.contact .form .left{
        width: 35%;
    }   
    .intro .left{
        width: 35%;
    }
    .required{
        padding: 4px 6px 2px;
    }
    .optional{
        padding: 4px 6px 2px;
    }
}


/*---------------------------------

  入力内容確認

---------------------------------*/
.conf_wrapper{
    margin: 160px auto 180px auto;
    width: 90%;
    max-width: 1000px;
}
.conf_wrapper h3{
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 25px;
    text-align: center;
}
.conf_wrapper>p{
    margin-bottom: 30px;
}
table.formTable{
	width:100%;
	margin:0 auto 30px;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #cccccc;
	padding:15px;
    word-break: break-all;
}
table.formTable th{
	width:24%;
	font-weight:normal;
	background:#f2f2f2;
	text-align:left;
}
table.formTable td{
    width: 76%;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
.conf_wrapper .btn{
    display: flex;
    justify-content: center;
    gap: 3%;
    padding: 0;
}
.conf_wrapper .btn .back,.conf_wrapper .btn .send{
    display: block;
    width: 50%;
    border-radius: 8px;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    transition: .4s;
}
.conf_wrapper .btn .back{
    border: solid 1px #cccccc;
	background-color: #f2f2f2;
    color: #777777;
}
.conf_wrapper .btn .send{
    border: solid 1px #363636;
    background-color: #888888;
    color: #fff;
}
.conf_wrapper .btn .back:hover{
	background-color: #cccccc;
}
.conf_wrapper .btn .send:hover{
    background-color: #555555;
}


/*---------------------------------

  送信完了

---------------------------------*/
.thanks_wrapper{
    margin: 200px auto 180px auto;
    width: 90%;
    max-width: 1200px;
    text-align: center;
}
.thanks_wrapper h3{
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 25px;
}


@media print, screen and (max-width: 750px) {

    /*---------------------------------

      導入

    ---------------------------------*/
    .intro{
        display: block;
    }
    .intro .left{
        display: none;
    }
    .intro .right {
        border-left: none;
        padding: 50px 20px;
    }
    .intro h3{
        font-size: 20px;
        padding-bottom: 20px;
    }
    

    /*---------------------------------

      お電話

    ---------------------------------*/
    .contact .tel{
        display: block;
    }
    .contact .tel .left, .contact .form .left{
        border-bottom: solid 1px #363636;
        width: 100%;
        padding: 25px;
    }
    .contact .tel .left h3 {
        text-align: left;
        padding-right: 0;
    }
    .contact .tel .right {
        border-left: none;
        padding: 25px 20px;
    }
    .contact .tel .right .number_box {
        padding: 90px 0 30px;
        max-width: 1200px;
        text-align: center;
    }
    .contact .tel .right .number_box span {
        width: 100%;
        height: 60px;
        background: url(../img/contact/phone.png) top 13px center/ 20px auto no-repeat #f2f2f2;
        border-radius: 12px 12px 0 0;
        border-right: none;
        border-bottom: solid 1px #363636;
    }
    .contact .tel .right .number_box>div a{
        font-size: 30px;
    }
    .contact .tel .right .number_box>div p{
        font-size: 14px;
        padding-top: 10px;
    }
    

    /*---------------------------------

      メールフォーム

    ---------------------------------*/
    .contact .form{
        display: block;
    }
    .contact .form .right {
        border-left: none;
        padding: 30px 20px 60px;
    }
    .contact .form .left h3{
        text-align: left;
        padding-right: 0;
    }
    .contact .form .right .inner .text {
        padding-bottom: 30px;
    }
    form dl {
        padding-bottom: 20px;
    }
    form dl dt {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .required{
        margin-right: 8px;
        padding: 3px 6px;
    }
    form dd input[type="text"], form dd input[type="tel"], form dd input[type="email"], textarea, select{
        padding: 15px 10px;
        border-radius: 8px;
    }
    .postal_code .number {
        margin-right: 5px;
        width: auto!important;
    }
    .address>div span{
        font-size: 14px;
    }
    .postal_code .note{
        font-size: 12px;
        padding-left: 10px;
    }
    .address>div{
        display: block;
        margin-bottom: 5px;
    }
    .address .postal_code{
        display: flex;
    }
    .select .container::before{
        top: 22px;
        width: 12px;
        height: 12px;
    }
    .submit_btn{
        font-size: 16px;
        padding: 25px 30px 25px 8%;
    }
    .submit_btn_wrapper span{
        right: 8%;
    }
    
    
    /*---------------------------------

      入力内容確認

    ---------------------------------*/
    .conf_wrapper {
        margin: 120px auto 80px auto;
        width: 100%;
        padding: 0 20px;
    }
    .conf_wrapper h3 {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .conf_wrapper>p {
        margin-bottom: 25px;
        text-align: left;
    }
    table.formTable{
        margin-bottom: 20px;
    }
    table.formTable td, table.formTable th{
        border-bottom: none;
        padding: 10px;
    }
    table.formTable th{
        width: 100%;
        display: block;
    }
    table.formTable td {
        width: 100%;
        display: block;
    }
    table.formTable tr:last-of-type td{
        border-bottom: 1px solid #cccccc;
    }
    .conf_wrapper .btn .back, .conf_wrapper .btn .send{
        border-radius: 4px;
        padding: 15px 0;
        font-size: 16px;
    }
    
    
    /*---------------------------------

      送信完了

    ---------------------------------*/
    .thanks_wrapper{
        margin: 140px auto 80px auto;
        width: 100%;
        padding: 0 20px;
    }
    .thanks_wrapper h3{
        font-size: 20px;
        padding-bottom: 20px;
    }
    .thanks_wrapper p{
        text-align: left;
    }
    
    
    
    
    
    
    







}