@charset "UTF-8";
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}s
input{
	border: 1px solid #ddd;
}
.mfp_ok{display: none!important;}
.mfp_err{
	margin-top: 15px;
	display: none;
    color: #D12738;
    font-weight: bold;
    font-size: 13px;
	padding-left: 20px;
	background: url("../../common/images/ic_error.png") no-repeat left center;
	background-size: 16px;
	line-height: 1;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
    background-color: #FFF;
    padding: 40px;
    margin: 0px auto;
    box-shadow: 0px 0px 10px #000;
    width: 640px;
    color: #404040;
    max-width: 90%;
}
div#mfp_overlay_inner h4{
	text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
#mfp_confirm_table{
	margin: 0 auto;
	width: 100%;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#mfp_confirm_table tr:first-child{
	border-top: 1px solid #ddd;
}
#mfp_confirm_table tr{
	border-bottom: 1px solid #ddd;
}
#mfp_confirm_table th,
#mfp_confirm_table td{
	vertical-align: middle;
	padding: 15px;
	box-sizing: border-box;
	line-height: 1.4;
	font-size: 14px;
}
#mfp_confirm_table th{
	border-right: 1px solid #ddd;
	font-weight: bold;
	background: #f4f4f4;
	width: 200px;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
#reserve form{
	background: #fff;
	width: 1100px;
	margin: 60px auto 0;
	padding: 20px 50px 50px;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.02);
}
#reserve .tbl_reserve{
	width: 1000px;
	margin: 0 auto;
}
#reserve .tbl_reserve th{
	width: 270px;
	font-weight: bold;
	min-height: 120px;
	vertical-align: middle;
	padding: 0 30px 0 20px;
}
#reserve .tbl_reserve td{
	padding: 30px 0;
}
#reserve .tbl_reserve tr{
	border-bottom: 1px solid #dff1f4;
}
#reserve .tbl_reserve textarea{
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    font-family: 'Noto Sans JP', sans-serif;
	border: 0;
    padding: 18px 20px;
	line-height: 1.5;
	box-sizing: border-box;
	min-width: 730px!important;
	max-width: 730px!important;
	min-height: 220px!important;
	border-radius: 0;
	background: #eaeaea;
	font-size: 18px;
}
#reserve .tbl_reserve select {
    display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	margin-right: 15px;
    height: 60px;
    padding: 0 55px 0 20px;
    font-size: 18px;
    background: url(../../common/images/ic_arrow_select.png) no-repeat right 20px center, #eaeaea;
    background-size: 17px 11px, auto;
    box-sizing: border-box;
    cursor: pointer;
	border-radius: 0;
	min-width: 400px;
}
@media all and (-ms-high-contrast: none){
	#reserve .tbl_reserve select{
		background: #eaeaea;
		padding: 0 0 0 20px;
	}
}
#reserve .tbl_reserve input[type="text"],
#reserve .tbl_reserve input[type="email"]{
	font-size: 18px;
	width: 400px;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	height: 60px;
    padding: 18px 20px;
	border-radius: 0;
	background: #eaeaea;
}
 .mfp_buttons{
	width: 560px;
	clear: both;
	margin: 0 auto;
	padding-bottom: 0;
	text-align: center;
	overflow: hidden;
}
#mfp_button_cancel,
#mfp_button_send{
	border: 0;
	width: 240px;
	height: 60px;
	padding: 16px 0;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	transition: all .3s ease;
	text-indent: 10px;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
}
#mfp_button_send{
	color: #fff;
	display: block;
	margin: 0 auto;
	text-indent: -15px;
     background: url(../../common/images/ic_arrow_right.png) no-repeat right 30px center, url(../../common/images/bg_btn.png) no-repeat left center, #2ac7bc;
    background-size: 16px 15px, auto 100%, auto;
}
#mfp_button_send:hover{
	color: #fff;
    background: url(../../common/images/ic_arrow_right.png) no-repeat right 22px center, url(../../common/images/bg_btn_pale.png) no-repeat left center, #24b1a7;
    background-size: 16px 15px, auto 100%, auto;
}
#mfp_button_send{
	text-indent: 10px;
}
#mfp_button_cancel,
#mfp_button_send{
	margin: 30px 15px 0;
	display: inline-block;
}
#mfp_button_send{
	float: right;
}
#mfp_button_cancel{
	background: #999;
    color: #fff;
	float: left;
}
#mfp_button_cancel:hover{
	background: #888;
}
/* checkbox */
#reserve input[type=checkbox] {
    display: none;
}
#reserve .checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 3px 0;
    position: relative;
    width: auto;
}
#reserve .checkbox span{
	padding-left: 30px;
}
#reserve .checkbox::before {
    background: #eaeaea;
    content: '';
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 20px;
	box-sizing: border-box;
}
#reserve .checkbox::after {
    border-right: 3px solid #284b7e;
    border-bottom: 3px solid #284b7e;
    content: '';
    display: block;
    height: 9px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(45deg);
    width: 5px;
}
#reserve .checkbox.mfp_checked::after {
    opacity: 1;
}
#reserve .btn_submit{
    display: block;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    color: #fff;
    text-align: center;
    background: url("../../common/images/ic_arrow_right.png") no-repeat right 30px center,
		url(../../common/images/bg_btn.png) no-repeat left center, #2ac7bc;
	background-size: 16px 15px, auto 100%, auto;
    width: 360px;
    height: 70px;
    box-sizing: border-box;
    padding: 19px 0;
	font-size: 18px;
	letter-spacing: 1px;
    transition: all .3s ease;
    border-radius: 0;
	border: 0;
	margin: 50px auto 0;
	cursor: pointer;
	line-height: 1;
}
#reserve .btn_submit:hover{
    background: url("../../common/images/ic_arrow_right.png") no-repeat right 22px center,
		url(../../common/images/bg_btn_pale.png) no-repeat left center, #24b1a7;
	background-size: 16px 15px, auto 100%, auto;
}
#reserve .tbl_reserve tr td.date select{
	min-width: 340px!important;
}
#reserve .tbl_reserve tr td.date .sub{
	margin-bottom: 10px;
}
#reserve .tbl_reserve tr td.date .sub.last{
	margin-top: 20px;
}
::placeholder {
  color: #ccc;
}
.nin {
	display: block;
    background-color: #999;
    padding: 3px 5px 5px;
    font-size: 13px;
    color: #FFF;
    float: right;
    line-height: 1;
    margin: 0px 5px;
}
.must {
	display: block;
    background-color: #ffaf06;
    padding: 3px 5px 5px;
    font-size: 13px;
    color: #FFF;
    float: right;
    line-height: 1;
    margin: 0px 5px;
}







