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

h2.top_title{
	font-size: 0;
	line-height: 0;
	height: 50px;
}
main{	padding-bottom: 100px;}

#slider_bs{
	width: 100%;
	margin: 0 auto 50px auto;
	padding: 35px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#slider_bs img{
	width: 100%;
	height: auto;
}

#slider_bg{
	position: relative;
	width: 1130px;
	margin: 0 auto;
	padding: 32px;
	box-shadow:
	5px 0 10px rgba(0, 0, 0, 0.3),
	5px 0 10px rgba(0, 0, 0, 0.3),
	5px 0 10px rgba(0, 0, 0, 0.3),
	5px 0 10px rgba(0, 0, 0, 0.3);
	background:
	url(img/box0_top.gif) no-repeat top center,
	url(img/box0_bt.gif) no-repeat bottom center,
	url(img/box0.gif) repeat-y top center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** news **/

#news{
	margin-bottom: 50px;
	padding: 40px 35px 35px 35px;
}

#news .s_title{	margin-bottom: 40px;}

.news_bg{
	width: 1130px;
	margin: 0 auto;
	padding: 32px;
	box-shadow:
	5px 0 10px rgba(0, 0, 0, 0.3),
	5px 0 10px rgba(0, 0, 0, 0.3),
	5px 0 10px rgba(0, 0, 0, 0.3),
	5px 0 10px rgba(0, 0, 0, 0.3);
	background:
	url(img/box0_top.gif) no-repeat top center,
	url(img/box0_bt.gif) no-repeat bottom center,
	url(img/box0.gif) repeat-y top center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.news{
	text-align: left;
	height: 700px;
	padding: 0 35px;
	background: #000;
	overflow-y		: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.news .nbox{
	padding: 35px 0;
	border-bottom: 1px dotted #3d2e0d;
}
.news .nbox:last-of-type{	border: none;}

.news .nbox > h4{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #c5a953;
	padding: 0 0 0 25px;
}

.news .nbox > h4 span{
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	position: absolute;
	top: 2px;
	left: 0;
}

.news .nbox > .date{
	font-size: 12px;
	line-height: 20px;
	margin: 5px 0 20px 0;
}

.news .nbox > .txt{
	position: relative;
	font-size: 16px;
	line-height: 1.5;
}



/** schedule **/

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

#schedule .sche_box{
	margin: 0 0 30px 0;
	padding: 30px 0;
}

#schedule .sche_box .s_title{	margin-bottom: 10px;}

#schedule .sche_box p{
	font-size: 15px;
	line-height: 18px;
}

#schedule .cbox{
	display: inline-block;
	vertical-align: top;
	width: 280px;
	color: #333;
	margin: 0 10px 20px 10px;
	padding: 15px 0 0 0;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#schedule .c1box{
	background:
	url(img/cbox1_top.gif) no-repeat top center,
	url(img/cbox1.gif) repeat-y top center;
	background-size: 280px auto;
}
#schedule .c1box .img_bg{
	background:url(img/cbox1_bt.gif) no-repeat bottom center;
	background-size: 280px auto;
}
#schedule .c2box{
	background:
	url(img/cbox2_top.gif) no-repeat top center,
	url(img/cbox2.gif) repeat-y top center;
	background-size: 280px auto;
}
#schedule .c2box .img_bg{
	background:url(img/cbox2_bt.gif) no-repeat bottom center;
	background-size: 280px auto;
}
#schedule .c3box{
	background:
	url(img/cbox3_top.gif) no-repeat top center,
	url(img/cbox3.gif) repeat-y top center;
	background-size: 280px auto;
}
#schedule .c3box .img_bg{
	background:url(img/cbox3_bt.gif) no-repeat bottom center;
	background-size: 280px auto;
}

#schedule .cbox:hover{
	text-decoration: none;
}

#schedule .cbox .course{
	position: relative;
	font-family: "FontA";
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	border-radius: 12px;
	margin: 0 10px 14px 10px;
}
#schedule .cbox .course:before,
#schedule .cbox .course:after{
	content: '';
	width: 13px;
	height: 13px;
	position: absolute;
	top: calc(50% - 6px);
	background: url(../img/all/c0.png) no-repeat;
	background-size: 13px auto;
}
#schedule .cbox .course:before{	left: 10px;}
#schedule .cbox .course:after{	right: 10px;}

#schedule .cbox .img_bg{
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#schedule .cbox .img{
	display: block;
	width: 260px;
	height: 390px;
	overflow: hidden;
	margin: 0 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 > img{
	width: 260px;
	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: 15px;
	left: 15px;
}
#schedule .cbox .img .icon img{ width: 75px; height: auto;}

#schedule .cbox .data{
	color: #fff;
	padding: 4px 10px 10px 10px;
}
#schedule .c1box .data{
	background: rgb(107,107,107);
	background: linear-gradient(120deg, rgba(107,107,107,1) 0%, rgba(68,68,68,1) 100%);
}
#schedule .c2box .data{
	background: rgb(51,51,51);
	background: linear-gradient(120deg, rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%);
}
#schedule .c3box .data{
	background: rgb(127,0,0);
	background: linear-gradient(120deg, rgba(127,0,0,1) 0%, rgba(78,0,0,1) 100%);
}


#schedule .cbox .name{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 4px 0;
}
#schedule .cbox .name a{	color: #fff;}

#schedule .cbox .size{
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	border-bottom-width: 3px;
	border-bottom-style: double;
}
#schedule .cbox .size em{	color: #c5a953;}

#schedule .c1box .size{	border-color: #777;}
#schedule .c2box .size{	border-color: #333;}
#schedule .c3box .size{	border-color: #990000;}

