﻿@charset "utf-8";

/* page_name
-------------------------------------------------------------------*/
#page_top #main {
	overflow:hidden;
	position:relative;
	min-width:1100px;
	padding-top: 135px;
	box-sizing: border-box;
}
@media screen and (min-width:1600px) {
#page_top #main {
	/* height:909px; */
}
}
@media screen and (max-width:760px) {
#page_top #main {
	min-width:0;
	padding-top: 60px;
}
}
/*
#page_top #main:before {
	content:"";
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 40;
	background: url(../img/top/main_bg_cover.png) no-repeat left bottom;
	background-size: auto 100%;
}
#page_top #main:after {
	content:"";
	width: 30%;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 40;
	background: url(../img/top/main_bg_right.png) no-repeat right bottom;
	background-size: auto 100%;
}*/
#page_top #main .bx-wrapper{
	height: calc(100vh - 155px);
}
#page_top #main .sub_img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	display: none;
	z-index: 40;
}

@media screen and (max-width:760px) {
	#page_top #main .sub_img {
		display: none;
	}
	#page_top #main .bx-wrapper{
		height: auto;
	}
}

/***　スライド　***/

#page_top #main #slider3 img {
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
}


/***　メインバナーリンク***/
/***　メインバナーリンク***/
#page_top #main .box {
	/*position:absolute;*/
	width:100%;
	/*bottom:6%;*/
	z-index:50;
	padding: 20px 0;
	background: #f0fff0;
	position: relative;
}
#page_top #main .box ul,
#page_top .lang_box .box ul {
	text-align:center;
}
#page_top #main .box ul li,
#page_top .lang_box .box ul li {
	display:inline-block;
	margin:0 5px;
	position:relative;
}
#page_top #main .box ul li a,
#page_top .lang_box .box ul li a {
	display:block;
	text-align:center;
	width:240px;
	padding:15px 5px;
	color:#FFF;
	border: 1px solid rgba(0,0,0,0.1);
	background:rgba(0,0,0,0.6);
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	transition:all ease 0.3s;
}
#page_top .lang_box .box ul li a {
	color: #444;
	background-color:rgba(200,200,200,0.8);
	border: 1px solid rgba(0,0,0,0.1);
}
#page_top #main .box ul li a:hover,
#page_top #main .box ul li a:focus {
	color: #000;
	background-color:rgba(255,255,255,0.8);
	border: 1px solid rgba(0,0,0,0.1);
}
/***********/
#page_top #main .box ul li.one:before,
#page_top #main .box ul li.one:after,
#page_top #main .box ul li.two:before,
#page_top #main .box ul li.two:after,
#page_top #main .box ul li.three:before,
#page_top #main .box ul li.three:after,
#page_top #main .box ul li.four:before{
	content:"";
	position:absolute;
	display:block;
	width:40px;
	height:40px;
	z-index:70;
	background-repeat:no-repeat;
}
#page_top #main .box ul li.one:before {
	background-image:url(../img/top/main_nav_icon_01.png);
	left:-35px;
	bottom:-5px;
}
#page_top #main .box ul li.one:after {
	background-image:url(../img/top/main_nav_icon_02.png);
	left:10px;
	top:-20px;
}

#page_top #main .box ul li.two:before {
	background-image:url(../img/top/main_nav_icon_03.png);
	left:-15px;
	bottom:3px;
}
#page_top #main .box ul li.two:after {
	background-image:url(../img/top/main_nav_icon_04.png);
	right:-30px;
	bottom:8px;
}

#page_top #main .box ul li.three:before {
	background-image:url(../img/top/main_nav_icon_05.png);
	right:50px;
	top:-23px;
}
#page_top #main .box ul li.three:after {
	background-image:url(../img/top/main_nav_icon_06.png);
	right:-30px;
	bottom:5px;
}

#page_top #main .box ul li.four:before {
	background-image:url(../img/top/main_nav_icon_07.png);
	right:-25px;
	top:-15px;
}
/******/
#page_top #main .box ul li.one a span,
#page_top #main .box ul li.two a span,
#page_top #main .box ul li.three a span,
#page_top #main .box ul li.four a span {
	position:absolute;
	display:block;
	width:66px;
	height:87px;
	z-index:78;
	top:-85px;
}
#page_top #main .box ul li.one a span { right:15px; }
#page_top #main .box ul li.two a span { left:60px; }
#page_top #main .box ul li.three a span { left:90px; }
#page_top #main .box ul li.four a span { right:30px; }

#page_top .lang_box{
	margin: 10px;
}
@media screen and (max-width:760px) {
	#page_top #main .box {
		position:static;
		bottom:auto;
		padding: 0;
	}
	#page_top #main:before,	
	#page_top #main:after{
		display:none;
	}
	#page_top #main .box ul li,
	#page_top .lang_box .box ul li{
		margin:0;
		display:block;
		float:left;
		width:50%;
	}
	#page_top #main .box ul li a,
	#page_top .lang_box .box ul li a {
		width: 100%;
		font-size:  12px;
	}
	#page_top #main .box ul li a span,
	#page_top #main .box ul li:before,
	#page_top #main .box ul li:after	 {
		display:none !important;
	}
}
/**TOPお知らせ**/
.notice {
	border-top:2px solid #6EB92B;
	border-bottom:2px solid #6EB92B;
	background-color:#FFFFBF;
}

.notice dl {
	display:table;
}
.notice dl dt {
	background-color:#65A927;
	display:table-cell;
	color:#FFF;

	padding:5px 10px;
	width:75px;
	vertical-align:middle;
	text-align:center;
}
.notice dl dd {
	display:table-cell;
	color:#45731A;
	padding:5px 10px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align:middle;
	
}
/**TOP 緊急時のお知らせ**/
.emergency {
	background:url(../img/top/cation_news_bg.gif) center top repeat-y;
	background-size: contain;
	padding:10px 0;
	margin-bottom: 10px;
}

