@charset "UTF-8";

/*---import CSS-----------------------------------*/
@import "common_setting.css";
@import "base_layout.css";
/*---import CSS-----------------------------------*/

/*
======== table of content. ===============

summary : 「お問い合わせ」設定

- content
  - section contact

==========================================
*/

/*----------------------------------------
content
------------------------------------------*/

/*--- section contact -----------------------------------*/

#sec_contact .attention {
	text-align: center;
}

#sec_contact span.caution {
	color: #dc0000;
	margin: 0px 5px 0px 0px;
}

#mailform {
	width: 100%;
	margin: 15px auto 0px;
	overflow: hidden;
}

#mailform tr {
	width: 100%;
	text-align: left;
}

#mailform tr th {
	width: 300px;
	padding: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #514e35;
	vertical-align: top;
	background: #e1e1dc;
}

#mailform tr:nth-child(even) th {
	background: #f0f0eb;
}

#mailform tr td {
	width: 600px;
	padding: 20px;
	vertical-align: middle;
	background: #f0f0eb;
}

#mailform tr:nth-child(even) td {
	background: #f5f5f0;
}

#mailform tr th span,
#mailform tr td span {
	font-size: 14px;
	font-weight: normal;
	color: #dc0000;
	margin: 0px 0px 0px 5px;
}

#mailform td input,
#mailform td textarea {
	width: 100%;
	padding: 5px;
}

#mailform td textarea {
	font-size: 14px;
	resize: vertical;
}

#btn_form {
	width: 100%;
	margin: 20px auto 0px;
	text-align: center;
	display: block;
	overflow: hidden;
}

#btn_form ul {
	display: inline-block;
}

#btn_form ul li {
	width: 150px;
	margin: 0px 20px 0px 0px;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	border: 1px solid #ff6e00;
	display: block;
	background: #ffffff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	float: left;
}

#btn_form ul li:last-child {
	margin-right: 0px;
}

#btn_form ul li,
#btn_form ul li::before,
#btn_form ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .6s;
	transition: all .6s;
}

#btn_form ul li:hover,
#btn_form ul li.select {
	background: url(../../img/common/screen.png) repeat center;
	background-color: #ffffff;
}

#btn_form ul li input,
#btn_form ul li button {
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #ff6e00;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	cursor: pointer;
	display: block;
	overflow: hidden;
	border: none;
	background-color: transparent;
}

#btn_form ul li a,
#btn_form ul li a:hover {
	width: 100%;
	height: 40px;
	font-size: 16px;
	text-decoration: none;
	line-height: 40px;
	color: #ff6e00;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	display: block;
	overflow: hidden;
}

/*----------------------------------------
520px以下
------------------------------------------*/
@media screen and (max-width: 520px) {
	/* BODY --------------------------- */
	/*問い合わせフォーム*/
	#sec_contact .attention {
		text-align: left;
	}
	#mailform tr th,
	#mailform tr td {
		display: block;
		width: 100%;
	}
	#mailform tr:nth-child(even) th {
		background: #e1e1dc;
	}
}

/*----------------------------------------
375px以下
------------------------------------------*/
@media screen and (max-width: 375px) {
	/*問い合わせフォーム 送信ボタン*/
	#btn_form ul li {
		float: initial;
		margin: 0 auto 15px auto;
	}
	#btn_form ul li:nth-child(2) {
		margin-bottom: 0;
	}
}