@charset "utf-8";
/* CSS Document */
#title{
	margin: 0 0 20px;
}
#form-wrap{
	font-size:110%;
}
.message{
	font-size:105%;
	margin:0 0 10px;
}
.message p.example{
	margin:0 0 10px;
}
.top-notes{
	margin: 0 0 25px;
    background: #f9e6e6;
    padding: 15px;
}
.top-notes li{
	font-size: 14px;
    margin-bottom: 3px;
}
.top-notes .head{
	font-weight: bold;
	font-size: 116%;
	margin: 0 0 2px;
	color: #002440;
}
.top-notes .important{
	font-weight: bold;
}
.top-notes li span.strong{
	color: #d90000;
	font-weight: bold;
}
#error{
	color:#d90000;
	margin:0 0 12px;
}
.require{
	font-size:90%;
	color:#d90000;
}
#form-wrap table{
	width:100%;
	border-top:1px solid #ccc;
	margin:0 0 20px;
	border-collapse:collapse;
}
#form-wrap th,#form-wrap td{
	padding:12px 8px 12px 12px;
	border-bottom:1px solid #ccc;
}
#form-wrap th{
	background:#f5f5f5;
	font-weight:bold;
	width:30%;
}
#form-wrap .title{
	font-size: 149%;
	/* background: #dfdfdf; */
	padding: 10px;
	margin-bottom: 2px;
	position: relative;
	padding-left: 12px;
}

#form-wrap .title:before {
	content: "";
	position: absolute;
	top: 0.5em;
	bottom: 0.7em;
	left: 0;
	width: 6px;
	border-radius: 42px;
	background-color: #a6c0d3;
}
#form_naiyou label{
	margin:0 20px 2px 0;
	display: inline-block;
	width: 42%;
	vertical-align:top;
}
#form-wrap table input[type="text"],
#form-wrap table input[type="date"],
#form-wrap table input[type="number"],
#form-wrap table input[type="email"]{padding: 3px;}
#form-wrap table input[name="name"], #form-wrap table input[name="phone"],#form-wrap table input[name="fax"]{
	width: 10em;
}
#form-wrap table input[name="room-number"]{
	width: 9em;
}
#form-wrap table input[name="mail"]{
	width: 15em;
}
#form-wrap table input[name="s_area"]{
	width: 95%;
}
#form-wrap table input[name="setprice"],#form-wrap table input[name="setpriceaf"]{
	width: 3em;
}
#form-wrap table input[name="zipcode"]{
	width:6em;
	display:inline-block;
	margin:0 0 4px;
}
#form-wrap table input[name="address"]{
	width:30em;
}
#form-wrap table textarea {
	width: 30em;
	height: 8em;
}
#form_contact label {
	display: inline-block;
	width: 15%;
	margin:0 6px 0 0;
}
#form_request_layout label {
	display: inline-block;
	width: 25%;
	margin:0 15px 2px 0;
}
/*住所補足文*/
#form_address .note{
	margin-bottom:5px;
}
#form_address .note .red{
	color:#d90000;
}
/*説明文*/
#form_address .description{margin:0 0 8px; font-size:90%;}
#form_s_area .description{margin:0 0 4px;}
#form_naiyou td .caution{
	color:#C37F1B; 
	font-size:90%; 
	margin-top:5px;
}
/*住所例*/
#form_address td .example{
	font-size:90%;
	color:#C37F1B;
	margin-top:5px;
}
/*メール例*/
#form_mail td .example{
	font-size:90%;
	display:block;
	color:#C37F1B;
	margin-top:5px;
}
/*電話FAX例*/
#form_phone td .example,#form_fax td .example{
	font-size:90%;
	color:#C37F1B;
}
/*メールアドレスの説明文*/
#form_mail td .caution{
	color:#C37F1B; 
	font-size:90%; 
	margin-top:10px;
}
#form_mail td .caution p{margin-bottom:2px;}
#form_mail td .caution .supplemental{
	margin-top:6px;
	font-size:90%;
	color:#000;
}
#form_mail td .caution .supplemental span{
	display:block;
	font-weight:bold;
	margin:0 0 2px;
}
#form_comment td .caution{
	margin-bottom:5px;
}
/*ボタン*/
#form-wrap .submit{
	text-align:center;
	position:relative;
}
#form-wrap .submit input{
	border:none;
	padding:15px 54px;
	background:#7db634;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
}
#form-wrap .submit input:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#form-wrap #correctSubmit{
	position:absolute;
	border:1px solid #002a47;
	padding:8px 30px;
	background:#fff;
	color:#002a47;
	cursor:pointer;
	border-radius:0;
	top:7px;
	left:0;
}

form .sp{
	display: none;
}

select{
	width: 15%;
    min-height: 25px;
    margin-right: 5px;
    cursor: pointer;
}
.wpcf7-form-control-wrap.selectday select {
    margin-left: 15px;
}
.zipcode-wrap{
	display: inline-block;
	margin-bottom: 10px;
}
.zipcode-wrap .before-text{
	vertical-align:middle;
	padding-right: 3px;
}
input[name="zip"] ,input[name="zip1"],input[name="zip2"] {
	width: 8em;
}
input[type="button"] {
	padding: 7px 10px 6px;
    font-size: 80%;
    margin-left: 5px;
    background: #002a47;
    color: #fff;
    border: none;
    margin-bottom: 10px;
	cursor: pointer;
}

td .same{
	margin-bottom: 10px;
}
.samebox{
	margin-bottom: 10px;
    display: block;
}
.samebox label,input[name="samebox[]"],input[name="cash4"] ,.cash4 label{
	cursor: pointer;
}
#form_address span.wpcf7-list-item{
	margin: 0;
}
td .example{
	font-size:90%;
	display:block;
	color:#C37F1B;
	margin-top:5px;
}
td .come{
	font-size:90%;
	display:block;
	color:#C37F1B;
	margin-bottom: 15px;
}
td .come a,td .example a{
	text-decoration: underline;
	color: #C37F1B;
	display: inline-block;
	margin-top: 5px;
}
td .come a:hover,td .example a:hover{
	opacity: 0.7;
}
td a.em{
	color: #fff;
    background: #C37F1B;
    padding: 4px 6px;
    text-decoration: none;
    font-size: 12px;
    border-radius: 3px;
}
td a.em::before{
	content: "";
    background: url(/img/common/arrow_btn.png) no-repeat left center;
    width: 5px;
    display: inline-block;
    height: 7px;
    margin-right: 5px;
}
td .com a{
	color:#ef3939;
}
.title .sub{
	font-size: 70%;
    color: #000;
}

#form-wrap .other{
	font-size:120%;
}
.sub-block a,.link a{
	text-decoration: underline;
	color:#C37F1B;
	margin-bottom: 10px;
	display: inline-block;
}
.sub-block a:hover,.link a:hover{
	opacity: .7;
}
.sub-block {
	margin-bottom: 20px;
}
.sub-block.accept {
	margin-bottom: 5px;
}
.sub-block p.come{
	font-size: 110%;
    margin-bottom: 10px;
}
.checkbox .first,.acceptance .wpcf7-list-item{
	margin: 0;
    font-size: 110%;
    background: #f5f5f5;
    padding: 10px;
}
.checkbox .first label,.acceptance label{
	cursor: pointer;
}
input[type="checkbox"]{
	font-size: 100%;
	margin-right: 0;
	cursor: pointer;
}
