@charset "utf-8";
/* CSS Document */
/*==================================================
店舗概要
===================================*/
#mainvisual_contact{
	background: url("../img/menu/menu_img002.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
    padding: 9em 0;
	position: absolute;
	top: 0;
    width: 100%;
	overflow: hidden;
}
#mainvisual_contact h2{
	color: #fff;
	text-align: center;
	width: 100%;
	letter-spacing: 0.1em;
}
/*==================================================
h4 共通
===================================*/
#contact h4{
	text-align: center;
}
.shop_hr{
    border: 2px solid #4e4500;
    width: 10%;
    margin: 0 auto;
    margin-top: 1.5em;
	margin-bottom: 5em;
}
/*==================================================
お問い合わせ内容
===================================*/
#contact{
	margin-top: 20em;
	overflow: hidden;
}
#contact p{
	text-align: center;
}
#contact p span{
	color: #ff0000;
}
/*==================================================
 Form
===================================*/
.contact_form{
	width: 900px;
    margin: 0 auto;
    padding: 4em 0;
}
.contact_form table {
	border-collapse: collapse;
	border-spacing: 0;
}
.contact_form caption,th {
	text-align: left;
}
/*デザイン*/
.contact_form .box_con02 form {
	width: 100%;
}
.contact_form .box_con02 form table {
	width: 100%;
	font-size: 18px;
}
.contact_form .box_con02 form table tr {
	position: relative;
    border-collapse: collapse;
}
.contact_form .box_con02 form table tr:first-child td:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 1px;
}
.contact_form .box_con02 form table tr th {
	width: 35%;
	font-weight: normal;
	padding: 1em .5em;
    color: #333;
	position: relative;
}
.contact_form .box_con02 form table tr th span {
    padding: 5px 1em;
    color: #ff0000;
    margin-left: 0.5em;
	font-size: 16px;
}
.contact_form .box_con02 form table tr th:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
}
.contact_form .box_con02 form table tr td {
	position: relative;
	padding: 1em .5em;
}

.contact_form .box_con02 form table tr td:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
}
.contact_form .box_con02 form table tr .box_br {
	display: block;
}
.contact_form .box_con02 form table tr select,
.box_con02 form table tr textarea,
.box_con02 form table tr .wide {
	width: 100%;
	height: 3em;
	padding: .5em;
	background-color: #f2f2f2;
    border-radius: 13px;
}
.contact_form .box_con02 form table tr textarea {
	height: 10em;
}

/* 送信ボタン
--------------------------------------*/
.contact_form .btn {
 	text-align: center;
	margin: 2em 0;
}
.contact_form .btn input {
    font-size: 28px;
	font-family: "Zen Old Mincho";
	display: inline-block;
	background: #4e4500;
	padding: .5em 1em;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	border: none;
	transition: all 0.4s;
	border-radius: 10px;

}
.contact_form .btn input:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

























/* 1280px以下に適用されるCSS（スクエアモニター用） */
@media screen and (max-width: 1286px) {
	
}

@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 913px) {
	.contact_form .box_con02 form table tr select,
	.box_con02 form table tr textarea,
	.box_con02 form table tr .wide {
		width: 80%;
	}
}
/* 850px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 850px) {
	.contact_form .box_con02 form table tr select,
	.box_con02 form table tr textarea,
	.box_con02 form table tr .wide {
		width: 70%;
	}
}
@media screen and (max-width: 768px) {
	.contact_form .box_con02 form table tr select,
	.box_con02 form table tr textarea,
	.box_con02 form table tr .wide {
		width: 65%;
	}
}
@media screen and (max-width: 540px) {

}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
/* 汎用 */
	.pc_only {display: none!important;}
	.sp_only {display: block!important;}
	
	
	.shop_hr {
		width: 30%;
	}
	
	.contact_form .box_con02 form table tr th {
		width: 100%;
		display: block;
	}
	.contact_form .box_con02 form table tr td {
		width: 100%;
		display: block;
	}
	.contact_form .box_con02 form table tr select,
	.box_con02 form table tr textarea,
	.box_con02 form table tr .wide {
		width: 40%;
	}
	
	.btn{
		width: 45%;
	}
}
@media screen and (max-width: 391px) {
	.contact_form .box_con02 form table tr select,
	.box_con02 form table tr textarea,
	.box_con02 form table tr .wide {
		width: 37%;
	}
}












