/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/



/*------------------------------------------------------------
	導入部
------------------------------------------------------------*/

#contact-intro {
	margin-bottom: 40px;
}

#contact-intro h4 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8;
	color: #3B2D13;
	margin-bottom: 5px;
}

#contact-intro figure {
	margin-bottom: 15px;
}

@media only screen and (min-width: 813px) {
	
	#contact-intro {
	}

	#contact-intro h4 {
		font-size: 1.6rem;
		line-height: 2;
		margin-bottom: 12px;
	}
	
}



/*------------------------------------------------------------
	お電話で問い合わせ
------------------------------------------------------------*/

/*見出し*/
#mainRight h3 {
	font-size: 1.6rem;
	font-weight: 600;
	background: none;
	padding-left: 0;
}

@media only screen and (min-width: 813px) {
	
	#mainRight h3 {
		font-size: 1.8rem;
		font-weight: 500;
	}
	
}


.contact-phone {
	margin-bottom: 40px;
}

@media only screen and (min-width: 813px) {
	
	.contact-phone {
		margin-bottom: 60px;
	}
	
}

/*電話番号*/
.contact-phone dl.number {
	text-align: center;
	border: 1px solid #ccc;
	padding: 10px 0 15px;
	margin-bottom: 10px;
}

.contact-phone dl.number dt {
	font-size: 2.4rem;
	font-weight: 600;
	color: #000;
}

@media only screen and (min-width: 813px) {
	
	.contact-phone {
		margin-bottom: 60px;
	}
	
	.contact-phone dl.number {
		margin-bottom: 20px;
	}
	
	.contact-phone dl.number dt {
		font-size: 2.8rem;
	}
	
}

.contact-phone ul {
	margin-bottom: 20px;
}

.contact-phone ul li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 3px;
}

.contact-phone .sub-ttl,
.contact-line .sub-ttl {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
}

.contact-phone .sub-ttl:after,
.contact-line .sub-ttl:after {
	content: '';
	width: 100%;
	height: 10px;
	background: #F8E71C;
	position: absolute;
	bottom: 3px;
	left: 0;
	z-index: -1;
}

.contact-line .sub-ttl:after {
	background: rgba(0, 186, 0, 0.58);
}

@media only screen and (min-width: 813px) {
	
	.contact-phone .sub-ttl {
		font-size: 1.7rem;
	}
	
}

.my-line {
	margin-bottom: 5px;
}

.my-line dt {
	font-weight: 600;
	color: #000;
}

.my-line dd span {
	display: block;
	font-size: 1.2rem;
	color: #999;
}

/*------------------------------------------------------------
	LINEで問い合わせ
------------------------------------------------------------*/

.contact-line {
	margin-bottom: 40px;
}

.contact-line a.button {
	width: 80%;
	margin: 20px auto 30px;
}

.contact-line .right-box {
	padding: 15px 30px 5px;
}

.contact-line .right-box figcaption {
	font-size: 1.3rem;
	padding: 0 5px;
}

@media only screen and (min-width: 813px) {
	
	.contact-line a.button {
		margin: 20px auto 40px;
	}
	
	.contact-line .left-box {
		width: 50%;
	}
	
	.contact-line .right-box {
		width: 50%;
		padding: 0 0 0 10px;
	}
		
	.contact-line .right-box figcaption {
		padding: 0 5px;
		font-size: 1.1rem;
	}

}



/*------------------------------------------------------------
	メールでのお問い合わせ
------------------------------------------------------------*/

#mainRight p.intro-txt {
		margin-bottom: 30px;
}

@media only screen and (min-width: 813px) {

	#mainRight p.intro-txt {
		font-size: 1.4rem;
		text-align: center;
		margin-bottom: 40px;
	}
	
	/*送信完了画面*/
	.page-id-7127 #mainRight p.intro-txt {
		margin: 30px 0 80px;
		line-height: 3;
	}
	
}

#mainRight .info-box {
	width: 100%;
	padding: 20px 20px 20px 15px;
	margin: 15px auto 25px;
	border: 1px solid #ccc;
}

