@charset "utf-8";
/* top.css */

/* メインスライド
-------------------------------------------------- */

.hero_bg {
background-image: url("../img/top/slide_bg.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
/*height: 100vh;*/
position: relative;
}
.main_logo {
max-width: 460px;
margin: 0px auto 25px;
padding-top: 135px;
display: block;
}

@media screen and (max-width: 979px) {
.main_logo {
max-width: 380px;
margin: 0px auto 25px;
padding-top: 80px;
}
}
.main_logo img {
filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
}
/*.swiper-container {
width: 100%;
height: auto;
position: relative;
padding-bottom: 40px;
}*/
.swiper_main {
width: 100%;
height: auto;
position: relative;
padding-bottom: 40px;
}
.swiper_main .swiper-slide {
width: 1000px;
aspect-ratio: 16 / 9;
padding: 10px;
background-color: #fff;
}
.swiper_main .swiper_imgbox,
.swiper_topics .news_img {
overflow: hidden;
}
.swiper-slide img {
width: 100%;
transition-duration: 0.7s;
}
.swiper_main .swiper-slide img:hover {
transform: scale(1.05);	
transition-duration: 0.7s;	
opacity: 0.9;
}
.swiper_caption {
text-align: center;
font-size: 1.4rem;
padding: 10px 0 0;
display: block;
}
.swiper_main .swiper-button-next,
.swiper_main .swiper-button-prev{
color: #fff;
top: 48%;
z-index: 100;
}
.swiper_main .swiper-button-next {
right: 23.5%;
}
.swiper_main .swiper-button-prev {
left: 23.5%;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -40px;
}

/* 重要なお知らせ
-------------------------------------------------- */

.news_box {
max-width: 980px;
margin: 20px auto 30px ;
width: 100%;
height: 46px;
display: flex;
justify-content: flex-start;
align-items: center;
z-index: 30;
background-color: #fff;
border-radius: 50px;
}

@media screen and (max-width: 979px) {
.news_box {
width: 95%;
}
}

.news_title {
font-weight: 700;
font-size: 1.4rem;
line-height: 100%;
padding-top: 2px;
white-space: nowrap;
}
.news_entitle {
padding: 3px 12px 0 10px;
font-size: 9px;
font-family: "Quicksand", sans-serif;
font-weight: 700;
white-space: nowrap;
}
.title_wrap {
display: flex;
justify-content: flex-start;
width: 220px;
margin-left: 40px;
}
.ticker {
background-color: transparent;
padding-bottom: 30px;
border: none;
max-width: 680px;
width: 100%;
padding-left: 25px;
background-image: url("../img/top/line.png");
background-repeat: no-repeat;
background-position: left center;
margin-left: 20px;
z-index: 6;
}
.news_inner {
z-index: 200;
}
.news_inner .date {
font-family: oswald, sans-serif;
font-weight: 400;
font-size: 1.2rem;
line-height: 100%;
margin-right: 20px;
letter-spacing: 0.1em;
color: red;
}
.news_inner li a {
text-decoration: none;
letter-spacing: 0.1em;
font-size: 1.3rem;
color: red;
font-weight: 700;
}
.news_inner li a:hover {
text-decoration: underline;
}
.news_article {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

/* 本日の営業時間エリア
-------------------------------------------------- */

.business_hour_box {
width: 100%;
height: 90px;
background-color: rgba(0,0,0,0.6);
}
.business_hour_box_inner {
max-width: 980px;
height: 90px;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.hour_box_left,
.hour_box_right {
display: flex;
align-items: center;
}
.business_hour_title {
font-weight: 700;
color: #fff;
font-size: 1.8rem;
letter-spacing: 0.1em;
line-height: 100%;
margin-right: 10px;
}
.business_date {
font-family: oswald, sans-serif;
font-weight: 500;
color: #fff;
font-size: 2.4rem;
letter-spacing: 0.1em;
line-height: 100%;
margin-right: 20px;
}
.business_hour {
font-family: oswald, sans-serif;
font-weight: 500;
color: #fff;
font-size: 2.8rem;
letter-spacing: 0.1em;
margin-right: 30px;
padding-left: 35px;
line-height: 100%;
background-image: url("../img/top/time_icon.svg");
background-repeat: no-repeat; 
background-size: 21px 21px;
background-position: left center; 
}
.business_linkbox {
width: 270px;
height: 35px;
background-color: #FFEF00;
border-radius: 50px;
}
.business_linkbox a {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.business_link_txt {
display: block;
text-align: center;
color: #111;
font-size: 1.3rem;
font-weight: 700;
}
.business_linkbox:hover {
background-color: #FFDC2E;
}
.business_holiday {
font-weight: 700;
color: #fff;
font-size: 1.8rem;
letter-spacing: 0.1em;
line-height: 100%;
margin-right: 10px;
}

/* 最新のお知らせ
-------------------------------------------------- */

.sec_title {
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-size: 2.8rem;
font-weight: 700;
color: #111;
letter-spacing: 0.2em;
display: block;
position: relative;
margin-bottom: 10px;
line-height: 100%;
}
.sec_title::before {
content: "";
position: absolute;
top: -45px;
left: -25px;
width: 80px;
height: 80px;
background-image:url("../img/top/circle_icon.svg");
background-repeat: no-repeat;
background-position: center center;
z-index: -1;
}
.en_title {
font-family: quicksand, sans-serif;
font-weight: 700;
font-size: 1.0rem;
color: #999;
display: block;
}
.sec_title_wrap {
display: flex;
align-items: center;
flex-direction: column;
margin-bottom: 50px;
z-index: 5;
position: relative;
}
.swiper_topics {
max-width: 1260px;
width: 100%;
padding-bottom: 50px;
margin-bottom: 40px;
}
.swiper_topics .swiper-wrapper .swiper-slide {
width: calc(33.33333% - 60px / 3);
margin-right: 30px;
}
.swiper_topics .swiper-slide:nth-child(3n) {
margin-right: 0px;
}
.swiper_topics .news_img {
aspect-ratio: 3 / 2;
overflow: hidden;
margin-bottom: 15px;
}
.swiper_topics .news_img img {
width: 100%;
}
.swiper_topics .swiper-slide img:hover {
transform: scale(1.05);	
transition-duration: 0.7s;	
opacity: 0.8;
}
.swiper_topics .date {
font-family: oswald, sans-serif;
font-weight: 400;
font-size: 1.3rem;
line-height: 100%;
margin: 0 0 10px 10px;
letter-spacing: 0.1em;
display: block;
}
.swiper_topics .topics_title {
font-size: 1.5rem;
font-weight: 700;
padding: 0 10px 0 10px;
display: block;
width: 100%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
}
.swiper_topics .swiper-button-next,
.swiper_topics .swiper-button-prev{
color: #fff;
top: 35%;
}


/* イベント情報
-------------------------------------------------- */

.sec_event {
background-color: #F5F4F2;
padding: 110px 0 100px;
}
.swiper-wrapper {
display: flex;
align-items:stretch;
}
.event_box {
background-color: #fff;
padding-bottom: 20px;
position: relative;
display: flex;
flex-direction: column;
}
.event_box .event_title {
font-size: 1.5rem;
font-weight: 700;
padding: 0 20px 0px 20px;
margin-bottom: 10px;
display: block;
width: 100%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
height: 50px;
}
.event_box .event_txt {
width: 100%;
font-size: 1.3rem;
line-height: 180%;
padding: 0px 20px 0px 20px;
margin-bottom: 50px;
display: block;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
}
.upload_date {
font-family: oswald, sans-serif;
font-weight: 400;
color: #222;
font-size: 1.2rem;
padding-left: 22px;
background-image: url("../img/top/time_small_icon.svg");
background-repeat: no-repeat;
background-position: left center;
position: absolute;
bottom: 10px;
right: 15px;
}

/* 総合案内
-------------------------------------------------- */

.service_box_wrap {
margin-top: 50px;
}
.servise_list {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.servise_list li {
position: relative;
width: calc(50% - 30px / 2);
height: 350px;
margin: 0 30px 30px 0;
}
.servise_list li a {
display: block;
position: absolute;
overflow: hidden;
width: 100%;
height: 350px;
}
.servise_list li:nth-child(2n) {
margin-right: 0px;
}
.servise_list li a:before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #000;
opacity: .3;
z-index: 5;
transition: opacity .3s ease;
}
.service_txtbox {
position: absolute;
left: 30px;
top: 35%;
z-index: 5;
}
.cmn-ttl_wht {
font-size: 1.6rem;
position: relative;
padding: 0 0 0 34px;
font-family: quicksand, sans-serif;
font-weight: 700;
font-style: italic;
color: #fff;
}
.cmn-ttl_wht::before {
content: "";
position: absolute;
top: 6px;
left: 0;
width: 30px;
height: 1px;
background: #fff;
}
.service_jp_title {
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-size: 2.0em;
color: #fff;
letter-spacing: 0.3em;
line-height: 100%;
margin: 10px 0 20px;
display: block;
}
.service_en_title {
font-family: quicksand, sans-serif;
font-weight: 700;
font-size: 1.0em;
color: #fff;
letter-spacing: 0.1em;
line-height: 100%;
margin-left: 5px;
display: block;
}
.service_imgbox {
z-index: 10;
}
.servise_list a img {
transition-duration: 0.7s;	
}
.fit_img {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
width: 100%;
height: 100%;
object-fit: cover;
background-position: center center;
background-size: cover;
z-index: 1;
}
.servise_list li a:hover .service_imgbox img{    
transform: scale(1.05);
transition-duration: 0.7s;	
}


/* 動物紹介
-------------------------------------------------- */

.animal_book_wrap {
display: flex;
flex-wrap: wrap;
margin-bottom: 30px;
}
.animal_book_imgbox {
width: 50%;
height: auto;
}
.animal_book_txtbox {
width: 50%;
background-color:#F5F4F2;
}
.animal_book_txtbox_inner {
padding: 55px 20px 0 40px;
}
.animal_book_txtbox h4 {
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-size: 2.4rem;
letter-spacing: 0.2em;
color: #111;
line-height: 100%;
}
.animal_en_title {
font-family: quicksand, sans-serif;
font-weight: 700;
font-size: 1.2rem;
color: #999;
line-height: 100%;
margin-left: 5px;
letter-spacing: 0;
}
.animal_book_title_wrap {
display: flex;
align-items: flex-end;
margin-bottom: 30px;
}
.animal_book_copy {
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-size: 2.8rem;
letter-spacing: 0.15em;
display: block;
margin-bottom: 50px;
line-height: 150%;
}
.btn_left {
justify-content: flex-start;
}
.servise_list li .txt_center {
width: 100%;
text-align: center;
position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
top: 35%;
}
.txt_center .animal_icon {
width: auto;
height: 50px;
display: block;
margin-bottom: 10px;
}


/* 動物動画
-------------------------------------------------- */

/*jquery.modal.css*/

.blocker, .modal {
  box-sizing: border-box
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
  text-align: center
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.05em
}
.blocker.behind {
  background-color: transparent
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s
}
@-webkit-keyframes sk-stretchdelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(.5)
  }
  20% {
    -webkit-transform: scaleY(1)
  }
}
@keyframes sk-stretchdelay {
  0%, 100%, 40% {
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5)
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1)
  }
}

