@charset "UTF-8";

#mainvisual {
	position:relative;
	height: 580px;
	min-width: 1100px;
	max-width: 1540px;
	margin: 0 auto;

}

.slider {
	position: absolute;
	background-size: cover;
	min-width: 1100px;
	width: 100%;
	height: 580px;
	text-align: center;
	overflow: hidden;
}

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

.pageList {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 10;
}

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

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


#btn-before {
	background: url(../img/mainisual_prev.png) no-repeat center center;
	width: 40px;
	height: 120px;
	background-size: 40px;
	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: 40px;
	height: 120px;
	background-size: 40px;
	position: absolute;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	cursor: pointer;
}


/* news
----------------------------------------------------*/
#news {
	padding-bottom: 40px;
}

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

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

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

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

#news .news_box dl{
	float: left;

	margin: 50px 13px 0;
}

#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: 165px;
	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: 11px;
	line-height: 20px;
	width: 60px;
	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: 90%;
}

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

}

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

#news .event_box dl{
	float: left;
	width: 22.3%;
	margin: 30px 1.2% 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: 165px;
	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: 11px;
	line-height: 20px;
	width: 60px;
	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: 90%;
}

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

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

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

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

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

#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: 34px;
	width: 34px;
	height: 45px;
	margin-right: 10px;
}

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

#sns #twitter {
	max-width: 640px;
	float: left;
}

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

}

#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: 10px;
}


.moiveArea {
 float: right;
 width: 330px;
	margin-top: 15px;
}






#sns .linksList {
	margin-top: 7px;
	margin-left: 40px;
	float: right;
	
}

#sns .linksList dl  {
	width: 290px;
	margin-bottom: 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;
	
	
}


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

#bnrslider .bnr_list {
	width: 85%;
	max-width: 1000px;
	margin: 40px auto;
	position: relative;
	
}


#bnrslider .bnr_list li {

}

#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:-5%;
	background: url(../img/bnrSlider_prev.png) no-repeat center center;
	background-size: 25px;
}
.slick-next{
	right:-5%;
	background: url(../img/bnrSlider_next.png) no-repeat center center;
	background-size: 25px;

}