#shop_detail {
    background-color: #fff;
    padding: 1.2rem 1.2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.banner {
    width: 100%;
    margin-bottom: 2rem;
}

.banner img {
    width: 100%;
}

#shop_detail .title {
    padding: 0.6rem 0;
    width: 8rem;
    background-color: #e30009;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#shop_detail .shop_info {
    margin-top: 2rem;
    padding: 1rem 1rem;
    padding-top: 0;
    border: 1px solid #f2f2f2;
}

#shop_detail .text-content {
    margin-top: 1rem;
    font-size: 1rem;
}

#shop_detail .text-content .shop-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
}

#shop_detail .text-content .text-item {
    display: flex;
    margin-top: 0.8rem;
}

#shop_detail .text-content .text-item .lf-label {
    width: 5rem;
    font-weight: bold;
}

#shop_detail .text-content .text-item .rg-text {
    width: 30%;
    flex: 1;
}

#shop_detail .shop-img {
    width: 100%;
    margin-top: 2rem;
}

#shop_detail .shop-img img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #shop_detail .text-content .text-item {
        margin-top: 0.4rem;
    }

    #shop_detail .text-content .first-text-item {
        flex-flow: column;
    }

    #shop_detail .text-content .first-text-item .lf-label {
        width: 100%;
    }

    #shop_detail .text-content .first-text-item .rg-text {
        width: 100%;
    }
}