#mainRight .info-box ul li {
	line-height: 1.8;
	margin-bottom: 8px;
	text-indent: -1em;
	padding-left: 1em;
}

#mainRight .info-box ul li:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 813px) {
	
	#mainRight .info-box {
		padding: 20px 20px;
		margin-bottom: 40px;
	}
	
	#mainRight .info-box ul li {
		line-height: 2;
		margin-bottom: 8px;
	}
}


/*------------------------------------------------------------
	エントリーステップ
------------------------------------------------------------*/

.entry-step {
	text-align: center;
	margin-bottom: 30px;
}

.entry-step li {
	display: inline-block;
    width: 70px;
    height: 60px;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	color: #ccc;
	margin-right: 10vw;
	position: relative;
}

.entry-step li:nth-child(3) {
	margin-right: 0;
}

/*横線*/
.entry-step li:not(:nth-child(3)):before {
	content: '';
	width: 34vw;
	height: 1px;
	background: #EDE9E2;
	position: absolute;
	top: 45px;
	left: 36px;
}

.page-id-95 .entry-step li:first-child,
.page-id-7125 .entry-step li:nth-child(2),
.page-id-7127 .entry-step li:nth-child(3) {
	color: #000;
}

/*丸印*/
.entry-step li:after {
	content: '';
    background-color: #EDE9E2;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    top: 29px;
    left: 20px;
}

/*丸印（現在のページ）*/
.page-id-95 .entry-step li:nth-child(1):after,
.page-id-7125 .entry-step li:nth-child(2):after,
.page-id-7127 .entry-step li:nth-child(3):after {
	background-color: #8D7B5A;
}

@media only screen and (min-width: 813px) {
	
	.entry-step {
		margin: 35px 0 30px;
	}
	
	/*完了ページ*/
	.page-id-7127 .entry-step {
		margin-bottom: 40px;
	}

	.entry-step li {
		font-size: 1.3rem;
		margin-right: 135px;
	}
	
	.entry-step li:not(:nth-child(3)):before {
		width: 200px;
	}

}


/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/

#mainRight div.form-box {
	margin: 20px 0 40px;
}

@media only screen and (min-width: 813px) {
	
	#mainRight div.form-box {
		margin: 30px 0 80px;
	}
}


#mainRight div.form-box dl {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-bottom: 15px;
}

#mainRight div.form-box dl:last-of-type {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}


@media only screen and (min-width: 813px) {

	#mainRight div.form-box dl {
		padding-top: 10px;
		margin-bottom: 10px;
	}
	
	#mainRight div.form-box dl:last-of-type {
		margin-bottom: 35px;
	}

}


#mainRight div.form-box dl dt {
	width: 100%;
	font-size: 1.3rem;
	font-weight: 500;
	color: #000;
	vertical-align: middle;
	margin-bottom: 10px;
	position: relative;
}

/*
.mwform-radio-field.horizontal-item {
	position: relative;
	top: 6px;
}
*/

#mainRight div.form-box dl.required dt:before {
	content: '必須';
	font-size: 1rem;
	color: #900;
	border: 1px solid #D25457;
	padding: 2px 10px;
	position: absolute;
	top: -1px;
	left: 0;
}

@media only screen and (max-width: 812px) {
	
	#mainRight div.form-box dl.required dt {
		padding-left: 50px;
	}

}

@media only screen and (min-width: 813px) {
	
	#mainRight div.form-box dl dt {
		width: 250px;
		font-size: 1.4rem;
		float: left;
		text-align: left;
		padding: 13px 0 0 80px;
	}

	#mainRight div.form-box dl.required dt:before {
		top: 15px;
		left: 20px;
	}
	
}


#mainRight div.form-box dl dd {
	width: 100%;
	font-size: 1.4rem;
	position: relative;
}

#mainRight div.form-box input[type="text"],
#mainRight div.form-box input[type="email"],
#mainRight div.form-box input[type="tel"],
#mainRight div.form-box input[type="number"] {
	max-width: 100%;
	font-size: 1.6rem;
	padding: 12px 12px;
}

#mainRight div.form-box input[type="text"].post {
	width: 100px;
}

#mainRight div.form-area input.w50 {
	width: 50%;
}