.emergency .box {
	width:640px;
	margin:auto;
	padding:30px;
	background-color:#FFDF7D;
}

.emergency .box dl {
	padding-left:20px;
	position: relative;
	border-left:2px solid #444444;
	margin-left:60px;	 
}
.emergency .box dl:before {
	content:"";
	display:block;
	background: url(../img/top/cation_news_icon.png) left center no-repeat;
	width:47px;
	height:45px;
	position:absolute;
	left: -65px;
	top:0;
	bottom:0;
	margin:auto 0;
}
.emergency .box dl dt {
	color:#FF4C11;
	font-weight:bold;
}
.notice dl dd a,
.emergency .box a{
	color:#FF4C11;
	text-decoration:underline;
}
.notice dl dd a:hover,
.emergency .box a:hover{
	text-decoration:none;
}

@media screen and (max-width:760px) {
	.emergency{
		padding:5px;

	}
	.emergency .box {
		width:100%;
		box-sizing:border-box;
		padding:10px;
	}
	.emergency .box dl{
		margin:0;
		border:none;
		padding: 30px 0 0;
	}
	.emergency .box dl:before{
		left: 0;
		right: 0;
		width:100%;
		background-position:center;
		background-size: 24px;
		top: -5px;
		bottom:  auto;
	}
}
/******* コンテンツ1　*******/
#page_top .content01 {
	margin: 50px auto 10px;
}
/**　カレンダー　**/
#page_top .content01 .col_02 .left_area {
	width:310px;
	float: left;
}
#page_top .content01 .col_02 #calendar {/*display: none;*/}
#page_top .content01 .col_02 #calendar table {
	width:100%;
	font-size:12px;
	border:1px solid #9E9E9E;
}
#page_top .content01 .col_02 #calendar table th {
	text-align:center;
	background-color:#999999;
	color:#FFF;
	width:42px;
	border:1px solid #E9E7E7;
}
#page_top .content01 .col_02 #calendar table th:nth-child(6) {
	background-color:#369;
	color:#fff;
}
#page_top .content01 .col_02 #calendar table th:nth-child(7) {
	background-color:#d30;
	color:#fff;
}
#page_top .content01 .col_02 #calendar table td {
	border:1px solid #E9E7E7;
	padding:5px;
	/* height:35px; */
	padding-bottom: 25px;
	vertical-align:top;
	position:relative;
}
#page_top .content01 .col_02 #calendar table td.event{
	padding:0;
}

#page_top .content01 .col_02 #calendar table td.event a{
	padding:5px;
	padding-bottom: 25px;
	vertical-align:top;
	position:relative;
	display:block;
	background:#ffe9f9;
	text-decoration:underline;
	color:#880000;
}
#page_top .content01 .col_02 #calendar table td.event a:hover{
	background:#f9d0e6;
	text-decoration:none;
	color:#000;
}
#page_top .content01 .col_02 #calendar table td.holiday {
	background-color:#FFFFBF;
	color:#333;
}
#page_top .content01 .col_02 #calendar table td.holiday span{
	background-color:#FFFFBF;
}
#page_top .content01 .col_02 #calendar table td.event.holiday a{
	background-color:#FFFFBF;	
}
#page_top .content01 .col_02 #calendar table td.event.holiday a:hover{
	background-color:#FFFFBF;	
}

#page_top .content01 .col_02 #calendar table td span{
	position:absolute;
	left:10px;
	top:25px;
}
#page_top .content01 .col_02 #calendar table td.label img {
	width:24px;
	height:24px;
	position:absolute;
	right:3px;
	bottom:3px;
}
#page_top .content01 .col_02 #calendar .box {
	position:relative;
	font-size:14px;
	margin-bottom:5px;
}
#page_top .content01 .col_02 #calendar .box .left {
	float:left;
	padding-top:5px;
}
#page_top .content01 .col_02 #calendar .box .center {
	position:absolute;
	width:50%;
	left:0;
	right:0;
	top:0;
	margin:auto;
	text-align:center;	
}
#page_top .content01 .col_02 #calendar .box .center span {
	font-size:20px;
}
#page_top .content01 .col_02 #calendar .box .right {
	float: right;
	padding-top:5px;
}
.calendar_caption{
	margin: 10px 0;
}
.calendar_caption li{
	display:inline-block;
	font-size:14px;
	margin-bottom:5px;
	text-indent:-43px;
	margin-left:43px;
	margin-right:15px
}
.calendar_caption li img{
	width:24px;
	height:auto;
	margin-right:5px;
}
@media screen and (max-width:760px) {
	#page_top .content01 .col_02 .left_area {
		width:auto;
		margin:0 10px 30px;;
		float: none;
	}
}

/****　スライダー　*****/
#page_top .content01 .col_02 .right_area,
#page_top .zoobo_wrap {
	width:730px;
	float: right;
	margin-bottom: 50px;
	/* float: none; */
	margin: 0 auto 50px;
}
#page_top .content01 .col_02 .right_area .bg_area {
	text-align:center;
	background-color:#000000;
	padding: 0;
	margin-bottom: 40px;
	box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.12);
}
#page_top .content01 .col_02 .right_area + .zoobo_wrap{
	clear:both;
	margin: 0 0 50px;
	float: none;
	width: auto;
}

