@charset "UTF-8";

#u-mv .mvImg{
	background-image: url(../img/pc/bg_mv.jpg);
}
	#u-mv h2 span{
		width: 71px;
	}

#main .secTtl{
	position: relative;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
#main .secTtl:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 120px;
    height: 1px;
    background: #d2c47e;
    margin: auto;
}
@media screen and (max-width: 768px){
	#main .secTtl{
		padding-bottom: 20px;
		margin-bottom: 35px;
	}
}
.u-page #main .secTtl{
	letter-spacing: .05em;
}



#inquiryTel{
}
	.telBtn{
		display: block;
		width: 100%;
		max-width: 500px;
		height: 80px;
		margin: 30px auto 0;
		box-sizing: border-box;
		padding: 21px 0 21px 21px;
		color: #fff;
		font-size: 33px;
		letter-spacing: .05em;
		line-height: 1;
		text-align: center;
		background: url(../img/pc/icon_telBtn.png) no-repeat center left calc(50% - 126px)/25px auto #bfab47;
	}
	.telBtn:hover{
		color: #fff;
	}
@media screen and (max-width: 768px){
	#inquiryTel .secTxt{
		text-align: center;
	}
	.telBtn{
		max-width: 260px;
		height: 55px;
		font-size: 21px;
		margin-top: 20px;
		padding: 16px 0 16px 21px;
		background-position: left calc(50% - 75px) center;
		background-size: 18px auto;
	}
}



#inquiryMail{
	padding-top: 180px;
	margin-top: -60px;
}
	#inquiryMail .inner{
		border-top: 1px solid #e6e6e6;
		padding-top: 100px;
	}

		.mailFormZone{
			max-width: 1000px;
			margin: 50px auto 150px;
		}
			.confirmTxt {
			    padding: 40px 0;
			}
				.confirmTxt p {
				    font-size: 18px;
				    font-weight: 500;
				}

			.inquiryForm{
				width: 100%;
				max-width: 882px;
				margin: auto;
				text-align: left;
			}
			.inquiryForm.sended{
				padding: 100px 0;
				text-align: center;
			}
				.inquiryForm th{
					width: 242px;
					padding: 15px 0 15px 58px;
					box-sizing: border-box;
					white-space: nowrap;
					font-size: 17px;
					font-weight: 500;
					letter-spacing: .06em;
					line-height: 50px;
					vertical-align: top;
					position: relative;
				}
					.inquiryForm th .required{
						position: absolute;
						left: 0;
						top: 26px;
						display: block;
						width: 49px;
						height: 30px;
						background: #990000;
						color: #fff;
						font-size: 14px;
						font-weight: 300;
						letter-spacing: .06em;
						line-height: 1;
						text-align: center;
						box-sizing: border-box;
						padding: 7px 0;
					}
				.inquiryForm td{
					padding: 15px 0;
					position: relative;
				}
				.inquiryForm td.locked{
					padding: 0 25px;
					/*background: #efefef;*/
					border-top: 30px solid #fff;
				}
					.inquiryForm td input{
						border: 1px solid #918b8a;
						background: #f9f7ed;
						width: 59.375%;
						height: 50px;
						line-height: 50px;
						border-radius: 10px;
						box-sizing: border-box;
						-webkit-appearance: none;
					}
					.inquiryForm td input:-webkit-autofill{
						-webkit-box-shadow: 0 0 0px 1000px #f9f7ed inset;
					}
					.inquiryForm td input#postal{
						width: 36.4%;
						margin-left: 10px;
						margin-right: 10px;
						margin-bottom: 15px;
					}
					.inquiryForm td input#postal::placeholder{
						color: #929292;
						font-size: 13px;
						letter-spacing: .06em;
						font-weight: 300;
					}
					.inquiryForm td input#address{
						width: 100%;
					}
					.inquiryForm td textarea{
						width: 100%;
						height: 200px;
						background: #f9f7ed;
						border: 1px solid #918b8a;
						border-radius: 10px;
					}
					.inquiryForm td textarea::placeholder{
						color: #929292;
						font-size: 16px;
						font-weight: 300;
						letter-spacing: .06em;
						line-height: 2;
						padding: 5px 15px;
					}

			.agreeContent{
				padding-top: 40px;
				text-align: left;
			}
				.agreeTxt{
					background: #f2f2f2;
					color: #231815;
					font-size: 14px;
					letter-spacing: .06em;
					line-height: 1.75;
					box-sizing: border-box;
					padding: 50px 60px 0;
					height: 182px;
					overflow-y: scroll; 
					-webkit-overflow-scrolling: touch;
					-ms-overflow-style:none;
					position: relative;
				}
				.agreeTxt::-webkit-scrollbar{
					display: none;
				}
				.agreeTxt:after{
					content: "";
					width: 100%;
					height: 50px;
					position: relative;
					display: block;
				}
					.agreeTxt ol{
						margin: 25px 0;
					}
						.agreeTxt li{
							position: relative;
						}
						.agreeTxt li + li{
							margin-top: 1em;
						}
							.agreeTxt li span{
								display: block;
							}

			.agreeCheck{
				margin-top: 80px;
			}
				.agreeCheck input#agree{
					opacity: 0;
					width: 20px;
					height: 20px;
					position: relative;
					right: -20px;
				}
				.agreeCheckTxt{
					font-size: 16px;
					letter-spacing: .06em;
					padding-left: 32px;
					padding-right: 20px;
					position: relative;
					line-height: 20px;
				}
				.agreeCheckTxt:before{
					content: "";
					position: absolute;
					left: 0;
					top: 0;
					width: 20px;
					height: 20px;
					border: 1px solid #acacac;
					box-sizing: border-box;
				}
				.agreeCheck input#agree:checked + .agreeCheckTxt:before{
					content: "■";
					font-size: 15px;
					color: #666;
					line-height: 18px;
				}

			input#confirm,input#back,input#send{
				width: 31.5%;
				height: 60px;
				background: url(../img/pc/icon_formBtn_next.png) no-repeat right 32px center/10px auto #bfab47;
				color: #fff;
				font-size: 18px;
				letter-spacing: .06em;
				font-weight: 300;
				line-height: 1;
				margin-top: 35px;
				border: none;
				box-sizing: border-box;
				padding: 20px 0;
				position: relative;
				transition: .5s;
			}
			input#back{
				background: url(../img/pc/icon_formBtn_prev.png) no-repeat left 32px center/10px auto #bfab47;
			}
			input#confirm:hover,input#back:hover,input#send:hover{
				transform: scale(0.97);
			}

			.inquiryForm td .confirm{
				line-height: 50px;
			}
			.formError:before{
				content: "";
				position: absolute;
				left: -10px;
				top: 50%;
				transform: translateY(-50%);
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 7.5px 10px 7.5px 0;
				border-color: transparent #990000 transparent transparent;
			}
			.formError .formErrorContent{
				background: #990000 !important;
				font-size: 12px !important;
				border: none !important;
				box-shadow: none !important;
				-moz-box-shadow: none !important;
				-webkit-box-shadow: none !important;
				-o-box-shadow: none !important;
				border-radius: 0 !important;
				-moz-border-radius: 0 !important; 
				-webkit-border-radius: 0 !important;
				-o-border-radius: 0 !important;
			}
			.agreeformError:before{
				opacity: 0 !important;
			}
			.phoneformError,.postalformError{
				transform: translateX(-9px);
			}
			.agreeformError{
				transform: translate(-9px,-10px);
			}
			.formError .formErrorArrow div{
				background: #990000 !important;
			}
			.default,.second{
		    	display: none;
		    }
		    .default.active,.second.active{
		    	display: inline-block;
		    }

