.price-container {
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

.price-container img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    min-width: 800px;
    max-width: 980px;
}


/*580px以下の画面幅の場合*/

@media (max-width: 580px) {
    .price-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.js-scrollable {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}