@media screen and (max-width:760px) {
	#page_top .content01 .col_02 .right_area {
		width:auto;
		float: none;
		padding:0;
		margin-bottom: 40px;
	}
	#page_top .content01 .col_02 .right_area .bg_area {
		box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.17);
	}
	#page_top .content01 .col_02 .right_area .bx-wrapper .bx-prev {
		left: 0px;
		background: url(../img/common/sp_slidel.png) no-repeat top left;
		background-size:contain;
		width:27px;
		height:54px;
		margin-top: -27px;
	}

	#page_top .content01 .col_02 .right_area .bx-wrapper .bx-next {
		right: 0;
		background: url(../img/common/sp_slider.png) no-repeat top right;
		background-size:contain;
		width:27px;
		height:54px;
		margin-top: -27px;
	}
	#page_top .content01 .col_02 .right_area + .zoobo_wrap{
		margin:0 10px 50px
	}
}

/******* コンテンツ2　*******/
/****　協定　*****/
#page_top .content02 {
	margin-bottom:50px;
}
#page_top .content02 .top_ouen_logo_area {
	text-align:center;
}

#page_top .content02 .top_ouen_logo_area li {
	display:inline-block;
	vertical-align:middle;
}
#page_top .content02 .top_ouen_logo_area li img {
	vertical-align:middle;
}
#page_top .content02 .top_ouen_logo_area li+li{
	margin-left:20px;
}


/******* コンテンツ3　*******/
#page_top .content03 {
	margin-bottom:50px;
	overflow:hidden;
	padding: 30px 0 60px;
	position:relative;
}
#page_top .content03:after {
	position:absolute;
	content:"";
	width:100%;
	background:url(../img/top/content03_img.png) center center no-repeat;
	height:71px;
	bottom:0px;
	left:0;
	z-index:100;
}
/****　新着のお知らせ　*****/
#page_top .content03 .left_area {
	width:760px;
	position:relative;
	/*height:575px;*/
}
#page_top .content03 .left_area:before {
	content:"";
	display:block;
	position:absolute;
	width:247px;
	height:398px;
	background:url(../img/top/news_bg_left.jpg) no-repeat;
	left: -90px;
	bottom:10%;
	z-index:-3;
}
#page_top .content03 .left_area:after {
	content:"";
	display:block;
	position:absolute;
	width:247px;
	height:398px;
	background:url(../img/top/news_bg_right.jpg) no-repeat;
	right: -50px;
	bottom:10%;
	z-index:-3;
}

.news_box .category li {
    font-weight: bold;
    color: #fff;
    float: left;
    width: 20%;
    padding-bottom: 6px;
    position: relative;
	z-index:20;
cursor: pointer	
}
.news_box .category li:hover,
.news_box .category li.select {
	z-index:65;
}
.news_box .category li span {
    margin-right: 1px;
    display: block;
    padding: 10px 0;
    background: #FA7398;
	border:1px solid #FA7398;
    text-align: center;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    border-radius:3px; 
    -webkit-border-radius:3px;
    cursor: pointer;
	transition:all ease 0.3s; 
}

