/**
* Template Name: Mamba - v3.0.1
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

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

a:hover {
    color: #4FBB46;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    border-radius: 3px;
    /* right: 15px; */
    /* bottom: 15px; */
    right: 10px;
    bottom: 10px;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  transition:0.2s ease-in-out;
  opacity: 0.7;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 70px;
    transition: all 0.5s;
    transition: all 0.5s;
    padding: 10px 0;
    background-color: #e7f5df;/*#D7E8AC;ヘッダー背景*/
    z-index: 997;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

/* #header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} */

#header .logo h1 a, #header .logo h1 a:hover {
  color: #8c6239;/*ロゴリンク色*/
  text-decoration: none;
}

#header .logo img {
  max-width: 200px;
  margin: -5px 0 0 0;
  max-height: 50px;
}
@media (max-width: 768px) {
  #header .logo img {
  max-width: 200px;
  margin: 0;
  max-height: 60px;
}
  }
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.nav-menu a {
    color: #663300;
    padding: 12px 15px;
    transition: 0.3s;
    font-size: 16px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;*/
}
.nav-menu li:hover > a {
  color: #299920;
  text-decoration: none;
}
.nav_koumoku i{
  line-height: 23px;
  padding-right: 5px;
}

/*.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #103453;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #428bca;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
*/

.nav-menu .sns a{
  padding: 10px 0 5px 18px;
}

@media (max-width: 1200px) {
.nav-menu a {
  font-size: 14px;
}
}

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background-color: #20481F;/*ハンバーバーガーメニュー背景色*/
    transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #9eccf4;/*ハンバーガーメニューhover*/
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #5c768d;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(32,72,31,0.70);/*ハンバーガーメニュー×の背景*/
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: auto;/*アニメの高さ*/
  /*height: calc(100vh - 114px);*/
  margin-top: 30px;
  padding: 0;
  overflow: hidden;
}
#hero .top_container {
    width: 1320px;
    height: 880px;
    margin-left: auto;
    padding: 0;
    margin-right: auto;
    text-align: center;
}

@media (min-width: 961px) and (max-width: 1024px){
	#hero .top_container {
    width: 1024px;
    height: 683px;
    margin-left: auto;
    padding: 0;
    margin-right: auto;
    text-align: center;
}
}

@media (min-width: 769px) and (max-width: 960px){
	#hero .top_container {
    width: 960px;
    height: 640px;
    margin-left: auto;
    padding: 0;
    margin-right: auto;
    text-align: center;
}
}

@media (min-width: 501px) and (max-width: 768px){
	#hero .top_container {
    width: 768px;
    height: 512px;
    margin-left: auto;
    padding: 0;
    margin-right: auto;
    text-align: center;
}
}

@media (min-width: 401px) and (max-width: 500px){
	#hero .top_container {
    width: 500px;
    height: 300px;
    margin-left: auto;
    padding: 0;
    margin-right: auto;
    text-align: center;
}
}

@media (min-width: 321px) and (max-width: 400px){
	#hero .top_container {
    width: 300px !important;
    height: 200px !important;
    margin-left: auto;
    padding: 0;
    margin-right: auto;
    text-align: center;
}
}

@media (max-width: 320px){
	#hero .top_container {
    width: 300px !important;
    height: 200px !important;
    margin-left: auto;
    padding: 0;
    margin-right: auto;
    text-align: center;
}
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 10px 0;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5c768d;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f9fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
/*#footer .footer-top {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 60px 0 30px 0;
    background-image: url(../../images/footerBg768@2x.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}	*/

}

/*--------------------------------------------------------------
# お知らせ欄
--------------------------------------------------------------*/
.about {
  padding-bottom: 30px;
}

.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.pt30 {
	padding-top: 30px;
}
/* videoを親要素の幅に合わせる */
video {
  width: 80%;
  margin-top: 150px;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
/* videoを親要素の幅に合わせる */
video {
  width: 100%;
  margin-top: 20px;
	margin-bottom: 10px;
}
}

/*newsの設定*/

.news	{padding: 0px;
	background-color: #FFFFFF;
	border: solid 1px #dddddd;
	margin-bottom: 20Px;

}

.ifrm-container {
      width:100%;
      height:460px;
      overflow:auto;
      -webkit-overflow-scrolling:touch;
      display: inline-block;

    }

 .ifrm {
      width:100%;
      height:460px;
      border:none;
      display:block;
    }
/*twの設定*/

.tw	{padding: 0px;
	background-color: #FFFFFF;
	border: solid 1px #dddddd;
margin-bottom: 20Px;
}

