@charset "UTF-8";

/*
	header
-----------------------------------------------------------------------------------------------*/
#home #wrapper{
	padding:0 0 0 0;
}
#home #headOut{
	background-color:transparent;
}
#home #headOut.fixed{
	background-color:rgba(255,255,255,0.9);
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	z-index:2000;
}
#home #headLogo{
	visibility:hidden;
	opacity:0;
}
#home #headOut.fixed #headLogo{
	visibility:visible;
	opacity:1;
}
#home #headOut.fixed #headLogo a:hover{
	opacity:0.7;
}

/* subnavi */
#home #subNav a{
	background-color:#FFFFFF;
}
#home #subNav a.faq,
#home #headOut.fixed #subNav a.faq{
	color:#FFFFFF;
	background-color:#00C9C3;
}
#home #headOut.fixed #subNav a{
	background-color:#D8F7F5;
}

/* megamenu */
#home #listGnav > li > a{
	color:#FFFFFF;
	border-left:1px solid #FFFFFF;
}
#home #headOut.fixed #listGnav > li > a{
	color:#000000;
	border-left:1px solid #000000;
}
#home #headOut.fixed #listGnav > li:last-child > a{
	border-right:1px solid #000000;
}
#home #listGnav > li a.future:hover,
#home #headOut.fixed #listGnav > li a.future:hover{
	color:#FFB94F;
}
#home #listGnav > li a.guide:hover,
#home #headOut.fixed #listGnav > li a.guide:hover{
	color:#E75685;
}
#home #listGnav > li a.activity:hover,
#home #headOut.fixed #listGnav > li a.activity:hover{
	color:#984AA0;
}
#home #listGnav > li a.group:hover,
#home #headOut.fixed #listGnav > li a.group:hover{
	color:#6FA9E2;
}
#home #listGnav > li a.event:hover,
#home #headOut.fixed #listGnav > li a.event:hover{
	color:#65C195;
}
#home .gNavIn > #listGnav > li:hover > .gNavInnerArea{
	visibility:visible;
	opacity:1;
}


/*
	メインイメージ
-----------------------------------------------------------------------------------------------*/
#topMainOut{
	width:100%;
	height:700px;
	background:url(../images/bg_topMainImg_pc.png) center top no-repeat,#000000;
	background-size:auto 100%;
	background-color:;
}
#topMainIn{
	width:1200px;
	padding:30px;
	margin:0 auto;
	position:relative;
}
#topSide{
	width:240px;
	position:absolute;
	top:30px;
	left:125px;
	z-index:1000;
}
#topLogo{
	padding:0 0 40px;
}
#topBtnArea{
	padding:20px 0 0;
	text-align:center;
}
#topBtnArea a{
	display:block;
	width:100%;
	padding:15px 15px 15px 15px;
	font-size:1.6rem;
	font-weight:bold;
	color:#FFFFFF;
	border-radius:3px;
	background-color:#E75685;
	position:relative;
}
#topBtnArea a::after{
	font-family:"Font Awesome 5 Free";
	content:'\f054';
	font-weight:900;
	font-size:100%;
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform:translate(0, -50%);
	transform:translate(0, -50%);
}

#scheduleInfoTxt{
	padding:15px 0 0 0;
	text-align:left;
	color:#F4B56E;
	font-size: 100%;
}
@media screen and (max-width:668px){
	#scheduleInfoTxt {
	padding:15px 0 0 0;
	text-align:left;
	color:#EB6909;
	font-size: 100%;
	font-weight: bold;
	}
}

/*
	slider
-----------------------------------------------------------------------------------------------*/
#bxsliderHomeBg{
	width:100%;
	padding:50px 0 20px;
	margin-top:-65px;
	background:-moz-linear-gradient(bottom, rgba(0,0,0,1) 75%, rgba(0,0,0,0));
	background:-webkit-linear-gradient(bottom, rgba(0,0,0,1) 75%, rgba(0,0,0,0));
	background:linear-gradient(to top, rgba(0,0,0,1) 75%, rgba(0,0,0,0));
	z-index:999;
}
#bxsliderHomeOut{
	width:945px;
	height:170px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#sliderHomeIn{
	width:2835px;/* 945px*スライド数 */
	margin-left:-1418px;/* スライド全体をセンタリング */
	position:absolute;
	left:50%;
}
.bxsliderHome li {
	height:170px;
	position:relative;
}
.bx-loading {
	min-height:50px;
	background:url(../images/bx_loader.gif) center center no-repeat #fff;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2000;
}

/* Prev・Next */
.bx-controls-direction a {
	position:absolute;
	top:50%;
	margin-top:-16px;
	outline: 0;
	width:22px;
	height:32px;
	text-indent: -9999px;
	z-index: 300;
}
.bx-prev {
	left:960px;
	background:url(../images/arrow_slider_l.png) no-repeat;
}
.bx-next {
	right:960px;
	background:url(../images/arrow_slider_r.png) no-repeat;
}

/* pager */
.bx-pager {
	position:absolute;
	bottom:0;
	left:50%;
	-webkit-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
	z-index:50;
}
.bx-pager .bx-pager-item,
.bx-controls-auto .bx-controls-auto-item {
	display:inline-block;
	*zoom:1;
	*display:inline;
}

