@charset "utf-8";
/* CSS Document */
/*ご意見・ご要望メールフォーム*/

.foot-box #form_bnr_box {
	width:100%;
	margin-bottom: 25px;
}

.foot-box #form_bnr_box {
	width:100%;
	max-width: 409px;
}

#fancybox-content {
	background: #eeede8 !important;
	border: #eeede8 !important;
}


#form_contents_box {
	padding-top:1em;
}

#form_contents_box input,
#form_contents_box select,
#form_contents_box textarea {
	width:100%;
}

#form_contents_box #sel_date-in input,
#form_contents_box #sel_hotsprings select{
	max-width:300px;
}

#form_contents_box #sel_m-f select {
	max-width: 120px;
}

#form_contents_box .required_txt {
	margin-right: 0.6em;
	padding:0 0.8em 0 0.8em;
	background: #000;
	color: #fff;
}

#boxrow_submit_btn input[type="submit"],
#boxrow_submit_btn input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
#boxrow_submit_btn input[type="submit"]::-webkit-search-decoration,
#boxrow_submit_btn input[type="button"]::-webkit-search-decoration {
  display: none;
}
#boxrow_submit_btn input[type="submit"]::focus,
#boxrow_submit_btn input[type="button"]::focus {
  outline-offset: -2px;
}

#form_contents_box .btn_form {
	display:block;
	background: #7c7160;
	width:90%;
	max-width:220px;
	margin-left: auto;
	margin-right: auto;
	color:#fff;
	line-height: 2em;
	font-size:16px;
	margin-bottom: 2em;
}

#form_contents_box #fancybox-close {
	position: relative;
	top:0;
	right: 0;
	height: auto;
	background: none;
}

#form_contents_box .btn_close {
	display:block !important;
	background: #7c7160 !important;
	width:90% !important;
	max-width:220px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	line-height: 2em !important;
	font-size:16px !important;
	margin-bottom: 2em !important;
	text-align: center;
	color:#fff;
}


.foot-box #form_bnr_box {
	width:90%;
	max-width: 409px;
	margin-bottom: 25px;
}

.foot-box #form_bnr_box a {
	display: block;
}


#form_contents_box {
	width:100%;
	background: #eeede8;
	overflow-y: auto;
}


#form_contents_box .logo_kitanoyu {
	width:100%;
	max-width: 203px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

#form_contents_box .form_ttl {
	width:90%;
	max-width: 325px;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 1em;
}

#form_contents_box .boxrow {
	width:80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}


#form_contents_box #boxrow_submit_btn {
	height: 2em;
	overflow: hidden;
}

.wpcf7-form.sent .boxrow {
	display: none;
}


#form_contents_box #thanks_message {
	display: none;
	padding-top:2em;
}

#form_contents_box #thanks_message .red_txt {
	color:#FF0000;
}

.wpcf7-form.sent #thanks_message {
	display: block !important;
	width:90%;
	margin-left: auto;
	margin-right: auto;
}

div.wpcf7-response-output {
	width:90%;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 2px !important;
}
#recaptcha{
    width: 305px;
    margin: auto;
        margin-bottom: auto;
    margin-bottom: 30px;
}