@charset "UTF-8";

/* -------------------------------------------------------
botanical.css for 西南学院植物園 w/sass
creation date:05-31-2021
scss/botanical.scss - > css/botanical.css
 ---------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Shippori+Mincho&family=Shippori+Mincho+B1&display=swap');

/*======================================
site rest
=======================================*/
html {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 94, 60, 0.3);
}

body {
    position: relative;
    width: 100%;
    margin: 0;
    font-family: "Helvetica Neue", Arial, YakuHanJP, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #262626;
    background: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    text-rendering: optimizeLegibility;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    background: url(../img/bg_sp.svg) no-repeat;
    background-position: center top;
    background-size: contain;
    padding: 65px 0 0 0;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 15px;
        padding: 0;
        background: url(../img/bg.svg) no-repeat;
        background-position: center top;
        background-size: auto;
    }
}

* {
    box-sizing: border-box;
}

::-moz-selection {
    background: rgba(0, 94, 60, 0.9);
    color: rgba(255, 255, 255, 0.9);
}

::selection {
    background: rgba(0, 94, 60, 0.9);
    color: rgba(255, 255, 255, 0.9);
}

.___memo {
    color: rgba(68, 68, 68, 0.5);
    border: 1px dotted rgba(68, 68, 68, 0.5);
    padding: 2px 16px;
    background: rgba(75, 188, 171, 0.1);
    font-size: 8rem;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.js .animate-box {
    opacity: 0;
}

@media print {
    .js .animate-box {
        opacity: 1;
    }
}

/* $ img   ========================================================================== */
img {
    vertical-align: top;
    border: 0;
}

/* $ links   ========================================================================== */
/*[ A:TXT ]*******/
a:link {
    color: #006699;
    line-height: 1.75;
    transition: 0.3s;
}

a:visited {
    color: #666;
}

a:hover,
a:active {
    color: #ff6600;
}

/*[ A:IMG ]*******/
a:link img,
a:visited img,
a:hover img,
a:active img {
    border: 0;
}

p,
ul,
ol,
pre,
table,
blockquote {
    margin-top: 0;
    margin-bottom: 1.75em;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-top: 0;
    margin-bottom: 0;
}

dl {
    line-height: 1.75;
}

/* Let's make sure all's aligned */
hr,
.hr {
    border: 1px solid;
    margin: -1px 0;
    display: none;
}

a,
b,
i,
strong,
em,
small,
code {
    line-height: 0;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

label,
input[type=checkbox] {
    cursor: pointer;
}

.goPageTop {
    font-size: 13px;
    text-align: right;
    margin: 3em auto 0;
    padding-right: 20px;
    position: relative;
}

.goPageTop a {
    position: relative;
    padding-left: 20px;
}

.goPageTop a::before,
.goPageTop a::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}

.goPageTop a::before {
    width: 6px;
    height: 6px;
    border-top: 1px solid #262626;
    border-right: 1px solid #262626;
    transform: rotate(-45deg);
    top: 2px;
}

.goPageTop a::after {
    top: 2px;
    left: 3px;
    width: 1px;
    height: 10px;
    background-color: #262626;
}



@media screen and (min-width: 768px) {
    .goPageTop {
        max-width: 960px;
        font-size: 12px;
        padding: 0;
    }
}

.goPageTop a {
    text-decoration: none;
}

/* ==========================================================================
   $ header / page-nav
========================================================================== */
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    height: 65px;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.45);
}

.header.on {
    background-color: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 1.5rem 1.5rem -2rem rgba(26, 60, 77, 0.3);
}

@media screen and (min-width: 768px) {
    .header.on {
        background: none;
    }
}

@media screen and (min-width: 768px) {
    .header {
        position: static;
        margin: 0 auto;
        padding: 0 20px;
        height: auto;
        background: none;
    }
}

@media screen and (min-width: 992px) {
    .header {
        max-width: 1000px;
    }
}

.header .aclogo {
    line-height: 1;
    padding: 0;
    font-size: 0;
    margin: 6px 0 0 10px;
}

@media screen and (min-width: 768px) {
    .header .aclogo {
        margin: 10px 0 0;
        font-size: 11px;
    }
}

.header .aclogo img {
    width: 130px;
    height: auto;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .header .aclogo img {
        width: 200px;
    }
}

/* $ site-title   ========================================================================== */
.site-title {
    margin: 0 auto 0 10px;
    padding: 0;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .site-title {
        text-align: center;
        margin: 0 auto 25px;
    }
}

.site-title a {
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #262626;
    display: block;
    font-size: 25px;
    line-height: 1.3;
}

