body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: "pwid";
    font-feature-settings: "pwid";
    font-family: Roboto, Noto Sans JP, sans-serif;
    letter-spacing: -.001em
}

#menu_table {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    padding: 5px 30px 5px 50px
}

#menu_table li, #menu_table ul {
    background: none
}

#menu_table li {
    border-radius: 3px !important;
    float: none;
    margin: auto;
    padding: 0;
    width: 100%
}

#menu_table li ul {
    padding: 0 5px 5px;
    top: 38px
}

#menu_table li ul a {
    border: none;
    height: auto;
    padding: 7px 12px;
    text-align: center;
    white-space: normal
}

#menu_table li ul li {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    margin: 3px 0 0 !important;
    padding: 0 !important
}

#menu_table li ul li:first-of-type {
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    margin-top: 0 !important
}

#menu_table li ul li:last-of-type {
    border-bottom: none
}

.header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999
}

.header--logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    justify-content: center;
    text-align: center;
    width: 25%
}

.header--nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header--nav a {
    background-color: #00008b;
    background-color: #fff;
    border-radius: 3px !important;
    color: #fff !important;
    color: #000 !important;
    font-size: 15px;
    height: 44px;
    height: auto;
    padding: 2px 10px 1px;
    text-align: center;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: all .2s cubic-bezier(.4, 0, .2, 1) 0s
}

.header--nav a:hover {
    background-color: #2d2de7 !important;
    color: #fff !important;
    cursor: pointer
}

.header .ddmenu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px
}

.header .ddmenu > li {
    white-space: nowrap
}

.footer {
    background-color: #00008b;
    padding: 30px 15px
}

.footer ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: auto;
    max-width: 1200px;
    width: 100%
}

.footer a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none !important
}

#maximizeDiv, #minimizeDiv, .layerSwitcher, .mapToolbar, .routeToolbar, .searchInPage {
    width: 100%
}

.layerSwitcher, .mapToolbar, .routeToolbar, .searchInPage {
    bottom: auto;
    height: auto;
    left: auto;
    position: relative;
    right: auto;
    top: auto
}

#opcntrol {
    border: 2px solid #e4e4fc;
    border-radius: 3px;
    bottom: 0;
    height: 120px;
    left: auto;
    padding: 10px 8px 10px 10px !important;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 55px;
    width: 44px
}

.searchInPage {
    background: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, .271);
    display: block;
    padding: 0
}

.map--menu {
    background-color: #00008b;
    border: 1px solid hsla(0, 0%, 100%, .451);
    border-radius: 3px;
    position: absolute;
    right: 12px;
    top: 55px;
    width: 210px;
    z-index: 10
}

.searchInPageButton {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00008b;
    background-color: transparent;
    border: 2px solid #e4e4fc;
    border-radius: 3px !important;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-size: clamp(13px, 13px + (100vw - 580px) * (15 - 13) / (1200 - 580), 15px);
    height: 44px;
    line-height: 1;
    padding: 16px 12px 13px;
    text-align: center;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: all .2s cubic-bezier(.4, 0, .2, 1) 0s
}

.searchInPageButton:hover {
    background-color: #2d2de7 !important;
    cursor: pointer
}

.searchInPageButton:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-image: url(../icon/icon_search.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: clamp(14px, 14px + (100vw - 580px) * (20 - 14) / (1200 - 580), 20px);
    justify-content: center;
    margin-right: clamp(7px, 7px + (100vw - 580px) * (10 - 7) / (1200 - 580), 10px);
    width: clamp(14px, 14px + (100vw - 580px) * (20 - 14) / (1200 - 580), 20px)
}

.gmapUiButton {
    background-color: #00008b;
    background-color: transparent;
    border-radius: 3px !important;
    color: #fff !important;
    font-size: 15px;
    font-size: clamp(13px, 13px + (100vw - 580px) * (15 - 13) / (1200 - 580), 15px);
    height: 44px;
    height: auto;
    line-height: 1;
    padding: 10px 12px;
    text-align: center;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: all .2s cubic-bezier(.4, 0, .2, 1) 0s
}

