
.reserv_area{
	margin: 0 0 0;
	padding: 0 0 30px;
	position:relative;
	text-align:center;

	min-width: auto;
}


.reserv_inner{
	width: auto;
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;

}

.reserv_box{
	width: auto;
	margin: 0px auto 0;
	padding: 0 0 20px;
	position:relative;
	text-align:center;
	background-color:#f4f4f4;
}

h2.h2_reserv {
	margin: 0 auto;
	position: relative;
	padding: 10px 0;
	text-align: center;
	font-size: 13px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing:2px;
	color:#000;
	font-family: 'Roboto', sans-serif;

	background-color:#fff;
}

h3.h3_reserv{
	margin: 0px 0 0;
	padding: 20px 0;
	position:relative;
	text-align:center;

	font-size: 13px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing:0px;
	color:#444;
}

ul.reserv_list{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
	letter-spacing:-.4em;
}

ul.reserv_list li{
	margin: 0 2px 0;
	padding: 0 0;
	position:relative;
	text-align:center;
	display:inline-block;
	width:31.5%;
	height:155px;
	vertical-align:top;
	
	letter-spacing:normal;
	font-size: 10px;
	font-weight:normal;
	line-height: 1.5;
	letter-spacing:0px;
	color:#444;
	
	background-color:#fff;
	border:0px solid #999;
}

ul.reserv_list li h4{
	margin: 0 0 20px ;
	padding: 15px 0 0;
	position:relative;

	letter-spacing:normal;
	font-size: 13px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing:0px;
	color:#444;
	text-align:center;
}

ul.reserv_list li h4 img{
	width:38px;
	height:auto;
	vertical-align:top;
	display:block;
	text-align:center;
	margin: 0 auto 5px;
}

ul.reserv_list li strong{
	font-weight:bold;
	font-size: 12px;
}

ul.reserv_list li strong a{
	font-size: 10px;
}

ul.reserv_list li small{
	font-size: 10px;
}

ul.reserv_list li .event_linkArea > a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:999;
    background-color:#FFF;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}



.form_block {
	margin: 0 auto 0;
	padding: 0 0 20px 0;
	position: relative;

	text-align:center;
	width: auto;
}

.form_top{
	margin: -70px auto 30px;
	padding: 100px 0 0;
	position:relative;
	text-align:center;
}

.form_top_txt{
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
	font-size: 15px;
	font-weight:normal;
	line-height: 2.0;
	letter-spacing:0px;
	color:#444;
}
.form_top_txt.error-message {
	color:red;
	font-weight:bold;
	margin-top:40px;
}
.form_top_txt2{
	margin: 0 0 20px 0;
	padding: 0 20px 0;
	position:relative;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	line-height: 1.6;
	letter-spacing:0px;
	color:#444;
}

.form_top_txt strong{
	font-size: 16px;
	letter-spacing:0;
	color:#fff;
	display:block;
	text-align:center;
	background-color:#333;
	margin:0 0 20px;
	padding:8px 0;
	position: relative;
}
.form_top_txt strong span{
	font-size: 20px;
	letter-spacing:6px;
	display:inline-block;
	padding-left:8px;
	font-weight:bold;
}
.form_top_txt strong::after {
    content: "";
    position: absolute;
    bottom: -10px; /* 矢印の位置を調整 */
    left: 50%; /* 中央に配置 */
    margin-left: -10px; /* 矢印の幅の半分分を左にずらして中央揃え */
    border-left: 10px solid transparent; /* 左の三角形の透明な部分 */
    border-right: 10px solid transparent; /* 右の三角形の透明な部分 */
    border-top: 10px solid #333; /* 上向きの三角形（実際には矢印として下向き） */
}



.form_top .secFlow{
	width:auto;
	margin:0 auto;
	font-size:0;
	text-align:center;
}
.form_top .secFlow li{
	width:105px;
	height:12px;
	text-align:center;
	letter-spacing:0px;
	font-size:11px;
	margin: 0 7px;
	padding: 10px 0 14px;
	display:inline-block;
	vertical-align:top;
	border:#4c4948 solid 1px;
	position:relative;
}

