
/*===================================================== */
/* SCHEDULE PAGE
======================================================= */
@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notoserifjapanese.css);

@font-face {
	font-family: BASKVILL;
	src: url(../font/BASKVILL.TTF) format('truetype');
}

/* layout
-------------------------------------------------------- */
#contentsContainer{
	width:100%;
	margin:0 auto 60px;
}
#sch h3{
	text-align: center;
}
#sch h3#taiki_title{
	margin:0 auto 45px;
	text-align: center;
}
#sch section{
	width:100%;
	margin: 0 auto 20px;
}


/**/
#dateArea{
	margin: 0 0 10px;
}
#dateArea ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#dateArea li{
	display: block;
	width:13%;
}
#dateArea li a{
	display: block;
	padding:2%;
	background:#fb8396;
	color: #fff;
	text-align: center;
}


/*
*/
/**/
/*
#sch #dateArea ul li {
	position: relative;
	margin: 0 8px 28px;
	padding: 0;
	width: 196px;
	height: 40px;
}
#sch #dateArea ul li:first-child {
}
#sch #dateArea ul li:nth-child(2) {
}
#sch #dateArea ul li:before {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	left: 50%;
	top: 0;
	background: #b9a25b;
	z-index: 0;
	-webkit-transition: .4s;
	 transition: .4s;
}
#sch #dateArea ul li:hover:before {
	width: 100%;
	left: 0;
	background: -webkit-linear-gradient(90deg, #64532a, #ebce74, #64532a);
	background: linear-gradient(90deg, #64532a, #ebce74, #64532a);
	z-index: 0;
	-webkit-transition: .4s;
	 transition: .4s;
}
#sch #dateArea ul li a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 11px 0 10px;
	font-size: 1.2em;
	z-index: 2;
	-webkit-transition: .4s;
	 transition: .4s;
}
#sch #dateArea ul li button:hover {
	color: #fff;
	border: solid 0px #000;
}
*/


/**/

#sch #dateArea li.sunday a{
	color: #ffb4f2;
}
#sch #dateArea li.saturday a{
	color: #a4ebf8;
}
#sch #dateArea li.theday a{
	color: #fff;
}
#sch #dateArea li.theday .honjitsu {
	color: #ffb4f2;
}
#sch #dateArea li.weekday a{
	color:#fff;
}


/* list area
-------------------------------------------------------- */

ul.guidance{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
ul.guidance li{
	width:31%;
	margin: 0 1%;
}
ul.guidance a{
	margin: 0 0 ;
}
