/* トップページ */
.header {
    width: 100%;
    background-color: #2a2a8d;
    padding: 5px 0;
}

.header-wrapper {
    border-bottom: 1px solid white;
}

.header-wrapper-inner {
    padding: 0px 20px;
}

.header-wrapper-inner h1 {
    font-size: 1.5em;
    color: white;
}

main {
    padding: 0px 3%;
}

main .sublist>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    font-size: 0.75em;
    margin: 5px 0;
}

main .sublist>ul>li {
    padding: 0 5px;
    border-right: 1px solid #2a2a8d;
}

main .sublist>ul>li:last-child {
    padding: 0 0 0 5px;
    border: 0px;
}

main .sublist>ul>li>a {
    color: #2a2a8d;
    text-decoration: none;
}

main .ttl {
    border-bottom: 2px solid #2a2a8d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

main .ttl>h2 {
    font-size: 1.2em;
    color: #2a2a8d;
}

main .ttl-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

main .ttl-right .legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

main .ttl-right .style-config {
    margin-right: 10px;
}

main #map {
    width: 100%;
    height: 63vh;
    background-color: #cacaca;
    display: block;
    position: relative;
}

main #map .mapboxgl-ctrl-top-right {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
}

main #map .mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
    display: none;
}

main #map .mapboxgl-ctrl.mapboxgl-ctrl-group {
    margin: 0 0 40px 5px;
}

main #map .ol-zoom.ol-unselectable.ol-control {
    display: none;
}

main #map .mapboxgl-ctrl-compass {
    display: none;
}

main #map .hinan-list-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3em;
    position: absolute;
    z-index: 100;
    top: 5px;
    left: 5px;
}

main #map .hinan-list-btn p {
    background-color: #2e2e2e;
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 0.85em;
    margin-right: 5px;
}

main #map .hinan-list-btn button {
    background-color: #fff;
    border: 0px;
    margin-right: 5px;
    cursor: pointer;
}

main #map .hinan-info {
    height: 100%;
    width: 350px;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    border: 1px solid gray;
    left: -350px;
    transition: left 0.5s;
    display: none;
}

main #map .hinan-info.active {
    left: 0;
}

main #map .hinan-info table {
    width: 100%;
    height: 100%;
    /* display: block; */
}

main #map .hinan-info .hinan-alert {
    padding: 8px 5px;
    color: white;
    font-size: 1.2em;
    text-align: left;
}

main #map .hinan-info .alert-lv-5 {
    background-color: black;
}

main #map .hinan-info .alert-lv-4 {
    background-color: #8f00a1;
}

main #map .hinan-info .alert-lv-3 {
    background-color: #FF0000;
}

main #map .hinan-info-inner {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}

main #map .hinan-info-inner-wrapper {
    margin: 0 10px;
}

main #map .hinan-info-inner>h3 {
    text-align: center;
    font-size: 1.3em;
    padding: 10px 0 5px;
}

main #map .hinan-info-inner-btn {
    width: 30px;
    height: 50px;
    background-color: rgb(83, 83, 83);
    position: absolute;
    right: -30px;
    top: 40px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 5px 5px 0;
}

.yajirushi {
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 8.5px 0 8.5px 14.7px;
    border-color: transparent transparent transparent #FFFFFF;
    transition: transform 0.5s;
}

.yajirushi.active {
    transform: rotate(180deg);
}

main #map .hinan-info-inner-count>ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5px;
    margin: 5px;
}

main #map .hinan-info-inner-count>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

main #map .hinan-info-inner-list tbody {
    width: 100%;
}

main #map .hinan-info-inner-list tbody th,
main #map .hinan-info-inner-list tbody td {
    padding: 0px 7px;
}

main #map .hinan-info-inner-list tbody th:first-of-type,
main #map .hinan-info-inner-list tbody td:first-of-type {
    width: 50%;
}

main #map .hinan-info-inner-list tbody th:nth-of-type(2),
main #map .hinan-info-inner-list tbody td:nth-of-type(2) {
    border-left: 1px dotted;
    border-right: 1px dotted;
    text-align: center;
    width: 20%;
}

main #map .hinan-info-inner-list tbody th:nth-of-type(3),
main #map .hinan-info-inner-list tbody td:nth-of-type(3) {
    text-align: right;
    width: 30%;
}

main #map .hinan-info-inner-list tbody tr:first-of-type {
    text-align: center;
}

main #map .hinan-info-inner-hinanjo {
    width: 100%;
    border-collapse: collapse;
}

main #map .hinan-info-inner-hinanjo th,
main #map .hinan-info-inner-hinanjo td {
    padding: 0px 10px;
}

