.elementor-kit-6{--e-global-color-primary:#BDE6E1;--e-global-color-secondary:#A78F87;--e-global-color-text:#432626;--e-global-color-accent:#A78F87;--e-global-typography-primary-font-family:"Zen Maru Gothic";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans JP";--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;background-color:#FFFFFF;color:#432626;font-family:"Zen Maru Gothic", Sans-serif;font-size:17px;font-weight:400;line-height:25px;letter-spacing:1.5px;word-spacing:1.5px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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);}@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: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}



/* スマホ横揺れ */
@media screen and (max-width : 767px){
 html,
 body {
 overflow-x: hidden!important;
 overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
 }
}

html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* リストデザイン */

ul.cp_list {
  padding:0.5em;
  list-style-type:none;
}

ul.cp_list li {
  position:relative;
  padding: 0em 0.9em 0.3em 2.1em;
}

ul.cp_list li:after,
ul.cp_list li:before {
  position:absolute;
  top: 0.43em;
  left: 0.9em;
  content:'';
  display:block;
  background: #997D67;
  height: 20px;
  width: 4px;
  border-radius: 20px;
  transform: rotate(45deg);
}
ul.cp_list li:before {
  top: 0.8em;
  left: 0.3em;
  height:13px;
  transform:rotate(-48deg);
}/* End custom CSS */