body {
    background-color: white;
    color: #212121;
    font-size: 15px;
    line-height: 26px;
    padding-top: 0px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.bak_blk {
    background-color: rgba(0, 0, 0, .7);
}

.navbar-inverse {
    background-color: rgba(0, 0, 0, .5);
}

.c_silver {
    color: silver;
}

.en {
    font-family: 'Playfair Display', serif;
}

.openhour {
    font-size: 24px;
    margin-left: 20px;
}

.kaikan {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.space_b_20 {
    margin-bottom: 20px;
}

#table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

#table td,
#table th {
    padding: 5px;
    border: 1px solid #ccc;
}

#table th {
    font-weight: normal;
    text-align: center;
}

#table thead th {
    background: #E4E2D6;
    color: #8A8479;
}

@media only screen and (max-width:800px) {
    #table {
        display: block;
    }
    #table thead {
        display: none;
    }
    #table tbody {
        display: block;
    }
    #table tbody tr {
        display: block;
        padding-bottom: 1em;
    }
    #table tbody th,
    #table tbody td {
        display: list-item;
        border: none;
        text-align: left;
    }
    #table tbody th {
        margin-bottom: 5px;
        list-style-type: none;
        background: #E4E2D6;
        text-align: center;
    }
    #table tbody td {
        margin-left: 0px;
        padding: 0;
        list-style: none;
    }
    #table tbody td:nth-of-type(1):before {
        content: "【個人】";
    }
    #table tbody td:nth-of-type(2):before {
        content: "【団体】";
    }
    #table tbody td:nth-of-type(3):before {
        content: "【年間パスポート】";
    }
}

.no_space {
    padding: 0px;
    margin: 0px;
}

.welcome {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (min-width:768px) {
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 260px;
        text-align: center;
    }
    .navbar > .container .navbar-brand-centered,
    .navbar > .container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
}

.navbar-default {
    background-color: rgba(0, 0, 0, .7);
    border-color: rgba(0, 0, 0, .7);
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.navbar-brand {
    padding: 0px;
}

.bak_salmon {
    background-image: url(../img/bak_salmon.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.munubox {
    /*    background-color: rgba(255, 255, 255, .8);*/
    background: #F7F3E8;
    border-bottom: 1px solid #DEB887;
}

.wrapper-tops {
    background-color: white;
}

.bg-darkgreen {
    background-color: #1B2C2C;
}

.bg-darkgrey {
    background-color: darkslategray;
}

.text-darkgrey {
    color: #BBBBBB;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
}

.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
}

.flex-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

/*blog*/

#staffFeed {
    padding: 0px;
    margin: 0px;
}

#staffFeed .gfc-resultsbox-visible {
    text-align: left;
}

#staffFeed .gfc-resultsRoot {}

#staffFeed .gfc-resultsHeader {
    display: none;
    border-bottom: none;
}

#staffFeed .gfc-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#staffFeed .gfc-result {}

#staffFeed .gfc-title {}

#staffFeed .gf-title {
    font-size: 16px;
    text-decoration: none;
    color: darkgreen;
    width: 92%;
}

#staffFeed a.gf-title {}

#staffFeed .gf-author {
    display: none;
}

#staffFeed .gf-spacer {
    display: none;
}

#staffFeed .gf-relativePublishedDate .gf-relativePublishedDateYMD {
    display: block;
}

#staffFeed .gf-relativePublishedDate .gf-relativePublishedDateDelimiter {
    display: none;
}

#staffFeed .gf-relativePublishedDate .gf-relativePublishedDateHM {
    display: none;
    font-size: 10px;
}

#staffFeed .gf-result:hover .gf-title {
    cursor: pointer;
    opacity: .6;
}

#staffFeed .gf-result:hover .gf-relativePublishedDate {
    cursor: pointer;
    opacity: .6;
}

#staffFeed .gf-result:hover .gf-thumbnail {
    cursor: pointer;
    opacity: .6;
}

#staffFeed .gf-result:hover .gf-snippet {
    cursor: pointer;
    opacity: .6;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

#staffFeed .gf-result {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    height: 370px;
    min-height: 100px;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    margin-top: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 94%;
}

#staffFeed div.gf-title {
    overflow: hidden;
    position: absolute;
    top: 190px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 60px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
}

