/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2026 | 08:31:03 */
/* チェックアウトページの全ての「(オプション)」を消す場合 */
.woocommerce-checkout .form-row .optional {
    display: none !important;
}

/* カートページの配送先住所表示を非表示 */
.woocommerce-cart .woocommerce-shipping-destination {
    display: none !important;
}