/* 動画セクション*/
.sec_movie {
position: relative;
}
.animal_pv_wrap {
position: relative;
width: 100%;
padding-top: 33.7%;
margin-top: 50px;
z-index: -1;
}
.animal_pv_wrap::after {
content: "";
position: absolute;
background-image: url("../img/top/bg_bullet.png");
opacity: 0.4;
background-repeat: repeat;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 10;
}
.movie_pvbox {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.movie_inner {
max-width: 1150px;
background-color: #fff;
margin: -90px auto 0;
z-index: 100;
}
.movie_inner h5 {
font-family: fot-tsukuardgothic-std, sans-serif;
font-size: 2.8rem;
font-weight: 700;
letter-spacing: 0.2em;
padding: 50px 0 20px 80px;
}
.movie_txt {
font-size: 1.5rem;
line-height: 200%;
padding: 0 50px 0 80px;
margin-bottom: 70px;
}
.movie_wrap_box {
 width: 100%;
 display: flex;
 flex-wrap: wrap;
	margin-bottom: 50px;
}
.movie_box:hover {
 opacity: 0.8;
}
.movie_title {
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-size: 1.5rem;
text-align: center;
margin-top: 10px;
}
.movie_box {
 width: calc(50% - 40px / 2);
 margin-right: 40px;
 margin-bottom: 50px;
}
.movie_box:nth-child(2n) {
 margin-right: 0;
}


/* youtube video */
.vdo-unit {
width: 100%;
margin-right: 20px;
}

.vdo-base {
margin-bottom: 15px;
position: relative;
}
.modal-open {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 6;
}
.vdo-body {
max-width: 100%;
height: auto;
padding-bottom: 56.25%;
position: relative;
overflow: hidden;
}
.vdo-body iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}

