@charset "utf-8";
/* contact
--------------------------------------------------------- */
.contact_unit {
	margin-top: 70px;
}
.contact_unit .boxL {
	width: 600px;
	text-align: left;
	padding-left: 30px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_unit .boxR {
	width: 320px;
	float: right;
}
.tel_box {
	border: solid 1px #DCD3BE;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
}
.tel_box p {
	line-height: 1.6;
}
.tel_box .tel {
	font-size: 1.875em;
	font-weight: bold;
}
.tel_box .txt {
	line-height: 1.4;
}
.tel_box .time {
	font-size: 0.875em;
}
.tel img {
	margin-right: 10px;
	margin-top: 5px;
}
#formWrap {
	margin: 0 auto;
	text-align: center;
	line-height: 1.8;
}
.formTable {
	border-collapse: collapse;
	width: 100%;
	margin: 40px auto;/*border: #99917A solid 1px;*/
}
.formTable th {
	border-bottom: 1px #DCD3BE solid;
	/*background: #EDE9DC;*/
	text-align: left;
	padding: 20px;
	width: 40%;
	vertical-align: top;
}
.formTable td {
	width: 60%;
	border-bottom: 1px #DCD3BE solid;
	/*background: #FFF;*/
	text-align: left;
	padding: 20px;
}
.required {
	display: inline-block;
	margin-left: 10px;
	padding: 5px 10px;
	color: #fff;
	background: #DED574;
	line-height: 1;
	vertical-align: middle;
	overflow: hidden;
	font-size: 0.750em;
}
.formTable input {
	padding: 5px;
}
.formTable textarea {
	box-sizing: border-box;
	vertical-align: top;
	padding: 5px;
	min-width: 250px;
	max-width: 500px;
	min-height: 100px;
	max-height: 250px;
}
#formWrap .att {
	border: 1px solid;
	display: block;
	color: #090;
	font-weight: bold;
}
.bt_Confirm {
	width: 300px;
	color: #fff;
	text-align: center;
	display: inline-block;
	background-color: #523F33;
	border: none;
	padding: 15px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	outline: none;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
	font-size: 1.143em;
}
.bt_Confirm:hover {
	background-color: #DED574;
}
.bt_Reset:hover {
	background-color: #EEEEEE;
}
.bt_Reset {
	width: 200px;
	line-height: 29px;
	font-size: 14px;
	color: #5B4437;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	background-color: #FFF;
	border: 1px solid #5B4437;
	position: relative;
	height: auto;
	padding: 15px 30px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-left: 10px;
}
.btn_box {
	margin: 40px 0 0 0;
}
/* thanksページ
--------------------------------------------------------- */
.thanks {
	padding: 150px;
}
