﻿/*===============縲蟷�768px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縲===============*/
@media screen and (max-width:767px) {

.contact_img{
	background: url("../img/contact/top.jpg");
	background-position: center;
	background-size: cover;
}

.contact p.contact_txt{
	padding: 30px 5px 0;
	font-size: 14px;
	text-align: center;
}

.contact p.contact_faq{
	padding: 10px 20px;
}

.contact_form {
	width: 100%;
	height: auto;
	border: 1px solid #746f5c;
	box-sizing: border-box;
	border-collapse: collapse;
}

.contact_form tr{
	box-sizing: border-box;
	width: 100%;
}

.contact_form tr th {
	width: 150px;
	box-sizing: border-box;
	background: #746f5c;
	color: #fff;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #fff;
	font-size: 10px;
}

.contact_form tr td {
	box-sizing: border-box;
	padding: 8px 0 8px 8px;
	border-bottom: 1px solid #746f5c;
	font-size: 12px;
}

.contact_form tr td input {
	height: 15px;
	border: 1px solid #999583;
	display: table-cell;
	vertical-align: middle;
}
.contact_form tr td textarea{
	width: 90%;
}

.va {
	vertical-align:-0.7em;
}

.submit_btn {
	width: 150px;
	height: 50px;
	border-radius: 25px;
	background: #746f5c;
	color: #fff;
	display: block;
	margin: 30px auto 50px;
	border: none;
}

.submit_btn:hover {
	background: #9C3918;
	border: none;
}

.contact p {
	text-align: center;
	font-size: 14px;
	padding: 20px;
}











































}




/*===============縲蟷�769px莉･荳翫�蝣ｴ蜷医↓驕ｩ逕ｨ縲===============*/
@media screen and (min-width:768px) {

.contact_img{
	background: url("../img/contact/top.jpg");
	background-position: center;
	background-size: cover;
}

p.contact_txt{
	text-align: center;
	margin: 100px 0 10px;
	font-size: 180%;
	color: #563E1F;
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
}

p.contact_faq{
	padding-bottom: 20px;
	font-size: 110%;
	color: #333;
}

.contact{
	width: 800px;
	height: auto;
	margin:0 auto 200px;
}

.contact_form {
	width: 100%;
	height: auto;
	border: 1px solid #746f5c;
	font-size: 120%;
	border-bottom: 0;
}

.contact tr {
}

.contact tr th {
	background: #746f5c;
	color: #fff;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.contact tr td {
	padding: 20px;
	border-bottom: 1px solid #746f5c;
	vertical-align: middle;
}

.contact tr td input {
	height: 30px;
	border: 1px solid #999583;	
}

.va {
	vertical-align:-0.7em;
}

.submit_btn {
	width: 150px;
	height: 50px;
	border-radius: 25px;
	background: #746f5c;
	color: #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	display: block;
	margin: 30px auto 0;
	border: none;
}

.submit_btn:hover {
	background: #FDA91E;
	border: none;
}

.contact tr td textarea {
	width: 100%;
}

.contact p {
	text-align: center;
}






































































}
