.news_box .category li:hover span {
	background-color:#FFF;
	color:#FA7398;
}
.news_box .category li.select:after,
.news_box .category li:hover:after{
	content: "";
    display: inline;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #FA7398;
}
.news_box .category li:nth-child(2) span{ background:#F7B635; border:1px solid #F7B635;}
.news_box .category li:nth-child(3) span{ background:#00A2D7; border:1px solid #00A2D7;}
.news_box .category li:nth-child(4) span{ background:#B25900; border:1px solid #B25900;}
.news_box .category li:nth-child(5) span{ background:#888888; border:1px solid #888888;}
.news_box .category li:hover:nth-child(2) span { background-color:#FFF; color:#F7B635; }
.news_box .category li:hover:nth-child(3) span { background-color:#FFF; color:#00A2D7; }
.news_box .category li:hover:nth-child(4) span { background-color:#FFF; color:#B25900; }
.news_box .category li:hover:nth-child(5) span { background-color:#FFF; color:#888888; }

.news_box .category li:nth-child(2).select:after,
.news_box .category li:nth-child(2):hover:after{
    border-top-color: #F7B635;
}
.news_box .category li:nth-child(3).select:after,
.news_box .category li:nth-child(3):hover:after{
    border-top-color: #00A2D7;
}
.news_box .category li:nth-child(4).select:after,
.news_box .category li:nth-child(4):hover:after{
    border-top-color: #B25900;
}
.news_box .category li:nth-child(5).select:after,
.news_box .category li:nth-child(5):hover:after{
    border-top-color: #888888;
}
/*****/
.news_box .blogs_wrap {
-moz-box-shadow: 0px 0px 27px 7px rgba(0, 0, 0, 0.22);
-webkit-box-shadow: 0px 0px 27px 7px rgba(0, 0, 0, 0.22);
-ms-box-shadow: 0px 0px 27px 7px rgba(0, 0, 0, 0.22);
box-shadow: 0px 0px 27px 7px rgba(0, 0, 0, 0.22);
    margin-top: -6px;
    padding: 35px 30px 5px;
	position:relative;
	z-index:55;
	background: rgba(255,255,255,0.7);
}
.news_box .blogs_wrap .hide {
    display: none;
}
/***ニュース一覧***/
.news_box .blogs_wrap ul li a {
	border-bottom:1px dotted #BBBBBB;
	padding-bottom:10px;
	margin-bottom:10px;
	display:table;
	width:100%;
	text-align:left;
}
.news_box .blogs_wrap ul li:first-child a {
	border-top:1px dotted #BBBBBB;
	padding-top:10px;
}
.news_box .blogs_wrap ul li:last-child a {
	margin-bottom:25px;
}
.news_box .blogs_wrap ul li a {
	text-decoration:none;
	display:block;
}
.news_box .blogs_wrap ul li a:hover {
	opacity:0.6;
}
.news_box .blogs_wrap dl dt {
	display:table-cell;
	width:150px;
	padding-left:10px;
}
.news_box .blogs_wrap dl dd {
	display:table-cell;
}
.news_box .blogs_wrap dl dd:last-child {
	padding-left:10px;	
}
.blogs_wrap dl dd.ct_pre,
.blogs_wrap dl dd.ct_zoo,
.blogs_wrap dl dd.ct_gad,
.blogs_wrap dl dd.ct_cyc {
	width:115px;
	text-align:center;
	font-size:88%;
	color:#FFF;
}
.blogs_wrap dl dd.ct_pre span { display:block; padding:5px; background-color:#888888; }
.blogs_wrap dl dd.ct_zoo span { display:block; padding:5px; background-color:#F7B635; }
.blogs_wrap dl dd.ct_gad span { display:block; padding:5px; background-color:#00A2D7; }
.blogs_wrap dl dd.ct_cyc span { display:block; padding:5px; background-color:#B25900; }


@media screen and (max-width:760px) {
	#page_top .content03 .left_area,
	#page_top .content03 .right_area {
		width:auto;
		float: none;
	}
	.news_box .blogs_wrap{
		padding: 0 0 30px;
	}
	#page_top .content03 .left_area .title_01 span{
		font-size:26px;
		margin:  0;
	}
	#page_top .content03 .left_area .title_01 span:before{
		left:12px;
		top: -12px;
		background-size:  35px;
		width:  35px;
	}
	.news_box .category{
		width:100%;
		display:table;
	}
	.news_box .category li{
		display:table-cell;
		width:auto;
		float:none;
		min-width:2.5em;
	}
	.news_box .category:after{
		display:none;
	}
	.news_box .category li span {
		font-size:12px;
		padding:10px 0;
	}
	.news_box .blogs_wrap dl dt {
		display:inline-block;
		width:9em;
		padding:10px 10px 10px;
	}
	.news_box .blogs_wrap dl dd {
		display:inline-block;
		font-size:12px;
	}
	.news_box .blogs_wrap dl dd:last-child {
		display:block;
		padding:0 10px;	
	}
	#page_top .content03:after {
		width:100%;
		background-size:544px;
		bottom:0;
		left:10px;
	}
}

/****　Twitter　*****/
#page_top .content03 .col_02 .right_area {
	width:320px;
}
/***タイトル****/
#page_top .content03 .right_area .title_01.bule {
	background: url(../img/common/title_bg_left02.png) left center repeat-y , url(../img/common/title_bg_right02.png) right center repeat-y;
}
#page_top .content03 .right_area .title_01.bule span {
	background-color:#1CA0F1;
	color:#fff;
}
#page_top .content03 .right_area .title_01 span {
	vertical-align: middle;
}
#page_top .content03 .right_area .title_01 svg {
    width: 40px;
	height: 40px;
    vertical-align: sub;
    padding-right: 13px;
}
#page_top .content03 .right_area .title_01 .st0{ fill:#FFFFFF; }
#page_top .content03 .right_area .title_01 .st1{ fill:#1DA1F2; }
#page_top .content03 .right_area .text {
	text-align:center;
	color:#1A9FF1;
	margin-bottom:20px;
	/*font-size:18px;*/
	font-size:113%;
}
#page_top .content03 .right_area .text::selection {
	background: #FFAE10;
}
#page_top .content03 .right_area .text::-moz-selection {
	background: #FFAE10;
}

@media screen and (max-width:760px) {
	#page_top .content03 .col_02 .right_area {
		width:auto;
	}
	#page_top .content03 .col_02 .right_area .frame_wrap{
		margin:0 15px;
	}
}

/******* コンテンツ4　動物園植物園 *******/
#page_top .content04 {
	margin-bottom:10px;
	min-width:1100px;
	overflow:hidden;
}
/****　　*****/
#page_top .content04 .left_area,#page_top .content04 .right_area{
	width:50%;
}
#page_top .content04 .left_area {
	background: url(../img/top/content04_left_bg.gif) left top repeat;
}
#page_top .content04 .right_area {
	background: url(../img/top/content04_right_bg.gif) center center repeat;
}
#page_top .content04 .left_area .bg_area {
	padding-bottom:51%;
	background: url(../img/top/content04_left_img.png) center no-repeat;
	background-size:cover;
	position:relative;
}
#page_top .content04 .right_area .bg_area {
	padding-bottom:51%;
	background: url(../img/top/content04_right_img.png) center no-repeat;
	background-size:cover;
	position:relative;
}
#page_top .content04 .inner {
	position:absolute;
	width:100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
}
#page_top .content04 ul li.first {
	margin-bottom:20px;
}
#page_top .content04 ul li a {
	display:block;
	border-radius:7px;
	-webkit-border-radius:7px;
	font-size:28px;
	width:70%;
	margin:auto;
	padding:19px 25px;
	text-decoration:none;
	text-align:left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition:all ease 0.3s;
}
#page_top .content04 .left_area ul li a {
	color:#E98C12;
	border:1px solid #FFF;
	background: #FFF url(../img/top/megane2.png) 95% center no-repeat;
}
#page_top .content04 .left_area ul li.first a {
	background: #FFF url(../img/top/book2.png) 95% center no-repeat;
}
#page_top .content04 .left_area ul li a:hover,
#page_top .content04 .left_area ul li a:focus {
	color:#FFF;
	background: #E98C12 url(../img/top/megane_on.png) 95% center no-repeat;
}
#page_top .content04 .left_area ul li.first a:hover,
#page_top .content04 .left_area ul li.first a:focus {
	background: #E98C12 url(../img/top/book_on.png) 95% center no-repeat;
}

#page_top .content04 .right_area ul li a {
	color:#49A765;
	border:1px solid #FFF;
	background: #FFF url(../img/top/megane.png) 95% center no-repeat;
}

