body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    background-color: #fff;
}

nav {
    background-color: #fff;
}

header {
    z-index: 5;
    padding: 1.5rem;
}

.shadow {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.kv {
    height: 90vh;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 10vw 0;
    box-sizing: border-box;
}

.pagetitle {
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 10vw 0 6vw 0;
    box-sizing: border-box;
}

.mainTitle {
    position: absolute;
    padding: 0 6vw;
    top: 40%;

}

section {
    padding: 5vh 0;
}

.py-full {
    padding: 9vh 0 7vh 0;
}

.text-green {
    color: #40AE36;
}

.text-pink {
    color: #ff89d0;
}

.bg-green {
    background-color: rgba(128, 196, 8, 1);
}

.bg-pink {
    background-color: #fff5fb;
}

.bg-bage {
    background-color: #f9f8f4;
}

.text-lgred {
    color: #D8378C;
}

.bg-lgred {
    background-color: #D8378C;
}

footer {
    background-color: #2E312F;
}

.shadow {
    box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.15);
}

.container {
    max-width: 1080px;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
}

.category {
    font-size: 11px;
    line-height: 1;
    padding: 0 4px;
    background-color: #6d6d6d;
    color: #fff;
    margin-bottom: 0;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    text-align: center;
    width: 130px;
}

.newslink {
    margin-bottom: 0;
    text-decoration: none;
}

.newslink a {
    margin-bottom: 0;
    text-decoration: none;
    color: #000;
}

.newslink a:hover {
    text-decoration: underline;
}

.ls-2 {
    letter-spacing: 0.2em;
}

.rounded-sm-pill {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    padding-left: 16px;
}

.navbar-toggler {
    border: none;
    background-color: #316a2c;
    border-radius: 0;
    padding: 14px 10px 25px 10px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.rounded-sm-pill {
    border-radius: 0rem !important;
    padding: 0rem 0rem;
}

@media screen and (min-width: 992px) {
    .kv {
        padding: 7vw;
        box-sizing: border-box;
    }



    section {
        padding: 12vh 0;
    }

    .rounded-sm-pill {
        border-radius: 50rem !important;
        padding: 0rem 1rem;
    }

    .drawer-hamburger {
        display: none;
    }

    .drawer--right .drawer-hamburger {
        display: none;
    }


}



@media screen and (max-width: 992px) {
    .navbar-collapse {
        padding: 20px;
        border-top: 1px solid #ccc;
    }

    header {
        padding: 0;
    }

    .rounded-sm-pill {
        padding: 8px 10px;
    }

    .pagetitle {
        background-size: cover;
        background-position: center center;
        position: relative;
        padding: 100px 0 6vw 0;
        box-sizing: border-box;
    }
}


/*navbar*/
.navbar-nav .nav-item {
    margin: 0 10px;
}

.navbar-nav .nav-link {
    color: #333;
    transition-duration: .3s;
    padding: 0 10px !important;
    height: 70px;
    line-height: 70px;
    position: relative;
}

.navbar-nav .nav-link:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: #d8378c;
    transition-duration: .3s;
}

.navbar-nav .nav-link:hover {
    color: #d8378c;
}

.navbar-nav .nav-link:hover::after {
    height: 5px;
}




/*ドロワーオープン時*/

.drawer-overlay {
    z-index: 10;
    -ms-filter: blur(6px);
    filter: blur(6px);
}

.fixed header {
    -ms-filter: blur(6px);
    filter: blur(6px);
}

.fixed main {
    -ms-filter: blur(6px);
    filter: blur(6px);
}

.fixed footer {
    -ms-filter: blur(6px);
    filter: blur(6px);
}


.drawer-menu li {
    margin-top: 20px;
    margin-left: 20px;
}

.drawer-nav > .drawer-menu {
    height: 96%;
    overflow-y: scroll auto;
    -webkit-overflow-scrolling: auto;
}

.navbar-toggler {
    border: none;
    background-color: #316a2c;
    border-radius: 0;
    padding: 14px 10px 25px 10px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    background-color: #fff;
}

.drawer-nav {
    z-index: 30;
    background-color: rgba(128, 196, 8, 0.9);
    padding-top: 90px;
}

.drawer-nav a {
    color: #fff;
    padding: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.drawer-hamburger {
    z-index: 40;
}

.drawer-overlay {
    background-color: rgba(0, 0, 0, 0.64);
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 0;
}

.drawer-menu li {
    margin: 0;
}


.drawer-menu li {
    margin-top: 20px;
    margin-left: 20px;
}

.drawer-nav > .drawer-menu {
    height: 96%;
    overflow-y: scroll auto;
    -webkit-overflow-scrolling: auto;
}

.navbar-toggler {
    border: none;
    background-color: #316a2c;
    border-radius: 0;
    padding: 14px 10px 25px 10px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    background-color: #fff;
}

.drawer-nav {
    z-index: 30;
    background-color: rgba(128, 196, 8, 0.9);
    padding-top: 90px;
}

.drawer-nav a {
    color: #fff;
    padding: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.drawer-hamburger {
    z-index: 40;
}

.drawer-overlay {
    background-color: rgba(0, 0, 0, 0.64);
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 0;
}

.drawer-menu li {
    margin: 0;
}


.drawer-menu li {
    margin-top: 20px;
    margin-left: 20px;
}

.drawer-nav > .drawer-menu {
    height: 96%;
    overflow-y: scroll auto;
    -webkit-overflow-scrolling: auto;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    background-color: #fff;
}

.drawer-nav {
    z-index: 30;
    background-color: rgba(128, 196, 8, 0.9);
    padding-top: 90px;
}

.drawer-nav a {
    color: #fff;
    padding: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.drawer-hamburger {
    z-index: 40;
}

.drawer-overlay {
    background-color: rgba(0, 0, 0, 0.64);
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 0;
}

.drawer-menu li {
    margin: 0;
}