#mainRight div.form-box dl dd label {
	margin: 0 5px 0 0;
}

#mainRight div.form-box textarea {
	width: 100%;
	height: 140px;
	font-size: 1.6rem;
	padding: 10px;
}

#mainRight div.form-box dl dd .customSelect {
	width: 100%;
	font-size: 1.6rem;
	line-height: 42px;
	border: 1px solid #ccc;
}

#mainRight div.form-box dl dd .customSelect:after {
	content: '\f107';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	top: 8px;
	right: 20px;
} 

#mainRight div.form-box dl dd .customSelectInner {
	width: 100%!important;
	padding-left: 15px;
}

/*確認用メールアドレス*/
#mainRight div.form-box input.mail-confirm {
	margin-top: 15px;
}


/*入力確認ページ 確認用メールアドレス 非表示*/
.page-id-7125 #mainRight div.form-box dl dd span.confirmation {
	display: none;
}

@media only screen and (min-width: 813px) {
	
	#mainRight div.form-box dl dd {
		width: calc(100% - 250px);
		min-height: 58px;
		float: right;
		border-left: 1px solid #ccc;
		padding: 10px 0 10px 40px;
		text-align: left;
	}
	
	/*入力確認ページのズレ調整*/
	.page-id-7125  #mainRight div.form-box dl dd {
		padding: 18px 30px;
	}
	
	#mainRight div.form-box dl dd label {
		margin: 0 8px 0 2px;
	}
	
	#mainRight div.form-box input.w80,
	#mainRight div.form-box textarea.w80 {
		width: 80%;
	}
	
	#mainRight div.form-box input[type="text"],
	#mainRight div.form-box input[type="email"],
	#mainRight div.form-box input[type="tel"],
	#mainRight div.form-box input[type="number"],
	#mainRight div.form-box textarea {
		font-size: 1.4rem;
	}
	
	#mainRight div.form-box input[type="tel"] {
		width: 60%;
	}
	
	#mainRight div.form-box dl dd .customSelect {
		width: 80%;
		font-size: 1.4rem;
	}
	
	#mainRight div.form-box dl dd .customSelect:after {
	    top: 13px;
	    right: 140px;
	}
	
}
	

#mainRight div.form-box input[type="button"],
#mainRight div.form-box input[type="submit"] {
	background: #fff;
	background-image: linear-gradient(-90deg, #3B2D13 0%, #8D7B5A 99%);
	border: none;
	width: 80%;
	max-width: 300px;
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: 0.5px;
	font-weight: 400;
	text-align: center;
	padding: 11px 0;
	margin: 0 3%;
	position: relative;
}

#mainRight div.form-box div.sendBtn {
	text-align: center;
}

/*確認画面でボタンサイズを小さく*/
.page-id-7125 #mainRight div.form-box div.sendBtn input[type="submit"] {
	 width: 43%;
}

@media only screen and (min-width: 813px) {

	#mainRight div.form-box input[type="button"],
	#mainRight div.form-box input[type="submit"] {
		font-size: 1.4rem;
		padding: 19px 0 17px;
		margin: 0 10px;
	}

	#mainRight div.form-box button:hover,
	#mainRight div.form-box input[type="button"]:hover,
	#mainRight div.form-box input[type="submit"]:hover {
		background-image: linear-gradient(90deg, #A79168 0%, #664E21 99%);
		cursor: pointer;
		-webkit-transition: 0.3s ease-in-out;
				transition: 0.3s ease-in-out;
	}
	
	.page-id-7125 #mainRight div.form-box div.sendBtn input[type="submit"].submitBack {
		 width: 180px;
	}

	
}


/*Google リキャプチャ 上下マージン*/
#mainRight div.form-box .g-recaptcha {
	margin: 30px 0 25px!important;
}

/*
.mw_wp_form .error {
	position: absolute;
	top: -34px;
	right: 0;
}
*/

@media only screen and (min-width: 813px) {

	#mainRight div.form-box .g-recaptcha {
		margin: 20px 0 30px!important;
	}
	
/*
	.mw_wp_form .error {
		top: 17px;
	}
*/
	

}