@charset "utf-8";
@import url("base.css");
/* CSS Document */

/*contact ー お問い合わせ*/
#contact main{
	width: 90%;
	max-width: 580px;
	margin: 0 auto;
}
#contact h1 {
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
}
.contact_ex {
	margin-bottom: 20px;
}
#contact table {
	width: 100%;
	margin: 0 auto;
}
#contact th {
	text-align: left;
}
#contact table input,textarea {
	width: 100%;
	margin-bottom: 20px;
	border: none;
	border-radius: 10px;
	padding:10px;
	box-sizing: border-box;
}
.submit {
	margin: 0 auto 50px;
	padding: 10px 30px;
	background-color: #8a7c61;
	color: #fff;
	border: none;
	border-radius: 15px;
	font-size: 16px;
}
.submit:hover {
	opacity: 0.6;
	cursor: pointer;
}
.btn_submit {
	text-align: center;
}


/*タブレット*/
@media screen and (min-width: 520px) and (max-width: 959px){
}
	
@media (min-width: 960px){
}
