@charset "euc-jp";
.cg_freespace_01 {
    margin-bottom: 45px;
}
.categoryList1 {
    background: #fff;
    padding: 35px 15px 10px 15px;
    border: 1px solid rgba(148,89,88,0.7);
    margin-bottom: 25px;
    position: relative;
}
.categoryList1 h2 {
    background: #945958;
    width: 230px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 20px;
    font-size: 1.5rem;
    position: absolute;
    top: -58px;
    left: 15px;
    margin-top: 40px;
}
.categoryList1 ul li {
    display: inline-block;
    margin: 0 5px 10px 0;
}
.categoryList1 ul li a {
    display: inline-block;
    background: #f8f3db;
    padding: 4px 20px;
}
@media only screen and (max-width:768px) {
    .categoryList1 {
        background: #fff;
        padding: 0;
        border: 1px solid rgba(148,89,88,0.7);
        margin-bottom: 25px;
        position: static;
    }
    .categoryList1 h2 {
        width: 100%;
        height: auto;
        border-radius: 0;
        font-size: 1.4rem;
        position: static;
        margin-top: 0;
        padding: 5px;
    }
    .categoryList1 ul {padding: 10px 10px 0px 10px;}
    .categoryList1 ul li a {
        padding: 10px;
        font-size: 1.3rem;
    }
}

.sortList1 {
    margin-bottom: 25px;
    text-align: right;
}

.itemList1 {
    margin-bottom: 40px;
}