@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.

h1 {
  font-size: 2em;
  margin: 0.67em 0;
} */

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

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

a {
  color: #513121;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

figure {
  margin: 0;
}

.l-main {
  background: #f2f0ea;
}

.l-container {
  width: 1170px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
}

.l-contents {
  margin: 20px 0;
}

.l-contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .l-contents__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.l-footer {
  margin: 0;
  padding: 0;
  background: #f2f0ea;
  color: #513121;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: min(14.66667vw, 110px);
  }
}

.l-footer__wrap {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .l-footer__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__box {
    margin-left: 10px;
  }
}

.l-footer__logo {
  margin-bottom: 15px;
}

.l-footer__txt {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}

.l-footer-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}

@media screen and (min-width: 768px) {
  .l-footer-menu {
    grid-template-columns: repeat(4, 1fr);
    gap: 70px;
  }
}

.l-footer-menu-list__item:not(:last-child) {
  margin-bottom: 10px;
}

.l-footer-menu-list__link {
  font-size: 1.4rem;
  font-weight: 700;
  color: #6f4f3e;
  display: block;
}

@media screen and (max-width: 767px) {
  .l-footer-menu-list__link {
    padding: 10px 15px;
    border-bottom: 1px solid #b19e75;
  }
}

.l-footer__copyright {
  background: #a1784b;
  color: #fff;
  display: block;
  text-align: center;
  padding: 15px 0;
  font-size: 1.4rem;
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #f2f0ea;
  font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  line-height: 1.5;
  font-weight: 400;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", serif;
  padding: 0;
  color: #513121;
}

.l-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-header__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    gap: 10px;
  }
}

.l-header__logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: min(2.66667vw, 20px);
}

.l-header__access {
  font-size: clamp(1rem, 1.45833vw, 1.4rem);
  font-weight: 700;
  margin: 0;
  color: #a08037;
}

@media screen and (min-width: 768px) {
  .l-header__access {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.l-header__logo {
  margin: 0;
  line-height: 0;
}

.l-header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.l-header-contact-tel {
  text-align: right;
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
}

.l-header-contact-tel__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 2.2rem;
}

.l-header-contact-tel__icon {
  line-height: 0;
}

.l-header-contact-tel__hours {
  font-size: 1.3rem;
}

.l-header-contact-yoyaku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.l-header-nav {
  border-top: 1px solid #e6e6e6;
  margin-top: 8px;
  padding: 10px 0;
}

.l-header-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
}

.l-header-nav-menu__link {
  font-size: 1.7rem;
  font-weight: 700;
  color: #513121;
  display: block;
}

.c-hamburger {
  width: 50px;
  aspect-ratio: 1;
  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: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  background: #c6912c;
  color: #fff;
}

