@charset "utf-8";

/* pattern common
================================================== */
/* title */
.sec_heading{
    margin-bottom: 30px;
    padding-left: 74px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 78px;
    color: inherit;
}
.sec_heading .sec_ttl{
    padding-bottom: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 250%;
    line-height: 1.4;
    font-weight: bold;
    color: inherit;
}
/* btn */
.btn_default{
    text-align: right;
}
.btn_default a{
    display: inline-block;
    padding: 10px 40px 6px 20px;
    background: #00891b url(/shared/templates/zoo_top_rn/images/icon/arrow_link_wh.png) no-repeat right 21px center;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    background-size: 14px auto;
    min-width: 216px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #00891b;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.03em;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease-in-out, background-image 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, background-image 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, background-image 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn_default a:hover,
.btn_default a:focus{
    background-color: #ffffff;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/arrow_link_gr.png);
    color: #00891b;
}
/* link */
.sec_opening .btn_link{
    text-align: left;
	width:250px;
}
.sec_opening .opening_cnt .opening_subttl + .btn_link{
    text-align: right;
}
.btn_link a{
    display: inline-block;
    padding: 2px 0 2px 22px;
    background: transparent url(/shared/templates/zoo_top_rn/images/icon/arrow_link.png) no-repeat 0 7px;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    background-size: 14px auto;
    color: inherit;
    text-align: left;
    text-decoration: none;
    letter-spacing: 0.05em;
}
.btn_link a:hover,
.btn_link a:focus{
    text-decoration: underline;
}
/* border */
.btn_border {
    list-style: none;
    font-size: 125%;
    line-height: 1.5;
    font-weight: bold;
}
.btn_border a{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 17px 11px;
    background-color: #eeffbb;
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 100%;
    border-bottom: 2px solid #c2c2c2;
    color: #333333;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: background-color 0.3s ease-in-out, background-image 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, background-image 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, background-image 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn_border a:before,
.btn_border a:after{
    content: '';
    position: absolute;
    z-index: -1;
}
.btn_border a:before{
    bottom: 11px;
    right: 13px;
    background: transparent url(/shared/templates/zoo_top_rn/images/icon/arrow_link.png) no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    width: 16px;
    height: 13px;
    color: inherit;
    -webkit-transition: background-image 0.3s ease-in-out;
    -moz-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;
}
.btn_border a:after{
    right: 0;
    bottom: -2px;
    background-color: #00891b;
    width: 39px;
    height: 2px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.btn_border a:hover,
.btn_border a:focus{
    background-color: #00891b;
    color: #ffffff;
}
.btn_border a:hover:before,
.btn_border a:focus:before{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/arrow_link_hv.png);
}
.btn_border a:hover:after,
.btn_border a:focus:after{
    background-color: #eeffbb;
}
/* show-hide */
.show_sp{
    display: none !important;
}
/* wrapper */
.park_wrapper{
    overflow: hidden;
}

/* mainvisual
================================================== */
.sec_mv{
    position: relative;
    margin-bottom: 120px;
    padding-top: 37px;
}
.sec_mv:before,
.sec_mv:after{
    content: '';
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    pointer-events: none;
    color: inherit;
}
.sec_mv:before{
    top: 175px;
    right: 50%;
    margin-right: -42px;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/mv_pattern_lft.png);
    width: 977px;
    height: 519px;
    z-index: 0;
}
.sec_mv:after{
    top: 53px;
    left: 50%;
    margin-left: -190px;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/mv_pattern_rgt.png);
    width: 1206px;
    height: 645px;
    z-index: -1;
}
/* carousel */
.sec_mv .mv_carousel{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
}
.sec_mv .mv_main{
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 100%;
}
.sec_mv .splide__track{
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
}
.sec_mv .mv_slide_img{
    position: relative;
}
.sec_mv .mv_slide_img:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: 2px solid #000000;
    opacity: 0;
    color: inherit;
    pointer-events: none;
    /* z-index: -1; */
}
.sec_mv .mv_slide_img img{
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.sec_mv .mv_slide_link{
    display: none;
}
.sec_mv .splide__slide.is-active {
    cursor: pointer;
}
.sec_mv .mv_slide_img:hover img{
	opacity: 0.7;
}
.sec_mv .splide.is-focus-in .splide__slide:focus {
    outline: none;
}
.sec_mv .mv_slide_img:focus:before{
    opacity: 1;
}
/* controls */
.sec_mv .splide__controls{
    position: absolute;
    right: 22px;
    bottom: 16px;
    z-index: 2;
}
.sec_mv .splide__toggle{
    display: flex;
    align-items: center;
    padding: 0 10px 0 14px;
    background-color: #ffffff;
    min-width: 114px;
    min-height: 30px;
    border: 2px solid #00891b;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 112.5%;
    line-height: 1;
    color: #222222;
    text-decoration: none;
}
.sec_mv .splide__toggle span{
    display: inline-block;
    padding: 5px 0 0 27px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    background-size: 20px auto;
    min-height: 23px;
    color: inherit;
    text-align: left;
}
.sec_mv .splide__toggle__play{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/arrow_stop.png);
}
.sec_mv .splide__toggle__pause{
	background-image: url(/shared/templates/zoo_top_rn/images/icon/arrow_play.png);
}
.sec_mv .splide__toggle:hover span{
    text-decoration: underline;
}
/* active */
.sec_mv .splide__toggle.is-active .splide__toggle__play,
.sec_mv .splide__toggle__pause{
    display: none !important;
}
.sec_mv .splide__toggle.is-active .splide__toggle__pause{
    display: inline-block !important;
}
/* thumnail */
.sec_mv .mv_main + .mv_thumbnail{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 330px;
}
.sec_mv .thumbnail_item{
    list-style: none;
}
.sec_mv .thumbnail_item a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 7px 9px 11px;
    background-color: #ffffff;
    border: 1px solid #e5fcc5;
    color: #333333;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.sec_mv .thumbnail_item a.has_url:hover{
    text-decoration: underline;
}
.sec_mv .thumbnail_item_img,
.sec_mv .thumbnail_item_text{
    display: inline-block;
}
.sec_mv .thumbnail_item_img{
    position: relative;
    align-self: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 140px;
    z-index: 1;
}
.sec_mv .thumbnail_item_img:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: 6px solid #268500;
    color: inherit;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.sec_mv .thumbnail_item_img img{
    max-width: 100%;
    height: auto;
}
.sec_mv .thumbnail_item_text{
    padding-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 100%;
    line-height: 1.5;
    max-height: 78px;
    overflow-y: auto;
}
.sec_mv .thumbnail_item:not(:last-child) a{
    border-bottom: none;
}
.sec_mv .thumbnail_item:first-child a{
    border-top-right-radius: 20px;
}
.sec_mv .thumbnail_item:last-child a{
    border-bottom-right-radius: 20px;
}
/* active */
.sec_mv .thumbnail_item.active a{
    position: relative;
    background-color: #e5fcc5;
    z-index: 2;
}
.sec_mv .thumbnail_item.active a:before{
    content: '';
    position: absolute;
    left: -11px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 11px 9px 0;
    border-color: transparent #e5fcc5 transparent transparent;
    pointer-events: none;
}
.sec_mv .thumbnail_item a:focus,
.sec_mv .thumbnail_item a:focus-visible{
    outline-offset: -2px;
}
.sec_mv .thumbnail_item a:hover .thumbnail_item_img:before{
    opacity: 1;
}

