#sapporo3c-town-images-modal .sapporo3c-town-images {
    justify-content: center;
    align-items: flex-end;
    max-width: 1000px;
    border-radius: 0.5rem 0;
    margin-bottom: 0;
    min-height: calc(100% - 1.75rem);
}

#sapporo3c-town-images-modal .modal-header {
    border: none;
    z-index: 99;
}

#sapporo3c-town-images-modal .modal-header .close-modal span {
    line-height: 1.25rem;
    font-size: 20px;
    color: var(--yellow);
    margin-right: -8px;
}

#sapporo3c-town-images-modal .modal-header .close-modal img {
    height: 24px;
}

#sapporo3c-town-images-modal .modal-content {
    background-image: url("/static/images/sapporo/bg.png") !important;
    max-width: 90%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#sapporo3c-town-images-modal .sapporo3c-town-images .modal-body {
    max-height: 85vh;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
}

#sapporo3c-town-images-modal .sapporo3c-town-images .modal-body .images-group {
    flex: 1 1 100%;
    position: relative;
    overflow-y: scroll;
}
/* 
#sapporo3c-town-images-modal
    .sapporo3c-town-images
    .modal-body
    .images-group
    img {
    object-fit: cover;
    height: 164px;
} */

@media only screen and (max-width: 480px) {
    #sapporo3c-town-images-modal
        .sapporo3c-town-images
        .modal-body
        .images-group
        img {
        object-fit: cover;
        height: auto;
    }
}

#sapporo3c-town-images-modal
    .sapporo3c-town-images
    .modal-body
    .sapporo3c-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sapporo3c-town-images-modal
    .sapporo3c-town-images
    .modal-body
    .sapporo3c-title
    img {
    height: 72px;
}

@media only screen and (max-width: 767px) {
    #sapporo3c-town-images-modal .modal-header .close-modal img {
        height: 20px;
    }

    #sapporo3c-town-images-modal
        .sapporo3c-town-images
        .modal-body
        .sapporo3c-title
        img {
        height: 52px;
    }
}

@media only screen and (max-width: 576px) {
    #sapporo3c-town-images-modal .sapporo3c-town-images {
        min-height: calc(100% - 0.5rem);
        margin-left: 0;
        margin-right: 0;
    }

    #sapporo3c-town-images-modal .modal-content {
        max-width: 100%;
        border-radius: 0;
    }
}

@media only screen and (max-width: 480px) {
    #sapporo3c-town-images-modal
        .sapporo3c-town-images
        .modal-body
        .sapporo3c-title
        img {
        height: 48px;
    }
}
