@charset "utf-8";

/* ----------------------------------------------
  ! main visual elements
 ---------------------------------------------- */

#main-visual {
	width: 100%;
	background-color: #fafafc;
	margin-bottom: 30px;
	padding: 35px 0;
	border-bottom: 1px solid #eee;
}

#main-visual .metaslider {
	margin: 0 auto;
}

#main-visual-wrap {
	width: 1030px;
	margin: auto;
}

#main_video {
	width: 100%;
	margin: auto;
}

@media screen and (max-width: 767px) {
	#main-visual-wrap {
		width: 100%;
	}
}


/* ----------------------------------------------
  ! top banner elements
 ---------------------------------------------- */

.top-banner {
	margin: 0 10px;
}
.top-banner img {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width : 768px){
	.top-banner {
		margin: 0;
	}
}


.top-banner-en {
	margin: 0 10px 30px;
}
.top-banner-en img {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width : 768px){
	.top-banner-en {
		margin: 0 0 30px;
	}
}


/* ----------------------------------------------
  ! news elements
 ---------------------------------------------- */

.top_wrap {
	margin-bottom: 40px;
}

.top_wrap h1 {
	margin: 0 10px 15px;
}

@media screen and (min-width : 768px){

	.top_wrap h1 {
		margin: 0 0 15px 0;
	}

}

.news_wrap #tab {
	list-style-type: none;
}

.news_wrap #tab li {
	cursor: pointer;
	float: left;
	width: 24%;
	margin-right: 1%;
	color: #333;
	font-size: 18px;
	line-height: 43px;
	height: 43px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;	
	overflow: hidden;
}
.news_wrap #tab li.current {
	color: #FFF;
	background-color: #6d6d6d;
	border-top: 1px solid #6d6d6d;
	border-left: 1px solid #6d6d6d;
	border-right: 1px solid #6d6d6d;
}


@media screen and (max-width: 767px) {
	.news_wrap #tab li {
		font-size: 16px;
	}
}


.news_wrap #tab li:last-child {
	width: 25%;
	margin-right: 0;
}

.news_wrap #tab li#tab01 {}
.news_wrap #tab li#tab02 {}
.news_wrap #tab li#tab03 {}
.news_wrap #tab li#tab04 {}

.news_wrap #tab li img {
	display: block;
}

.news_wrap aside.active {
	display: block !important;
}

.news_box#news01 {}
.news_box#news02 {}
.news_box#news03 {}
.news_box#news04 {}

/* .news_box */

