html {
    font-size: 10px;
}
/* ヘッダー */
#map_win_header {
    background-color: #adadad;
    height: 90px;
}
#inner_header {
    padding: 5px 5px 0px 15px;
}
#inner_header img {
    width: 100%;
    cursor: pointer;
}
/* フッダー */
#inner_footer {
    position: fixed;
    background-color: #0f602f;
    text-align: center;
    color: #ffffff;
    bottom: 0;
    left: 0;
    width: 100%;
}

.gps {
    cursor: pointer;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 3px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}
.gps img {
    width: 20px;
}
/* 指定緊急避難場所 2022-10-xx add */
.hinan {
    cursor: pointer;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}
.hinan img {
    width: 33px;
    height: 33px;
}
/* 指定緊急避難場所 ポップアップ 2022-10-xx add */
.popup {
    line-height: 1.2;
}
#name {
    color: #ff0000;
    font-size: 14px;
}
#address {
    font-size: 14px;
}
#disaster-kind {
    color: #0000ff;
    font-size: 12px;
}
#kind {
    font-size: 12px;
}
/* -----ここまで----- */
.cross-hair {
    width: 100px;
}
#search_adress {
    padding-bottom: 5px;
    font-size: 15px;
}
#search_adress form {
    position: relative;
    top: 10px;
}

#search_adress form input[type="text"] {
    width: 80%;
}
#content {
    position: absolute;
    z-index: 2000;
    width: 65%;
    height: 50%;
    max-height: 30%;
    background: white;
    right: 10px;
    bottom: 20px;
    border-radius: 10px;
    border: 4px solid #000000;
    box-shadow: 2px 2px 4px gray;
    padding: 10px;
}
#content .row::after,
#content .row::before {
    display: flex !important;
}
#content label input[type="checkbox"] {
    position: relative;
    top: 2px;
    right: 2px;
}
#content label {
    position: relative;
    left: 2px;
}
#content .m-help {
    position: relative;
    top: -1px;
}
#content .m-help img {
    width: 35px;
}
.recommend {
    font-size: 1rem;
    padding: 0 15px;
}

.hamburger-menu {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    position: absolute;
    bottom: 25px;
    right: 15px;
    z-index: 500;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    cursor: pointer;
}
.hamburger-menu div {
    width: 15px;
    height: 3px;
    background-color: #000000;
    margin: 4px auto auto 5px;
}
#content .close {
    float: right;
    font-weight: bold;
    position: relative;
    top: -7px;
    right: 4px;
    cursor: pointer;
    padding: 5px;
}
.r-action {
    position: absolute;
    right: 5px;
    top: 5px;
}
.r-action .dropdown-toggle {
    width: 20px;
    right: 0px;
}
.r-action .print {
    position: relative;
    width: 20px;
    right: 10px;
}
.r-action .manual {
    position: relative;
    width: 20px;
    right: 20px;
}
.ui-dialog {
    z-index: 109000 !important ;
    left: 60px;
    top: 130px;
}
.dropdown-menu {
    z-index: 2010;
}

#index-map {
    display: none;
    position: absolute;
    left: 10px;
    bottom: 30px;
    width: 150px;
    height: 150px;
    z-index: 2000;
    border-radius: 3px;
    border: 3px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px 2px rgba(252, 2, 2, 0.5);
}

@media (min-width: 279px) {
    #map_win_header {
        height: 70px;
    }
    #search_adress form input[type="text"] {
        width: 75%;
    }
}

@media (min-width: 359px) {
    #map_win_header {
        height: 75px;
    }
    #content {
    }
    .r-action {
        top: 2px;
    }
    .r-action .dropdown-toggle {
        width: 25px;
    }
    .r-action .print {
        position: absolute;
        width: 25px;
        right: 40px;
    }
    .r-action .manual {
        position: absolute;
        width: 25px;
        right: 75px;
    }
    #search_adress form input[type="text"] {
        width: 75%;
    }
}

