/* ----------------------------------------------------------------
	commone css
-----------------------------------------------------------------*/

#itemGoods img {
    width: 100%;
}
#itemGoods img:last-child {
    margin-bottom: 50px !important;
}
.shpp_opt li:nth-child(2) label.sh_option2:before {
    content: "北海道/沖縄・離島の方　";
}


/* ----------------------------------------------------------------
	pc css
-----------------------------------------------------------------*/

@media (min-width: 769px) {


}

/* ----------------------------------------------------------------
	sp css
-----------------------------------------------------------------*/

@media (max-width: 768px) {
    .multiple table, 
    .ui-datepicker table, 
    table {
        border-collapse: unset;
    }

    table.product-details td {
        padding: 10px;
    }
    .content_wrap hr {
        display: block;
    }
    
}