@media screen and (min-width: 768px) {
    .site-title a {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-size: 33px;
        line-height: 1.4;
    }
}

.site-title a .site-title__en {
    letter-spacing: 0.045em;
    color: #005e3c;
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Marcellus", serif;
    font-size: 8px;
}

@media screen and (min-width: 768px) {
    .site-title a .site-title__en {
        font-size: 11px;
        line-height: 1.4;
    }
}

.gnav-container {
    display: none;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .gnav-container {
        display: block;
        margin: 0;
        padding: 0;
    }
}

.gnav {
    margin: 0;
    padding: 0;
    text-align: center;
}

.gnav .gnav__item {
    display: inline-block;
    margin: 0 16px 0;
    padding: 0 0 4px 0;
}

.gnav .gnav__item.current a {
    color: #005e3c;
}

.gnav .gnav__item a {
    display: inline-block;
    font-size: 15px;
    line-height: 1.4 !important;
    text-decoration: none;
    color: #262626;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.gnav .gnav__item a:hover {
    color: #005e3c;
}

.gnav .gnav__item a .nav__en {
    display: block;
    font-family: "Marcellus", serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.current[data-dir=gHome] {
    background: url(../img/icon_home.svg) no-repeat bottom right;
}

@media screen and (min-width: 768px) {
    .current[data-dir=gHome] {
        background: url(../img/icon_home.svg) no-repeat bottom center;
    }
}

.current[data-dir=gAboutus] {
    background: url(../img/icon_aboutus.svg) no-repeat bottom right;
}

@media screen and (min-width: 768px) {
    .current[data-dir=gAboutus] {
        background: url(../img/icon_aboutus.svg) no-repeat bottom center;
    }
}

.current[data-dir=gGardenMap] {
    background: url(../img/icon_map.svg) no-repeat bottom right;
}

@media screen and (min-width: 768px) {
    .current[data-dir=gGardenMap] {
        background: url(../img/icon_map.svg) no-repeat bottom center;
    }
}

.current[data-dir=gListSearch] {
    background: url(../img/icon_catalog.svg) no-repeat bottom right;
}

@media screen and (min-width: 768px) {
    .current[data-dir=gListSearch] {
        background: url(../img/icon_catalog.svg) no-repeat bottom center;
    }
}

.current[data-dir=gGardenTour] {
    background: url(../img/icon_course.svg) no-repeat bottom right;
}

@media screen and (min-width: 768px) {
    .current[data-dir=gGardenTour] {
        background: url(../img/icon_course.svg) no-repeat bottom center;
    }
}

/* ==========================================================================
   $ footer
========================================================================== */
.footer {
    background: #003616 url(../img/bg_footer.svg) repeat-x;
    background-position: top center;
    padding: 80px 0 24px 0;
    width: 100%;
}

.footer .footer-body {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .footer .footer-body {
        max-width: 1000px;
        display: -webkit-flex;
        display: flex;
        margin: 0 auto;
        padding: 0 20px;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

.footer .footer-body .site-information {
    font-size: 13px;
    font-size: 3.47vw;
    color: #fff;
    margin: 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .footer .footer-body .site-information {
        font-size: 12px;
    }
}

.footer .footer-body .site-information .zip {
    display: block;
}

@media screen and (min-width: 768px) {
    .footer .footer-body .site-information .zip {
        display: inline-block;
        margin: 0 8px 0 0;
    }
}

.footer .footer-body .site-information a {
    color: #fff;
    display: block;
    margin: 0.435em 0;
}

.footer .footer-body .site-information a:visited {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .footer .footer-body .site-information a {
        display: inline-block;
        margin: 0 8px 0 0;
    }

    .footer .footer-body .site-information a:hover,
    .footer .footer-body .site-information a:active {
        color: #ff6600;
    }
}

.footer .footer-body .logo-footer {
    text-align: center;
    margin: 1.5em 0;
}

@media screen and (min-width: 768px) {
    .footer .footer-body .logo-footer {
        display: none;
    }
}

.footer .footer-body .logo-footer img {
    width: 35%;
    height: auto;
}

.footer .footer-body .address {
    font-style: normal;
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .footer .footer-body .address {
        font-size: 12px;
    }
}

/* ==========================================================================
   $ contents
========================================================================== */
/* $ main    ========================================================================== */
.main {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .main {
        padding: 0 20px;
    }
}

.main-container {
    background: #fff;
}

@media screen and (min-width: 768px) {
    .main-container {
        border: 1px solid #c8beb8;
        padding: 20px;
        max-width: 960px;
        margin: 0 auto;
    }
}

.hero {
    margin: 0 0 16px 0;
}

@media screen and (min-width: 768px) {
    .hero {
        margin: 0 0 8px 0;
    }
}

.hero img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}

.english-follows {
    text-align: center;
    font-size: 14px;
    margin: 0.875em 0 !important;
    color: rgba(38, 38, 38, 0.6);
}

@media screen and (min-width: 768px) {
    .english-follows {
        display: none;
    }
}

.frontpage-contents {
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .frontpage-contents {
        display: -webkit-flex;
        display: flex;
        padding: 8px 0;
    }
}

.frontpage-contents p {
    text-indent: 1em;
    margin: 0 0 1.75em;
}

.frontpage-contents p:last-child {
    margin-bottom: 0;
}

.frontpage-contents .frontpage__ja {
    padding: 0 16px 16px;
    font-size: 14px;
    line-height: 1.75;
    border-bottom: 1px solid rgba(0, 94, 60, 0.3);
}

@media screen and (min-width: 768px) {
    .frontpage-contents .frontpage__ja {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        font-size: 12px;
        padding: 0 20px 8px;
        border-bottom: none;
        border-right: 1px solid rgba(0, 94, 60, 0.3);
    }
}

.frontpage-contents .frontpage__en {
    padding: 0 16px 16px;
    font-size: 14px;
    line-height: 1.5;
    font-family: Georgia, "Times New Roman", Times, serif;
}

@media screen and (min-width: 768px) {
    .frontpage-contents .frontpage__en {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        padding: 0 20px 8px;
        font-size: 11px;
    }
}

.heading__front-title {
    text-align: center;
    letter-spacing: -0.01em;
}

.heading__front-title span {
    display: block;
    margin: 4px 0;
    color: #005e3c;
}

.front-title__ja {
    font-size: 25px;
    line-height: 1.4;
    font-family: "Shippori Mincho B1", serif;
}

@media screen and (min-width: 768px) {
    .front-title__ja {
        font-size: 20px;
        line-height: 1.75;
    }
}

.front-title__ja span {
    font-family: "Helvetica Neue", Arial, YakuHanJP, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.front-title__en {
    font-size: 20px;
    line-height: 1.3;
    font-family: "Marcellus", serif;
}

@media screen and (min-width: 768px) {
    .front-title__en {
        font-size: 16px;
        line-height: 1.5;
    }
}

.front-title__en span {
    font-size: 15px;
    margin: 12px 0;
}

@media screen and (min-width: 768px) {
    .front-title__en span {
        font-size: 11px;
    }
}

/* $ page    ========================================================================== */
.contents {
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .contents {
        display: -webkit-flex;
        display: flex;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .contents .aside {
        display: block;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        width: 27%;
    }
}

.contents .article {
    padding: 0 16px;
}

@media screen and (min-width: 768px) {
    .contents .article {
        padding: 0;
        width: 73%;
    }
}

.contents .article.article__tour {
    width: 100%;
}

.contents .article__gradenmap {
    padding: 0 16px;
}

@media screen and (min-width: 768px) {
    .contents .article__gradenmap {
        padding: 0;
    }
}

/* $ 詳細    ========================================================================== */
.contents__detail {
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .contents__detail {
        padding: 32px 16px;
    }
}

.contents__detail .detail {
    padding: 0 16px;
}

@media screen and (min-width: 768px) {
    .contents__detail .detail {
        padding: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
}

.contents__detail .detail .detail__photo {
    width: 100%;
    padding: 8px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    margin: 0 0 1.75em 0;
}

@media screen and (min-width: 768px) {
    .contents__detail .detail .detail__photo {
        width: 45%;
        margin: 0;
    }
}

.contents__detail .detail .detail__photo img {
    width: 100%;
    height: auto;
}

.contents__detail .detail .detail__info {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .contents__detail .detail .detail__info {
        width: 55%;
        padding: 0 0 0 24px;
    }
}

@media screen and (min-width: 992px) {
    .contents__detail .detail .detail__info {
        padding: 0 0 0 32px;
    }
}

.detail-head__sm {
    padding: 16px 16px 0;
}

@media screen and (min-width: 768px) {
    .detail-head__sm {
        display: none;
    }
}

.detail-head__md {
    display: none;
}

@media screen and (min-width: 768px) {
    .detail-head__md {
        display: block;
    }
}

.botanical-cat {
    font-size: 13px;
    background: #005e3c;
    color: #fff;
    margin: 0;
    padding: 2px 2px 2px 8px;
}

.heading__botanical-name {
    color: #005e3c;
    font-family: "Marcellus", serif;
    font-weight: 600;
    line-height: 1.4;
    font-size: 26px;
    margin: 0.435em 0 0.875em;
}

@media screen and (min-width: 768px) {
    .heading__botanical-name {
        font-size: 24px;
        margin: 0.875em 0;
    }
}

@media screen and (min-width: 992px) {
    .heading__botanical-name {
        font-size: 26px;
    }
}

.heading__botanical-name .heading__botanical-name__en {
    display: block;
    font-size: 13px;
    color: #262626;
}

@media screen and (min-width: 768px) {
    .heading__botanical-name .heading__botanical-name__en {
        font-size: 12px;
    }
}

@media screen and (min-width: 992px) {
    .heading__botanical-name .heading__botanical-name__en {
        font-size: 13px;
    }
}

.detail__data {
    font-size: 14px;
    padding: 0 0 0 1.4em;
    margin: 0 0 1.75em 0;
}

@media screen and (min-width: 768px) {
    .detail__data {
        font-size: 13px;
        margin: 0 0 3em 0;
    }
}

.holy-words {
    border-top: 1px dotted rgba(0, 94, 60, 0.5);
    padding: 1.75em 0 0 0;
}

@media screen and (min-width: 768px) {
    .holy-words {
        padding: 3em 0 0 0;
    }
}

.holy-words .heading__section {
    margin: 0 0 0.875em;
}

.holy-words .holy-words__text {
    font-size: 13px;
    line-height: 1.5;
}

.section {
    margin-bottom: 3.6em;
}

.section p {
    font-size: 15px;
    line-height: 2;
}

.section__aboutus p {
    text-indent: 1em;
}

.list__general {
    font-size: 15px;
}

.list__general li {
    margin: 8px 0;
}

/* ==========================================================================
   $ $ パンくずナビ 
========================================================================== */
.topicPath {
    margin: 0 0 16px;
    padding: 8px 0 0 10px;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .topicPath {
        padding: 0;
        margin: 0;
    }
}

.topicPath div {
    display: inline;
    font-size: 12px;
}

.topic-path {
    margin: 0;
    padding: 0;
    padding: 8px 0 0 10px;
    line-height: 1.5;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .topic-path {
        padding: 0;
        margin: 0;
    }
}

.topic-path .topic-path__item {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}

.topic-path .topic-path__item a {
    line-height: 1.5;
}

.topic-path .topic-path__item a:after {
    content: ">";
    display: inline-block;
    margin: 0 8px;
    color: #262626;
}

/* ==========================================================================
   $ heading
========================================================================== */
/* $ h1 ページタイトル  ========================================================================== */
.page-head {
    padding: 8px 20px;
}

@media screen and (min-width: 768px) {
    .page-head {
        padding: 16px 20px;
    }
}

@media screen and (min-width: 768px) {
    .page-head.page-head__garden {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
    }
}

.page-head .heading__page-title {
    letter-spacing: -0.02em;
    font-family: "Shippori Mincho B1", serif;
    text-align: center;
    font-size: 25px;
    line-height: 1.75;
    margin: 0 0 0.875em;
}

@media screen and (min-width: 768px) {
    .page-head .heading__page-title {
        text-align: left;
        font-size: 24px;
        margin: 0 0 0.875em;
    }
}

.page-head .heading__page-title span {
    display: block;
    letter-spacing: -0.01em;
    color: #005e3c;
    font-family: "Marcellus", serif;
    margin: 0;
    font-size: 13px;
}

@media screen and (min-width: 768px) {
    .page-head .heading__page-title span {
        font-size: 11px;
    }
}

.heading__section {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.1;
    font-size: 18px;
    margin: 0 -16px 0.875em;
}

@media screen and (min-width: 768px) {
    .heading__section {
        margin: 0 0 0.875em;
    }
}

.heading__section .heading__section__marker {
    margin: 0 8px 0 0;
}

.heading__section .heading__section__label {
    margin-top: 4px;
}

.heading__section.catch__garden {
    font-size: 13px;
}

@media screen and (min-width: 768px) {
    .heading__section.catch__garden {
        font-size: 13px;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        -webkit-flex-shrink: 1;
        flex-shrink: 1;
        white-space: nowrap;
    }
}

@media screen and (min-width: 992px) {
    .heading__section.catch__garden {
        font-size: 14px;
    }
}

/* ==========================================================================
   $ 聖書植物園について
========================================================================== */
/* ==========================================================================
   $ 植物マップ
========================================================================== */
@media screen and (min-width: 768px) {
    .garden-area-container {
        display: -webkit-flex;
        display: flex;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .garden-area-container .garden-area-title {
        -webkit-flex-basis: 180px;
        flex-basis: 180px;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }
}

.garden-area-container .garden-area-list {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .garden-area-container .garden-area-list {
        -webkit-flex-basis: 700px;
        flex-basis: 700px;
        margin-bottom: 1.75em;
    }
}

/* $ エリアタイトル   ========================================================================== */
.area-title {
    text-align: center;
    padding: 3em 0 0.875em;
    color: #005e3c;
    font-size: 21px;
    font-family: "Marcellus", serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

@media screen and (min-width: 768px) {
    .area-title {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        text-align: left;
        color: #005e3c;
        font-size: 16px;
        padding: 12px 12px 0 0;
    }
}

@media screen and (min-width: 768px) and (min-width: 992px) {
    .area-title {
        font-size: 17px;
    }
}

.area-title .area-title__area {
    font-size: 164.8%;
}

.area-title .area-title__a {
    color: #d15b61;
}

.area-title .area-title__b {
    color: #aa6cc4;
}

.area-title .area-title__c {
    color: #5ea3b4;
}

.area-title .area-title__d {
    color: #6fa980;
}

.area-title .area-title__e {
    color: #aba766;
}

.list-garden-items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.list-garden-items:after {
    display: block;
    height: 0;
    content: "";
    width: calc((100% - (8px * 2)) / 3);
}

@media screen and (min-width: 768px) {
    .list-garden-items:after {
        width: calc((100% - (8px * 3)) / 4);
    }
}

.list-garden-items:before {
    display: none;
}

@media screen and (min-width: 768px) {
    .list-garden-items:before {
        display: block;
        height: 0;
        content: "";
        width: calc((100% - (8px * 3)) / 4);
        -webkit-order: 1;
        order: 1;
    }
}

.list-garden-items .garden-item {
    margin: 0 0 -1px 0;
    padding: 12px 0 16px;
    list-style: none;
    border-top: 1px solid #99bfb1;
    border-bottom: 1px solid #99bfb1;
    width: calc((100% - (16px * 2)) / 3);
}

@media screen and (min-width: 768px) {
    .list-garden-items .garden-item {
        width: calc((100% - (8px * 3)) / 4);
    }
}

@media screen and (min-width: 992px) {
    .list-garden-items .garden-item {
        width: calc((100% - (16px * 3)) / 4);
    }
}

.list-garden-items .garden-item a {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-decoration: none;
}

.list-garden-items .garden-item a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.list-garden-items .garden-item a .garden-item__title {
    font-weight: 600;
}

.list-garden-items .garden-item a .garden-item__title .garden-item__title__ja {
    display: block;
    font-size: 13px;
    text-decoration: underline;
    line-height: 1.5;
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    .list-garden-items .garden-item a .garden-item__title .garden-item__title__ja {
        font-size: 12px;
    }
}

@media screen and (min-width: 992px) {
    .list-garden-items .garden-item a .garden-item__title .garden-item__title__ja {
        font-size: 13px;
    }
}

.list-garden-items .garden-item a .garden-item__title .garden-item__title__en {
    display: block;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    font-size: 12px;
    color: #262626;
    line-height: 1.3;
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    .list-garden-items .garden-item a .garden-item__title .garden-item__title__en {
        font-size: 11px;
    }
}

@media screen and (min-width: 992px) {
    .list-garden-items .garden-item a .garden-item__title .garden-item__title__en {
        font-size: 12px;
    }
}

.list-garden-items .garden-item a .garden-item__image {
    -webkit-align-self: bottom;
    align-self: bottom;
}

.list-garden-items .garden-item a .garden-item__image img {
    transition: 0.3s;
    width: 100%;
    height: auto;
}

.allmap__md-container {
    margin: 0 -16px;
}

@media screen and (min-width: 768px) {
    .allmap__md-container {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .allmap__md {
        display: none;
    }
}

.allmap__md img {
    width: 100%;
}

.tabs {
    display: block;
}

/* =====================================================================
*    ローカルメニュー
* =================================================================== */
.local-nav {
    margin: 0 0 1.75em 0;
    padding: 0 12px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .local-nav {
        margin: 0;
        padding: 0;
        display: block;
    }
}

.local-nav.local-nav__area {
    margin: 1.75em 0 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.local-nav.local-nav__area:after {
    content: "";
    height: 0;
    width: calc(100% / 3);
}

.local-nav.local-nav__area li {
    width: calc(100% / 3);
    margin: 0;
    position: relative;
}


@media screen and (min-width: 768px) {
    .local-nav.local-nav__area li {
        text-align: center;
    }
}

.local-nav.local-nav__column {
    margin: 0.875em 0 1.75em 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .local-nav.local-nav__column {
        margin: 0;
        padding: 0;
        display: block;
    }
}

.local-nav.local-nav__column:after,
.local-nav.local-nav__column:before {
    content: "";
    height: 0;
    display: block;
    width: calc(100% / 4);
}

@media screen and (min-width: 768px) {

    .local-nav.local-nav__column:after,
    .local-nav.local-nav__column:before {
        display: none;
    }
}

.local-nav.local-nav__column:before {
    -webkit-order: 1;
    order: 1;
}

.local-nav.local-nav__column li {
    width: calc(100% / 4);
    margin: 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .local-nav.local-nav__column li {
        text-align: left;
        width: calc(100%);
    }
}

.local-nav li {
    list-style: none;
    margin: 0 1em 0 0;
    padding: 2px 0 0 20px;
    position: relative;
}


.local-nav li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    margin: auto;
    background-image: url(../img/icon-arrow.svg);
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
}

@media screen and (min-width: 768px) {
    .local-nav li {
        width: auto;
        margin: 0;
    }
}

.local-nav li:first-child {
    padding-top: 0;
}

.local-nav li a {
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
}

@media screen and (min-width: 768px) {
    .local-nav li a {
        font-size: 14px;
    }
}

.local-nav li a i {
    color: #bbb;
    margin-right: 2px;
}

@media screen and (min-width: 768px) {
    .local-nav li a i {
        margin-right: 4px;
    }
}

.local-nav li a:hover i {
    color: #005e3c;
}

/*======================================

  Contetns Module

=======================================*/
#blockBotanical {
    margin: 1.6em 0 0 0;
    padding: 0 20px 0 16px;
    zoom: 1;
}

#blockBotanical:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fotoBotanical {
    float: left;
    background: url(../img/botanical/bg_foto.png) no-repeat;
    padding: 6px 9px 12px 9px;
}

.blockBotanicalDetail {
    float: right;
    width: 440px;
}

.botanicalCat em {
    color: #fff;
    font-weight: normal;
}

.blockBotanicalDetail h2 {
    display: block;
    color: #00441c;
    font-size: 136%;
    font-family: serif;
    margin: 1.6em 0 1.6em;
}

.blockBotanicalDetail h2 span {
    display: block;
    font-size: 66.7%;
    font-weight: normal;
    color: #242424;
    line-height: 2;
}

.caption {
    background: url(../shared/img/k.gif) repeat-x;
    padding: 1.6em 0 0 0;
    margin-bottom: 2.4em;
}

.blockBotanicalDetail h3 {
    margin-bottom: 1em;
}

dl.seiku {
    font-size: 93%;
    margin: 0 0 1.6em 0;
}

dl.seiku dt {
    margin: 0;
    font-weight: bold;
    color: #00441c;
}

dl.seiku dd {
    margin: 0 0 1.6em 1em;
}

.blockBotanicalNavi {
    clear: both;
    width: 884px;
    border-top: 1px solid #c8beb8;
    margin: 1.6em 0 0 16px;
    text-align: right;
    padding: 1.6em 0 0 0;
}

.blockBotanicalNavi li {
    display: inline;
    margin: 0 0 0 2.4em;
}

#Map {
    z-index: 20;
}

#Map area {
    outline: none;
}

@media screen and (min-width: 768px) {
    #blockAllMaps {
        clear: both;
        position: relative;
    }
}

.ov {
    display: none;
}

@media screen and (min-width: 768px) {
    .ov {
        display: block;
        position: absolute;
        z-index: 20;
    }

    .ov img {
        width: 100%;
        height: auto;
    }
}

#areaA__OV {
    top: 53.8%;
    left: 80.79%;
    right: 2.95%;
}

#areaB__OV {
    top: 49.04%;
    left: 51.13%;
    right: 21.25%;
}

#areaC__OV {
    top: 66.19%;
    left: 49.77%;
    right: 37.045%;
}

