@charset "utf-8";

#page_contact .catchcopy{
	font-size: 24px;
	text-align: center;
	color: #372817;
	margin: 0 0 30px 0;
}

#page_contact .title{
	font-size: 24px;
	text-align: center;
	color: #9e0000;
	margin: 0 0 30px 0;
}

#page_contact .phone{
	color: #9e0000;
	font-size: 20px;
	padding-right:0.51em;
	font-weight: bold;
}


table{
	width: 100%;
	margin: 10px auto 0 auto;
	border-collapse:collapse;
	border-top: 1px solid #7c7163;
}

th{
	padding: 7px 15px;
	text-align: left;
	border-bottom: 1px solid #7c7163;
	background: url(../../contact/img/bg_green.png) repeat;
	vertical-align: top;
	color: #FFF;
	font-weight: normal;
}

td{
	padding: 7px 15px;
	border-bottom: 1px solid #7c7163;
}


span.hissu{
	color: #FFF;
	background: #9e0000;
	padding: 0 15px 2px 15px;
	font-weight: normal;
	display: inline-block;
	margin: 0 5px 0 3px;
	font-size: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
/*--------------------▽--------------------*/
@media screen and (max-width: 979px){
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px){
	table,
	table tbody,
	table tr,
	table th,
	table td{
		margin: 0;
		border: none;
		display: block;
	}
	table tr{
		padding: 5px 0;
		border-bottom: 1px solid #7c7163;
	}
	table td{
		padding: 7px 0;
	}
}
@media screen and (max-width: 480px){
}
/*--------------------▲--------------------*/


/*form
----------------------------------------------------------------------*/
.form td li{
	display: inline-block;
	padding: 0 15px 0 0;
}


.form input{
	margin: 1px;
	padding: 10px;
	border: 0;
}

.form input[type=text],
.form input[type=tel],
.form input[type=email]{
	width: 450px;
	background: #FFF;
}

.form input.m[type=text],
.form input.m[type=tel]{
	width: 200px;
	background: #FFF;
}

.form input.s[type=text],
.form input.s[type=tel]{
	width: 100px;
	background: #FFF;
}

.form input.zip{
	width: 100px;
	background: #FFF;
	padding: 5px;
}


.form textarea{
	width: 500px;
	height: 150px;
	padding: 10px;
	background: #FFF;
	border: 0;
}

.form select{
	padding: 10px;
}

.btnSend{
	text-align: center;
	padding: 20px 0;
}

.btnSend input[type=submit]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 40px;
	background: #4d9045;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	font-family: fot-tsukuardgothic-std,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow:2px 2px 0px #c9c9c9;
	-moz-box-shadow:2px 2px 0px #c9c9c9;
	-webkit-box-shadow:2px 2px 0px #c9c9c9;
}

.btnSend input[type=reset],
.btnSend input[type=button],
.btnSend input.back{
	padding: 20px 40px;
	background: #666;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	font-family: fot-tsukuardgothic-std,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow:2px 2px 0px #c9c9c9;
	-moz-box-shadow:2px 2px 0px #c9c9c9;
	-webkit-box-shadow:2px 2px 0px #c9c9c9;
}


@media screen and (max-width: 979px) {
/*tablet*/
}

@media screen and (max-width: 768px){
.form input{
	padding: 15px 1%;
}

.form input[type=text],
.form input[type=tel],
.form input[type=email]{
	width: 100%;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form input.m[type=text],
.form input.m[type=tel]{
	width: 50%;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form input.s[type=text],
.form input.s[type=tel]{
	width: 30%;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.form textarea{
	width: 100%;
	padding: 5px 1%;
	height: 150px;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.btnSend input[type=submit]{
	padding: 15px 0;
	width: 95%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 40px;
	background: #4d9045;
	color: #FFF;
	font-size: 1.8rem;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	font-family: fot-tsukuardgothic-std,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow:2px 2px 0px #c9c9c9;
	-moz-box-shadow:2px 2px 0px #c9c9c9;
	-webkit-box-shadow:2px 2px 0px #c9c9c9;
	
	-moz-border-radius: 3px;
	-webkit-appearance: none;
	font-size: 16px;
}

.btnSend input[type=reset],
.btnSend input[type=button],
.btnSend input.back{
	padding: 20px 40px;
	width: 95%;
	background: #666;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 3px;
	font-family: fot-tsukuardgothic-std,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	-webkit-appearance: none;
	font-size: 16px;
}
}