.form_top .secFlow li:nth-child(1):after,.form_top .secFlow li:nth-child(1):before,
.form_top .secFlow li:nth-child(2):after,.form_top .secFlow li:nth-child(2):before{
	left: 105px;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.form_top .secFlow li:nth-child(1):after,
.form_top .secFlow li:nth-child(2):after {
margin-top: -18px;

width: 0;
height: 0;
border-style: solid;
border-width: 18px 0 18px 10px;
border-color: transparent transparent transparent #fff;
}

.form_top .secFlow li:nth-child(1):before,
.form_top .secFlow li:nth-child(2):before {
	left: 106px;
}

.form_top .secFlow li:nth-child(1):before,
.form_top .secFlow li:nth-child(2):before {
	border-color: transparent transparent transparent #444;
	border-width: 18px 0 18px 10px;
	margin-top: -18px;

}




.form_top .secFlow li strong{
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	color:#156153;
	margin-right:5px;
}

.form_top .secFlow li:last-child{

}
.form_top .secFlow li.active{
	background:#f2f2f1;
}

.mw_wp_form_input .form_top li:nth-child(1),
.mw_wp_form_confirm .form_top li:nth-child(2),
.mw_wp_form_complete .form_top li:nth-child(3) {
	background:#f2f2f1;
}

.form_top .secFlow li.active:after {
	border-color: transparent transparent transparent #f2f2f1;
}
.mw_wp_form_input .form_top .secFlow li:nth-child(1):after,
.mw_wp_form_confirm .form_top .secFlow li:nth-child(2):after,
.mw_wp_form_complete .form_top .secFlow li:nth-child(3):after {
	border-color: transparent transparent transparent #f2f2f1;
}

.form_block_inner {
	margin: 0 20px;
	padding: 0px 0px;
	width: auto;
	position: relative;
	background:#fff;
}

table.table_form{
	width:100%;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	position: relative;
	border-collapse:separate;
	border-spacing:0;
	border-bottom:1px solid #444;
}

table.table_form tr{

}

table.table_form tri:nth-child(1){

}

table.table_form th{
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	font-size:12px;
	line-height: 1.8;
	font-weight:bold;
	color:#000;
	letter-spacing:0px;
	text-align:justify;
	width:auto;
	vertical-align:middle;
	border-bottom:0px solid #ccc;
	display:block;
}

table.table_form th .submessage{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
}

table.table_form th span{
	margin: 0 10px 0 0;
	padding: 2px 5px;
	font-size: 10px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing:0px;
	color:#fff;
	background-color:#fff;
}

table.table_form th span.require{
	margin: 0 10px 0 0;
	padding: 2px 7px;
	font-size: 10px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing:0px;
	color:#fff;
	background-color:#444;
}

table.table_form th span.any{
	margin: 0 10px 0 0;
	padding: 2px 7px;
	font-size: 10px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing:0px;
	color:#444;
	background-color:#dbdbda;
}

table.table_form th span.row_txt{
	width:auto;
	font-size:12px;
	line-height: 1.5;
	font-weight:bold;
	color:#000;
	letter-spacing:0px;
	text-align:justify;
	display:inline-block;
	vertical-align:middle;
}


table.table_form td{
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	position: relative;
	font-size:11px;
	line-height: 1.8;
	font-weight:normal;
	color:#000;
	letter-spacing:0px;
	text-align:left !important;
	vertical-align:middle;
	border-bottom:0px solid #ccc;
	width:auto;
	display:block;
}
table.table_form td span.address_search,
table.table_form td a.address_search{
	margin: 0 0 0 0;
	padding: 5px 7px;
	font-size: 10px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing:1px;
	color:#fff;
	background-color:#444;
}
table.table_form select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-bottom:0.5em;
	padding:5px;
	border:0px solid #ccc;
	font-size:11px;
	line-height:1.1;
	background:#f2f2f1;
	box-sizing: border-box;
	margin-right: 0.5em;
	color:#000;
}

table.table_form input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	padding:5px;
	border:0px solid #ccc;
	font-size:11px;
	line-height:1.1;
	background:#f2f2f1;
	box-sizing: border-box;
}