.news_box {
	display: none;
	height: 220px;
	padding: 10px 20px;
	overflow: auto;
	border-top: 3px solid #6d6d6d;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

.news_box dl {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.news_box dl dt {
	display: block;
	width: 190px;
	line-height: 1.5em;
	margin-bottom: 5px;
}

.news_box dl dd {
	display: block;
	line-height: 1.5em;
}

.news_box dl.no_info dt {
	display: none;
}

.news_box dl.no_info dd {
	float: none;
	width: auto;
	text-align: center;
	color: #888;
}

.news_box dl .icon_cat {
	display: inline-block;
	width: 75px;
	height: auto;
	margin: 0;
	margin-left: 14px;
	font-size: 10px;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}

.news_box dl .icon_cat_info {
	color: #FFF;
	background-color: #6d6d6d;
}

.news_box dl .icon_cat_info:after {
	content: 'お知らせ';
}

.news_box dl .icon_cat_event_info {
	color: #FFF;
	background-color: #6d6d6d;
}

.news_box dl .icon_cat_event_info:after {
	content: 'イベント';
}

.news_box dl .icon_cat_movie {
	color: #FFF;
	background-color: #6d6d6d;
}

.news_box dl .icon_cat_movie:after {
	content: '動画';
}

@media screen and (min-width : 768px){

	.news_box dl {
		display: table;
	}

	.news_box dl dt {
		display: table-cell;
	}

	.news_box dl dd {
		display: table-cell;
	}

}






/* slick */

.slick-track {
	margin-left: 11px;
}

.event_info_list.pickup_box {
	width: 100%;
	padding: 20px;
	padding: 20px 9px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
}

.event_info_list li.slick-slide {
	float: left;
	width: 330px;
	margin: 0 20px 20px 0;
}

.slick-prev,
.slick-next {
	width: 18px;
	height: 40px;
	color: #fff;
	background-color: rgba(80,80,80,.6);
	z-index: 99999;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: #fff;
	outline: none;
	background: rgba(80,80,80,.9);
}

.slick-prev:before {
	content: '<';
	font-weight: bold;
}

.slick-next:before {
	content: '>';
	font-weight: bold;
}

.slick-dots {
	bottom: 5px;
	z-index: 99999;
}

.slick-dots li button:before {
	font-family: inherit;
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '●';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pickup_box{
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
}





/* ----------------------------------------------
  ! event elements
 ---------------------------------------------- */

.event_box {
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

.event_box ul {
	list-style-type: none;
	overflow: hidden;
}

.event_box ul li {
	float: left;
	width: 20%;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
}

.event_box ul li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 142px;
	padding: 102px 0 0;
	text-align: center;
	box-sizing: border-box;
}

.event_box ul li a:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	transition: opacity 0.7s ease 0s;
}

.event_box  ul li.btn_event_01 a {
	background-image: url(../img/top/01.png);
}

.event_box  ul li.btn_event_02 a {
	background-image: url(../img/top/02.png);
}

.event_box  ul li.btn_event_03 a {
	background-image: url(../img/top/03.png);
}

.event_box  ul li.btn_event_04 a {
	background-image: url(../img/top/04.png);
}

.event_box  ul li.btn_event_05 a {
	background-image: url(../img/top/05.png);
}

.event_box  ul li.btn_event_06 a {
	background-image: url(../img/top/06.png);
}

.event_box  ul li.btn_event_07 a {
	background-image: url(../img/top/07.png);
}

.event_box  ul li.btn_event_08 a {
	background-image: url(../img/top/08.png);
}

.event_box  ul li.btn_event_09 a {
	background-image: url(../img/top/09.png);
}

.event_box  ul li.btn_event_10 a {
	background-image: url(../img/top/10.png);
}

.event_box .category_name {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	letter-spacing: 4px;
}





/* ----------------------------------------------
  ! sidebar elements
 ---------------------------------------------- */

.side-nav ul {
	list-style-type: none;
}

.side-nav ul li {
	margin-bottom: 20px;
}

.sns_wrap {
	margin-bottom: 20px;
}

.renkei_wrap {
	background-color: #fafafb;
	border: 1px solid #e6e6e6;
}

.renkei_wrap h1 {
	line-height: 50px;
	text-align: center;
	margin-bottom: 15px;
	background-color: #fff;
	border-bottom: 2px solid #cc101a;
}

.renkei_wrap dl,
.renkei_wrap a {
	display:block;
	width: 252px;
	height: 70px;
	margin: 0 auto 10px;
	background-color: #fff;
}
.renkei_wrap dl dt {
	float: left;
	margin-right: 15px;
}
.renkei_wrap dl dd{
	line-height: 58px;
}

/* link_wrap */

.link_wrap {
	margin-top: 20px;
}

.link_wrap img {
	display: block;
	margin: 0 auto;
}

.link_wrap li div {
	margin: 0 auto 10px;
}

/* .side_youtube */

.side_youtube {
	width: 280px;
	height: 158px;
	background-color: #000;
}


/* .eventinfo_wrap_top */
.eventinfo_wrap_top {
	padding: 0 20px;
}
.eventinfo_wrap_top .eventinfo_wrap_top_ttl {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-bottom: 2px;
	line-height: 1.8;
}
.eventinfo_wrap_top .eventinfo_wrap_top_ttl h1 {
	margin-bottom: 0;
	font-size: 29px;
	font-weight: bold;
	letter-spacing: 2px;
}
@media screen and (min-width : 480px) {
}
@media screen and (min-width : 768px) {
	.eventinfo_wrap_top .eventinfo_wrap_top_ttl {
		margin-bottom: 40px;
	}
	.eventinfo_wrap_top .eventinfo_wrap_top_ttl h1 {
		margin-bottom: 40px;
	}
	.eventinfo_wrap_top {
		padding: 0;
	}
	.eventinfo_wrap_top .event_info_list2 li.event {
		width: 230px;
		margin-right: 15px;
	}
	
}