/* opening
================================================== */
.sec_opening{
    position: relative;
    margin-bottom: 121px;
    z-index: 4;
}
.sec_opening .sec_heading{
    margin-bottom: 26px;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/opening_ttl_icon.png);
}
.sec_opening .sec_ttl{
    padding-bottom: 24px;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/opening_ttl_txt_en.png);
}
.sec_opening .opening_cnt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 27px 17px 27px;
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #BF1111;
	margin-bottom:20px;
}
.sec_opening .opening_cnt.opening_comment{
    border: 2px solid #00891b;
}
.sec_opening .opening_subttl{
    padding-right: 10px;
    font-size: 150%;
    font-weight: bold;
}
.sec_opening .opening_subttl .time_working {
    display: block;
}
.sec_opening .opening_subttl .txt_red {
    display: block;
}
.sec_opening .link_hidden {
    display: none;
}
/* information
================================================== */
.sec_info{
    position: relative;
    padding-bottom: 89px;
    z-index: 2;
}
.sec_info .info_wrapper{
    position: relative;
    z-index: 1;
}
.sec_info:before,
.sec_info:after{
    content: '';
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    color: inherit;
    z-index: -1;
}
.sec_info:before{
    top: 142px;
    right: 50%;
    margin-right: 384px;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/info_pattern_lft.png);
    width: 516px;
    height: 457px;
}
.sec_info:after{
    top: -158px;
    left: 201px;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/info_pattern_rgt.png);
    width: 1365px;
    height: 995px;
}
.sec_info .sec_heading{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/info_ttl_icon.png);
    background-position: 0 15px;
}
.sec_info .sec_ttl{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/info_ttl_txt_en.png);
}
.sec_info .info_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -10px;
}
.sec_info .info_item{
    margin-bottom: 32px;
    padding: 0 10px;
    width: 33.333333%;
    list-style: none;
}
.sec_info .info_item a{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 12px 20px 8px;
    background-color: #ffffff;
    height: 100%;
    min-height: 82px;
    border: 1px solid #efefef;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 125%;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    z-index: 1;
}
.sec_info .info_item a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: 4px solid #268500;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: inherit;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.sec_info .info_item_icon{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: -2px;
    width: 56px;
}
.sec_info .info_item_icon img{
    max-width: 56px;
    height: auto;
}
.sec_info .info_item_des{
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    padding: 3px 0 0 44px;
    background: transparent url(/shared/templates/zoo_top_rn/images/icon/arrow_link.png) no-repeat 20px center;
    -webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    background-size: 16px auto;
    width: 100%;
}
.sec_info .info_item a:hover,
.sec_info .info_item a:focus{
    text-decoration: underline;
}
.sec_info .info_item a:hover:before{
    opacity: 1;
}