table.table_form input:focus {
	outline: none;
}

table.table_form input.input_size1{
	margin:0 0 0 0;
	width:98%;
}

table.table_form input.input_size2{
	margin:0 0 0 0;
	width:100%;
}

table.table_form textarea{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	margin:0 0 0 0;
	padding:5px;
	border:0px solid #ccc;
	font-size:11px;
	line-height:1.5;
	background:#f2f2f1;
	width:97%;
}

table.table_form textarea:focus {
	outline: none;
}

table.table_form td .td_radio input[type=radio] {
    display: none;
}
table.table_form td .td_radio label span {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 3px 10px 3px 30px;
    position: relative;

}
table.table_form td .td_radio label span::before {
	background-color:#fff;
    border: 1px solid #bdb9b3;
    border-radius: 50%;
    content: '';
    display: block;
    height: 13px;
    left: 6px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 13px;
}
table.table_form td .td_radio label span::after {
    background: #444;
    border-radius: 50%;
    content: '';
    display: block;
    height: 15px;
    left: 6px;
    margin-top: -8px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 15px;
}
table.table_form td .td_radio label input[type=radio]:checked + span::after {
	opacity: 1;
}

table.table_form td .td_radio2 b{
    display: block;
	margin-bottom:8px;
}
table.table_form td .td_radio2 input[type=radio]{
    display: none;
}
table.table_form td .td_radio2 label span{
	display: inline-block;
	margin: 0 12px 14px 0;
	padding: 5px 1.7em;
	text-align:center;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 5px;
}
table.table_form td .td_radio2 label input[type="radio"]:checked + span {
	background-color: #aaa;
	color: #ffffff;
}





table.table_form td.td_check input[type=checkbox] {
    display: none;
}
table.table_form td.td_check label span {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 3px 10px 3px 25px;
    position: relative;
	min-width:150px;
}

table.table_form td.td_check label span::before {
	background-color:#fff;
    border: 1px solid #bdb9b3;
    border-radius: 0px;
    content: '';
    display: block;
    height: 11px;
    left: 6px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 11px;
}
table.table_form td.td_check label span::after {
    background: #444;
    border-radius: 0px;
    content: '';
    display: block;
    height: 13px;
    left: 6px;
    margin-top: -6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 13px;
}
table.table_form td.td_check label input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.caution_txt{
	margin: 0 10px 20px;
	padding: 0 0;
	font-size: 11px;
	font-weight:normal;
	line-height: 1.6;
	letter-spacing:0px;
	color:#444;
	text-align:justify;
}

.caution_txt strong{
	font-weight:bold;
	color:#156153;
}

.checkbox_block{
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
	font-size:11px;
	line-height: 1.5;
	font-weight:normal;
	color:#000;
	letter-spacing:0px;
	text-align:center;
}
.checkbox_block.kakunin .mwform-checkbox-field-text {
	display:none;
}
.checkbox_block.kakunin .mwform-checkbox-field-text.click {
	display:block;
}

.btn_form {
	text-align:center;
}

.btn_form .submit_btn{
	padding: 10px 30px;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing:1px;
	color:#000;
	font-weight:bold;
	text-align:center;
	background-color:#fff;
	border:1px solid #000;

	display:inline-block;
	width:auto;
}
.btn_form input {
	border:none;
}
.mw_wp_form_input table.table_form td div.kakomi{
	display : inline-block !important;
	vertical-align:middle;
	width:42%;
	margin-right:10px;
}
.mw_wp_form_input table.table_form td div.kakomi.zip{
	width:58%;
}
.mw_wp_form_confirm table.table_form td div.kakomi{
	display : inline-block !important;
}