.bx-pager.bx-default-pager a {
	text-indent:-9999px;
	display: block;
	width:14px;
	height:14px;
	margin:0 8px;
	outline:0;
	border-radius:7px;
	background:#FFFFFF;
}

.bx-pager.bx-default-pager a.active {
	background:#00C9C2;
}
@media screen and (min-width:668px){
	.bx-pager.bx-default-pager a:hover{
		background:#78D0DA;
	}
}


/*
	NEWS
-----------------------------------------------------------------------------------------------*/
#titNews{
	padding:0 0 30px;
	font-size:2.8rem;
	font-weight:bold;
	line-height:125%;
	letter-spacing:5px;
	text-align:center;
}
#titNews span{
	display:block;
	font-family:'Roboto','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Yu Gothic',YuGothic, sans-serif;
	font-size:1.4rem;
	line-height:140%;
	letter-spacing:1px;
	color:#00C9C3;
}

/*
	臨時・重要お知らせ
-----------------------------------------------------------------------------------------------*/
#importantNews{
	width:945px;
	margin:0 auto 40px auto;
	border: 6px solid #D8F7F5;
	}
#importantNews > dl{
	border: 4px solid #ffffff;
	}
#importantNews > dl > dt{
	background: #00C9C3;
	color: #ffffff;
	width: 246px;
	min-height: 72px;/*1行の場合 48px*/
	float: left;
	text-align: center;
	display:table;	
	}
#importantNews > dl > dt > h3{
	font-size:1.6rem;	
	font-weight: bold;
	display:table-cell;	
	vertical-align:middle;
	}
#importantNews > dl > dd{
	width:674px;
	min-height: 36px;/*1行の場合 48px*/
	float: right;
	display:table;	
	}
#importantNews > dl > dd > a{
	display:table-cell;	
	vertical-align:middle;
	padding-left: 30px;
	}
#importantNews > dl > dd > a:hover{
	background: #fefeee;
	color: #000000;
	}
#importantNews > dl > dd > a > p{
	font-size:1.4rem;
	text-decoration: underline;
	}

@media screen and (max-width:667px){
#importantNews{
	width:100%;
	margin:-10px auto 36px auto;
	}
#importantNews > dl > dt{
	width: 100%;
	min-height: auto;
	padding: 4px 0px 3px 0px;
	margin-bottom: 6px;
	}
	
#importantNews > dl > dd{
	width: 100%;
	min-height: auto;
	}
#importantNews > dl > dd > a{
	padding-left: 0px;
	text-align: center;
	}
#importantNews > dl > dd > a > p{
	margin-bottom: 6px;
	}	
}


/*
	見出し
-----------------------------------------------------------------------------------------------*/
.titM{
	border-left:5px solid #00C9C3;
}


@media screen and (max-width:667px){

	/*
		header
	-----------------------------------------------------------------------------------------------*/
	#home #wrapper{
		padding:55px 0 0 0;
	}
	#home #headOut{
		background-color:rgba(255,255,255,0.9);
	}
	#home #headLogo{
		width: 100%;
		height: 55px;
		background-color: #ffffff;
		position: relative;
		z-index: 801;
		visibility:visible;
		opacity:1;
	}
	
	
	/*
		メインイメージ
	-----------------------------------------------------------------------------------------------*/
	#topMainOut{
		height:300px;
		background:url(../images/bg_topMainImg_sp.png) center top -10px no-repeat;
		background-size:auto 100%;
		background-color:#000000;
	}
	@media screen and (orientation: landscape) {
		/* 横向きの場合のスタイル */
		#topMainOut{
			height:500px;
		}
	}
	#topMainIn{
		width:100%;
		padding:30px;
		margin:0 auto;
		position:relative;
	}
	#topSideOut{
		background-color:#FFFFFF;
	}
	#topSide{
		width:100%;
		padding:20px 15px;
		position:static;
	}
	#listSchedule li{
		padding:0 0 10px;
		margin:0 0 10px;
		border-bottom:1px dotted #000000;
	}
	#listSchedule li:last-of-type{
		padding:0 0 0;
		margin:0 0 0;
		border-bottom:none;
	}
	#topBtnArea{
		padding:15px 0 0;
	}
	
	
	/*
		slider
	-----------------------------------------------------------------------------------------------*/
	#bxsliderHomeBg{
		padding:15px 15px 10px;
		margin-top:-30px;
		background:-moz-linear-gradient(bottom, rgba(0,0,0,1) 85%, rgba(0,0,0,0));
		background:-webkit-linear-gradient(bottom, rgba(0,0,0,1) 85%, rgba(0,0,0,0));
		background:linear-gradient(to top, rgba(0,0,0,1) 85%, rgba(0,0,0,0));
	}
	#bxsliderHomeOut{
		width:100%;
		height:100px;
	}
	#sliderHomeIn{
		width:200%;/* 945px*スライド数 */
		margin-left:-150%;/* スライド全体をセンタリング */
	}
	.bxsliderHome li {
		height:100px;
	}

	/* Prev・Next */
	.bx-controls-direction a {
		width:11px;
		height:16px;
		margin-top:-11px;
	}
	.bx-prev {
		left:51%;
		background-size:11px;
	}
	.bx-next {
		right:1%;
		background-size:11px;
	}
	.bx-pager{
		bottom:-5px;
		left:75%;
	}
	.bx-pager.bx-default-pager a {
		width:10px;
		height:10px;
		margin:0 5px;
	}
}