@charset "UTF-8";

table.reserve_form {
}

table.reserve_form td,
table.reserve_form th,
table.reserve_form {
	border: 1px solid #CCC;
}

table.reserve_form th {}

table.reserve_form td {}



[data-is="reserveSheetContainer"] .sunday
{
	background-color:#fee;
}

[data-is="reserveSheetContainer"] .saturday
{
	background-color:#eee;
}


table.reserve_form .reserve_form__control{
	padding: 0 0 0 0 !important;
	vertical-align: middle;
	text-align: center;
}

table.reserve_form .reserve_form__label {
	padding: 0;
	text-align: center;
}

table.reserve_form .reserve_form__label label{
	width: 100%;
	display: block;
	cursor: pointer;
	text-decoration: underline;
	text-align: center;
}

table.reserve_form .reserve_form__control label{
	width: 100%;
	min-height: 30px;
	min-width: 30px;
	display: block;
	cursor: pointer;
	margin: 0;
}

table.reserve_form .reserve_form__label input[type="checkbox"],
table.reserve_form .reserve_form__control input[type="checkbox"]{
	display: none;
}

table.reserve_form .reserve_form__control input[type="checkbox"]:checked + label{
	background-color: bisque;
}

.reserveButtonList {
    display: flex;
    flex-wrap: wrap;
}
.reserve__button{
	display: block;
	padding: 10px 15px 10px 15px;
	margin: 5px;
	border: 1px solid #555;
}
.reserve__button--ok{
	background-color: bisque;
}
.reserve__button--ng{
	background-color: white;
}
