.topagunea_22 {
    width: 100%;
    /*width: 1920px;*/
    margin: 50px 0;
    position: relative;
}
.topagunea_22 .map-txt {
    width: 60%;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 1.5rem;
    display: flex;
    align-items: center;
}
.topagunea_22 .map-txt img {
    margin-right: 20px;
}
.topagunea_22 img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}
.topagunea_22 .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.topagunea_22 .popup.show {
    opacity: 1;
    visibility: visible;
    z-index: 990;
}
.topagunea_22 .popup__content {
    position: relative;
    width: 60%;
    max-width: 1080px;
    padding: 4rem 0;
}
.topagunea_22 .popup__content .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.8rem !important;
    height: 2.8rem !important;
    z-index: 1;
    color: white;
    border: 1px solid white;
    border-radius: 50px;
    font-size: 28px;
    font-style: normal;
    line-height: 1.3em;
    cursor: pointer;
    opacity: 1;
    display: block;
}

@media (max-width:979px) {
    .topagunea_22 .map-txt {
        width: 100%;
        font-size: 16px;
        line-height: 1.3rem;
    }
    .topagunea_22 .popup__content {
        width: 80%;
    }
}
@media (max-width:979px) {
    .topagunea_22 .popup__content .close {
        width: 2.3rem !important;
        height: 2.3rem !important;
        font-size: 22px;
    }
}