@charset "UTF-8";

/* ----------------------------------------------------------------
    Header
----------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

    #area_header_menu {
        width: 100%;
    }

}

/* ----------------------------------------------------------------
    Global Nav
----------------------------------------------------------------- */
#area_global_navi ul li > a:before,
#area_global_navi ul li > a:after,
#area_global_navi > .padder > ul > li > .hover:before,
#area_global_navi > .padder > ul > li > a:hover:before,
#area_global_navi > .padder > ul > li > a:active:before {
    content: none;
}

@media only screen and (max-width: 962px) {

    #area_global_navi ul li > a {
        font-size: 120%;
    }

}

@media only screen and (max-width: 934px) {

    #area_global_navi ul li > a {
        font-size: 115%;
    }

}

@media only screen and (max-width: 906px) {

    #area_global_navi ul li > a {
        font-size: 110%;
    }

}

@media only screen and (max-width: 878px) {

    #area_global_navi ul li > a {
        font-size: 105%;
    }

}

@media only screen and (max-width: 850px) {

    #area_global_navi ul li > a {
        font-size: 100%;
    }

}

@media only screen and (max-width: 822px) {

    #area_global_navi ul li > a {
        font-size: 95%;
    }

}

@media only screen and (max-width: 794px) {

    #area_global_navi ul li > a {
        font-size: 90%;
    }

}

@media only screen and (max-width: 767px) {

    #area_global_navi ul li > a {
        font-size: 125%;
    }

}

/* ----------------------------------------------------------------
    contentBody
----------------------------------------------------------------- */
#contentBody {
    box-sizing: border-box;
    max-width: 1010px;
    padding: 0 10px;
}

#mainArea {
    margin: 30px 0 60px 0;
}

/* ----------------------------------------------------------------
    footer
----------------------------------------------------------------- */
#js_fixed {
    z-index: 3;
}