#staffFeed .gf-relativePublishedDate {
    font-size: 12px;
    position: absolute;
    top: 0px;
    font-weight: bold;
    vertical-align: bottom;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    background-color: rgba(221, 21, 60, .9);
}

#staffFeed .gf-snippet {
    line-height: 24px;
    position: absolute;
    top: 255px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: gray;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 90%;
}

#staffFeed .gf-category {
    display: none;
}

#staffFeed .gf-thumbnail {
    overflow: hidden;
    background-image: url(../img/noimage.gif);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px;
    width: 100%!important;
    height: 180px!important;
}

.gf-thumbnail img {
    width: 100%!important;
    height: 100%!important;
    overflow: hidden;
    object-fit: cover;
}

/*blog*/

/*ticker*/

@keyframes ticker {
    /*アニメーション設定。右から左に流す、を繰り返す*/
    0% {
        transform: translate(0, 0);
        visibility: visible;
    }
    100% {
        transform: translate(-100%, 0);
    }
}



.ticker-wrap .ticker {
    /*ティッカー本体*/
    display: inline-block;
    line-height: 100px;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 40s;
    font-family: 'Playfair Display', serif;
}

.ticker-wrap .ticker__item {
    /*個別設定*/
    display: inline-block;
    font-size: 100px;
    color: rgba(16, 64, 0, .8);
    letter-spacing: 1px;
}

/*本体にマウスホバーしたらアニメーションを一時停止*/

/*.ticker-wrap:hover .ticker{
  animation-play-state: paused;
}*/

/*ticker*/

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.text_large {
    font-size: 1.2rem;
    line-height: 2.2rem;
}



.text-salmon {
    color: rgba(255, 103, 62, .8);
}

.text-science {
    color: rgba(255, 255, 255, .8);
}

.title_l {
    font-size: 2rem;
    margin: 0px;
    padding: 0px;
    letter-spacing: 3px;
}

.title_p {
    font-size: 1.4rem;
    margin: 0px;
    padding: 0px;
}

.title_s {
    font-size: 1.4rem;
    margin: 0px;
    padding: 0px;
}

