@charset "utf-8";
*{
    padding: 0;
	margin: 0;
}
img{
    max-width: 100%;
    height: auto;
}
body{
    width: 100%;
    margin: 0 auto;
    /*background: #FFFDF5;*/
    background-image: url("../img/site_bg.png");
    background-repeat: repeat;
}
p a{
    text-decoration: none;
    color: #fff;
}
                    /*header*/
header{
    background: #8FBF87;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 5;
}
header nav ul{
    display: flex;
    justify-content: center;
    list-style: none;
}
header nav ul a{
    text-decoration: none;
    color: #FFFFEB;
}
header nav ul li{
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 30px;
}
.header_hidden{
    color: #8FBF87;
}
.logo{
    margin: auto;
    display: block;
    padding-top: 10px;
    padding-bottom: 30px;
}
.navIcon{
    text-align: center;
}
.nav .nav_list li a:hover{
    color: #FF7F7F;
    font-size: 1.2em;
}
.nav .nav_list a img{
    margin: 0 30px;
}
.nav .nav_list a img:hover{
    transform: scale(1.2);
}


                    /*main*/



main{
    margin: auto 160px;
    padding-top: 200px;
}

h2{
    text-align: center;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4em;
    color: transparent;
    background: linear-gradient(to right, orange 50%, #000 50%) 100%;
    background-clip: text;
    background-size: 200% 100%;
    transition: background-position 0.3s;
}
h2:not(.slogan):hover{
    background-position: 0 100%;
}
.sub_title{
    text-align: center;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    padding-bottom: 100px;
}
.animal_layout{
    display: flex;
    flex-wrap: wrap;
}
.syougarago{
    margin-right: 40px;
    margin-left: 40px;
}
.animal_title{
    text-align: center;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6em;
}
.viewmore{
    display: block;
    margin: 80px auto;
    background-color: #FF7F7F;
    color: #fff;
    padding: 5px 20px;
    font-family: "Martel", serif;
    font-weight: 400;
    font-style: normal;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 3);
    width: 7%;
    text-align: center;
}
.viewmore:active{
    position: relative;
	top: 2px;
	box-shadow: none;
}
.ez_map{
    text-align: center;
}


                    /*news*/
/*.news{
    padding-top: 200px;
}
.news_sub{
    padding-bottom: 100px;
}
.bg_news{
    background-image: url("../img/gabyoutuki_frame.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 0;
    padding-top: calc(675 / 1300 * 100%);
    position: relative;
}
.news_content{
    position: absolute;
    width: 50%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
/*レスポンシブの時は解除する*/
/*
.news_content ul li div{
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
}
.news_content ul li{
    list-style-type: none;
    display: flex;
    padding:15px;
    border-bottom:1px solid #000;
}
.news_content ul li a{
    text-decoration: none;
    color: #000;
}
.news_content div{
    text-align: center;
}
.label{
  background-color: #0000ff;
  border-radius:3px;
  color:#fff;
  padding:2px 5px;
  margin:0 20px;
}


                    /*EVENTのcss*/
.event{
    margin-top: 300px;
}

.event_layout{
    display: flex;
    justify-content: space-around;
}
.event_title{
    text-align: center;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6em;
    padding-top: 20px;
}
.event_more{
    text-align: center;
    margin: 80px auto;
    background-color: #FF7F7F;
    color: #fff;
    font-family: "Martel", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    padding: 5px 20px;
    width: 7%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 3);
}
.event_more:active{
	position: relative;
	top: 2px;
	box-shadow: none;
}

                    /*index MAP&MODAL*/
.map_title{
    margin-top: 300px;
}


                    /*動物園モットーcss*/


