@charset "UTF-8";
#mainvisual {
	position:relative;
	height: 43vw;
}

.slider {
	position: absolute;
	background-size: cover;
	width: 100%;
	height: 43vw;
	text-align: center;
	overflow: hidden;
	background-position: center center;
}

.slider img{
	max-width: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pageList {
	position: absolute;
	bottom: -40px;
	width: 100%;
	text-align: center;

}

.pageList li{
	display: inline-block;
	margin: 0 8px;
	text-indent: -9999px;
	background:#999;
	border-radius: 100%;
	height: 10px;
	width: 10px;
}

.pageList li.at{
	background:#ea4f3b;
}


/* news
----------------------------------------------------*/
#news {
	padding-bottom: 10%;
}

#news h2:before {
	display: block;
	content:" ";
	background: url(../img/icon_news.png) no-repeat center center;
	background-size: 24px;
	width: 24px;
	height: 28px;
	margin: 0 auto;
}

#news h2 {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 20px;
	margin-top: 55px;
}

#news h2 span{
	display: block;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
	font-size: 12px;
	color:#666; 
}

#news .news_box{
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 1%;
}

#news .news_box dl{
	float: left;
	margin: 20px 0 0;
	vertical-align: top;
}

#news .news_box dl a{
	display: block;
	width: 90%;
	margin: 0 auto;
}

#news .news_box dl.new dt:before{
	display: block;
	content: " ";
	position: absolute;
	background: url(../img/label_new.png) no-repeat top left;
	background-size: 47px;
	width: 47px;
	height: 45px;
	top:-4px;
	left: -4px;
}

#news .news_box dl dt{
	position: relative;
	width: 100%;
	height: 60.3vw;
	background: #ccc;
	overflow: hidden;
}

#news .news_box dl a{
	display: block;
	color:#333;
	text-decoration: none;
}

#news .news_box dl a:hover{
	opacity: 0.5;
}

#news .news_box dl dd{
	margin-top: 8px;
	overflow: hidden;
}

#news .news_box dl dd .data{
	float: left;
	line-height: 20px;
}

#news .news_box dl dd .label{
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	line-height: 20px;
	width: 50px;
	text-align: center;
	background:#333;
	color:#fff;
}


#news .news_box dl dd .label.news{
	background:#1e8bc3;
}

#news .news_box dl dd .label.event{
	background:#f5c400;
}

#news .news_box dl dd .description{
	clear: both;
	padding-top:8px;
	line-height: 1.5;
	font-size: 75%;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	
}

#news .eventArea {
	margin-top: 30px;
	border-top: 1px solid #ddd;

}

#news .event_box{
	max-width: 1020px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 1%;
}

#news .event_box dl{
	float: left;
	width: 42%;
	margin: 5% 4% 0;
}

#news .event_box dl.new dt:before{
	display: block;
	content: " ";
	position: absolute;
	background: url(../img/label_new.png) no-repeat top left;
	background-size: 47px;
	width: 47px;
	height: 45px;
	top:-4px;
	left: -4px;
}

#news .event_box dl dt{
	position: relative;
	width: 100%;
	height: 28vw;
	background: #ccc;
	overflow: hidden;
}

#news .event_box dl a{
	display: block;
	color:#333;
	text-decoration: none;
}

#news .event_box dl a:hover{
	opacity: 0.5;
}

#news .event_box dl dd{
	margin-top: 8px;
	overflow: hidden;
}

#news .event_box dl dd .data{
	float: left;
	line-height: 20px;
}

#news .event_box dl dd .label{
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	line-height: 20px;
	width: 50px;
	text-align: center;
	background:#333;
	color:#fff;
}


#news .event_box dl dd .label.news{
	background:#1e8bc3;
}

#news .event_box dl dd .label.event{
	background:#f5c400;
}

#news .event_box dl dd .description{
	clear: both;
	padding-top:8px;
	line-height: 1.5;
	font-size: 75%;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	
}

#news .more {
	text-align: center;
	margin-top: 35px;
}

#news .more a {
	display: inline-block;
	background:#f5c400;
	padding: 15px 80px;
}

#news .more a:hover {
	opacity: 0.5;
}

#news .more a img{
	width: 50px;
	display: block;
}

/* sns
----------------------------------------------------*/
#sns {
	background: url(../../img/sns_area.jpg) repeat left top;
	padding: 5%;
}

#sns .inner{
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#sns h2:before {
	display:inline-block;
	content:" ";
	background: url(../img/icon_twitter.png) no-repeat center bottom;
	background-size: 17px;
	width: 17px;
	height: 22px;
	margin-right: 10px;
}

#sns h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	margin-top: 0px;
	letter-spacing: 2px;

	text-align: center;
}



#sns p.link{
	text-align: center;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
	font-size: 13px;
	padding-top: 10px;

}

#sns p.link a {
	display:inline-block;
	background:#1da1f2;
	color: #fff;
	text-decoration: none;
	padding: 5px 30px;
	line-height: 1.5;
}

#sns .timeline {
	clear: both;
	padding-top: 5%;
}


#sns .timeline iframe {
	height: 250px !important;
}



#sns .linksList {
	margin-top: 10%;
	
}

#sns .linksList dl  {
	width: 290px;
	margin: 0 auto 10px;
	
}

#sns .linksList dl  a{
	display: block;
	padding: 3px;
	background: #000;
	color: #fff;
	text-decoration: none;
	
}

#sns .linksList dl dt{
	width: 100%;
	height: 80px;
	background:#fff;
}


#sns .linksList dl dd{
	padding: 8px;
	text-align: center;
	position: relative;
	
}

#sns .linksList dl dd:before{
	display: block;
	content: " ";
	background: url(../img/icon_arrow01.png) no-repeat center center;
	width: 15px;
	height: 15px;
	background-size: 15px;
	position: absolute;
	right: 10px;
	margin: auto;
	top: 0;
	bottom: 0;
	
	
}

.moiveArea {
  position: relative;
  width: 80%;
  padding-top: 56.25%;
	
	margin: 5% auto 0;
}
.moiveArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/* bnrslider 
---------------------------------------------------------*/
#bnrslider {
	
	
}

#bnrslider .bnr_list {

	margin: 5% auto;
	position: relative;
	overflow: hidden;
	
}


#bnrslider .bnr_list li {
	display: inline-block;
	float: none;
	margin: 0;
	text-align: center;
	vertical-align: top;
}

#bnrslider .bnr_list li a{
	display: block;
	width: 100%;
	max-width: 235px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	line-height: 60px;
	border: 1px solid #999;
}

#bnrslider .bnr_list li a img{
	width: 100%;
}

.slick-prev:before
{
	color:#fff;
}
.slick-next:before
{
   color:#fff;


}
.slick-arrow
{
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	cursor:pointer;
	border: none;
	text-indent: -9999px;

}

.slick-prev
{
	left:0;
	background: url(../img/bnrSlider_prev.png) no-repeat center center;
	background-size: 15px;
}
.slick-next{
	right:-0;
	background: url(../img/bnrSlider_next.png) no-repeat center center;
	background-size: 15px;

}

#btn-before {
	background: url(../img/mainisual_prev.png) no-repeat center center;
	width: 15px;
	height: 30px;
	background-size: 15px;
	position: absolute;
	left: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	cursor: pointer;
}

#btn-next {
	background: url(../img/mainisual_next.png) no-repeat center center;
	width: 15px;
	height: 30px;
	background-size: 15px;
	position: absolute;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