#areaD__OV {
    top: 53.33%;
    left: 35.68%;
    right: 49.09%;
}

#areaE__OV {
    top: 34.76%;
    left: 21.47%;
    right: 49.31%;
}

#mapCaption {
    background: url(../img/map/illust.gif) no-repeat right top;
    line-height: 44px;
    margin-top: 0;
    padding-right: 40px;
}

#mapList {
    display: none;
}

@media screen and (min-width: 768px) {
    #mapList {
        display: block;
        clear: both;
        width: 100%;
        max-width: 880px;
        height: auto;
        z-index: 20;
        margin-bottom: 3.2em;
        position: relative;
    }

    #mapList img {
        width: 100%;
        height: auto;
    }
}

.blockArea {
    clear: both;
    margin: 1.6em 0;
    zoom: 1;
}

.blockArea:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.blockArea h3 {
    float: left;
    width: 126px;
}

.areaList {
    float: right;
    width: 710px;
}

table.botanicalAreaList {
    border-collapse: collapse;
}

.botanicalAreaList th {
    width: 130px;
    border-left: 10px solid #fff;
    border-top: 1px solid #B2C2B9;
    font-size: 85%;
    vertical-align: top;
    padding: 10px 0 5px 0;
}

.botanicalAreaList td {
    width: 130px;
    border-left: 10px solid #fff;
    border-bottom: 1px solid #B2C2B9;
    padding: 0 0 10px 0;
}

