/*=================================================
 * CSS for PC
 * ================================================= */

main{	padding-bottom: 40px;}

/** day_select **/

#day_select{
	padding: 0 0 40px 0;
	text-align: center;
}

#day_select{
	font-size: 0;
	line-height: 0;
}

#day_select ul{
	display: flex;
	padding: 0 10px;
}

#day_select li{
	width: 100%;
	margin: 0;
}

#day_select li > span,
#day_select li a{
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	text-decoration	: none;
	cursor: pointer;
	position: relative;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#day_select li a{
	color: #fff;
	background: linear-gradient(45deg, #272727 0%, #787878 45%, #d4d3d3 60%, #787878 70%, #272727 90% 100%);
	background-size: 800% 400%;
	animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
#day_select li a:hover{
}

#day_select li > span.active{
	color: #fff;
	background: #ff50a0;
}
#day_select li i{
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

#day_select li .sat{	color: #0066ff;}
#day_select li .sun{	color: #ff0000;}
#day_select li br{	display: none;}

@keyframes gradient {
0% {
background-position: 0% 50%;
}

50% {
background-position: 100% 50%;
}

100% {
background-position: 0% 50%;
}
}


/** schedule **/

#schedule{
	width: 1200px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin: 0 auto;
	padding: 40px 30px 20px 30px;
	background: rgba(22, 40, 138, 0.8);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#schedule .cbox{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 5 - 20px);
	text-align: left;
	color: #fff;
	margin: 0 10px 20px 10px;
	padding: 4px;
	background: #16288a;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#schedule .cbox .photo{
	position: relative;
}
#schedule .cbox .photo a{
	display: block;
	position: relative;
	-webkit-transition	: 0.6s ease-in-out;
	-moz-transition	: 0.6s ease-in-out;
	-o-transition	: 0.6s ease-in-out;
	transition		: 0.6s ease-in-out;
}
#schedule .cbox .photo a:hover{
	transform: scale(0.9);
}
#schedule .cbox .photo a > img{
	width: 100%;
	height: auto;
}
#schedule .icon{
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#schedule .icon img{
	width: 60px;
	height: auto;
}
#schedule .now{
	position: relative;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #ff50a0;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	padding: 2px 2px 2px 20px;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#schedule .now .material-icons{
	font-size: 16px;
	position: absolute;
	top: 3px;
	left: 2px;
}
#schedule .txt{
	padding: 10px 6px;
}
#schedule .txt .kana{
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	font-size: 14px;
	line-height: 1;
	background: rgb(255,242,180);
	background: linear-gradient(90deg, rgba(255,242,180,1) 0%, rgba(255,236,25,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#schedule .txt .name{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size:min(4vw, 22px);
	line-height: 1.1;
}
#schedule .txt .name a{	color: currentColor;}

#schedule .txt .size{
	font-size:min(2.3vw, 13px);
	line-height: 1.2;
	margin: 3px 0;
}
#schedule .time{
	position: relative;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	padding: 2px 2px 2px 22px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#schedule .time.on{	color: #fff; background: #000;}
#schedule .time.off{	color: #454e7a; background: #232b54; padding-left: 10px;}
#schedule .time .material-icons{
	font-size: 15px;
	color: currentColor;
	position: absolute;
	top: 4px;
	left: 5px;
}
#schedule .time span{	color: #666;}
#schedule .time br{	display: none;}


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

@media screen and (max-width: 650px) {

	main{	padding-bottom: 10px;}

	/** day_select **/
	#day_select{
		margin: 0;
		padding: 0 0 15px 0;
		text-align: center;
	}
	#day_select ul{	width: auto; padding: 0 2.5px;}
	#day_select li{
	}
	#day_select li > span,
	#day_select li a{
		flex-wrap: wrap;
		width: 100%;
		height: auto;
		position: relative;
		font-size: 11px;
		line-height: 12px;
		padding: 5px 0;
	}
	#day_select li em,
	#day_select li i{	width: 100%;}
	#day_select li i{
		width: 100%;
		font-size: 10px;
		font-weight: normal;
		font-style: normal;
	}


	/** schedule **/
	#schedule{
		width: auto;
		padding: 0 2.5px;
		background: none;
	}
	#schedule .cbox{
		width: calc(100% / 3 - 5px);
		text-align: left;
		margin: 0 2.5px 5px 2.5px;
		padding: 2px;
	}
	#schedule .cbox .photo a{
		-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;
	}
	#schedule .icon img{
		width: 30px;
		height: auto;
	}
	#schedule .now{
		width: 100%;
		font-size: 10px;
		line-height: 15px;
		padding: 2.5px 2px 2.5px 15px;
	}
	#schedule .now .material-icons{
		font-size: 12px;
		position: absolute;
		top: 3px;
		left: 2px;
	}
	#schedule .txt{
		padding: 5px 3px;
	}
	#schedule .txt .kana{
		font-size: 10px;
	}
	#schedule .txt .name{
		font-size:min(4.5vw, 14px);
		line-height: 1.2;
	}
	#schedule .txt .name a{	color: currentColor;}
	#schedule .txt .size{
		font-size:min(2.2vw, 10px);
		line-height: 1.2;
		margin: 2px 0;
	}
	#schedule .time{
		position: relative;
		width: 100%;
		height: 28px;
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		font-size: 11px;
		line-height: 1.1;
		text-align: center;
		padding: 2px;
		margin-top: 5px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#schedule .time .material-icons{
		display: inline-block;
		position: relative;
		top: 2px;
		left: 0;
		font-size: 12px;
	}
	#schedule .time span{	display: none;}
	#schedule .time br{	display: inline;}

}