/* event
================================================== */
.sec_event{
    position: relative;
    padding-bottom: 76px;
    z-index: 3;
}
.sec_event .sec_heading{
    margin-bottom: 27px;
    padding-left: 71px;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/event_ttl_icon.png);
    background-position: 0 16px;
}
.sec_event .sec_ttl{
    padding-bottom: 18px;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/event_ttl_txt_en.png);
    background-position: 4px bottom;
}
.sec_event .event_cnt{
    position: relative;
    margin-bottom: 34px;
    min-height: 356px;
    z-index: 1;
}
.sec_event .event_banner{
    position: absolute;
    left: 0;
    top: 0;
    width: 33.333333%;
    padding-right: 25px;
}
.sec_event .event_banner a{
    position: relative;
    display: block;
    width: 100%;
    height: 356px;
    background: transparent url(/shared/site_zoo_rn/images/main/event_main_img.jpg) no-repeat;
    color: inherit;
    text-indent: -9999px;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.sec_event .event_banner a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    width: 100%;
    height: calc(100% + 3px);
    border: 6px solid #268500;
    color: inherit;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.sec_event .event_banner a:hover:before{
    opacity: 1;
}
.sec_event .event_banner + .event_inner .event_list .event_item:first-child,
.sec_event .event_banner + .event_inner > p{
    width: 66.666666%;
    padding-left: 34.8%;
}
.sec_event .event_banner + .event_inner .event_list + p{
	display: none;
}
.event_list .event_item a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    width: 100%;
    height: calc(100% + 3px);
    border: 6px solid #268500;
    color: inherit;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.event_list .event_item a:hover:before{
    opacity: 1;
}
.sec_event .event_cnt:after{
    content: '';
    display: table;
    clear: both;
}
/* btn */
.sec_event .btn_default{
    padding-right: 3px;
}

/* social media
================================================== */
.sec_social{
    padding-bottom: 109px;
}
.sec_social .social_wrapper{
    position: relative;
    z-index: 2;
}
.sec_social .sec_heading{
    margin-bottom: 23px;
    padding-left: 70px;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/social_ttl_icon.png);
    background-position: 1px 21px;
    -webkit-background-size: 60px auto;
    -moz-background-size: 60px auto;
    background-size: 60px auto;
}
.sec_social .sec_ttl{
    padding-bottom: 24px;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/social_ttl_txt_en.png);
    background-position: 5px bottom;
}
.sec_social .social_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -6px;
}
.sec_social .btn_border{
    margin-bottom: 12px;
    padding: 0 6px;
    width: 20%;
}
.sec_social .btn_border a{
    background-position: right -1px bottom -3px;
}
/* bgr pattern */
.sec_social .btn_border:nth-child(1) a{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/blog_pattern_footmark1.png);
}
.sec_social .btn_border:nth-child(1) a:hover{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/blog_pattern_footmark1_hv.png);
}
.sec_social .btn_border:nth-child(2) a{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/blog_pattern_footmark2.png);
}
.sec_social .btn_border:nth-child(2) a:hover{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/blog_pattern_footmark2_hv.png);
}
.sec_social .btn_border:nth-child(3) a{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/blog_pattern_footmark3.png);
}
.sec_social .btn_border:nth-child(3) a:hover{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/blog_pattern_footmark3_hv.png);
}
.sec_social .btn_border:nth-child(4) a{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/blog_pattern_footmark4.png);
}
.sec_social .btn_border:nth-child(4) a:hover{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/blog_pattern_footmark4_hv.png);
}
.sec_social .btn_border:nth-child(5) a{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/blog_pattern_footmark5.png);
}
.sec_social .btn_border:nth-child(5) a:hover{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/blog_pattern_footmark5_hv.png);
}

