﻿.section-store .item {
    padding: 30px 0;
    border-top: 1px solid #d2d2d2;
}

.section-store .card-img {
    border-radius: 15px;
}

.section-store .body {
    padding: 0.5rem;
}

.section-store .item .name {
    color: #333;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
    text-overflow:ellipsis;
}

.section-store .item ul > li {
    display: flex;
    margin-bottom: 0.5rem;
}

.section-store ul.categorys {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .section-store ul.categorys > li {
        display: inline-block;
        color: #777;
        border-bottom: 1px solid #777;
    }

.section-store ul.contact > li > .title {
    white-space: nowrap;
}

.section-store .item .memo {
    color: #a6a6a6;
}

.section-store .item .btn {
    padding: 0.5rem 0.75rem;
    font-size: 16px;
}