#page_top .content04 .right_area ul li.first a {
	background: #FFF url(../img/top/book.png) 95% center no-repeat;
}
#page_top .content04 .right_area ul li a:hover,
#page_top .content04 .right_area ul li a:focus  {
	color:#FFF;
	background: #49A765 url(../img/top/megane_on.png) 95% center no-repeat;
}
#page_top .content04 .right_area ul li.first a:hover,
#page_top .content04 .right_area ul li.first a:focus {
	background: #49A765 url(../img/top/book_on.png) 95% center no-repeat;
}


@media screen and (max-width:760px) {
	#page_top .content04 {
		min-width:0;
	}
	/****　　*****/
	#page_top .content04 .left_area,#page_top .content04 .right_area{
		width:100%;
		float:none;
	}
	#page_top .content04 .left_area .bg_area,
	#page_top .content04 .right_area .bg_area {
		padding:10px 10px 20px;
	}
	#page_top .content04 .inner {
		position: static;
		width:100%;
		top: auto;
		left: auto;
		transform:none;
		-webkit- transform: none;
		-ms-transform:  none;
		-moz-transform: none;
	}
	#page_top .content04 .inner h2{
		padding:10px 0 0;
	}
	#page_top .content04 .inner h2 img{
		width: auto;
		height: 21px;
	}	
	#page_top .content04 ul li a {
		font-size:18px;
		width:100%;
		margin:auto;
		padding:15px 15px;
		background-size:  36px!important;
	}
}
/******* コンテンツ5　園内案内 *******/
#page_top .content05 {
	margin-bottom:10px;
	min-width:1100px;
}
#page_top .content05 ul li {
	width: 25%;
	float:left;
	position:relative;
}
#page_top .content05 ul li a {
	display:block;
	margin:0 5px;
	transition: all ease 0.3s;
	
}
#page_top .content05 ul li a img {
	width:100%; height:auto;
	transition: all ease 0.3s;
}
#page_top .content05 ul li .text {
    position: absolute;
    bottom: 6%;
    left: 0;
	right: 0;
	margin: 0 auto;
    background: #295BA7;
    width: 98%;
    color: #fff;
	z-index:20;
    padding: 5px 0;
    text-align: center;
    font-size: 22px;
	font-size:138%;
	transition: all ease 0.3s;
	border: 1px solid #295BA7;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}

/***画像　ホバー***/
#page_top .content05 ul li a .img {
	overflow:hidden;
	border-radius:5px;
}
#page_top .content05 ul li a img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .4s ease-in-out;
}
#page_top .content05 ul li a:hover img,
#page_top .content05 ul li a:focus img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#page_top .content05 ul li.last .img img {
	-webkit-transform:none;
	transform:none;
	-webkit-transition:none;
	transition: none;
}
#page_top .content05 ul li.las a:hover .img img,
#page_top .content05 ul li.las a:focus .img img {
	-webkit-transform: none;
	transform:none;
}
/****/
#page_top .content05 ul li a:hover .text,
#page_top .content05 ul li a:focus .text {
	color: #295BA7;
	background: #fff;
}
#page_top .content05 ul li .zoobo {
	position:absolute;
	width:15%;
	left:0;
	right:0;
	top:18%;
	margin:0 auto;
}
#page_top .content05 ul li .zoobo img {
	width:100%;
	height:auto;
}

@media screen and (max-width:760px) {
	#page_top .content05 {
		min-width:0;
	}
	#page_top .content05 ul{
		margin: 0 5px;
	}
	#page_top .content05 ul li {
		width:49%;
		margin-bottom:10px;
	}
	#page_top .content05 ul li:nth-child(odd){
		margin-right: 2%;
	}	
	#page_top .content05 ul li a{
		margin:0;
	}
	#page_top .content05 ul li a .img {
		border-radius:0;
	}
	#page_top .content05 ul li .text {
		font-size:12px;
		bottom:0;
		width:  100%;
	}
}
/******* コンテンツ6　オフィシャルブログ *******/
#page_top .content06 {
	margin-bottom:50px;
	padding:70px 0 0;
	overflow:hidden;
}
/***タイトル背景***/
#page_top .content06 .bg {
	position:relative;	
}
#page_top .content06 .bg:before {
    content:none;
}
#page_top .content06 .bg:after {
    content:none;
}


/**一覧**/
#page_top .content06 .col_4 {
	margin-bottom:30px;
}
#page_top .content06 .col_4 .col_child {
    width: 260px;
    padding:0;
	margin-right:20px;
}
#page_top .content06 .col_4 .col_child:first-child {
    padding:0;
}
#page_top .content06 .col_4 .col_child:last-child {
    padding:0;
	margin-right:0;
}

#page_top .content06 .col_4 a {
	text-decoration:none;
}
#page_top .content06 .col_4 p.img {
	margin-bottom:5px;
    position: relative;
	padding-bottom: 76.925%;
    height: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    background: #eee;
}
#page_top .content06 .col_4 p.img img {
    max-width: 100%;
    /* max-height: 100%; */
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#page_top .content06 .col_4 a .day {
	font-size:88%;
}
#page_top .content06 .col_4 a .text {
	text-decoration: underline;
}
#page_top .content06 .col_4 a:hover .text,
#page_top .content06 .col_4 a:focus .text {
	text-decoration:none;
}
#page_top .content06 .col_4 img {
	width:auto;
	height:auto;
	max-width:100%;
}

@media screen and (max-width:760px) {
	#page_top .content06 .bg:before {
		width: 103px;
		height: 120px;
		background-size:contain;
		left: 0;
		top: -70px;
	}
	#page_top .content06 .bg:after {
		width: 103px;
		height: 120px;
		background-size:contain;
		right: 0;
		top: -70px;
		z-index: -3;
	}
	#page_top .content06 .title_01 span:before {
		width:33px;
		height:48px;
		background-size:cover;
		left:10px;
		top:-10px;
	}
	#page_top .content06 .col_4 {
		margin:0 10px 20px;
	}
	
	#page_top .content06 .col_4 .col_child:nth-child(even){
		margin-left: 2%;
	}	
}


