@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 480px) {
    .tokushu-wrap {
        width: 100%;
        line-height: 1.2;
    }

    .tokushu-wrap .header img {
        width: 100%;
        height: auto;
    }

    .tokushu-wrap .cont {
        position: relative;
        width: 100%;
        margin: 20px auto !important;
        background: #d5d5d5;
        border: solid #fff 4px;
        box-shadow: rgba(153, 153, 153, 0.7) 0 0 5px;
        padding: 7px !important;
    }

    .tokushu-wrap .cont:first-child {
        margin-top: 50px !important;
    }

    .tokushu-wrap .cont:before {
        display: none;
    }

    .tokushu-wrap .cont:after {
        display: none;
    }


/* -- cont-wrap -- */
.tokushu-wrap .cont-wrap {
    position: relative;
    z-index: 2;
    margin-top: -125px !important;
}
    
    .tokushu-wrap .product-l {
        width: 100%;
        padding: 10px 0 !important;
    }

    .tokushu-wrap .product-l h3 {
        background: none;
    }

    .tokushu-wrap .product-l .left-block {
        width: 52%;
    }

    .tokushu-wrap .product-l .left-block img {
        width: 100%;
    }

    .tokushu-wrap .tokutenImage img {
        width: 90%;
    }

    .tokushu-wrap .product-l .right-block {
        width: 47%;
        position: relative;
        /*height: auto;*/
    }

    .tokushu-wrap .product-l .right-block .value {
        position: absolute;
        top: 40%;
        left: 5px;
        color: #e7316e;
        text-align: center !important;
        width: 100%;
        margin-top: 0 !important;
    }

    .tokushu-wrap .product-l .right-block .value dt {
        display: inline-block;
    }

    .tokushu-wrap .product-l .right-block .value dl dd {
        display: inline-block;
    }

    .tokushu-wrap .product-l .right-block .value dl dd small {
        font-size: 0.5em !important;
        font-weight: normal;
        display: inline-block;
    }

    .tokushu-wrap .right-block .value dd:after {
        display: inline-block !important;
        font-size: 1.05em !important;
        font-weight: normal;
        content: "（税込）";
    }

    .tokushu-wrap .right-block .cart {
        display: inline-block;
        width: 95% !important;
        height: 28px;
        margin: 3px !important;
    }

    .tokushu-wrap .right-block .cart span {
        line-height: 30px !important;
    }

    .tokushu-wrap .tokuten-block {
        width: 100%;
        margin: 8px 0 10px !important;
        text-align: center;
    }

    .tokushu-wrap .tokuten-block img {
        width: 29%;
        margin: 0 3px;
        border: 1px solid #cccccc;
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
    }

    .tokushu-wrap .product-l table {
        width: 95%;
    }

    .tokushu-wrap .product-l table th {
        width: 30%;
    }

    .tokushu-wrap .product-l table td {
        width: 70%;
    }

    .tokushu-wrap .itemlist {
        width: 100% !important;
        height: auto;
    }

    .tokushu-wrap .itemlist span {
        width: 100% !important;
        background-size: contain !important;
    }

    .tokushu-wrap .footer {
        padding: 5px !important;
        text-align: center;
    }

}

@media screen and (max-width: 1024px) {

    .tokushu-wrap {
        width: 100% !important;
        line-height: 1.2;
        background: url(../imgs/bg.jpg) repeat left top;
    }

    .tokushu-wrap .header img {
        width: 100%;
        height: auto;
    }

    .tokushu-wrap .cont {
        position: relative;
        width: 95%;
        margin: 20px auto !important;
        background: #d5d5d5;
        border: solid #fff 4px;
        box-shadow: rgba(153, 153, 153, 0.7) 0 0 5px;
    }

    .tokushu-wrap .cont:first-child {
        margin-top: 50px !important;
    }

    .tokushu-wrap .cont:before {
        display: none;
    }

    .tokushu-wrap .cont:after {
        display: none;
    }

    /*.tokushu-wrap .cont:before {
  width: 100%;
}

.tokushu-wrap .cont:after {
  width: 100%;
}
*/
    .tokushu-wrap .product-l {
        width: 100%;
        padding: 10px 5px !important;
    }

    .tokushu-wrap .product-l h3 {
        background: none;
    }

    .tokushu-wrap .product-l .left-block {
        width: 57%;
    }

    .tokushu-wrap .product-l .left-block img {
        width: 100%;
    }

    .tokushu-wrap .product-l .right-block {
        width: 37%;
    }


    .tokushu-wrap .product-l .right-block .value {
        position: absolute;
        bottom: -130px;
        right: 5px;
        color: #e7316e;
        text-align: right;
    }

    .tokushu-wrap .product-l table {
        width: 95%;
    }

    .tokushu-wrap .product-l table th {
        width: 30%;
    }

    .tokushu-wrap .product-l table td {
        width: 70%;
    }

    .tokushu-wrap .itemlist {
        width: 100%;
        text-align: center;
    }

    .tokushu-wrap .itemlist span {
        display: inline-block;
        background: url(../imgs/itemlist.png) no-repeat center center;
    }

    .tokushu-wrap .footer {
        padding: 5px !important;
        text-align: center;
    }


    /* 修正 */
    .tokushu-wrap .cont .detail img:first-child {
        width: 51%;
        margin-right: 5px !important;
    }

    .tokushu-wrap .cont .detail img {
        width: 40%;
        vertical-align: top !important;
    }

    .tokushu-wrap .cont .product-l .detail img,
    .tokushu-wrap .cont .product-m .detail img {
        float: none;
        margin: 5px auto !important;
        vertical-align: top !important;
    }

    .tokushu-wrap .cont .product-l .detail .value {
        position: static;
        width: 100% !important;
        margin: 5px auto !important;
        text-align: center !important;
    }

    .tokushu-wrap .product-l .detail .value dl {
        width: 100% !important;
        text-align: center !important;
    }

    .tokushu-wrap .cont .product-l .detail .value dd:after {
        font-size: 0.5em !important;
    }
}