.motto{
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4em;
    text-align: center;
    margin-bottom: 300px;
    /*-webkit-text-stroke: 3px #FF7F7F;*/
}
.slogan{
    font-size: 2.5em;
    text-align: start;
}
.slogan::before{
    display: inline-block;
    margin: 0 3px 0 8px;
    width: 20px;
    height: 20px;
    content: '';
    border-radius: 100%;
    background:#FF7F7F;
}
.motto_bun{
    font-family: "Kantumruy Pro", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.7em;
    padding-bottom: 50px;
}
.motto_bun span{
    background:linear-gradient(transparent 60%, #FF7F7F 60%);
}
.bun1 span{
    background:linear-gradient(transparent 60%, #8FBF87 60%);
}
.bun2 span{
    background:linear-gradient(transparent 60%, #FFE066 60%);
}
.last_motto{
    text-align: end;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5em;
    padding-bottom: 100px;
}
.last_motto span{
    color: #FF7F7F;
}


                    /*グッズ CSS*/


#ranking_h2{
    border-top: 1px solid #d9d9d9;
    margin-top: 200px;
    margin-bottom: 100px;
}
.merchandise_ranking{
    display: flex;
    flex-wrap: wrap;
}
.merchandise_ranking figure:nth-child(2),.merchandise_ranking figure:nth-child(5){
    margin-right: 40px;
    margin-left: 40px;
}
.merchandise_ranking figure:nth-child(n+4){
    padding-top: 100px;
    padding-bottom: 200px;
}
.merchandise_ranking figcaption{
    text-align: center;
    font-size: 1.3em;
}
.merchandise_ranking p{
    text-align: end;
    font-size: 1.2em;
}
.merchandise_ranking figcaption,.merchandise_ranking p{
    font-family: "Kantumruy Pro", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
#others_h2{
    border-top: 1px solid #d9d9d9;
    margin-top: 200px;
    margin-bottom: 100px;
}
.merchandise_others{
    display: flex;
    flex-wrap: wrap;
}
.merchandise_others figure:nth-child(2),.merchandise_others figure:nth-child(5),.merchandise_others figure:nth-child(8){
    margin-right: 40px;
    margin-left: 40px;
}
.merchandise_others figcaption{
    text-align: center;
    font-size: 1.3em;
}
.merchandise_others p{
    text-align: end;
    font-size: 1.2em;
}
.merchandise_others figure:nth-child(n+4){
    padding-top: 100px;
}
.merchandise_others figure:nth-child(n+7){
    padding-bottom: 200px;
}



                    /*アクセス　CSS*/


.access_title{
    text-align: center;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5em;
    padding-top: 20px;
}
.access_sub_title{
    text-align: center;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
}
.map{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}
.map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map_more{
    text-align: end;
}
.map_more a{
    color: #8FBF87;
}
.access_detail{
    border-top: 1px solid #d9d9d9;
}
.access_ez{
    text-align: center;
}
.access_ez figcaption{
    font-size: 1.5em;
    border-top: 2px solid #d9d9d9;
    margin-top: 100px;
    margin-bottom: 100px;
}



                    /*お問い合わせ CSS*/


.contact_title{
    text-align: center;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5em;
    padding-top: 20px;
}
.contact_sub{
    text-align: center;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
}
.contact{
    display: flex;
    justify-content: center;
    padding-top: 100px;
    margin-bottom: 100px;
}
.contact_bun{
    text-align: left;
    border-bottom: 3px solid #d9d9d9;
}
form{
    max-width: 600px;
    margin: 0 auto;
}
table{
    display: flex;
    justify-content: center;
}
form table tr th,form table tr td{
    text-align: left;
    padding-top: 20px;
}
table th span{
	color: #ff0000;
}
input{
    font-size: 1.3em;
}
input:not(.pii_width){
    width: 100%;
    height: 48px;
}
select{
    width: 100%;
    height: 48px;
}
input,textarea{
    box-sizing: border-box;
}
textarea{
    width: 100%;
    height: 500px;
}
.pii{
    display: flex;
    justify-content: center;
}
.submit{
    text-align: center;
}
.submit input{
    -webkit-appearance: none;
    background-color: #FF7F7F;
    color: #fff;
    border: none;
    width: 50%;
    margin-top: 30px;
    margin-bottom: 100px;
    cursor: pointer;
}


                    /*EVENT CSS*/



.title_event{
    text-align: center;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5em;
    padding-top: 20px;
}
.event_sub{
    text-align: center;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
}
.event_contents{
    display: flex;
    flex-wrap: wrap;
}
.seminar{
    margin-right: 40px;
    margin-left: 40px;
}
.event_past{
    width: 12%;
    text-align: center;
}
.event_contents figure:nth-child(1),.event_contents figure:nth-child(2),.event_contents figure:nth-child(3){
    padding-top: 200px;
}
.event_contents figure:nth-child(n+4){
    padding-top: 150px;
}
.event_contents figure figcaption{
    text-align: center;
}
.event_contents figure p,.event_contents figure figcaption{
    background-color: #FFF5CE;
    padding-bottom: 30px;
}
.event_contents figure p{
    font-size: 1.1em;
}
.event_contents figure figcaption{
    font-size: 1.3em;
}


                    /*動物紹介ページ CSS*/



.animals_title{
    text-align: center;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5em;
    margin-top: 20px;
}
.animals_sub{
    text-align: center;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
}
.animals_page{
    display: flex;
    flex-wrap: wrap;
    padding-top: 200px;
}
.animals_page figure:nth-child(2),.animals_page figure:nth-child(5),.animals_page figure:nth-child(8),.animals_page figure:nth-child(11),.animals_page figure:nth-child(14){
    padding-right: 40px;
    padding-left: 40px;
}
.animals_page figure:nth-child(n+4){
    padding-top: 80px;
}
.animal_map{
    padding-top: 200px;
    padding-bottom: 100px;
}
.animal_map figcaption{
    text-align: center; 
    font-size: 2em;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
}
.animal_map .map_img{
    display: flex;
    justify-content: center;
}
.animals_page figure a{
    text-decoration: none;
    color: #232323;
}
.animals_img{
    overflow:hidden;
}
.animals_img img{
    transition:1s all;
    border-radius: 50px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5), inset 0px -5px 8px -2px rgba(0, 0, 0, 0.3);
}
.animals_img img:hover{
    transform: scale(1.2,1.2);
    transition: 0.9s all;
}
.animals_page figcaption{
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3em;
}


                    /*マヌルネコ CSS*/



.animals_detail_title{
    text-align: center;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5em;
    padding-top: 20px;
}
.animals_name{
    text-align: center;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
}
.animal_about,.animal_funfact{
    text-align: center;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
    padding-top: 20px;
}


                    /*テーブル*/



.table_layout{
    display: flex;
    justify-content: center;
    padding-top: 200px;
}
.animal_about{
    padding-top: 100px;
}
.animal_funfact{
    padding-top: 100px;
}
.table_one{
    background-color: #FFE066;
    font-size: 1.3em;
    text-align: center;
}
.table_two{
    background-color: #FFF5CE;
    width: 80%;
    font-size: 1.3em;
}
.table_one,.table_two{
    padding: 10px 0;
}                   


                    /*バナーレイアウト*/



aside{
    display: flex;
    justify-content: center;
    margin: 100px;
}
aside img{
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
	top: 0;
}
aside img:hover{
    top: -10px;
	transition: 0.3s;
}


                    /*TOPへ戻るボタン*/



.top-button{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FFE066;
}
.yajirushi::before,.yajirushi::after{
  content: "";
  width: 25px;
  height: 6px;
  background-color: snow;
  position: absolute;
  border-radius: 3px;
}
.yajirushi::before{
  transform: translate(25px, 25px) rotate(45deg);
}
.yajirushi::after{
  transform: translate(10px, 25px) rotate(-45deg);
}
.move-page-top{
  position: fixed;
  right: 20px;
  bottom: -120px;
  animation: progress linear;
  animation-timeline: scroll();
  transition: bottom 1s ease;
  z-index: 2;
}
@keyframes progress{
  0% {
    bottom: -120px;
  }
  18% {
    bottom: -120px;
  }
  19% {
    bottom: 0px;
  }
  20% {
    bottom: 20px;
  }
  100% {
    bottom: 20px;
  }
}


                    /*footer*/



footer{
    background: #8FBF87;
}
footer p{
    text-align: center;
}
.footer_logo{
    display:block;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px;
}

.zoo_title{
    font-family: "Kantumruy Pro", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 5em;
}
.zoo_access{
    font-family: "Kantumruy Pro", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 2em;
}
.zoo_mail{
    font-family: "Kantumruy Pro", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 2em;
}
footer nav ul li a{
    text-decoration: none;
    color: #fff;
}
footer nav ul{
    list-style-type: none;
    display: flex;
    justify-content: center;
}
footer nav ul li{
    margin: 40px 20px;
}
.announce{
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:"wdth" 100;
}
.announce:last-child{
    font-size: 1.2em;
    padding-bottom: 100px;
}


                    /*js*/
/* Slickスライダーのコンテナのスタイル */
.slick-slider{
    width: 600px;
    margin: 0 auto;
    background-color: #FF7F7F;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
    /* 各スライドのスタイル */
.slick-slide{
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #333;
}



                    /*メディアクエリ　スマホcss*/
@media only screen and (max-width: 767px){
    body{
        max-width: 100%;
    }
    main{
        margin: auto 80px;
    }
    .slick-slider{
        width: 100%;
        height: auto;
    }
    .nav{
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 320px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #8FBF87;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
      }
    .hamburger{
    position: absolute;
    right: 15px;
    top: 8px;
    width: 50px; /* クリックしやすい幅 */
    height: 50px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
      }
    .nav_list{
    margin: 0;
    padding: 0;
    display: block;
      }
    .nav_item{
    text-align: center;
    padding: 0 14px;
      }
    .nav_item a{
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    color: #fff;
    font-size: 1em;
      }
    .nav_item a:hover{
    background-color: #eee;
      }
    .nav_item img{
    padding-top: 10px;
    width: 15%;
    height: auto;
        }
    .hamburger_border{
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
      }
    .hamburger_border_top{
    top: 14px;
      }
    .hamburger_border_center{
    top: 20px;
      }
    .hamburger_border_bottom{
    top: 26px;
      }
    .black_bg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
      }
    /* 表示された時用のCSS */
    .nav-open .nav{
    right: 0;
      }
    .nav-open .black_bg{
    opacity: .8;
    visibility: visible;
      }
    .nav-open .hamburger_border_top{
    transform: rotate(45deg);
    top: 20px;
      }
    .nav-open .hamburger_border_center{
    width: 0;
    left: 50%;
      }
    .nav-open .hamburger_border_bottom{
    transform: rotate(-45deg);
    top: 20px;
      }
    .animals_title{
        font-size: 2.5em;
    }
    .sub_title{
        font-size: 1em;
    }
    .animal_layout{
        display: inline-block;
    }
    .animal_layout figure img{
        width: 100%;
        height: auto;
    }
    .syougarago{
        box-sizing: border-box;
        margin: 0;
    }
    /*.animal_layout_img{
    }*/
    .animal_layout figure figcaption{
        font-size: 1em;
    }
    .viewmore{
        width: auto;
        margin-top: 50px;
    }
    .viewmore a{
        font-size: 0.5em;
        text-align: center;
    }
    .event{
        font-size: 2.5em;
    }
    .event_title{
        font-size: 1em;
    }
    .event_layout{
        display: block;
    }
    .event_more{
        width: auto;
        margin: 0 auto;
        text-align: center;
        margin-top: 50px;
        font-size: 0.5em;
    }
    .ez_map{
        padding-bottom: 200px;
    }
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.9);
        align-items: center;
        justify-content: center;
        animation: modalFadeIn 0.3s;
}
        .modal img {
        max-width: 90%;  /* 画像の最大幅を親要素(modal)の90%に制限し、画面内に収まるようにする */
        max-height: 100vh;  /* 画像の最大高さをビューポートの高さ(100vh)に制限し、画面内に収まるようにする  */
        object-fit: contain;  /* 画像の比率を保持しつつ、指定された高さと幅に収める */
        }

        .clickable-image:hover {
        cursor: zoom-in;  /* ホバー時にカーソルをズームインのアイコンに変更 */
        }

        .modal img:hover {
        cursor: zoom-out;  /* モーダル内の画像にホバー時にカーソルをズームアウトのアイコンに変更 */
        }

        @keyframes modalFadeIn{
        from { opacity: 0; }
        to { opacity: 1; }
        }

        @keyframes modalFadeOut{
        from { opacity: 1; }
        to { opacity: 0; }
        }
    .motto{
        font-size: 1.5em;
    }
    .slogan{
        font-size: 1.5em;
    }
    .motto_bun{
        font-size: 1.2em;
        line-height: 1.8;
        letter-spacing: 2px;
    }
    .last_motto{
        text-align: left;
        font-size: 2em;
    }
    #ranking_h2{
        font-size: 1.5em;
    }
    .merchandise_ranking{
        display: block;
    }
    .merchandise_ranking figure:nth-child(2),.merchandise_ranking figure:nth-child(5){
        margin: 0;
    }
    .merchandise_ranking figure:nth-child(n+4){
        padding-top: 0;
        padding-bottom: 50px;
    }
    .merchandise_ranking figure:nth-child(1),.merchandise_ranking figure:nth-child(2),.merchandise_ranking figure:nth-child(3){
        padding-bottom: 50px;
    }
    .merchandise_others figure:nth-child(2),.merchandise_others figure:nth-child(5),.merchandise_others figure:nth-child(8){
        margin: 0;
    }
    .merchandise_others figure:nth-child(n+1){
        padding-bottom: 50px;
    }
    .merchandise_others figure:nth-child(n+4){
        padding-top: 0;
    }
    #others_h2{
        font-size: 1.7em;
    }
    .title_event{
        font-size: 2.5em;
    }
    .event_sub{
        font-size: 1.5em;
        padding-bottom: 100px;
    }
    .event_contents figure:nth-child(1),.event_contents figure:nth-child(2),.event_contents figure:nth-child(3){
        padding-top: 0;
    }
    .event_contents figure:nth-child(n+4){
        padding-top: 0;
    }
    .event_contents figure{
        padding-bottom: 50px;
    }
    .seminar{
        margin: 0;
    }
    .animals_page{
        display: block;
    }
    .animals_page figure:nth-child(2),.animals_page figure:nth-child(5),.animals_page figure:nth-child(8),.animals_page figure:nth-child(11),.animals_page figure:nth-child(14){
        padding-right: 0;
        padding-left: 0;
    }
    .animals_page figure:nth-child(2),.animals_page figure:nth-child(3){
        padding-top: 80px;
    }
    .access_title{
        font-size: 2.5em;
    }
    .access_sub_title{
        font-size: 1.5em;
        padding-bottom: 100px;
    }
    .access_ez figcaption{
        font-size: 1.2em;
    }
    .map_more{
        padding-top: 10px;
    }
    .contact_title{
        font-size: 2.5em;
    }    
    .contact_sub{
        font-size: 1.5em;
    }
    form{
        text-align: center;
    }
    form table input{
        text-align: left;
    }
    form table tr th,form table tr td{
    text-align: left;
    padding-top: 20px;
    font-size: 0.8em;
    }
    textarea input{
    font-size: 1em;
    }
    textarea{
    height: 300px;
    }
    input:not(.pii_width){
        width: 100%;
        height: 48px;
    }
    select{
        width: 100%;
        height: 48px;
    }
    .animals_detail_title{
        font-size: 2.5em;
    }
    .animals_name{
        font-size: 1.5em;
    }
    .animal_about,.animal_funfact{
        font-size: 2.5em;
    }
    .animals_bun{
        line-height: 1.8;
        letter-spacing: 2px;
    }
    .table_one,.table_two{
        font-size: 1em;
    }
    .event_more{
        margin-bottom: 100px;
    }
    aside{
        display: block;
        margin: 0 auto;
        padding-bottom: 50px;
        padding-right: 10px;
    }
    aside img{
        width: 100%;
        height: auto;
    }
    .zoo_title{
        font-size: 1.5em;
        padding-top: 20px;
    }
    .zoo_access{
        font-size: 1em;
        padding: 10px 0;
    }
    .zoo_mail{
        font-size: 1em;
    }
    footer nav ul{
        display: block;
        text-align: center;
    }
    .header_hidden{
        font-size: 2em;
        text-align: center;
        color: #FFE066;
        font-family: "BIZ UDGothic", sans-serif;
        font-weight: 400;
        font-style: normal;
        padding: 20px 0;
    }
}
