@charset "euc-jp";
.page_title {
    margin: 55px 0;
    text-align: center;
}

.page_title h2 {
    font-size: 44px;
    font-family: 'Libre Baskerville', serif;
}

.page_title p {
    font-size: 16px;
}


/* pager */

.pager {
    margin-top: 90px;
    text-align: center;
}

.pager li {
    display: inline-block;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    border: none;
    border-radius: 0;
    background-color: none;
}

.sortlist {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 25px 0;
    margin-bottom: 50px;
}

.sortlist ul {
    text-align: center;
}

.sortlist li {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #abaaaa;
    line-height: 1;
    margin-bottom: 1em;
    padding: 0 10px 0 4px;
}

.sortlist li:last-child {
    border-right: none;
}

.grouplist {
    margin-bottom: 1em;
}

.catname {
    text-align: center;
    margin: 50px 0;
    font-size: 18px;
}


.catlist{
  text-align: center;
}
.catlist .catlist_btn {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    background: url(https://file002.shop-pro.jp/PA01383/662/images/ico_opne.png) right center no-repeat;
    background-size: 12px 10px;
    margin-bottom: 10px;
    padding-right: 15px;
}

.catlist ul {
    display: none;
}

.catlist .catlist_btn.active {
    background: url(https://file002.shop-pro.jp/PA01383/662/images/ico_close.png) right center no-repeat;
    background-size: 12px 10px;
    padding-right: 15px;
}