@charset "utf-8";

/**
 * Content
 */
.store .content ul li {
    margin-bottom: 2rem;
    background-color: #FFFFFF;
}

.store .content ul li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.store .content ul li a .img {
    position: relative;
    width: 100%;
}

.store .content ul li a .img::before {
    content: "";
    display: block;
    padding-top: 57%;
}

.store .content ul li a .img img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.store .content ul li a .txt {
    padding: 1rem;
}

.store .content ul li a .txt h2 {
    margin-bottom: 0.5rem;
    color: #333333;
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
}

.store .content ul li a .txt .loc {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.store .content ul li a .txt .loc svg {
    width: 2rem;
    height: 2rem;
}

.store .content ul li a .txt .loc p {
    color: #333333;
    font-size: 1.3rem;
}

@media all and (min-width: 500px) {

    .store .content ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .store .content ul li {
        display: block;
        width: calc((100% - 1.5rem) / 2);
        margin-right: 1.5rem;
        margin-bottom: 3rem;
    }

    .store .content ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .store .content ul li a .txt {
        padding: 1.5rem;
    }

    .store .content ul li a .txt h2 {
        text-align: center;
    }

}

@media all and (min-width: 1000px) {

    .store .inner {
        max-width: 100rem !important;
    }

    .store .content ul li {
        width: calc((100% - 4rem) / 3);
        margin-right: 2rem;
        margin-bottom: 4rem;
    }

    .store .content ul li:nth-of-type(2n) {
        margin-right: 2rem;
    }

    .store .content ul li:nth-of-type(3n) {
        margin-right: 0;
    }

    .store .content ul li:nth-last-of-type(2),
    .store .content ul li:nth-last-of-type(3) {
        margin-bottom: 0;
    }

    .store .content ul li a .txt {
        padding: 2rem;
    }

}