/* @group 植物検索 */
/* =====================================================================
*   植物検索
* =================================================================== */
.site-search {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
}

input.sitesearch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 8px 0 0;
    padding-left: 32px;
    height: 36px;
    border: 1px solid #ccc;
    border-right: none;
    outline: none;
    transition: 0.3s;
}

@media screen and (min-width: 768px) {
    input.sitesearch {
        width: 320px;
        font-size: 18px;
        margin: 0;
    }
}

input.sitesearch:focus {
    border-color: rgba(0, 94, 60, 0.6);
    box-shadow: 0 0 5px 1px rgba(0, 94, 60, 0.1);
    background: #fefee3;
}

#blockBotanicalSearch input.sbm {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    line-height: 1.5;
    padding: 0 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 16px;
    border: 1px solid #005e3c;
    margin: 0;
    background: #005e3c;
    color: #fff;
    cursor: pointer;
    height: 36px;
}

.input-search-item {
    position: relative;
    margin: 0;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .input-search-item {
        width: auto;
    }
}

.input-search-item i {
    position: absolute;
    top: 12px;
    left: 8px;
    color: #005e3c;
}

.heading__botanical-coloumn {
    font-size: 15px;
    background: rgba(0, 94, 60, 0.05);
    border: 1px solid rgba(0, 94, 60, 0.1);
    padding: 2px 8px;
    margin-top: 1.75em;
}

