@charset "UTF-8";

#reserveArea {
	width: 80%;
	margin: 0 auto;
}
.my-container {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: 1fr 4fr;
	grid-template-rows: 1fr;
	grid-template-areas: 'g0_ g1_';
}
.area-g0_ {
	grid-area: g0_;
}
.area-g1_ {
	grid-area: g1_;
}
#rerserveArea {
	width: 1180px;
	margin: 1em auto;
}
#date_disp,
#started_time_disp {
	margin-left: 1rem;
	font-size: 1.8rem;
	font-weight: bold;
}
ul#stylistArea {
}
ul#stylistArea li {
	display: inline-block;
	margin: 40px 40px 0 0;
	padding: 25px;
	width: 200px;
	border: solid 1px #ccc;
	border-radius: 8px;
	box-shadow: 0px 1px 20px -7px #ccc;
}
ul#stylistArea li:nth-child(-n+8) {
	margin-top: 0;
}
ul#stylistArea li:nth-child(8n) {
	margin-right: 0;
}
ul#stylistArea li h3 {
	font-size: 13px;
	font-weight: normal;
}
ul#stylistArea li.selected {
}
ul#stylistArea li .photo {
	margin-bottom: 1em;
}
ul#stylistArea li h3 {
	text-align: center;
}
ul#menuArea {
	width: 100%;
}
ul#menuArea li {
	width: 100%;
	padding: 0.5em 1em;
	border: solid 1px #ccc;
	border-radius: 8px;
	box-shadow: 0px 1px 20px -7px #ccc;
}
h3 {
	font-weight: normal;
	font-size: 14px;
	border-bottom: solid 1px #eee;
	height: 36px;
	line-height: 36px;
}
h4 {
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #333;
	margin-bottom: 1em;
}
h5 {
	display: block;
	font-weight: bold;
	text-align: right;
	font-size: 16px;
	color: #333;
}
.box-footer {
	text-align: center;
}
.box-footer .my_btn {
	width: 10em;
}
.off {
	background: #888;
}
.check_box {
	margin: 0 0 1em 0;
}
.check_box ul li {
	width:170px;
	margin-right:10px;
}
.check_box ul li:last-child{
	margin-right:0;
}
.check_box ul li a {
	display:block;
	padding:10px;
	font-weight:600;
	text-decoration:none;
}
.check_box ul li a:hover,
.check_box ul li a:active {
	color:#fff;
	background:#0275d8;
}
.box-footer label {
	margin-left: 0.5em;
}
