.slider {
    background-image: url('../picture/IMG_3918 2.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.nav-link {
    font-size: 1rem;
    font-family: 'Mochiy Pop One', sans-serif;
    color: black;
    padding: 20px 0 30px 20px;
}

#information {
    padding: 80px 0 100px;
    color: #222;
    text-align: center;
    background-color: #e9e279;
}

#information .wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

#information h1 {
    font-family: 'Noto Sans JP', sans-serif;
    display: inline-block;
    margin: 0 auto 40px;
    padding-bottom: 10px;
    font-size: 2rem;
    font-weight: 700;
    border-bottom: 4px solid #222;
}

#information article {
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 40px;
    padding: 40px 40px 35px;
    text-align: left;
    border-radius: 20px;
    background-color: #fff;
}

#information article .text_date {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.85rem;
}

#information article h2 {
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 30px;
    padding-bottom: 12px;
    font-size: 1.15rem;
    line-height: 1.8em;
    border-bottom: 2px solid #d5c800;
}

#information article .text_content {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2.0em;
    font-size: 0.85rem;
}

.address {
    margin: 10px 0 0;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .address {
        font-size: 12px;
    }
}


/* navi */

.navi-section {
    display: flex;
    flex-direction: column;
    width: 25%;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .navi-section {
        display: block;
        width: 100%;
        margin: 40px 0 0;
    }
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding-top: 88px;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: white;
}