
/** sche_a **/

#sche_a{
	display: block;
	padding: 0 20px;
}

.schebox{
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 30px 0;
}

.s_img{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.s_img img{
	width: 120px;
	height: auto;
}

.s_top,
.s_sche{
	margin-left: 120px;
}

.s_top .icon{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 13px;
	text-shadow: none;
	padding: 0 3px;
	border-radius: 2px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.s_top .data{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	text-align: left;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.s_top .data .name{
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
}

.s_top .data .size{
	width: 100%;
	font-size: 13px;
	line-height: 15px;
	margin: 5px 0 0 0;
}

.s_sche{
	display: flex;
	width: calc(100% - 120px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.s_sche li{
	position: relative;
	width: calc(100% / 7);
	border-left-width: 1px;
	border-left-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.s_sche li:first-of-type{	border-left: none;}

.s_sche li p{
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	padding: 17px 0 9px 0;
}
.s_sche li p br{	display: none;}

.s_sche li div{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}

.list .s_sche .s_on{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	position: absolute;
	z-index: 2;
	left: calc(50% - 20px);
	bottom: 50px;
	box-shadow: none;
	margin: 0;
}

.list .s_sche .s_on span{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	border-radius: 50%;
}

.list .s_sche .yoman{
	width: 28px;
	height: 28px;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid currentcolor;
	position: absolute;
	z-index: 2;
	left: calc(50% - 14px);
	bottom: 15px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	animation: anime 3s ease-in-out infinite;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** sche_b **/

#day_select{
	width: calc(100% - 17px);
	display: flex;
	justify-content: center;
	margin: 0 auto 20px 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 1.5px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#day_select font{	width: 100%;}

#sche_b{	min-height: 150px;}

#sche_b .cbox.off{
	filter: saturate(0%);
}


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

@media screen and (max-width: 650px) {
	#day_select > a,
	#day_select > span{
		width: calc(100vw / 7 - 3px);
		height: calc(100vw / 7 - 5px);
		max-width: 60px;
		max-height: 60px;
		min-width: 36px;
		min-height: 36px;
		font-size: 12px;
		line-height: 1.2;
	}
	#sche_b{	min-height: 20vh;}
}

@media screen and (max-width: 520px) {
	.schebox{
		position: relative;
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
	}

	.s_img{
		width: 75px;
	}
	.s_img img{
		width: 75px;
		height: 100px;
	}
	.s_top{
		margin-left: 75px;
	}
	.s_top .icon{
		top: 5px;
		right: 5px;
	}
	.s_top .data{
		height: 100px;
	}
	.s_sche{
		display: flex;
		width: 100%;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.s_sche li{
		width: calc(100% / 7);
		border-left-width: 1px;
		border-left-style: solid;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.s_sche li:first-of-type{	border-left: none;}

	.s_sche li p{
		font-size: 12px;
		line-height: 14px;
		text-align: center;
		padding: 10px 0 0 0;
	}
	.s_sche li p br{	display: inline;}
	.s_sche li div{
		width: 100%;
		height: 50px;
		font-size: 12px;
		line-height: 12px;
		text-align: center;
	}

	.list .s_sche .s_on{
		width: 34px;
		left: calc(50% - 17px);
		bottom: 42px;
	}
	.list .s_sche .s_on span{
		width: 34px;
		height: 34px;
		font-size: 10px;
		line-height: 10px;
	}

	.list .s_sche .yoman{	bottom: 11px;}


}

@media screen and (max-width: 320px) {
	.s_img{
		width: 60px;
	}
	.s_img img{
		width: 60px;
		height: 80px;
	}
	.s_top{
		margin-left: 60px;
	}
	.s_top .data{
		height: 80px;
	}
}