.d_none {
    display: none;
}
.cart_message {
    margin-top: 20px;
    font-size: 1em;
    font-weight: 700;
    color: #666;
}
.no_item {
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 1.3rem;
}

.cart {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    margin-top: 12px;
}
.cart_header {
    padding-top: 17px;
    padding-bottom: 17px;
}
.cart_header .label {
    display: inline-block;
    font-size: 1em;
    color: #777;
    font-weight: 700;
    padding-right: 8px;
    width: 100px;
}
.cart_header .price {
    font-size: 1.3em;
    font-weight: 500;
    color: #FF3333;
}
.cart_header .price_mark {
    font-size: 0.8em;
    color: #FF3333;
    padding-left: 5px;
}
.cart_header .carriage .label {
    font-size: 0.9em;
}
.cart_header .carriage .price {
    font-size: 1.1em;
}
.cart_header .carriage .price_mark {
    font-size: 0.8em;
}
.next_button, .next_button:hover {
    background-color: #E58400;
    color: #fff;
    font-size: 1.2em;
    padding: 10px 8px;
}

.cart_body {
    border-top: 1px solid #c6c6c6;
}
.shop_info {
    border-right: 1px solid #c6c6c6;
    text-align: center;
}
.shop_info img {
    border-radius: 50%;
    width: 60%;
    height: auto;
    margin-top: 12px;
    border: 1px solid #d1d1d1;
}
.shop_info .shop_name {
    font-size: 0.7em;
    text-align: center;
    color: #333;
    margin-top: 5px;
    margin-bottom: 20px;
}
@media screen and (max-width:767px) {
    .shop_info {
        border-right: none;
    }
    .shop_info img {
        display: none;
    }
    .shop_info .shop_name {
        font-size: 1.1em;
    }
}

.item {
    margin-top: 10px;
    margin-bottom: 10px;
}
.item .item_image {
    width: 100%;
}
.item .item_name a, .item .item_name a:hover {
    font-size: 1rem;
    color: #333;
    text-align: left;
}
.item .unit {
    margin-top: 20px;
}
.item .unit .unit_price {
    font-size: 1em;
    color: #666;
    font-weight: 500;
    padding-left: 15px;
}
.item .unit .tax {
    font-size: 0.8em;
    color: #666;
    font-weight: 400;
    padding-right: 15px;
}
.item .unit .unit_count {
    width: 50px;
    height: 35px;
    margin-left: 15px;
}
.item .unit .delete_image {
    height: 17px;
    filter: invert(15%) sepia(95%) saturate(6932%) hue-rotate(358deg) brightness(95%) contrast(112%);
}
.item .unit .item_delete {
    display: inline-block;
}
.item .unit .item_delete a, .item .unit .item_delete a:hover {
    margin-left: 30px;
    font-size: 0.8em;
    color: #FF3333;
    text-decoration: none;
}
.item .send_date {
    color: #555;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
}
.item .delivery {
    color: #555;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
}
.item .postage_type {
    color: #555;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
}
@media screen and (max-width: 425px) {
    .item .postage_type select {
        max-width: 120px;
    }
}
.shop_footer {
    border-top: 1px solid #c6c6c6;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: right;
}
.shop_footer .label {
    display: inline-block;
    font-size: 0.9em;
    color: #777;
    font-weight: 700;
    padding-right: 8px;
    width: 150px;
}
.shop_footer .price {
    display: inline-block;
    font-size: 1em;
    color: #333;
    width: 130px;
}
.shop_footer .price_mark {
    display: inline-block;
    font-size: 0.8em;
    color: #666;
    padding-left: 5px;
    width: 15px;
}
.shop_footer .carriage .label {
    font-size: 0.9em;
}
.shop_footer .carriage .price {
    font-size: 1em;
}
.shop_footer .carriage .price_mark {
    font-size: 0.8em;
}
.shop_footer .postage_total_amount {
    display: inline-block;
    font-size: 0.8em;
    color: #777;
    font-weight: 600;
    text-align: left;
}



.buy_cart_body {
    border-bottom: 1px solid #c6c6c6;
}

