@charset "UTF-8";
html {
    font-size: 62.5%;
}

body {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.4;
    color: #000;
}

a {
    text-decoration: none;
    color: initial;
}

a {
    text-decoration: initial;
}

/*
.top {
    height: 100%;
    background: none;
    position: relative;
}

.top video {
    display: block;
    width: 100%;

}*/

.bgmidori {
    background: #00a069;
}

.bgmidori {
    color: #fff !important;
}

.fff {
    color: #fff;
}

#box {
    width: 100%;
    height: 100vh;
    display: block;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#box video {
    min-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    min-width: 100vw;
    position: absolute;
    left: 50%;
    top: 0;
    vertical-align: middle;
    transform: translate(-50%);
    -webkit- transform: translate(-50%);
}

.headline {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 310px;

}


.headline h2 {
    margin: 0 auto;
    font-size: 48px;
    color: #fff;
    line-height: 1.4;
}

.headline p {
    color: #fff;
    font-weight: 100;
    font-weight: bold;
    font-size: 2.0rem;
}

.headline h2 {
    text-shadow: -1px -1px 0 rgba(21, 166, 86, 1), 1px -1px 0 rgba(21, 166, 86, 1), -1px 1px 0 rgba(21, 166, 86, 1), 1px 1px 0 rgba(21, 166, 86, 1);
}

.rightline {
    position: absolute;
    text-align: center;
    top: 5%;
    left: 5%;
    -ms-transform: translate(5%, 5%);
    -webkit-transform: translate(5%, 5%);
    transform: translate(5%, 5%);
}

.rightline img {
    max-width: 200px;
}

.max300 {
    max-width: 500px;
    margin: 0 auto;
}

.max90 {
    max-width: 90px;
    margin: 0 auto;
}

.max500 {
    max-width: 500px;
    margin: 0 auto;
}

.circle {
    color: #fff;
    background-color: #f00;
    padding: 0;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: block;
    border-radius: 50%;
    font-weight: bold;
}

.midori {
    background-color: #00a069;
}

.blue {
    background-color: #00a5ea;
}

.red {
    background-color: #FF0000;
}

.link {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 1.8rem;
    color: #fff;
    background: #80cef2;
}

.link2 {
    display: block;
    max-width: 339px;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 1.8rem;
    color: #fff;
    background: #00a069;
}

.link3 {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 1.8rem;
    color: #000;
    background: #faed00;
}

.link:hover,
.link2:hover,
.link3:hover {
    opacity: .7;
    text-decoration: none;
    color: #fff;
}

.link3:hover {
    color: #000;
}

footer {
    border-top: 1px solid rgb(78, 78, 78);
}

@media (max-width: 1151px) {
    .headline h2 {
        margin: 0 auto;
        font-size: 45px;
        color: #fff;
        line-height: 1.4;
    }
}

@media (max-width: 1081px) {
    .headline h2 {
        margin: 0 auto;
        font-size: 40px;
        color: #fff;
        line-height: 1.4;
    }
}

@media (max-width: 1081px) {
    .headline h2 {
        margin: 0 auto;
        font-size: 30px;
        color: #fff;
        line-height: 1.4;
    }
}

@media (max-width: 1081px) {
    .headline h2 {
        margin: 0 auto;
        font-size: 20px;
        color: #fff;
        line-height: 1.4;
    }
}

@media (max-width: 1081px) {
    .headline h2 {
        margin: 0 auto;
        font-size: 25px;
        color: #fff;
        line-height: 1.4;
    }

}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page-top a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #727171;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    line-height: 50px;
    border-radius: 40px;
    color: #fff;

}

#page-top a:hover {
    text-decoration: none;

}

.max900 {
    max-width: 900px;
    margin: 0 auto;
}

