/* from flow-css */
#mainImg {
    background-size: 45%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-image: url(../img/contents/flow-bil-bg-l.png), url(../img/contents/flow-bil-bg-r.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
}

#mainImg:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/contents/area-map0.png");
    width: 100px;
    height: 80%;
    bottom: 0;
    right: 4vw;
}

#mainImg h1 {
    margin-bottom: 0;
}

.area-map-img {
    text-align: center;
}

/* from block.css .outer.support */
.outer.area-lst {
    background-image: url(../img/bg/townscape.png);
    background-repeat: repeat-x, repeat;
    background-position: center bottom 10px;
    background-size: 20rem;
    position: relative;
}

.outer.area-lst:before {
    content: "";
    position: absolute;
    background-image: url(../img/contents/area-left-bg.png), url(../img/contents/area-right-bg.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: left 1em bottom 4em, right bottom 3em;
    background-repeat: no-repeat;
    background-size: calc(30px + 10%), calc(30px + 10%);
    z-index: -1;
}

html {
    scroll-behavior: smooth; /* CSSだけでスムーズスクロール */
}
.pc-content {
    text-align: center;
}
.pc-content svg {
    max-width: 1300px;
}
body a:focus, body a:hover {
    color: #000000;
    text-decoration: none !important;
    opacity: 0.6;
    transition: 0.5s;
    transform: translate(0px, -3.5px);

}
body a:focus, body a{
    transition: 0.5s;
}
a text.cls-22 {
    fill: #0000ff;
}
a text.cls-22:hover{
    text-decoration: underline;
}

body:not(.has-sidebar) .site-main .outer.area-desc {
    padding-bottom: 3rem;
}

body:not(.has-sidebar) .site-main .outer.area-lst {
    padding-bottom: 8rem;
}

body:not(.has-sidebar) .site-main .outer > .box.area-list {
    margin-top: 3rem;
}
/*フッターの県リストを対応エリア用に調整*/
.area-plus li.area-section h4 {
    margin: 0.5rem;
}
ul.area-scroll .area-section li {
    padding: 0.3rem;
    margin: 0.3rem;
}
.footer-mae .area-plus.page-area-sec ul.area-scroll {
    font-size: 1.4rem;
}


@media screen and (min-width: 48em) {
    body:not(.has-sidebar) .site-main .outer.area-lst {
        padding-bottom: 136px;
    }

    /* ビルボ */
    #mainImg {
        height: 10rem;
    }

    #mainImg:before {
        background-size: contain;
        top: 1rem;
        right: 8vw;
        width: 200px;
        height: calc(50px + 15vw);
    }

    .area-map-img {
        display: none;
    }

    body:not(.has-sidebar) .site-main .outer > .box.area-descr {
        margin-top: 3rem;
    }

    body:not(.has-sidebar) .site-main .outer > .box.area-list {
        width: 70%;
    }

    .outer.area-lst {
        background-position: center bottom 20px;
        background-size: auto;
    }

    .outer.area-lst:before {
        background-position: left 2em bottom 9em, right 2rem bottom 8em;
        background-size: 15%, 15%;
        z-index: -1;
    }
    .footer-mae .area-plus li.area-section h4 {
        max-width: 13.5rem;
    }/*フッターの県リストを対応エリア用に調整*/
}

/* 02.6 Desktop ( 1264px )
------------------------------------------------------------*/
@media screen and (min-width: 79em) {
    #mainImg {
        background-size: auto;
    }

    #mainImg:before {
        height: 245px;
        right: calc(50vw - 536px);
    }

    .outer.area-lst:before {
        background-position: left calc(50% - 33em) bottom 07em, right calc(50% - 33em) bottom 06em;
        background-size: auto, auto;
    }

    body:not(.has-sidebar) .site-main .outer > .box.area-list {
        max-width: 750px;
    }

    body:not(.has-sidebar) .site-main .outer > .box.area-descr {
        max-width: 750px;
    }
}
@media screen and (min-width: 67em) {
    .footer-mae .area-plus li.area-section {
        width: 100%;
    }
}/*フッターの県リストを対応エリア用に調整*/