@charset "UTF-8";
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #595757;
  font-weight: 500;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* フロントエンドでの全幅ブロックのスタイル */
.alignwide {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.alignfull > * {
  max-width: calc(720px + 24vw);
  padding: 0 12vw;
  margin-left: auto;
  margin-right: auto;
}

/* エディタ全体の横スクロールを防ぐ */
.editor-styles-wrapper {
  overflow-x: hidden;
  /* 横スクロールを隠す */
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* パディングやボーダーを含む */
}

/* 文字間隔 */
.tracking-negative20 {
  letter-spacing: -0.02em !important;
}

.tracking-negative40 {
  letter-spacing: -0.04em !important;
}

.tracking-negative60 {
  letter-spacing: -0.06em !important;
}

.tracking-negative80 {
  letter-spacing: -0.08em !important;
}

.text-nowrap {
  white-space: nowrap;
}

/* 改行 */
br.lg {
  display: none;
}

@media screen and (min-width: 736px) {
  br.lg {
    display: inline;
  }

  br.sm {
    display: none;
  }
}
.site-header {
  background: #807674;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.site-header * {
  color: #fff;
}
.site-header .site-header-inner {
  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;
  height: 48px;
}
.site-header .site-title {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin: auto;
  position: relative;
  z-index: 999;
}
.site-header .site-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .btn-toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  padding-top: 2px;
  z-index: 999;
}
.site-header .btn-toggle .bars {
  width: 27px;
  height: 16px;
  position: relative;
  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;
}
.site-header .btn-toggle .bars::before, .site-header .btn-toggle .bars::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
}
.site-header .btn-toggle .bars::before {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.site-header .btn-toggle .bars::after {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.site-header .btn-toggle .bars span {
  background: #fff;
  width: 100%;
  height: 2px;
}
.site-header .btn-toggle .text {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 1;
}
.site-header .btn-toggle.is-opened .bars span {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-header .btn-toggle.is-opened .bars::before, .site-header .btn-toggle.is-opened .bars::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-header .btn-toggle.is-opened .bars::before {
  -webkit-transform: translate(-50%, -50%) skewY(28deg);
          transform: translate(-50%, -50%) skewY(28deg);
}
.site-header .btn-toggle.is-opened .bars::after {
  -webkit-transform: translate(-50%, -50%) skewY(-28deg);
          transform: translate(-50%, -50%) skewY(-28deg);
}
.site-header .menu-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: #807674;
  padding: 100px 20vw 65px;
  overflow-y: auto;
  display: none;
}
.site-header .menu-sub-menu-container {
  display: none;
}
.site-header .menu-global-nav-container #Primary-menu {
  margin-bottom: 40px;
}
.site-header .menu-global-nav-container #Primary-menu > li {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
.site-header .menu-global-nav-container #Primary-menu > li:nth-last-child(1) {
  margin-bottom: 0;
}
.site-header .menu-global-nav-container #Primary-menu > li span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  display: block;
  font-weight: 400;
  margin-top: 0.5rem;
  letter-spacing: normal;
}
.site-header .menu-global-nav-container #Primary-menu > li .sub-menu {
  font-size: 16px;
  padding: 25px 0 10px;
  margin-right: -16vw;
  display: none;
}
.site-header .menu-global-nav-container #Primary-menu > li .sub-menu li {
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
.site-header .menu-global-nav-container #Primary-menu > li .sub-menu li:nth-last-child(1) {
  margin-bottom: 0;
}
.site-header .menu-global-nav-container #Primary-menu > li .sub-menu a {
  padding-left: 25px;
  display: block;
  position: relative;
}
.site-header .menu-global-nav-container #Primary-menu > li .sub-menu a::before {
  content: "";
  width: 18px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.site-header .menu-global-nav-container #Primary-menu > li .sub-menu span {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
.site-header .menu-global-nav-container #Primary-menu li.disabled > a {
  padding-right: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
}
.site-header .menu-global-nav-container #Primary-menu li.disabled > a span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.site-header .menu-global-nav-container #Primary-menu li.disabled > a::after {
  content: "";
  display: block;
  width: 0.525rem;
  height: 0.525rem;
  border-style: solid;
  border-color: #fff;
  border-width: 0 1px 1px 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-header .menu-global-nav-container #Primary-menu li.disabled > a.is-opened::after {
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
.site-header .menu-global-nav-container #Primary-menu li.btn-contact > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  height: 58px;
  background: #fff;
  border-radius: 7px;
  gap: 0.5rem;
  font-size: 29px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #807674;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-header .menu-global-nav-container #Primary-menu li.btn-contact > a::before {
  margin-top: 6px;
  content: "";
  width: 22px;
  height: 14px;
  background: url(./images/icon-mail.svg) no-repeat center center/contain;
}
.site-header #SNS-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}