.sbf {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

a.sbox {
    border: 1px solid #00a069;
    width: 100%;
    color: #00a069;
    background: #fff;
    display: block;
    padding: 5px;
    margin-bottom: 20px;
    transition: 1s all ease 0s;
}

a.sbox:hover {
    border: 1px solid #fff;
    width: 100%;
    color: #fff;
    text-decoration: none;
    background: transparent;
}

a.on {
    border: 1px solid #00a069;
    width: 100%;
    color: #00a069;
    background: #fff;
    text-decoration: none;
}

.sbox p {
    margin-bottom: 0;
}

ul.slist {
    margin: 0;
    padding: 0;

}

ul.slist li {
    list-style: none;
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.6rem;
}

.google-map {
    position: relative;
    width: 100%;
    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 30%;
    /* padding-topでもOK */
    overflow: hidden;
}

.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* 必要であれば!importantを付けてください */
    height: 100%;
    /* 必要であれば!importantを付けてください */
}

.bg_grey {
    background: #f8fed8;
}

div.max460 {
    max-width: 339px;
    margin: 0 auto;
}











.sticky-top {
    position: -webkit-sticky;
    position: fixed;
    top: 0;
    z-index: 1020;
    width: 100%;
}




header {
    background: rgba(255, 255, 255, 0.7);
    height: 68px;
}


h1.toplogo {
    max-width: 300px;
    position: absolute;
    top: 6px;
    left: 10px;
}

.drawer-hamburger {
    position: absolute;
    z-index: 4;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 55px;
    padding: 0;
    padding: 18px .75rem 30px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: transparent;
    height: 20px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    width: 28px;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    background-color: #727171;
    margin: 0 auto;
}

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

.menupoji {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    bottom: 10px;
}

ul.nav {
    margin: 0 auto;
    justify-content: center;

}

ul.nav li {
    font-size: 1.4rem;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    padding-left: 5px;
    padding-right: 5px;

}

ul.nav li span {
    font-weight: 500;
}

ul.nav li a.nav-link {
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
}

ul.nav li a.nav-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

/*
ul.nav li a.nav-link:hover {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #00a069;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

ul.nav li a.nav-link:hover {
    transform: scale(1, 1);
}
*/

ul.nav li a.active::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #508dff;
    transform: none;
    transition: none;
}

ul.nav li a.active:hover::after {
    transform: none;
}

ul.nav.hed02 {
    position: absolute;
    top: 10px;
    right: 215px;
}

ul.hed02 li {
    font-size: 1.0rem !important;
}

ul.hed01 {
    position: absolute;
    top: 15px;
    right: 10px;
}

ul.hed01 li a {
    font-size: 1.4rem;
}

ul.hed01 li a span {
    display: block;

}

.max372 {
    max-width: 110px;
    display: block;
}

.max1157 {
    display: none;

}

.drawer--right.drawer-open .drawer-hamburger {
    right: 25rem;
}

.drawer--right .drawer-nav {
    right: -25rem;
    -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
    transition: right .6s cubic-bezier(.19, 1, .22, 1);
}

.drawer-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    overflow: hidden;
    width: 25rem;
    height: 100%;
    color: #222;
    background-color: #fff;
}

.drawer-menu-item {
    font-size: 1.4rem;
    font-weight: 500;
}

.card {
    background-color: #508dff;
    background-clip: inherit;
    border: none;
    border-radius: none;
}

.text-body {
    color: #fff !important;
}


.drawer-nav {
    overflow: scroll;
}

.list-group-item a {
    color: #000;
    font-size: 1.2rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}

h5 a {
    font-size: 1.4rem;
}

.card .mb-0 a {
    display: block;
    padding: 10px;
    color: #666;
    text-decoration: none;
    position: relative;
}

.card .mb-0 a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.card .mb-0 a[aria-expanded=false]::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-duration: 0.3s;
}

.card .mb-0 a[aria-expanded=true]::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transition-duration: 0.3s;
}

[id^="menu"] li {
    padding: 10px 10px 10px 20px;
}


.spmax889 {
    display: none;
}

.drawer-nav {
    background: rgba(114, 113, 113, 0.6);
}

ul.drawer-menu li a.drawer-menu-item {
    color: #fff;
}

ul.drawer-menu li a.drawer-menu-item span {
    display: block;
}

h1.logo {
    color: #fff;
    font-size: 36px;
    line-height: 1.8;
    width: 70%;
    margin: 0 auto;
}

