.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#0A0A0A;--e-global-color-text:#0A0A0A;--e-global-color-accent:#61CE70;--e-global-color-0ca76ac:#E18203;--e-global-color-c1fa1e1:#ECECEC;--e-global-color-b7fa032:#E4EEF4;--e-global-color-87937ae:#FFFFFF;--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:"Noto Sans JP";--e-global-typography-text-font-size:1.6rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0.1em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-6c2ece9-font-family:"Noto Sans JP";--e-global-typography-6c2ece9-font-size:3.6rem;--e-global-typography-6c2ece9-font-weight:700;--e-global-typography-6c2ece9-letter-spacing:0.15em;--e-global-typography-90c6c14-font-family:"Noto Sans JP";--e-global-typography-90c6c14-font-size:2.8rem;--e-global-typography-90c6c14-font-weight:700;--e-global-typography-90c6c14-letter-spacing:0.1em;--e-global-typography-c349cb3-font-family:"Noto Sans JP";--e-global-typography-c349cb3-font-size:1.5rem;--e-global-typography-23c32ba-font-family:"Noto Sans JP";--e-global-typography-23c32ba-font-size:1.8rem;--e-global-typography-e87d23a-font-family:"Noto Sans JP";--e-global-typography-e87d23a-font-size:2rem;--e-global-typography-76ce135-font-family:"Noto Sans JP";--e-global-typography-76ce135-font-size:2.4rem;--e-global-typography-23ac523-font-family:"Noto Sans JP";--e-global-typography-23ac523-font-size:2.8rem;font-family:"Noto Sans JP", Sans-serif;font-size:1.6rem;font-weight:500;background-color:var( --e-global-color-87937ae );}.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){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:414px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ------------------------------ */
/*          リセットCSS */
/* ------------------------------ */

html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

​

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
​
ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}
​
abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}
​
input,
textarea,
select {
  font-size: 16px;
}
​
textarea {
  resize: vertical;
  display: block;
}
​
button {
  padding: 0;
  cursor: pointer;
}
​
legend {
  color: #000;
}
​
main {
  display: block;
}
​
a {
  text-decoration: none;
  color: inherit;
}
​
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
​
svg {
  display: block;
}
​
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}



@media (max-width: 767px) {
  #interior {
    scroll-margin-top: 200px; /* 必要に応じて調整（例: 150〜250px） */
  }
  #interior {
    scroll-margin-top: 200px;
  }
}/* End custom CSS */