/* ----------------------------------------------------------------
    Headings
----------------------------------------------------------------- */
.headingLv1-biotope {
    display: table;
    table-layout: fixed;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
.headingLv1-biotope > div {
    box-sizing: border-box;
    width: 100%;
    background-color: #767c6b;
/*    background-color: #edf5ce; */
}
.headingLv1-biotope > div div {
    box-sizing: border-box;
    display: table;
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    padding: 0 10px;
}
.headingLv1-biotope > div + div {
    display: table-header-group;
    text-align: center;
}
.headingLv1-biotope > div h1,
.headingLv1-biotope > div p {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
/*    color: #2c5200; */
}
.headingLv1-biotope > div h1 {
    position: relative;
    padding: 13px 0;
    font-size: 200%;
}

@media only screen and (max-width: 767px) {

    .headingLv1-biotope > div h1 {
        font-size: 142.85714%;
    }

}

.headingLv2-biotope {
    position: relative;
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 2px 0 2px 52px;
    font-size: 171.42857%;
    font-weight: bold;
}
.headingLv2-biotope:first-child {
    margin-top: 0;
}
.headingLv2-biotope::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.headingLv2-biotope.top::before {
    background-image: url(/biotope/images/icon-h2-01.png);
}
.headingLv2-biotope.access::before {
    background-image: url(/biotope/access/images/icon-h2-01.png);
}
.headingLv2-biotope.apply::before {
    background-image: url(/biotope/apply/images/icon-h2-01.png);
}
.headingLv2-biotope.calendar::before {
    background-image: url(/biotope/calendar/images/icon-h2-01.png);
}
.headingLv2-biotope.map::before {
    background-image: url(/biotope/map/images/icon-h2-01.png);
}
.headingLv2-biotope.message::before {
    background-image: url(/biotope/message/images/icon-h2-01.png);
}

@media only screen and (max-width: 767px) {

    .headingLv2-biotope {
        padding-left: 40px;
        font-size: 142.85714%;
    }
    .headingLv2-biotope::before {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

}

.headingLv3-biotope {
    display: inline-block;
    line-height: 1.66667;
    margin: .75em 0;
    border-radius: .83333em;
    padding: 0 1em;
    background-color: #a8c927;
    color: #fff;
    font-size: 128.57143%;
    font-weight: normal;
}

@media only screen and (max-width: 767px) {

    .headingLv3-biotope {
        font-size: 114.28571%;
    }

}

.img-signature {
	margin-left: 75%;
	margin-bottom: 20px;
}


/* ----------------------------------------------------------------
    Texts
----------------------------------------------------------------- */
.textAttention {
    color: #f00;
}

.textAttention-apply {
    color: #f00;
    font-size: 128.57143%;
}

.textAttention em {
    color: #f00;
    text-decoration: underline;
}

/* ----------------------------------------------------------------
    Layout
----------------------------------------------------------------- */
.elem_section_map {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: -15px;
}
.elem_section_map > li {
    box-sizing: border-box;
    width: calc(50% - 10px);
    margin-top: 20px;
    padding: 30px;
    background-color: #f5f2e9;
}
.elem_section_map > li .hdg {
    position: relative;
    line-height: 1.5;
    margin: 0 0 .75em 0;
    padding: .25em 0 .25em 42px;
    font-size: 114.28571%;
    font-weight: bold;
}
.elem_section_map > li .hdg::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.elem_section_map > li:nth-child(1) .hdg::before {
    background-image: url(/biotope/map/images/icon-point-01.png);
}
.elem_section_map > li:nth-child(2) .hdg::before {
    background-image: url(/biotope/map/images/icon-point-02.png);
}
.elem_section_map > li:nth-child(3) .hdg::before {
    background-image: url(/biotope/map/images/icon-point-03.png);
}
.elem_section_map > li:nth-child(4) .hdg::before {
    background-image: url(/biotope/map/images/icon-point-04.png);
}
.elem_section_map > li:nth-child(5) .hdg::before {
    background-image: url(/biotope/map/images/icon-point-05.png);
}
.elem_section_map > li:nth-child(6) .hdg::before {
    background-image: url(/biotope/map/images/icon-point-06.png);
}
.elem_section_map > li:nth-child(7) .hdg::before {
    background-image: url(/biotope/map/images/icon-point-07.png);
}
.elem_section_map > li:nth-child(8) .hdg::before {
    background-image: url(/biotope/map/images/icon-point-08.png);
}
.elem_section_map > li .text {
    margin: 0;
}
.elem_section_map > li .text .img {
    display: block;
    margin-top: 1em;
    text-align: center;
}

@media only screen and (max-width: 767px) {

    .elem_section_map {
        margin-left: -10px;
        margin-right: -10px;
    }
    .elem_section_map > li {
        width: 100%;
        padding: 20px 10px;
    }

}

/* ----------------------------------------------------------------
    Tab
----------------------------------------------------------------- */
.tabNavigation {
    margin: 30px 0 10px 0;
}
.tabNavigation .tabList {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 0 12px -6px;
}
.tabNavigation .tabList > li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: calc(25% - 6px);
    margin-left: 6px;
}
.tabNavigation .tabList > li > a {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: .25em 0 .5em 0;
    background-color: #e5e5e5;
    color: #666;
    font-size: 100%;
    text-align: center;
    text-decoration: none;
    -ms-transition: background-color 0.2s, color 0.2s;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
    will-change: background-color, color;
}
.tabNavigation .tabList > li > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    display: block;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: transparent transparent transparent transparent;
    -ms-transition: border-top-color 0.2s;
    -webkit-transition: border-top-color 0.2s;
    transition: border-top-color 0.2s;
    will-change: border-top-color;
}
.tabNavigation .tabList > li > a:hover,
.tabNavigation .tabList > li > a:focus,
.tabNavigation .tabList > li > a:active {
    background-color: #f4be17;
    color: #fff;
}
.tabNavigation .tabList > li > a.current {
    background-color: #2c5200;
    color: #fff;
}
.tabNavigation .tabList > li > a.current::after {
    border-top-color: #2c5200;
}
.tabNavigation .tabList > li > a > span {
    display: block;
    font-size: 142.85714%;
}
.tabNavigation .tabWrapper {
    padding: .01em 0;
}
.tabNavigation .tabWrapper .tabPanel {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.tabNavigation .tabWrapper .tabPanel::before,
.tabNavigation .tabWrapper .tabPanel::after {
    content: "";
    display: block;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 23%;
    max-width: 227px;
}
.tabNavigation.js-tab-ready .tabWrapper .tabPanel {
    display: none;
}
.tabNavigation.js-tab-ready .tabWrapper .tabPanel.current {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.tabNavigation .tabWrapper .tabPanel > li {
    width: 23%;
    max-width: 227px;
    margin: 28px 0 0 0;
}
.tabNavigation .tabWrapper .tabPanel > li .figure {
    position: relative;
    overflow: hidden;
}
.tabNavigation .tabWrapper .tabPanel > li .figure > .img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: transform .4s, filter .4s;
    -ms-transition: transform .4s, filter .4s;
    transition: transform .4s, filter .4s;
    will-change: transform, filter;
}
.tabNavigation .tabWrapper .tabPanel > li .figure > .caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -ms-transition: opacity .6s;
    transition: opacity .6s;
}
.tabNavigation .tabWrapper .tabPanel > li .figure > .caption dt {
    padding: 1.25em 10px .25em 10px;
    font-size: 100%;
    font-weight: bold;
}
.tabNavigation .tabWrapper .tabPanel > li .figure > .caption dd {
    padding: 0 10px;
    font-size: 85.71429%;
}
.tabNavigation .tabWrapper .tabPanel > li .figure:hover > .img,
.tabNavigation .tabWrapper .tabPanel > li .figure:focus > .img,
.tabNavigation .tabWrapper .tabPanel > li .figure:active > .img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(.17857em);
    filter: blur(.17857em);
}
.tabNavigation .tabWrapper .tabPanel > li .figure:hover > .caption,
.tabNavigation .tabWrapper .tabPanel > li .figure:focus > .caption,
.tabNavigation .tabWrapper .tabPanel > li .figure:active > .caption {
    opacity: 1;
}

