.cnt{
	padding-bottom: 30px;
}

#day_select{
	width: calc(100% - 18px);
	display: flex;
	justify-content: center;
	margin: 0 auto 30px auto;
}

#day_select > a,
#day_select > span{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	font-size: 12px;
	line-height: 14px;
	margin: 0 1px;
	border-radius: 50%;
}

#day_select font{	width: 100%;}
#day_select > a{
	color: var(--font-color);
	background: #fffbda;
}
#day_select > span{
	color: #fff;
	background: #FF9900;
	background: linear-gradient(135deg, rgba(255, 153, 0, 1) 0%, rgba(255, 102, 0, 1) 100%);
}


#day_select > span .sat{	color: #fff;}
#day_select > span .sun{	color: #fff;}


#schedule{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 0;
	line-height: 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#schedule .cbox{
	position: relative;
	width: calc(100% / 3 - 20px);
	margin: 0 10px 30px 10px;
	padding: 0 0 82px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#schedule .cbox:hover{
	text-decoration: none;
}
#schedule .cbox .img{
	position: relative;
	overflow: hidden;
}
#schedule .cbox .img img{
	width: 100%;
	height: auto;
}
#schedule .cbox .txt{
	width: calc(100% - 20px);
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	padding: 8px 5px;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 25px;
	left: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#schedule .cbox .time{
	width: calc(100% - 20px);
	font-size: clamp( 10px, calc( 2px + 2.5vw ), 14px );
	line-height: 15px;
	text-align: center;
	padding: 5px;
	background: rgba(255, 216, 0, 0.8);
	position: absolute;
	bottom: 0;
	left: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#schedule .cbox .name{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 3px 0;
}
#schedule .cbox .name a{	color: var(--cast-color);}
#schedule .cbox .size{
	font-size: 10px;
	line-height: 14px;
}
#schedule .cbox .course{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: clamp( 10px, calc( 2px + 2.5vw ), 12px );
	line-height: 1.1;
	text-align: center;
	border-radius: 11px;
	padding: 4px 0;
	position: absolute;
	left: 0;
	top: -22px;
}
#schedule .cbox .now{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	background: #ff3b3b;
	border-radius: 2px;
	padding: 0 4px;
	position: absolute;
	left: calc(50% - 60px);
	top: -40px;
	-webkit-animation:now 0.75s ease-in-out infinite alternate;
	-moz-animation:now 0.75s ease-in-out infinite alternate;
	animation:now 0.75s ease-in-out infinite alternate;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#schedule .cbox .icon{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 1;
	text-align: left;
	position: absolute;
	top: -13px;
	left: 0;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	#day_select > a,
	#day_select > span{
		width: calc(100vw / 7 - 3px);
		height: calc(100vw / 7 - 8px);
		max-width: 60px;
		max-height: 60px;
		min-width: 36px;
		min-height: 36px;
		font-size: 12px;
		line-height: 1.2;
	}
	#schedule .cbox{
		width: calc(100% / 2 - 20px);
	}
}