/******* コンテンツ7　スペシャルコンテンツ *******/
#page_top .content07 {
	margin-bottom:50px;
	padding-top:30px;
}

#page_top .content07 .box01 {
	position:relative;
}
#page_top .content07 .box01 .text {
	position: absolute;
	width:358px;
	height:70px;
	left:6%;
	top:0;
	bottom:0;
	margin:auto;
}

#page_top .content07 .box02 {
	background-color:#E2E2E2;
	padding:20px;
}
#page_top .content07 .box02 .text {
	float: left;
	width:410px;
	text-align:center;
	background-color:#FFF;
}
#page_top .content07 .box02 .text img {
	display:inline-block;
	padding:53px 0;
}
#page_top .content07 .box02 .img {
	float: right;
}

@media screen and (max-width:760px) {
	#page_top .content07 .box01 .text {
		position: static;
		width:auto;
		padding: 10px 20px 10px;
		text-align:  center;
		background:#000;
		/* height:70px; */
		left:auto;
		top:auto;
		bottom:auto;
	}
	#page_top .content07 .box02 {
		padding:10px;
	}	
	#page_top .content07 .box02 .text {
		float: none;
		width:auto;
		text-align:center;
		padding:0 20px;
		background-color:#FFF;
	}
	#page_top .content07 .box02 .text img{
		padding:10px 0;
	}
}

/******* コンテンツ8　動画 *******/
#page_top .content08 {
	margin-bottom:50px;
	background:url(../img/top/content08_bg.jpg) top center no-repeat;
	background-size:cover;
	height:900px;
	display:table;
	width:100%;
}
#page_top .content08 .inner {
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
#page_top .content08 h2 {
	font-size:40px;
	color:#478A33;
	margin-bottom:20px;
}
#page_top .content08 h2 span {
	display:inline-block;
	padding:0 80px;
	padding-bottom:10px;
	background:url(../img/top/content08_title_border.jpg) left bottom repeat-x;
	text-shadow: 2px 2px 0px #FFF, -2px 2px 0px #FFF, 2px -2px 0px #FFF, -2px -2px 0px #FFF;
}
#page_top .content08 .text {
    margin-bottom: 30px;
    font-size: 113%;
    background-color: #FFF;
    width: 500px;
    display: inline-block;
    padding: 4px;
    border-radius: 15px;
    box-sizing: border-box;
}

#page_top .content08 .btn_01 a {
	display:inline-block;
	background-color:#FFF;
	margin-bottom:30px;
    -moz-box-shadow: 0px 0px 37px 3px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 37px 3px rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 0px 0px 37px 3px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 37px 3px rgba(0, 0, 0, 0.17);
}
/****/
#page_top .content08 .btn_02 a {
	display:block;
	width:300px;
	background-color:#D02121;
	border: 1px solid #D02121;
    -moz-box-shadow: 0px 0px 37px 3px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 37px 3px rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 0px 0px 37px 3px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 37px 3px rgba(0, 0, 0, 0.17);
	color:#FFF;
	margin:auto;
	border-radius:5px;
	padding:5px;
	padding-left: 26px;
	box-sizing:border-box;
	transition:all ease 0.3s;
}
#page_top .content08 .btn_02 a:before {
	content:"";
	display:block;
	width:33px;
	height: 38px;
	position:absolute;
	background:url(../img/top/content08_youtube_logo.png) no-repeat;
	transition:all ease 0.3s;
	z-index:20;
}
#page_top .content08 .btn_02 a span {
	display:inline-block;
	padding:7px 0;
	padding-left:30px;
	border-left:1px solid #FFF;
	font-size:18px;
	position:relative;
	margin-left: 15px;
	transition:all ease 0.3s;
}
#page_top .content08 .btn_02 a span:before{
	content:"";
	display:block;
	width:1px;
	height: 41px;
	position:absolute;
	background-color: #951717;
	left: -2px;
	top:0;
	bottom:0;
	margin:auto;
	z-index: 105;
	transition:all ease 0.3s;
}
/***　ホバー　***/
#page_top .content08 .btn_02 a:hover,
#page_top .content08 .btn_02 a:focus {
	background-color:#FFF;
	
}
#page_top .content08 .btn_02 a:hover:before,
#page_top .content08 .btn_02 a:focus:before {
	background: url(../img/top/content08_youtube_logo_on.png) no-repeat;
}
#page_top .content08 .btn_02 a:hover span,
#page_top .content08 .btn_02 a:focus span {
	border-left:1px solid #D02121;
	color: #D02121;
}
#page_top .content08 .btn_02 a:hover span:before,
#page_top .content08 .btn_02 a:focus span:before{
	background-color: #FFF;

}
#page_top .content08 .btn_02 a:active {
	position:relative;
	top:3px;
	-moz-box-shadow:none;
-webkit-box-shadow:none;
-ms-box-shadow:none;
box-shadow:none;
}

@media screen and (max-width:760px) {
	#page_top .content08 {
		margin-bottom:40px;
		height:450px;
	}
	#page_top .content08 h2 {
		font-size:26px;
		color:#478A33;
		text-align: center;
		margin-bottom:20px;
	}
	#page_top .content08 h2 span {
		padding:10px;
		padding-bottom:10px;
	}
	#page_top .content08 .text {
		padding:0 10px;
		text-align:left;
		font-size:100%;
		width:90%;
	}
	#page_top .content08 .btn_01 {
		padding:0 10px;
	}	
	#page_top .content08 .btn_02 {
		margin-bottom:10px;
	}		
}

