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

main{	padding: 80px 0;}


/** day_select **/

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

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

#day_select ul{
	padding: 0 10px;
}

#day_select li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 7 - 10px);
	margin: 0 5px 10px 5px;
	height: 60px;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 56px;
	text-align: center;
	text-decoration	: none;
	cursor: pointer;
	position: relative;
	-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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#day_select li div{
	display: inline-block;
	color: #333;
}

#day_select li{	color	: #333;}
#day_select li:hover{
	color: #caaa55;
}
#day_select li.active{
	cursor: inherit;
	border: 1px solid #caaa55;
	box-shadow:0px 0px 0px 2px #fff inset;
	-moz-box-shadow:0px 0px 0px 2px #fff inset;
	-webkit-box-shadow:0px 0px 0px 2px #fff inset;
	color: #000;
	background: rgb(194,163,95);
	background: linear-gradient(135deg, rgba(194,163,95,1) 0%, rgba(247,218,128,1) 50%, rgba(194,163,95,1) 100%);
}
#day_select li.active:hover{	color: #000;}

#day_select li{
	border: 1px solid #ddd;
	color: #000;
	background: rgb(221,221,221);
	background: linear-gradient(135deg, rgba(221,221,221,1) 0%, rgba(245,245,245,1) 50%, rgba(221,221,221,1) 100%);
}


/** schedule **/

#schedule{
	font-size: 0;
	line-height: 0;
	text-align: left;
}

#schedule2 li{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	padding: 0 0 30px 0;
}

#schedule .cbox{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 0 10px 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#schedule .cbox:hover{
	text-decoration: none;
}

#schedule .cbox .course{
	font-size: 22px;
	line-height: 35px;
	text-align: center;
}

#schedule .cbox .img_bg{
	position: relative;
	display: block;
	padding: 10px 10px 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#schedule .cbox .img{
	display: block;
	width: 250px;
	height: 350px;
	overflow: hidden;
	margin: 0;
	-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{
	width: 250px;
	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 > img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#schedule .cbox .img .icon{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 3px;
	right: 10px;
}
#schedule .cbox .img .icon img{ width: 70px; height: auto;}

#schedule .cbox .name{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	padding: 5px 0;
}
#schedule .cbox .name a{	color: #333;}

#schedule .cbox .size{
	position: relative;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 20px 0;
}
#schedule .cbox .size span{	color: #caaa55;}
#schedule .cbox .size:after{
	content: '';
	width: 100px;
	border-bottom: 1px solid #caaa55;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 50px);
}

#schedule .cbox .txt{
	font-size: 14px;
	line-height: 20px;
}

#schedule .cbox .time{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	width: calc(100% - 20px);
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #c9a648;
	background: #000;
	border-radius: 15px;
	margin: 10px 10px 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#schedule .cbox .time span{
	font-size: 22px;
	line-height: 22px;
	margin-right: 5px;
}

.cate{
	text-align: center;
	margin: 50px 0 0 0;
	border-bottom: 1px solid #d8c173;
}

.cate h3{
	position: relative;
	font-family: "FontA";
	font-size: 22px;
	line-height: 30px;
	color: #caaa55;
}
.cate h3:before,
.cate h3:after{
	content: '';
	width: calc(50% - 130px);
	border-bottom: 1px solid #d8c173;
	position: absolute;
	top: 15px;
}
.cate h3:before{	left: 0;}
.cate h3:after{	right: 0;}

.cate ul{
	padding: 30px 0 40px 0;
}

.cate li{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin: 0 20px;
}

.cate li span{
	width: 130px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
}

.cate li p{
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
}
.cate li p em{	color: #ccc;}

#schedule .cbox .time.time_1{display: none;}
#schedule .cbox .time.time_2{display: none;}
#schedule .cbox .time.time_3{display: none;}
#schedule .cbox .time.time_4{display: none;}
#schedule .cbox .time.time_5{display: none;}
#schedule .cbox .time.time_6{display: none;}
