/* 絞り込みジャンル表示 */

ul.cat-flex, ul.children {
    display: flex;
    flex-wrap: wrap;
}

ul.cat-flex li.cat-item, ul.children li.cat-item {
    padding: 5px;
    margin: 2px;
    background-color: #6a3906;
    border-radius: 10px;
    color: #fff;
}

ul.cat-flex li.cat-item a, ul.children li.cat-item a {
    color: #fff;
    text-decoration: underline;
}

ul.cat-flex {
    margin-bottom: 2em;
}

div.genre span.tag {
    color: #666;
    /* border-radius: 10px; */
    /* border:1px solid #666; */
    padding: 2px;
    padding-left: 1px;
    padding-right: 1px;
}

.w-box2 .genre {
    margin-bottom: 0em;
}

@media screen and (max-width:768px) {
    #top-h2-icon1 {
        color: #461904;
        height: 20px;
        font-size: 16px;
        background-image: url(/wp-content/themes/kitamura/sp/image/h1_icon.png);
        background-size: 16px 16px;
        background-repeat: no-repeat;
        padding-left: 20px;
        margin: 15px 0;
        line-height: 100%;
        padding-bottom: 5px;
        border-bottom: #693907 1px solid;
    }
    #main-content {
        padding-left: 1em;
        padding-right: 1em;
    }
    .w-box2 {
        width: 100%;
        border: 1px solid #bab59b;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .w-box2 h4 {
        color: #461904;
        padding: 10px 4%;
        background: url(/wp-content/themes/kitamura/sp/image/flow_bg.png) top left repeat;
        -webkit-background-size: 3px 3px;
        -o-background-size: 3px 3px;
        background-size: 3px 3px;
        margin-top: -23.4px;
    }
    .w-box2 .content {
        color: #461904;
        width: 92%;
        background-color: #f8f3da;
        padding: 10px 4%;
    }
    .w-box2 img {
        margin-left: 1em;
        margin-top: 1em;
    }
    .w-box2 span {
        /* display: none; */
    }
    .w-box2 .detailbtn {
        color: #461904;
        padding-top: 1em !important;
        padding-right: 1em;
    }
    .w-box2 .genre {
        margin: 1em;
    }
}
h4 li{
    list-style: none;
}
h4 a {
    text-decoration: none;
    color: #000;
}

dt a {
    text-decoration: none;
    color: #000;
}

ul.saleList {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}
ul.saleList li{
    list-style: none;
}

ul.saleList a {
    text-decoration: underline;
    color: #000;
}

ul.saleList li:before {
    content: "・";
}
