.elementor-kit-6{--e-global-color-primary:#2C3E50;--e-global-color-secondary:#F9F2E9;--e-global-color-text:#E9DCCF;--e-global-color-accent:#C94C4C;--e-global-color-fe4f446:#FFFFFF;--e-global-color-bb45a77:#D07E2C;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Pacifico";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );font-family:"Outfit", Sans-serif;font-weight:500;}.elementor-kit-6 h1{color:#2C3E50;font-family:"Outfit", Sans-serif;}.elementor-kit-6 h2{color:#3A4C65;font-family:"Pacifico", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* === Checkout / 注文完了だけ 1140px BOX に固定 === */
body.woocommerce-checkout main#content.site-main,
body.woocommerce-order-received main#content.site-main{
  max-width:1140px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:20px !important;
  padding-right:20px !important;
  box-sizing:border-box !important;
}

/* 中のテーブル等が押し広げるのを防止 */
body.woocommerce-checkout main#content.site-main .woocommerce table,
body.woocommerce-order-received main#content.site-main .woocommerce table{
  width:100% !important;
  table-layout:auto !important;
}

/* まだ横スクロールが出る場合の保険（不要なら外してOK） */
body.woocommerce-checkout,
body.woocommerce-order-received{
  overflow-x:hidden !important;
}
/* ベース（PC）…そのまま */
body.woocommerce-checkout main#content.site-main,
body.woocommerce-order-received main#content.site-main{
  max-width:1140px;
  margin:0 auto;
  padding:0 20px;
  box-sizing:border-box;
}

/* 1024px以下：左右余白を少しだけ縮める */
@media (max-width:1024px){
  body.woocommerce-checkout main#content.site-main,
  body.woocommerce-order-received main#content.site-main{
    padding-left:16px;
    padding-right:16px;
  }
}

/* 768px以下：2カラム系を縦積みに、テーブルは横スクロール許可 */
@media (max-width:768px){
  /* 注文確認の2カラムを縦積みに */
  .woocommerce-checkout .col2-set,
  .woocommerce-order-received .col2-set{
    display:block;
  }
  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2{
    width:100% !important;
    float:none !important;
  }

  /* テーブルははみ出し防止＋横スクロール可 */
  .woocommerce table.shop_table{
    display:block;
    width:100%;
    overflow-x:auto;
  }
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td{
    white-space:nowrap;     /* 文字詰まり防止 */
  }

  /* ボタンは押しやすく */
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button{
    width:100%;
  }
}

/* 480px以下：余白さらに控えめ＋単語折り返し */
@media (max-width:480px){
  body.woocommerce-checkout main#content.site-main,
  body.woocommerce-order-received main#content.site-main{
    padding-left:12px;
    padding-right:12px;
  }
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td{
    white-space:normal;     /* 日本語はこっちの方が読みやすい */
    word-break:break-word;
  }
}

/* 画像系のはみ出し保険 */
.woocommerce img,
.woocommerce .woocommerce-product-gallery{
  max-width:100%;
  height:auto;
}/* End custom CSS */