@charset "utf-8";

/* Table Of Contents
----------------------------------------

# form

----------------------------------------*/


/* # form
---------------------------------------------------------------------------- */
@media only screen and (min-width:641px) {
div#main div.form p.tel a{
pointer-events:none;
cursor:default;
text-decoration:none;
}
}
@media only screen and (max-width:640px) {
	span.wpcf7-not-valid-tip {
		left: 0%!important;
		width: 100%!important;
	}
}




textarea{ resize:none; }

div#main div.form table {
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #535353;
}
div#main div.form table th {
	background-color: rgba(143,136,122,0.5);
	border-bottom: 1px solid #535353;
	border-right: 1px solid #535353;
	color: #000;
	font-weight: bold;
	padding: 10px;
	vertical-align: middle;
	width: 30%;
}
div#main div.form table th span,
div#main .h3_tit01 span,
div#main .h4_tit01 span,
div#main .h5_tit01 span,
div#main .h6_tit01 span {
	color: #ff0000;
	font-weight: normal;
	font-size: 83%;
}
div#main div.form table td {
	background-color: rgba(234,229,218,0.5);
	border-bottom: 1px solid #535353;
	border-right: 1px solid #535353;
	color: #000;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
div#main div.form table table {
	border-left: 0;
	border-top: 0;
	margin-bottom: 0;
}
div#main div.form table table th {
	background: 0;
	border-bottom: 0;
	border-right: 0;
	color: #333;
	font-weight: normal;
	padding: 5px 10px 5px 0;
	text-align: left;
	width: auto;
}
div#main div.form table table td {
	border-bottom: 0;
	border-right: 0;
	padding: 5px 0;
}
div#main div.form table td p {
	margin-bottom: 5px;
}
div#main div.form table td p:last-child {
	margin-bottom: 0;
}
div#main div.form label {
	font-weight: normal;
}
div#main div.form input,
div#main div.form textarea {
	background-color: rgba(255,255,255,0.5);
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	padding: 5px;
	width: 100%;
}
div#main div.form textarea {
	border: 1px solid #ddd;
	height: 300px;
}
div#main div.form td textarea {
	border: 0;
	height: 300px;
}

@media only screen and (max-width:768px) {
	div#main div.form select,
	div#main div.form input,
	div#main div.form textarea {
		font-size: 16px;
	}
	div.wpcf7 img.ajax-loader{
		display:block;
		margin: 10px auto auto !important;	
	}
}


div#main div.form input[type="checkbox"],
div#main div.form input[type="radio"] {
	border: inherit;
	padding: 0;
	margin: 0;
	width: inherit;
}
div#main div.form select {
	background: #fff;
	color: #333;
}
div#main div.form .w100 {
	width: 100px;
}
div#main div.form .wMax {
	width: 100%;
}
div#main div.form .rows100 {
	height: 100px;
}
div#main div.form .wpcf7-list-item {
	display: block;
}
div#main div.form div.form_btn {
	margin-top: 20px;
	text-align: center;
}
div#main div.form div.form_btn input {
	-webkit-appearance: button;
	background-color: #08452c;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho serif;
	font-size: 133%;
	font-weight: bold;
	min-width: 200px;
	padding: 10px;
	width: auto;
}
div#main div.form div.form_btn input:hover {
	opacity: 0.7;
}
.wpcf7-submit{

background:-moz-linear-gradient(top, rgba(228,202,181,0.5) 0%, rgba(228,202,181,0.5) 100%)!important; /* FF3.6+ */
background:-webkit-gradient(linear, left top, left bottom, 
color-stop(0%,rgba(228,202,181,0.5)), color-stop(100%,rgba(228,202,181,0.5)))!important; /* Chrome,Safari4+ */
background:-webkit-linear-gradient(top, rgba(228,202,181,0.5) 0%,rgba(228,202,181,0.5) 100%)!important; /* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(top, rgba(228,202,181,0.5) 0%,rgba(228,202,181,0.5) 100%)!important; /* Opera 11.10+ */
background:-ms-linear-gradient(top, rgba(228,202,181,0.5) 0%,rgba(228,202,181,0.5) 100%)!important; /* IE10+ */
background:linear-gradient(to bottom, rgba(228,202,181,0.5) 0%,rgba(228,202,181,0.5) 100%)!important; /* W3C*/

border-radius:0px!important;
	color: #353230!important;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	min-width: 200px;
	width: auto!important;
	padding: 0!important;
	height: 40px!important;
}
@media only screen and (max-width:768px) {
.wpcf7-submit{
	width: 100%!important;
	height: 40px;
}
}
.wpcf7-submit:hover{
	opacity:0.8;
}
div#main div.form p.tel {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
}
div#main div.form p.tel img {
	margin-right: 5px;
	vertical-align: 0!important;
}
@media only screen and (max-width:768px) {
	div#main div.form table th {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		padding: 5px 10px;
		width: 100%;
	}
	div#main div.form table td {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		padding: 10px;
		width: 100%;
	}
}

.ninzu input{
	width:3em!important;
}
.tel1 input,
.tel2 input,
.tel3 input{
	width:4em!important;
}
.tel1 input,
.tel2 input{
	margin-right:3px;
}
.tel2 input,
.tel3 input{
	margin-left:3px;
}