/* modal */

.blocker {
z-index: 11;
}
.modal {
background-color: #242424;
border-radius: 4px;
max-width: 1200px;
padding: 10px;
color: #fff;
}
.modal-window .vdo-txt {
 margin-left: 2%;
}
.modal-window .vdo-txt .txt-ttl {
	margin-bottom: 6px;
}
.modal-window .vdo-txt .txt-txt {
margin-bottom: .4rem;
font-size: 1.3rem;
}
.modal a.close-modal {
background-color: #000;
border: 2px solid #242424;
border-radius: 50%;
display: block;
width: 26px;
height: 26px;
padding: 30px 30px 0 0;
overflow: hidden;
position: absolute;
top: -13px;
right: -13px;
}
.modal a.close-modal:hover {
background-color: #424242;
}
.modal a.close-modal::before,
.modal a.close-modal::after {
background-color: #999;
content: '';
display: block;
width: 2px;
height: 24px;
margin-left: -1px;
position: absolute;
top: 3px;
left: 50%;
}
.modal a.close-modal::before {
transform: rotate(-45deg);
}
.modal a.close-modal::after {
transform: rotate(45deg);
}


/* タブレット*/
@media screen and (max-width: 820px) {

/* メインスライド
-------------------------------------------------- */

.swiper_main .swiper-button-next,
.swiper_main .swiper-button-prev{
top: 40%;
}
.swiper_main .swiper-button-next {
right: 22%;
}
.swiper_main .swiper-button-prev {
left: 22%;
}

/* 重要なお知らせ
-------------------------------------------------- */

.news_box {
height: 90px;
padding: 20px 0;
flex-direction: column;
align-items: flex-start;
}
.ticker {
background-image: none;
padding-left: 0px;
margin-left: 40px;
}

/* 本日の営業時間エリア
-------------------------------------------------- */

.business_hour_box {
width: 100%;
height:110px;
background-color: rgba(0,0,0,0.6);
}
.business_hour_box_inner {
flex-direction: column;
}
.hour_box_left {
margin: 20px 0 15px;
}
.business_hour_title {
font-size: 1.6rem;
margin-right: 10px;
}
.business_date {
font-size: 2.0rem;
margin-right: 0px;
}
.business_hour {
font-size: 2.0rem;
margin-right: 20px;
padding-left: 30px;
background-size: 20px 20px;
}
.business_linkbox {
width: 270px;
height: 35px;
background-color: #FFEF00;
border-radius: 50px;
}
.business_link_txt {
font-size: 1.2rem;
}

/* 総合案内
-------------------------------------------------- */

.sec_general_info .box_m {
padding: 0 20px;
}
.servise_list li {
position: relative;
width: calc(50% - 20px / 2);
height: 320px;
margin: 0 20px 20px 0;
}
.servise_list li a {
height: 320px;
}

/* 動物紹介
-------------------------------------------------- */
.sec_animal .box_m {
padding: 0 20px;
}
.animal_book_wrap {
margin-bottom: 20px;
}
.animal_book_imgbox {
width: 100%;
height: auto;
}
.animal_book_txtbox {
width: 100%;
}
.animal_book_txtbox_inner {
padding: 25px 20px 40px 40px;
}
.animal_book_txtbox h4 {
font-size: 2.4rem;
}
.animal_book_copy {
font-size: 2.6rem;
}

.servise_list li .txt_center {
top: 25%;
}
.servise_list li .txt_center .service_jp_title {
font-size: 2.0rem;
}
.txt_center .animal_icon {
height: 40px;
margin-bottom: 20px;
}


/* 動物動画
-------------------------------------------------- */

.movie_inner {
margin: 0px auto 0;
}
.movie_inner h5 {
font-size: 2.0rem;
padding: 20px 30px;
}
.movie_txt {
font-size: 1.4rem;
padding: 0 30px;
margin-bottom: 50px;
}
.movie_wrap_box {
padding: 0 20px;
	margin-bottom: 30px;
}
.movie_title {
font-size: 1.4rem;
}
.movie_box {
 width: calc(50% - 40px / 2);
 margin-right: 20px;
 margin-bottom: 20px;
}
}




