/**
* 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: #222;
}

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: rgb(231,245,223,0.9);
    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 .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: 313px;
    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;
}

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

.section-title p {
  margin-bottom: 0;
	display: inline-block;
	text-align: left;
}

/*--------------------------------------------------------------
# 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;
}

/*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;
	width:100%;
	height:460px;
	background-color: #FFFFFF;
  margin-bottom: 20Px;
}

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

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.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;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.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: #555;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  margin-right: 10px;
  margin-bottom: 30px;
  width: 100%;
}

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

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

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .info-box2 {
  color: #555;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

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

.contact .info-box2 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;
}




.doubutsu_syokai_link{
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.doubutsu_syokai_link a{
  background-color: #D7E8AC;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  padding: 8px 20px 8px 20px;
  border-radius: 30px;
  color: #299920;
  font-size: 18px;
}
.doubutsu_syokai_link a:hover{
  opacity: 0.7;
}
.portfolio p{
  font-family: 'M+ Type-1 (general-j) Regular', sans-serif;
  font-weight: 500;
}

.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;
}


.banner_container{
  display: flex;
  justify-content: space-around;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.banner_container p{
  padding: 10px;
}
.banner_container img{
  max-width: 100%;
  height: auto;
}
.banner_container img:hover{
  opacity: 0.7;
}


@media (max-width: 767px){
.banner_container{
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}
.banner_container p{
  text-align: center;
}
}

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

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

        .title_wrap p {
          width: 100%;
          display: block;
          position: absolute;
          left: 0;
          top: 0;
        }
      
      }
    
