/* ===========================

   ============================ */


.itemslist {
    width: 90%;
    max-width: 1712px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* border: #f00 1px solid; */
}

.item {
    width: 32%;
    margin: 0 0.5% 1.5em;
    /* padding: 1em 1%; */
    padding: 15px 1% 30px;
    background-color: #fff;
}

.item .figure-outer {
    margin: auto;
    position: relative;
    /* padding-bottom: 22px;
    margin-bottom: 15px; */
}

.item figure {
    width: 100%;
    max-width: 690px;
    margin: auto;
    padding-bottom: .5em;
}

.item figure img {
    width: 100%;
}

.item h4 {
    color: #cc8846;
}

.maker,
.maker_reading {
    font-weight: bold;
}



.range .range_name {
    font-size: 1.2rem;
    color: #fff;
    background: #cc8846;
    /* padding: 0 1em; */
    padding: 3px 30px;
    border-radius: 2em;
    display: inline-block;
}


.type .type_name {
    font-size: 1.2rem;
    color: #fff;
    /* background: #cc8846; */
    background: #7f4f1f;
    /* padding: 0 1em; */
    padding: 3px 30px;
    border-radius: 2em;
    display: inline-block;
}

.note1,
.note2 {
    padding: .5em 0;
    display: block;
}

.note2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #999;
}

ul.spec {
    margin-bottom: 1em;
}

.material .icon {
    font-size: 1.2rem;
    color: #fff;
    background: #c1a68e;
    margin-right: .4em;
    padding: .2em .5em;
    border-radius: .2em;
}

/* ul.price_outer {
    margin-bottom: 0;
} */

ul.price-outer li {
    margin: 0;
}

.price {
    font-family: メイリオ, Meiryo, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.price .arrow {
    color: #999;
}

.price s {
    color: #999;
}

.sale_price {
    font-size: 2.4rem;
    font-weight: bold;
    color: #f00;
}

.item p.catch {
    color: #cc8846;
}

.item p.copy {
    margin: 0 0 .5em;
}

.item dl.accessory {
    font-size: 1.2rem;
    padding: .25em .75em;
    background: #edeae3;
    border-radius: .2em;
}

.item dl.accessory dd,
.item dl.accessory dt {
    display: inline-block;
}

/************ 1279～901 ************/

@media screen and (min-width:901px) and (max-width: 1279px) {

    .itemslist {
        width: 95%;
        padding-left: 2.5%;
        margin: auto;
    }

    .item {
        width: 47%;
        margin: 0 1.5% 1.5em;
        padding: 1em 2%;
    }

    .item figure {
        width: 100%;
        max-width: 310px;
        margin: auto;
    }

}



/************ 900 ************/

@media print,
screen and (max-width: 900px) {

    .itemslist {
        width: 95%;
        margin: 0 auto;
        display: block;
        padding-bottom: 2em;
    }

    .item {
        /* width: 90% !important; */
        width: auto;
        margin: auto auto 30px;
        padding: 0 5% 30px;
        border: none;
        border-bottom: #ddd thin solid;
        width: 100%;
        display: block;
    }

    .item h4 {
        font-size: 1.8rem;
    }

    .item .figure-outer {
        width: 100%;
        margin: 0 auto 1em;
        padding-bottom: 1.5em;
    }

    .item .figure-outer figure {
        /* width: 50%; */
        margin: auto;
        padding-bottom: 1.5em;
    }

    .item .figure-outer img.zoombtn {
        width: 30%;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
    }

    .item .txtbox {
        width: 100%;
        margin: 0;
    }

    ul.price-outer {
        margin-top: .5em;
    }

    .item ul.spec {
        margin-bottom: .5em;
    }


    .item dl.accessory {
        margin-bottom: 2em;
    }

}


/************ 768 ************/
/* @media print,
screen and (max-width: 768px) {

    .item .figure-outer figure {
        width: 75%;
    }


} */


/************ 640 ************/
/* @media screen and (max-width: 640px) {


    .sale_price {
        font-size: 2.0rem;
    }
} */