@media screen and (max-width: 750px) {
#reserve form{
	width: 100%;
	margin: 5.3vw auto 0;
	padding: 5.3vw 5.3vw 10.6vw;
    box-shadow: 0 0 3vw 3vw rgba(0, 0, 0, 0.02);
}
#reserve .tbl_reserve{
	width: 100%;
	margin: 0 auto;
}
#reserve .tbl_reserve,
#reserve .tbl_reserve tbody,
#reserve .tbl_reserve tr,
#reserve .tbl_reserve th,
#reserve .tbl_reserve td{
	display: block;
}
#reserve .tbl_reserve th{
	width: 100%;
	min-height: 1px;
	vertical-align: middle;
	padding-left: 0;
	padding-bottom: 3vw;
}
#reserve .tbl_reserve td{
	padding: 1.3vw 0 0;
}
#reserve .tbl_reserve tr{
	padding-bottom: 4vw;
	margin-bottom: 4vw;
}
#reserve .tbl_reserve textarea{
    padding: 4vw;
	box-sizing: border-box;
	min-width: 100%!important;
	max-width: 100%!important;
	min-height: 21.3vw!important;
	height: 35vw!important;
	font-size: 3.7vw;
}
#reserve .tbl_reserve select {
	margin-right: 0;
    height: 13.3vw;
    padding: 0 8vw 0 4vw;
    font-size: 3.7vw;
    background: url(../../common/images/ic_arrow_select.png) no-repeat right 4vw center, #eaeaea;
    background-size: 4vw auto, auto;
	min-width: 100%;
}
@media all and (-ms-high-contrast: none){
	#reserve .tbl_reserve select{
		padding: 0 0 0 4vw;
	}
}
#reserve .tbl_reserve input[type="text"],
#reserve .tbl_reserve input[type="email"]{
	font-size: 3.7vw;
	width: 100%;
	height: 13.3vw;
    padding: 4vw;
}

