@charset "UTF-8";

#reserveArea {
	width: 1180px;
	margin: 1em auto;
}
#date_disp,
#started_time_disp {
	margin-left: 1rem;
	font-size: 1.8rem;
	font-weight: bold;
}
table {
	margin: 0;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-spacing: 0;
	border-collapse: separate; border-spacing: 0;
	width: 100%;
}
th, td {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	padding: 0.5em 0.5em;
}
table.hyou {
	margin: 0;
	width: 100%;
}
table.hyou th, table.hyou td{
	padding: 0.5em 0.5em;
	font-size:13px;
	font-weight:normal;
	width:50px;
}
table.hyou th {
	text-align:center;
}
table.hyou td {
	text-align: center;
}
#time_table_body {
	width: 1040px;
	margin:0 auto;
	height: 402px;
	position:relative;
	overflow-y:auto;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
}
#time_table_body::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}
#time_table  #time_table_header {
	width: 1040px;
	margin:0 auto;
}
#time_table_body {
	width: 1040px;
}
#time_table_body table {
}
#time_table_body table tbody tr td:first-child {
}
#time_table_body table tbody tr:first-child td {
	border-top: none;
}
#time_table_SP_body {
	width: 100%;
	margin:0 auto;
	height: 436px;
	position:relative;
	overflow-y:auto;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
}
#time_table_SP_body::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}
#time_table_SP  #time_table_SP_header {
	width: 100%;
	margin:0 auto;
}
#time_table_SP_body {
	width: 100%;
}
#time_table_SP_body table {
}
#time_table_SP_body table tbody tr td:first-child {
}
#time_table_SP_body table tbody tr:first-child td {
	border-top: none;
}
#time_table_SP {
	/*** smart phone ***/
	display: none;
	width: 98%;
	margin:0 auto;
}
.move, .times {
	width: 100px;
}
.move_btn {
	display: block;
	cursor: pointer;
}
.days {
	cursor: pointer;
	font-family: monospace;
}
.days.on {
	background: #44c767;
}
ul#stylistArea {
	width: 100%;
	overflow-x: auto;
}
ul#stylistArea li {
	display: inline-block;
	margin: 20px 20px 0 0;
	padding: 12px;
	width: 100px;
	border: solid 1px #ccc;
	border-radius: 8px;
	box-shadow: 0px 1px 10px -4px #ccc;
	cursor: pointer;
}
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 .photo {
	margin-bottom: 1em;
}
ul#stylistArea li h3 {
	text-align: center;
}
.selected {
	border-color: red!important;
}
ul#menuArea {
	width: 100%;
	overflow-x: auto;
	margin-bottom: 3em;
}
ul#menuArea li {
	display: block;
	width: 100%;
	padding: 0.5em 1em;
	margin-bottom: 1em;
	border: solid 1px #ccc;
	border-radius: 8px;
	box-shadow: 0px 1px 20px -7px #ccc;
}
ul#menuArea li.selected {
	padding: 0.5em 1em;
}
ul#menuArea li a {
	display: block;
	padding: 0.5em 1em;
	margin: 0!important;
	vertical-align: top
}
h3 {
	font-weight: normal;
	font-size: 14px;
	border-bottom: solid 1px #eee;
	height: 36px;
	line-height: 36px;
}
h4.nomination_fee {
	display: block;
	font-size: 13px;
	color: #333;
	margin-bottom: 0em;
	text-align: center;
	font-weight: normal;
}
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 {
	margin-top: 3em;
}
#toolArea,
#comment {
	display: none;
}
.box-footer {
	text-align: center;
}
.box-footer .my_btn {
	width: 10em;
}
.not {
	cursor: default;
	background: #ccc;
}
#my_input {
	width: 640px;
	margin: 0 auto;
}
.is-invalid {
	border-color: red;
}
#login_msg {
	display: none;
}

@media screen and (max-width: 767px) {
	#time_table {
		display: none;
	}
	#time_table_SP {
		display: block;
	}
	#reserveArea {
    width: 100%;
	}
	ul#stylistArea {
    width: 100%;
	}
	#my_input {
    width: 100%;
	}
	ul#stylistArea li {
    width: 48%;
    margin: 2% 1%;
	}
	ul#stylistArea li .photo img {
    width: 100%;
    height: auto;
	}
}
.grid_box2 {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	grid-template-areas: 'g0 g1';
}
.grid_box2_g0 {
	grid-area: g0;
}
.grid_box2_g1 {
	grid-area: g1;
}
.tL {
	text-align: left;
}
.tR {
	text-align: right;
}
.times {
	width: 56px;
}
#time_table_SP .days {
	width: calc((100% - 56px) / 7);
}
