/* 一覧用CSS */

.ec-shelfRole {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    
}
.ec-shelfGrid .ec-shelfGrid__item {
    max-width: 250px;
    width: 30%;
}
.ec-shelfGrid::after {
    display: block;
    content:"";
    max-width: 250px;
    width: 30%;
}
.flex_box
.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    padding: 0;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
    padding: 0;
}

.ec-shelfGrid .ec-shelfGrid__item img {
    
}
.ec-blockBtn--action {
    
}
.ec-blockBtn--action, .ec-blockBtn--action:hover {
    background-color: #DE5D50 !important;
    border-color: #DE5D50 !important;
}


.ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: 800px;
}
.ec-layoutRole .ec-layoutRole__contents {
    margin-top: 40px;
    max-width: 1100px;
}

.ec-layoutRole .ec-topicpath__search {
    letter-spacing: normal;
    color: black;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
}

/*商品*/
.ec-topicpath__item{
    color: black;
    font-size: 2.2rem;
    font-weight: 600;
}
.ec-topicpath__item--active{
    color: black;
    font-size: 2.2rem;
    font-weight: 600;
}
.p-name{
    height: 72px;
}
.price02-default{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
@media only screen and (min-width: 768px){
    .ec-searchnavRole {
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1.4;
        color: #525263;
    }
    .ec-shelfGrid {
         margin-left: 0; 
         margin-right: 0; 
        display: flex;
        justify-content: space-between;
    }
    .ec-shelfGrid .ec-shelfGrid__item {
        
    }
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
        padding: 0;
    }
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
        padding: 0;
    }
    .ec-layoutRole .ec-layoutRole__mainWithColumn {
        width: 800px;
    }
}


/*スマートフォン*/
@media only screen and (max-width: 800px){  
    .ec-shelfGrid .ec-shelfGrid__item {
        max-width: inherit;
        width: 100%;
        padding: 0 20px;
    }
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
        padding: 0 20px;
    }
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
        padding: 0 20px;
    }
    /*    画像*/
    .ec-shelfGrid .ec-shelfGrid__item-image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 250px;
    }
    .ec-shelfGrid .ec-shelfGrid__item img {
        width: auto;
        max-height:250px;
    }
    /*商品一覧*/
    #page_product_list .ec-layoutRole__contents{
        margin-top: 0px;
    }
    #page_product_list .ec-topicpath{
        border-top: none;
    }
    
}

    