/* reservation */
.reservationVox{
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	z-index: 9998;
	position: absolute;
	text-align: center;
	background-color: rgba(255 255 255 / 80%);
}
.reservationVox .inner{
	width: 100%;
	height: 50px;
	max-width: 984px;
	margin: 15px auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.reservationVox h2{
	width: 10%;
	height: 50px;
	color: #4d4d4d;
	text-align: left;
	font-size: 16px;
	margin-top: -7px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 16px;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}
.reservationVox form{
	width: 90%;
	display: flex;
	padding-left: 20px;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.reservationVox form .reservation_txt{ width: 75.5%;}
.reservationVox form .searchBtn{ width: 22%;}
.reservationVox ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.reservationVox form ul li{
	color: #1EA264;
	font-size: 14px;
}
.reservationVox .check{
	color: #4d4d4d;
	font-size: 12px;
}
.reservationVox input {
	width: 137px;
	color: #333;
	font-size: 16px;
	padding: 4px 4px 4px 36px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #fff url("../images/icon_cal.svg") left 8px bottom 6px no-repeat;
	background-size: 16px 16px;
	margin: 0 3px;
}
.reservationVox select {
	width: 60px;
	color: #333;
	font-size: 16px;
	padding: 4px 4px 4px 14px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-appearance: none;
	appearance: none;
	background: #fff url("../images/icon_arrow_down.svg") right 8px bottom 11px no-repeat;
	background-size: 6px 4px;
	margin: 0 3px;
}
.reservationVox .btn_search {
	width: 182px;
	height: 45px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	padding: 5px 0;
	box-shadow: 0px 0px 0px 5px #648DA0;
	border: solid 1px #fff;
	background: #35445C url("../images/icon_arrow.svg") right 15px center no-repeat;
	background-size: 7px 7px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.reservationVox .btn_cancel a{
	color: #4d4d4d;
	font-size: 12px;
	text-decoration: underline;
}
.reservationVox .btn_cancel a:hover{
	color: #1EA264;
	text-decoration: none;
}