@media screen and (max-width: 900px){
	.inquiryForm td input#postal::placeholder{
		font-size: 10px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 768px){
	#inquiryMail{
		padding-top: 60px;
		margin-top: 0;
	}
	#inquiryMail .inner{
		padding-top: 50px;
	}
	.mailFormZone{
		margin-bottom: 70px;
	}
	.confirmTxt{
		padding-bottom: 0;
	}
	.confirmTxt p{
		font-size: 16px;
	}
	.inquiryForm{
		margin-top: 50px;
	}
	.inquiryForm th{
	    display: block;
	    width: 100%;
	    padding: 0;
	    font-size: 14px;
	    line-height: 1;
	}
	.inquiryForm th .required {
		display: inline-block;
		position: relative;
		top: 0;
	    font-size: 12px;
	    width: 40px;
	    height: 25px;
	    padding: 5px 0;
	    margin-bottom: 5px;
	    margin-right: 10px;
	}
	.inquiryForm tr:first-child th{
		padding-top: 0;
	}
	.inquiryForm tr:first-child td{
		padding-top: 10px;
	}
	.inquiryForm td{
		display: block;
		padding: 10px 0 25px;
	}
	.inquiryForm td.locked{
		padding: 0 0 0 20px;
		border-top: none;
		margin: 10px 0 25px;
	}
	.inquiryForm tr:first-child td.locked{
		padding-top: 0;
	}
	.inquiryForm td input{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	.inquiryForm td input#postal{
		width: 54%;
		margin-bottom: 10px;
	}
	.inquiryForm td textarea{
		width: 100%;
		box-sizing: border-box;
	}
	.inquiryForm td textarea::placeholder{
		font-size: 14px;
	}
	.agreeContent{
		padding-top: 0;
	}
	.agreeTxt{
		padding: 20px 20px 0;
		font-size: 12px;
	}
	.agreeTxt:after{
		display: none;
	}
	.agreeCheck{
		margin-top: 15px;
	}
	.agreeCheckTxt{
		font-size: 13px;
	}
	input#confirm, input#back, input#send{
		width: 100%;
		max-width: 260px;
		font-size: 16px;
		background-size: 8px auto;
		background-position: right 22px auto;
		border-radius: 0;
		-webkit-appearance: none;
	}
	.formError{
		transform: translateY(-10px);
	}
	.phoneformError{
		transform: translateY(-10px);
	}
	.postalformError{
		transform: translate(13px,-10px);
	}
	.agreeformError{
		transform: translate(-9px,-10px);
	}	
	.formError:before{
		opacity: 0 !important;
	}
	.formError .formErrorContent{
		width: auto !important;
		min-width: 0 !important;
		white-space: nowrap;
	}
}

@media screen and (max-width: 320px){
	.inquiryForm td input#postal::placeholder{
		font-size: 8px;
	}
}