#schedule .cbox .txt{
	min-height: 20px;
	font-size: 13px;
	line-height: 18px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#schedule .cbox .time{
	font-size: 16px;
	line-height: 30px;
	color: #ffdf7f;
	background: rgba(0, 0, 0, 0.5);
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#schedule .c1box .time{	border-color: #777;}
#schedule .c2box .time{	border-color: #333;}
#schedule .c3box .time{	border-color: #990000;}


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

@media screen and (max-width: 650px) {
	h2.top_title{	height: 0;}
	main{	padding-bottom: 20px;}

	#slider_bs{
		width: auto;
		margin: 0 0 20px 0;
		padding: 20px 10px;
	}
	#slider_bg{
		width: auto;
		margin: 0;
		padding: 10px;
		background:
		url(img/box0_top.gif) no-repeat top center,
		url(img/box0_bt.gif) no-repeat bottom center,
		url(img/box0.gif) repeat-y top center;
		background-size: 100% auto;
	}

	/** news **/
	#news{
		margin-bottom: 20px;
		padding: 10px 10px 20px 10px;
	}
	#news .s_title{	margin-bottom: 10px;}
	.news_bg{
		width: auto;
		margin: 0;
		padding: 10px;
		background:
		url(img/box0_top.gif) no-repeat top center,
		url(img/box0_bt.gif) no-repeat bottom center,
		url(img/box0.gif) repeat-y top center;
		background-size: 100% auto;
	}
	.news{
		text-align: left;
		width: auto;
		height: 500px;
		margin: 0;
		padding: 0 10px;
	}
	.news .nbox{
		padding: 20px 0;
	}
	.news .nbox > h4{
		font-size: 16px;
		line-height: 20px;
		padding-left: 20px;
	}
	.news .nbox > h4 span{
		font-size: 16px;
		line-height: 16px;
		position: absolute;
		top: 2px;
		left: 0;
	}
	.news .nbox > .date{
		font-size: 11px;
		line-height: 20px;
		margin: 0 0 10px 0;
	}
	.news .nbox > .txt{
		font-size: 14px;
		line-height: 1.5;
	}
	.news .nbox > .txt img{
		max-width: 100%;
		height: auto;
	}


	/** schedule **/
	#schedule{	padding: 0 5px;}
	#schedule .sche_box{
		margin: 0 5px 10px 5px;
		padding: 0 0 10px 0;
	}
	#schedule .sche_box .s_title{	margin-bottom: 0;}
	#schedule .sche_box p{
		font-size: 13px;
		line-height: 16px;
	}
	#schedule .cbox{
		width: calc(100% / 2 - 10px);
		margin: 0 5px 10px 5px;
		padding: 8px 0 0 0;
	}
	#schedule .c1box{
		background:
		url(img/cbox1_top.gif) no-repeat top center,
		url(img/cbox1.gif) repeat-y top center;
		background-size: 100% 121px, contain;
	}
	#schedule .c1box .img_bg{
		background:url(img/cbox1_bt.gif) no-repeat bottom center;
		background-size: contain !important;
	}
	#schedule .c2box{
		background:
		url(img/cbox2_top.gif) no-repeat top center,
		url(img/cbox2.gif) repeat-y top center;
		background-size: 100% 121px, contain;
	}
	#schedule .c2box .img_bg{
		background:url(img/cbox2_bt.gif) no-repeat bottom center;
		background-size: contain !important;
	}
	#schedule .c3box{
		background:
		url(img/cbox3_top.gif) no-repeat top center,
		url(img/cbox3.gif) repeat-y top center;
		background-size: 100% 121px, contain;
	}
	#schedule .c3box .img_bg{
		background:url(img/cbox3_bt.gif) no-repeat bottom center;
		background-size: contain !important;
	}
	#schedule .cbox .course{
		font-size: 13px;
		line-height: 16px;
		margin: 0 5px 8px 5px;
	}
	#schedule .cbox .course:before,
	#schedule .cbox .course:after{
		content: '';
		width: 6px;
		height: 6px;
		position: absolute;
		top: calc(50% - 3px);
		background: url(../img/all/c0.png) no-repeat;
		background-size: 6px auto;
	}
	#schedule .cbox .course:before{	left: 6px;}
	#schedule .cbox .course:after{	right: 6px;}
	#schedule .cbox .img_bg{
		position: relative;
		display: block;
		margin: 0;
		padding: 0 5px 5px 5px;
		-webkit-background-size: cover;
		background-size: cover;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#schedule .cbox .img{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#schedule .cbox .img img{
		width: 100%;
		height: auto;
	}
	#schedule .cbox .img:hover img{
	    -webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    -o-transform: scale(1);
	    -ms-transform: scale(1);
	    transform: scale(1);
	}
	#schedule .cbox .img .icon{
		display: inline-block;
		vertical-align: top;
		position: absolute;
		bottom: 8px;
		left: 8px;
	}
	#schedule .cbox .img .icon img{
		width: 45px;
		height: auto;
	}

	#schedule .cbox .data{
		height: auto;
		padding: 4px 5px;
	}
	#schedule .cbox .name{
		font-size: 14px;
		line-height: 20px;
	}
	#schedule .cbox .size{
		font-size: 11px;
		line-height: 14px;
	}
	#schedule .cbox .size span{	display: none;}
	#schedule .cbox .txt{
		width: 100%;
		height: 31px;
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		font-size: 11px;
		line-height: 12px;
	}
	#schedule .cbox .time{
		font-size: 13px;
		line-height: 20px;
	}
}

@media screen and (max-width: 345px) {
	#schedule .cbox .name{	font-size: 12px;}
	#schedule .cbox .size{	font-size: 10px;}
}