main #map .hinan-info-inner-hinanjo .table-header {
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 100%;
}

main #map .hinan-info-inner-hinanjo th:nth-of-type(2),
main #map .hinan-info-inner-hinanjo td:nth-of-type(2) {
    width: 50%;
    border-left: 1px dotted;
    border-right: 1px dotted;
}

main #map .hinan-info-inner-hinanjo .hinanjo-open {
    margin: 2px 5px;
    font-size: 1.2em;
    color: red;
}

main #map .hinan-info-inner-hinanjo .hinanjo-close {
    margin: 2px 5px;
    font-size: 1.2em;
    color: blue;
}

main #map .hinan-info-inner-hinanjo td:nth-of-type(1),
main #map .hinan-info-inner-hinanjo td:nth-of-type(3) {
    text-align: right;
}

main #map .hinan-info-inner-hinanjo tr {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

main .map-legend-wrapper > .legend-btn {
    background-color: #2e2e2e;
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 0.85em;
    margin-right: 5px;
    position: absolute;
    top: 5px;
    z-index: 15;
    right: 15px;
    font-size: 1em;
}

main .map-legend-wrapper .map-legend {
    position: absolute;
    top: 35px;
    right: 15px;
    width: 200px;
    border: 2px solid black;
    background-color: #fff;
    z-index: 100;
}

main .map-legend-wrapper .map-legend-inner>ul {
    list-style: none;
    padding: 5px 15px;
    margin: 0;
}

main .map-legend-wrapper .map-legend-inner>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 5px 0;
}

main .map-legend-wrapper .map-legend-inner>ul>li p {
    font-size: 1em;
    font-weight: bold;
}

main .contact {
    margin-top: 15px;
}

main .contact dt,
main .contact dd {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid gray;
    padding: 3px 5px;
}

main .contact dt {
    border-bottom: 0px;
    font-size: 1.1em;
    background-color: #e8e8ff;
}

main .contact dd {
    font-size: 0.8em;
}

main .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

main .bottom .update-day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8em;
}

main .bottom .return-top {
    font-size: 0.8em;
    position: relative;
    padding-left: 15px;
}

main .bottom .return-top>a {
    text-decoration: none;
}

main .bottom .return-top::before {
    content: "";
    margin: auto;
    position: absolute;
    left: 0;
    top: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 10.4px 6px;
    border-color: transparent transparent #2a2a8d transparent;
}

footer {
    border-top: 1px solid #2a2a8d;
    margin-top: 15px;
    padding: 10px 3%;
}

footer>p {
    font-size: 0.8em;
    line-height: 1.5em;
}

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

.logo__img {
    height: 30px;
}

.logo__title {
    padding-left: 8px;
}

.logo.l-flex {
    text-decoration: none;
}

p.kinkyu {
    width: 20px;
    height: 20px;
    background-color: black;
    margin-right: 10px;
}

p.hinanshiji {
    width: 20px;
    height: 20px;
    background-color: purple;
    margin-right: 10px;
}

p.kourei {
    width: 20px;
    height: 20px;
    background-color: red;
    margin-right: 10px;
}

p.refugeopen {
    width: 20px;
    height: 20px;
    background-image: url("../img/icon/hinanjo_02_normal.png");
    background-size: 20px 20px;
}

p.refugeclose {
    width: 20px;
    height: 20px;
    background-image: url("../img/icon/hinanjo_01_normal.png");
    background-size: 20px 20px;
}

/* /トップページ */

/* 免責事項 */

.title {
    font-size: 1.3rem;
    margin: 15px 0 0 0 ;
    padding-left: 5px;
    border-left: 2px solid #2a2a8d;
}

#waste {
    line-height: 2rem;
}

.list.indent {
    list-style: auto;
}

.legend-btn,
.information_show_btn {
    cursor: pointer;
}



/* /免責事項 */

/* ヘルプ */
.help dt {
    font-size: 1.2rem;
    margin-top: 5px;
}
.help dd {
margin-left: 30px;
}
.help {
    margin-bottom: 30px;
}
@media screen and (max-width:768px) {

	.header-wrapper-inner {
    	padding: 0px 0px;
	}
    .l-flex {
        justify-content: center;
    }
    main .ttl-right {
        flex-wrap: wrap;
        font-size: 0.8rem;
    }
    main .ttl {
        margin-top: 20px;
        align-items: flex-end;
    }
    .ttl > h2 {
        white-space: nowrap;
    }
    main .ttl-right .legend {
        margin-right: 0;
        order: 3;
    }
    main .ttl-right .style-config {
        margin-right: 5px;
    }
    main #map .hinan-info {
        width: 330px;
        left: -330px;
    }
}

/*# sourceMappingURL=style.css.map */