.buy_cart_footer {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: right;
    font-size: 1em;
}
.buy_cart_footer .label {
    display: inline-block;
    font-size: 0.9em;
    color: #777;
    padding-right: 8px;
    text-align: right;
}
.buy_cart_footer .fixed_amount {
    margin-top: 10px;
}
.buy_cart_footer .fixed_amount .label {
    font-size: 1.2em;
    font-weight: 700;
}
.buy_cart_footer .price {
    display: inline-block;
    font-size: 0.9em;
    color: #333;
    width: 130px;
}
.buy_cart_footer .fixed_amount .price {
    font-size: 1.3em;
    font-weight: 700;
    color: #FF3333;
}
.buy_cart_footer .price_mark {
    display: inline-block;
    color: #666;
    width: 15px;
}
.buy_cart_footer .fixed_amount .price_mark {
    color: #FF3333;
}


.buy_shop_footer {
    border-top: 1px solid #c6c6c6;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
    font-size: 0.85em;
    width: 100%;
}
.buy_shop_footer .label {
    display: inline-block;
    color: #777;
    font-weight: 500;
    text-align: right;
}
.buy_shop_footer .price {
    display: inline-block;
    color: #333;
    width: 130px;
}
.buy_shop_footer .price_mark {
    display: inline-block;
    font-size: 0.85em;
    color: #666;
    padding-left: 5px;
    width: 15px;
}


.card_item {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 14px 15px;
    border: 1px solid #cdcdcd;
    font-size: 0.9em;
    color: #333;
    letter-spacing: 3px;
}
.form-check-input {
    position: relative;
    margin-left: 4px;
    margin-right: 4px;
}
.card_item .card_icon {
    height: 25px;
    margin-right: 7px;
}
#add_card, #add_card:hover {
    font-size: 0.9em;
    color: #666;
    margin-top: 3px;
    margin-bottom: 14px;
    border: 1px solid #acacac;
    background-color: #fff;
}
.address {
    padding: 8px 0;
}
.address label {
    margin-top: 5px;
    font-size: 0.9em;
    color: #888;
}
.address .data {
    margin-top: 5px;
    font-size: 1em;
    color: #333;
}
#change_address, #change_address:hover {
    font-size: 0.9em;
    color: #666;
    margin-top: 3px;
    margin-bottom: 14px;
    border: 1px solid #acacac;
    background-color: #fff;
}

#buy_button {
    background-color: #1f0084;
    color: #fff;
    border: none;
    padding: 12px 30px;
}

.payment_method {
    margin-top: 13px;
    margin-bottom: 13px;
    font-size: 1rem;
    font-weight: 600;
    color: #777;
}


.complete_message {
    font-size: 1.3rem;
    color: #666;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 80px;
}
.order_info {
    margin-top: 50px;
}
.order_info .table {
    font-size: 0.8rem;
}
.complete_back_button {
    margin-top: 50px;
    font-size: 0.9rem;
    color: #333;
}


@media screen and (max-width: 767px){
    .br-pc {
        display: none;
    }
}

/* お届け先 */
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    overflow: auto;
    overflow: scroll;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
.js-modal-open {
    margin: 20px 0 0 10px;
}
.address_box {
    border: 1px solid #c6c6c6;
    padding: 10px;
    color: #333;
    font-size: 13px;
}
#ship_name {
    background: #fff;
    border: none;
    padding: 0;
}
#ship_name::placeholder {
    color: #333;
}
.input_form label {
    font-size: 0.8em;
    color: #333;
    margin-bottom: 0.3em;
}
.form-control {
    width: 100%;
    height: 50%;
    font-size: 12px;
}
.add_save {
    font-size: 0.85em;
    color: #666;
}
.themselves{
    background: #F5F5F5;
    margin-left: 5px;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 11px;
    line-height: 20px;
    height: 20px;
}
.add_radio {
    margin: 5px 0;
}
.add_change_btn {
    margin: 20px 0 0 10px;
}
.form-group .read_input {
    background: #fff;
    border: none;
    padding: 0;
    margin: 0;
}
.form-group .read_input:focus {
    outline: none;
}
.plus_icon {
    width: 12%;
    height: 12%;
    margin: 3px 0;
}
.address_box .add_name {
    color: #222;
    font-weight: 500;
    margin-right: 5px;
}
.address_box .new_add_btn {
    color: #007bff;
    cursor:pointer;
}
.address_box {
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #666;
    font-weight: 300;
}
.address .ship_address input, .address .ship_name input{
    height: 35%;
}
