
/** schedule **/

#schedule{
	padding: 0 20px;
}
.schebox{
	position: relative;
	margin: 0 0 20px 0;
}
.schebox:last-of-type{	margin-bottom: 0;}
.schebox .name{
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: flex-start;
	height: 35px;
	color: #fff;
	background: #cab18e;
	padding: 0 0 7px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.schebox .name a{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin-right: 10px;
}
.schebox .name p{
	font-size: 11px;
	line-height: 1;
}
.schebox .name p span{	color: #e0d3c1;}
.schebox .icon{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	color: #c5a983;
	position: absolute;
	top: -15px;
	right: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.schebox .i_rank{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 20px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 7.5px;
	right: 7.5px;
	background: #fff;
	padding: 0 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.schebox .i_rank span{
	position: relative;
	bottom: -1px;
	font-family: "FontA";
	font-size: 10px;
	line-height: 12px;
	color: #ad7c13;
}
.schebox .i_rank img{
	width: 18px;
	height: auto;
	margin: 0 1px;
}
.schebox .i_rank em{
	position: relative;
	bottom: -1px;
	font-size: 11px;
	line-height: 12px;
	opacity: 0.3;
}
.schebox_in{
	position: relative;
	display: flex;
	height: 133px;
}
.schebox_in .img{
	position: relative;
	width: 100px;
}
.schebox_in .img img{
	width: 100%;
	height: auto;
}
.schebox_in .img .tkbar{
	position: absolute;
	bottom: 5px;
	left: calc(50% - 35px);
}
.schebox_in ul{
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	background: rgba(255, 255, 255, 0.9);
}
.schebox_in li{
	width: calc(100% / 5);
	border-right: 1px solid rgba(236, 228, 218, 0.9);
	border-bottom: 1px solid rgba(236, 228, 218, 0.9);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.schebox_in li:nth-child(n + 6){	border-bottom: none;}
.schebox_in li p:nth-of-type(1){
	font-size: 12px;
	line-height: 13px;
	color: #c5a983;
	padding: 6px 0 0 0;
}
.schebox_in li p:nth-of-type(2){
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 45px;
	font-size: 12px;
	line-height: 12px;
}


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

@media screen and (max-width: 750px) {
	.schebox_in li p:nth-of-type(1){
		font-size: 10px;
		line-height: 12px;
	}
	.schebox_in li p:nth-of-type(2){
		font-size: 10px;
		line-height: 12px;
	}
	.schebox .name{
		display: flex;
		flex-wrap: wrap;
		height: 50px;
		padding: 0 0 5px 10px;
	}
	.schebox .name a{
		margin-right: 0;
	}
	.schebox .name p{
		width: 100%;
		font-size: 11px;
		line-height: 15px;
		text-align: left;
	}
	.schebox .name p span{	color: #e0d3c1;}
	.schebox .i_rank{
		top: 15px;
	}
}