/******* コンテンツ9　Instagram *******/
#page_top .content09 {
	margin-bottom:50px;
    padding-top: 30px;
}
#page_top .content09 a{
	display:block;
	width:100%;
	height:0;
	padding-bottom:100%;
	position:relative;
	overflow:hidden;
}
#page_top .content09 a img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width:inherit;
  max-width:initial; 
}
#page_top .content09 a:hover img,
#page_top .content09 a:focus img {
	opacity:0.6;
}




/******* コンテンツ10　Instagram *******/
#page_top .content10 {
	margin-bottom:0;
    padding-top:0;
}

#page_top .content10 .col_02 {
	background:url(../img/top/content10_bg.gif) left top repeat;
	border-radius:10px;
	overflow:hidden;
}
#page_top .content10 .col_02 .left_area {
	color:#FFF;
	width:320px;
	display:table;
}
#page_top .content10 .col_02 .left_area .inner {
	display:table-cell;
	vertical-align:middle;
	padding-left: 0;
	text-align: center;
}
#page_top .content10 .col_02 h3 {
	font-size:26px;
	margin-bottom:5px;
}
#page_top .content10 .col_02 p.text {

}
#page_top .content10 .col_02 .right_area {
	background-color:#FFF;
}


@media screen and (max-width:760px) {
	#page_top .content09 h2 img {
		width:150px;
		height:auto;
	}
	#page_top .content09 #no_slider div {
		width:33.3%;
		float:left;
	}
	#page_top .content10 .col_02 .left_area {
		width:40%;
		float:left;
	}
	#page_top .content10 .col_02 .left_area .inner {
		padding:10px;
		box-sizing: border-box;
		width: 100%;
	}
	#page_top .content10 .col_02 .left_area .inner h3{
		margin:0;
		padding:27px 0;
	}
	#page_top .content10 .col_02 .right_area {
		float:right;
		width:60%;
		display:block;
		overflow:hidden;
	}
	#page_top .content10 .col_02 .right_area img{
		width:auto;
		height: 100px;
	}
	#page_top .content10 .col_02 h3 {
		font-size:18px;
		margin-bottom: 0;
		text-align:center;
	}
	#page_top .content10 .col_02 p.text br{
		display:none;

	}
	#page_top .content10 .col_02 {
    margin: 0 10px;
	height: 100px;
	}
}


/******* コンテンツ11　ご案内 *******/
#page_top .content11 {
	margin-bottom:50px;
    padding-top: 30px;
}

#page_top .content11 .col3 .left,
#page_top .content11 .col3 .center,
#page_top .content11 .col3 .right {
	float:left;
	width:360px;
	margin-right:10px;
	border-radius:5px;
	height:160px;
	display:table;
	overflow:hidden;
}
#page_top .content11 .col3 .right {
	margin-right:0;
}
#page_top .content11 .col3 .right:first-child:last-child{
	width:100%;
}
#page_top .content11 .col3 .left a {
	background: url(../img/top/content11_bgimg_01.png) center 5% no-repeat , url(../img/top/content11_bg_01.png) left top repeat;
}
#page_top .content11 .col3 .center a {
	background: url(../img/top/content11_bgimg_02.png) center 5% no-repeat , url(../img/top/content11_bg_02.png) left top repeat;
}
#page_top .content11 .col3 .right a {
	background: url(../img/top/content11_bgimg_03.png) center 5% no-repeat , url(../img/top/content11_bg_03.png) left top repeat;
}
#page_top .content11 .col3 a {
	padding:10px 15px;
	display:table-cell;
	vertical-align:middle;
	margin:auto;
	text-align:center;
	color:#FFF;
}
#page_top .content11 .col3  a:hover,
#page_top .content11 .col3  a:focus {
	opacity:0.6;
}
#page_top .content11 .col3 h3 {
	font-size:22px;
	font-size:138%;
	margin-bottom:5px;
}


@media screen and (max-width:760px) {
	#page_top .content11 .col3{
		margin:0 10px;
	}
	#page_top .content11 .col3 .left,
	#page_top .content11 .col3 .center,
	#page_top .content11 .col3 .right {
		float:none;
		width:100%;
		margin:0 0 10px;
		height:100px;
	}
	#page_top .content11 .col3 .right{
		margin:0;
	}
}



/******* コンテンツ12　ご観覧時の注意事項 *******/
#page_top .content12 {
	margin-bottom:50px;
	background: url(../img/top/cation_news_bg.gif) center top repeat-y;
	background-size: contain;
	padding: 10px 0;
}
#page_top .content12 .box {
    width: 640px;
    margin: auto;
    padding: 30px 0;
    background-color: #FFDF7D;
}
#page_top .content12 .box h2 {
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
#page_top .content12 .box h2 span {
	position:relative;
	padding-left:30px;
}
#page_top .content12 .box h2 span:before {
	content:"";
	position:absolute;
	z-index:8;
	display:block;
	width:50px;
	height:45px;
	left:-45px;
	bottom:-5px;
	background:url(../img/top/content12_icon.png) no-repeat;
}

@media screen and (max-width:760px) {
	#page_top .content12 .box {
		width: auto;
		padding: 30px 10px;
	}
	#page_top .content12 .box h2 {
		font-size:20px;
	}
	#page_top .content12 .box h2 span:before {
		content:"";
		position:absolute;
		z-index:8;
		display:block;
		width:25px;
		height:23px;
		left:-30px;
		bottom:0px;
		background-size:cover;
	}
}

/******* コンテンツ13　広告掲載 *******/
#page_top .content13 ul {
	text-align:center;
	width:80%;
	margin:auto;
	margin-bottom:20px;
}
#page_top .content13 ul li {
	display:inline-block;
	vertical-align:top;
	margin:0 5px;
	margin-bottom:12px;
}