.gmapUiButton:hover {
    background-color: #2d2de7 !important;
    cursor: pointer
}

.routeToolbar {
    border-bottom: 1px solid hsla(0, 0%, 100%, .271)
}

.routeToolbar .gmapUiButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.routeToolbar .gmapUiButton, .routeToolbar .gmapUiButton:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.routeToolbar .gmapUiButton:before {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-image: url(../icon/icon_route.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: clamp(14px, 14px + (100vw - 580px) * (20 - 14) / (1200 - 580), 20px);
    height: 24px;
    justify-content: center;
    margin-right: clamp(7px, 7px + (100vw - 580px) * (10 - 7) / (1200 - 580), 10px);
    width: clamp(14px, 14px + (100vw - 580px) * (20 - 14) / (1200 - 580), 20px)
}

.layerSwitcherButton {
    border-radius: 3px;
    display: none;
    height: auto;
    overflow: hidden
}

.layerSwitcherButton.active {
    display: block
}

.layerSwitcherButton#maximizeDiv.active .conpane {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.layerSwitcherButton#maximizeDiv.active .conpane:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-image: url(../icon/icon_open.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: clamp(14px, 14px + (100vw - 580px) * (20 - 14) / (1200 - 580), 20px);
    justify-content: center;
    margin-right: clamp(7px, 7px + (100vw - 580px) * (10 - 7) / (1200 - 580), 10px);
    width: clamp(14px, 14px + (100vw - 580px) * (20 - 14) / (1200 - 580), 20px)
}

.layerSwitcherButton#minimizeDiv.active .conpane {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.layerSwitcherButton#minimizeDiv.active .conpane:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-image: url(../icon/icon_close.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: clamp(14px, 14px + (100vw - 580px) * (20 - 14) / (1200 - 580), 20px);
    justify-content: center;
    margin-right: clamp(7px, 7px + (100vw - 580px) * (10 - 7) / (1200 - 580), 10px);
    width: clamp(14px, 14px + (100vw - 580px) * (20 - 14) / (1200 - 580), 20px)
}

.mapToolbar {
    border-bottom: 1px solid hsla(0, 0%, 100%, .271)
}

.mapToolbar .gmapUiButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mapToolbar .gmapUiButton, .mapToolbar .gmapUiButton:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mapToolbar .gmapUiButton:before {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-image: url(../icon/icon_marker.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: clamp(14px, 14px + (100vw - 580px) * (20 - 14) / (1200 - 580), 20px);
    justify-content: center;
    margin-right: clamp(7px, 7px + (100vw - 580px) * (10 - 7) / (1200 - 580), 10px);
    width: clamp(14px, 14px + (100vw - 580px) * (20 - 14) / (1200 - 580), 20px)
}

.toggleButton :checked + .visible_label {
    background-color: #767676
}

.toggleButton .visible_label {
    background-color: #ea4434;
    border-radius: 3px;
    font-size: clamp(12px, 12px + (100vw - 580px) * (14 - 12) / (1200 - 580), 14px);
    margin-left: 7px;
    padding: 5px 10px
}

.toggleButton .visible_label:hover {
    cursor: pointer
}

.layerSwitcher .conpane {
    font-size: clamp(13px, 13px + (100vw - 580px) * (15 - 13) / (1200 - 580), 15px);
    line-height: 1;
    padding: 16px 12px 13px 40px !important;
    position: relative;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: all .2s cubic-bezier(.4, 0, .2, 1) 0s
}

.layerSwitcher .conpane:before {
    bottom: 0;
    left: 12px;
    margin: auto;
    position: absolute;
    top: 0
}

.layerSwitcher .conpane:hover {
    background-color: #2d2de7 !important;
    cursor: pointer
}

.layerSwitcher .conpane + div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid hsla(0, 0%, 100%, .271);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    gap: 7px;
    padding: 16px 17px 0 !important
}

.layerSwitcher .conpane + div:hover {
    cursor: auto
}

.layerSwitcher .dataLayerDiv {
    font-size: 15px;
    padding: 12px !important
}

.layerSwitcher .layer_icon_wrap {
    display: inline-block;
    margin-right: 7px
}