.c-hamburger__lines {
  width: 22px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-hamburger__lines span {
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-hamburger__txt {
  font-size: 1rem;
  line-height: 1;
}

.is-menu-open .c-hamburger__lines {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.is-menu-open .c-hamburger__lines span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-menu-open .c-hamburger__lines span:nth-child(2) {
  display: none;
}

.is-menu-open .c-hamburger__lines span:last-child {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -2px;
}

.c-list--type01 li {
  position: relative;
  padding-left: 15px;
}

.c-list--type01 li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #513121;
}

.c-list--type01 li:not(:last-child) {
  margin-bottom: 15px;
}

.c-table,
.c-table--type01 {
  width: 100%;
}

.c-table--type01 {
  border-collapse: collapse;
  border-bottom: 1px solid #e6e6e6;
}

.c-table--type01 th,
.c-table--type01 td {
  vertical-align: top;
  padding: 20px;
  border-top: 1px solid #e6e6e6;
}

@media screen and (max-width: 767px) {
  .c-table--type01 th,
  .c-table--type01 td {
    display: block;
  }
}

.c-table--type01 th {
  text-align: left;
  background: #f2f0ea;
}

.c-textdeco-marker {
  padding-inline: 5px;
}

.c-textdeco-marker--beige {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(255, 255, 255, 0)), color-stop(55%, #f0e3ca));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 55%, #f0e3ca 55%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #f0e3ca 55%);
}

.c-textdeco-marker--beige2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(255, 255, 255, 0)), color-stop(55%, #d7ccbd));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 55%, #d7ccbd 55%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #d7ccbd 55%);
}

.c-textdeco-bg {
  padding: 10px 20px;
}

.c-textdeco-bg--brown {
  background: #887b69;
  color: #fff;
}

.p-cta {
  font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  line-height: 1.5;
  font-weight: 400;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", serif;
}

@media screen and (max-width: 767px) {
  .p-cta {
    background: #e8e8de;
    padding-bottom: 60px;
  }
}

.p-cta__bg {
  background-image: url(../img/topnew/bg_cta_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: min(16vw, 92px);
}

@media screen and (min-width: 768px) {
  .p-cta__bg {
    padding-bottom: 70px;
    background-image: url(../img/topnew/bg_cta.jpg);
  }
}

.p-cta-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .p-cta-btns {
    -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;
  }
}

.p-cta-btns__item {
  width: 76%;
}

@media screen and (min-width: 768px) {
  .p-cta-btns__item {
    width: 324px;
  }
}

.p-cta-btns__link {
  height: 100%;
  aspect-ratio: 508 / 149;
  color: #333;
  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;
  border-radius: 8px;
  font-size: clamp(2.2rem, 3.125vw, 3rem);
}

@media screen and (min-width: 768px) {
  .p-cta-btns__link {
    aspect-ratio: 324 / 103;
  }
}

.p-cta-btns__link--line {
  background: #bed3b3;
}

.p-cta-btns__link--web {
  background: #d6c4b2;
}

.p-cta-btns__link--tel {
  background: #c7dae0;
}

.p-cta-btns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.p-cta-btns-link::before {
  content: "";
  width: 8px;
  height: 10px;
  background: #333;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.p-cta-btns-tel__txt {
  margin: 0;
  font-size: clamp(1.6rem, 1.875vw, 1.8rem);
}

.p-cta-btns-tel-num {
  margin: 0;
  font-size: clamp(2.2rem, 3.125vw, 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  gap: 8px;
}

.p-cta-btns-tel-num__icon {
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .p-cta-btns-tel-num__icon img {
    height: 12px;
  }
}

.p-cta-message {
  background: #f2f0ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: min(8vw, 56px);
}

@media screen and (min-width: 768px) {
  .p-cta-message {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-cta-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-cta-message__photo {
    margin-bottom: -11vw;
  }
}

.p-cta-message__photo img {
  width: 100%;
}

.p-cta-message__txt {
  font-size: 3.2vw;
  font-weight: 700;
  margin: 0;
  text-align: center;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .p-cta-message__txt {
    font-size: clamp(2rem, 2.70833vw, 2.6rem);
  }
}

@media screen and (max-width: 767px) {
  .p-cta-message__narrow {
    letter-spacing: -7px;
  }
}

.p-sp-fixedmenu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.p-sp-fixedmenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-sp-fixedmenu-list img {
  height: min(14.66667vw, 110px);
  -o-object-fit: cover;
  object-fit: cover;
}

.p-spmenu {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 5;
  width: 60%;
  height: calc(100% - 60px);
  background: rgba(242, 240, 234, 0.92);
  padding: 0 30px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-spmenu + article {
  padding: 0 !important;
}

.p-spmenu-list__link {
  padding: 20px 0 20px 20px;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  display: block;
}

.p-spmenu-list__link::before {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-top: 2px solid #d1850c;
  border-right: 2px solid #d1850c;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.is-menu-open .p-spmenu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .u-pc-left {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .u-pc-center {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .u-pc-right {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-left {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-right {
    text-align: right;
  }
}

.is-primary {
  color: #513121 !important;
}

.is-link {
  color: #000 !important;
}

.is-black {
  color: #333 !important;
}

.is-white {
  color: #fff !important;
}

.is-gray {
  color: #e6e6e6 !important;
}

.is-gray2 {
  color: #cacaca !important;
}

.is-gray3 {
  color: #e1e1e1 !important;
}

.is-gray4 {
  color: #e8e8de !important;
}

.is-brown {
  color: #a08037 !important;
}

.is-brown2 {
  color: #c6912c !important;
}

.is-brown3 {
  color: #887b69 !important;
}

.is-brown4 {
  color: #c8b2a6 !important;
}

.is-brown5 {
  color: #6f4f3e !important;
}

.is-brown6 {
  color: #d1850c !important;
}

.is-brown7 {
  color: #644200 !important;
}

.is-brown8 {
  color: #a1784b !important;
}

.is-lightblue {
  color: #dde4ea !important;
}

.is-beige {
  color: #f2f0ea !important;
}

.is-beige2 {
  color: #f0e3ca !important;
}

.is-beige3 {
  color: #cdbfad !important;
}

.is-beige4 {
  color: #ded4cb !important;
}

.is-beige5 {
  color: #fffaf4 !important;
}

.is-beige6 {
  color: #d7ccbd !important;
}

.is-beige7 {
  color: #bfa88d !important;
}

.is-beige8 {
  color: #bf9e7a !important;
}

.is-beige9 {
  color: #b19e75 !important;
}

.is-bg-primary {
  background-color: #513121 !important;
}

.is-bg-link {
  background-color: #000 !important;
}

.is-bg-black {
  background-color: #333 !important;
}

.is-bg-white {
  background-color: #fff !important;
}

.is-bg-gray {
  background-color: #e6e6e6 !important;
}

.is-bg-gray2 {
  background-color: #cacaca !important;
}

.is-bg-gray3 {
  background-color: #e1e1e1 !important;
}

.is-bg-gray4 {
  background-color: #e8e8de !important;
}

.is-bg-brown {
  background-color: #a08037 !important;
}

.is-bg-brown2 {
  background-color: #c6912c !important;
}

.is-bg-brown3 {
  background-color: #887b69 !important;
}

.is-bg-brown4 {
  background-color: #c8b2a6 !important;
}

.is-bg-brown5 {
  background-color: #6f4f3e !important;
}

.is-bg-brown6 {
  background-color: #d1850c !important;
}

.is-bg-brown7 {
  background-color: #644200 !important;
}

.is-bg-brown8 {
  background-color: #a1784b !important;
}

.is-bg-lightblue {
  background-color: #dde4ea !important;
}

.is-bg-beige {
  background-color: #f2f0ea !important;
}

.is-bg-beige2 {
  background-color: #f0e3ca !important;
}

.is-bg-beige3 {
  background-color: #cdbfad !important;
}

.is-bg-beige4 {
  background-color: #ded4cb !important;
}

.is-bg-beige5 {
  background-color: #fffaf4 !important;
}

.is-bg-beige6 {
  background-color: #d7ccbd !important;
}

.is-bg-beige7 {
  background-color: #bfa88d !important;
}

.is-bg-beige8 {
  background-color: #bf9e7a !important;
}

.is-bg-beige9 {
  background-color: #b19e75 !important;
}

.u-fz18-24 {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
}

.u-fz30-45 {
  font-size: clamp(3rem, 4.6875vw, 4.5rem);
}

.u-fz31-62 {
  font-size: clamp(3.1rem, 6.45833vw, 6.2rem);
}

.u-fz38-62 {
  font-size: clamp(3.8rem, 6.45833vw, 6.2rem);
}

.u-fz33-66 {
  font-size: clamp(3.3rem, 6.875vw, 6.6rem);
}

.u-fz38-66 {
  font-size: clamp(3.8rem, 6.875vw, 6.6rem);
}

.u-fz40-80 {
  font-size: clamp(4rem, 8.33333vw, 8rem);
}

.u-lh1 {
  line-height: 1;
}

.u-lh11 {
  line-height: 1.1;
}

.u-lh12 {
  line-height: 1.2;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh14 {
  line-height: 1.4;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh17 {
  line-height: 1.7;
}

.u-lh18 {
  line-height: 1.8;
}

.u-lh19 {
  line-height: 1.9;
}

.u-lh2 {
  line-height: 2;
}

.u-lh21 {
  line-height: 2.1;
}

.u-lh22 {
  line-height: 2.2;
}

.u-lh23 {
  line-height: 2.3;
}

.u-lh24 {
  line-height: 2.4;
}

.u-lh18-24 {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .u-lh18-24 {
    line-height: 2.4;
  }
}

.u-m0 {
  margin: 0 !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-m-inline-auto {
  margin-inline: auto;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb40-80 {
  margin-bottom: min(10.66667vw, 80px);
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-db {
  display: block;
}

.u-pc-db,
.u-pc-dib {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-pc-db {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-pc-dib {
    display: inline-block;
  }
}

.u-sp-db {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-sp-db {
    display: none;
  }
}

.u-sp-dib {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .u-sp-dib {
    display: none;
  }
}

.u-font-zen-kaku-gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-fw500 {
  font-weight: 500;
}

/* grecaptcha-badge */
.grecaptcha-badge {
  visibility: hidden;
}

body:has(.wpcf7) .grecaptcha-badge {
  visibility: visible;
}

@media screen and (max-width: 767.98px) {
  body:has(.wpcf7) .grecaptcha-badge {
    bottom: min(18.66667vw, 130px) !important;
  }
}