/* checkbox */
#reserve .checkbox {
    padding: 1.3vw 0;
}
#reserve .checkbox span{
	padding-left: 9.3vw;
	display: inline-block;
	line-height: 1.5;
}
#reserve .checkbox::before {
    height: 6vw;
    top: 1.6vw;
    width: 6vw;
}
#reserve .checkbox::after {
    height: 2.6vw;
    left: 1.8vw;
    top: 2.3vw;
    width: 1.6vw;
}
#reserve .btn_submit{
    text-align: center;
    background: url("../../common/images/ic_arrow_right.png") no-repeat right 4vw center,
		url(../../common/images/bg_btn.png) no-repeat left center, #2ac7bc;
	background-size: 3.6vw auto, auto 100%, auto;
    width: 68.5vw;
    height: 13.3vw;
    box-sizing: border-box;
    padding: 4.5vw 0;
	font-size: 3.7vw;
	line-height: 1;
	letter-spacing: 0.2vw;
	margin: 10.6vw auto 0;
}
#reserve .btn_submit:hover{
    background: url("../../common/images/ic_arrow_right.png") no-repeat right 3vw center,
		url(../../common/images/bg_btn_pale.png) no-repeat left center, #24b1a7;
	background-size:  3.6vw auto, auto 100%, auto;
}
#reserve .tbl_reserve tr td.date select{
	min-width: 100%!important;
	margin-top: 2.6vw;
}
#reserve .tbl_reserve tr td.date .sub{
	margin-bottom: 0;
}
#reserve .tbl_reserve tr td.date .sub.last{
	margin-top: 5.3vw;
}
.must, .nin{
	float: none;
	display: inline-block;
	position: absolute;
	right: 0;
	top: -1.5vw;
}
.must {
    padding: 1.3vw 1.3vw 1.5vw;
    font-size: 3.2vw;
    margin: 0px;
}
.nin {
    padding: 1.3vw 1.3vw 1.5vw;
    font-size: 3.2vw;
    margin: 0px;
}
.mfp_err{
    font-size: 3.2vw;
    line-height: 1.6;
    padding-left: 4.4vw;
	margin-top: 1.3vw;
	padding-left: 5vw;
	background: url("../../common/image/contact/ic_error.png") no-repeat left center;
	background-size: auto 3.6vw;
}
#mfp_confirm_table th,
#mfp_confirm_table td,
#mfp_confirm_table tbody,
#mfp_confirm_table tr,
	#mfp_confirm_table{
		display: block;
		width: 100%;
		border: none!important;
		font-size: 3.2vw;
	}
	#mfp_confirm_table tr{
		border: 1px solid #ccc!important;
		margin-bottom: 4vw;
	}
div#mfp_overlay_inner {
    padding: 5.3vw;
    width: 90%;
    max-width: 90%;
}
.mfp_buttons{
	width: 100%;
	padding-bottom: 0;
    padding-top: 4vw;
}
#mfp_button_cancel,
#mfp_button_send{
	font-size: 3.7vw;
	width: 66.6vw;
	height: 13.3vw;
	padding: 3.4vw 0;
	text-indent: 0;
}
#mfp_button_send{
	text-indent: 0;
	background: url(../../common/images/ic_arrow_right.png) no-repeat right 30px center, url(../../common/images/bg_btn.png) no-repeat left center, #2ac7bc;
    background-size: 3.6vw, auto 100%, auto;
}
#mfp_button_send:hover{
	color: #fff;
	background: url(../../common/images/ic_arrow_right.png) no-repeat right 30px center, url(../../common/images/bg_btn.png) no-repeat left center, #24b1a7;
    background-size: 3.6vw, auto 100%, auto;
}
#mfp_button_send{
	text-indent: 0;
}
#mfp_button_cancel,
#mfp_button_send{
	display: block;
	float: none;
}
#mfp_button_send{	
	margin: 0 auto 2vw;
}
#mfp_button_cancel{
	margin: 0 auto;
}
}