
/** day_select **/

#day_select{
	width: calc(100% - 17px);
	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: 70px;
	height: 40px;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0.5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#day_select > a{
	color: currentColor;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#day_select > span{
	position: relative;
	color: #000;
	background: #fff;
}
#day_select i{	font-style: normal;}
#day_select .sat{	color: #2295e5}
#day_select .sun{	color: #ff7575}
#day_select em{ width: 100%;}


/** schedule **/

#schedule{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 0;
	line-height: 0;
	padding: 0 17.5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#schedule .cbox{
	position: relative;
	width: calc(100% / 3 - 35px);
	max-width: calc(100% / 3 - 35px) !important;
	margin: 0 17.5px 30px 17.5px;
}
#schedule .cbox:hover{
	text-decoration: none;
}

#schedule .cbox .img{
	position: relative;
	overflow: hidden;
}

#schedule .cbox .img img{
	width: 100%;
	height: auto;
}

#schedule .cbox .txt{
	text-align: left;
	padding: 5px 0 0 0;
}

#schedule .cbox .name{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size:min(4vw, 20px);
	line-height: 1.2;
	margin: 0 0 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#schedule .cbox .name a{	color: currentColor;}
#schedule .cbox .size{
	font-size:min(2.3vw, 11px);
	line-height: 1.2;
}
#schedule .cbox .time{
	font-size: 14px;
	color: #7a93d1;
	line-height: 1.2;
}
#schedule .cbox .time span{
	position: relative;
	bottom: -2px;
	font-size: 14px;
	line-height: 1;
}
#schedule .cbox .icon{
	width: 100px;
	font-family: "FontB";
	font-size: 13px;
	line-height: 1;
	text-align: right;
	color: #7a93d1;
	position: absolute;
	top: 43px;
	left: -58px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform:rotate(-90deg);
}
#schedule .cbox .staybox{	margin-top: 3px;}
#schedule .cbox .staybox .stay_a,
#schedule .cbox .staybox .stay_b{
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	padding: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#schedule .cbox .staybox .stay_a{
	border: 1px solid currentColor;
}
#schedule .cbox .staybox .stay_b{
	color: #000;
	background: #fff;
}


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

@media screen and (max-width: 750px) {
	#day_select > a,
	#day_select > span{
		font-size:min(3.2vw, 16px);
	}
	#day_select em{ font-size:min(2.5vw, 11px)}
	#schedule .cbox{
		width: calc(100% / 2 - 20px);
		max-width: calc(100% / 2 - 20px) !important;
		margin: 0 10px 20px 10px;
	}

}
