.elementor-kit-6{--e-global-color-primary:#FADA5E;--e-global-color-secondary:#F2F2F2;--e-global-color-text:#2E2C2C;--e-global-color-accent:#6FB92C;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;}.elementor-kit-6 a{color:#292929;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:14px;color:#868686;background-color:#FFFFFF;border-style:solid;border-width:0px 0px 0px 0px;border-color:#73737300;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{color:#000000;background-color:#00000000;border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@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 *//*パソコン 表示*/
@media screen and (min-width: 1021px) {
.pc_only{display:block;}
.tb_only{display:none;}
.pc_hid{display:none;}
}

/* タブレットのみ */
@media screen and (min-width:481px) and (max-width: 1020px) {
.pc_only{display:none;}
.tb_only{display:block;}
.pc_hid{display:none;}
}

/*スマホ 表示*/
@media screen and (max-width: 480px) {
.pc_only{display:none;}
.tb_only{display:none;}
.pc_hid{display:block;}
}



/*-----以下共通-----*/

/*タップ時のフォーカスを削除*/
*:focus {
outline: none;
}




/*spサイト横揺れを抑えるコード*/

/* 1) 根本で横スクロールを切る（clipはiOSでも安定） */
html, body {
  overflow-x: clip; /* 古い環境は hidden でもOK */
}

/* 2) 画像・動画・埋め込みをはみ出さない */
img, video, iframe, embed {
  max-width: 100% !important;
  height: auto;
  display: block; /* インラインの余白起因も潰す */
}

/* 3) “ビューポート相当の幅”に制限（100vw問題の保険） */
body *, .elementor-section, .elementor-container, .elementor-column, .elementor-widget-wrap {
  max-width: 100vw; /* 100dvw対応なら置換推奨 */
  box-sizing: border-box;
}

/* 4) 長い英数字・URL・電話番号を折り返す */
a, p, span, li, td, th, .elementor-button, .elementor-heading-title {
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
}

/* 5) スライダー系の溢れを抑制（影やtransformのはみ出し） */
.swiper,
.swiper-container,
.elementor-swiper,
.elementor-widget-image-carousel,
.elementor-widget-slides {
  overflow: hidden;
}

/* 6) “全幅風”演出で 100vw を使っている要素の保険 */
[class*="fullwidth"], [class*="full-width"] {
  width: 100%;
  max-width: 100%;
}/* End custom CSS */