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

body{
	background: url(../images/pc_bg3.jpg) top center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
.page_title span{	color: #66c9ff;}
main{	padding-bottom: 50px;}

#day_select{
	display: flex;
	justify-content: center;
	margin: 0 auto 50px auto;
}

#day_select > a,
#day_select > span{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	margin: 0 5px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#day_select > a{
	color: #000;
	background: #f3efe9;
}
#day_select > span{
	color: #fff;
	background: #ff82a8;
}
#day_select font{	width: 100%;}
#day_select > a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/** schedule **/

#schedule{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0;
	padding: 0 25px;
}

#schedule .cbox{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 5 - 50px);
	color: #000;
	margin: 0 25px 50px 25px;
	-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;
	display: block;
	margin: 0 0 20px 0;
	box-shadow: 10px 10px 0px 0px rgba(255, 233, 59, 0.5);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-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;
}

#schedule .cbox .img > img{
	position: relative;
	width: 100%;
	height: auto;
	height: auto;
	-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;
}

#schedule .cbox .img:hover{
	box-shadow: 10px 10px 0px 0px rgba(255, 130, 168, 0.5);
}

#schedule .cbox .icon{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
}
#schedule .cbox .icon img{
	width: 80px;
	height: auto;
}

#schedule .cbox .name{
	font-family: "Rounded Mplus 1c";
	font-weight: 800;
	font-size: 1vw;
	line-height: 1;
	text-align: left;
	margin: 0 0 5px 0;
}
#schedule .cbox .name a{
	font-size: 1.5vw;
}

#schedule .cbox .name span{ font-weight: 600;}

#schedule .cbox .size{
	font-family: "Rounded Mplus 1c";
	font-weight: 400;
	font-size: 1.1vw;
	line-height: 1;
	text-align: left;
}
#schedule .cbox .size span{color: #36cc95;}
#schedule .cbox .size em,
#schedule .cbox .size br{	display: none;}

#schedule .cbox .time{
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	font-size: 1.4vw;
	line-height: 1;
	text-align: left;
	color: #ff9a2e;
}
#schedule .cbox .time span{
	position: relative;
	font-size: 2vw;
	line-height: 1;
	bottom: -7px;
	margin-right: 3px;
}


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

@media screen and (max-width: 650px) {
	body{	background: none;}
	body:before{
		content: '';
		width: 100%;
		height: 100vh;
		-webkit-height: 100lvh;
		position: fixed;
		z-index: -2;
		top: 85px;
		left: 0;
		background: url(../images/sp_bg4.jpg) no-repeat top center;
		background-size: cover;
	}
	main{	padding-bottom: 20px;}
	#day_select{
		width: calc(100% - 10px);
		margin: 0 auto 10px auto;
	}
	#day_select > a,
	#day_select > span{
		width: calc(100% / 7 - 6px);
		height: 11.5vw;
		font-size: 3vw;
		line-height: 1;
		margin: 0 3px;
	}


	/** schedule **/
	#schedule{
		width: auto;
		margin: 0;
		padding: 0 7.5px;
	}
	#schedule .cbox{
		width: calc(100% / 3 - 15px);
		margin: 0 7.5px 20px 7.5px;
	}
	#schedule .cbox .img{
		width: 100%;
		height: auto;
		margin: 0 0 10px 0;
		box-shadow: 6px 6px 0px 0px rgba(255, 233, 59, 0.5);
	}
	#schedule .cbox .img:hover{
		box-shadow: 6px 6px 0px 0px rgba(255, 233, 59, 0.5);
	}

	#schedule .cbox .img img{
		width: 100%;
		height: auto;
	}
	#schedule .cbox .icon{
	}
	#schedule .cbox .icon img{
		width: 45px;
		height: auto;
	}
	#schedule .cbox .name{
		margin: 0 0 3px 0;
	}
	#schedule .cbox .name,
	#schedule .cbox .name a{
		font-size: 3.5vw;
	}
	#schedule .cbox .size{
		font-size: 2.5vw;
		line-height: 1.2;
	}
	#schedule .cbox .name span{	display: none;}
	#schedule .cbox .size em,
	#schedule .cbox .size br{	display: inline;}

	#schedule .cbox .time{
		font-size: 2.7vw;
		line-height: 1;
		text-align: left;
		color: #ff9a2e;
	}
	#schedule .cbox .time span{
		position: relative;
		font-size: 3.5vw;
		line-height: 1;
		bottom: -3px;
		margin-right: 3px;
	}
}