@media (min-width: 410px) {
    #map_win_header {
        height: 75px;
    }
    #content {
    }
    .r-action {
        top: 2px;
    }
    .r-action .dropdown-toggle {
        width: 30px;
    }
    .r-action .print {
        position: absolute;
        width: 30px;
        right: 40px;
    }
    .r-action .manual {
        position: absolute;
        width: 30px;
        right: 80px;
    }
    #search_adress form input[type="text"] {
        width: 75%;
    }
}

@media (min-width: 576px) {
    #map_win_header {
        height: 75px;
    }
    #search_adress form {
        top: 10px;
    }
    #search_adress form input[type="text"] {
        width: 75%;
    }
}

/* 端末が横向きの場合 */
@media (min-width: 576px) and (orientation: landscape) {
    #search_adress form {
        top: 4px;
    }
    #content {
        width: 40%;
        max-height: 85%;
    }
}

@media (min-width: 768px) {
    #map_win_header {
        height: 35px;
    }
    #inner_header img {
        width: 75%;
    }
    #search_adress {
        padding-bottom: inherit;
    }
    #search_adress form {
        top: 10%;
    }
    #search_adress form input[type="text"] {
        width: 75%;
    }
    #content {
        position: absolute;
        z-index: 2000;
        width: 97%;
        max-height: 30%;
        bottom: 20px;
        /* left: 10px; */
        background-color: #ffffff;
        border-radius: 10px;
        border: 4px solid #000000;
        box-shadow: 2px 2px 4px gray;
        padding: 20px;
    }
    #content input[type="checkbox"] {
        position: relative;
        top: 3px;
        margin-right: 3px;
    }
    #content .close {
        top: -15px;
        right: -8px;
    }
    #index-map {
        display: block;
        left: inherit;
        bottom: inherit;
        top: 10px;
        right: 10px;
    }
}

/* 端末が横向きの場合 */
@media (min-width: 768px) and (orientation: landscape) {
    #search_adress form {
        top: 10%;
    }
    #content {
        position: absolute;
        z-index: 2000;
        width: 35%;
        height: 50%;
        max-height: 90%;
        background: white;
        right: 10px;
        left: inherit;
        top: 10px;
        border-radius: 10px;
        border: 4px solid #000000;
        box-shadow: 2px 2px 4px gray;
        padding: 15px;
    }
    .hamburger-menu {
        top: 10px;
        right: 15px;
    }
    #content .col-md-4 {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }
    #content .close {
        top: -10px;
        right: 2px;
    }
    #index-map {
        display: none;
        left: 10px;
        bottom: 20px;
        top: inherit;
        right: inherit;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 12px;
    }
    #map_win_header {
        height: 45px;
    }
    #content {
        width: 310px;
        max-height: 80%;
        overflow: auto;
    }
    #search_adress form {
        top: 15%;
    }
    #search_adress form input[type="text"] {
        width: 75%;
        max-width: 500px;
    }
    #index-map {
        bottom: 30px;
        width: 200px;
        height: 200px;
    }
}

/* 端末が横向きの場合 */
@media (min-width: 992px) and (orientation: landscape) {
    #index-map {
        display: block;
        left: 10px;
        bottom: 20px;
        top: inherit;
        right: inherit;
    }
}

@media (min-width: 1024px) {
    #map_win_header {
        height: 50px;
    }
    #content {
        right: 10px;
        left: inherit;
    }
    .r-action {
        top: 5px;
    }
    .hamburger-menu {
        top: 10px;
        right: 15px;
    }
}

@media (min-width: 1024px) and (orientation: portrait) {
    #content {
        right: 10px;
        top: 10px;
        left: inherit;
        bottom: inherit;
    }
    #index-map {
        left: 10px;
        bottom: 20px;
        top: inherit;
        right: inherit;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 15px;
    }
    #map_win_header {
        height: 60px;
    }
    #inner_header {
        padding-bottom: 5px;
    }
    #search_adress form {
        top: 25%;
    }
    #content {
        width: 370px;
        max-height: 90%;
    }
    .r-action {
        top: 10px;
    }
    #content .m-help img {
        width: 46px;
    }
}

.bg-commom {
    background-color: #adadad;
}