/*-------------------------------------------------
スマートフォン
-------------------------------------------------*/

@media all and (max-width : 767px ){

.main_logo {
max-width: 260px;
margin: 0px auto 15px;
padding-top: 75px;
}
.swiper_main {
width: 95%;
margin: 0 auto;
height: auto;
position: relative;
padding-bottom: 70px;
}
.swiper_main .swiper-slide {
padding: 0px;
}
.swiper_caption {
font-size: 1.2rem;
padding: 5px 0px 8px;
background-color: #fff;
}
.swiper_main .swiper-button-next,
.swiper_main .swiper-button-prev{
top: 40%;
}
.swiper_main .swiper-button-next {
right: 4%;
}
.swiper_main .swiper-button-prev {
left: 4%;
}


/* 重要なお知らせ
-------------------------------------------------- */

.news_box {
height: 120px;
margin: 10px auto 30px ;
padding: 20px 0 0;
flex-direction: column;
align-items: flex-start;
border-radius: 10px;
}
.news_title {
font-size: 1.2rem;
}
.title_wrap {
margin-left: 20px;
margin-bottom: 10px;
}
.ticker {
width: 90%;
padding: 0 20px 50px 0px;
margin-left: 20px;
}
.news_inner .date {
font-size: 1.1rem;
}
.news_inner li a {
font-size: 1.2rem;
}

/* 本日の営業時間エリア
-------------------------------------------------- */

.business_hour_box {
height: 105px;
}
.business_hour_box_inner {
flex-direction: column;
}
.hour_box_left{
margin-bottom: 15px;
}
.business_hour_title {
font-size: 1.3rem;
margin-right: 10px;
}
.business_date {
font-size: 1.4rem;
margin-right: 0px;
}
.business_hour {
font-size: 1.6rem;
margin-right: 20px;
padding-left: 30px;
padding: 5px 0 5px 25px;
background-size: 18px 18px;
}
.business_linkbox {
width: 220px;
height: 30px;
}
.business_link_txt {
font-size: 1.0rem;
}
.business_holiday {
font-size: 1.3rem;
}

/* 最新のお知らせ
-------------------------------------------------- */

.sec_title {
font-size: 1.6rem;
margin-bottom: 10px;
}
.sec_title::before {
top: -18px;
left: -15px;
width: 35px;
height: 35px;
background-image:url("../img/top/circle_icon_sp.svg");
}
.en_title {
font-size: 0.9rem;
}
.sec_title_wrap {
margin-bottom: 30px;
}
.swiper_topics {
width: 95%;
margin: 0 auto 40px;;
padding-bottom: 40px;
}
.swiper_topics .swiper-wrapper .swiper-slide {
width: 100%;
margin-right: 0px;
}
.swiper_topics .date {
font-size: 1.1rem;
}
.swiper_topics .topics_title {
font-size: 1.2rem;
padding: 0 10px 0 10px;
}

/* イベント情報
-------------------------------------------------- */

.sec_event {
padding: 50px 0 50px;
}
.event_box .event_title {
font-size: 1.3rem;
padding: 0 20px 0px 20px;
margin-bottom: 10px;
height: 40px;
}
.event_box .event_txt {
font-size: 1.2rem;
padding: 0px 20px 0px 20px;
margin-bottom: 50px;
display: block;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
}
.sec_event .swiper_topics .swiper-button-next,
.sec_event .swiper_topics .swiper-button-prev{
top: 26%;
}


/* 総合案内
-------------------------------------------------- */

.servise_list {
flex-direction: column;
}
.servise_list li {
width: 100%;
height: 250px;
margin: 0 0px 1px 0;
}
.servise_list li a {
height: 250px;
}
.cmn-ttl_wht {
font-size: 1.4rem;
padding: 0 0 0 22px;
}
.cmn-ttl_wht::before {
width: 20px;
}
.service_jp_title {
font-size: 1.6em;
letter-spacing: 0.2em;
margin: 5px 0 10px;
}
.service_en_title {
font-size: 1.0em;
margin-left: 5px;
}



/* 動物紹介
-------------------------------------------------- */

.animal_book_txtbox_inner {
padding: 20px 20px 30px 20px;
}
.animal_book_txtbox h4 {
font-size: 1.6rem;
letter-spacing: 0.2em;
}
.animal_en_title {
font-size: 1.0rem;
}
.animal_book_title_wrap {
margin-bottom: 20px;
}
.animal_book_copy {
font-size: 1.8rem;
margin-bottom: 40px;
}
.servise_list li .txt_center {
top: 25%;
}


/* 動物動画
-------------------------------------------------- */

.movie_inner {
margin: 0px auto 0;
}
.movie_inner h5 {
font-size: 1.6rem;
letter-spacing: 0.1em;
padding: 20px 20px 15px;
}
.movie_txt {
font-size: 1.2rem;
padding: 0 20px;
margin-bottom: 50px;
}
.movie_wrap_box {
padding: 0 20px;
	margin-bottom: 30px;
}
.movie_title {
font-size: 1.3rem;
}
.movie_box {
 width: 100%;
 margin-right: 0px;
 margin-bottom: 20px;
}
.movie_box:nth-child(n+3) {
display: none;
}



}
