@charset "UTF-8";

/*-----------------------------------

	contact.css

-----------------------------------*/

.mb_300 {
	margin-bottom: 300px !important;
}

.wpcf7-spinner {
	display: none;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-not-valid-tip {
	margin-bottom: 0.5em;
	color: #c00;
}
.cf7msm-ro:first-child {
	margin-right: 1em;
}
.wpcf7-response-output {
	margin: 1em 0 0 0 !important;
	padding: 1em !important;
	background: #ffb6c1;
	border: none !important;
}

/* =====================
  main_image
===================== */

#lower #main_img {
	background:	url(../img/contact/main_img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#lower #main_img h2 {
	width: 320px;
}

/* =====================
  block_01
===================== */

#block_01 {
	margin-bottom: 150px;
}
#block_01 h3 {
	margin: 80px 0 50px;
}
#block_01 h3 .sp_head {
	display: none;
}
#block_01 h3 img {
	display: block;
	margin: 0 auto;
}
#block_01 .intro_text {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}
#block_01 table {
	width: 100%;
	font-size: 16px;
	margin-top: 50px;
}
#block_01 table th {
	width: 320px;
	font-weight: normal;
	text-align: left;
	padding: 20px 0;
	border-bottom: 1px dotted #ddd;
	vertical-align: top;
}
#block_01 table th span {
	display: inline-block;
	width: 60px;
	margin-left: 15px;
	background: #bf5454;
	color: #fff;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#block_01 table td {
	padding: 20px 0;
	border-bottom: 1px dotted #ddd;
}
#block_01 table tr:last-child th,
#block_01 table tr:last-child td {
	border-bottom: none;
}
#block_01 .td_name input {
	width: 180px;
	float: left;
}
#block_01 .td_name p .wpcf7-form-control-wrap:last-child input {
	margin-left: 20px;
}
#block_01 table td input {
	width: 350px;
	padding: 8px 10px;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a29b93;
}
#block_01 table td textarea {
	width: 680px;
	height: 150px;
	padding: 10px 10px;
	font-size: 16px;
	line-height: 150%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#submit_area {
	width: 460px;
	margin: 50px auto 0;
}
#submit_area br {
	display: none;
}
#submit_area .btn_style {
	display: block;
	width: 220px;
	font-size: 21px;
	letter-spacing: 0.1em;
	padding: 12px 0;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	outline: none;
	border: 2px solid #6c5752;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
#submit_area .brown_btn {
	background: url(../img/contact/arrow_01.png) no-repeat #6c5752;
	background-position: 12% center;
	color: #fff;
}
#submit_area .white_btn {
	background: url(../img/contact/arrow_02.png) no-repeat #fff;
	background-position: 12% center;
	color: #6c5752;
	margin-bottom: 15px;
}
#submit_area .btn_style:hover {
	opacity: 0.8;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}

/*-----------------------------------

	tablet

-----------------------------------*/

@media screen and (max-width: 840px) {

/* =====================
  block_01
===================== */
	#block_01 {
		margin-bottom: 50px;
	}
	#block_01 h3 {
		margin: 55px 0 35px;
	}
	#block_01 table th {
		display: block;
		width: 100%;
		padding-bottom: 0;
		border-bottom: none;
	}
	#block_01 table td {
		display: block;
		width: 100%;
	}
	#block_01 table td textarea {
		width: 100%;
	}

}

/*-----------------------------------

	sp

-----------------------------------*/

@media screen and (max-width: 640px) {

	#lower #main_img h2 {
		width: 40%;
	}

/* =====================
  block_01
===================== */
	#block_01 {
		margin-bottom: 20px !important;
	}
	#block_01 h3 .pc_head {
		display: none;
	}
	#block_01 h3 .sp_head {
		display: block;
	}
	#block_01 .intro_text {
		font-size: 14px;
	}
	#block_01 table {
		font-size: 15px;
		margin-top: 15px;
	}
	#block_01 table th span {
		width: 40px;
		font-size: 13px;
		margin-left: 10px;
	}
	#block_01 table td input,
	#block_01 .td_name input {
		width: 100%;
	}
	#block_01 .td_name p .wpcf7-form-control-wrap:last-child input {
		margin-top: 10px;
		margin-left: 0;
	}
	#submit_area {
		width: 100%;
		margin-top: 10px;
	}
	#submit_area .btn_style {
		font-size: 16px;
		width: 200px;
	}
	#submit_area .brown_btn {
		background-position: 16% center;
		float: none !important;
	}
	#submit_area .white_btn {
		background-position: 16% center;
		float: none !important;
		margin-top: 40px;
	}

}