@charset "utf-8";

/*
Theme Name: COCOTORE
Author: SOEL design
Description: original theme
Version： 3.0.0
*/


/*--------------------------------------------------
 #トップページ
--------------------------------------------------*/

/*-------　取扱商品一覧　-------*/
#cocotore .top-menu-contents {
    background: #fff;
    border-radius: 8px;
    padding: 3em 2em;
    margin: 0 auto 5em;
    box-sizing: border-box;
}
#cocotore .top-menu-contents h2 {
    font-size: 1.25rem;
    letter-spacing: 1.1px;
    text-align: center;
    color: #fff;
    background: #50912d;
    padding: 0.1em 0;
}
#cocotore .top-menu-contents h3 {
    font-size: 1.5rem;
    letter-spacing: 1.1px;
    color: #50912d;
    border-bottom: 1px solid #50912d;
    margin: 0 auto 0.8em;
}

#cocotore .top-menu-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 2em;
}

#cocotore .top-menu-list {
    width: 48.888%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
    margin-bottom: 1em;
}
#cocotore .top-menu-list a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1em 0 1em 1.5em;
}
#cocotore .top-menu-list a .menu-txt {
    width: 100%;
    flex: 2;
}
#cocotore .top-menu-list a .menu-img {
    width: 100%;
    flex: 1;
}
#cocotore .top-menu-list a .menu-txt h3 {
    font-size: 1.25rem;
    margin: 0 auto 1em;
    letter-spacing: 0px;
}
#cocotore .top-menu-list a .menu-txt h3 span {
    font-size: 0.875rem;
}
#cocotore .top-menu-list a .menu-label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#cocotore .top-menu-list a .menu-txt p.num {
    margin: 0 1em 0 0;
    color: #fff;
    background: #f56e32;
    line-height: 0;
    padding: 1em 0.8em;
}
#cocotore .top-menu-list a .menu-txt p.price {
    line-height: 0;
    font-size: 1.25rem;
    margin: 0;
}
#cocotore .top-menu-list a .menu-txt p.price span {
    font-size: 2rem;
    font-weight: 500;
}



/*-------　お知らせ　-------*/
#cocotore .top-news-contents {
    background: #fff;
    border-radius: 8px;
    padding: 3em 2em;
    margin: 0 auto 8em;
    box-sizing: border-box;
}

#cocotore .top-news-contents h2 {
    text-align: center;
    color: #50912d;
}


#cocotore .top-news-txt {

}
#cocotore .top-news-list a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto 1.5em;
    border-bottom: 1px solid #ddd;
}

#cocotore .top-news-list p.date {
    font-size: 0.85rem;
    line-height: 1;
    margin: 0;
}
#cocotore .top-news-list p time {
    padding-right: 1em;
}
#cocotore .top-news-list p span.cat {
    border-left: 1px solid #666;
    padding-left: 1em;
}
#cocotore .top-news-list p.txt {
    margin: 0;
}




















