@charset "UTF-8";


#contact {
	padding-top: 70px;
	padding-bottom: 60px;
	background-color: #5e6d59;
	text-align: center;
	color: rgba(255,255,255,1.00);	
	
}
@media (min-width: 576px) {
#contact {
	padding-top: 100px;
	padding-bottom: 80px;
}
}
@media (min-width: 992px) {
#contact {
	padding-top: 160px;
	padding-bottom: 120px;
}
}


/*========*/
/* お問い合わせ */
/*========*/
.mb-24{
	margin-bottom: 24px!important;
}
.mt-10{
	margin-top: 10px!important;	
}
#mailform {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-top: 0px;
	max-width: 1080px;
	text-align: left;
}
@media (min-width: 576px) {
#mailform {
	margin-top: 50px;
}
}
@media (min-width: 992px) {
#mailform {
	margin-top: 80px;
}
}
.mailcont {
	border-top: 1px solid #F0E8DF;
}
#mailform dl input[type=text] ,#mailform dl input[type=tel] ,#mailform dl input[type=url] ,#mailform dl input[type=email] ,#mailform textarea{
	border: 0;
	color: #fff;
	border: 1px solid #F0E8DF;
	border-radius: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0.6em;
	background-color: transparent;
	font-size: 1em;	
	font-family: 'Hind', 'Noto Sans JP', sans-serif;
	
}
::placeholder {
  color: #6d6d6f;
}
#mailform dl {
	overflow: hidden;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 25px;
	display: table;
	margin: 0px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #F0E8DF;
}

#mailform dl dt {
	margin: 0px;
	display: block;
	text-align: left;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 10px;
	vertical-align: top;
}
#mailform dl dd{
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mailform dl dd label{
	display: inline-block;
	margin-right: 1em;
}
.btn-Simulation{
	background-image: url(../img/bg_bk.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px 30px; 
}
.btn-Simulation a{
	display: block;
	border: 1px solid #fff;
	color: #fff;
	padding: 15px;
}
.btn-Simulation a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.btn-Simulation a p{
	font-size: 15px;
}
.btn-Simulation a h3{
	font-size: 30px;
	line-height: 100%;
}
@media (min-width: 992px) {
	#mailform dl {
	overflow: hidden;
	padding-top: 24px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 24px;
}
#mailform dl dt {
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0em;
	width: 340px;
	display: table-cell;
}
#mailform dl dd{
	display: table-cell;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	.btn-Simulation a{
		display: flex;
		justify-content: center;
		align-items: center;
	}
.btn-Simulation a h3{
	font-size: 72px;
	line-height: 100%;
	margin-right: .5em;
	margin-bottom: 0;
}
.btn-Simulation a p{
	font-size: 23px;
}
}

#mailform  label {
	font-weight: normal;
}


#mailform .size-l {
	width: 100%;
	box-sizing: border-box;
}

#formbutton {
	text-align: center;
	padding-top: 48px;	
}
#formbutton .submit-button input{
	background-color: #7b5422;
	color: #FFFFFF;
	width: 100%;
	max-width: 340px;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	text-align: center;
	box-sizing: border-box;
	font-size: 1.125em;
	border-style: none;
	cursor: pointer;
	font-family: 'Hind', 'Noto Sans JP', sans-serif;
	
}
@media (min-width: 992px) {
#formbutton .submit-button input{
	background-color: #7b5422;
	color: #FFFFFF;
	width: 100%;
	max-width: 340px;
	display: block;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	
	padding-right: 3em;
	padding-left: 3em;
	text-align: center;
	box-sizing: border-box;
	font-size: 1.125em;
	border-style: none;
	cursor:pointer ;
}
}
#formbutton .submit-button input:hover {
	background-color: #B39369;
	text-decoration: none;
	color: #FFFFFF;	
}
#formbutton .submit-button span{
	position: relative;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	min-width: 320px;
	margin-top: 32px;	
	margin-right: 0.5em;
	margin-left: 0.5em;
}
#formbutton .submit-button span::after{
	content: '';
	width: 2em;
	height: 0.5em;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	display: block;
	transform: skewX(45deg);
	margin-bottom: 0.3em;
	margin-left: 1em;
	z-index: 1;
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -0.5em;	
}
.submit-button span.back::after{
	content: '';
	width: 2em;
	height: 0.5em;
	border-bottom: 1px solid #FFFFFF!important;
	border-left: 1px solid #FFFFFF!important;
	display: block;
	transform: skewX(-45deg)!important;
	margin-bottom: 0.3em;
	margin-left: 1em;
	z-index: 1;
	position: absolute;
	right: auto!important;
	top: 50%;
	margin-top: -0.5em;
	border-right-style: none!important;
	left: 1em!important;
}
.init .submit-button span.back{
	display: none!important;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	min-width: 320px;
	margin-top: 32px;	
	margin-right: 0.5em;
	margin-left: 0.5em;
}