/* news
================================================== */
.sec_news{
    position: relative;
    padding-bottom: 83px;
    z-index: 2;
}
.sec_news:before,
.sec_news:after{
    content: '';
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    color: inherit;
}
.sec_news:before{
    top: 206px;
    right: 50%;
    margin-right: 366px;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/news_pattern_lft.png);
    width: 593px;
    height: 393px;
    z-index: 0;
}
.sec_news:after{
    top: -516px;
    right: -60px;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/news_pattern_rgt.png);
    width: 1625px;
    height: 1045px;
    z-index: -1;
}
.sec_news .news_wrapper{
    position: relative;
    z-index: 2;
}
.sec_news .sec_heading{
    margin-bottom: 21px;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/news_ttl_icon.png);
    background-position: 0 4px;
}
.sec_news .sec_ttl{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/news_ttl_txt_en.png);
}
.sec_news .news_blogs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -18px;
}
.sec_news .news_blog{
    margin-bottom: 40px;
    padding: 0 18px;
    width: 50%;
}
.sec_news .news_blog_ttl{
    display: inline-block;
    padding: 10px 28px 4px 26px;
    background-color: #00891b;
    min-width: 165px;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    font-size: 162.5%;
    font-weight: bold;
    color: #ffffff;
}
.sec_news .news_blog_cnt{
    padding: 23px 26px 8px 27px;
    background-color: #ffffff;
    -webkit-border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    border-radius: 0 10px 10px 10px;
    border: 2px solid #00891b;
}
.sec_news .news_blog_subttl{
    font-size: 150%;
    font-weight: bold;
}
.sec_news .news_blog_cnt >p{
    margin-bottom: 3px;
    font-size: 112.5%;
}
.sec_news .news_blog_list{
    margin-bottom: 15px;
}
/* other
================================================== */
.sec_other{
    position: relative;
    padding-bottom: 120px;
    z-index: 2;
}
.sec_other:before,
.sec_other:after{
    content: '';
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    color: inherit;
}
.sec_other:before{
    top: -66px;
    left: 282px;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/other_pattern_lft.png);
    width: 1356px;
    height: 954px;
    z-index: -1;
}
.sec_other:after{
    top: -239px;
    left: 50%;
    margin-left: 549px;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/other_pattern_rgt.png);
    width: 528px;
    height: 407px;
    z-index: 0;
}
.sec_other .sec_heading{
    margin-bottom: 20px;
}
.sec_other .other_wrapper{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -30px 8px;
    padding-right: 21px;
    z-index: 2;
}
.sec_other .other_art{
    margin-bottom: 123px;
    padding: 0 30px;
    width: 50%;
}
.sec_other .other_art_inner{
    height: 100%;
}
.sec_other .other_art_img{
    position: relative;
    margin-bottom: 26px;
    z-index: 1;
}
.sec_other .other_art_img:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: 6px solid #268500;
    color: inherit;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.sec_other .other_art_img img{
    width: 100%;
    height: auto;
	vertical-align: top;
}
.sec_other .other_art_des >p{
    margin-bottom: 41px;
    font-size: 112.5%;
    line-height: 1.5;
}
.sec_other .btn_default{
    padding-right: 1px;
}
.sec_other .btn_default a{
    padding: 10px 35px 5px 22px;
    background-position: right 21px center;
    min-width: 184px;
}
/* map */
#tmp_map .sec_heading{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/map_ttl_icon.png);
    background-position: 0 18px;
}
#tmp_map .sec_ttl{
    padding-bottom: 25px;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/map_ttl_txt_en.png);
}
/* animal */
#tmp_animal .sec_heading{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/animal_ttl_icon.png);
    background-position: 7px 12px;
}
#tmp_animal .sec_ttl{
    padding-bottom: 20px;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/animal_ttl_txt_en.png);
}
/* support */
#tmp_support .sec_heading{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/support_ttl_icon.png);
    background-position: 0 22px;
}
#tmp_support .sec_ttl{
    padding-bottom: 25px;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/support_ttl_txt_en.png);
}
/* educate */
#tmp_educate .sec_heading{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/educate_ttl_icon.png);
    background-position: 9px 13px;
}
#tmp_educate .sec_ttl{
    padding-bottom: 25px;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/educate_ttl_txt_en.png);
    background-position: 4px bottom;
}
/* btns */
.sec_other .other_btns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -11px;
}
.sec_other .other_btns .btn_border{
    margin-bottom: 22px;
    padding: 0 11px;
    width: 33.333333%;
}
.sec_other .other_btns .btn_border a{
    padding: 30px 40px 28px 27px;
}
.sec_other .other_btns .btn_border a:before{
    right: 20px;
    bottom: 19px;
}
.sec_other .other_btns .btn_border a:after{
    width: 60px;
}
/* hover */
.sec_other .other_art_cnt.active .other_art_img:before{
    opacity: 1;
}
.sec_other .other_art_cnt.active .btn_default a{
    background-color: #ffffff;
    background-image: url(/shared/templates/zoo_top_rn/images/icon/arrow_link_gr.png);
    color: #00891b;
}