@media screen and (max-width:760px) {
	#page_top .content13 ul {
		width:auto;
		margin:0 10px 30px;
	}
	#page_top .content13 ul li {
		display:block;
		width:49%;
		margin:0 0 10px;;
		float:left;
	}
	#page_top .content13 ul li:nth-child(even) {
		margin-left:2%;
	}
	#footer {
		font-size:14px;
	}
}

/*20200210*/
#page_top .b_menu .box {
    width: 100%;
    z-index: 50;
}
#page_top .b_menu .box li{
	display: inline-block;
    margin: 0 5px;
    position: relative;
}
#page_top .b_menu ul li.one:before {
    background-image: url(../img/top/main_nav_icon_01.png);
    left: -35px;
    bottom: -5px;
}
#page_top .b_menu .box ul li a, #page_top .lang_box .box ul li a {
    display: block;
    text-align: center;
    max-width: 100%;
    padding: 15px 5px;
    color: #FFF;
    border: 1px solid rgba(0,0,0,0.1);
    background: rgba(0,0,0,0.6);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all ease 0.3s;
}
#page_top .b_menu .box ul li.one:before, #page_top .b_menu .box ul li.one:after, #page_top .b_menu .box ul li.two:before, #page_top .b_menu .box ul li.two:after, #page_top .b_menu .box ul li.three:before, #page_top .b_menu .box ul li.three:after, #page_top .b_menu .box ul li.four:before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 70;
    background-repeat: no-repeat;
}

#page_top .b_menu .box ul li.one:after {
    background-image: url(../img/top/main_nav_icon_02.png);
    left: 10px;
    top: -20px;
}
#page_top .b_menu .box ul li.two:before {
    background-image: url(../img/top/main_nav_icon_03.png);
    left: -15px;
    bottom: 3px;
}
#page_top .b_menu .box ul li.two:before {
    background-image: url(../img/top/main_nav_icon_03.png);
    left: -15px;
    bottom: 3px;
}
#page_top .b_menu .box ul li.two:after {
    background-image: url(../img/top/main_nav_icon_04.png);
    right: -30px;
    bottom: 8px;
}
#page_top .b_menu .box ul li.three:before {
    background-image: url(../img/top/main_nav_icon_05.png);
    right: 50px;
    top: -23px;
}
#page_top.b_menu .box ul li.three:after {
    background-image: url(../img/top/main_nav_icon_06.png);
    right: -30px;
    bottom: 5px;
}
#page_top #main .box ul li.one a span, #page_top #main .box ul li.two a span, #page_top #main .box ul li.three a span, #page_top .b_menu .box ul li.four a span {
    position: absolute;
    display: block;
    width: 66px;
    height: 87px;
    z-index: 78;
    top: -85px;
}
#page_top .b_menu .box ul li.four a span {
    right: 30px;
}
#page_top .b_menu .box ul li.four:before {
    background-image: url(../img/top/main_nav_icon_07.png);
    right: -25px;
    top: -15px;
}
#page_top .content11 .col3.mb,#page_top .content10.mb{
	margin-bottom:20px;
}

@media screen and (max-width:760px) {
	#page_top .b_menu .box ul li.one:before,
	#page_top .b_menu .box ul li.one:after,
	#page_top .b_menu .box ul li.two:before,
	#page_top .b_menu .box ul li.two:after,
	#page_top .b_menu .box ul li.three:before,
	#page_top .b_menu .box ul li.three:after,
	#page_top .b_menu .box ul li.four:before {
		content: none;
	}
	
	#page_top .b_menu .box ul li.four span img{
		display:none;
	}
	#page_top .b_menu .box ul li{
		margin: 0;
		display: block;
		float: left;
		width: 50%;
	}
	#page_top .b_menu .box ul li a{
		width: 100%;
		font-size: 12px;
	}
	#page_top .content11 .col3.mb, #page_top .content10.mb {
		margin-bottom: 10px;
	}
	#page_top .content11{
		padding-bottom:0;
		margin-bottom:10px;
	}
	#page_top .content06 .col_4 .col_child {
		width: 49%;
		padding: 0;
		margin: 0 0 10px;
		font-size: 12px;
	}
}
#page_top .zoobo_appearing{
	margin: 0;
	background: url(../img/top/content_zoobo_bg.gif) top right;
	background-repeat:repeat;
	border-radius: 10px;
	height:160px;
	overflow:hidden;
}
#page_top .zoobo_appearing .left{
	float: none;
	background-image:url(../img/top/top_zoobo.png);
	width:320px;
	height:160px;
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center;
}
#page_top .zoobo_appearing .right{
	float:right;
	width: 440px;
}
#page_top .right_area + .zoobo_wrap .zoobo_appearing .right{
	width:780px;
}

#page_top .zoobo_appearing .right h3{
	text-align:center;
	font-size: 26px;
	color:#fff;
	padding: 61px 0;
    box-sizing: border-box;
}
@media screen and (max-width:760px) {
	#page_top .zoobo_wrap{
		width:auto;
		float:none;
		margin:0 10px;
	}
	#page_top .zoobo_appearing{
		margin: 0;
		height:100px;
	}
	#page_top .zoobo_appearing .left{
		background-image:url(../img/top/top_zoobo.png);
		background-color:#C4E6EE;
		width:40%;
		height:100px;
		background-repeat:no-repeat;
		background-size: contain;
		background-position:center;
	}
	#page_top .zoobo_appearing .right,
	#page_top .right_area + .zoobo_wrap .zoobo_appearing .right{
		width:60%;
	}
	#page_top .zoobo_appearing .right h3{
		font-size: 17px;
		color:#fff;
		padding: 38px 0;
		box-sizing: border-box;
}