.custom-wpcf7c-confirmed .submit-button span.back{
	position: relative;
	display: inline-block!important;
	margin-right: auto;
	margin-left: auto;
	min-width: 320px;
	margin-top: 32px;	
	margin-right: 0.5em;
	margin-left: 0.5em;
}





#mailform .contactfoot {

	margin-top: 50px;
	margin-bottom: 20px;
}
#mailform dl.col1 textarea,#reservation #mailform dl textarea {

}
#mailform h4 {
	font-weight: bold;
	margin-top: 30px;
	font-size: 120%;
}
#mailform .priv_info {
	border: 1px solid #CCCCCC;
	padding: 10px;
	height: 140px;
	overflow: scroll;
	margin-bottom: 15px;
	font-size: 80%;
	overflow-x:hidden;
	background-color: #FFFFFF;
}
#mailform .priv_info h6 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
#mailform select {
	font-size: 1.1em;
	background-color: #5e6d59;
	color: #fff;
	border: 1px solid #F0E8DF;
	padding: 10px;
}#mailform h3 {
	float: none;
	margin-bottom: 30px;
}
.ajax-loader,.wpcf7-spinner {
	display: none !important;
}
select.select-form {
	border: 1px solid #CCC;
	font-size: .3em;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap input::placeholder,.wpcf7-form-control-wrap textarea::placeholder{
	color: rgb(255,255,255,0.7);
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.mfp_not_checked,.mfp_checked,span.wpcf7-list-item,.wpcf7-list-item-label {
  position: relative;
}
.wpcf7-list-item-label {/*項目の色や文字サイズ*/
	cursor: pointer;
	font-size: 1em;
	display: block;
	padding-left: 1.5em;
	
}
input[type="checkbox"] {
  position: absolute;
  opacity: 0;/*既存のチェックボックスを見えなくする*/
}
.wpcf7-list-item-label:before {/*チェックボックスの枠*/
	border-left: 1px solid rgba(255,255,255,1.00);
	border-right: 1px solid rgba(255,255,255,1.00);
	border-bottom: 1px solid rgba(255,255,255,1.00);
	border-top: 1px solid rgba(255,255,255,1.00);
	width: 1em;
	height: 1em;
	content: "";
	display: block;
	position: absolute;
	top: 0.35em;
	left: 0em;
	margin-right: 2px;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 0px;
	text-align: center;	
	
}
.wpcf7-list-item-label:after {/*チェックアイコン*/
	content: '';
}
input[type="checkbox"]:checked + .wpcf7-list-item-label:after,input.wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
	content: '\f00c';
	font-family: 'Font Awesome 6 Free'; /* 追記したコード */
	font-weight: 600; /* 追記したコード */
	display: block;
	position: absolute;
	top: 0.1em;
	left: 0.2em;
	color: rgba(255,255,255,1.00);
	font-size: 0.7em;
	
}
/*input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
	content: '\f00c';
	font-family: 'Font Awesome 6 Free'; 
	font-weight: 600;
	display: block;
	position: absolute;
	top: 0.1em;
	left: 0.3em;
	color: rgba(255,255,255,1.00);	
}
.mfp_checked .wpcf7-list-item-label:after,
.custom-wpcf7c-confirmed .wpcf7-list-item-label:after {
	content: '\f00c';
	font-family: 'Font Awesome 6 Free';
    font-weight: 600;
	display: block;
	position: absolute;
	top: 0.1em;
	left: 0.3em;
	color: rgba(255,255,255,1.00);	
}*/
.wpcf7c-conf {
	background-color: rgba(32,59,148,0.2)!important;
	color: #333;
	border: 1px solid rgba(128,128,128,1.00);
}
.wpcf7-list-item{
	margin: 0 0 0 0.5em;
}

#thanks {
	padding-top: 70px;
	padding-bottom: 60px;
	background-color: #5e6d59;
	
	color: rgba(255,255,255,1.00);	
	
}
@media (min-width: 576px) {
#thanks {
	padding-top: 100px;
	padding-bottom: 80px;
	text-align: center;
}
}
@media (min-width: 992px) {
#thanks {
	padding-top: 120px;
	padding-bottom: 120px;
}
}
#thanks h3{
	color: #7b5422;
	font-size: 2em;
	margin-bottom: 1em;	
}
 	
.grecaptcha-badge { bottom: 80px!important; }