@media screen and (min-width: 736px) {
  .site-header {
    position: static;
  }
  .site-header .site-header-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 4vw;
    max-width: calc(960px + 8vw);
    margin: 0 auto;
    height: 100px;
  }
  .site-header .site-branding img {
    width: 170px;
    height: 56px;
  }
  .site-header .btn-toggle {
    display: none;
  }
  .site-header .main-navigation {
    height: 100%;
  }
  .site-header .menu-content {
    display: block;
    position: static;
    width: auto;
    height: 100%;
    padding: 0;
    overflow-y: visible;
  }
  .site-header .menu-content .menu-content-inner {
    height: 100%;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-header .menu-content .lg-hide {
    display: none;
  }
  .site-header .menu-content .menu-sub-menu-container {
    display: block;
  }
  .site-header .menu-content .menu-sub-menu-container #header-submenue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
  }
  .site-header .menu-content .menu-sub-menu-container .menu-item {
    width: 154px;
    height: 40px;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0 2px 2px 2px;
  }
  .site-header .menu-content .menu-sub-menu-container .menu-item > a {
    border: 1px solid #807674;
    border-top: none;
    color: #807674;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
    padding: 0 12px 0 20px;
    letter-spacing: 0.06em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 400;
  }
  .site-header .menu-content .menu-sub-menu-container .menu-item > a::after {
    content: "";
    display: block;
    width: 0.525rem;
    height: 0.525rem;
    border-style: solid;
    border-color: #807674;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .site-header .menu-content .menu-sub-menu-container .menu-item > a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-header .menu-content .menu-sub-menu-container .btn-web > a::before {
    content: "";
    width: 20px;
    height: 13px;
    background: url(./images/icon-mail.svg) no-repeat center center/contain;
  }
  .site-header .menu-content .menu-sub-menu-container .btn-tel > a::before {
    content: "";
    width: 14px;
    height: 20px;
    background: url(./images/icon-tel.svg) no-repeat center center/contain;
  }
  .site-header .menu-content .menu-sns-btns-container {
    display: none;
  }
  .site-header .menu-content .menu-global-nav-container #Primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    gap: min(3vw, 40px);
  }
  .site-header .menu-content .menu-global-nav-container #Primary-menu > li {
    font-size: min(1.902vw, 18px);
    margin: 0;
  }
  .site-header .menu-content .menu-global-nav-container #Primary-menu > li span {
    font-size: 11px;
    margin-top: 4px;
  }
  .site-header .menu-content .menu-global-nav-container #Primary-menu > li > a {
    padding-bottom: 12px;
  }
  .site-header .menu-content .menu-global-nav-container #Primary-menu .menu-item-has-children {
    position: relative;
  }
  .site-header .menu-content .menu-global-nav-container #Primary-menu .menu-item-has-children > a {
    padding-right: 0;
  }
  .site-header .menu-content .menu-global-nav-container #Primary-menu .menu-item-has-children > a::after {
    content: none;
  }
  .site-header .menu-content .menu-global-nav-container #Primary-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
    padding: 0;
  }
  .site-header .menu-content .menu-global-nav-container #Primary-menu .menu-item-has-children .sub-menu .menu-item {
    margin: 0;
  }
  .site-header .menu-content .menu-global-nav-container #Primary-menu .menu-item-has-children .sub-menu .menu-item a {
    background: rgba(80, 76, 74, 0.65);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    padding: 13px 25px;
  }
  .site-header .menu-content .menu-global-nav-container #Primary-menu .menu-item-has-children .sub-menu .menu-item a::before {
    top: calc(13px + 0.5rem);
  }
  .site-header .menu-content .menu-global-nav-container #Primary-menu .menu-item-has-children .sub-menu .menu-item a:hover {
    background: #807674;
  }
}
.site-footer .sns-btns.sm-hide {
  display: none;
}
.site-footer .cta {
  background: #807674;
  padding: 30px 12vw 45px;
}
.site-footer .cta h2 {
  margin-bottom: 2rem;
}
.site-footer .cta .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .cta .btns a {
  width: 100%;
  height: 74px;
  background: #fff;
  border-radius: 8px;
  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;
  padding: 0 18px 0 32px;
  max-width: 350px;
}
.site-footer .cta .btns a::after {
  content: "";
  width: 0.58rem;
  height: 0.58rem;
  border-style: solid;
  border-color: #807674;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.site-footer .cta .btns a span {
  display: block;
}
.site-footer .cta .btns a span > span {
  font-size: 20px;
}
.site-footer .cta .btns a span > span + span {
  font-size: 14px;
  margin-top: 4px;
}
.site-footer .cta .btns .btn-web2::before {
  content: "";
  width: 27px;
  height: 18px;
  background: url(./images/icon-mail.svg) no-repeat center center/contain;
}
.site-footer .cta .btns .btn-tel2 span > span {
  font-size: 25px;
}
.site-footer .cta .btns .btn-tel2 span > span + span {
  font-size: 14px;
  margin-top: 4px;
}
.site-footer .cta .btns .btn-tel2::before {
  content: "";
  width: 21px;
  height: 29px;
  background: url(./images/icon-tel.svg) no-repeat center center/contain;
}
.site-footer .container {
  background: #f5f1ee;
  padding: 28px 12vw 54px;
}
.site-footer .container .site-branding > a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.site-footer .container .site-branding img {
  width: 168px;
  height: auto;
}
.site-footer .container .site-branding #SNS-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.site-footer .container .menu-content, .site-footer .container .menu-menu {
  display: none;
}
.site-footer .copyright.sm-hide {
  display: none;
}
.site-footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #231815;
  margin: 0;
}

