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

body{
}
.slick-slide:focus{
	outline: none;
}
main{	padding: 0;}
.top_title{
	font-size: 0;
	line-height: 0;
}
.page_title{
	background: url(../images/page_title1.png) no-repeat top center;
	background-size: 315px auto;
	margin-bottom: 0;
}

.bt_top{
	font-size: 0;
	line-height: 0;
}

.bt_top a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 350px;
	height: 70px;
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	margin: 0 0 4px 0;
	background: #ff5a9c;
	box-shadow: 0px 4px 0px 0px #db2f74;
	border-radius: 10px;
	-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;
}
.bt_top a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	box-shadow: none;
	margin: 4px 0 0 0;
}


/** wid **/

#wid{
	padding: 50px 0;
	background: url(../images/pc_wid_bg.jpg) no-repeat top center;
	background-size: cover;
}

.widbox{
	width: 1200px;
	margin: 0 auto 50px auto;
	background: #fff;
	box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.widbox:last-of-type{	margin-bottom: 0;}

.widbox h3{
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	padding: 35px 0 35px 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.widbox h3 em{
	font-family: "FontA";
	font-weight: normal;
	font-size: 50px;
}

#wait h3 em{	color: #05d88b;}
#blog h3 em{	color: #b566ff;}


/** top_slider **/

#top_slider_bg{
	overflow: hidden;
	padding: 70px 0;
	background: #fff;
}
#top_slider_bg .slick-prev,
#top_slider_bg .slick-next{
	border: none;
	font-size: 0;
	line-height: 0;
	width: 40px;
	height: 100px;
	border-radius: 5px;
	position: absolute;
	top: calc(50% - 50px);
	z-index: 3;
}
#top_slider_bg .slick-prev{
	left: 20px;
	background: url(../images/l1.png) no-repeat 50% 50% rgba(255, 255, 255, 0.9) !important;
	background-size: 40px auto !important;
}
#top_slider_bg .slick-next{
	right: 20px;
	background: url(../images/r1.png) no-repeat 50% 50% rgba(255, 255, 255, 0.9) !important;
	background-size: 40px auto !important;
}
.top_slider .slick-list{
	overflow: visible;
}
.top_slider .slick-track{}
.top_slider .slick-slide{
	padding: 0;
	opacity: .5;
	transition-delay: 1s;
}
.top_slider .slick-slide.slick-current{
	position: relative;
	z-index: 3;
	opacity: 1;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.top_slider .slick-slide a{
	display: block;
	-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;
}
.top_slider img{
	height: auto;
	width: 100%;
}


/** news **/

#news{
	padding: 60px 0;
	background: url(../images/pc_bg5.jpg) no-repeat top center;
	background-size: cover;
}
#news .page_title span{	color: #ffc600;}

.news_list{
	width: 1210px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
}

#news .nbox{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 290px;
	color: #000;
	background: #fff;
	margin: 0 5px 10px 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#news .nbox:hover{
	text-decoration: none;
}

#news .nbox .img{
	position: relative;
	display: block;
	width: 100%;
	height: 290px;
	object-fit: cover;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-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;
}

#news .nbox .img > img{
	position: relative;
	width: 100%;
	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;
}
#news .nbox .nbox_in{
	padding: 15px 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#news .nbox .name{
	position: relative;
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#news .nbox .name a{
	display: inline-block;
	max-width: 100%;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
#news .nbox .name span{
	position: absolute;
	top: 1px;
	left: -2px;
}
#news .nbox .date{
	font-size: 12px;
	line-height: 1;
	text-align: left;
	color: #af8042;
	margin: 0 0 10px 0;
}

#news .nbox .txt{
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

#news .bt_top{	padding-top: 40px;}


/** list **/

.list{
	font-size: 0;
	line-height: 0;
}

.list .cbox{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 5 - 50px);
	color: #000;
	margin: 0 25px 50px 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list .cbox:hover{
	text-decoration: none;
}

.list .cbox .img{
	position: relative;
	display: block;
	margin: 0 0 20px 0;
	box-shadow: 10px 10px 0px 0px rgba(255, 233, 59, 0.5);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-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;
}

.list .cbox .img > img{
	position: relative;
	width: 100%;
	height: auto;
	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;
}

.list .cbox .img:hover{
	box-shadow: 10px 10px 0px 0px rgba(255, 130, 168, 0.5);
}

.list .cbox .icon{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
}
.list .cbox .icon img{
	width: 80px;
	height: auto;
}

.list .cbox .name{
	font-family: "Rounded Mplus 1c";
	font-weight: 800;
	font-size: 1vw;
	line-height: 1;
	text-align: left;
	margin: 0 0 5px 0;
}
.list .cbox .name a{
	font-size: 1.5vw;
}