br.sp {
    display: none;
}
/*


div#tabBoxes #tabBox1,
div#tabBoxes #tabBox2,
div#tabBoxes #tabBox3 {
    width: 100%;

}

div#tabBoxes #tabBox1 {
    display: none;
}

div#tabBoxes #tabBox2 {
    display: none;
}

div#tabBoxes #tabBox3 {
    display: none;
}*/
h5 {
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}
h5 {
    margin-top: 70px;
}
h5.s3 {
    margin-top: 80px;
}
.fw {
    font-weight: bold;
}
a.mouseover {
    display: block;
    max-width: 214px;
    margin: 40px auto 20px;
}

p.imgzon {
    display: block;
    max-width: 300px;
    margin: 40px auto 20px;
}
section.rei {
    max-width: 500px;
    margin: 0 auto;
}
ul.co{
    margin: 0;
    padding: 0;
}
ul.co li{
    list-style: none;
}
.mapz  {
    background: #fefffe;
}

.mapz a {
    color: #fff;
}
.mapz a:hover {
    opacity: .8;
    text-decoration: none;
}
.st {
    border: 1px solid #fff;
    padding: 5px 4px;
    font-weight: bold;
        line-height: 2.2;
}
.btn-sticky {
    padding: 0.5em 1em;
    text-decoration: none;
    background: #fff;
    color: #333333;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    display: block;
    max-width: 220px;
    margin: 0 auto;
    border-radius: 4px;
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
.btn-sticky:hover {
    text-decoration: none;
    color: #333333;

}
.max245{
    max-width: 245px;
    margin: 0 auto 0;
}
@media (max-width: 889px) {
    div.max889 {
        display: none;
    }
    .spmax889 {
        display: inline;
    }
    .max372 {
        display: block;
    }
    .max1157 {
        display: none;
    }
}

#section10 {
    position: absolute;
    text-align: center;
    bottom: 10%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#section10 a {
    padding-top: 60px;
}

#section10 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 25px;
    height: 40px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

#section10 a span::before {
    position: absolute;
    top: 5px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

.max630 {
    max-width: 680px;
    margin: 0 auto;

}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.topics {
    width: 100%;
}

.topics dl {
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
    font-size: 15px;
    letter-spacing: 1px;
    padding-bottom: 8px;
    font-weight: normal;
}

.topics dt {
    padding-bottom: 5px;
}

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

    .topics dl {
        width: 100%;
        margin: 0 auto;
        letter-spacing: 1px;
        font-size: 16px;
        padding-bottom: 8px;
        font-weight: normal;
    }

    .topics dt {
        clear: left;
        float: left;
        width: 20%;
        margin-bottom: 0;
        font-weight: normal;
    }

    .topics dd {
        margin: 0 0 0 30%;
        font-weight: normal;
    }



}
@media (max-width: 822px) {
    .headline p {

        font-size: 1.7rem;
    }
}
.pmt40 {
    margin-top: 40px;
    text-align: center;
}
@media (max-width: 767px) {
    h1.logo {
        color: #fff;
        font-size: 30px;
        line-height: 1.8;
    }
    h5 {
        display: none;
    }
.pmt40 {
    margin-top: 10px;
    text-align: left;
}
    .fz20 {
        font-size: 18px;
    }
}
@media (max-width: 707px) {
    .headline p {

        font-size: 1.3rem;
    }
}
.l500 {
    text-align: center;
}
@media (max-width: 430px) {
.l500 {
    text-align: left;
}
}
@media (max-width: 404px) {
    .drawer-hamburger {
        position: absolute;
        z-index: 4;
        top: 0;
        display: block;
        box-sizing: content-box;
        width: 55px;
        padding: 0;
        padding: 0px .75rem 4px;
        -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
        transition: all .6s cubic-bezier(.19, 1, .22, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        border: 0;
        outline: 0;
        background-color: transparent;
        height: 64px;
    }
    .menupoji {
        display: none;
    }
    .sticky-top > .pb20 {
        padding-bottom: 0 !important;

    }
    header {

        height: 68px;
    }

}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.bgsilver {
background: rgba(201,202,202,0.2);
}