@charset "utf-8";

/*=========================================*/
/*トップページ*/
/*=========================================*/

/*ヘッダー--------------------------------------*/
#headerWrap {
   margin: 0;
   background-color: rgba( 255, 255, 255, 0.8 );
}
#header {
   padding: 20px 0;
}
#header h1 {
   margin: -80px 0 0 0;
}
#header h1 img {
   width: 153px;
}

/* SP */
@media screen and (max-width:670px){
	#headerWrap {
		margin: 0;
		padding-top: 0;
	}
	#header {
		padding: 5% 0 3%;
	}
	#header h1 {
		margin-top: -18%;
		width: 35%;
	}
	#header h1 img {
		width: 100%;
	}
}



/*メインイメージ--------------------------------------*/
#mainImageWrap {
	width: 100%;
	height: 650px;
	overflow: hidden;
	position: relative;
	z-index: -1;
}
#mainImageWrap::after {
	content: '';
	background: url(../img/common/main_cover.png) no-repeat center bottom / 100% 110px;
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}
#mainImageWrap video {
	min-width: 100%;
  min-height: 650px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/* #mainImage {
	position: relative;
	left: 50%;
}
#mainImage li {
	position: absolute;
	z-index: -2;
}
#mainImage li img {
	margin-left: -50%;
} */
#mainCatch {
	z-index: 1;
}
#mainCatch h2 {
	margin-left: -65px;
	position: absolute;
	top: 78px;
	left: 50%;
	opacity: 0;
}
#mainCatch p {
	position: absolute;
	top: 49px;
	left: 50%;
	opacity: 0;
}
#mainCatch #mainCatch1 {
	margin-left: 336px;
}
#mainCatch #mainCatch2 {
	margin-left: 250px;
}


/* SP */
@media screen and (max-width:670px){

	#mainImageWrap {
		width: 100%;
		height: 80vw;
	}
	#mainImageWrap::after {
		background: url(../img/top/main_cover_sp.png) no-repeat center top / 100% 20px;
		height: 20px;
	}
	#mainImageWrap video {
		width: 150%;
		min-height: auto;
		z-index: -10;
	}

	
	#mainCatch h2 {
		width: 24%;
		margin-left: -12%;
		position: absolute;
		top: 6%;
		left: 50%;
	}
	#mainCatch p {
		position: absolute;
		top: 3%;
		left: 50%;
	}
	#mainCatch #mainCatch1 {
		margin-left: 32%;
		width: 50px;
	}
	#mainCatch #mainCatch2 {
		margin-left: 20%;
		width: 37px;
	}
}


/*サイドお問い合わせエリア--------------------------------------*/
#naviSettingBox {
	margin-top: 15px;
	padding-top: 10px;
	border-top: #FFF 1px dotted;
	color: #FFF;
}
#naviSettingBox dt {
	margin-bottom: 5px;
}
#naviSettingBox dt img {
	width: 100%;

}
#naviSettingBox dd {
	font-size: 1.5rem;
	letter-spacing: -0.05em;
}
#naviSettingBox dd a {
	margin-top: 5px;
	width: 65%;
	padding:3px 5px 3px 18px;
	background: url(../img/common/icon_arrow3.png) 5px center no-repeat;
	color: #FFF;
	border: #FFF 1px solid;
	border-radius: 5px;
	line-height: 1;
	display: inline-block;
}
#naviSettingBox dd img {
	margin: -2px 0 -2px 5px;
	width: 20px;
	height: auto;
	vertical-align: middle;
}


/* PC */
@media screen and (min-width:670px){
	#naviSettingBox {
		display: none;
	}
}


/*イルカだけじゃなく--------------------------------------*/
#topNotOnly {
	background: url(../img/common/blue_bg.jpg);
}
#mapkyushu {
	padding: 40px 0;
	background: url(../img/top/map_kyushu.png) no-repeat;  /* ポジションはjsで指定 */
}
#topNotOnly h1 {
	margin-bottom: 2.0rem;
	font-size: 2.8rem;
	color: #517EB6;
	font-weight: bold;
	line-height: 1.4;
}
#topNotOnly p {
	margin-bottom: 30px;
	line-height: 2.0;
}

/* お知らせバナー */
#topInformation li {
  margin-bottom: 10px;
}
#topInformation li:last-child {
  margin-bottom: 20px;
}

