@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght,YOPQ@100..900,40..300&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
/* orizin color */
/* base color */
/* template color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-layout_m {
  padding-bottom: clamp(128px, 21vw, 189px);
}
.l-layout_l {
  padding-top: clamp(120px, 19.5555555556vw, 176px);
  padding-bottom: clamp(120px, 19.5555555556vw, 176px);
}
.l-layout_notfound {
  padding-top: clamp(80px, 17.7777777778vw, 160px);
  padding-bottom: clamp(120px, 31.1111111111vw, 280px);
}
.l-layout_s {
  padding-top: clamp(80px, 17.7777777778vw, 160px);
  padding-bottom: clamp(120px, 31.1111111111vw, 280px);
}
.l-layout-over_left {
  width: auto;
  max-width: none;
  margin-left: calc((100vw - 1280px) / 2 + 40px);
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .l-layout-over_left {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
  }
}
@media screen and (max-width: 450px) {
  .l-layout-over_left {
    padding-left: 20px;
  }
}
.l-layout-over_left .inner {
  margin-right: calc((100vw - 1280px) / 2);
  padding-right: 40px;
}
@media screen and (max-width: 1280px) {
  .l-layout-over_left .inner {
    margin-right: auto;
  }
}
@media screen and (max-width: 450px) {
  .l-layout-over_left .inner {
    padding-right: 20px;
  }
}
.l-layout-over_right {
  width: auto;
  max-width: none;
  margin-right: calc((100vw - 1280px) / 2 + 40px);
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .l-layout-over_right {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
  }
}
@media screen and (max-width: 450px) {
  .l-layout-over_right {
    padding-right: 20px;
  }
}
.l-layout-over_right .inner {
  margin-left: calc((100vw - 1280px) / 2);
  padding-left: 40px;
}
@media screen and (max-width: 1280px) {
  .l-layout-over_right .inner {
    margin-left: auto;
  }
}
@media screen and (max-width: 450px) {
  .l-layout-over_right .inner {
    padding-left: 20px;
  }
}
.l-layout-parts_left {
  padding-left: calc((100vw - 1600px) / 2);
}
@media screen and (max-width: 1280px) {
  .l-layout-parts_left {
    padding-left: 40px;
  }
}
@media screen and (max-width: 450px) {
  .l-layout-parts_left {
    padding-left: 20px;
  }
}
.l-layout-parts_right {
  padding-right: calc((100vw - 1600px) / 2);
}
@media screen and (max-width: 1280px) {
  .l-layout-parts_right {
    padding-right: 40px;
  }
}
@media screen and (max-width: 450px) {
  .l-layout-parts_right {
    padding-right: 20px;
  }
}

.l_header__contents {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1301px) {
  .l_header__contents {
    padding-right: 74px;
  }
}
@media screen and (max-width: 1300px) {
  .l_header__contents {
    padding-right: 24px;
  }
}

.l_header__link {
  display: block;
  background-color: #fff;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .l_header__link {
    max-width: 200px;
    border-bottom-right-radius: 30px;
    padding-top: 19px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .l_header__link {
    border-bottom-right-radius: 12px;
    padding-top: 9px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .l_header__link {
    max-width: 150px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 500px) {
  .l_header__link {
    max-width: 85px;
  }
}

.l_header__image {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .l_header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1301px) {
  .l_header__content {
    gap: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .l_header__content {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l_header__content {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 500px;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    padding-top: 80px;
    padding-bottom: 150px;
    overflow-y: scroll;
    clip-path: polygon(100% 0%, 100% 0, 100% 100%, 100% 100%);
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
  }
  .l_header__content.active {
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
}

.l_header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .l_header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.l_header__phone,
.l_header__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
@media screen and (max-width: 768px) {
  .l_header__phone,
  .l_header__tel {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.l_header__num {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "YOPQ";
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (min-width: 769px) and (min-width: 1025px) {
  .l_header__num {
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l_header__num {
    font-size: 13px;
  }
}

.l_header__time {
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (min-width: 769px) and (min-width: 1025px) {
  .l_header__time {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l_header__time {
    font-size: 8px;
  }
}

.l_header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1231px) {
  .l_header__menu ul {
    gap: 32px;
  }
}
@media screen and (max-width: 1230px) {
  .l_header__menu ul {
    gap: 16px;
  }
}
.l_header__menu a {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (min-width: 376px) and (min-width: 1025px) {
  .l_header__menu a {
    font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  }
}
@media screen and (min-width: 376px) and (max-width: 1024px) {
  .l_header__menu a {
    font-size: 10px;
  }
}
@media screen and (max-width: 375px) {
  .l_header__menu a {
    font-size: 15px;
  }
}
.l_header__menu a:hover {
  opacity: 1;
  color: #FF7449;
}
@media screen and (max-width: 768px) {
  .l_header__menu .l_header__menu {
    width: 100%;
  }
  .l_header__menu ul {
    display: block;
  }
  .l_header__menu li {
    border-bottom: 1px solid #D7CDBC;
  }
  .l_header__menu a {
    display: block;
    text-align: center;
    font-size: 15px;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.l_header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FF7449;
}
@media screen and (min-width: 769px) {
  .l_header__contact {
    scale: 1;
    border-radius: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: clip;
    aspect-ratio: 1/1;
    width: 56px;
    height: auto;
  }
  .l_header__contact:hover {
    opacity: 1;
    scale: 1.05;
  }
}
@media screen and (max-width: 768px) {
  .l_header__contact {
    font-size: 16px;
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    gap: 8px;
  }
  .l_header__contact::after {
    content: "お問い合わせ";
  }
}

.l_header__trigger {
  position: fixed;
  top: 12px;
  right: 20px;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  background-color: #FF7449;
  display: block;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .l_header__trigger {
    display: none;
  }
}
.l_header__trigger::before, .l_header__trigger::after {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  left: 50%;
  translate: -50% -50%;
  background-color: #fff;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
.l_header__trigger::before {
  top: calc(50% - 5px);
}
.l_header__trigger::after {
  top: calc(50% + 5px);
}
.l_header__trigger.active::before, .l_header__trigger.active::after {
  width: 24px;
  top: 50%;
}
.l_header__trigger.active::before {
  rotate: -210deg;
}
.l_header__trigger.active::after {
  rotate: 210deg;
}
.l_header__trigger.active .l_header__line {
  opacity: 0;
}

.l_header__line {
  display: block;
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #fff;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.l_cta {
  padding-top: clamp(65px, 16vw, 144px);
  padding-bottom: clamp(64px, 14.6666666667vw, 132px);
  background-color: #FFF7D7;
  overflow-x: clip;
}
@media screen and (min-width: 769px) {
  .l_cta {
    margin-top: -69px;
  }
}
@media screen and (max-width: 768px) {
  .l_cta {
    margin-top: -40px;
  }
}
.f_main + .l_footer .l_cta {
  margin-top: 0;
}

.l_cta__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-animation: image_slider 30000ms infinite linear;
          animation: image_slider 30000ms infinite linear;
}

@-webkit-keyframes image_slider {
  from {
    translate: 0% 0;
  }
  to {
    translate: -50% 0;
  }
}

@keyframes image_slider {
  from {
    translate: 0% 0;
  }
  to {
    translate: -50% 0;
  }
}
@media screen and (min-width: 769px) {
  .l_cta__slide {
    margin: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .l_cta__slide {
    margin: 0 6px;
  }
}

@media screen and (min-width: 769px) {
  .l_cta__pic {
    min-width: 32.25vw;
  }
}
@media screen and (max-width: 768px) {
  .l_cta__pic {
    min-width: 61.3333333333vw;
  }
}

.l_cta__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .l_cta__images {
    gap: 16px;
    min-width: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .l_cta__images {
    gap: 6px;
    min-width: 47.4666666667vw;
  }
}

.l_cta__content {
  margin-top: clamp(64px, 13.3333333333vw, 120px);
  padding-top: clamp(32px, 7.1111111111vw, 64px);
  padding-left: clamp(24px, 8.8888888889vw, 80px);
  padding-right: clamp(24px, 8.8888888889vw, 80px);
  padding-bottom: clamp(32px, 7.1111111111vw, 64px);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 32px;
}
@media screen and (max-width: 700px) {
  .l_cta__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.l_cta__btns {
  display: block;
  max-width: 335px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l_cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  background-color: #FEFBF5;
  border: 1px solid #D7CDBC;
  font-size: clamp(0.8125rem, 1.7777777778vw, 1rem);
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
}
@media screen and (min-width: 829px) {
  .l_cta__btn {
    line-height: 78px;
  }
}
@media screen and (max-width: 828px) {
  .l_cta__btn {
    line-height: 62px;
  }
}
.l_cta__btn + .l_cta__btn {
  margin-top: clamp(12px, 2.1111111111vw, 19px);
}
.l_cta__btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #D7CDBC;
}

.l_cta__icon {
  display: block;
  max-width: 20px;
  width: 100%;
  height: auto;
}
.l_cta__btn:hover .l_cta__icon {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
}

.l_cta__inner {
  margin-top: clamp(24px, 5vw, 45px);
}
@media screen and (max-width: 700px) {
  .l_cta__inner {
    text-align: center;
  }
}

.l_cta__lead {
  display: block;
  font-size: clamp(0.8125rem, 1.5555555556vw, 0.875rem);
  margin-bottom: clamp(10px, 1.3333333333vw, 12px);
}

.l_cta__phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .l_cta__phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) and (min-width: 701px) {
  .l_cta__phone {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 700px) {
  .l_cta__phone {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l_cta__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "YOPQ";
}

.l_cta__ico {
  display: block;
  aspect-ratio: 18/22;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .l_cta__ico {
    max-width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .l_cta__ico {
    max-width: 17px;
  }
}

.l_cta__num {
  font-size: clamp(1.625rem, 3.1111111111vw, 1.75rem);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.l_cta__time {
  font-size: clamp(0.6875rem, 1.5555555556vw, 0.875rem);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.l_footer {
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 501px) {
  .l_footer {
    margin-top: 120px;
  }
}
@media screen and (max-width: 500px) {
  .l_footer {
    margin-top: 60px;
  }
}
.f_main + .l_footer {
  margin-top: 0;
}

.l_footer__block {
  padding-top: clamp(64px, 13.3333333333vw, 120px);
  padding-bottom: clamp(26px, 10.6666666667vw, 96px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .l_footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
  }
}

.l_footer__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 463px;
}
@media screen and (max-width: 768px) {
  .l_footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 46px;
  }
}

.l_footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .l_footer__inner {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l_footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l_footer__logo {
  display: block;
  max-width: 170px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l_footer__logo {
    max-width: 153px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
}

.l_footer__address {
  font-weight: 500;
}

.l_footer__accent {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

.l_footer__nav {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l_footer__nav {
    padding-left: clamp(16px, 2.8888888889vw, 26px);
    margin-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .l_footer__nav {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: clip;
    width: 295px;
  }
}
.l_footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 210px;
}
@media screen and (min-width: 769px) {
  .l_footer__nav ul {
    gap: 20px 48px;
  }
}
@media screen and (max-width: 768px) {
  .l_footer__nav ul {
    gap: 20px;
    text-align: left;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l_footer__nav a {
  display: inline-block;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-weight: 500;
  background-image: linear-gradient(to right, #3E3A39, #3E3A39 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  padding-bottom: 0.2em;
}

.l_footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 1001px) {
  .l_footer__sns {
    margin-top: clamp(24px, 4.7777777778vw, 43px);
    padding-left: clamp(16px, 2.8888888889vw, 26px);
  }
}
@media screen and (max-width: 1000px) {
  .l_footer__sns {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l_footer__map {
  display: block;
  max-width: 600px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
}
@media screen and (min-width: 769px) {
  .l_footer__map {
    height: 440px;
  }
}
@media screen and (max-width: 768px) {
  .l_footer__map {
    height: 231px;
    margin-top: 24px;
  }
}
.l_footer__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.l_footer__content {
  margin-top: clamp(32px, 5.3333333333vw, 48px);
  padding-top: clamp(16px, 3.3333333333vw, 30px);
  padding-left: clamp(16px, 2.8888888889vw, 26px);
  padding-right: clamp(16px, 2.8888888889vw, 26px);
  border-top: 1px solid #D7CDBC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  .l_footer__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .l_footer__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l_footer__policy {
  font-size: clamp(0.75rem, 1.4444444444vw, 0.8125rem);
  font-weight: 500;
}

.l_footer__copy {
  font-size: clamp(0.625rem, 1.4444444444vw, 0.8125rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  color: #A8A8A8;
}

.l_footer__rtt {
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 100% 0;
  opacity: 0;
  rotate: 10deg;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
@media screen and (max-width: 1024px) {
  .l_footer__rtt {
    bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l_footer__rtt {
    bottom: 0;
  }
}
.l_footer__rtt.active {
  opacity: 1;
  translate: 0% 0;
  rotate: 0deg;
}
.l_footer__rtt:hover {
  opacity: 0.7;
}
@media screen and (min-width: 501px) {
  .l_footer__rtt {
    max-width: 85px;
  }
}
@media screen and (max-width: 500px) {
  .l_footer__rtt {
    max-width: 65px;
    bottom: 20px;
  }
}

.l_lower {
  overflow-y: visible;
  overflow-x: clip;
}

.l_lower__block {
  position: relative;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .l_lower__block {
    aspect-ratio: 1118/608;
    max-width: 1118px;
  }
}
@media screen and (max-width: 768px) {
  .l_lower__block {
    aspect-ratio: 347/386;
    max-width: 500px;
    width: 92.5333333333%;
  }
}

.l_lower__pic {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .l_lower__text {
    top: 8.0592105263%;
    left: 49.1949910555%;
    max-width: 124px;
  }
}
@media screen and (max-width: 768px) {
  .l_lower__text {
    top: 6.4766839378%;
    left: 50%;
    translate: -50% 0;
    width: 100%;
    max-width: 90px;
  }
}
@media screen and (max-width: 500px) {
  .l_lower__text {
    max-width: 70px;
  }
}

@media screen and (min-width: 376px) {
  .l_lower__sp {
    display: none !important;
  }
  .l_lower__pc {
    display: block !important;
  }
}
@media screen and (max-width: 375px) {
  .l_lower__pc {
    display: none !important;
  }
  .l_lower__sp {
    display: block !important;
  }
}
.l_lower__bird {
  position: absolute;
  top: 0;
  right: 18.6940966011%;
  max-width: 16.9051878354%;
}
@media screen and (min-width: 769px) {
  .l_lower__bird {
    right: 18.6940966011%;
    max-width: 16.9051878354%;
  }
}
@media screen and (max-width: 768px) {
  .l_lower__bird {
    right: 7.7333333333%;
    max-width: 28.4974093264%;
  }
}
@media screen and (max-width: 500px) {
  .l_lower__bird {
    top: -20px;
  }
}
.l_lower__bird.active {
  -webkit-animation: fly__bird 3000ms ease-out 1 forwards;
          animation: fly__bird 3000ms ease-out 1 forwards;
}

@-webkit-keyframes fly__bird {
  from {
    opacity: 0;
    translate: 100vw -25vw;
  }
  to {
    opacity: 1;
    translate: 0% 0%;
  }
}

@keyframes fly__bird {
  from {
    opacity: 0;
    translate: 100vw -25vw;
  }
  to {
    opacity: 1;
    translate: 0% 0%;
  }
}
.l_lower__piece {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
@media screen and (min-width: 769px) {
  .l_lower__piece {
    aspect-ratio: 1118/356;
  }
}
@media screen and (max-width: 768px) {
  .l_lower__piece {
    aspect-ratio: 347/238;
  }
}
.l_lower__piece.active {
  opacity: 1;
}

.l_lower__main {
  display: block;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .l_lower__main {
    max-width: 26.8336314848%;
  }
}
@media screen and (max-width: 768px) {
  .l_lower__main {
    max-width: 44.6685878963%;
  }
}

.l_lower__items {
  display: block;
}
@media screen and (min-width: 769px) {
  .l_lower__items {
    bottom: 19.3820224719%;
    left: 26.8336314848%;
    max-width: 42.7549194991%;
  }
}
@media screen and (max-width: 768px) {
  .l_lower__items {
    bottom: 31.9327731092%;
    right: 0;
    max-width: 71.181556196%;
  }
}

.l_lower__item {
  display: block;
  top: 8.7078651685%;
  right: 0;
  max-width: 24.1502683363%;
}
@media screen and (max-width: 768px) {
  .l_lower__item {
    display: none;
  }
}

.l_bread {
  background-color: #F7F7F6;
  padding-top: clamp(15px, 2vw, 18px);
  padding-left: clamp(20px, 4.4444444444vw, 40px);
  padding-right: clamp(20px, 4.4444444444vw, 40px);
  padding-bottom: clamp(15px, 2vw, 18px);
  font-size: 12px;
  color: #A8A8A8;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
}
.l_bread span,
.l_bread a {
  font-size: 13px;
  display: inline-block;
  color: inherit;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.mw_wp_form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}
.submit .mw_wp_form, .thanks .mw_wp_form {
  display: none;
}
.mw_wp_form table {
  table-layout: fixed;
}
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-family: inherit;
}
@media screen and (max-width: 900px) {
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
    padding: 10px 0 !important;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 500;
  color: #3E3A39;
}
@media screen and (min-width: 901px) {
  .mw_wp_form th {
    line-height: 57px;
    min-width: 264px;
    width: 264px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  top: 8px;
  right: 0;
  width: 50px;
  line-height: 34px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  color: #fff;
  text-align: center;
  font-size: clamp(0.75rem, 1.5555555556vw, 0.875rem);
}
.mw_wp_form th > span.required {
  background-color: #E83820;
}
.mw_wp_form th > span.any {
  background-color: #A8A8A8;
}
@media screen and (max-width: 900px) {
  .mw_wp_form th {
    padding-left: 50px !important;
  }
  .mw_wp_form th > span {
    width: 40px;
    line-height: 30px;
    top: 50%;
    left: 0;
    font-size: clamp(0.75rem, 1.5555555556vw, 0.875rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.mw_wp_form th small {
  display: block;
}
@media screen and (min-width: 901px) {
  .entry .mw_wp_form th small {
    margin-top: -35px;
  }
}
.mw_wp_form td {
  width: auto;
  font-weight: 500;
}
@media screen and (min-width: 902px) {
  .mw_wp_form td {
    padding-left: clamp(28px, 6.2222222222vw, 56px);
  }
}
@media screen and (max-width: 900px) {
  .mw_wp_form td th {
    font-weight: 500;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }
}
.mw_wp_form td input,
.mw_wp_form td select,
.mw_wp_form td textarea {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  line-height: 1.4375;
  font-family: inherit;
  background-color: #fff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.mw_wp_form td input::before,
.mw_wp_form td select::before,
.mw_wp_form td textarea::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
}
.mw_wp_form td input::after,
.mw_wp_form td select::after,
.mw_wp_form td textarea::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
}
@media screen and (min-width: 769px) {
  .mw_wp_form td input,
  .mw_wp_form td select,
  .mw_wp_form td textarea {
    padding: 1em;
  }
}
@media screen and (max-width: 768px) {
  .mw_wp_form td input,
  .mw_wp_form td select,
  .mw_wp_form td textarea {
    padding: 10px;
  }
}
.mw_wp_form td input,
.mw_wp_form td textarea {
  width: 100%;
}
.mw_wp_form td select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url(../images/common/ico_arrow_select.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
  color: #3E3A39;
}
.mw_wp_form td textarea {
  max-width: 720px;
  min-height: 180px;
}
.mw_wp_form td .var01 {
  max-width: 344px;
}
@media screen and (min-width: 902px) {
  .mw_wp_form td .var02 {
    max-width: 5em;
  }
}
@media screen and (max-width: 900px) {
  .mw_wp_form td .var02 {
    max-width: 4em;
  }
}
.mw_wp_form td input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.7777777778vw, 1rem);
  margin-top: clamp(10px, 1.7777777778vw, 16px);
  line-height: 2.5;
}
.mw_wp_form td input[type*=file]::-webkit-file-upload-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.7777777778vw, 1rem);
}
.mw_wp_form td input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.7777777778vw, 1rem);
}
.mw_wp_form .error {
  display: block;
  font-size: clamp(0.8125rem, 1.6666666667vw, 0.9375rem);
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}
.mw_wp_form .mwform-checkbox-field,
.mw_wp_form .mwform-radio-field {
  display: inline-block;
  margin-left: 0 !important;
}
.mw_wp_form .mwform-checkbox-field ~ .error,
.mw_wp_form .mwform-radio-field ~ .error {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .mw_wp_form .mwform-checkbox-field,
  .mw_wp_form .mwform-radio-field {
    margin-bottom: 8px;
  }
}
.mw_wp_form input[type=checkbox],
.mw_wp_form input[type=radio] {
  display: none;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text,
.mw_wp_form input[type=checkbox] + .mwform-radio-field-text,
.mw_wp_form input[type=radio] + .mwform-checkbox-field-text,
.mw_wp_form input[type=radio] + .mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
}
@media screen and (min-width: 902px) {
  .mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text,
  .mw_wp_form input[type=checkbox] + .mwform-radio-field-text,
  .mw_wp_form input[type=radio] + .mwform-checkbox-field-text,
  .mw_wp_form input[type=radio] + .mwform-radio-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 900px) {
  .mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text,
  .mw_wp_form input[type=checkbox] + .mwform-radio-field-text,
  .mw_wp_form input[type=radio] + .mwform-checkbox-field-text,
  .mw_wp_form input[type=radio] + .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text::before,
.mw_wp_form input[type=checkbox] + .mwform-radio-field-text::before,
.mw_wp_form input[type=radio] + .mwform-checkbox-field-text::before,
.mw_wp_form input[type=radio] + .mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #cccccc;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: clip;
}
.mw_wp_form input[type=checkbox] + .mwform-radio-field-text::before,
.mw_wp_form input[type=radio] + .mwform-radio-field-text::before {
  border-radius: 50%;
}
.mw_wp_form input[type=checkbox] + .mwform-radio-field-text::after,
.mw_wp_form input[type=radio] + .mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: #E83820;
  border-radius: 50%;
  opacity: 0;
}
.mw_wp_form input[type=checkbox]:checked + .mwform-checkbox-field-text::before,
.mw_wp_form input[type=radio]:checked + .mwform-checkbox-field-text::before {
  background-image: url(../images/common/check.svg);
}
.mw_wp_form input[type=checkbox]:checked + .mwform-radio-field-text::after,
.mw_wp_form input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

@media screen and (min-width: 902px) {
  .mw_wp_form_input th,
  .mw_wp_form_input td {
    padding-bottom: 30px;
  }
  .mw_wp_form_input th {
    line-height: 58px;
  }
  .mw_wp_form_input td th,
  .mw_wp_form_input td td {
    font-weight: 500;
    padding-bottom: 24px;
  }
  .mw_wp_form_input td th {
    min-width: 210px;
    width: 210px;
  }
  .mw_wp_form_input td td {
    padding-left: 0;
  }
  .mw_wp_form_confirm th,
  .mw_wp_form_confirm td {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.7;
  }
  .mw_wp_form_confirm td th,
  .mw_wp_form_confirm td td {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .file-text {
    display: inline-block;
    font-size: clamp(0.625rem, 1.3333333333vw, 0.75rem);
    line-height: 1.6;
  }
}
@media screen and (min-width: 501px) {
  .sp-break {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-break {
    display: block !important;
  }
}

.form-agree {
  margin-top: clamp(20px, 4.4444444444vw, 40px);
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  line-height: 2.5;
  font-weight: 500;
}
.form-agree::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.5) * 0.5em);
}
.form-agree::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.5) * 0.5em);
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (min-width: 902px) {
  .form-agree {
    text-align: center;
  }
}

.form-wrap {
  margin-top: clamp(20px, 3vw, 27px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 32px;
}
.form-btns a,
.form-btns [type=submit] {
  display: block;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 400px;
  width: 100%;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-family: "Zen Kaku Gothic Antique", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  color: #3E3A39;
  background-color: #FEFBF5;
  border: 1px solid #D7CDBC;
  border-radius: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 769px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    line-height: 78px;
  }
}
@media screen and (max-width: 768px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
    line-height: 62px;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 1;
  color: #fff;
  background-color: #D7CDBC;
}

.ui-datepicker th {
  width: initial;
  font-size: clamp(0.6875rem, 1.4444444444vw, 0.8125rem);
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
  font-size: clamp(0.625rem, 1.3333333333vw, 0.75rem);
}

.contact-btn {
  margin-top: clamp(56px, 13.3333333333vw, 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}