@charset "utf-8";

#main_img{
	background: url(../img/contact/main_img.jpg) no-repeat center/cover;
}
/*---------------------------------*/
#sec1{
	text-align: center;
	padding: 50px 0 55px;
}
#sec1 h3{
	font-size: 25px;
	color: #333;
	padding: 30px 0;
}
.s1_tel{
	font-size: 35px;
	font-weight: bold;
	padding-bottom: 50px;
}
#sec1 table{
	width: 100%;
	margin-bottom: 10px;
}
#sec1 th,#sec1 td{
	border: 1px solid #cbcbcb;
	padding: 20px 30px;
	vertical-align: middle;
}
#sec1 th{
	width: 30%;
	background: #f6f6f6;
}
#sec1 td{
	width: 70%;
}
input,textarea{
	font-size: 18px;
	border: 1px solid #cbcbcb;
}
input{
	width: 80%;
}
textarea{
	width: 100%;
	height: 200px;
}
.contact_btn{
	justify-content: center;
	padding: 30px 0 50px;
}
.contact_btn button{
	width: 250px;
	height: 60px;
	background: #f6f6f6;
	color: #666;
	font-size: 20px;
	margin: 0 15px;
}
button.contact_send{
	letter-spacing: 2px;
	background: #F3B2C1;
	color: #fff;
}

.form_text{
	margin-bottom: 10px;
	font-size: 18px;
}
@media screen and (max-width: 639px) {
#sec1{
	padding: 30px 0;
}
#sec1 h3{
	font-size: 21px;
}
.s1_tel{
	font-size: 30px;
	padding-bottom: 20px;
}
#sec1 th,#sec1 td{
	width: 100%;
	display: block;
	padding: 0;
}
input{
	width: 100%;
}
textarea{
	width: 100%;
	height: 150px;
}
.contact_btn{
	padding: 20px 0 30px;
}
.contact_btn button{
	font-size: 18px;
	margin: 0 0 15px;
}

}