.botanical-list {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .botanical-list {
        display: -webkit-flex;
        display: flex;
    }
}

.botanical-list .botanical-list__column-title__md {
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
    background: rgba(255, 255, 255, 0.75);
    font-weight: 600;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .botanical-list .botanical-list__column-title__md {
        display: none;
    }
}

.botanical-list .botanical-list__column-title {
    display: none;
}

@media screen and (min-width: 768px) {
    .botanical-list .botanical-list__column-title {
        display: block;
        width: 10%;
        padding: 8px 8px 16px 0;
    }
}

.botanical-list .botanical-list__column-title .column-title__item {
    position: -webkit-sticky;
    position: sticky;
    font-weight: 600;
    font-size: 14px;
    top: 0;
}

.botanical-list .botanical-list__contents {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .botanical-list .botanical-list__contents {
        width: 90%;
    }
}

.botanical-list__body {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.botanical-list__body:after {
    content: "";
    width: calc((100% - (16px * 2)) / 3);
    height: 0;
}

.botanical-list__body .botanical-list__item {
    list-style: none;
    margin: 8px 0;
    padding: 0;
    min-height: calc(2em + 32px);
    border: 1px solid rgba(0, 94, 60, 0.5);
    transition: 0.3s;
    width: calc((100% - (8px * 2)) / 2);
}

@media screen and (min-width: 768px) {
    .botanical-list__body .botanical-list__item {
        width: calc((100% - (16px * 2)) / 3);
    }
}

.botanical-list__body .botanical-list__item:hover {
    border: 1px solid rgba(0, 94, 60, 0.7);
    background: rgba(0, 94, 60, 0.1);
}

.botanical-list__body .botanical-list__item .bl__item__link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    line-height: 1.5;
    font-size: 13px;
    padding: 8px 12px;
}

