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

input,textarea {
  -webkit-appearance: none;
}
.second_main_img {
	background: url("../img/contact/main_img.jpg") no-repeat center / cover;
}

.page_read h1 {
	text-align: center;
	font-size: 18px;
	color: #351c13;
	margin-bottom: 30px;
}

.page_read h1 span {
	font-size: 65px;
	font-weight: bold;
	color: #351c13;
	display: block;
	letter-spacing: 5px;
}
	

.page_read {
	width: 94%;
	max-width: 1008px;
	margin: 0 auto 60px;
}

.contact_box {
	width: 80%;
	max-width: 730px;
	margin: 0 auto;
}

.contact_box table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
}

.contact_box table tr th {
	width: 29%;
	background: #f4f3f2;
	font-size: 16px;
	font-weight: 700;
}

.contact_box table tr th,
.contact_box table tr td {
	border: 1px solid #351c13;
	padding: 10px 20px;
	text-align: left;
}

.contact_box table tr th span {
	display: inline-block;
	background: #6f0e0c;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px 7px;
	margin-right: 5px;
	line-height: 1;
}

.contact_box table tr td input {
	padding: 5px ;
	font-size: 16px;
	width: 100%;
}

.contact_box table tr td select {
	width: 100px;
	font-size: 16px;
	padding: 5px;
}

.contact_box table tr td p {
	font-size: 14px;
	color: #351c13;
	font-weight: 400;
	margin: 5px 0 3px;
}

.contact_box table tr.tel td div.flex {
	align-items: center;
}

.contact_box table tr.tel td div.flex input {
	width: 95px;
}

.contact_box table tr.tel td div.flex div {
	width: 10px;
	height: 1px;
	background: #351c13;
	margin: 0 5px;
}

.contact_box table tr.age td input {
	width: 75px;
	margin-right: 5px;
}

.contact_box table tr.message textarea {
	width: 100%;
	padding: 5px;
	font-size: 16px;
}

.active_btn {
	position: relative;
	width: 80%;
	max-width: 340px;
	margin: 0 auto;
}

.active_btn input {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	background: #291109;
	color: #fff;
	border-radius: 10px;
	border: none;
	width: 100%;
}

.active_btn.back_btn {
	display: none;
}

.active_btn.back_btn input {
	margin-top: 10px;
	background: #bbb;
}

.active_btn:after {
	content: "";
	background: url("../img/common/arrow_icon1@2x.png") no-repeat center / 100%;
	width: 6px;
	height: 13px;
	position: absolute;
	right: 3%;
	top: calc(50% - 6px);
}

.active_btn.back_btn:after {
	transform: rotate(-180deg);
	right: auto;
	left: 3%;
}

@media screen and (max-width: 767px){
	.second_main_img {
		padding: 33% 0;
		background: url('../img/contact/sp/main_img.jpg') no-repeat center / cover;
	}
	
	.page_read {
		margin-bottom: 30px;
	}
	
	.contact_box {
		width: 94%;
	}
	
	.contact_box table tr th,
	.contact_box table tr td {
		display: block;
		width: 100%;
	}
	
	.contact_box table tr th,
	.contact_box table tr:not(:last-of-type) td{
		border-bottom: none;
	}
	
	.contact_box table tr.tel td div.flex input {
		width: calc((100% - 40px) / 3);
	}
	
	.page_read h1 {
		font-size: 3vw;
	}
	
	.page_read h1 span {
		font-size: 11vw;
	}
}