.layerSwitcher .layer_wrap label:hover {
    cursor: pointer
}

.findarea {
    background-color: hsla(0, 0%, 100%, .73) !important;
    border-radius: 0 0 0 3px;
    height: 60px !important;
    padding: 0 0 2px 2px !important;
    z-index: 99999 !important
}

.findarea span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.findarea input[value=検索] {
    border: none;
    border-radius: 0 3px 3px 0;
    font-size: 15px;
    height: 44px;
    margin-left: 3px;
    width: 70px
}

.findarea--form {
    margin-right: 10px
}

.findarea--container {
    -ms-grid-columns: 1fr 25px 25px 50px 20px;
    background-color: #00008b;
    border-radius: 3px;
    display: -ms-grid;
    display: grid;
    grid-template-columns:1fr 25px 25px 50px 20px;
    height: 100%;
    padding: 7px;
    width: 100%
}

.findarea--next:hover, .findarea--prev:hover {
    cursor: pointer
}

.findarea--next:hover:before, .findarea--prev:hover:before {
    opacity: .8
}

.findarea--next:before, .findarea--prev:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-style: solid;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    justify-content: center;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: all .2s cubic-bezier(.4, 0, .2, 1) 0s;
    width: 0
}

.findarea--next:before {
    border-color: #fff transparent transparent;
    border-width: 17px 10px 0
}

.findarea--prev:before {
    border-color: transparent transparent #fff;
    border-width: 0 10px 17px
}

.findarea--close {
    position: relative
}

.findarea--close:after, .findarea--close:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: all .2s cubic-bezier(.4, 0, .2, 1) 0s;
    width: 20px
}

.findarea--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.findarea--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.findarea--close:hover {
    cursor: pointer
}

.findarea--close:hover:before {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.findarea--close:hover:after {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

#kosu {
    color: #fff
}

#findmes {
    border: none;
    border-radius: 3px 0 0 3px;
    height: 44px;
    padding: 0 10px 2px;
    width: 100%
}

#findrange {
    margin: auto;
    max-width: 1200px;
    width: calc(100% - 30px)
}

.contents_menu {
    margin: clamp(20px, 20px + (100vw - 580px) * (40 - 20) / (1200 - 580), 40px) auto clamp(35px, 35px + (100vw - 580px) * (40 - 35) / (1200 - 580), 40px)
}

.contents_menu ul {
    -ms-grid-columns:(1fr) [ 5 ];
    display: -ms-grid;
    display: grid;
    gap: clamp(7px, 7px + (100vw - 580px) * (10 - 7) / (1200 - 580), 10px);
    grid-template-columns:repeat(5, 1fr);
    margin: auto;
    width: 100%
}

.contents_menu li {
    float: none;
    margin: auto;
    width: 100%
}

.contents_menu li a {
    border-radius: 3px;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: all .2s cubic-bezier(.4, 0, .2, 1) 0s
}

.info-list {
    padding: 0
}

.info-list h2 {
    background-color: transparent !important;
    background-position: 15px 3px !important;
    border-bottom: 6px double #00008b;
    color: #00008b;
    font-size: 21px;
    line-height: 1.5;
    padding: 0 15px 10px 55px !important
}

.list-item {
    -ms-grid-columns: 1fr clamp(250px, 250px + (100vw - 870px) * (500 - 250) / (1200 - 870), 500px);
    border-bottom: 4px double #979797;
    display: -ms-grid;
    display: grid;
    gap: clamp(20px, 20px + (100vw - 580px) * (40 - 20) / (1200 - 580), 40px);
    grid-template-columns:1fr clamp(250px, 250px + (100vw - 870px) * (500 - 250) / (1200 - 870), 500px);
    margin-bottom: 0;
    padding: 20px 10px
}

.list-item:after {
    content: none
}

.list-item .btn-area {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start
}

.list-item .btn-empty {
    display: none
}

.tele a {
    border-radius: 3px;
    line-height: 1;
    padding: 12px 12px 10px;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: all .2s cubic-bezier(.4, 0, .2, 1) 0s
}