table.botanicalList {
    width: 650px;
    border-collapse: separate;
    border-spacing: 10px;
    font-size: 93%;
}

.botanicalList th {
    vertical-align: middle;
    width: 3em;
}

.botanicalList td {
    width: 150px;
    height: 3em;
    text-align: left;
    vertical-align: middle;
    padding: 7px 10px;
    border: 1px solid #B2C2B9;
}

.botanicalList td a.hover {
    color: #ff6600;
}

.botanicalList td.hover {
    background: #D7E9DE;
    cursor: pointer;
}

.botanicalList td.none {
    border: 1px solid #fff;
}

/* @end */
/* ==========================================================================
   $ 見学コース   
   ========================================================================== */
.about-garden-tour {
    margin: 0 0 1.75em 0;
}

@media screen and (min-width: 576px) {
    .about-garden-tour {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        width: 100%;
    }
}

.about-garden-tour .about-garden-tour__img {
    padding: 8px;
    width: 100%;
    border: 1px solid #ccc;
    margin: 0 0 1.75em 0;
}

@media screen and (min-width: 576px) {
    .about-garden-tour .about-garden-tour__img {
        width: 40%;
        padding: 8px;
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    .about-garden-tour .about-garden-tour__img {
        width: 30%;
        padding: 8px;
    }
}

.about-garden-tour .about-garden-tour__img img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 576px) {
    .about-garden-tour .about-garden-tour__text {
        width: 60%;
        padding: 8px 0 8px 16px;
    }
}

