@charset "UTF-8";
* {
    word-break: break-all;
}
body {
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #504934;
    line-height: 1.6;
    letter-spacing: 0.02em;
}
p {
    margin-bottom: 14px;
}
a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}
a img {
    transition: all 0.3s;
}
a:hover {
    color: #5ECBC9;
}
section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.msgText {
    color: #FFF;
    background-color: #1375ba;
    text-align: center;
    width: 100%;
    padding: 32px 0;
    margin: 0 0 16px;
}
.msgText.err {
    background-color: #a80000;
}

.inner {
    width: 100%;
    max-width: 1280px;
    /*  margin-right: auto;
  margin-left: auto;*/
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
.tbg_b {
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.tbg_h {
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 900;
    font-style: normal;
}

/*header*/
header {
    height: 150px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, .2);
    background-image: url("../img/common/body_bg.png");
    background-position: top left;
    background-repeat: repeat-x;
}
header .inner {
    max-width: 1280px;
    height: 150px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}
header .inner .logo {
    display: flex;
    align-items: center;
    width: 150px;
}
header .inner .logo a {
    display: block;
}
header .inner .logo a img {
    width: 100%;
}
header .inner .logo a:hover {
    color: #73D5D7;
}

header .inner .h_left {
    display: flex;
    justify-content: space-between;
}
header .inner .h_left .gnav {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-top: 40px;
}
header .inner .h_left .gnav li {
    float: left;
    text-align: center;
    border-right: 2px solid #666;
}
header .inner .h_left .gnav li a {
    display: inline-block;
    line-height: 20px;
    font-size: 1em;
    color: #000;
    font-weight: 800;
    position: relative;
    padding: 0 1em;
}
header .inner .h_left .gnav li a span {
    font-size: 11px;
}
header .inner .h_left .gnav li.about a span {
    color: #FFD900;
}
header .inner .h_left .gnav li.schedule a span {
    color: #1B95D4;
}
header .inner .h_left .gnav li.news a span {
    color: #DB689A;
}
header .inner .h_left .gnav li.report a span {
    color: #F6AB00;
}
header .inner .h_left .gnav li.staff a span {
    color: #0c6f9f;
}
header .inner .h_left .gnav li a:hover {
    color: #0B6F9F;
}
header .inner .h_left .contactArea {
    margin-left: 1em;
    padding-top: 67px;
}
header .inner .h_left .contactArea a {
    display: inline-block;
    padding: 10px 15px;
    color: #3E3A39;
    border: 2px solid #FFD900;
    border-radius: 50px;
    text-align: center;
    background-color: #FFD900;
    font-weight: 800;
}
header .inner .h_left .contactArea a span {
    padding-left: 8px;
}
header .inner .h_left .contactArea a span img {
    width: 40px;
}
header .inner .h_left .contactArea a:hover {
    background-color: #fff;
}

.toggle {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
    font-size: 30px;
    cursor: pointer;
    z-index: 9999;
    line-height: 0;
    display: none;
}
.toggle:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f0c9";
}
.toggle.open:before {
    content: "\f00d";
}
.fixBtn ul li {
    position: fixed;
    z-index: 200;
    transition: all 0.3s;
    height: 160px;
    width: 80px;
    text-align: center;
    line-height: 1;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.fixBtn ul li a {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}
.fixBtn ul li a span {
    display: block;
    color: #fff;
    line-height: 1;
}
.fixBtn ul li a .txt {
    font-size: 35px;
    padding-bottom: 5px;
    font-weight: bold;
}
.fixBtn ul li a .mark {
    font-size: 50px;
    padding-top: 5px;
}
.fixBtn ul li.insta {
    .fixed_insta_button {
        position: fixed;
        top: 20%;
        right: 0;
        z-index: 999;
        width: 82px;
    }
}

.fixBtn ul li:hover {
    right: 0;
}
main {
    margin-top: 150px;
}

/* h2Box */
.h2box {
    margin-bottom: 48px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h2box h2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #FFF;
    -webkit-text-stroke: 1px #1A274D;
    text-shadow: 0 0 4px #1A274D;
    height: 272px;
    max-width: 1280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    font-weight: 900;
}
.h2box h2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
.h2box h2 span {
    z-index: 10;
}
.h2box.swiperBox h2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
/* //h2Box */

/* swiperBox */
.swiperBox {
    overflow: hidden;
    position: relative;
}
.swiperBox .swiper-container {
    width: 100%;
    max-width: 1280px !important;
    margin: 0px auto !important;
    overflow: visible !important;
}
.swiperBox .swiper-container .swiper-wrapper .swiper-slide {
    max-width: 1280px !important;
    /* overflow: hidden; */
    background-repeat: no-repeat;
    background-position: center;
}
.swiperBox .swiper-container {
    position: relative;
}
/* //swiperBox */

/* ボタン系。submitもこっちにとりあえず入れとく。 */
.buttonStyle,
input[type="submit"] {
    background: #1375ba;
    color: #fff;
    font-size: 24px;
    width: 300px;
    display: block;
    margin: 0 auto 24px;
    border: none;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
input[type="submit"] {
    padding: 16px;
    margin-top: 32px;
}
.buttonStyle a {
    padding: 16px;
    color: #FFF;
    display: block;
}
.buttonStyle:hover,
input[type="submit"]:hover {
    background: #42a5eb;
}
.buttonStyle a:hover {
    text-decoration: none;
}
.buttonStyle.disabled_btn,
.buttonStyle.disabled_btn:hover {
    background: #555;
    color: #999999;
    cursor: not-allowed;
    padding: 16px;
    line-height: 1;
}
/* ｢戻る｣とか｢パスワードを忘れたとき｣とかそんなやつ */
.navLinkText {
    width: 100%;
    text-align: center;
}
.navLinkText a {
    text-decoration: underline;
}
/* //ボタン系。submitもこっちにとりあえず入れとく。 */

.youtubeWrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtubeWrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* footer */
footer {
    position: relative;
    background-color: #FFD900;
}
footer .inner {
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
footer .footerNavs {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    padding-top: 10px;
}
footer .footerNavs li {
    margin: 0 1em;
}
footer .footerNavs li a {
    color: #3E3A39;
}
footer .footerNavs li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f0da";
    margin-right: 2px;
}
footer .footerNavs li a:hover {
    color: #0B6F9F;
}
footer .inner .copy {
    margin: 0 1em;
}
footer .inner .copy p span img {
    padding-left: 5px;
    width: 25px;
}

footer .pagetop {
    position: fixed;
    bottom: 84px;
    right: 20px;
    margin-bottom: 0;
}
footer .pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #FFD900;
    background-color: #FFD900;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
}

@media screen and (max-width: 1440px) {
    main .inner {
        width: calc(100% - 132px);
    }
}

@media screen and (max-width: 1200px) {
    header .inner .logo {
        width: 140px;
    }
}

@media screen and (max-width: 1000px) {
    header .inner .h_left .contactArea a {
        padding: 10px 5px;
        font-size: 12px;
    }
    header .inner .h_left .contactArea a span img {
        width: 25px;
    }

    header .inner .h_left .gnav li a {
        font-size: 12px;
        padding: 0 0.5em;
    }
}

@media screen and (max-width: 950px) {
    header .inner {
        padding: 0 10px;
    }
    header .inner .h_left .contactArea a span {
        padding-left: 3px;
    }
    header .inner .h_left .telArea a {
        width: 50px;
        font-size: 20px;
        background: none;
        color: #000;
    }
}

@media screen and (max-width: 897px) and (orientation: landscape) {
    .swiperBox .inner {
        height: 600px;
    }
}

@media screen and (max-width: 767px) {
    main .inner {
        width: 100%;
    }
    /*header*/
    .toggle {
        display: block;
        top: 39px;
        font-size: 22px;
    }
    header {
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
        height: 80px;
    }
    header .inner {
        width: 100%;
        height: inherit;
        padding: 0 0;
        display: block;
    }
    header .inner .logo {
        width: 100px;
        padding: 8px 0 0 3vw;
    }
    header .inner .logo a {
        display: block;
    }
    header .inner .h_left {
        display: block;
    }
    header .inner .h_left .gnav {
        width: 100%;
        display: none;
        margin-bottom: 0;
        background-color: #fff;
    }
    header .inner .h_left .gnav li {
        float: none;
        width: 100%;
        margin: 0 0 5px;
        border-bottom: 1px solid #eee;
        border-right: none;
    }
    header .inner .h_left .gnav li a {
        display: block;
        line-height: inherit;
        padding: 10px 0;
    }
    header .inner .h_left .gnav li:nth-of-type(5) a span {
        color: #0B6F9F;
    }

    main {
        margin-top: 80px;
    }
    .swiperBox {
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
    }

    .h2box.h2box {
        margin-bottom: 32px;
        height: 20.7vw;
    }
    .h2box h2 {
        background-size: 100%;
        height: 100%;
        color: #504934;
        -webkit-text-stroke: unset;
        text-shadow: unset;
    }
    .h2box h2 span {
        background-color: rgba(255, 255, 255, .8);
        width: 100%;
        text-align: center;
    }

    /* footer */
    footer {
        margin-bottom: 70px;
    }
    footer .inner {
        padding: 15px 5vw;
        display: block;
    }
    footer .inner .copy {
        margin: 0 0;
        padding-top: 5px;
        text-align: center;
    }
    footer .pagetop {
        position: fixed;
        bottom: 72px;
        right: 0;
    }
    footer .pagetop a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    footer .footerNavs li {
        margin: 0 .2em;
    }
    footer .footerNavs li a {
        font-size: 12px;
    }

    footer .fsubNav {
        position: fixed;
        width: 100%;
        height: 77px;
        bottom: 0;
        left: 0;
        z-index: 200;
        transition: all 0.3s;
        /*background: linear-gradient(90deg, #31AD37 0%, #31AD37 50%, #E60012 50%, #E60012 100%);*/
    }
    /*  footer .fsubNav .inner{
    text-align: center;
    padding: 10px 5vw;
    display: block;
  }*/
    footer .fsubNav h2 {
        color: #444;
        font-size: 14px;
        background-color: #fff;
        border-radius: 50px;
        text-align: center;
        padding: 0 56px;
        position: absolute;
        top: 16px;
        left: 50%;
        margin-left: -128px;
    }
    footer .fsubNav ul {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5px;
    }
    footer .fsubNav ul li {
        /* width: 50%; */
        width: 100% !important;
    }
    footer .fsubNav ul li a {
        color: #fff;
        display: block;
        text-align: center;
        padding: 36px 0 14px;
    }

    footer .fsubNav ul li.line {
        display: none;
        a {
            background-color: #31AD37;
        }
    }
    footer .fsubNav ul li.youtube {
        display: none;
        a {
            background-color: #E60012;
        }
    }

    footer .fsubNav ul li.insta {
        /* display: none; */
    }
    footer .fsubNav ul li.insta {
        display: block;
        a {
            display: flex;
            justify-content: center;
            gap: 4px;
            background-color: #c33f8f;
            .instagram_footer_icon {
                width: 24px;
            }
        }
    }

    footer .fsubNav ul li a span {
        font-size: 18px;
        padding-right: 5px;
    }
}
