@charset "UTF-8";

/* アラートの設定 */
/*
.r_datepicker .wpcf7-not-valid-tip::before { content:'※日付をご確認ください。'; }
.menu-retime .wpcf7-not-valid-tip::before { content:'※時をご確認ください。'; }
.menu-reminute .wpcf7-not-valid-tip::before { content:'※分をご確認ください。'; }
.text-reninzu .wpcf7-not-valid-tip::before { content:'※人数をご確認ください。'; }
.text-redaihyouname .wpcf7-not-valid-tip::before { content:'※代表者様名をご確認ください。'; }
.text-redaihyoukana .wpcf7-not-valid-tip::before { content:'※代表者様名カナをご確認ください。'; }
.email-remail .wpcf7-not-valid-tip::before { content:'※e-mailをご確認ください。'; }
.tel-retel .wpcf7-not-valid-tip::before { content:'※電話番号をご確認ください。'; }
.text-redaihyouadress .wpcf7-not-valid-tip::before { content:'※代表者様住所をご確認ください。'; }
*/
#reserve .wpcf7-not-valid-tip{
display: none!important;
}
.wpcf7-custom-item-error{
display: none;
color: #A91A1D;
font-size: 1.2rem;
}
.wpcf7-custom-item-error.error_on{
display:block;
}
.form_block.comp_on{
display: none;
}
#main_img_wrap {
	width:100%;
	background-color:#ffffff;
}
#main_img_wrap.contents_img {
	height:100px;
	position:relative;
}
.page_title_wrap {
	padding-top: 0px;
	margin-bottom: 0px;
}
.contents {
	margin-top: 30px;
}
.ContactFormCon {
	width: 800px;	
	margin-right: auto;
	margin-left: auto;
}
.FormNote {
	line-height:200%;
	padding: 15px;
	border: 1px dotted #CCCCCC;
	text-align: center;
	margin-bottom:20px;
}
.ContactFormCon dl {
	display:flex;
	flex-wrap:wrap;
}
.ContactFormCon dl dt,
.ContactFormCon dl dd {
	line-height: 200%;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #CCCCCC;
}
.ContactFormCon dl dt {
font-weight: bold;
	width: 210px;
}
.ContactFormCon dl dd {
	width: 590px;
}
/*
.ContactFormCon dl dd span {
	display: inline-block;
	margin-right: 5px;
}*/
.Txt_redBA080B {
	color: #BA080B;
}
.Txt_alinecenter {
	text-align: center;
}
.ContactFormCon dl dd .Hosoku {
	font-size:1.2rem;
	margin-left:5px;
	vertical-align:bottom;
}
.ContactFormCon dl dd .Setsumei {
	margin-top: 8px;
	line-height: 160%;
	font-size: 1.2rem;
	display: block;
}
.wpcf7c-conf{
    border:0;
    padding:0;
    background:#ffffff;
}
.wpcf7 form .wpcf7-response-output {
    /* margin: 2em 0.5em 1em; */
    /* padding: 0.2em 1em; */
    /* border: 2px solid #00a0d2; */
    text-align: center;
    width: 786px;
    padding: 12px 10px;
    border-style: none;
    background-color: #F790AF;
    color: #ffffff;
    border-radius: 3px;
    font-weight: bold;
    margin: 0px auto;
    line-height: 1.5;
}

span.wpcf7-list-item {
    margin-right: 0.5em;
	margin-left: 0em;
}
/*.menu-retime, .menu-reminute, .text-reninzu, .text-redaihyouname, .text-redaihyoukana, .email-remail, .tel-retel {
	display:none;
}*/
.checkbox-retyumon span .wpcf7-list-item {
	display:block;
}
span.wpcf7-custom-item-error:empty {
	display:none;
}
span.wpcf7-not-valid-tip {
	font-size:12px;
	font-size:1.2rem;
}
.ContactFormCon dl dd span.checkbox-745 {
	display:block;
}
input, textarea, keygen, select, button {
    margin-right: 5px;
}
.wpcf7-form-control-wrap.checkbox-represent{
display: block;
margin-top: 8px;
}
.wpcf7-form-control.wpcf7-acceptance{
display: block;
padding: 10px 0 0 210px;
}
.wpcf7-list-item-label{
font-weight: bold;
}
.FormNote {
width: 738px;
line-height: 1.6;
padding: 30px 30px 24px;
border: 1px dotted #CCCCCC;
text-align: center;
margin: 30px auto 0px;
}

.cf7-cf-turnstile{
display: flex;
justify-content: flex-end;
margin-bottom: 0!important;
}