@charset "utf-8";
/*==================================================
	【お問い合わせ】ページ固有のスタイル
==================================================*/
#contact .bg_wide {
	padding: 150px 0;
}
#contact .bg_wide:before {
	background: url("../img/honten/bg02.png") no-repeat left top / 100% auto;
}
#contact .box {
	position: relative;
	padding-top: 42px;
	background: url(../img/top/bg.png) no-repeat top left;
	width: 900px;
	margin: 0 auto;
}
#contact .box::before {
	content: "";
	background: url("../img/honten/ashirai.png") no-repeat center / 100% auto;
	width: 443px;
	height: 98px;
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#contact .box::after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 42px);
	left: 0;
	top: 42px;
	background: rgba(255, 255, 255, 0.9);
	z-index: -1;
}
#contact .box h3 {
	text-align: center;
	font-size: 50px;
	font-weight: 400;
	background: url(../img/bg-h3.png) repeat-x bottom;
	padding-bottom: 20px;
}
#contact .box h3 span {
	display: block;
	font-size: 26px;
}
#contact .box .in {
	padding: 50px;
}
#contact .box .in .txt a {
	color: #666;
	text-decoration: underline;
}
#mailform .tbl {
	margin: 2em 0;
}
#mailform .tbl th {
	vertical-align: top;
}
#mailform .tbl th .need {
	float: right;
	padding: 1px 10px;
	background: #d4b338;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 13px;
}
#mailform .btn {
	margin-top: 1.5em;
	/* フレックス */
	display: flex;
	justify-content: center;
}
#mailform .btn li+li {
	margin-left: 15px;
}
#mailform .btn input {
	width: 200px;
	height: 50px;
	background: #d4b338;
	border: 1px solid #d4b338;
	border-radius: 30px;
	box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
	color: #FFFFFF;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: pointer;
}
#mailform .btn input:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#mailform .btn input[type="reset"] {
	background: #F4F4F4;
	border-color: #DDD;
	color: #666;
}
#mailform .tbl input[type="text"],
#mailform .tbl textarea {
	width: 100%;
	box-sizing: border-box;
}
#mailform .tbl textarea {
	display: block;
}
#mailform .tbl input.wno,
#mailform .tbl input.age {
	width: 100px;
}
#honten .thanks a {
	color: #876515;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#contact .bg_wide {
		padding-bottom: 100px;
	}
	#contact .box {
		width: 100%;
		padding-top: 30px;
		border-radius: 50px 50px 0 0;
		background: rgba(255, 255, 255, 0.9);
	}
	#contact .box h3 {
		font-size: 30px;
	}
	#contact .box .in {
		padding: 15px;
	}
	#mailform .tbl th {
		width: 200px;
	}
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact .bg_wide {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#contact .box::before {
		width: 250px;
		height: 60px;
		top: -50px;
	}
	#contact .box h3 {
		font-size: 28px;
	}
	#mailform .tbl th {
		width: 100%;
	}
}