@charset "UTF-8";
/* CSS Document */

 /*カラー
	青濃　#43497a
　　青薄い　#42CAF4
　　オレンジ　#F7B141
　　　*/



html {
	font-size: 62.5%;
}

body {
	 font-family:  -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	line-height: 0;
	vertical-align: bottom;
}

a{
	text-decoration: none;
	color: #000000;
}

a:hover{
	color: #a8a8a8;
}

a img:hover{
	opacity: 0.6; 
	filter: brightness(110%); 
}

h2{
	padding: 20px 0 50px 0;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 3rem;
	color: #43497a;
	text-shadow: 3px 3px 0px rgba(67,73,122,0.2);	
	text-align: center;
}




/*body*/

/*サブナビゲーション*/

#sub-nav{
	height: 30px;
	line-height: 30px;
	background-color: #43497a;
}

#sub-nav-wrapper{
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.sub-nav-title{
	font-size: 1.5em;
	font-family: 'M PLUS 1p', sans-serif;
	color: #FFFFFF;
	margin-right: 24px;
}

.nav01-wrapper{
	display: flex;
	justify-content: space-between;
}

.nav01{
	padding: 0 16px;
}

.nav01 a{
	color: #FFFFFF;
}

.nav01 a:hover{
	color: #d6d6d6;
}



/*ナビゲーション＆メイン写真*/

/*メインナビゲーション*/

#main-nav{
	position: relative;
	width: 100%;
	min-height: 100vh;
	background-image:url("../images/home_main.jpg");
	background-size: cover;
}

#main-nav section{
	display: flex;
	justify-content: space-between;
	align-items: center;
    width: 80%;
	margin: 0 auto;
}

#nav02_icon-bg{
	background-color: #FFFFFF;
	border-radius: 0 0 10px 10px;
	padding: 5px 10px;
}

.nav02_icon{
	width: auto;
	height: 90px;
}



.nav02-wrapper{
	display: flex;
	flex-wrap: nowrap;
	justify-content:flex-end;
}

.nav02{
	position: relative;
	font-size: 15px;
	font-weight: bold;
	padding: 24px 20px;
}

.nav02::before{
	position: absolute;
	left: 0;
	display: inline-block;
	content: "";
	width: 2px;
	height: 1em;
	background-color: #FFFFFF;
}

.nav02:first-child::before{
	display: none;
}

.nav02 a{
	color: #FFFFFF;
}

.nav02 a:hover{
	color: #F7B141;
}

/*ガイドボタン*/

#main-nav-guide{
	position: absolute;
	bottom: 16%;
	left: 50%;
    transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	width: 80%;
	font-family: 'M PLUS 1p', sans-serif;
}

#guide_ticket-wrapper{
	display: flex;
	flex-direction: column;
	width: 360px;
	font-size: 1.3em;
	line-height: 1.5em;
}

