.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-size:15px;font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-weight:700;}.elementor-kit-7 h2{font-size:28px;}.elementor-kit-7 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* FAQ先頭のQ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap');

.elementor-accordion-title::before,
.elementor-toggle-title::before,
.e-n-accordion-item-title-text::before{
  content: "Q.";
  font-family: "Playfair Display", serif;
  margin-right: 14px;
  font-size: 18px;
  vertical-align: -0.04em;
}

/*商品ページ*/
.shiro-price-row{ display:flex; align-items:center; gap:16px; flex-wrap:wrap; }
.shiro-price-label{ font-size:14px; color:#666; }
.shiro-bulk-badge{
  display:inline-block; background:#e6d2c8; color:#6b4a3a;
  border-radius:999px; padding:6px 16px; font-size:13px; font-weight:600;
}
.shiro-qty-note{ color:#c0392b; font-weight:600; margin:0 0 6px; font-size:13px; }

.single-product button.single_add_to_cart_button{
  background-color:#666666 !important;
  color:#fff !important;
}
.single-product button.single_add_to_cart_button:hover{
  background-color:#555 !important; /* お好みで */
}



/* 数量周り */
/* 数量・ボタン・バッジの実コンテナを左寄せ折り返しに（Elementorに勝つ強さで） */
.elementor-widget-woocommerce-product-add-to-cart .woocommerce-variation-add-to-cart{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:12px !important;
}
/* バッジ＝単独で1行（数量の上） */
.elementor-widget-woocommerce-product-add-to-cart .shiro-qty-badge{
  flex:0 0 100% !important;
  order:-1 !important;                 /* 何があっても先頭＝最上段へ */
  margin:0 !important;
  color:#c0392b; font-weight:600; font-size:13px;
}
/* 「枚数」ラベル */
.elementor-widget-woocommerce-product-add-to-cart .shiro-qty-label{
  flex:0 0 auto !important; margin:0 !important;
  white-space:nowrap; font-weight:600;
}
/* 数量ボックス */
.elementor-widget-woocommerce-product-add-to-cart .quantity{ flex:0 0 auto !important; }
.elementor-widget-woocommerce-product-add-to-cart .quantity input.qty{ width:64px !important; }
/* ボタン：縦書き解除＋色 */
.elementor-widget-woocommerce-product-add-to-cart button.single_add_to_cart_button{
  flex:0 0 auto !important;
  width:auto !important; min-width:180px !important;
  white-space:nowrap !important;
  writing-mode:horizontal-tb !important;
  background-color:#666666 !important; color:#fff !important;
  padding:12px 24px !important;
}

/*着丈詰め*/
.shiro-hem-option{ margin:16px 0; }
.shiro-hem-option label{ display:block; font-weight:600; margin-bottom:6px; }/* End custom CSS */