.list .cbox .name span{ font-weight: 600;}

.list .cbox .size{
	font-family: "Rounded Mplus 1c";
	font-weight: 400;
	font-size: 1.1vw;
	line-height: 1;
	text-align: left;
}
.list .cbox .size span{color: #36cc95;}
.list .cbox .size em,
.list .cbox .size br{	display: none;}

.list .cbox .time{
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	font-size: 1.4vw;
	line-height: 1;
	text-align: left;
	color: #ff9a2e;
}
.list .cbox .time span{
	position: relative;
	font-size: 2vw;
	line-height: 1;
	bottom: -7px;
	margin-right: 3px;
}


/** newface **/

#newface{
	padding: 60px 0;
	background: url(../images/new_bg.gif) top center;
	background-size: 250px auto;
}
#newface .page_title span{	color: #05d88b;}
#newface .list{	padding: 0;}
#newface .new_slider{	padding: 0 25px;}
#newface .list .cbox{
	width: calc(100% - 50px);
}
#newface .slick-prev,
#newface .slick-next{
	border: none;
	font-size: 0;
	line-height: 0;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	position: absolute;
	top: calc(50% - 30px);
	z-index: 3;
}
#newface .slick-prev{
	left: 20px;
	background: url(../images/l2.png) no-repeat top center rgba(255, 154, 46, 0.9) !important;
	background-size: contain!important;
}
#newface .slick-next{
	right: 20px;
	background: url(../images/r2.png) no-repeat top center rgba(255, 154, 46, 0.9) !important;
	background-size: contain!important;
}


/** sche **/

#sche{
	padding: 60px 0;
	background: url(../images/pc_sche_bg.jpg) no-repeat top center;
	background-size: cover;
}
#sche .page_title span{	color: #66c9ff;}

#sche .list{	padding: 0 25px;}
#sche .name{	color: #fff;}
#sche .name a{	color: #ffff66;}
#sche .size{	color: #fff;}
#sche .size span{	color: #009933;}
#sche .time{	color: #cc0000;}

.sche_bt{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	margin: 0 0 50px 0;
}
.sche_bt a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 260px;
	height: 60px;
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	margin: 0 10px 4px 10px;
	border-radius: 5px;
	-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;
}
.sche_bt a br{	display: none;}
.sche_bt .bt_0{
	background: #ff5a9c;
	box-shadow: 0px 4px 0px 0px #db2f74;
}
.sche_bt .bt_1{
	background: #05d88b;
	box-shadow: 0px 4px 0px 0px #00b170;
}
.sche_bt .bt_2{
	background: #ff9a2e;
	box-shadow: 0px 4px 0px 0px #df7300;
}

.sche_bt a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	box-shadow: none;
	margin-top: 4px;
	margin-bottom: 0;
}


/** bnr **/

#bnr{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 60px 0;
	background: url(../images/pc_bg6.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}

#bnr a{
	display: inline-block;
	vertical-align: top;
	margin: 0 30px;
}
#bnr a img{
	width: 570px;
	height: auto;
}


#sche #day_1_box,
#sche #day_2_box{
	display: none;
}


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