.ticket_bt01{
	width: 100%;
	padding: 16px 0;
	margin-bottom: 16px;
	background-color: #f7c741;/* old */
	background: -moz-linear-gradient(left, #f7c741 0%, #F7B141 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #f7c741 0%,#F7B141 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #f7c741 0%,#F7B141 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 30px;
	text-align: center;
}

.ticket_bt01:hover{
	color: #000000;
	background-color: #F7B141;/* old */
	background: -moz-#F7B141; /* FF3.6-15 */
    background: -webkit-#F7B141 ; /* Chrome10-25,Safari5.1-6 */
    background: #F7B141 ; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.ticket_bt01 p{
	background: url("../images/bt_icon_02.svg") no-repeat;
	background-position: top 50% right 10px;
}

.guide_ticket-inner{
	display: flex;
	justify-content: space-between;
}

.ticket_bt02{
	width: 48%;
	padding: 16px 0;
	margin-bottom: 16px;
	background-color: #aeecff;/* old */
	background: -moz-linear-gradient(left, #aeecff 0%, #42CAF4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #aeecff 0%,#42CAF4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #aeecff 0%,#42CAF4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 30px;
	text-align: center;
}

.ticket_bt02:hover{
	color: #000000;
	background-color: #42CAF4;/* old */
	background: -moz-#42CAF4; /* FF3.6-15 */
    background: -webkit-#42CAF4 ; /* Chrome10-25,Safari5.1-6 */
    background: #42CAF4 ; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.ticket_bt02 p{
	background: url("../images/bt_icon_02.svg") no-repeat;
	background-position: top 50% right 10px;
}

.ticket_bt03{
	width: 100%;
	padding: 16px 0;
	background-color: #ff5797;/* old */
	background: -moz-linear-gradient(left, #ff5797 10%, #f0ad93 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ff5797 10%,#f0ad93 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ff5797 10%,#f0ad93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 30px;
	text-align: center;
}

.ticket_bt03:hover{
	color: #000000;
	background-color: #f093b2;/* old */
	background: -moz-#f093b2; /* FF3.6-15 */
    background: -webkit-#f093b2 ; /* Chrome10-25,Safari5.1-6 */
    background: #f093b2 ; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.ticket_bt03 p{
	background: url("../images/bt_icon_02.svg") no-repeat;
	background-position: top 50% right 10px;
}

#guide_timebox-wrapper{
	display: flex;
	background-color: #FFFFFF;
	border-radius: 10px;
	width: 320px;
}

.guide_timebox-inner{
	display: flex;
	width: 100%;
	flex-direction: column;
}

.guide_timebox-inner dt{
	width: 95%;
	background-color: #43497a;/* old */
	background: -moz-linear-gradient(left, #5060da 0%, #43497a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #5060da 0%,#43497a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #5060da 0%,#43497a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 5px;
	margin: 8px auto;
	padding: 16px 0;
	font-size: 1.5em;
	color: #FFFFFF;
	text-align: center;
}

.guide_timebox-inner dd{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #43497a;
}

.time-open{
	margin-bottom: 8px;
	font-size: 24px;
}

.time-last{
	font-size: 13px;
	padding: 5px 20px;
	border:	solid 1px;
	border-radius: 20px;
}

.time-last span{
	font-size: 15px;
	font-weight: bold;
	padding: 0 10px;
}

/*波*/

canvas{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
}

/*背景設定*/


#home_bg_01{
	width: 100%;
	height: 848px;
	background-image: url("../images/home_bg_01.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

#home_bg_02{
	position: relative;
	width: 100%;
	height: 1010px;
	background-image: url("../images/home_bg_02.jpg");
	background-size: auto,cover;
	background-repeat: no-repeat;
	background-position: center;
}

#home_bg_02::before{
	position: absolute;
	top: -30px;
	width: 100%;
	height: 30px;
	background-image: url("../images/home_bg_02before.png");
	background-position: center;
	background-repeat: repeat-x;
	content: "";
}

#home_bg_03{
	position: relative;
	width: 100%;
	height: 470px;
	margin: 0 auto;
	background-image: url("../images/home_bg_03.jpg");
	background-size: auto,cover;
	background-repeat: no-repeat;
	background-position: center;
}

#home_bg_03::before{
	position: absolute;
	top: -30px;
	width: 100%;
	height: 30px;
	background: url("../images/home_bg_03before.png") center repeat-X;
	content: "";
}

#home_bg_04{
	position: relative;
	width: 100%;
	height: 579px;
	background-image: url("../images/home_bg_04.jpg");
	background-size: auto,cover;
	background-repeat: no-repeat;
	background-position: center;
}

#home_bg_04::before{
	position: absolute;
	top: -30px;
	width: 100%;
	height: 30px;
	background: url("../images/home_bg_04before.png") center repeat-X;
	content: "";
}

#home_bg_05{
	position: relative;
	width: 100%;
	height: 1199px;
	background-image: url("../images/home_bg_05.jpg");
	background-size: auto,cover;
	background-repeat: no-repeat;
	background-position: center;
}

#home_bg_05::before{
	position: absolute;
	top: -30px;
	width: 100%;
	height: 30px;
	background: url("../images/home_bg_05before.png") center repeat-X;
	content: "";
}



/*お知らせ*/


#home_info{
	width: 740px;
	margin: 100px auto;
	font-size: 1.5rem;
	display: flex;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 0 10px #ddd;
}


#info_title{
	width: 200px;
	background-color: #F7B141;
	border-radius: 10px 0px 0px 10px;
	display: flex;
	align-items: center;
}

#info_title p{
	width: 200px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}



.info_inner{
	width: 540px;
	padding: 30px 10px 20px 30px;	
	border-radius: 0px 10px 10px 0px;
}

.info_inner-date{
	margin-bottom: 5px;
	font-weight: bold;
}


.info_inner-comment{
	margin-bottom: 20px;
	color: #000000;
}

.info_inner-comment:last-child{
	margin-bottom: 0;
}




/*ピックアップ*/

#home_picup{
	width: 740px;
	margin: 0 auto 100px;
	height: auto;
	display: flex;
	justify-content: space-between;
}

#home_picup figure{
	width: 40%;
}


