.elementor-kit-6{--e-global-color-primary:#F89F12;--e-global-color-secondary:#FFEB96;--e-global-color-text:#2D2D2D;--e-global-color-accent:#9B9B9B;--e-global-color-3db58a5:#FFFFFF;--e-global-color-cc94683:#E6E4DF;--e-global-color-dd7cbf0:#F4F4F4;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-size:1rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.8em;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.8em;--e-global-typography-accent-font-family:"Lexend Deca";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.2em;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );--e-page-transition-entrance-animation:e-page-transition-slide-out-left;--e-page-transition-exit-animation:e-page-transition-slide-in-right;--e-page-transition-animation-duration:1000ms;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-3db58a5 );padding:5% 10% 5% 10%;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-6 p{margin-bottom:1em;}.elementor-kit-6 a{color:var( --e-global-color-primary );font-family:"Noto Sans JP", Sans-serif;font-size:1rem;font-weight:400;text-decoration:underline;line-height:1.8em;}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );font-weight:800;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-slide-in-right;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-slide-in-right;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html,body {
	font-size: clamp(16px, 1vw, 20px);
	max-width: 100vw;
	overflow-x: hidden;
}

@media screen and (max-width: 1023px) {
    .pc {
        display: none;
    }
}
@media screen and (min-width: 1024px) {
    .sp {
        display: none;
    }
}

/* PCとSPで表示切り替え */
@media screen and (min-width:768px) {
  .d-pc {
      display:block;
  }
  .d-sp {
      display:none;
  }
}
@media screen and (max-width:767px) {
  .d-pc {
      display:none;
  }
  .d-sp {
      display:block;
  }
}

/* 取扱い商品 */
.service-box {
   min-width: 280px; 
}
.service-box .label {
    display: block;
    padding: 0.6rem 1.25rem;
}
.service-box .en-label {
    display: block;
    font-size: 1.125rem;
    color: #fff;
    background: #F89F12;
    border-top: 1px solid #707070;
    padding: 0.2rem 1.25rem
}
@media only screen and (max-width:1023px){
.service-box .label {
    padding: 0.6rem 1rem;
}
.service-box .en-label {
    font-size: 1rem;
    padding: 0.2rem 1rem
}
}/* End custom CSS */