/*concept*/
.concept	{padding: 10px;
	background-color: #FFFFFF;
	margin-bottom: 20Px;

}
.concept h3	{
    font-size: 1.3em;
    padding: 5px;
	margin: 0px;
    color: #4C8217;
}

.concept ul	{
    font-size: 1.2em;
    margin: 0px;
}
.concept .right	{
    font-size: 1em;
    padding: 5px;
    margin: 0px;
    color: #444;
    text-align: right;
}
.video-box h3	{
    font-size: 1.3em;
    padding: 5px;
	margin: 0px;
    color: #4C8217;
}
.video-box ul	{
    font-size: 1.2em;
    margin: 0px;

}


/*--------------------------------------------------------------
# Our Portfolio動物紹介
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #f4c092;/*filterの背景色*/
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(31, 53, 72, 0.6);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: #428bca;
  margin: 0 4px;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  padding-top: 7px;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 35px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: #428bca;
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #428bca !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 0 30px 0;
  margin-bottom: 30px;
  margin-right: 10px;
  margin-left: 10px;
  width: 100%;
}

.contact .info-box i {
  font-size: 20px;
  color: #fff;
  background-color: #f4c096;/*アイコンの背景色*/
  border-radius: 50%;
  padding: 8px;
  border: 2px solid #f4c096;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#footer {
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #393939;
    font-size: 14px;
}

#footer .footer-top {
    border-top: 1px solid #fff;
    padding: 60px 0 30px 0;
    background-image: url(../../images/footerBg@2x.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
	color :#299920;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info li {
    font-size: 14px;
    color : #393939;
    line-height: 1.8;
    margin-bottom: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #393939;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #8C6239;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  color: #8C6239;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #299920;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #663300;
  font-weight: 600;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #4fbb46;
 font-weight: 600;
}
.footer-info p strong a {
    color: #8C6239;
	font-weight: 600;
  transition: 0.3s;
}
.footer-info p strong a:hover  {
    color: #4FBB46;
}
@media (max-width: 992px) {
#footer .footer-top {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 60px 0 30px 0;
    background-image: url(../../images/footerBg768@2x.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
}

#footer .footer_credit {
	background-color: #ECF3DF;
  padding-bottom: 10px;
	margin: 0;
}
#footer .copyright {
  text-align: center;
  color: #8C6239;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #fff;
}


.animals_map_pc{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  margin-top: 30px;
}
.animals_map_mobile{
  display: none;
}
/*tablet*/
.animals_map_tablet{
	display: none;
}
#news{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  line-height: 1.8;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  color: #333;
 
}
.animals_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.animals_container figure{
  flex: 0 0 45%;
  margin-bottom: 50px;
}
.animals_container figcaption{
  /* font-size: 14px; */
  font-size: 15px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}

