@charset "utf-8";

/*********************************************************************
*
*  For shop
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_shop_wrap */
/* ---------------------------------------------------- */
.sec_shop_wrap .sec_ttl {
    margin-bottom: 80px;
}

.sec_shop_wrap .nav_1 {
    margin-bottom: 80px;
}

.sec_shop_wrap .nav_1 > ul {
    display: flex;
    border: 1px solid #0a1733;
}

.sec_shop_wrap .nav_1 > ul > li {
    width: 50%;
}

.sec_shop_wrap .nav_1 > ul > li + li {
    border-left: 1px solid #0a1733;
}

.sec_shop_wrap .nav_1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
}

.sec_shop_wrap .slide {
    margin-bottom: 100px;
}

.sec_shop_wrap article + article {
    margin-top: 100px;
}

.sec_shop_wrap .art_ttl {
    margin-bottom: 50px;
    padding: 10px 10px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    border: 1px solid #0a1733;
}

.sec_shop_wrap .list > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

.sec_shop_wrap .list > ul > li {
    position: relative;
    margin: 0 10px 20px;
    width: 220px;
}

.sec_shop_wrap .list a {
    display: block;
    height: 100%;
    color: #fff;
    background-color: #0a1733;
    border: 1px solid #0a1733;
    pointer-events: none;
}

.sec_shop_wrap .list .img {
    background-color: #fff;
}

.sec_shop_wrap .list .name {
    padding: 10px 5px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.sec_shop_wrap .list .name span {
    font-size: 1.2rem;
}

.sec_shop_wrap .andmore {
    display: table;
    margin: 60px auto 0;
    color: #0a1733;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
}

.sec_shop_wrap .img_1 {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .sec_shop_wrap .nav_1 a:hover {
        color: #fff;
        background-color: #0a1733;
    }

    /* .sec_shop_wrap .market .list>ul>li:nth-child(1) {
        margin-left: 200px;
    }

    .sec_shop_wrap .market .list>ul>li:nth-child(2) {
        margin-right: 200px;
    }

    .sec_shop_wrap .food .list>ul>li:nth-child(1) {
        margin-left: 300px;
        margin-right: 300px;
    } */
}

@media (max-width: 767px) {
    .sec_shop_wrap .sec_ttl {
        margin-bottom: 40px;
    }

    .sec_shop_wrap .nav_1 {
        margin-bottom: 40px;
    }

    .sec_shop_wrap .nav_1 a {
        font-size: 2.5rem;
    }

    .sec_shop_wrap .slide {
        margin-bottom: 70px;
    }

    .sec_shop_wrap article + article {
        margin-top: 70px;
    }

    .sec_shop_wrap .art_ttl {
        margin-bottom: 30px;
        font-size: 2.5rem;
    }

    .sec_shop_wrap .list > ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 -5px -10px;
    }

    .sec_shop_wrap .list > ul > li {
        margin: 0 5px 10px;
        width: calc(50% - 10px);
    }

    .sec_shop_wrap .list .name {
        font-size: 1.2rem;
    }
    .sec_shop_wrap .list .name span {
        display: block;
        font-size: 1.1rem;
    }

    .sec_shop_wrap .andmore {
        margin-top: 30px;
        font-size: 1.6rem;
    }
}
