@charset "euc-jp";

#wapper .cont .container {
    max-width: 1000px;
}

#product {
    padding: 40px 0 100px 0;
}

.product-image {
    padding-bottom: 30px;
    position: sticky;
    top: 10px;
    padding: 0;
}

#product h3 {
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
}

.product-order-input .btn-01 {
    padding: 2rem 1rem;
    border: none;
    background-color: #ccc !important;
    color: white !important;
    font-size: 24px !important;
}

#product-ditail {
    padding-left: 50px;
}

.product-image-main {
    text-align: left;
    padding: 0 5px 5px 5px;
}

.product-image-main img {
    width: 100%;
}

.product-image-thumb .product-image-thumb-box {
    padding: 5px;
    cursor: pointer;
}

.product-image-thumb img {
    display: block;
    margin: 0 auto;
}

.product-order {
    text-align: left;
    margin: auto;
}

.product-option-table table {
    margin: 0 auto;
}

.product-option-table th,
.product-option-table td {
    text-align: center;
}

.product-option-table td input[type="radio"] {
    margin-bottom: 5px;
}

.product-option-select {
    position: relative;
    overflow: hidden;
}

.product-option-select .product-option-wrapper {
    position: relative;
    left: 50%;
    float: left;
}

.product-option-select .product-option-unit {
    width: 300px;
    position: relative;
    left: -50%;
    float: left;
}

.product-option-select .product-option-unit div {
    padding: 0 20px;
}

.product-option-select .option-select-name {
    display: block;
    margin: .5em 0;
}

.product-order-price {
    padding: 0;
    margin: auto;
    color: #999;
    text-align: left;
    font-size: 24px;
    line-height: 40px;
}

.product-order-price li {
    padding: 0;
    margin: auto;
    width: 100%;
    color: black;
    font-weight: 500;
    font-size: 120%;
}

.price-sub {
    font-size: 80%;
    font-weight: 500;
}

.cart_inner {
    background-color: #f0f0f0;
    padding: 30px;
    border-radius: 10px;
    margin: 20px auto;
}

.product-order-regular {
    color: #abaaaa;
    text-decoration: line-through;
}

.product-order-discount {
    color: #b81717;
}

.product-order-input {
    text-align: center;
}

.product-order-input .col {
    display: inline;
    float: none;
}

.product-order-input,
.product-info-lst {
    margin-bottom: auto;
}

.product-order-num .btn {
    display: none;
    padding: 10px;
}

.product-unit {
    display: inline-block !important;
    padding-left: 20px;
    font-size: 24px;
    line-height: 40px;
    *display: inline !important;
    *zoom: 1;
}

.input-prepend {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}

.input-prepend::before {
    content: "¿ôÎÌ¡§";
    padding-left: 0;
    color: black;
    position: relative;
    font-size: 20px;
}

.product-order-num input {
    padding: 12px;
    width: 60px;
    text-align: right;
    font-size: 24px;
    line-height: 1;
}

.input-prepend input {
    border: none;
    padding: 5px 20px;
    width: 60px;
    height: auto;
    margin: auto;
    line-height: 1;
    font-size: 18px;
    border-radius: 5px;
    background-color: white;
    text-align: right;
}

.input-prepend input:focus {
    color: #000;
}

.input-prepend i {
    color: black;
}

.btn-addcart {
    line-height: 24px;
}

.btn-addcart .icon-lg-w {
    float: left;
    *float: none;
}

.btn-addcart span {
    padding-left: 10px;
}

.stock_error,
.product-member-sale-msg {
    margin: 20px 0;
    color: #d3473b;
    font-weight: bold;
    font-size: 16px;
}

.product-order-exp {
    padding: 40px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    font-size: 20px;
    margin: auto;
    border: none;
    padding: 0;
}

.product-order-spec {
    margin: 30px 0;
    border-bottom: 1px solid #e7e7e7;
    font-size: 12px;
}

.product-order-spec th {
    width: 30%;
    font-weight: normal;
}

.product-order-spec td {
    width: 70%;
}

.product-info-lst {
    text-align: center;
}

.product-info-lst li {
    display: inline;
    margin: 1em;
}

.product-info-lst .social-share {
    display: block;
}

.social-share a {
    margin: 1em;
}

.text-titles,
.password-field-wrap {
    margin: 40px 0 0;
    text-align: center;
}

.text-titles .col,
.password-field-wrap .col {
    float: none;
}

.text-titles-list__name,
.password-field-list__name {
    text-align: left;
    display: block;
    margin: .5em 0;
}

.text-titles-list__detail-text,
.password_field {
    width: 100%;
    height: 45px;
    padding: 13px;
    box-sizing: border-box;
}

.c-btn-cart {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    padding: 15px;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-weight: bold;
    background-color: #2C8B41;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-btn-cart:hover {
    background: #3fa756;
    color: #ffffff;
    text-decoration: none;
}