.guide_photo{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.guide_photo figure{
  flex: 0 0 45%;
  margin-bottom: 50px;
}
.guide_photo figcaption{
  font-size: 16px;
  max-width: 640px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
 
}

.houshin{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.houshin h3{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
}
.houshin p{
  font-size: 16px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  /* font-weight: 400; */
  font-weight: 500;
  line-height: 2;
  margin-bottom: 40px;
  color: #333;
}
.houshin .illustration{
  margin-bottom: 30px;
  margin-top: -20px;
  text-align: center;
}
.ticket{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.ticket table{
  width: 100%;
  border: 1px solid #4C8217;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin-bottom: 10px;
}
.ticket th{
  background-color: #e7f5df;
  border-bottom: 1px solid #4C8217;
  border-right: 1px solid #4C8217;
  color: #4C8217;
  text-align: center;
  padding: 10px;
  width: 25%;
}
.ticket td{
  border-bottom: 1px solid #4C8217;
  border-right: 1px solid #4C8217;
  text-align: center;
  padding: 20px;
  width: 25%;
}
.ticket .explane p{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  /* font-size: 13px; */
  font-size: 15px;
}
.ticket .passport h4{
  color: #4C8217;
  font-size: 20px;
  margin-top: 50px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.passport_setsumei p{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin: 0;
  line-height: 1.8;
  font-size: 15px;
}
.passport_image{
  display: flex;
  margin-bottom: 10px;
  margin-top: 20px;
}
.passport_image img{
  margin-right: 30px;
}
.passport_image p{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
}
.tejun_title{
  text-align: center;
  margin-top: 30px;
}
.tejun_title img{
  width: 40%;
}
.tejun{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.tejun figure{
  flex: 0 0 25%;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
}
.tejun figure img{
  max-width: 100%;
}
.tejun figcaption{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  text-align: justify;
  margin-top: 20px;
}
.passport_download p{
  border: 2px solid #4C8217;
  border-radius: 30px;
  padding: 5px 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  line-height: 1.3;
}
.passport_download a{
  display: block;
  text-align: center;
}
.shisetsu_map img{
  margin-bottom: 20px;
  margin-top: 30px;
}
.guide_photo{
  margin-top: 30px;
}
.guide_photo figure img{
  margin-bottom: 5px;
}
.footer_sns{
  margin-top: 20px;
  display: flex;
}
.footer_sns .sns{
  padding-right: 10px;
}
.footer-info li{
  list-style-type: none;
}
.footer-info ul{
  padding-left: 0;
}


@media(max-width:767px){
.animals_map_pc{
  display: none;
}
.animals_map_mobile{
  display: block;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 20px;
}
	/*tablet*/
	.animals_map_tablet{
		display: none;
	}
#news{
  font-size: 13px;
  width: 90%;
}
.animals_container{
  display: block;
}
.animals_container figure h3 img{
  width: 90%;
  height: auto;
}
.animals_container figcaption{
  font-size: 16px;
}
.concept{
  width: 100%;
}
.houshin{
  width: 100%;
}
.ticket{
  width: 100%;
  padding: 0 10px;
}
.passport_wrapper{
  display: block;
}
.passport_image{
  margin-left: 0;
}
.passport_download{
  margin-bottom: 30px;
}
.passport_download p{
  padding: 5px 20px;
}
.guide_photo{
  display: block;
  margin-left: 10px;
  margin-right: 10px;
	
}
.guide_photo figure h3 img{
  width: 80%;
  height: auto;
}
.tejun_title img{
  width: 100%;
}
.tejun{
  display: block;
}
.tejun figure{
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 50px;
}
.tejun figcaption{
  font-size: 16px;
}
}
/*.pulldownlist*/
.selectbox{
			  text-align: center;
		  }
	  .selectbox-002 {
    position: relative;
		 font-size: 25px;
		  margin-left: auto;
		  margin-right: auto;
		  font-family: 'M PLUS Rounded 1c', sans-serif;
         font-weight: 500;
}

.selectbox-002::before,
.selectbox-002::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-002::before {
    right: 0;
    display: inline-block;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 25px 25px 0;
    background-color: #de600f;
    content: '';
}

.selectbox-002::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}

.selectbox-002 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: 2px solid #de600f;
    border-radius: 25px;
    color: #40210f;
    font-size: 1em;
    cursor: pointer;
}

.selectbox-002 select:focus {
    outline: 1px solid #de600f;
}
		  @media(min-width:768px){
				form{
					display: none;
				}
			}
			@media(max-width:767px){
		form {
  margin-bottom: 50px;
}
h3.oneArea {
  margin-bottom: 1000px;
}
			}
      /* タブcss */
      .tab-003 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 100%;
        align-items: center;
      }
  
  
      .tab-003>label {
        flex: 1 1;
        order: -1;
        min-width: 70px;
        padding: .4em;
        background-color: #fff;
        color: #999;
        font-weight: 600;
        font-size: 1.3em;
        text-align: center;
        cursor: pointer;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        border-radius: 50px;
        border: #999 2px solid;
        margin: 20px;
        max-width: 300px;
      }
  
      .tab-003>label:hover {
        opacity: .8;
      }
  
      .tab-003 input {
        display: none;
      }
  
      .tab-003>div {
        display: none;
        width: 100%;
        /* padding: 1.5em 1em; */
        background-color: #fff;
  
      }
  
      .tab-003 label:has(:checked) {
        border: 4px solid #663300;
        color: #663300;
      }
  
      .tab-003 label:has(:checked)+div {
        display: block;
      }
      .tab-003 span{
        line-height: 3;
      }
  
      @media (max-width:767px) {

        .tab-003>label {
          font-size: 0.9rem;
          margin: 20px 5px;
        }
        .tab-003 span{
          line-height: 0;
          font-weight: 500;
        }
       
      
      }

      /* title */
      .title_wrap{
        position: relative;
      }
    .title_wrap h2 {
        background-color: #53b053;
        /* 背景色 */
        color: #fff;
        /* 文字色 */
        /* overflow: hidden; */
        padding: 10px;
        /* 余白 */
        /* position: relative; */
        height: 80px;
        top: 0;

      }

      .title_wrap h2 p {
        /* display: block; */
        position: absolute;
        /* width: 70%; */
        /* text-align: left; */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
      
      @media (max-width:767px) {
        .title_wrap  h2 p {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          transform: none;
        }
      
      }

       
      

  