.goods_read2 {
    width: 100% !important;
}

.goods_image_content2 {
    display: inline-block;
}

.goods_image{
    margin-right: 50px;
}

.goods_moushikomi{
    padding-bottom: 50px;
}

.goods_moushikomi_info{
    padding-bottom: 150px;
    display: inline-block;
}

.goods_image{
    width: 420px;
    height: auto;
    padding-bottom: 50px;
    margin: 0 50px 0 25px;
}

.goods_image img {
    display: block;
}

.goods-img-preview{
    /* width: 400px;
    height: 400px; */
    width: auto;
    height: auto;
}

.goods_title_style{
    font-weight: bold;
}

/* modal */
.modal {
    display: none; /* デフォルトは非表示 */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    margin: 15% auto;
    padding: 20px;
    border: none;
    width: 80%;
    max-width: 700px;
    background-color: white;
    text-align: center;
    border-radius: 10px;
}

.modal-content img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 25px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
}