#anchor_form {
  margin-top: -50px;
  padding-top:50px;
}
#anchor_form .ui-datepicker-header {
  position: relative;
  max-width: 370px;
  margin: 0 auto
}
#anchor_form .ui-datepicker-prev {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  text-indent: -200%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAWlBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADZ4yo4AAAAHXRSTlMAAAEDBw4VHik0NUNEU2N2iZysvMvX4urx+Pn8/j0GVmsAAACmSURBVEjH7ZTXDoAgDEVxb3Bv//831RDjKlCjLyb0+dxA6SnEeFhEB3TgfwGiqA8CVjEJq7CgE9xaxNcufKWwh/kuEPVA4QAVN51BfCZ5Jbu886Ute1avufKNJ59DPJz5IVINjp0DTDlpMz/yualWw6l2vnIwLvntxrc+Tr5k5PyYYG1NeSBF683FXRRF78Mq7qoofoGCrg+fbRyln6+o/ip14GVgBn/NI1T15oY5AAAAAElFTkSuQmCC) no-repeat;
  background-size: contain;
  background-position: center;
  overflow: hidden
}

#anchor_form .ui-datepicker-next {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-indent: -200%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAWlBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADZ4yo4AAAAHXRSTlMAAAEDBw4VHik0NUNEU2N2iZysvMvX4urx+Pn8/j0GVmsAAACmSURBVEjH7ZTXDoAgDEVxb3Bv//831RDjKlCjLyb0+dxA6SnEeFhEB3TgfwGiqA8CVjEJq7CgE9xaxNcufKWwh/kuEPVA4QAVN51BfCZ5Jbu886Ute1avufKNJ59DPJz5IVINjp0DTDlpMz/yualWw6l2vnIwLvntxrc+Tr5k5PyYYG1NeSBF683FXRRF78Mq7qoofoGCrg+fbRyln6+o/ip14GVgBn/NI1T15oY5AAAAAElFTkSuQmCC) no-repeat;
  background-size: contain;
  background-position: center;
  overflow: hidden
}

#anchor_form .ui-datepicker-title {
  margin: 0 0 20px 0;
  font-size: 0;
  text-align: center
}
#anchor_form .ui-datepicker-title .ui-datepicker-month {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 2px solid #2d2d32
}
#anchor_form .ui-datepicker-title .ui-datepicker-year {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4
}
#anchor_form .ui-datepicker-calendar {
  max-width: 370px;
  margin: 0 auto
}
#anchor_form .ui-datepicker-calendar thead {
  display: none
}
#anchor_form .ui-datepicker-calendar tr td {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  display:inline-block;
}
#anchor_form .ui-datepicker-calendar tr td:first-of-type a {
  color: #b0000f
}
#anchor_form .ui-datepicker-calendar tr td:last-of-type a {
  color: #4163bc
}
#anchor_form .ui-datepicker-calendar tr td a, #anchor_form .ui-datepicker-calendar tr td span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  width: 100%;
  height: 100%;
  text-align: center
}
#anchor_form .ui-datepicker-calendar tr td .ui-state-default {
  color: #2d2d32
}
#anchor_form .ui-datepicker-calendar tr td .ui-state-active {
  color: #fff !important;
  background: #ea7254
}
#anchor_form .ui-datepicker-calendar tr td.ui-datepicker-today * {
  color: #2d2d32 !important;
  background: #ffc800 !important
}
#anchor_form .ui-datepicker-calendar tr .ui-datepicker-other-month, #anchor_form .ui-datepicker-calendar tr .ui-state-disabled {
  opacity: .3
}



.img_pc{display:none;}
.br_pc{display:none;}

#footer {
	clear: both;
	margin: 0px auto 0;
	padding: 0 0 0 0;
	position:relative;
}



h4.h4_form{
	margin-bottom:30px;
	line-height:1.6;
	color:#fff;
	font-weight:bold;
	background:#000;
}

.mw_wp_form .horizontal-item + .horizontal-item {
margin-left: 0 !important;
}

.mw_wp_form_input .input_none{
	display:none;
}
.mw_wp_form_confirm .confirm_none{
	display:none;
}

.mw_wp_form_confirm .form_top,
.mw_wp_form_complete .form_top {
	/*margin-top:20px;*/
}


/* ズーム表示解除対策
========================*/
.input-wrap input,
.input-wrap textarea,
.input-wrap select {
    font-size: 16px !important;
}
.input-wrap input::placeholder,
.input-wrap textarea::placeholder {
  font-size: 14px;
}