@charset "utf-8";
@media (max-width: 768px) {
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
商品詳細　＞　カートに入れるボタン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.woocommerce div.product form.cart .button {
	/*ボタンのサイズ変更(2022-11-17)og*/
    width: 100%;
}	

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップへ戻る
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.generate-back-to-top {
    bottom: 10px;
    right: 10px;
}
	
}/*メディアクエリ終了*/