
/*===================================================== */
/* 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;
}

/* date area
-------------------------------------------------------- */
#sch #dateArea{}
#sch #dateArea ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#sch #dateArea li{
	display: inline-block;
	width:12%;
	margin: 0 1%;
}
#sch #dateArea li a{
	display: block;
	width:100%;
	height:40px;
	padding:10px;
	box-sizing: border-box;
	background:#343434;
	text-align: center;
	position: relative;
	margin: 0 auto;
	text-decoration: none;
	letter-spacing: 0.06em;
	line-height: 1.0em;
	color: #111;
	-webkit-transition: 0.8s;
	 transition: 0.8s;
	 cursor: pointer;
	 z-index: 70;
	font-size: 14px;
}
#sch #dateArea li a:after {
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	left: 50%;
	bottom: 0px;
	height: 100%;
	background: none;
}
#sch #dateArea li a:hover {
	cursor: pointer;
	-webkit-transition: 0.4s;
	 transition: 0.4s;
}
#sch #dateArea li a:hover:after {
	width: 100%;
	left: 0;
	background: -webkit-linear-gradient(90deg, #63532a, #e8ce74, #63532a);
	background: linear-gradient(90deg, #63532a, #e8ce74, #63532a);
	z-index: 20;
}
#sch #dateArea li a span.schText{
	position: absolute;
	top:14px;
	left:0%;
	width:100%;
	text-align:center;
	z-index:99;
}

/*
*/
/**/
/*
#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
-------------------------------------------------------- */
#sch #listArea{
	margin:0 auto 0px;
	text-align:center;
	
}