@media screen and (min-width: 736px) {
  .site-footer .sns-btns.sm-hide {
    display: block;
    padding: 0 0 35px;
  }
  .site-footer .sns-btns.sm-hide #SNS-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 35px;
  }
  .site-footer .sns-btns.sm-hide #SNS-menu a {
    width: min(8vw, 85px);
    height: min(8vw, 85px);
  }
  .site-footer .sns-btns.lg-hide {
    display: none;
  }
  .site-footer .cta {
    padding: 60px 12vw;
  }
  .site-footer .cta h2 {
    margin-bottom: 2.5rem;
  }
  .site-footer .cta .btns {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 30px;
  }
  .site-footer .cta .btns a {
    height: min(9.8vw, 90px);
    padding: 0 min(1.63vw, 23px) 0 min(4.347vw, 38px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-footer .cta .btns a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.6;
  }
  .site-footer .cta .btns a span > span {
    font-size: min(2.717vw, 24px);
  }
  .site-footer .cta .btns a span > span + span {
    font-size: min(1.9vw, 16px);
  }
  .site-footer .cta .btns a::after {
    width: 0.7rem;
    height: 0.7rem;
  }
  .site-footer .cta .btns .btn-web2::before {
    width: min(3.66vw, 33px);
    height: min(2.445vw, 21px);
  }
  .site-footer .cta .btns .btn-tel2::before {
    width: min(2.853vw, 25px);
    height: min(3.94vw, 35px);
  }
  .site-footer .cta .btns .btn-tel2 span > span {
    font-size: min(3.39vw, 30px);
  }
  .site-footer .cta .btns .btn-tel2 span > span + span {
    font-size: min(1.9vw, 16px);
  }
  .site-footer .container {
    background: #f5f1ee;
    padding: 3.804vw 12vw min(7.336vw, 100px);
  }
  .site-footer .container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    gap: min(3.3967vw, 50px);
  }
  .site-footer .container-inner .site-branding {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .site-footer .container-inner .site-branding a {
    margin-bottom: min(3.3967vw, 40px);
  }
  .site-footer .container-inner .site-branding a img {
    width: 218px;
    height: auto;
  }
  .site-footer .container-inner .menu-content, .site-footer .container-inner .menu-menu {
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .site-footer .container-inner .menu-content .menu, .site-footer .container-inner .menu-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 30px;
    /* アイテム間のスペース */
  }
  .site-footer .container-inner .menu-content .menu li, .site-footer .container-inner .menu-menu .menu li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .site-footer .container-inner .menu-content h2, .site-footer .container-inner .menu-menu h2 {
    color: #a49182;
    font-size: 32px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    margin-bottom: min(2.717vw, 35px);
  }
  .site-footer .container-inner .menu-content a, .site-footer .container-inner .menu-menu a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-footer .container-inner .menu-content a:hover, .site-footer .container-inner .menu-menu a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.6;
  }
  .site-footer .container-inner .menu-content .menu {
    height: 300px;
  }
  .site-footer .container-inner .menu-content .menu li {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: min(2.173vw, 20px);
    letter-spacing: 0.1em;
  }
  .site-footer .container-inner .menu-content .menu li a {
    padding-left: 24px;
    position: relative;
    display: block;
    height: 46px;
  }
  .site-footer .container-inner .menu-content .menu li a::before {
    content: "";
    width: 11px;
    height: 11px;
    border-style: solid;
    border-color: #a49182;
    border-width: 0 1px 1px 0;
    display: block;
    -webkit-transform: rotate(-45deg) translateX(-0.35em);
            transform: rotate(-45deg) translateX(-0.35em);
    position: absolute;
    top: 0.15em;
    left: 0;
  }
  .site-footer .container-inner .menu-content .menu li span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: min(1.494vw, 13px);
    margin-top: 0.5rem;
    letter-spacing: normal;
  }
  .site-footer .container-inner .menu-menu .menu {
    height: 200px;
  }
  .site-footer .container-inner .menu-menu .menu li {
    font-size: min(1.63vw, 15px);
  }
  .site-footer .container-inner .menu-menu .menu li a {
    padding-left: 18px;
    position: relative;
    display: block;
    letter-spacing: normal;
    height: 46px;
  }
  .site-footer .container-inner .menu-menu .menu li a::before {
    content: "";
    width: 11px;
    height: 11px;
    border-style: solid;
    border-color: #a49182;
    border-width: 0 1px 1px 0;
    display: block;
    -webkit-transform: rotate(-45deg) translateX(-0.5em);
            transform: rotate(-45deg) translateX(-0.5em);
    position: absolute;
    top: 0;
    left: 0;
  }
  .site-footer .container-inner .menu-menu .menu li span {
    display: block;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    margin-top: 0.5rem;
    letter-spacing: normal;
  }
  .site-footer .copyright.sm-hide {
    display: block;
    text-align: center;
    color: #231815;
    font-size: 14px;
    height: auto;
    white-space: nowrap;
  }
  .site-footer .copyright.lg-hide {
    display: none;
  }
}
@media screen and (min-width: 1360px) {
  .site-footer .container-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .site-footer .container-inner .site-branding {
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-right: 10px;
  }
}
/*fv START*/
.fv {
  background: url(./images/fv-bg-sm.jpg) no-repeat center center/cover;
  height: 407px;
  position: relative;
}
.fv h2 {
  color: #231815;
  font-size: 30px;
  line-height: 1.166;
  position: absolute;
  top: 37.837%;
  left: 50%;
  padding-left: 15px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
}
.fv p {
  margin: 0;
  line-height: 1.5;
  font-size: 12px;
  position: absolute;
  left: 50%;
  bottom: 4.914%;
  color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  padding-right: 15px;
  margin-bottom: 0;
}
.fv .wp-block-image {
  position: absolute;
  bottom: 4.914%;
  left: 50%;
  padding-left: 15px;
}
.fv .wp-block-image img {
  width: 150px;
  height: 49px;
}

