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

	min-width: 1140px;
}


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

}


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




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

	background-color:#fff;
}

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

	font-size: 20px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing:1px;
	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 15px 0;
	padding: 0 0;
	position:relative;
	text-align:center;
	display:inline-block;
	width:280px;
	height:230px;
	vertical-align:top;
	
	letter-spacing:normal;
	font-size: 15px;
	font-weight:normal;
	line-height: 1.8;
	letter-spacing:0px;
	color:#444;
	
	background-color:#fff;
	border:0px solid #999;
}

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

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

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

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

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

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;
}

ul.reserv_list li .event_linkArea a:hover{
	background-color:#000;
    opacity: 0.02;
}





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

	text-align:center;
	width: 1050px;
}

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

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

/*
.form_top_txt strong{
	font-size: 26px;
	font-weight:bold;
	letter-spacing:0px;
	color:#156153;
	display:block;
}
*/

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


.form_top .secFlow{
	width:auto;
	margin:0 auto;
	font-size:0;
	text-align:center;
}
.form_top .secFlow li{
	width:300px;
	text-align:center;
	letter-spacing:1px;
	font-size:18px;

	margin: 0 10px;
	padding: 21px 0 18px;
	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: 300px;
	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: -35px;
width: 0;
height: 0;
border-style: solid;
border-width: 34px 0 34px 10px;
border-color: transparent transparent transparent #fff;
}

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

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




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

.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 auto;
	padding: 0px 0px;
	width: 810px;
	position: relative;
	background:#fff;
}

table.table_form{
	width:100%;
	margin: 0 0 25px 0;
	padding: 0 0 25px 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: 15px 0 15px 0;
	font-size:15px;
	line-height: 1.8;
	font-weight:bold;
	color:#000;
	letter-spacing:0px;
	text-align:justify;
	width:230px;
	vertical-align:middle;
	border-bottom:0px solid #ccc;
}

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: 12px;
	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: 12px;
	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: 12px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing:0px;
	color:#444;
	background-color:#dbdbda;
}

table.table_form th span.row_txt{
	width:150px;
	font-size:15px;
	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: 15px 0 15px 10px;
	position: relative;
	font-size:14px;
	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:580px;
}

table.table_form td span.address_search,
table.table_form td a.address_search{
	margin: 0 0 0 0;
	padding: 7px 7px;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing:1px;
	color:#fff;
	background-color:#444;
	cursor: pointer;
}
table.table_form td a.address_search:hover{
	text-decoration:none;
	background-color:#777;
}

table.table_form select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-right:2em;
	padding:10px;
	border:0px solid #ccc;
	font-size:14px;
	line-height:1.1;
	background:#f2f2f1;
	box-sizing: border-box;
	color:#000;
}
table.table_form div.kakomi select {
	margin-right:0;
}
table.table_form input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding:10px;
	border:0px solid #ccc;
	font-size:14px;
	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:100%;
}

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:14px;
	line-height:1.5;
	background:#f2f2f1;
	width:100%;
}

table.table_form textarea:focus {
	outline: none;
}
table.table_form td .td_radio input[type=radio]{
    display: 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 14px 16px 0;
	width: 110px;
	padding: 5px 0;
	text-align:center;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 5px;
}
table.table_form td .td_radio2.select_day label span{
	margin: 0 17px 16px 0;
	width: 150px;
}
table.table_form td .td_radio2 label input[type="radio"]:checked + span {
	background-color: #aaa;
	color: #ffffff;
}
table.table_form td .td_radio2 label span:hover {
	background-color: #f2f2f1;
}

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 30px;
    position: relative;
	min-width:180px;
}
table.table_form td.td_check label span::before {
	background-color:#fff;
    border: 1px solid #bdb9b3;
    border-radius: 0px;
    content: '';
    display: block;
    height: 13px;
    left: 6px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 13px;
}
table.table_form td.td_check label span::after {
    background: #444;
    border-radius: 0px;
    content: '';
    display: block;
    height: 15px;
    left: 6px;
    margin-top: -8px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 15px;
}
table.table_form td.td_check label input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.caution_txt{
	margin: 0 0 40px 0;
	padding: 0 0;
	font-size: 14px;
	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:14px;
	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:inline-block;
}
.checkbox_block.kakunin.confirm_none {
	display:inline-block;
}

.btn_form {
	text-align:center;
}

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

	display:inline-block;
	width:300px;
}

.btn_form .submit_btn:hover{
    cursor: pointer;

	background-color:#eee;
}

.btn_form input {
	border:none;
}

.btn_form input:hover {

}


.mw_wp_form_input table.table_form td div.kakomi{
	display : inline-block !important;
	vertical-align:middle;
	width:215px;
	margin-right:15px;
}
.mw_wp_form_confirm table.table_form td div.kakomi{
	display : inline-block !important;
}





#anchor_form {
  margin-top: -120px;
  padding-top:120px;
}

#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-prev:hover {
  cursor: pointer
}
#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-next:hover {
  cursor: pointer
}
#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 {
  width: 100%;
  max-width: 370px;
  margin: 0 auto
}
#anchor_form .ui-datepicker-calendar thead {
  display: none
}
#anchor_form .ui-datepicker-calendar tr td {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1
}
#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
}

h4.h4_form{
	margin: 0 0 0;
	padding: 10px 0 10px 0;
	text-align:center;
	font-size: 18px;
	line-height:1.6;
	color:#fff;
	font-weight:bold;
	letter-spacing:2px;
	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 !important;
}