.min {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.wave {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    min-height: 350px;
}

.bak_footer {
    padding-top: 0px;
    padding-bottom: 0px;
    color: white;
    position: relative;
    margin-bottom: 0px;
    bottom: 0px;
    background-color: #000046;
}

footer {
    margin-top: -20px;
}

.bak_z {
    z-index: 999;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.divider_f {
    background-image: url(../img/divider.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
}

.divider_w {
    background-image: url(../img/divider_w.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
}
.divider_s {
    background-image: url(../img/divider_s.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 17px;
}

.text-silver {
    color: silver;
}

.bak_page {
    background-color: rgba(239, 232, 222, .4);
}

.area01 {
    padding: 10%;
    color: #fff;
}

.area02 {
    padding: 10%;
    background: #fff;
}

.buttonBar {
    display: none;
}

.content-section {
    background-image: url(../img/ajax-loader.gif)!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: 100px;
}

.bg-blk {
    background-color: #1b1b1b;
    color: silver;
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-light .navbar-nav .nav-link {
    color: #888888!important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #FF673E!important;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: black!important;
}

/* Small devices (landscape phones, 544px and up) */

.parallax-window {
    background: transparent;
    height: 400px;
}

.parallax-window img {
    width: 100px;
}

.ticker-wrap {
    /*ティッカーを包括している親要素*/
    overflow: hidden;
    padding-left: 100%;
    box-sizing: content-box;
    margin-top: 400px;
}

.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100vw;
    height: 600px;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

.bak_gabu {
    background-image: url(../img/gabu.jpg);
    height: 500px;
    background-size: cover;
    background-position: left -180px center;
}

.bak_kyouiku {
    background-image: url(../img/bak_kyouiku.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
}
.bak_about {
    background-image: url(../img/bak_about.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
}

.bak_contact {
    background-image: url(../img/bak_contact.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
}
.bak_shop {
    background-image: url(../img/bak_shop.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
}

.bak_map {
    height: 500px;
}


.border-nav {
    border-bottom: 1px solid #DDDDDD;
}

@media (min-width: 544px) {
    .card-columns {
        column-count: 2;
    }
    .parallax-window {
        min-height: 800px;
        background: transparent;
    }
    #staffFeed .gf-result {
        width: 48%;
    }
    .ticker-wrap {
        /*ティッカーを包括している親要素*/
        overflow: hidden;
        padding-left: 100%;
        box-sizing: content-box;
        margin-top: 400px;
    }
    .cb-slideshow,
    .cb-slideshow:after {
        position: fixed;
        width: 100vw;
        height: 600px;
        top: 0px;
        left: 0px;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bak_gabu {
        background-image: url(../img/gabu.jpg);
        height: 600px;
        background-size: cover;
        background-position: center center;
    }

    .bak_kyouiku {
        background-image: url(../img/bak_kyouiku.jpg);
        height: 600px;
        background-size: cover;
        background-position: center center;
    }
    .bak_about {
        background-image: url(../img/bak_about.jpg);
        height: 600px;
        background-size: cover;
        background-position: center center;
    }

    .bak_contact {
        background-image: url(../img/bak_contact.jpg);
        height: 600px;
        background-size: cover;
        background-position: center center;
    }
    .bak_shop {
        background-image: url(../img/bak_shop.jpg);
        height: 600px;
        background-size: cover;
        background-position: center center;
    }

    .bak_map {
        height: 600px;
    }

    .bak_about {
        background-image: url(../img/bak_about.jpg);
        height: 600px;
        background-size: cover;
        background-position: center center;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
    .card-columns {
        column-count: 2;
    }
    .parallax-window {
        min-height: 800px;
        background: transparent;
    }
    #staffFeed .gf-result {
        width: 48%;
    }
    .ticker-wrap {
        /*ティッカーを包括している親要素*/
        overflow: hidden;
        padding-left: 100%;
        box-sizing: content-box;
        margin-top: 600px;
    }
    .cb-slideshow,
    .cb-slideshow:after {
        position: fixed;
        width: 100vw;
        height: 800px;
        top: 0px;
        left: 0px;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .card-columns {
        column-count: 3;
    }
    .parallax-window {
        min-height: 800px;
        background: transparent;
    }
    #staffFeed .gf-result {
        width: 31%;
    }
    .ticker-wrap {
        /*ティッカーを包括している親要素*/
        overflow: hidden;
        padding-left: 100%;
        box-sizing: content-box;
        margin-top: 600px;
    }
    .cb-slideshow,
    .cb-slideshow:after {
        position: fixed;
        width: 100vw;
        height: 800px;
        top: 0px;
        left: 0px;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .border-nav {
        border-bottom: none;
    }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .parallax-window {
        min-height: 800px;
        background: transparent;
    }
    #staffFeed .gf-result {
        width: 31%;
    }
    .ticker-wrap {
        /*ティッカーを包括している親要素*/
        overflow: hidden;
        padding-left: 100%;
        box-sizing: content-box;
        margin-top: 600px;
    }
    .cb-slideshow,
    .cb-slideshow:after {
        position: fixed;
        width: 100vw;
        height: 800px;
        top: 0px;
        left: 0px;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.top_section {
    height: 600px;
}

.bak_taiken {
    background: #24C6DC;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #514A9D, #24C6DC);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #514A9D, #24C6DC);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.border_taiken {
    border: 10px solid #99E5FF;
}
.border_gakushu {
    border: 10px solid #00B285;
}

.bg-taikne {
    background: #F9F6E5;
    color: #AB8E6C;
}

.bak_recture {
    background-image: url(../img/recture.jpg);
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center center;
}

.bak_ito {
    background-image: url(../img/ito.jpg);
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center center;
}

.bg-recture {
    background-color: rgba(0, 0, 0, .7);
}

.bg-none {
    background-color: transparent;
}

footer a:link {}

.bg-kyouiku {
    background: #44A08D;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #093637, #44A08D);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #093637, #44A08D);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.navbar {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0rem;
    padding-right: 0rem;
}

#scrollup {
    background-image: url(../img/scroll.png);
    background-size: cover;
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 200px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 10;
}

.text-small {
    font-size: 70%;
}

.bg-lighter {
    background-color: rgba(255, 255, 255, .4);
}

.card * {
    min-height: .01px;
}



.bg-salmon {
    background-image: url(../img/salmon_w.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

.bg-red {
    background: #000046;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #1CB5E0, #000046);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #1CB5E0, #000046);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.card{
    /* height: 100%; */
}

.text-taiken {
    color: chocolate;
}

.bg-taiken {
    background-color: #FFF6ED;
}
.owl-theme .owl-nav [class*=owl-]{
    background-color: black!important;
}
a:hover{
    text-decoration: none;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
