@charset "utf-8";

/* 
------------------------------------------------------------*/
.inner-title {
	width: 100%;
	background: url("../images/title-line.webp") no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	position: relative;
	padding: 12% 0 12%;
}
.inner-title p {
	text-align: center;
	font-size: min(calc(80/1500*100vw),80px);
	color: rgba(150,99,26,.4);
	line-height: 150%;
}
.inner-title h2 {
	text-align: center;
	font-weight: bold;
	font-size: min(calc(30/1500*100vw),30px);
}
.inner-title img {
	position: absolute;
	right: 2%;
	bottom: 30%;
	width: min(calc(630/1900*100vw),630px);
	height: auto;
}
.form-area {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 150px;
}
.form-detail{
	max-width: 450px;
	width: 37.5%;
}
.form-detail h3 {
	text-align: center;
	font-size: clamp(18px,calc(28/1200*100vw),28px);
	border-bottom: 1px solid #bda25d;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.form-detail .btn-area {
	border-bottom: 1px solid #bda25d;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.form-detail .btn-area p {
	text-align: center;
	font-size: clamp(14px,calc(24/1200*100vw),24px);
	margin-bottom: 20px;
}
.form-detail .btn-area a.contact-fp {
	display: block;
	max-width: 300px;
	width: 80%;
	color: #ffffff;
	background-color: #bda25d;
	border: solid 1px #bda25d;
	border-bottom: 5px solid #6d5520;
	text-align: center;
	font-weight: bold;
	padding: 3% 0;
	border-radius: 50px;
	margin: auto;
}
.form-detail .btn-area a.contact-general {
	display: block;
	max-width: 300px;
	width: 80%;
	color: #ffffff;
	background-color: #54769e;
	border: solid 1px #54769e;
	border-bottom: 5px solid #17314c;
	text-align: center;
	font-weight: bold;
	padding: 3% 0;
	border-radius: 50px;
	margin: auto;
}
.footer-inner p {margin-bottom: 30px;}
.footer-inner p a {text-decoration: underline;}
.thanks span {
	font-size: clamp(40px,calc(80/1200*100vw),80px);
	display: block;
	text-align: center;
	color: #96631a;
}
.thanks h2 {
	font-size: clamp(20px,calc(60/1200*100vw),60px);
	text-align: center;
	border-bottom: 1px solid #bda25d;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
#mfp_thanks{text-align:center;font-size: clamp(16px,calc(22/1200*100vw),18px)}

/*----------------------------------------------------------*/
/* ブレイクポイント
------------------------------------------------------------*/
/* 750px以下から
------------------------------------------------------------*/
@media only screen and (max-width:750px){
	.inner-title {padding: 100px 0 55%;}
	.inner-title p {font-size: 40px;}
	.inner-title h2 {font-size: 18px;}
	.inner-title img {
		right: 50%;
		transform: translateX(50%);
		bottom: 15%;
		width: 70%;
	}
	.form-area {padding: 30px 0 80px;}
	.form-detail{
		max-width: 100%;
		width: 100%;
		margin-bottom: 80px;
	}
	.form-detail .btn-area a.contact-fp,
	.form-detail .btn-area a.contact-general {
		max-width: 250px;
		padding: 10px 0;
	}
}