/* opening modal
================================================== */
#tmp_opening_modal {
	position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%;
	color: #222222;
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	z-index: 999;
}
#tmp_opening_modal.hide {
	opacity: 0;
	visibility: hidden;
    z-index: inherit;
}
#tmp_opening_modal .modal_wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
    width: 100%;
    padding: 100px 100px 0;
	max-height: 85%;
    overflow: auto;
}
#tmp_opening_modal .modal_close {
	position: absolute;
	right: 0;
	top: 0;
}
#tmp_opening_modal .modal_close a{
    display: block;
	width: 54px;
	height: 54px;
	background: transparent url(/shared/templates/zoo_top_rn/images/icon/modal_icon_close.png) no-repeat center center;
	color: inherit;
	text-indent: -9999px;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
#tmp_opening_modal .modal_close a:hover{
	opacity: 0.7;
}
#tmp_opening_modal .modal_close a:focus-visible{
    outline-offset: -1px;
}
#tmp_opening_modal .modal_cnt{
	padding: 40px 30px;
	background-color: #ffffff;
    border: 1px solid #222222;
	color: #333333;
	overflow-y: auto;
}
#tmp_opening_modal .modal_ttl{
    margin-bottom: 30px;
    padding-bottom: 24px;
    background: transparent url(/shared/templates/zoo_top_rn/images/icon/opening_ttl_txt_en.png) no-repeat left bottom;
    font-size: 250%;
    line-height: 1.4;
    font-weight: bold;
    color: inherit;
}
#tmp_opening_modal .modal_des{
    padding: 21px 49px 17px 27px;
    border: 2px solid #BF1111;
    border-radius: 10px;
    font-weight: bold;
}
#tmp_opening_modal .modal_des .txt_red {
    display: block;
}
/* acessibility
================================================== */
/* color */
.color_black #tmp_wrapper .sec_mv:before,
.color_black #tmp_wrapper .sec_mv:after,
.color_black #tmp_wrapper .sec_info:before,
.color_black #tmp_wrapper .sec_info:after,
.color_black #tmp_wrapper .sec_news:before,
.color_black #tmp_wrapper .sec_news:after,
.color_black #tmp_wrapper .sec_other:before,
.color_black #tmp_wrapper .sec_other:after,
.color_blue #tmp_wrapper .sec_mv:before,
.color_blue #tmp_wrapper .sec_mv:after,
.color_blue #tmp_wrapper .sec_info:before,
.color_blue #tmp_wrapper .sec_info:after,
.color_blue #tmp_wrapper .sec_news:before,
.color_blue #tmp_wrapper .sec_news:after,
.color_blue #tmp_wrapper .sec_other:before,
.color_blue #tmp_wrapper .sec_other:after,
.color_yellow #tmp_wrapper .sec_mv:before,
.color_yellow #tmp_wrapper .sec_mv:after,
.color_yellow #tmp_wrapper .sec_info:before,
.color_yellow #tmp_wrapper .sec_info:after,
.color_yellow #tmp_wrapper .sec_news:before,
.color_yellow #tmp_wrapper .sec_news:after,
.color_yellow #tmp_wrapper .sec_other:before,
.color_yellow #tmp_wrapper .sec_other:after,
.color_black #tmp_wrapper .sec_mv .thumbnail_item_img:before,
.color_black #tmp_wrapper .sec_info .info_item a:before,
.color_black #tmp_wrapper .event_list .event_item a:before,
.color_black #tmp_wrapper .sec_other .other_art_img:before,
.color_blue #tmp_wrapper .sec_mv .thumbnail_item_img:before,
.color_blue #tmp_wrapper .sec_info .info_item a:before,
.color_blue #tmp_wrapper .event_list .event_item a:before,
.color_blue #tmp_wrapper .sec_other .other_art_img:before,
.color_yellow #tmp_wrapper .sec_mv .thumbnail_item_img:before,
.color_yellow #tmp_wrapper .sec_info .info_item a:before,
.color_yellow #tmp_wrapper .event_list .event_item a:before,
.color_yellow #tmp_wrapper .sec_other .other_art_img:before{
    content: none;
}
.color_black #tmp_wrapper .btn_border a,
.color_blue #tmp_wrapper .btn_border a,
.color_yellow #tmp_wrapper .btn_border a{
    border: 2px solid;
}
.color_black #tmp_wrapper .btn_default a,
.color_black #tmp_wrapper .sec_news .news_blog_ttl,
.color_blue #tmp_wrapper .btn_default a,
.color_blue #tmp_wrapper .sec_news .news_blog_ttl,
.color_yellow #tmp_wrapper .btn_default a,
.color_yellow #tmp_wrapper .sec_news .news_blog_ttl,
.color_black #tmp_wrapper #tmp_opening_modal .modal_close,
.color_blue #tmp_wrapper #tmp_opening_modal .modal_close,
.color_yellow #tmp_wrapper #tmp_opening_modal .modal_close{
    border: 1px solid;
}
.color_black #tmp_wrapper .sec_mv .thumbnail_item.active a,
.color_black #tmp_wrapper .sec_mv .thumbnail_item.active span,
.color_blue #tmp_wrapper .sec_mv .thumbnail_item.active a,
.color_blue #tmp_wrapper .sec_mv .thumbnail_item.active span{
    background-color: #FFFF00 !important;
    color: #000000 !important;
}
.color_yellow #tmp_wrapper .sec_mv .thumbnail_item.active a,
.color_yellow #tmp_wrapper .sec_mv .thumbnail_item.active span{
    background-color: #000000 !important;
    color: #ffffff !important;
}
.color_black #tmp_wrapper .sec_mv .thumbnail_item.active a:before,
.color_blue #tmp_wrapper .sec_mv .thumbnail_item.active a:before{
    border-right-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper .sec_mv .thumbnail_item.active a:before{
    border-right-color: #000000 !important;
}
.color_black #tmp_wrapper .sec_event .event_banner a,
.color_blue #tmp_wrapper .sec_event .event_banner a,
.color_yellow #tmp_wrapper .sec_event .event_banner a{
    background-image: url(/shared/site_zoo_rn/images/main/event_main_img.jpg) !important;
}
.color_black #tmp_wrapper .sec_mv .mv_logo p,
.color_blue #tmp_wrapper .sec_mv .mv_logo p,
.color_yellow #tmp_wrapper .sec_mv .mv_logo p{
    height: auto;
    text-indent: inherit;
}
.color_black #tmp_wrapper #tmp_opening_modal .modal_close a,
.color_blue #tmp_wrapper #tmp_opening_modal .modal_close a{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/modal_icon_close_wh.png) !important;
}
.color_yellow #tmp_wrapper #tmp_opening_modal .modal_close a{
    background-image: url(/shared/templates/zoo_top_rn/images/icon/modal_icon_close.png) !important;
}
/* fsize */
.fsize_small #tmp_wrapper .sec_event .sec_heading{
    background-position: 0 8px;
}
.fsize_small #tmp_wrapper .sec_news .sec_heading{
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: 0 0;
}
.fsize_small #tmp_wrapper #tmp_educate .sec_heading{
    background-position: 9px 1px;
}
.fsize_big2 #tmp_wrapper .sec_mv .mv_main{
    padding-bottom: 60px;
}
/* no-js */
.no_javascript #tmp_wrapper .sec_mv .splide,
.sec_mv .splide.no-splide{
    padding-bottom: 0;
    visibility: visible;
}
.no_javascript #tmp_wrapper .sec_mv .splide__track{
    max-height: 708px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow-y: auto;
}
.sec_mv .splide.no-splide .splide__list,
.no_javascript #tmp_wrapper .sec_mv .splide__list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.no_javascript #tmp_wrapper .sec_mv .splide__slide:not(:last-child){
    margin-bottom: 10px;
}
.no_javascript #tmp_wrapper .sec_mv .mv_slide_img{
    margin-bottom: 16px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.no_javascript #tmp_wrapper .sec_mv .mv_slide_link{
    display: block;
}
/* cms */
.sec_mv + .editable,
.sec_opening + .editable,
.sec_social + .editable,
.editable{
    position: relative;
    z-index: 3;
}