@media screen and (min-width: 768px) {
    .about-garden-tour .about-garden-tour__text {
        width: 70%;
        padding: 8px 0 8px 32px;
    }
}

.about-garden-tour .about-garden-tour__text p {
    font-size: 15px;
    line-height: 2;
    margin: 0 0 1em 0;
}

@media screen and (min-width: 576px) {
    .about-garden-tour .about-garden-tour__text p {
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) {
    .about-garden-tour .about-garden-tour__text p {
        font-size: 15px;
    }
}

.about-garden-tour .about-garden-tour__text p:last-child {
    margin: 0;
}

.about-garden-tour .about-garden-tour__text p.garden-tour__note {
    font-size: 72%;
    line-height: 1.6;
    margin-top: 1.75em;
}

.hidden__sp {
    display: none;
}

@media screen and (min-width: 768px) {
    .hidden__sp {
        display: block;
    }
}

.hidden__pc {
    display: block;
}

@media screen and (min-width: 768px) {
    .hidden__pc {
        display: none;
    }
}

/* ==========================================================================
   $ drawer moble-nav
   ========================================================================== */
.drawer-open {
    overflow: hidden;
}

.ua-windows_nt .drawer-open {
    overflow: auto;
}

.mobile-fixed-nav {
    position: fixed;
    z-index: 40;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    background: #005e3c;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .mobile-fixed-nav {
        display: none;
    }
}

