﻿/* Theme White - Store */

/* Index */
.section-store .item {
    padding-bottom: 1rem;
    border-top: 1px solid #d2d2d2;
}

    .section-store .item .name {
        color: #333;
    }

    .section-store .item img {
        border-radius: 0.25rem;
    }

    .section-store .item ul.contact {
        padding-left: 0;
        list-style: none;
        margin-bottom: 0.25rem;
    }

        .section-store .item ul.contact > li {
            display: flex;
            flex-wrap: wrap;
            font-size: 0.875rem;
        }

            .section-store .item ul.contact > li > .title {
                font-weight: normal;
                margin-bottom: 0;
                white-space: nowrap;
            }

    .section-store .item .body {
        padding: 1rem;
    }

    .section-store .item .memo {
        color: #333333;
        font-size: 0.875rem;
        margin-bottom: 0.25rem;
    }

    .section-store .item .btn {
        color: #999999;
        border-color: #d2d2d2;
        padding: 0.25rem 0.75rem;
        border-radius: 50rem;
        margin-top: 0.25rem;
    }

        .section-store .item .btn:hover {
            color: #ffffff;
            border-color: #333333;
            background-color: #333333;
        }

/* 每一篇的分類 */
.section-store ul.categorys {
    color: #999999;
    font-size: 0.875rem;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .section-store ul.categorys > li {
        display: inline-block;
    }

        .section-store ul.categorys > li + li:before {
            content: ', ';
        }

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    /* 項目 */
    .section-store .item {
        padding-bottom: 0.5rem;
    }

        .section-store .item .body {
            padding: 1rem 1.5rem;
        }

        .section-store .item .title {
            margin-top: 0;
        }

        .section-store .item ul.contact > li {
            font-size: 1rem;
        }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {

    /* 項目 */
    .section-store .item {
        padding: 0.5rem 0;
    }
}