/* banner
================================================== */
.sec_banner_a {
    position: relative;
    margin: 0 auto 120px;
    z-index: 3;
}
.sec_banner_b {
    position: relative;
    margin: 0 auto 120px;
    z-index: 3;
}
.sec_banner_c {
    position: relative;
    margin: 0 auto 140px;
    z-index: 3;
}

.sec_banner_a ul,
.sec_banner_b ul,
.sec_banner_c ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.sec_banner_a ul li,
.sec_banner_b ul li,
.sec_banner_c ul li {
    margin: 10px 15px;
    padding: 0;
    list-style: none;
    width: calc(14.286% - 30px);
}
.sec_banner_a ul li:nth-child(1),
.sec_banner_b ul li:nth-child(1),
.sec_banner_c ul li:nth-child(1) {
    margin: -4px 0 0 0;
    padding: 12px 10px 12px 20px;
    width: 14.286%;
    font-size: 175%;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.25em;
    border-left: 4px solid #00891b;
}
.sec_banner_a ul li:nth-child(1)::after,
.sec_banner_b ul li:nth-child(1)::after,
.sec_banner_c ul li:nth-child(1)::after {
    content: "";
    clear: both;
    display: block;
}
.sec_banner_c ul li:nth-child(1) {
    padding: 0 10px 0 20px;
    font-size: 175%;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.25em;
    line-height: 1;
}
.sec_banner_c ul li:nth-child(1) a {
    display: inline-block;
    margin: 15px 0 0 0;
    padding: 0 0 0 22px;
    background: #FFFFFF url("/shared/templates/zoo_top_rn/images/icon/arrow_link.png") no-repeat left center;
    background-size: auto 12px;
    text-decoration: none;
    font-size: 57.5%;
    letter-spacing: 0;
}
.sec_banner_c ul li:nth-child(1) a:hover,
.sec_banner_c ul li:nth-child(1) a:focus {
    text-decoration: underline;
}

.sec_banner_c ul li:last-child {
    margin: 10px 0 10px calc(14.28% + 15px);
    width: calc(100% - calc(14.28% + 15px));
    font-size: 88%;
}




