@charset "utf-8";
/* お問い合わせ用CSS */

/* PCレイアウト */
@media (min-width: 768px) {
#contact {
	width: 100%;
}
#contact .contact_telephone {
	width: 640px;
}
#contact .contact_telephone .ttl_contact {
	width: 640px;
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: 1px solid #382111;
	text-align: center;
	padding-bottom: 10px;
}
#contact .contact_telephone .telephone {
	font-size: 3.8em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
#contact .contact_telephone .telephone img {
	vertical-align: 1px;
	padding-right: 15px;
}
#contact .contact_telephone .other {
	text-align: center;
}
#contact .contact_telephone .other span {
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 5px;
}
#contact .contact_telephone .open {
	display: table;
	width: 580px;
	margin: 20px auto 0px auto;
}
#contact .contact_telephone .open .box_a {
	display: table-cell;
	width: 180px;
	border: 1px solid #382111;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	vertical-align: middle;
}
#contact .contact_telephone .open .box_b {
	display: table-cell;
	width: 380px;
	padding-left: 20px;
	font-weight: bold;
	vertical-align: middle;
}
#contact .contact_telephone .attention {
	font-size: 0.9em;
	margin-top: 20px;
}
#contact .contact_form {
	width: 640px;
	margin-top: 0px;
	background-color: #F4ECDF;
	padding: 40px;
}
#contact .contact_form .ttl_contact {
	width: 560px;
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: 1px solid #382111;
	text-align: center;
	padding-bottom: 10px;
}
#contact .contact_form .note {
	text-align: left;
	margin-top: 30px;
	font-weight: bold;
}
#contact .contact_form table {
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid #BA8B2F;
	border-bottom: 1px solid #BA8B2F;
	font-size: 1.1em;
}
#contact .contact_form table th {
	width: 200px;
	border-top: 1px solid #FFF;
	background-color: #BA8B2F;
	color: #FFF;
	font-weight: bold;
	padding: 15px 10px 15px 20px;
	text-align: left;
	vertical-align: middle;
}
#contact .contact_form table tr:first-child th {
	border-top: none;
}
#contact .contact_form table th .hissu {
	padding-left: 5px;
}
#contact .contact_form table td {
	border-right: 1px solid #BA8B2F;
	border-bottom: 1px solid #BA8B2F;
	background-color: #FFF;
	padding: 15px;
	vertical-align: middle;
}
#contact .contact_form table td input[type="text"] {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 100%;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding-left: 10px;
	vertical-align: bottom;
}
#contact .contact_form table td input[type="email"] {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 100%;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding-left: 10px;
	vertical-align: bottom;
}
#contact .contact_form table td input[type="tel"] {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 100%;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding-left: 10px;
	vertical-align: bottom;
}

#contact .contact_form table td textarea {
	width: 100%;
	height: 250px;
	font-size: 100%;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 10px;
}
#contact .contact_form .wpcf7-submit {
	display: block;
	width: 280px;
	text-align: center;
	height: 60px;
	font-size: 1.3em;
	color: #FFF;
	font-weight: bold;
	background-color: #382111;
	line-height: 3.2;
	border:none;
	margin:20px auto;
}
#contact .contact_form .bt_contact {
	width: 280px;
	margin: 40px auto 0px auto;
	text-align: center;
}
#contact .contact_form .bt_contact a {
	display: block;
	height: 60px;
	font-size: 1.3em;
	color: #FFF;
	font-weight: bold;
	background-color: #382111;
	line-height: 3.2;
}
#contact .contact_form .bt_contact a span {
	background-image: url(../img/common/icon_arrow_2.png);
	background-repeat: no-repeat;
	background-position: right 6px;
	padding-right: 20px;
}
}

/* スマホレイアウト */
@media (max-width: 767px) {
#contact {
	width: 100%;
}
#contact .wrapper {
	padding:0px 15px 0px 15px;
}
#contact .contact_telephone {
	width: 100%;
	margin-top: 30px;
}
#contact .ttl_contact {
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px solid #382111;
	margin: 0px 15px;
	text-align: center;
	padding-bottom: 5px;
}
#contact .contact_telephone .telephone {
	font-size: 2.6em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
#contact .contact_telephone .telephone img {
	width: 60px;
	vertical-align: -2px;
	padding-right: 15px;
}
#contact .contact_telephone .other {
	text-align: center;
}
#contact .contact_telephone .other span {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 5px;
}
#contact .contact_telephone .open {
	width: 100%;
}
#contact .contact_telephone .open .box_a {
	width: 200px;
	border: 1px solid #382111;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	padding: 10px 0px;
	margin: 10px auto 0px auto;
}
#contact .contact_telephone .open .box_b {
	font-size: 1.1em;
	line-height: 1.4;
	text-align: center;
	margin-top: 10px;
}
#contact .contact_telephone .attention {
	margin-top: 15px;
	text-align: center;
}
#contact .contact_form {
	width: 100%;
	margin-top: 30px;
	background-color: #F4ECDF;
	padding: 30px 0px 50px 0px;
}
#contact .contact_form .note {
	padding: 15px 15px 0px 15px;
	font-weight: bold;
}
#contact .contact_form table,
#contact .contact_form tbody,
#contact .contact_form tr,
#contact .contact_form th,
#contact .contact_form td {
display: block;
}
#contact .contact_form table {
	width: 100%;
	margin-top: 20px;
	padding: 0px 15px;
}
#contact .contact_form table th {
	width: 100%;
	background-color: #BA8B2F;
	font-size: 1.1em;
	color: #FFF;
	font-weight: bold;
	padding: 15px;
	text-align: left;
	border-left: 1px solid #BA8B2F;
	border-right: 1px solid #BA8B2F;
}
#contact .contact_form table th .hissu {
	padding-left: 5px;
}
#contact .contact_form table th .small {
	font-size: 0.8em;
}
#contact .contact_form table td {
	width: 100%;
	background-color: #FFF;
	padding: 10px;
	vertical-align: middle;
	border-left: 1px solid #BA8B2F;
	border-right: 1px solid #BA8B2F;
	border-bottom: 1px solid #BA8B2F;
}
#contact .contact_form table td input[type="text"] {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 100%;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding-left: 10px;
	vertical-align: bottom;
}
#contact .contact_form table td input[type="tel"] {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 100%;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding-left: 10px;
	vertical-align: bottom;
}
#contact .contact_form table td input[type="email"] {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 100%;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding-left: 10px;
	vertical-align: bottom;
}
#contact .contact_form table td input[type="radio"] {
	vertical-align: middle;
}
#contact .contact_form table td textarea {
	width: 100%;
	height: 100px;
	font-size: 100%;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 10px;
}
#contact .contact_form .wpcf7-submit {
	display: block;
	width: 280px;
	text-align: center;
	height: 60px;
	font-size: 1.3em;
	color: #FFF;
	font-weight: bold;
	background-color: #382111;
	line-height: 3.2;
	border:none;
	margin:20px auto;
}

#contact .contact_form .bt_contact {
	width: 240px;
	margin: 30px auto 0px auto;
	text-align: center;
}
#contact .contact_form .bt_contact a {
	display: block;
	height: 46px;
	font-size: 1.3em;
	color: #FFF;
	font-weight: bold;
	background-color: #382111;
	line-height: 46px;
}
#contact .contact_form .bt_contact a span {
	background-image: url(../img/common/icon_arrow_2.png);
	background-repeat: no-repeat;
	background-position: right 6px;
	padding-right: 20px;
}
}



