@charset "utf-8";
/*------------------------------------------------------------
	schedule
------------------------------------------------------------*/
#main .schedule {
	padding-bottom: 15.5rem;
}
#main .schedule .dateList {
	margin: 6rem -2rem 3.8rem;
}
#main .schedule .dateList li {
	margin-bottom: 1rem;
	width: 13.21%;
}
#main .schedule .dateList li:not(:last-of-type) {
	margin-right: calc(7.47% / 6);
}
#main .schedule .dateList li a {
	padding: 2rem 1rem 1.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.2rem;
	background-color: #fffede;
	border: 0.1rem solid #191f09;
}
#main .schedule .dateList li.blue a {
	color: #100964;
	background-color: #7ecef4;
}
#main .schedule .dateList li.red a {
	color: #cb0000;
	background-color: #feaaaa;
}
#main .schedule .dateList li a:hover {
	opacity: 0.7;
}
#main .btmBox {
	max-width: 94rem;
}
#main .btmBox .link {
	margin-bottom: 3.3rem;
	text-align: center;
}

@media all and (max-width: 896px) {
	#main .schedule {
		padding-bottom: 7.4rem;
	}
	#main .schedule .dateList {
		margin: 2.5rem -2rem 2rem;
	}
	#main .schedule .dateList li {
		width: 32%;
	}
	#main .schedule .dateList li:not(:last-of-type) {
		margin-right: 0;
	}
	#main .schedule .dateList li:not(:nth-of-type(3n)) {
		margin-right: calc(4% / 2);
	}
	#main .schedule .dateList li a {
		padding: 1.1rem 2rem;
		font-size: 1.4rem;
	}
}