/* SP */
@media screen and (max-width:670px){
	#topNotOnly {
		background: url(../img/top/notonly_bg.jpg) no-repeat center top;
		background-size:auto 100%;
		-moz-background-size:auto 100%;
		-webkit-background-size:auto 100%;
	}
	#mapkyushu {
		padding: 20px 0;
		background: url(../img/top/map_kyushu.png) no-repeat center 220px;/* バナー無し140px */
		background-size:120% auto;
		-moz-background-size:120% auto;
		-webkit-background-size:120% auto;
	}
	#topNotOnly h1 {
		font-size: 2.2rem;
		margin-bottom: 150%;
	}
	#topNotOnly h1 br,
	#topNotOnly p br {
		display: none;
	}

  /* 震災バナー */
  .shinsai {
    margin-bottom: 15px;
  }
}


/*インフォメーション--------------------------------------*/
#topNews {
	padding: 20px 20px 30px;
	width: 480px;
	background-color: rgba( 255, 255, 255, 0.5 );
}
#topNews h2 {
	margin: 0;
	padding: 0 0 10px 25px;
	background: url(../img/top/news_bg.png) no-repeat;
	font-size: 1.8rem;
	color: #517EB6;
	text-align: left;
}
#topNews h2 a {
	padding-left: 12px;
	background: url(../img/common/icon_arrow2.png) 0 50% no-repeat;
	font-size: 1.4rem;
	float: right;
	color: #517EB6;
}
#topNews dl {
	overflow: hidden;
	zoom: 1;
	border-top: #A8BEDA 1px dotted;
}
#topNews dt {
	padding: 8px 0 8px 20px;
	background: url(../img/common/icon_arrow.png) 10px 50% no-repeat;
	width: 40px;
	border-bottom: #A8BEDA 1px dotted;
	float: left;
	clear: both;
}
#topNews dd {
	padding: 8px 0 8px 50px;
	width: 360px;
	border-bottom: #A8BEDA 1px dotted;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* SP */
@media screen and (max-width:670px){
	#topNews {
		padding: 0;
		width: 100%;
		background: none;
	}
	#topNews h2 {
		font-size: 1.6rem;
		letter-spacing: -0.1rem;
	}
	#topNews dl {
		padding-top: 10px;
	}
	#topNews dt {
		padding: 0 0 0 20px;
		width: auto;
		border-bottom: none;
		float: none;
	}
	#topNews dd {
		margin-bottom: 8px;
		padding: 0 0 10px 20px;
		width: auto;
	}
}



/*バナーエリア--------------------------------------*/
#topBnrArea {
	padding:30px 0;
	background: url(../img/top/bnr_bg.jpg) center top no-repeat;
	background-size:auto 100%;
	-moz-background-size:auto 100%;
	-webkit-background-size:auto 100%;
}
#topBnrArea ul li {
	margin-bottom: 10px;
}

/* PC */
@media screen and (min-width:670px){
	#topBnrArea {
		padding: 0;
		background-size:auto auto;
		-moz-background-size:auto auto;
		-webkit-background-size:auto auto;
	}
	#topBnrArea .contentsWrap {
		position: relative;
		height: 630px;
	}
	#topBnrArea .contentsWrap li {
		margin-bottom: 0;
		position: absolute;
	}
	#topBnrArea .contentsWrap li img {
		display: none;
	}
	#topBnrReason { top: 95px; left: 0;}
	#topBnrVoice { top: 95px; left: 342px;}
	#topBnrMenu { top: 95px; left: 682px;}
	#topBnrIntro { top: 365px; left: 342px;}
	#topBnrPoint { top: 365px; left: 565px;}
	#topBnrFaq { top: 365px; left: 788px;}
	#topBnrArea .contentsWrap li a {display: block;}
	#topBnrReason a { width: 300px; height: 423px; background: url(../img/top/bnr_reason.jpg) no-repeat;}
	#topBnrVoice a { width: 300px; height: 240px; background: url(../img/top/bnr_voice.jpg) no-repeat;}
	#topBnrMenu a { width: 300px; height: 240px; background: url(../img/top/bnr_menu.jpg) no-repeat;}
	#topBnrIntro a { width: 192px; height: 253px; background: url(../img/top/bnr_introduction.jpg) no-repeat;}
	#topBnrPoint a { width: 192px; height: 253px; background: url(../img/top/bnr_point.jpg) no-repeat;}
	#topBnrFaq a { width: 192px; height: 253px; background: url(../img/top/bnr_faq.jpg) no-repeat;}
}


/*お問い合わせエリア--------------------------------------*/
#contactArea {
   margin-top: 0;
}
