.elementor-kit-219{--e-global-color-primary:#C6B48C;--e-global-color-secondary:#F8F6F2;--e-global-color-text:#3B3B3B;--e-global-color-accent:#7A6A45;--e-global-color-thmv_primary:#C6B48C;--e-global-color-thmv_accent:#F8F6F2;--e-global-color-thmv_dark:#3B3B3B;--e-global-color-thmv_shadow:#7A6A45;--e-global-color-thmv_midtone:#AEAEAE;--e-global-color-thmv_highlight:#F7F7F7;--e-global-color-thmv_light:#FFFFFF;--e-global-color-2f1bbb5:#6C7A5E;--e-global-color-9334171:#E9E5DE;--e-global-typography-primary-font-family:"Shippori Mincho B1";--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:"Noto Sans JP";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Playfair Display";--e-global-typography-accent-font-weight:500;--e-global-typography-additional_fonts_1-font-family:"Trirong";--e-global-typography-additional_fonts_1-font-weight:300;--e-global-typography-additional_fonts_2-font-family:"Trirong";--e-global-typography-additional_fonts_2-font-weight:100;color:var( --e-global-color-thmv_dark );font-family:"Trirong", serif;font-size:16px;font-weight:400;line-height:2em;}.elementor-kit-219 button,.elementor-kit-219 input[type="button"],.elementor-kit-219 input[type="submit"],.elementor-kit-219 .elementor-button{background-color:#FFFFFF;font-family:"Shippori Mincho B1", serif;font-size:17px;color:#C6B48C;border-style:none;border-radius:4px 4px 4px 4px;padding:14px 32px 14px 32px;}.elementor-kit-219 button:hover,.elementor-kit-219 button:focus,.elementor-kit-219 input[type="button"]:hover,.elementor-kit-219 input[type="button"]:focus,.elementor-kit-219 input[type="submit"]:hover,.elementor-kit-219 input[type="submit"]:focus,.elementor-kit-219 .elementor-button:hover,.elementor-kit-219 .elementor-button:focus{background-color:#F7F6F3;color:#6C7A5E;border-style:none;border-radius:4px 4px 4px 4px;}.elementor-kit-219 e-page-transition{background-color:#FFBC7D;}.elementor-kit-219 h1{color:#1C1715;font-size:42px;font-weight:600;line-height:1.25em;}.elementor-kit-219 h2{color:#C6B48C;font-family:"Trirong", serif;font-size:28px;font-weight:600;line-height:1.25em;}.elementor-kit-219 h3{color:#3B3B3B;font-family:"Trirong", serif;font-size:20px;font-weight:600;line-height:1.25em;}.elementor-kit-219 h4{color:var( --e-global-color-thmv_dark );font-family:"Trirong", serif;font-size:32px;font-weight:600;line-height:1.25em;}.elementor-kit-219 h5{color:var( --e-global-color-thmv_dark );font-family:"Trirong", serif;font-size:22px;font-weight:600;line-height:1.25em;}.elementor-kit-219 h6{color:var( --e-global-color-thmv_dark );font-size:20px;font-weight:600;line-height:1.25em;}.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);}@media(max-width:1024px){.elementor-kit-219{font-size:18px;}.elementor-kit-219 h1{font-size:48px;}.elementor-kit-219 h2{font-size:32px;}.elementor-kit-219 h3{font-size:38px;}.elementor-kit-219 h4{font-size:36px;}.elementor-kit-219 h5{font-size:18px;}.elementor-kit-219 h6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-219{font-size:18px;line-height:28px;}.elementor-kit-219 h1{font-size:38px;}.elementor-kit-219 h2{font-size:32px;}.elementor-kit-219 h3{font-size:30px;}.elementor-kit-219 h4{font-size:24px;}.elementor-kit-219 h5{font-size:18px;}.elementor-kit-219 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:780px;}.e-con{--container-max-width:780px;}}/* Start custom CSS *//* 枠ボタン（サブCTA） */
.btn-outline {
  background-color: transparent;
  color: #3B3B3B;
  border: 1px solid #C6B48C;
  border-radius: 3px;
  padding: 12px 28px;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
}

.btn-outline:hover {
  background-color: #C6B48C;
  color: #FFFFFF;
  border-color: #C6B48C;
}

/* ふわっと持ち上がるボタン */
.btn-lift {
  transition: transform .22s ease, box-shadow .22s ease;
  will-change: transform;
}
.btn-lift:hover {
  transform: translateY(-2px);      /* 好みで -1〜-4px */
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
  text-decoration: none;             /* 念のため下線オフ */
}

.anchor-target {
  scroll-margin-top: 65px;
}
@media (max-width: 1024px) { .anchor-target { scroll-margin-top: 60px; } }
@media (max-width: 767px)  { .anchor-target { scroll-margin-top: 64px; } }/* End custom CSS */