@media screen and (min-width: 736px) {
  .fv {
    aspect-ratio: 192/127;
    height: auto;
    background: url(./images/fv-bg-lg.jpg) no-repeat center center/cover;
  }
  .fv h2 {
    font-size: min(4.076vw, 62px);
    padding-left: min(2.038vw, 30px);
    top: 54.33%;
  }
  .fv p {
    font-size: min(1.63vw, 25px);
    padding-right: min(2.038vw, 30px);
    bottom: 5.118%;
  }
  .fv .wp-block-image {
    bottom: 5.118%;
    padding-left: min(2.038vw, 30px);
  }
  .fv .wp-block-image img {
    width: min(20.38vw, 320px);
    height: auto;
  }
}
/*fv END*/
/*concept-block START*/
.concept-block .sm-hide {
  display: none;
}
.concept-block p {
  font-size: 14px;
  margin-bottom: 2.5em;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
.concept-block .wp-block-button {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 736px) {
  .concept-block .sm-hide {
    display: block;
  }
  .concept-block .lg-hide {
    display: none;
  }
  .concept-block .heading-left-line {
    margin-bottom: 4rem;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-right: 0;
  }
  .concept-block .wp-block-button {
    width: 100%;
  }
  .concept-block .btn-arrow .wp-block-button__link {
    font-size: 15px;
    min-height: 38px;
    min-width: 0;
    width: 100%;
    max-width: 200px;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .concept-block .wp-block-columns {
    gap: min(4.347vw, 60px);
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .concept-block .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important;
  }
  .concept-block .wp-block-columns .wp-block-column:nth-child(1) {
    max-width: 200px;
  }
  .concept-block .wp-block-columns .wp-block-column:nth-child(2) {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .concept-block .wp-block-columns .wp-block-column:nth-child(2) p {
    font-size: min(1.902vw, 22px);
    margin-bottom: 0;
    letter-spacing: -0.002em;
  }
}
/*concept-block END*/
/*section-content-bg START*/
.section-content-bg {
  padding: 15px 0;
}
.section-content-bg > * {
  padding: 0 4vw;
}

@media screen and (min-width: 736px) {
  .section-content-bg {
    padding: 35px 0;
  }
  .section-content-bg > * {
    max-width: calc(860px + 8vw);
    margin-left: auto;
    margin-right: auto;
  }
}
/*section-content-bg END*/
/*campain-block START*/
.campain-block {
  padding: 18px 30px 30px;
  gap: 0;
}
.campain-block h2 {
  margin-bottom: 1.125rem;
}
.campain-block .wp-block-image {
  margin-bottom: 1.5rem;
}
.campain-block .wp-block-image img {
  border: 1px solid #595757;
}
.campain-block .wp-block-buttons {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 736px) {
  .campain-block {
    padding: 60px 70px;
  }
  .campain-block h2 {
    margin-bottom: 2.5rem;
  }
  .campain-block .wp-block-image {
    margin-bottom: 2.5rem;
  }
  .campain-block .wp-block-image img {
    border-width: 2px;
  }
}
/*campain-block END*/
/*top-menu-block STAT*/
.top-menu-block h2 {
  margin-bottom: 2rem;
}
.top-menu-block .menu-primary {
  margin-bottom: 4rem;
}
.top-menu-block .menu-primary .heading-overlap p {
  font-size: 27px;
}
.top-menu-block .menu-primary .heading-overlap h2, .top-menu-block .menu-primary .heading-overlap h3 {
  font-size: 24px;
}
.top-menu-block .menu-primary .sm-hide {
  display: none;
}
.top-menu-block .menu-primary p {
  margin: 0;
}
.top-menu-block .menu-primary .wp-block-buttons {
  margin-top: 2rem;
}
.top-menu-block .heading-overlap {
  margin-bottom: 15px;
}
.top-menu-block .wp-block-button {
  margin-left: auto;
  margin-right: auto;
}
.top-menu-block .top-menu-cards .wp-block-column .wp-block-image {
  margin-bottom: 12px;
}
.top-menu-block .top-menu-cards .wp-block-column .wp-block-group {
  gap: 0;
}
.top-menu-block .top-menu-cards .wp-block-column .wp-block-group > * {
  width: 100%;
}
.top-menu-block .top-menu-cards .wp-block-column .heading-overlap + p {
  margin-bottom: 24px;
  font-size: 14px;
}

@media screen and (min-width: 736px) {
  .top-menu-block h2 {
    margin-bottom: 5rem;
  }
  .top-menu-block .menu-primary {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    gap: 0 !important;
    margin-bottom: 2.625rem;
  }
  .top-menu-block .menu-primary .wp-block-column:nth-child(1) {
    -ms-flex-preferred-size: 46.81%;
        flex-basis: 46.81%;
  }
  .top-menu-block .menu-primary .wp-block-column:nth-child(2) {
    -ms-flex-preferred-size: 53.19%;
        flex-basis: 53.19%;
  }
  .top-menu-block .menu-primary .sm-hide {
    display: block;
  }
  .top-menu-block .menu-primary .lg-hide {
    display: none;
  }
  .top-menu-block .menu-primary .heading-overlap {
    padding-right: 35px;
    padding-bottom: 0.75rem;
  }
  .top-menu-block .menu-primary .heading-overlap p {
    font-size: min(3.668vw, 36px);
  }
  .top-menu-block .menu-primary .heading-overlap h2, .top-menu-block .menu-primary .heading-overlap h3 {
    font-size: min(3.26vw, 32px);
  }
  .top-menu-block .menu-primary .heading-overlap + p {
    padding-right: 35px;
    margin-bottom: 3rem;
    font-size: min(2.173vw, 21px);
    letter-spacing: 0.05em;
  }
  .top-menu-block .top-menu-cards {
    gap: 2.5rem 2rem !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .top-menu-block .top-menu-cards .wp-block-column {
    -ms-flex-preferred-size: calc(50% - 2rem) !important;
        flex-basis: calc(50% - 2rem) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-menu-block .top-menu-cards .wp-block-column > .wp-block-group {
    height: 100%;
  }
  .top-menu-block .top-menu-cards .wp-block-column > .wp-block-group .wp-block-buttons {
    margin-top: auto;
  }
  .top-menu-block .top-menu-cards .wp-block-column > .wp-block-group .wp-block-buttons .wp-block-button {
    margin-left: 0;
  }
  .top-menu-block .top-menu-cards .wp-block-column .wp-block-image {
    margin-bottom: 1rem;
  }
  .top-menu-block .top-menu-cards .wp-block-column .heading-overlap {
    padding-bottom: 1rem;
  }
  .top-menu-block .top-menu-cards .wp-block-column .heading-overlap + p {
    font-size: min(1.902vw, 17px);
    margin-bottom: 2rem;
    line-height: 1.5;
  }
}
/*top-menu-block END*/
/*top-news-block START*/
.top-news-block {
  padding: 60px 0 !important;
}
.top-news-block h2 {
  margin-bottom: 2rem;
}
.top-news-block .wp-block-latest-posts__list {
  padding: 24px 20px;
  border: 1px solid #595757;
}
.top-news-block .wp-block-latest-posts__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 15px;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #595757;
}
.top-news-block .wp-block-latest-posts__list li a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.25em;
  pointer-events: none;
  cursor: default;
}
.top-news-block .wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  letter-spacing: 0.1em;
}
.top-news-block .wp-block-latest-posts__list li .wp-block-latest-posts__post-date::after {
  content: "NEWS";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #a49182;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.2em;
  height: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  font-weight: 400;
}

@media screen and (min-width: 736px) {
  .top-news-block {
    padding: 6rem 0 60px !important;
  }
  .top-news-block h2 {
    margin-bottom: 2.5rem;
  }
  .top-news-block .wp-block-latest-posts__list {
    padding: 2.5rem 2rem;
  }
  .top-news-block .wp-block-latest-posts__list li {
    gap: min(2.038vw, 20px);
    padding-bottom: min(3.06vw, 2rem);
  }
  .top-news-block .wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
    font-size: min(1.766vw, 20px);
    gap: min(1.358vw, 20px);
  }
  .top-news-block .wp-block-latest-posts__list li .wp-block-latest-posts__post-date::after {
    font-size: min(1.766vw, 20px);
    height: auto;
    padding: 2px 15px;
  }
  .top-news-block .wp-block-latest-posts__list li a {
    font-size: min(1.766vw, 20px);
  }
}
/*top-news-block END*/
/*service-detail-block START*/
.service-detail-block {
  padding: 2rem 0 !important;
}
.service-detail-block > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.service-detail-block > .wp-block-group__inner-container > * {
  margin-top: 0;
  margin-bottom: 0;
}
.service-detail-block > .wp-block-group__inner-container .service-title {
  margin-bottom: 0.5rem;
}
.service-detail-block > .wp-block-group__inner-container p {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
.service-detail-block > .wp-block-group__inner-container .sm-col2 > .wp-block-group {
  gap: 10px;
}
.service-detail-block > .wp-block-group__inner-container .sm-col2 p {
  line-height: 1.5 !important;
}
.service-detail-block > .wp-block-group__inner-container .heading-line-both {
  margin-top: 0.5rem;
}

@media screen and (min-width: 736px) {
  .service-detail-block {
    padding: min(4.347vw, 80px) 0 min(4.347vw, 60px) !important;
  }
  .service-detail-block > .wp-block-group__inner-container {
    gap: min(2.7173vw, 40px);
  }
  .service-detail-block > .wp-block-group__inner-container p {
    font-size: min(1.9021vw, 21px);
  }
  .service-detail-block > .wp-block-group__inner-container .sm-col2 > .wp-block-group {
    gap: min(1.3586vw, 32px);
  }
  .service-detail-block > .wp-block-group__inner-container .sm-col2 p {
    font-size: min(1.9021vw, 17px);
  }
}
/*service-detail-block END*/
/*service-price-block START*/
.service-price-block {
  padding: 2rem 0 !important;
}
.service-price-block > * {
  padding: 0 8vw;
}

.price-table {
  gap: 1.25rem;
}
.price-table > .wp-block-group {
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
}
.price-table > .wp-block-group.align-right {
  margin-left: auto;
}
.price-table > .wp-block-group p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1 !important;
}
.price-table > .wp-block-group p:nth-child(1) {
  font-size: 12px;
  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;
  width: 58px;
  height: 27px;
  border: 1px solid #595757;
}
.price-table > .wp-block-group p:nth-child(1).small {
  font-size: 11px;
}
.price-table > .wp-block-group p:nth-child(1).smaller {
  font-size: 7px;
}
.price-table > .wp-block-group p:nth-child(2) {
  font-size: 21px;
  font-weight: 400;
  color: #d87e5d;
}

@media screen and (min-width: 736px) {
  .service-price-block {
    padding: min(4.347vw, 60px) 0 !important;
  }
  .service-price-block > * {
    padding: 0 12vw;
  }

  .price-table {
    gap: min(2.7173vw, 2.5rem) 3.75rem;
    max-width: 700px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .price-table > .wp-block-group {
    gap: 1.25rem;
    -ms-flex-preferred-size: calc(50% - 1.875rem);
        flex-basis: calc(50% - 1.875rem);
  }
  .price-table > .wp-block-group p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .price-table > .wp-block-group p:nth-child(1) {
    font-size: min(1.6304vw, 26px);
    width: min(7.8804vw, 130px);
    height: min(3.6684vw, 60px);
  }
  .price-table > .wp-block-group p:nth-child(1).small {
    font-size: min(1.4945vw, 24px);
  }
  .price-table > .wp-block-group p:nth-child(1).smaller {
    font-size: min(0.951vw, 15px);
  }
  .price-table > .wp-block-group p:nth-child(2) {
    font-size: min(2.8532vw, 46px);
  }
}
/*service-price-block END*/
/*salon-info-block START*/
.salon-info-block {
  padding: 2rem 0 !important;
}
.salon-info-block .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.salon-info-block .tbl-style01 {
  padding: 0 12vw;
}
.salon-info-block .btn-googlemap {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 736px) {
  .salon-info-block {
    padding: min(4.3478vw, 80px) 0 min(4.3478vw, 60px) !important;
  }
  .salon-info-block .wp-block-group__inner-container {
    gap: min(4.3478vw, 60px);
  }
  .salon-info-block .googlemap {
    width: 675px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*salon-info-block END*/
/*staff-block START*/
.staff-block {
  padding: 45px 0 !important;
}
.staff-block .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
.staff-block .staff-image {
  width: 222px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.staff-block .staff-image::after {
  content: "";
  width: 60.3603%;
  height: 24.5614%;
  background: url(./images/staff-elem.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -7.0176%;
  right: -13.5136%;
}
.staff-block .box-profile {
  gap: 0.75rem;
}
.staff-block .box-profile > .owner-name > p {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #eadfdd;
  line-height: 1 !important;
}
.staff-block .box-profile > .owner-name > .wp-block-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
  margin-top: -1rem;
}
.staff-block .box-profile > .owner-name > .wp-block-group p {
  line-height: 1 !important;
}
.staff-block .box-profile > .owner-name > .wp-block-group p:nth-child(1) {
  font-size: 24px;
  letter-spacing: 0.05em;
}
.staff-block .box-profile > .owner-name > .wp-block-group p:nth-child(2) {
  padding-top: 0.65em;
  font-size: 14px;
}
.staff-block .box-profile .license {
  font-size: 14px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  border-top: 1px solid #807674;
  border-bottom: 1px solid #807674;
}
.staff-block .box-profile > P {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}

@media screen and (min-width: 736px) {
  .staff-block {
    padding: min(6.1141vw, 70px) 0 min(6.1141vw, 200px) !important;
  }
  .staff-block .wp-block-group__inner-container {
    gap: min(5.4347vw, 100px);
  }
  .staff-block .staff-image {
    width: min(30.163vw, 564px);
    height: auto;
  }
  .staff-block .box-profile {
    gap: min(1.6304vw, 30px);
  }
  .staff-block .box-profile > .owner-name > p {
    font-size: min(2.7173vw, 50px);
  }
  .staff-block .box-profile > .owner-name > .wp-block-group {
    gap: min(3.6684vw, 42px);
    margin-top: -2.5rem;
  }
  .staff-block .box-profile > .owner-name > .wp-block-group p:nth-child(1) {
    font-size: min(3.2608vw, 62px);
  }
  .staff-block .box-profile > .owner-name > .wp-block-group p:nth-child(2) {
    font-size: min(1.9021vw, 35px);
  }
  .staff-block .box-profile .license {
    height: min(5.163vw, 94px);
    font-size: min(1.9021vw, 35px);
  }
  .staff-block .box-profile > p {
    font-size: min(1.9021vw, 24px);
  }
}
/*staff-block END*/
/*reason-block START*/
.reason-block {
  background: #bda3a1;
  padding: 30px 0 !important;
}
.reason-block > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  gap: 30px;
}
.reason-block .card-reason {
  background: #fff;
  padding: 18px 18px 18px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 230px;
}
.reason-block .card-reason::before {
  content: "";
  width: 30.35%;
  height: 39px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reason-block .card-reason:nth-child(1)::before {
  background: url(./images/reason-num01.svg) no-repeat left center/contain;
}
.reason-block .card-reason:nth-child(2)::before {
  background: url(./images/reason-num02.svg) no-repeat left center/contain;
}
.reason-block .card-reason:nth-child(3)::before {
  background: url(./images/reason-num03.svg) no-repeat left center/contain;
}
.reason-block .card-reason > .wp-block-group__inner-container {
  border-left: 1px solid #bda3a1;
  padding-left: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.reason-block .card-reason > .wp-block-group__inner-container > * {
  margin: 0;
}
.reason-block .card-reason > .wp-block-group__inner-container h2 {
  font-size: 15px;
}
.reason-block .card-reason > .wp-block-group__inner-container p {
  font-size: 12px;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 1.5 !important;
}

@media screen and (min-width: 736px) {
  .reason-block {
    padding: min(4.076vw, 70px) 0 !important;
    margin-bottom: 60px;
  }
  .reason-block > .wp-block-group__inner-container {
    gap: min(4.076vw, 70px);
  }
  .reason-block .card-reason {
    padding: min(2.4456vw, 36px) min(2.4456vw, 36px) min(2.4456vw, 36px) min(1.3586vw, 26px);
    min-height: auto;
  }
  .reason-block .card-reason::before {
    height: min(5.2989vw, 98px);
  }
  .reason-block .card-reason > .wp-block-group__inner-container {
    gap: min(1.6304vw, 32px);
    padding-left: min(2.4456vw, 40px);
  }
  .reason-block .card-reason > .wp-block-group__inner-container h2 {
    font-size: min(2.038vw, 36px);
  }
  .reason-block .card-reason > .wp-block-group__inner-container p {
    font-size: min(1.6304vw, 24px);
  }
}
/*reason-block END*/
/*privacypolicy-block START*/
.privacypolicy-block {
  padding: 2rem 0 !important;
}
.privacypolicy-block h2 {
  font-size: 14px;
  background: #eadfdd;
  padding: 8px 10px;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.privacypolicy-block p {
  font-size: 14px;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}

@media screen and (min-width: 736px) {
  .privacypolicy-block {
    padding: 60px 0 !important;
  }
  .privacypolicy-block h2 {
    font-size: min(1.9021vw, 21px);
    margin-bottom: min(2.1739vw, 30px);
    padding: min(1.0869vw, 13px) min(1.3586vw, 15px);
  }
  .privacypolicy-block p {
    font-size: min(1.9021vw, 21px);
    margin-bottom: min(2.1739vw, 40px);
  }
}
/*privacypolicy-block END*/
.site-main {
  padding-top: 48px;
  overflow: hidden;
}

@media screen and (min-width: 736px) {
  .site-main {
    padding-top: 0;
  }
}
.page .entry-content {
  padding: 0 12vw;
  max-width: calc(720px + 24vw);
  margin-left: auto;
  margin-right: auto;
}
.page .entry-content > section:not(.section-content-bg) {
  padding: 2.5rem 0;
}
.page .entry-content > section:not(.section-content-bg) p {
  line-height: 1.8;
}

@media screen and (min-width: 736px) {
  .page .entry-content > section:not(.section-content-bg) {
    padding: 3.75rem 0;
  }
  .page .entry-content section.has-background:nth-last-child(1) {
    margin-bottom: 60px;
  }
}
.single .site-main {
  padding: 4rem 12vw;
  max-width: calc(720px + 24vw);
  margin-left: auto;
  margin-right: auto;
  min-height: 50vh;
}

p {
  line-height: 1.5;
  margin: 0 0 1.5rem;
}

.playfair {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.gochic {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.mincho {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.text-justify {
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}

/*btn-arrow START*/
.btn-arrow .wp-block-button__link {
  background: transparent;
  border-radius: 0;
  border: 1px solid #fff;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.16em;
  font-size: 1.0938rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 226px;
  padding: 0.5em 44px 0.5em 58px;
}
.btn-arrow .wp-block-button__link::after {
  content: "";
  width: 0.3613em;
  height: 0.3613em;
  border-style: solid;
  border-color: #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn-dark .wp-block-button__link {
  border-color: #595757;
  color: #595757;
}
.btn-dark .wp-block-button__link::after {
  border-color: #595757;
}

@media screen and (min-width: 736px) {
  .wp-block-button__link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .wp-block-button__link:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.6;
  }

  .btn-arrow .wp-block-button__link {
    font-size: 18px;
    letter-spacing: 0.16em;
  }
}
/*btn-arrow END*/
/*btn-googlemap START*/
.btn-googlemap .wp-block-button__link {
  background: transparent;
  border: 1px solid #bda3a1;
  color: #595757;
  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;
  width: 280px;
  height: 68px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.105em;
  position: relative;
  font-size: 18px;
}
.btn-googlemap .wp-block-button__link::before {
  content: "";
  width: 13px;
  height: 22px;
  background: url(./images/icon-pin.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 20.7142%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-googlemap .wp-block-button__link::after {
  content: "";
  width: 0.42em;
  height: 0.42em;
  border-style: solid;
  border-color: #595757;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50%;
  right: 17.1428%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

@media screen and (min-width: 736px) {
  .btn-googlemap .wp-block-button__link {
    width: min(38.0434vw, 720px);
    height: min(9.2391vw, 172px);
    font-size: min(2.4456vw, 46px);
  }
  .btn-googlemap .wp-block-button__link::before {
    width: min(1.7663vw, 32px);
    height: min(2.9891vw, 56px);
  }
  .btn-googlemap .wp-block-button__link::after {
    border-width: 0 2px 2px 0;
  }
}
/*btn-googlemap END*/
h1, h2, h3, h4, h5 {
  margin: 0 0 1.5rem;
  font-weight: 500;
}

/*heading-left-line START*/
.heading-left-line {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1;
}
.heading-left-line::before {
  content: "";
  width: 50vw;
  height: 1px;
  background: #595757;
  display: block;
  position: absolute;
  left: calc((50vw + 6px) * -1);
  top: 50%;
}

.heading-left-line.light {
  color: #fff;
}
.heading-left-line.light::before {
  background: #fff;
}

@media screen and (min-width: 736px) {
  .heading-left-line {
    font-size: min(3.532vw, 44px);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .heading-left-line::before {
    left: calc((50vw + 12px) * -1);
  }
}
/*heading-left-line END*/
/*heading-overlap START*/
.heading-overlap {
  gap: 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5rem;
}
.heading-overlap p {
  color: #fff;
  font-size: 20px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1 !important;
}
.heading-overlap h2, .heading-overlap h3 {
  margin-bottom: 0;
  margin-top: -0.35em;
  font-size: 18px;
  line-height: 1 !important;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 736px) {
  .heading-overlap p {
    font-size: 24px;
  }
  .heading-overlap h2, .heading-overlap h3 {
    font-size: 21px;
  }
}
/*heading-overlap END*/
/*heading-line-both START*/
.heading-line-both {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  gap: 1rem;
  font-size: 14px;
  margin-bottom: 0;
}
.heading-line-both::before, .heading-line-both::after {
  content: "";
  width: 50vw;
  height: 1px;
  background: #595757;
}
.heading-line-both span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 736px) {
  .heading-line-both {
    font-size: min(1.9021vw, 36px);
  }
}
/*heading-line-both END*/
/*heading-gochic START*/
.heading-gochic {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: normal;
  margin-bottom: 0;
}

@media screen and (min-width: 736px) {
  .heading-gochic {
    font-size: min(2.4456vw, 37px);
  }
}
/*heading-gochic END*/
a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
    /* クリックを無効化 */
    color: inherit;
    /* 必要に応じてリンクの色を通常のテキストと同じにする */
    text-decoration: none;
    /* 必要に応じてリンクの下線を消す */
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(figure) {
  margin: 0;
}

/*border-white START*/
.border-white img {
  border: 1px solid #fff;
}

@media screen and (min-width: 736px) {
  .border-white img {
    border: 2px solid #fff;
  }
}
/*border-white END*/
/*image-full START*/
.image-full > * {
  padding-left: 0;
  padding-right: 0;
}

/*image-full END*/
/*tbl-style01 START*/
.tbl-style01 table {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.tbl-style01 table td {
  border-color: #bda3a1;
  border-width: 1px 0 1px 0;
  line-height: 1.5;
  padding: 14px 10px;
}
.tbl-style01 table td:nth-child(1) {
  font-size: 11px;
  font-weight: 700;
  color: #bda3a1;
  white-space: nowrap;
  text-align: center;
}
.tbl-style01 table td:nth-child(2) {
  font-size: 12px;
  padding-right: 0;
}
.tbl-style01 table td .small {
  font-size: 11px;
}
.tbl-style01 table td .tel {
  font-size: 20px;
  font-weight: 700;
  color: #bda3a1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.tbl-style01 table td .tel::before {
  content: "";
  width: 15px;
  height: 21px;
  background: url(./images/icon-tel-lighter.svg) no-repeat center center/contain;
}

@media screen and (min-width: 736px) {
  .tbl-style01 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 12vw;
  }
  .tbl-style01 table {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .tbl-style01 table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #bda3a1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8%;
    padding-left: 20%;
  }
  .tbl-style01 table tr:nth-child(1) {
    border-top: 1px solid #bda3a1;
  }
  .tbl-style01 table td {
    display: block;
    font-size: min(1.6304vw, 24px) !important;
    padding: 39px 0;
    border: none;
  }
  .tbl-style01 table td:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 4em;
        flex-basis: 4em;
  }
  .tbl-style01 table td:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .tbl-style01 table td .small {
    font-size: min(1.6304vw, 24px) !important;
  }
  .tbl-style01 table td .tel {
    font-size: min(2.7173vw, 48px);
    gap: 1rem;
  }
  .tbl-style01 table td .tel::before {
    width: min(2.038vw, 37px);
    height: min(2.8532vw, 52px);
  }
}
/*tbl-style01 END*/
/*service-title START*/
.service-title {
  padding-left: 6px;
}
.service-title p {
  color: #fff;
  font-size: 20px !important;
  margin: 0;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1 !important;
}
.service-title h1, .service-title h2, .service-title h3 {
  font-size: 18px;
  margin: 0;
  line-height: 1 !important;
  margin-top: -0.35em;
  position: relative;
}
.service-title h1::before, .service-title h2::before, .service-title h3::before {
  content: "";
  width: 50vw;
  height: 1px;
  background: #595757;
  display: block;
  position: absolute;
  top: 50%;
  left: calc((50vw + 6px) * -1);
}

@media screen and (min-width: 736px) {
  .service-title {
    padding-left: 0;
  }
  .service-title p {
    font-size: min(2.717vw, 42px) !important;
  }
  .service-title h1, .service-title h2, .service-title h3 {
    font-size: min(2.445vw, 37px);
  }
  .service-title h1::before, .service-title h2::before, .service-title h3::before {
    left: calc((50vw + 12px) * -1);
  }
}
/*service-title END*/
/*page-title START*/
.page-title {
  background: #eadfdd;
  min-height: 117px;
  padding: 2rem 0 !important;
}
.page-title .wp-block-group {
  gap: 10px;
}
.page-title .wp-block-group.is-vertical {
  gap: 0;
}
.page-title .is-layout-flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-title h1, .page-title h2, .page-title h3 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1;
}
.page-title h1::before, .page-title h2::before, .page-title h3::before {
  content: "";
  width: 50vw;
  height: 1px;
  background: #595757;
  display: block;
  position: absolute;
  left: calc((50vw + 6px) * -1);
  top: 50%;
}
.page-title p {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3 !important;
}

.page-title.light {
  background: #bda3a1;
}
.page-title.light * {
  color: #fff;
}
.page-title.light h1::before, .page-title.light h2::before, .page-title.light h3::before {
  background: #fff;
}

@media screen and (min-width: 736px) {
  .page-title {
    min-height: min(15.8367vw, 220px);
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-title .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .page-title .wp-block-group {
    gap: min(1.3586vw, 30px);
    height: 100%;
  }
  .page-title .wp-block-group.is-vertical {
    gap: 10px;
  }
  .page-title h1, .page-title h2, .page-title h3 {
    font-size: min(3.5326vw, 49px);
  }
  .page-title h1::before, .page-title h2::before, .page-title h3::before {
    left: calc((50vw + 12px) * -1);
  }
  .page-title p {
    font-size: min(1.9021vw, 29px);
  }
}
/*page-title END*/
/*box-line START*/
.box-line {
  border: 1px solid #fff;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.box-line > * {
  margin-bottom: 0;
  margin-top: 0;
}
.box-line .has-text-align-center {
  text-align: center !important;
  -moz-text-align-last: center !important;
       text-align-last: center !important;
}
.box-line h2, .box-line h3 {
  font-size: 22px;
  line-height: 1.5;
}
.box-line p.text-lg {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.box-line .full-width {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

@media screen and (min-width: 736px) {
  .box-line {
    padding: min(2.7173vw, 40px);
  }
  .box-line h2, .box-line h3 {
    font-size: min(2.9891vw, 56px);
    font-weight: 700;
  }
  .box-line p.text-lg {
    font-size: min(1.9021vw, 35px);
  }
  .box-line .full-width {
    margin-left: calc(min(2.7173vw, 40px) * -1);
    margin-right: calc(min(2.7173vw, 40px) * -1);
  }
}
/*box-line END*/
/*googlemap START*/
.googlemap {
  aspect-ratio: 57/40;
  width: 100%;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 736px) {
  .googlemap {
    aspect-ratio: 27/20;
  }
}
/*googlemap END*/
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/*list-check START*/
ul.list-check li {
  padding-left: 1.4285em;
  margin-bottom: 0.6em;
  position: relative;
  font-size: 14px;
}
ul.list-check li::before {
  content: "";
  width: 0.6621em;
  height: 0.6621em;
  border-style: solid;
  border-color: #595757;
  border-width: 0 1px 1px 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0.15em, -50%) rotate(45deg);
          transform: translate(0.15em, -50%) rotate(45deg);
}

@media screen and (min-width: 736px) {
  ul.list-check li {
    font-size: min(1.9021vw, 36px);
  }
  ul.list-check li::before {
    border-width: 0 2px 2px 0;
  }
  ul.list-check.lg-small li {
    font-size: min(1.9021vw, 33px);
  }
}
/*list-check END*/
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: #9f8275;
  color: #fff;
  line-height: 1;
  padding: 12px 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  width: 100%;
  border-radius: 8px;
  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;
  height: 74px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  border: 1px solid #dccecc;
  border-radius: 4px;
  padding: 11px 8px;
  font-size: 14px;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #595757;
  outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b4b4b5;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #b4b4b5;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #b4b4b5;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #b4b4b5;
}

input::placeholder, textarea::placeholder {
  color: #b4b4b5;
}

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.wpcf7-form span.reqired {
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: #9c8475;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
  width: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  margin-right: 0.5rem;
}
.wpcf7-form p {
  margin-top: 0;
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-spinner {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}
.wpcf7-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.wpcf7-form .form-group label {
  display: block;
  font-size: 14px;
}
.wpcf7-form .form-group * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.wpcf7-form .form-group > p {
  font-size: 12px;
}
.wpcf7-form .form-group .em {
  font-weight: 500;
}
.wpcf7-form .form-group .small {
  font-size: 11px;
  letter-spacing: -0.04em;
  display: inline-block;
  line-height: 1.5;
}
.wpcf7-form .form-group input, .wpcf7-form .form-group textarea {
  width: 100%;
}
.wpcf7-form .form-group textarea {
  min-height: 170px;
}

@media screen and (min-width: 736px) {
  .wpcf7-form {
    gap: 2.5rem;
  }
  .wpcf7-form span.reqired {
    font-size: 18px;
    height: 30px;
    width: 60px;
    border-radius: 6px;
    margin-right: 0.75rem;
  }
  .wpcf7-form input {
    padding: 17px 18px;
    font-size: 21px;
  }
  .wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder {
    font-size: 21px;
  }
  .wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
    font-size: 21px;
  }
  .wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
    font-size: 21px;
  }
  .wpcf7-form input::-ms-input-placeholder, .wpcf7-form textarea::-ms-input-placeholder {
    font-size: 21px;
  }
  .wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
    font-size: 21px;
  }
  .wpcf7-form .form-group {
    gap: 1.25rem;
  }
  .wpcf7-form .form-group label {
    font-size: 21px;
  }
  .wpcf7-form .form-group > p {
    font-size: 18px;
  }
  .wpcf7-form .form-group .small {
    font-size: 16px;
  }
  .wpcf7-form input[type=button],
.wpcf7-form input[type=reset],
.wpcf7-form input[type=submit] {
    font-size: 24px;
    height: 90px;
    border-radius: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .wpcf7-form input[type=button]:hover,
.wpcf7-form input[type=reset]:hover,
.wpcf7-form input[type=submit]:hover {
    opacity: 0.6;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
/*SNS-menu START*/
#SNS-menu a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  width: 46px;
  height: 46px;
}
#SNS-menu .icon-hb a {
  background: url(./images/icon-hb.png) no-repeat center center/contain;
}
#SNS-menu .icon-line a {
  background: url(./images/icon-line.png) no-repeat center center/contain;
}
#SNS-menu .icon-ig a {
  background: url(./images/icon-ig.png) no-repeat center center/contain;
}

@media screen and (min-width: 736px) {
  #SNS-menu a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #SNS-menu a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
/*SNS-menu END*/
:where(.wp-block-columns) {
  margin-bottom: 0;
}

/*sm-col2 START*/
.sm-col2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sm-col2 > * {
  -ms-flex-preferred-size: calc(50% - 0.5rem);
      flex-basis: calc(50% - 0.5rem);
}

@media screen and (min-width: 736px) {
  .sm-col2 {
    gap: min(2.7173vw, 50px) 2.6041vw;
  }
  .sm-col2 > * {
    -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
  }
}
/*sm-col2 END*/