#home_picup figure h4{
	font-size: 1.2rem;
	line-height: 40px !important;
	padding-left: 40px;
	margin-bottom: 15px;
	}


.picup_icon{
	background-image:url("../images/bt_icon_01.svg");
    background-repeat: no-repeat;
	background-size: 30px;
	background-position: left center;
}


/*イベント＆フォーマンス*/



#home_performance{
	width: 1000px;
	margin: 0 auto 100px;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	border-radius: 20px;
}



h3{
	width: 250px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 2rem;
	text-align: center;
	color: #fff;
	background-color: #F7B141;/* old */
	background: -moz-linear-gradient(top,  #F79641 0%, #F7B141 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #F79641 0%,#F7B141 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #F79641 0%,#F7B141 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 20px;
	transform:translateY(-50%);
}



#home_performance div{
	padding: 30px 0;
	font-size: 2rem;
	line-height:5rem;
}
	


#home_event{
	width: 1000px;
	margin: 0 auto 100px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 20px;
}


#home_event div{
	display: flex;
	justify-content: space-around;
	padding: 50px 0;
	text-align: center;
}

#home_event a{
	width: 300px;
}


#home_event h4{
	font-size: 1.2rem;
	line-height: 1.8rem;
	padding-top: 10px;
}




/*常設展示*/


#home_tenji{
	width: 740px;
	margin: 0 auto 100px;
	text-align: center;
}

#home_tenji_zoon{
	display: flex;
	justify-content: space-between;
}

#home_tenji_zoon a{
	width: 230px;
	position: relative;
}

#home_tenji_zoon h5{
	position: absolute;
    width: 100%;
    left: 0; 
    top: calc(50% + 60px); 
    text-align: center; 
    color: #fff; 
    font-weight: bold; 
    font-size: 1.3rem;
	background-color: rgba(247,177,65,0.7);
	padding: 20px 0;
	
}


#home_tenji_bt{
	width:400px;
	padding: 10px 0;
	margin: 30px auto 0 auto;
	background-color: #429BF4;/* old */
	background: -moz-linear-gradient(left,  #42CAF4 0%, #429BF4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #42CAF4 0%,#429BF4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #42CAF4 0%,#429BF4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 20px;
	}


#home_tenji_bt:hover{
	background-color: #F7B141;/* old */
	background: -moz-#F7B141; /* FF3.6-15 */
    background: -webkit-#F7B141 ; /* Chrome10-25,Safari5.1-6 */
    background: #F7B141 ; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#home_tenji_bt a{
	font-size: 2rem;
	text-align: center;
	color: #fff;
}

#home_tenji_bt a p{
	background-image: url("../images/bt_icon_02.svg");
	background-repeat: no-repeat;
    background-position: 90% 50%;
}



/*水族館の生き物たち*/

#home_ikimono{
	width: 1000px;
	margin: 0 auto 100px;
}

#home_ikimono_bt{
	width:400px;
	padding: 10px 0;
	margin: 30px auto 0 auto;
	background-color: #429BF4;/* old */
	background: -moz-linear-gradient(left,  #42CAF4 0%, #429BF4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #42CAF4 0%,#429BF4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #42CAF4 0%,#429BF4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 20px;
}

#home_ikimono_bt:hover{
	background-color: #F7B141;/* old */
	background: -moz-#F7B141; /* FF3.6-15 */
    background: -webkit-#F7B141 ; /* Chrome10-25,Safari5.1-6 */
    background: #F7B141 ; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


#home_ikimono_bt a{
	font-size: 2rem;
	text-align: center;
	color: #fff;
}



#home_ikimono_bt a p{
	background-image: url("../images/bt_icon_02.svg");
	background-repeat: no-repeat;
    background-position: 90% 50%;
}



/*ショップ＆カフェ*/

#home_shop{
	width: 740px;
	margin: 0 auto 100px;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

#home_shop div{
	margin: 0 20px;
	position: relative;
}

#home_shop h5{
	position: absolute;
    width: 100%;
    left: 0; 
    top: calc(50% + 50px); 
    text-align: center; 
    color: #fff; 
    font-weight: bold; 
    font-size: 1.3rem;
	background-color: rgba(67,73,122,0.7);
	padding: 20px 0;
}


/*水族館の今*/


#home_sns{
	width: 740px;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
}

.home_sns_title{
	line-height: 50px;
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background-color: #43497a;
	border-radius: 20px 20px 0 0;
}




/*フッター*/

footer{
	padding: 10px auto;
	background-color: #43497a;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	line-height: 5rem;
}

footer ul{
	width: 740px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

footer li a{
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
}