@charset "utf-8";


/* contact
-----------------------------------------------------------------*/
#main_visual {
	background: url(../img/contact/fv.png) no-repeat center top;
	background-size: cover;
}


#container {
}
@media (max-width: 767px) {
}


/*contact*/
#contact {
	padding-top: 80px;
	padding-bottom: 120px;
}
#contact .lead {
	margin-bottom: 50px;
}
#contact .lead p {
	color: #53341f;
	font-size: 15px;
}
#contact .lead ul {
	margin-top: 5px;
}
#contact .lead li {
	position: relative;
	padding-left: 15px;
}
#contact .lead li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto 0;
	background-color: #eee9d0;
	border-radius: 10px;
}
#contact label {
	display: block;
}
#contact .flex {
}
#contact .flex > label {
	width: 385px;
}
#contact .item_title {
	margin-bottom: 10px;
	color: #53341f;
	font-size: 16px;
}
#contact .item_title span {
	color: #cb0000;
}
#contact input,
#contact textarea {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 55px;
	padding: 5px;
	margin-bottom: 30px;
	border: 1px solid #53341f;
	border-radius: 0;
	background-color: #fffef7;
}
#contact input {
}
#contact textarea {
	height: 210px;
}
#contact .error {
	margin-top: -25px;
	margin-bottom: 20px;
	color: #cb0000;
}
#contact .send_btn {
	text-align: center;
}
#contact .send_btn button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 172px;
	height: 40px;
}
#contact .send_btn img {
	margin-right: 15px;
}
@media (max-width: 767px) {
	#contact {
	}
	#contact .lead {
		/*padding-top: 80px;*/
	}
	#contact .lead p {
		/*color: #53341f;*/
		/*font-size: 15px;*/
	}
	#contact .lead ul {
		/*margin-top: 5px;*/
	}
	#contact .lead li {
		/*position: relative;*/
		/*padding-left: 15px;*/
	}
	#contact .lead li::before {
		/*content: "";*/
		/*position: absolute;*/
		/*left: 0;*/
		/*top: 0;*/
		/*bottom: 0;*/
		/*display: block;*/
		/*width: 8px;*/
		/*height: 8px;*/
		/*margin: auto 0;*/
		/*background-color: #eee9d0;*/
		/*border-radius: 10px;*/
	}
	#contact .error {
		/*margin-top: 20px;*/
		/*color: #cb0000;*/
	}
	#contact form {
		/*margin-top: 50px;*/
		/*padding-bottom: 120px;*/
	}
	#contact label {
		/*display: block;*/
	}
	#contact .flex {
	}
	#contact .flex > label {
		width: 100%;
	}
	#contact .item_title {
		/*margin-bottom: 10px;*/
		/*color: #53341f;*/
		/*font-size: 16px;*/
	}
	#contact .item_title span {
		/*color: #cb0000;*/
	}
	#contact input,
	#contact textarea {
		/*width: 100%;*/
		/*height: 55px;*/
		/*padding: 5px;*/
		/*margin-bottom: 30px;*/
		/*border: 1px solid #53341f;*/
		/*background-color: #fffef7;*/
	}
	#contact input {
	}
	#contact textarea {
		/*height: 210px;*/
	}
	#contact .send_btn {
		/*text-align: center;*/
	}
	#contact .send_btn button {
		/*display: inline-flex;*/
		/*justify-content: center;*/
		/*align-items: center;*/
		/*width: 172px;*/
		/*height: 40px;*/
	}
	#contact .send_btn img {
		/*margin-right: 15px;*/
	}
}
#contact_complete {
	padding-top: 80px;
	padding-bottom: 120px;
}
#contact_complete .lead {
	color: #53341f;
	font-size: 15px;
	text-align: center;
}
#contact_complete .lead span {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
