@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------*/
/*---schedule_generator-------------------------------------------------------------*/

div#schedule_generator{
	border-right:1px #dbdbdb solid;
	border-bottom:5px #dbdbdb solid;

display: -webkit-flex;
display: flex;
}

/*----------------------------------------------------------------*/
/*---timeline-------------------------------------------------------------*/

table.timeline{
	border-left:1px #dbdbdb solid;
	border-collapse:collapse;
	border-spacing:0;
}
table.timeline td{
	font-size:13px;
font-weight:400;
font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
	padding:0 5px;
	border-top:1px #ececec solid;

display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
table.timeline tr:nth-child(2n+1) td{
	background-color:#f4f4f4;
	border-top:1px #ececec dashed;
}

/*----------------------------------------------------------------*/
/*---schedule_weeks-------------------------------------------------------------*/

table.schedule_weeks{
	width:14.28%;
	border-left:1px #dbdbdb solid;
	border-collapse:collapse;
	border-spacing:0;

-webkit-flex: 1;
flex: 1;
}

table.timeline th,
table.schedule_weeks th{
	height:50px;
	background-color:#373737;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
}
table.schedule_weeks td{
	border-top:1px #ececec solid;
}

tr.bg_col1 td{background-color:#f4f4f4;}

/*----------------------------------------------------------------*/
/*---set_sche-------------------------------------------------------------*/

tr.set_sche{
}
tr.set_sche td{
}
tr.set_sche td > div{
	position:relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	background-color: rgba(210,0,67,0.5);

display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
tr.set_sche td > div:hover {
}
tr.set_sche td > div:hover div.lq_img{
opacity:1.0;
}

/*----------------------------------------------------------------*/

tr.set_sche td div.lq_img{
	z-index: 100;
	position:absolute;top:0;left:0;
	width:100%;
	height:100%;
		background-position: top center!important;
	opacity:0.3;
}

/*----------------------------------------------------------------*/

tr.set_sche td > div ul.ctg_class_icon{
	z-index: 130;
	position: absolute;top:0;right:0;
	width: 100%;

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;

  flex-direction: row-reverse;
}
tr.set_sche td > div ul.ctg_class_icon li{
	/* width: 16px;
	height: 16px; */
	background-size: auto 9px;
	background-position: center center;
	color: #ffffff;
	font-size: 11px;
font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
font-weight: 600;
	line-height: 1.1em;
	letter-spacing: 0.05em;
	overflow: hidden;
	padding: 2px 3px;
	margin: 4px 4px 0 0;

	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;

	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
tr.set_sche td > div ul.ctg_class_icon li.sci_21{
	width: 16px;
	height: 16px;
	background-size: 12px auto;
	text-indent: -9999px;
}

/* tr.set_sche td > div ul.ctg_class_icon li.sci_1{	width: 55px;}
tr.set_sche td > div ul.ctg_class_icon li.sci_2{	width: 40px;}
tr.set_sche td > div ul.ctg_class_icon li.sci_3{	width: 75px;} */

/*----------------------------------------------------------------*/

tr.set_sche td div.text{
	z-index: 120;
	position: relative;
	width: 100%;
	height: 100%;
	padding:6px 6px;

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*----------------------------------------------------------------*/

tr.set_sche td div.text a.lesson_link{
	position: absolute;bottom: 0;left:0;
	width: 100%;
	height: auto;
	color:#212121;
	padding:6px 6px;
}

/*----------------------------------------------------------------*/

tr.set_sche td div.text h2{
	font-size:14px;
font-weight:600;
line-height:1.4em;
}
tr.set_sche td div.text h3{
	width:100%;
	font-size:11px;
font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
font-weight:400;
	line-height:1.1em;
letter-spacing:0.05em;
margin-top:5px;
}

/*----------------------------------------------------------------*/

tr.set_sche td div.text ul.ctg_class_type{
	margin-left: -5px;

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
tr.set_sche td div.text ul.ctg_class_type li{
	min-width: auto;
	background-color: rgba(0,0,0,0.3);
	background-color: rgba(232,15,28,0.7);
	color: #ffffff;
	font-size: 11px;
	line-height: 1.1em;
	padding: 2px 3px;
	margin-top: 4px;
	margin-left: 5px;
}

/*----------------------------------------------------------------*/

tr.set_sche td div.text ul.ctg_instructor_id li{
	font-size:13px;
font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
font-weight:500;
line-height: 1.3em;
display:block;
margin-top:3px;
}

/*----------------------------------------------------------------*/
/*---empt_sche-------------------------------------------------------------*/

tr.empt_sche{
}
tr.empt_sche td{
}
tr.empt_sche td a{
	height:100%;
	display:block;
}
tr.empt_sche td a:hover{
	border:1px #7ffee0 solid;
}

/*----------------------------------------------------------------*/
/*---class_reserve-------------------------------------------------------------*/

div.class_reserve{
	width: 100%;
	margin-top: 6px;

	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

div.class_reserve a{
	height: 100%;
	background-color: #f10a56;
	color: #ffffff;
	font-size: 11.5px;
	line-height: 1.1em;
	font-weight: 500;
	padding: 4px 6px;

	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;

	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
div.class_reserve a:hover{
    background-color: #F4A41C;
}