@media only screen and (max-width: 767px) {

    .tabNavigation .tabList {
        margin-left: -4px;
    }
    .tabNavigation .tabList > li {
        width: calc(25% - 4px);
        margin-left: 4px;
    }
    .tabNavigation .tabList > li > a {
        font-size: 1.1rem;
    }
    .tabNavigation .tabList > li > a::after {
        bottom: -10px;
        margin-left: -6px;
        border-width: 10px 6px 0 6px;
    }
    .tabNavigation .tabWrapper {
        margin: 0 -10px;
    }
    .tabNavigation .tabWrapper .tabPanel::before,
    .tabNavigation .tabWrapper .tabPanel::after,
    .tabNavigation .tabWrapper .tabPanel > li {
        width: 50%;
        max-width: inherit;
    }
    .tabNavigation .tabWrapper .tabPanel > li {
        box-sizing: border-box;
        padding: 0 10px;
    }
    .tabNavigation .tabWrapper .tabPanel > li .figure {
        max-width: 227px;
        margin: 0 auto;
    }
    .tabNavigation .tabWrapper .tabPanel > li .figure > .img {
        will-change: none;
    }
    .tabNavigation .tabWrapper .tabPanel > li .figure > .caption {
        position: static;
        background-color: transparent;
        color: #333;
        text-align: left;
        opacity: 1;
    }
    .tabNavigation .tabWrapper .tabPanel > li .figure > .caption dt {
        padding: .75em 0 .5em 0;
        font-size: 1.6rem;
    }
    .tabNavigation .tabWrapper .tabPanel > li .figure > .caption dd {
        padding: 0 0 .5em 0;
        font-size: 1.4rem;
    }
    .tabNavigation .tabWrapper .tabPanel > li .figure:hover > .img {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        -webkit-filter: none;
        filter: none;
    }

}

/* ----------------------------------------------------------------
    Helper
----------------------------------------------------------------- */
.mt-20 {
    margin-top: 20px;
}

/* ----------------------------------------------------------------
    Mainvisual
----------------------------------------------------------------- */
.mainvisual {
    position: relative;
    width: 100%;
    max-width: 1280px;
    overflow: hidden;
    margin: 0 auto;
}

.mainvisual .area-01,
.mainvisual .area-02,
.mainvisual .area-03 {
    float: left;
    position: relative;
}
.mainvisual .area-01,
.mainvisual .area-04 {
    width: 31.25%;
}
.mainvisual .area-02,
.mainvisual .area-03 {
    width: 37.5%;
}
.mainvisual .area-04{
    position: absolute;
    top: 0;
    right: 0;
}

.mainvisual img {
    -webkit-animation-name: mainvisual;
    -webkit-animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-name: mainvisual;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    opacity: 0;
}
.mainvisual .img-01 {
    display: block;
}
.mainvisual .img-02,
.mainvisual .img-03,
.mainvisual .img-04 {
    position: absolute;
    top: 0;
}
.mainvisual .area-01 .img-02 {
    -webkit-animation-delay: 10.0s;
    animation-delay: 10.0s;
}
.mainvisual .area-01 .img-03 {
    -webkit-animation-delay: 20.0s;
    animation-delay: 20.0s;
}
.mainvisual .area-01 .img-04 {
    -webkit-animation-delay: 30.0s;
    animation-delay: 30.0s;
}
.mainvisual .area-02 .img-02 {
    -webkit-animation-delay: 10.5s;
    animation-delay: 10.5s;
}
.mainvisual .area-02 .img-03 {
    -webkit-animation-delay: 17.5s;
    animation-delay: 17.5s;
}
.mainvisual .area-02 .img-04 {
    -webkit-animation-delay: 27.5;
    animation-delay: 27.5s;
}
.mainvisual .area-03 .img-02 {
    -webkit-animation-delay: 11.0s;
    animation-delay: 11.0s;
}
.mainvisual .area-03 .img-03 {
    -webkit-animation-delay: 21.0s;
    animation-delay: 21.0s;
}
.mainvisual .area-03 .img-04 {
    -webkit-animation-delay: 31.0s;
    animation-delay: 31.0s;
}
.mainvisual .area-04 .img-02 {
    -webkit-animation-delay: 11.5s;
    animation-delay: 11.5s;
}
.mainvisual .area-04 .img-03 {
    -webkit-animation-delay: 21.5s;
    animation-delay: 21.5s;
}
.mainvisual .area-04 .img-04 {
    -webkit-animation-delay: 31.5s;
    animation-delay: 31.5s;
}

@-webkit-keyframes mainvisual {
     0% { opacity: 0; }
    20% { opacity: 1; }
    30% { opacity: 1; }
    40% { opacity: 0; }
}
@keyframes mainvisual {
     0% { opacity: 0; }
    20% { opacity: 1; }
    30% { opacity: 1; }
    40% { opacity: 0; }
}