@media screen and (max-width: 650px) {
	body{	background: none;}
	main{	padding-bottom: 0;}
	.page_title{
		background-size: 200px auto;
		margin-bottom: 0;
	}

	.bt_top{
		padding: 20px 0 0 0;
	}
	.bt_top a{
		width: 100%;
		max-width: 250px;
		height: 50px;
		font-size: 20px;
	}

	/** wid **/
	#wid{
		padding: 50px 15px;
		background: url(../images/sp_wid_bg.jpg) no-repeat top center;
		background-size: cover;
	}
	.widbox{
		width: auto;
		margin: 0 0 15px 0;
	}
	.widbox h3{
		font-size: 5vw;
		line-height: 1.5;
		text-align: left;
		padding: 10px 0 10px 10px;
	}
	.widbox h3 em{
		font-size: 7.5vw;
	}

	/** top_slider **/
	#top_slider_bg{
		position: relative;
		padding: 30px 0;
	}
	#top_slider_bg img{
		width: 100%;
		height: auto;
	}
	.top_slider .slick-slide.slick-current{
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	#top_slider_bg .slick-prev,
	#top_slider_bg .slick-next{
		width: 30px;
		height: 30px;
		border-radius: 0;
		position: absolute;
		top: auto;
		bottom: -30px;
	}
	#top_slider_bg .slick-prev{
		left: 0;
		background: url(../images/l1.png) no-repeat 50% 50% rgba(255, 255, 255, 0.9) !important;
		background-size: 30px auto !important;
	}
	#top_slider_bg .slick-next{
		right: 0;
		background: url(../images/r1.png) no-repeat 50% 50% rgba(255, 255, 255, 0.9) !important;
		background-size: 30px auto !important;
	}

	/** news **/
	#news{
		padding: 20px 8px 40px 8px;
		background: url(../images/sp_bg8.jpg) no-repeat top center;
		background-size: cover;
	}
	.news_list{
		width: auto;
		margin: 0;
	}
	#news .nbox{
		width: calc(100% / 2 - 4px);
		margin: 0 2px 4px 2px;
	}
	#news .nbox .nbox_in{padding: 10px;}
	#news .nbox .img{
		width: 100%;
		height: 44vw;
	}
	#news .nbox .img:hover{
	}
	#news .nbox .img img{
		width: 100%;
		height: auto;
	}
	#news .nbox .name{
		font-size: 3.5vw;
		line-height: 1.3;
		text-align: left;
		padding-left: 3.2vw;
	}
	#news .nbox .name a{
		font-size: 3.5vw;
	}
	#news .nbox .name span{
		position: absolute;
		font-size: 3.5vw;
		top: 1px;
		left: -2px;
	}
	#news .nbox .date{
		font-size: 2.5vw;
		line-height: 1;
		text-align: left;
		color: #af8042;
		margin: 0 0 10px 0;
	}
	#news .nbox .txt{
		font-size: 2.8vw;
		line-height: 1.4;
		text-align: left;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	#news .bt_top{	padding-top: 26px;}


	/** list **/
	.list .cbox{
		width: calc(100% / 3 - 15px);
		margin: 0 7.5px 20px 7.5px;
	}
	.list .cbox .img{
		width: 100%;
		height: auto;
		margin: 0 0 10px 0;
		box-shadow: 6px 6px 0px 0px rgba(255, 233, 59, 0.5);
	}
	.list .cbox .img:hover{
		box-shadow: 6px 6px 0px 0px rgba(255, 233, 59, 0.5);
	}

	.list .cbox .img img{
		width: 100%;
		height: auto;
	}
	.list .cbox .icon{
	}
	.list .cbox .icon img{
		width: 45px;
		height: auto;
	}
	.list .cbox .name{
		margin: 0 0 3px 0;
	}
	.list .cbox .name,
	.list .cbox .name a{
		font-size: 3.5vw;
	}
	.list .cbox .size{
		font-size: 2.5vw;
		line-height: 1.2;
	}
	.list .cbox .name span{	display: none;}
	.list .cbox .size em,
	.list .cbox .size br{	display: inline;}

	.list .cbox .time{
		font-size: 2.7vw;
		line-height: 1;
		text-align: left;
		color: #ff9a2e;
	}
	.list .cbox .time span{
		position: relative;
		font-size: 3.5vw;
		line-height: 1;
		bottom: -3px;
		margin-right: 3px;
	}

	/** newface **/
	#newface{
		padding: 20px 0 40px 0;
		background: url(../images/new_bg.gif) top center;
		background-size: 125px auto;
	}
	#newface .list{	padding: 0;}
	#newface .new_slider{	padding: 0;}
	#newface .list .cbox{
		width: calc(100% - 50px);
		margin: 0 25px;
	}
	#newface .slick-prev,
	#newface .slick-next{
		width: 40px;
		height: 40px;
		border-radius: 5px;
		position: absolute;
		top: calc(50% - 20px);
		z-index: 3;
	}
	#newface .slick-prev{
		left: 15px;
	}
	#newface .slick-next{
		right: 15px;
	}
	#newface .list .cbox .name,
	#newface .list .cbox .name a{
		font-size: 5vw;
	}
	#newface .list .cbox .size{
		font-size: 3.5vw;
		line-height: 1.2;
	}
	#newface .list .cbox .size br{	display: none;}

	/** sche **/
	#sche{
		padding: 20px 0 40px 0;
		background: url(../images/sp_sche_bg.jpg) no-repeat top center;
		background-size: cover;
	}
	#sche .list{	padding: 0 5px;}
	#sche .bt_top{	padding-top: 0;}
	.sche_bt{
		margin: 0 0 25px 0;
		padding: 0 30px;
	}
	.sche_bt a{
		width: calc(100% / 3 - 5px);
		height: 55px;
		font-size: 3.5vw;
		line-height: 1.1;
		margin: 0 2.5px 4px 2.5px;
	}
	.sche_bt a br{	display: inline;}

	/** bnr **/
	#bnr{
		font-size: 0;
		line-height: 0;
		padding: 20px 5px;
		background:	url(../images/sp_bg9.jpg) no-repeat top center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#bnr a{
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 10px);
		margin: 0 5px;
	}
	#bnr a img{
		width: 100%;
		height: auto;
	}

}
