h1 {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    margin: 60px auto;
    width: 100%;
    word-break: keep-all;
    overflow-wrap: break-word;
    line-height: 1.6;
    text-indent: -0.5em;
}

h1 span {
    font-size: 28px;
}

.nav_flex_div{
    border-top: 1px solid #fff;
    display: flex;
    text-align: center;
    width: 100%;
}
.bg_seiken{
    background-color: #238079;
}
.bg_so{
    background-color: #204385;
}
.nav_flex_div a{
    width: 50%;
    color: #FFF;
    text-decoration: none;
}
.nav_flex_div a:hover{
    opacity: 0.8;
}
.nav_flex_border{
    border-right: 1px solid #fff;
}
.nav_flex_div div{
    width: 100%;
    height: auto;
}
.nav_flex_div p{
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    padding: 1em 0;

}

.main__box01 {
    margin-top: 16px;
}

.head_01 {
    font-family: "Noto Serif JP", serif;
}

.inlimit_h3 {
    text-align: center;
    margin: 0.5em auto;
}

.inlimit_article {
    text-align: center;
}

.inlimit_dl {
    margin: 0.5em auto;
    border: 2px solid #ccc;
    width: 90%;
    max-width: 540px;
}

.inlimit_dl dt {
    background-color: #ccc;
    padding: 4px 0;
}

.inlimit_dl dd {
    background-color: #FFF;
    padding: 4px 0;
}

.inlimit_btn_div {
    margin: 20px auto;
    margin-bottom: 40px;
    width: 90%;
    max-width: 600px;
}

.inlimit_btn_div a {
    width: 100%;
    text-decoration: none;
}

.inlimit_btn_div a p {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-weight: 900;
    color: #FFF;
    padding: 8px 1em;
    font-size: 28px;
    background-color: #ff4107;
    border-radius: 100px;
}

.pop_img {
    width: 94%;
    max-width: 930px;
    border: 1px solid #ccc;
}

.special_dl {
    text-align: center;
    font-size: 16px;
}

.special_dl dt {
    font-weight: 700;
}

.special_dl dd {
    font-weight: 400;
}

.main__text02 {
    font-size: 12px;
    font-weight: 400;
    margin: 1.5em auto;
}

.info_day_small {
    font-size: 15px;
}

.sukima_map {
    max-width: 474px;
}
.subtitle_div{
    width: 100%;
    text-align: center;
    margin-top: 80px;
}
.subtitle_div p{
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 900;
    text-align: center;
    line-height: 1;
    font-size: 34px;
    padding: 12px 0;
    padding-bottom: 14px;
    color: #FFF;
}
.so_tyui_p{
    font-size: 12px;
    text-align: left;
    margin: 8px auto;
    width: fit-content;
    max-width: 94%;
    padding-left: 1em;
    text-indent: -1em;
}
.btn01.--arrow01::before,
.btn01.--arrow01::after {
    display: none;
}

.ec_main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.ec_main .header__wrapper,
.ec_main .footer__wrapper {
    width: 100%;
}

.ec_ko_p {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.ec_flex_btn_div {
    width: 100%;
    display: flex;
}

.ec_ko_div {
    text-align: center;
    width: 50%;
}

.btn01.--arrow01::before,
.btn01.--arrow01::after {
    display: none;
}
.--so {
    background-color: #007ebc !important;
}

.--seiken {
    background-color: #008c17 !important;
}

.--so:hover,
.--seiken:hover {
    opacity: 0.8;
}

.ec_back_div {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto;
}

.ec_back_div a {
    text-decoration: none;
}

.ec_back_div p {
    text-align: center;
    width: 230px;
    max-width: 90%;
    padding: 1.5em 8px;
    line-height: 1;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    background-color: #999;
}
@media (max-width:767px) {
    .so_tyui_p{
        font-size: 10px;
    }
    .ec_back_div {
        bottom: 70px;
    }
}
@media (max-width:440px) {
    .nav_flex_div p{
        font-size: 3.5vw;
    }
    .info_day_small {
        font-size: 10px;
    }

    .main__text02 {
        font-size: 10px;
    }
    .subtitle_div p{
        font-size: 6vw;
    }

    h1 {
        font-size: 5vw;
        margin: 30px auto;
    }

    h1 span {
        font-size: 4vw;
    }

    .special_dl {
        font-size: 3.5vw;
    }
}

@media (max-width:440px) {
    .ec_flex_btn_div {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .ec_ko_div {
        width: 100%;
    }

    .ec_sp_mrt28 {
        margin-top: 28px;
    }

    .--kiseki:hover,
    .--ys:hover {
        opacity: 1;
    }
}

@media screen and (min-width: 1024px) {
    .container__wrapper {
        background-position: center top;
        background-size: 100% auto;
    }
}

@media screen and (min-height: 1100px) {
    .container__wrapper {
        background-size: cover;
    }
}

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

    .main__box01 .dlist__wrapper,
    .main__box02 .dlist__wrapper {
        width: 90%;
    }
}
@media (min-width:431px) {
.sub_content{
    margin-top: 0 !important;
}
}