.c-btn-cart.is-disabled {
    background: #d8d8d8;
    cursor: default;
}

.c-btn-cart.is-disabled:hover {
    background: rgba(216, 216, 216, 0.8);
}

.c-btn-cart.is-soldout {
    background: #ac0000;
    cursor: default;
}

.c-btn-cart.is-soldout:hover {
    background: #ac0000;
}

.c-btn-cart.is-membersonly {
    background: #53a6a5;
    cursor: default;
}

.c-btn-cart.is-membersonly:hover {
    background: #53a6a5;
}

.c-icon-cart {
    display: inline-block;
    margin-right: 6px;
    width: 22px;
    height: 16px;
    background: url(https://img.shop-pro.jp/tmpl_img/86/icon-template-cart.png) no-repeat;
    background-size: 20px;
}

.c-more {
    text-align: center;
}

.c-not-found {
    margin-bottom: auto;
}

.product-info-lst ul {
    text-align: left;
    padding: 0;
    margin: auto;
}

.product-info-lst ul li {
    margin: 10px auto;
    display: block;
}

.product-info-lst ul li a {
    background-color: white;
    padding: 8px;
    border-radius: 5px;
    display: block;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #333;
}

.product-info-lst ul li a:hover {
    text-decoration: none;
    background-color: #e6e6e6;
}

.product-info-lst-sub ul {
    padding: 0;
    margin: auto;
}

.product-info-lst-sub ul li {
    display: block;
    margin: auto;
    line-height: 1.4;
    text-align: left;
}

.product-info-lst-sub ul li a {
    font-size: 18px;
    color: #333;
}

.product-info-lst-sub ul li::before {
    content: "¡¦";
    padding-left: 0;
    color: #333;
    position: relative;
    font-size: 18px;
}

@media all and (max-width: 991px) {
    #wapper .cont .container {
        max-width: 540px !important;
    }

    #product-ditail {
        padding-left: 0 !important;
    }
}

@media (max-width: 768px) {
    #product {
        padding: 30px 0 60px 0;
    }

    .product-order-input .btn-01 {
        padding: 1.5rem 1rem;
        font-size: 20px !important;
    }

    .product-image-thumb li {
        width: 20%;
    }

    .product-order-num .btn {
        display: inline-block;
    }

    .product-order-input [class*="col-sm-"] {
        display: block;
        float: left;
        margin-bottom: 30px;
    }

    .product-option-select {
        position: static;
        overflow: auto;
    }

    .product-option-select .product-option-wrapper {
        position: static;
        float: none;
    }

    .product-option-select .product-option-unit {
        position: static;
        float: none;
        margin-bottom: 1em;
        width: 100%;
    }

    .product-option-select .product-option-unit div {
        padding: 0;
    }

    .btn-addcart,
    .btn-quick {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .btn-addcart {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .btn-addcart .btn-wrap {
        margin: 0 auto;
        max-width: 170px;
        width: 100%;
        text-align: right;
    }

    .btn-addcart span {
        padding-left: 0;
    }

    .product-order-spec th {
        width: 40%;
    }

    .product-order-spec td {
        width: 60%;
    }

    .product-info-lst li {
        display: block;
        margin: 0;
    }

    .product-info-lst a {
        display: block;
        padding: .5em;
    }

    .social-share a {
        display: inline;
    }

    .text-titles,
    .password-field-wrap {
        margin: 20px 0 0;
    }
}

@media (max-width: 480px) {
    .product-image-thumb li {
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .product-order-input .btn-01 {
        padding: 1rem;
        font-size: 18px !important;
    }

    .product-order {
        width: 100%;
    }
}

.ie_wrapper .product-order-num .btn {
    display: none;
}


#prd-opt-table {
    background-color: white;
    text-align: center;
    margin-bottom: 2.5rem;
    padding: 1rem;
}

#option_tbl {
    width: auto;
}

#option_tbl th {
    font-size: 1.6rem;
    padding-bottom: .5rem;
}

#option_tbl,
#option_tbl tr,
#option_tbl tr th,
#option_tbl tr td {
    border: none !important;
}

#option_tbl tr td .table_price {
    font-size: 1.8rem;
}

#option_tbl tr td div {
    border-top: solid 1px #ccc;
    padding-top: .5rem;
}

.pankuzu {
    margin: -1em auto 4rem auto;
}

.pankuzu,
.pankuzu a,
.pankuzu span {
    font-size: 14px;
    line-height: 1.4;
}

.pankuzu a {
    color: #2C8B41;
}

.pankuzu a:hover {
    opacity: .6;
}

.pankuzu span {
    display: inline-block;
}

@media (max-width: 575px) {
    .pankuzu {
        margin: -1em auto 2rem auto;
    }
}