.shop_info_higher {
    width: 700px;
    height: 113px;
    text-align: center;
    margin: 0 auto 0;
    border-radius: 18px;
    position: relative;
    background: white;
}
.a_go_to_shop_higher {
    position: absolute;
    text-align: center;
    font-size: 20px;
    right: 20px;
    top: 41px;
    width: 113px;
    line-height: 36px;
    color: #5E005E;
    border: solid 1px #5E005E;
    border-radius: 18px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
}
.img_rectangle_higher {
    position: absolute;
    left: 15px;
    top: 33px;
    max-width: 100px;
    max-height: 51px;
}

.img_square_higher  {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 14px;
}
.shop_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%;
    color: #2D313C;
    font-size: 20px;
    text-align: center;
    position: absolute;
    left: 136px;
    top: 46px;
}
.shop_name_square_higher {
    margin-left: -19px;
}