.select_tokusan{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
     @media screen and (max-width: 1000px) {
        width: 70%;
    }
    @media screen and (max-width: 777px) {
        width: 90%;
    }
    
}
.select_tokusan_item{
    width: calc(100% / 4);
    height: auto;
    padding: 20px 12px;
    
    font-size: 14px;
    line-height: 20px;
    color: #434343;
    @media screen and (max-width: 1000px) {
        width: calc(100% / 3);
    }
    @media screen and (max-width: 777px) {
        width: calc(100% / 2);
    }
    
}
.select_tokusan_item a{
   color: #434343;
}
.select_tokusan_item img{
    width: 100%;
}

.select_tokusan_item .item_name{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select_tokusan_item .hanbai_title{
    margin-top: 20px;
}


.select_tokusan_item .shop_name{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}