.drawer-hamburger {
    display: block;
    width: 64px;
    height: 64px;
    padding: 0 20px;
    margin: 0 auto;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: transparent;
}

.drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent;
}

.drawer-hamburger-icon {
    position: relative;
    display: block;
    margin: 0;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    width: 100%;
    height: 2px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    position: absolute;
    top: -8px;
    left: 0;
    content: " ";
}

.drawer-hamburger-icon:after {
    top: 8px;
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
    top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}

.drawer-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 100vh;
    background: rgba(255, 255, 255, 0.95) url(../img/bg_sp_nav.svg) no-repeat;
    background-size: 100% auto;
    background-position: right top;
    z-index: 30;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    display: -webkit-flex;
    display: flex;
}

@media screen and (min-width: 768px) {
    .drawer-nav {
        display: none;
    }
}

.drawer-nav.open-nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.drawer-nav.open-nav .drawer-clone {
    opacity: 1;
    filter: alpha(opacity=100);
}

.dn-contaier {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    min-height: 100vh;
    padding: 80px 30px 30px 30px;
    position: relative;
}

.dn-contaier .link__facebook {
    margin: 40px 0 52px;
}

.drawer-clone {
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0;
    padding: 0;
    list-style: none;
}

.drawer-clone .gnav__item {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.drawer-clone .gnav__item.current {
    border-bottom: 2px solid rgba(0, 94, 60, 0.5);
}

.drawer-clone .gnav__item.current a {
    color: #005e3c;
}

.drawer-clone .gnav__item a {
    display: block;
    text-decoration: none;
    color: #262626;
    font-size: 18px;
    font-size: 4.8vw;
    padding: 16px 0;
}

.drawer-clone .gnav__item a .nav__en {
    font-size: 13px;
    margin-left: 16px;
}

/* ==========================================================================
   $ animate
   ========================================================================== */