@charset "UTF-8";
/* CSS Document */
.contact-box1{
	position: relative;
	padding: 150px 0;
}
.contact-mark1{
	width: 900px;
	margin: auto;
	text-align: center;
}
.contact-phone{
	display: block;
	width: 800px;
	height: 160px;
	background: #CDFFF4;
	margin: 40px auto 0;
}
.contact-title1::before{
	content: 'CONTACT';
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 18px;/* 16px --> 11px*/
	line-height: 1.2;
	text-align: center;
}
/*----------------------------*/
.contact-box2{
	position: relative;
	padding: 110px 0;
	background: #FFFAF6;
}
.contact-title2{
	text-align: center;
}
.contact-title2::before{
	content: 'CONTACT FORM';
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 18px;/* 16px --> 11px*/
	line-height: 1.2;
	text-align: center;
}
/*---------- お問い合わせフォーム　---*/
.ft-form{
	width: 900px;/* 900px */
	margin: 40px auto;/* 40px auto*/
	border-collapse: collapse;
	color: #000000;
}
.ft-form tr{
	line-height: 1.5;
	border-bottom: 1px solid #C3AB7A;;
}
.ft-form tr th{
	width: 27.8%;/* 250px */
	padding: 18px;/* 18px */
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
.ft-form tr td{
	width: 72.2%;/* 650px */
	padding: 18px 0;/* 18px */
}
.ft-form select{
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
}
.ft-form .text{
	width: 90%;
	height: 40px;/* 40px */
	border-radius: 6px;
	border: none;
	background: #EBEBEB;
}
.ft-form .textarea{
	width: 90%;
	height: 200px;/* 200px */
	border-radius: 6px;/* 6px */
	border: none;
	background: #EBEBEB;
}
.required{
	display: inline-block;
	padding: 2px 5px;/* 2px 5px */
	background: #000000;
	color: #FFFFFF;
	font-size: clamp(0.563rem, 0.465rem + 0.22vw, 0.688rem);/* 11px */
	margin-left: 1.1%;/* 10px */
	vertical-align: middle;
}
.submit{
	background: #000000;
	color: #FFFFFF;
	padding: 8px 15px;/* 3px 10px */
	border: none;
}
/*----------------------------*/
.contact-box3{
	position: relative;
	padding: 150px 0;
}