.tele a:hover {
    background-color: #2d2de7 !important;
    cursor: pointer
}

.descbox {
    width: auto
}

.descbox h3 {
    font-size: clamp(24px, 24px + (100vw - 580px) * (27 - 24) / (1200 - 580), 27px);
    margin: 0 0 15px;
    position: relative;
    top: 12px
}

.info-pic {
    aspect-ratio: 4/3;
    float: none;
    padding-top: 0;
    width: auto
}

.info-pic img, .info-pic lite-youtube {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important
}

.gm-style > div {
    border: none !important
}

#map {
    height: 100vh !important
}

@media only screen and (max-width: 870px) {
    #menu_table {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        padding: 20px 20px 10px
    }

    .header--logo {
        font-size: 18px;
        width: 100%
    }

    .header--nav {
        width: 100%
    }

    .header .ddmenu {
        -ms-grid-columns:(1fr) [ 3 ];
        display: -ms-grid;
        display: grid;
        grid-template-columns:repeat(3, 1fr)
    }

    .layerSwitcher .layer_icon_wrap {
        margin-right: 3px
    }

    #findrange {
        margin-top: clamp(0px, 0px + (100vw - 580px) * (140 - 0) / (870 - 580), 140px)
    }

    .contents_menu ul {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

@media only screen and (max-width: 580px) {
    #wrap {
        padding-bottom: 30px
    }

    #menu_table {
        gap: 6px;
        padding: 7px
    }

    .header {
        position: relative
    }

    .header--logo {
        font-size: 17px
    }

    .header--nav a {
        height: auto;
        padding: 3px
    }

    .footer {
        bottom: 0;
        left: 0;
        padding: 7px 5px 5px;
        position: fixed;
        right: 0;
        z-index: 999
    }

    .footer ul {
        -ms-grid-columns:(1fr) [ 3 ];
        display: -ms-grid;
        display: grid;
        gap: 7px;
        grid-template-columns:repeat(3, 1fr)
    }

    .footer a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        background-color: #00008b;
        background-color: #fff !important;
        border-radius: 3px !important;
        color: #fff !important;
        color: #000 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 15px;
        height: 44px;
        justify-content: center;
        padding: 3px 0 0;
        text-align: center;
        -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1) 0s;
        transition: all .2s cubic-bezier(.4, 0, .2, 1) 0s
    }

    .footer a:hover {
        background-color: #2d2de7 !important;
        background-color: #fff !important;
        cursor: pointer
    }

    #opcntrol {
        font-size: 14px !important;
        height: 110px;
        padding: 10px !important;
        top: 40px
    }

    .map--menu {
        right: 0;
        top: 7px;
        width: 157px
    }

    .searchInPageButton {
        height: auto;
        padding: 7px 12px 8px 7px
    }

    .gmapUiButton {
        height: auto;
        padding: 7px 2px 7px 5px
    }

    .mapToolbar .gmapUiButton:before {
        margin-right: 4px
    }

    .toggleButton .visible_label {
        margin-left: 5px;
        padding: 3px 5px 2px
    }

    .layerSwitcher .conpane {
        padding: 12px 12px 10px 25px !important
    }

    .layerSwitcher .conpane:before {
        left: 6px
    }

    .layerSwitcher .conpane + div {
        padding: 10px 10px 0 !important
    }

    .layerSwitcher .dataLayerDiv {
        padding: 10px 0 5px 5px !important
    }

    .layerSwitcher .layer_wrap {
        font-size: 13px
    }

    .findarea {
        border-radius: 3px;
        left: 12px !important;
        right: auto !important;
        top: 12px !important;
        width: calc(100% - 24px) !important
    }

    .info-list h2 {
        font-size: 19px;
        margin-bottom: 15px
    }

    .list-item {
        display: block;
        padding: 30px 0 10px
    }

    .list-item .btn-area {
        gap: 5px
    }

    .descbox h3 {
        top: 0
    }

    .cp_box {
        margin-top: 15px
    }

    .cp_box label:after {
        border-radius: 3px;
        content: "続きを読む";
        font-size: 13px;
        padding: 7px 10px 6px;
        width: 120px
    }
}
