@charset "UTF-8";




body{
	background-color: #f8f8ee;
}

.top{
	font-size: 14px;
}
.top img[src*="/header/4_1."]{
	width: 144px;
	/*width: 240px;*/
	margin: 70px 0 0px;
}
.top h3{
	font-family: 'Laurel';
	font-size: 16px;
	padding-top: 70px;
}
.top h4{
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	padding: 15px 0;
	border: 1px solid #5e4d3a;
}
.top b{
	font-size: 17px;
}
.top p{
	text-align: center;
}
.top img[src*="/1."]{
	margin: 20px 0 0;
}
.top img[src*="/c_2."]{
	margin: 20px 0 -5px;
}
.top img[src*="/c_3."]{
	width: 170px;
	margin: 15px 0 0;
}
.top.thanks p{
	font-size: 20px;
	margin: 100px 0;
}
.top.thanks p a{
	font-size: 16px;
}


table.contact{
	width: 100%;
	margin: 50px 0 35px;
	border-collapse: collapse;
}
table.contact th{
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
	width: 130px;
	padding: 25px 0 0 calc((100vw - 490px) / 2 + 50px);
}
table.contact th.hissu{
	background-image: url(/img/contact/hissu.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 140px) 25px;
}
table.contact td{
	width: 300px;
	padding: 15px calc((100vw - 490px) / 2) 15px 0;
}
table.contact tr:nth-of-type(2n+1) th,
table.contact tr:nth-of-type(2n+1) td{
	background-color: #efedd4;
}


#mailformpro table.contact input[type="text"],
#mailformpro table.contact input[type="email"],
#mailformpro table.contact textarea{
	text-align: left;
	font-size: 17px;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border: 1px solid #c3c3c3;
	border-radius: 4px;
	outline: none;
}

#mailformpro table.contact textarea{
	height: 200px;
}

table.contact input[type="text"].wpcf7c-conf,
table.contact input[type="email"].wpcf7c-conf,
table.contact textarea.wpcf7c-conf{
	background-color: #c3c3c3 !important;
}
table.contact input[type="text"][readonly],
table.contact input[type="email"][readonly],
table.contact textarea[readonly]{
	background-color: transparent !important;
	border: 0;
}

.submit_area{
	font-size: 18px;
}
#confirmButton,
.confirm .button{
	cursor: pointer;
	display: inline-block;
	font-size: 27px;
	color: #fff;
	background-color: #758671;
	padding: 20px 90px;
	border-radius: 10px;
	box-shadow: 0px 5px #6f9978;
	margin-top: 20px;
}
html.sp #confirmButton{
	padding: 20px 40px;
}

.confirm .button{
	text-decoration: none;
	font-size: 17px;
	padding: 5px 10px;
	border-radius: 5px;
	box-shadow: 0px 3px #6f9978;
	margin-top: 0px;
}
.confirm .button.disable{
	cursor: default;
	opacity: 0.2;
}

.mfp_ok{
	display: none !important;
}
div#mfp_overlay_background,
div#mfp_overlay{
	display: none !important;
}
