.roll-list {
    width: 98%;
    margin: 0 auto;
    /* text-align: center; */
}

.zoom-roll-map-box {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.zoom-roll-map {
    position: absolute;
    top:0;
    width: 200%;
    height: 200%;
    margin: 0 auto;
    object-fit: contain;
    cursor: grab;
}

.comment6{
    width: 98%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.comment6 img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.roll-map {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.roll-map img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.zoom-btn-box {
    width: 100%;
    height: 100px;
    position: relative;
}

.zoom-btn {
    position: absolute;
    right: 80px;
    
}

/*
タブレット用
*/
@media screen and (max-width: 1024px) {

    .zoom-roll-map-box {
        position: fixed;
        width: 98%;
        height: auto;
        margin: 0 auto;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 30;
    }
    
    .zoom-roll-map {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    
    .zoom-btn-box {
        width: 100%;
        height: 100px;
        position: relative;
    }
    
    .zoom-btn {
        position: absolute;
        right: 80px;
        
    }

}

/*
スマホ用
*/
@media screen and (max-width: 768px) {

    .zoom-roll-map-box {
        position: fixed;
        width: 98%;
        height: auto;
        margin: 0 auto;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 30;
    }
    
    .zoom-roll-map {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    
    .zoom-btn-box {
        width: 100%;
        height: 100px;
        position: relative;
    }
    
    .zoom-btn {
        position: absolute;
        right: 80px;
        
    }
}