@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border-top-width: 1px;
  color: inherit;
}

pre {
  font-size: inherit;
  font-family: monospace, monospace;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-size: inherit;
  font-family: monospace, monospace;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: 700;
  text-align: left;
}

:root {
  --lending-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --lending-trim: 0;
  }
}
*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  box-sizing: border-box;
  background-color: #ffffff !important;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

figure {
  line-height: 1;
}

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

::-moz-selection {
  background-color: #49874e;
  color: #ffffff;
}

::selection {
  background-color: #49874e;
  color: #ffffff;
}

::-webkit-tap-highlight-color {
  background-color: transparent;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
.l-container {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-container {
    width: 82.6086956522%;
    max-width: 550px;
  }
}

.l-main {
  margin-top: var(--header-height);
}

.l-header {
  display: flex;
  z-index: 50;
  position: fixed;
  top: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-inline: min(3.0769230769vw, 40px);
  background-image: url(../images/common/header_line-left.png), url(../images/common/header_line-right.png);
  background-position: top left, top right;
  background-size: min(10.980966325dvw, 9.375rem) 100%, min(26.3543191801dvw, 22.5rem) 100%;
  background-repeat: no-repeat;
  background-color: #ffffff;
  color: #231815;
}
.l-header::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: min(20.4978038067dvw, 17.5rem);
  height: 100%;
  background-image: url(../images/common/header_leaf.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.l-header.\--shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.l-header__logo {
  display: block;
  width: 442px;
}
.l-header__right {
  display: flex;
  flex: 0 1 100%;
  align-items: flex-end;
  justify-content: flex-end;
  padding-block: min(1.4641288433dvw, 1.25rem);
}
.l-header__tel {
  margin-right: min(2.8550512445dvw, 2.4375rem);
}
.l-header__tel dt {
  margin-bottom: 7px;
  font-weight: 400;
  font-size: clamp(0.6875rem, 1.248049922dvw, 1rem);
  line-height: 1;
  letter-spacing: 0.1em;
}
.l-header__tel dd {
  display: flex;
  align-items: center;
  padding-left: 0 !important;
  font-size: clamp(0.6875rem, 1.872074883dvw, 1.5rem);
  line-height: 1;
}
.l-header__tel dd::before {
  display: inline-block;
  width: min(2.196193265dvw, 1.875rem);
  height: min(2.196193265dvw, 1.875rem);
  margin-right: 11px;
  background-image: url(../images/common/icon-tel-brown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.l-header__reserve {
  display: flex;
  display: none;
  align-items: center;
  margin-right: min(2.8550512445dvw, 2.4375rem);
  gap: 6px;
}
.l-header__reserve-icon {
  width: min(2.7818448023dvw, 2.375rem);
}
.l-header__reserve-text {
  transform: translateY(7%);
  font-weight: 500;
  font-size: clamp(0.6875rem, 1.5600624025dvw, 1.25rem);
  line-height: 1.75;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 900px) {
  .l-header__logo {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header {
    padding-inline: min(4.1062801932vw, 17px);
    padding-block: min(3.6231884058vw, 15px);
    background-image: url(../images/common/header_line-left-sp.png), url(../images/common/header_line-right-sp.png);
    background-size: 18.115942029dvw 100%, 30.193236715dvw 100%;
  }
  .l-header::before {
    width: 36.9565217391dvw;
    background-image: url(../images/common/header_leaf-sp.png);
  }
  .l-header__left {
    display: block;
    width: 64.2512077295dvw;
    max-width: 266px;
  }
  .l-header__logo {
    width: 100%;
  }
  .l-header__right {
    flex: 0 1 auto;
    padding-bottom: 0px;
  }
  .l-header__reserve {
    display: none;
  }
  .l-header__tel {
    display: none;
  }
}

.l-footer {
  position: relative;
  padding-top: min(3.2210834553dvw, 2.75rem);
  padding-right: min(3.953147877dvw, 3.375rem);
  padding-bottom: min(2.9282576867dvw, 2.5rem);
  padding-left: min(5.3440702782dvw, 4.5625rem);
  background-size: min(10.980966325dvw, 9.375rem), min(26.3543191801dvw, 22.5rem) !important;
}
.l-footer * {
  z-index: 1;
}
.l-footer::before, .l-footer::after {
  z-index: 0;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.l-footer::before {
  top: 0;
  right: 0;
  width: min(19.7657393851dvw, 16.875rem);
  height: min(8.4919472914dvw, 7.25rem);
  background-image: url(../images/common/footer_leaf1.png);
}
.l-footer::after {
  bottom: 0;
  left: 0;
  width: min(12.2254758419dvw, 10.4375rem);
  height: min(10.980966325dvw, 9.375rem);
  background-image: url(../images/common/footer_leaf2.png);
}
.l-footer__info {
  margin-bottom: calc(16px + var(--lending-trim));
}
.l-footer__top {
  margin-bottom: 18px;
}
.l-footer__logo {
  display: flex;
  flex-direction: column;
  margin-bottom: 7px;
  gap: 8px;
}
.l-footer__logo-ja {
  width: min(20.2781844802dvw, 17.3125rem);
}
.l-footer__logo-en {
  width: min(15.3001464129dvw, 13.0625rem);
}
.l-footer__group {
  color: #5ca460;
  font-weight: 400;
  font-size: clamp(0.6875rem, 1.0920436817dvw, 0.875rem);
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: left;
}
.l-footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  margin-inline: auto;
  padding-right: min(12.5183016105dvw, 10.6875rem);
}
.l-footer__nav {
  display: none;
}
.l-footer__nav-item {
  color: #231815;
  font-size: clamp(0.6875rem, 1.248049922dvw, 1rem);
  line-height: 2;
  letter-spacing: 0.02em;
}
.l-footer__nav-item:not(:last-child) {
  margin-bottom: calc(12px + var(--lending-trim));
}
.l-footer__contact-text {
  font-weight: 500;
  font-size: clamp(0.6875rem, 1.0920436817dvw, 0.875rem);
  line-height: 2.2857142857;
  letter-spacing: 0.02em;
}
.l-footer__contact-tel {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #231815;
  font-weight: 500;
  font-size: clamp(0.6875rem, 1.5600624025dvw, 1.25rem);
  letter-spacing: 0.04em;
}
.l-footer__contact-tel img {
  width: min(1.9033674963dvw, 1.625rem);
  vertical-align: bottom;
}
.l-footer__contact-reserve {
  display: flex;
  display: none;
  align-items: center;
  margin-top: min(-0.439238653dvw, -0.375rem);
  padding-left: min(0.3660322108dvw, 0.3125rem);
  gap: 5px;
  color: #231815;
  font-weight: 500;
  font-size: clamp(0.6875rem, 1.3260530421dvw, 1.0625rem);
  letter-spacing: 0.14em;
}
.l-footer__contact-reserve img {
  width: min(2.3426061493dvw, 2rem);
  height: min(1.756954612dvw, 1.5rem);
}
.l-footer__group-logo {
  position: absolute;
  right: min(3.953147877dvw, 3.375rem);
  bottom: min(2.9282576867dvw, 2.5rem);
  width: min(8.78477306dvw, 7.5rem);
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding-top: 8.2125603865dvw;
    padding-bottom: 6.2801932367dvw;
    padding-inline: 7.2463768116dvw;
  }
  .l-footer::before {
    width: 35.9903381643dvw;
    height: 21.0144927536dvw;
    background-image: url(../images/common/footer_leaf1-sp.png);
  }
  .l-footer::after {
    width: 41.7874396135dvw;
    height: 16.1835748792dvw;
    background-image: url(../images/common/footer_leaf2-sp.png);
  }
  .l-footer__top {
    margin-bottom: 6.2801932367dvw;
  }
  .l-footer__logo {
    margin-bottom: 8px;
  }
  .l-footer__logo-ja {
    width: 52.1739130435dvw;
  }
  .l-footer__logo-en {
    width: 35.7487922705dvw;
  }
  .l-footer__group {
    font-size: 2.6570048309dvw;
  }
  .l-footer__bottom {
    padding-right: 0;
  }
  .l-footer__nav-item {
    font-size: 2.8985507246dvw;
  }
  .l-footer__nav-item:not(:last-child) {
    margin-bottom: calc(9px + var(--lending-trim));
  }
  .l-footer__contact-text {
    font-size: max(2.6506024096dvw, 0.6875rem);
    line-height: 1.7;
  }
  .l-footer__contact-tel {
    margin-bottom: 0.9661835749dvw;
    font-size: max(3.6144578313dvw, 0.6875rem);
  }
  .l-footer__contact-tel img {
    width: 4.8309178744dvw;
  }
  .l-footer__contact-reserve {
    padding-left: 0.7246376812dvw;
    gap: 4px;
    font-size: max(2.8915662651dvw, 0.6875rem);
  }
  .l-footer__contact-reserve img {
    width: 5.5555555556dvw;
    height: 4.347826087dvw;
  }
  .l-footer__group-logo {
    top: 8.2125603865dvw;
    right: 7.2463768116dvw;
    width: max(20.2409638554dvw, 0.6875rem);
  }
}

button.l-hamburger {
  display: none;
  position: relative;
  width: min(3.2210834553dvw, 2.75rem);
  min-width: 32px;
  height: min(3.3674963397dvw, 2.875rem);
  min-height: 33.6px;
  border: none !important;
  background-color: transparent !important;
  transition: all 0.3s ease-in-out;
}
button.l-hamburger:hover {
  border: none !important;
}
button.l-hamburger::after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: min(3.2210834553dvw, 2.75rem);
  min-width: 32px;
  height: min(3.3674963397dvw, 2.875rem);
  min-height: 33.6px;
  background-image: url(../images/common/icon-ham.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media only screen and (max-width: 767px) {
  button.l-hamburger {
    width: 8.4541062802dvw;
    max-width: 35px;
    height: 8.9371980676dvw;
    max-height: 37px;
  }
  button.l-hamburger::after {
    width: 8.4541062802dvw;
    max-width: 35px;
    height: 8.9371980676dvw;
    max-height: 37px;
  }
}

.l-drawerNav-wrapper {
  z-index: 1500;
  position: fixed;
  top: 0;
  right: 0%;
  max-width: 230px;
  height: -moz-max-content;
  height: max-content;
  height: 100dvh;
  overflow: hidden;
  transform: translateX(100%);
  background-color: #ffffff;
  box-shadow: -1px 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}
.l-drawerNav-wrapper.is-active {
  right: 0;
  overflow-y: scroll;
  transform: translateX(0);
}
.l-drawerNav-wrapper__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 16px;
  padding-inline: 22px;
  background-image: url(../images/common/menu_bg-top.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #231815;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
.l-drawerNav-wrapper__bottom {
  padding-right: 15px;
  padding-left: 17px;
  padding-block: 24px;
  background-image: url(../images/common/menu_bg-bottom.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #231815;
  font-weight: 500;
}
.l-drawerNav-wrapper__note {
  margin-bottom: 8px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}
.l-drawerNav-wrapper__tel {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  gap: 8px;
  color: #231815;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.l-drawerNav-wrapper__tel img {
  flex-shrink: 0;
  width: 23px;
  height: 23px;
}
.l-drawerNav-wrapper__reserve {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  padding-left: 3px;
  gap: 5px;
  color: #231815;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.14em;
  white-space: nowrap;
}
.l-drawerNav-wrapper__reserve img {
  flex-shrink: 0;
  width: 28px;
  height: 22px;
}
.l-drawerNav-wrapper__logo {
  width: 184px;
}

.l-drawerNav__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding-left: 0 !important;
  list-style-type: none !important;
}
.l-drawerNav__item > a, .l-drawerNav__subitem > a {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.l-drawerNav__item > a {
  height: 40px;
  padding-left: 19px;
  background-color: #c18d6f;
  color: #ffffff;
}
.l-drawerNav__item:last-child > a {
  border-top: 1px solid #ffffff;
}
.l-drawerNav__subitem > a {
  height: 34px;
  padding-left: calc(19px + 1em);
  color: #231815;
}
.l-drawerNav__subitem > a::before {
  margin-right: 0.5em;
  transform: translateY(5%);
  content: "▶";
  color: #5ca460;
  font-size: 0.5em;
}
.l-drawerNav__sublist {
  padding-left: 0 !important;
  padding-block: 4px;
  font-size: 1.8rem;
  list-style-type: none !important;
}

.l-drawerBackground {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 0%;
  height: 100%;
}
.l-drawerBackground.is-active {
  width: 100%;
}

.c-pagination {
  width: 100%;
}
.c-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2.125rem;
  font-weight: 700;
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.204, 16px);
}
.c-pagination .page-numbers.current {
  background-color: #ffffff;
  color: #6e9072;
}

.c-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 6%;
  column-gap: 6%;
  row-gap: 80px;
  margin-bottom: 80px;
}
.c-news__date {
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.204, 16px);
}
.c-news__title {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: clamp(16px, 1rem + (1vw - 3.2px) * 0.156, 18px);
  line-height: 1.9523809524;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}
.c-news__content {
  margin-bottom: calc(28px + var(--lending-trim));
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.204, 16px);
  line-height: 1.8947368421;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}
.c-news__img {
  max-width: 81%;
}
@media only screen and (max-width: 767px) {
  .c-news {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 42px;
  }
}

body {
  color: #231815;
  font-weight: 400;
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.204, 16px);
  line-height: 2;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  font-feature-settings: "halt";
  letter-spacing: 0.04em;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.editor-post-title {
  font-weight: 600;
  font-size: 2.3rem;
}

.editor-styles-wrapper .p-intro__img {
  display: none;
}

.wp-block-list-item > * {
  display: inline-block;
}

ul.wp-block-list {
  list-style: none;
}
ul.wp-block-list > li {
  position: relative;
  padding-left: 1.2em;
  list-style: none;
}
ul.wp-block-list > li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  margin-right: 0.8em;
  content: "●";
  color: var(--bullet-color);
  font-size: 0.66em;
}

ol.wp-block-list {
  list-style: auto;
}
ol.wp-block-list > li {
  margin-right: 0.5em;
}

:is(ul, ol).is-style-center-triangle,
:is(ul, ol).is-style-left-triangle,
:is(ul, ol).is-style-sublist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 0.06em;
}
:is(ul, ol).is-style-center-triangle > li::before,
:is(ul, ol).is-style-left-triangle > li::before,
:is(ul, ol).is-style-sublist > li::before {
  display: inline-block;
  margin-right: 0.5em;
  transform: translateY(-5%);
  font-size: 0.6em;
  vertical-align: middle;
}

:is(figure, img, picture).is-style-rounded-image {
  aspect-ratio: 460/320;
  max-width: 500px;
  margin-top: 30px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 30px;
}
:is(figure, img, picture).is-style-rounded-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

:is(h2, h3, h4).is-style-number-indent {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

@media only screen and (max-width: 767px) {
  .wp-block-group.is-style-sp-column {
    display: flex;
    flex-direction: column;
  }
  .wp-block-group.is-style-sp-column > * {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .wp-block-group.is-style-sp-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .wp-block-group.is-style-sp-column-reverse > * {
    flex-basis: auto;
  }
}

.wp-block-group.has-link:hover {
  opacity: 0.7;
}

.editor-styles-wrapper [data-type*=lazyblock] {
  padding: 0;
  background-color: transparent;
  box-shadow: 0 0 0 1px violet;
}

.c-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  -moz-column-gap: min(3vw, 30px) !important;
  column-gap: min(3vw, 30px) !important;
  row-gap: min(5vw, 50px) !important;
}
@media only screen and (max-width: 767px) {
  .c-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.c-gallery {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.c-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-gallery__text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-inline: 11px;
  padding-block: calc(9px + var(--lending-trim));
  background-color: rgba(128, 120, 112, 0.8);
  color: #ffffff;
  font-size: 1.0625rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-gallery__text {
    padding-inline: 0.5em;
    font-size: 0.875rem;
  }
}

.wp-block-lazyblock-infolist {
  margin-top: 0 !important;
}

.c-info-list {
  display: table;
  font-size: var(--font-size-medium);
}
.c-info-list dt,
.c-info-list dd {
  display: table-cell;
  padding: 0;
  line-height: 2;
}
.c-info-list dt {
  width: 5.5em;
  font-weight: 400;
}
.c-info-list dd > p {
  margin-bottom: 5px !important;
}

.right-column .c-info-list dt {
  width: 7.5em;
}

#overview .c-info-list dt,
#overview .c-info-list .colored {
  color: #5ca460;
}

#access .c-info-list dd {
  color: #ffffff;
}
#access .c-info-list dt,
#access .c-info-list .colored {
  color: #8ea4a0;
}

.c-work-calendar {
  border: solid 1px #5ca460;
  border-collapse: collapse;
}
.c-work-calendar th,
.c-work-calendar td {
  border: solid 1px #5ca460;
  line-height: 1;
  vertical-align: middle;
}
.c-work-calendar th:first-child,
.c-work-calendar td:first-child {
  background-color: #8fb88d;
}
.c-work-calendar thead th {
  padding-block: 9.6px;
  color: #5ca460;
  font-weight: 400;
  font-size: 1.125rem;
  text-align: center;
}
.c-work-calendar tbody th {
  padding-inline: 13px;
  padding-block: 9px;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.c-work-calendar tbody td {
  width: 2.3125rem;
  color: #5ca460;
  font-size: 1.8125rem;
  text-align: center;
}
.c-work-calendar tr[data-selected-days*=mon-c] th:nth-child(2),
.c-work-calendar tr[data-selected-days*=tue-c] th:nth-child(3),
.c-work-calendar tr[data-selected-days*=wed-c] th:nth-child(4),
.c-work-calendar tr[data-selected-days*=thu-c] th:nth-child(5),
.c-work-calendar tr[data-selected-days*=fri-c] th:nth-child(6),
.c-work-calendar tr[data-selected-days*=sat-c] th:nth-child(7),
.c-work-calendar tr[data-selected-days*=sun-c] th:nth-child(8),
.c-work-calendar tr[data-selected-days*=mon-c] td:nth-child(2),
.c-work-calendar tr[data-selected-days*=tue-c] td:nth-child(3),
.c-work-calendar tr[data-selected-days*=wed-c] td:nth-child(4),
.c-work-calendar tr[data-selected-days*=thu-c] td:nth-child(5),
.c-work-calendar tr[data-selected-days*=fri-c] td:nth-child(6),
.c-work-calendar tr[data-selected-days*=sat-c] td:nth-child(7),
.c-work-calendar tr[data-selected-days*=sun-c] td:nth-child(8) {
  background-color: #CCCCCC;
}
@media only screen and (max-width: 767px) {
  .c-work-calendar {
    width: 100%;
    max-width: 441px;
  }
  .c-work-calendar thead th {
    padding-block: min(1.690821256vw, 0.4375rem);
    font-size: min(3.3816425121vw, 0.875rem);
  }
  .c-work-calendar tbody th {
    padding-inline: min(1.690821256vw, 0.4375rem);
    padding-block: min(1.9323671498vw, 0.5rem);
    font-size: min(3.6231884058vw, 0.9375rem);
  }
  .c-work-calendar tbody td {
    width: min(7.0048309179vw, 1.8125rem);
    font-size: min(5.5555555556vw, 1.4375rem);
  }
}

.c-map {
  max-width: 100%;
  height: auto;
}

#access .c-map + p {
  color: #ffffff;
}

.c-button {
  display: inline-block;
  min-width: 290px;
  padding: 0.5em 1em 0.5em 0.5em;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(16px, 1rem + (1vw - 3.2px) * 0.156, 18px);
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-button.\--primary {
  background-color: #c18d6f;
}
.c-button.\--secondary {
  border: solid 1px #ffffff;
}
.c-button.\--secondary:hover {
  background-color: #ffffff;
  color: #9db99b;
}
.c-button::before {
  margin-right: 0.1em;
  content: ">";
}
@media only screen and (max-width: 1300px) {
  .c-button {
    min-width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    min-width: 202px;
  }
}

.c-section {
  position: relative;
}
.c-section > * {
  z-index: 1;
  position: relative;
}
.c-section::before, .c-section::after {
  z-index: 0;
  position: absolute;
  top: 0;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  mix-blend-mode: var(--mix-blend-mode);
  opacity: var(--opacity);
}
.c-section::before {
  left: 0;
  width: min(10.980966325dvw, 9.375rem);
  background-image: url(../images/common/line-left.png);
}
.c-section::after {
  right: 0;
  width: min(26.3543191801dvw, 22.5rem);
  background-image: url(../images/common/line-right.png);
}
.c-section.\--reverse::before {
  background-image: url(../images/common/line-left-reverse.png);
}
.c-section.\--reverse::after {
  background-image: url(../images/common/line-right-reverse.png);
}
@media only screen and (max-width: 767px) {
  .c-section::before {
    width: 18.115942029dvw;
    background-image: url(../images/common/line-left-sp.png);
  }
  .c-section::after {
    width: 30.193236715dvw;
    background-image: url(../images/common/line-right-sp.png);
  }
  .c-section.\--reverse::before {
    background-image: url(../images/common/line-left-reverse-sp.png);
  }
  .c-section.\--reverse::after {
    background-image: url(../images/common/line-right-reverse-sp.png);
  }
}
.c-section.\--theme01 {
  background-color: #dae9d8;
  --opacity: 0.3;
  --mix-blend-mode: multiply;
}
.c-section.\--theme02 {
  background-color: #9db99b;
  --opacity: 0.5;
  --mix-blend-mode: soft-light;
}
.c-section.\--theme03 {
  background-color: #ece8e0;
  --opacity: 0.3;
  --mix-blend-mode: multiply;
}
.c-section.\--theme04 {
  background-color: #cbc2b3;
  --opacity: 0.5;
  --mix-blend-mode: soft-light;
}
.c-section.\--theme05 {
  background-color: #aaa498;
  --opacity: 0.3;
  --mix-blend-mode: multiply;
}
.c-section.\--theme06 {
  background-color: #9eb6b2;
  --opacity: 0.3;
  --mix-blend-mode: multiply;
}
.c-section.\--theme07 {
  background-color: #bec7c2;
  --opacity: 0.5;
  --mix-blend-mode: soft-light;
}
.c-section.\--theme08 {
  background-color: #f8c6bd;
  --opacity: 0.2;
  --mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .c-section {
    padding-top: 14.0096618357dvw;
    background-position: 100% 14.0096618357dvw;
    background-size: 28.8888888889dvw;
  }
}

.c-section-title {
  position: relative;
  margin-inline: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: 700;
  font-size: clamp(0.6875rem, 3.120124805dvw, 2.5rem);
  line-height: 1.75;
  letter-spacing: 0.2em;
}
.c-section-title__text {
  z-index: 1;
  position: absolute;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  transform: translate(-50%, -50%);
  color: var(--color);
  text-align: center;
}
.c-section-title__text::before {
  z-index: -1;
  position: absolute;
  top: 2px;
  left: 50%;
  width: 100%;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #ffffff;
  transform: translateX(-50%);
  content: attr(data-text);
  color: #ffffff;
}
.c-section-title.\--primary {
  width: min(47.364568082dvw, 40.4375rem);
  height: min(13.0307467057dvw, 11.125rem);
  background-image: url(../images/common/title-bg1.png);
}
.c-section-title.\--primary .c-section-title__text {
  top: 46%;
}
.c-section-title.\--secondary {
  width: min(44.9487554905dvw, 38.375rem);
  height: min(15.5197657394dvw, 13.25rem);
  background-image: url(../images/common/title-bg2.png);
}
.c-section-title.\--secondary .c-section-title__text {
  top: 47%;
}
.c-section-title.\--tertiary {
  width: min(42.7525622255dvw, 36.5rem);
  height: min(16.6910688141dvw, 14.25rem);
  background-image: url(../images/common/title-bg3.png);
}
.c-section-title.\--tertiary .c-section-title__text {
  top: 54%;
}
.c-section-title.\--quaternary {
  width: min(42.8257686676dvw, 36.5625rem);
  height: min(15.9590043924dvw, 13.625rem);
  background-image: url(../images/common/title-bg4.png);
}
.c-section-title.\--quaternary .c-section-title__text {
  top: 49%;
}
@media only screen and (max-width: 767px) {
  .c-section-title {
    font-size: max(4.578313253dvw, 0.6875rem);
  }
  .c-section-title.\--primary {
    width: 78.2608695652dvw;
    height: 21.4975845411dvw;
  }
  .c-section-title.\--secondary {
    width: 74.154589372dvw;
    height: 25.6038647343dvw;
  }
  .c-section-title.\--tertiary {
    width: 70.5314009662dvw;
    height: 27.5362318841dvw;
  }
  .c-section-title.\--quaternary {
    width: 70.7729468599dvw;
    height: 26.3285024155dvw;
  }
}

.c-page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 450px;
  background-position: center;
  background-size: cover;
}
.c-page-header__title {
  min-width: 380px;
  padding-inline: 0.5em;
  padding-block: 22px;
  border-block-style: solid;
  border-block-width: 8px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}
.c-page-header.\--about {
  background-image: url(../images/about/about_fv.webp);
}
.c-page-header.\--about .c-page-header__title {
  border-color: #f8c6bd;
}
.c-page-header.\--information {
  background-image: url(../images/information/info_fv.webp);
}
.c-page-header.\--information .c-page-header__title {
  border-color: #2e969e;
}
.c-page-header.\--news {
  background-image: url(../images/news/news_fv.webp);
}
.c-page-header.\--news .c-page-header__title {
  border-color: #9db99b;
}
.c-page-header.\--cases {
  background-image: url(../images/cases/cases_fv.webp);
}
.c-page-header.\--cases .c-page-header__title {
  border-color: #f8c6bd;
}
@media only screen and (max-width: 767px) {
  .c-page-header {
    aspect-ratio: 414/331;
    height: auto;
  }
  .c-page-header__title {
    min-width: 55.5555555556dvw;
    padding-block: 3.3816425121dvw;
    border-block-width: 4px;
    font-size: max(4.3373493976dvw, 0.6875rem);
  }
  .c-page-header.\--about {
    background-image: url(../images/about/about_fv-sp.webp);
  }
  .c-page-header.\--information {
    background-image: url(../images/information/info_fv-sp.webp);
  }
  .c-page-header.\--news {
    background-image: url(../images/news/news_fv-sp.webp);
  }
  .c-page-header.\--cases {
    background-image: url(../images/cases/cases_fv-sp.webp);
  }
}

.c-divider {
  position: relative;
}
.c-divider > *:not(:is(::before, ::after)) {
  z-index: 1;
  position: relative;
}
.c-divider::before, .c-divider::after {
  display: inline-block;
  z-index: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.c-divider::before {
  top: 0;
  background-position: top;
}
.c-divider::after {
  bottom: 0;
  background-position: bottom;
}
.c-divider.\--down-pattern1-blue::before {
  background-image: url(../images/divider/down-pattern1-blue.png);
}
.c-divider.\--down-pattern1-navy::before {
  background-image: url(../images/divider/down-pattern1-navy.png);
}
.c-divider.\--down-pattern2-darkgreen::before {
  background-image: url(../images/divider/down-pattern2-darkgreen.png);
}
.c-divider.\--down-pattern2-green::before {
  background-image: url(../images/divider/down-pattern2-green.png);
}
.c-divider.\--down-pattern2-lightgreen::before {
  background-image: url(../images/divider/down-pattern2-lightgreen.png);
}
.c-divider.\--down-pattern2-yellow::before {
  background-image: url(../images/divider/down-pattern2-yellow.png);
}
.c-divider.\--down-pattern3-darkpink::before {
  background-image: url(../images/divider/down-pattern3-darkpink.png);
}
.c-divider.\--down-pattern3-lightpink::before {
  background-image: url(../images/divider/down-pattern3-lightpink.png);
}
.c-divider.\--down-pattern3-orange::before {
  background-image: url(../images/divider/down-pattern3-orange.png);
}
.c-divider.\--down-pattern3-pink::before {
  background-image: url(../images/divider/down-pattern3-pink.png);
}
.c-divider.\--up-pattern1-blue::after {
  background-image: url(../images/divider/up-pattern1-blue.png);
}
.c-divider.\--up-pattern1-gray::after {
  background-image: url(../images/divider/up-pattern1-gray.png);
}
.c-divider.\--up-pattern1-navy::after {
  background-image: url(../images/divider/up-pattern1-navy.png);
}
.c-divider.\--up-pattern2-darkgreen::after {
  background-image: url(../images/divider/up-pattern2-darkgreen.png);
}
.c-divider.\--up-pattern2-gray::after {
  background-image: url(../images/divider/up-pattern2-gray.png);
}
.c-divider.\--up-pattern2-yellow::after {
  background-image: url(../images/divider/up-pattern2-yellow.png);
}
.c-divider.\--up-pattern3-darkpink::after {
  background-image: url(../images/divider/up-pattern3-darkpink.png);
}
.c-divider.\--up-pattern3-gray::after {
  background-image: url(../images/divider/up-pattern3-gray.png);
}
.c-divider.\--up-pattern3-orange::after {
  background-image: url(../images/divider/up-pattern3-orange.png);
}
.c-divider[class*="--down-pattern1"] {
  padding-top: 13.8360175695vw;
}
.c-divider[class*="--up-pattern1"] {
  padding-bottom: 13.2503660322vw;
}
.c-divider[class*="--down-pattern2"] {
  padding-top: 12.298682284vw;
}
.c-divider[class*="--up-pattern2"] {
  padding-bottom: 6.588579795vw;
}
.c-divider[class*="--down-pattern3"] {
  padding-top: 12.5183016105vw;
}
.c-divider[class*="--up-pattern3"] {
  padding-bottom: 7.1742313324vw;
}
@media only screen and (max-width: 767px) {
  .c-divider.\--down-pattern1-blue::before {
    background-image: url(../images/divider/down-pattern1-blue-sp.png);
  }
  .c-divider.\--down-pattern1-navy::before {
    background-image: url(../images/divider/down-pattern1-navy-sp.png);
  }
  .c-divider.\--down-pattern2-darkgreen::before {
    background-image: url(../images/divider/down-pattern2-darkgreen-sp.png);
  }
  .c-divider.\--down-pattern2-green::before {
    background-image: url(../images/divider/down-pattern2-green-sp.png);
  }
  .c-divider.\--down-pattern2-ligtgreen::before {
    background-image: url(../images/divider/down-pattern2-ligtgreen-sp.png);
  }
  .c-divider.\--down-pattern2-yellow::before {
    background-image: url(../images/divider/down-pattern2-yellow-sp.png);
  }
  .c-divider.\--down-pattern3-darkpink::before {
    background-image: url(../images/divider/down-pattern3-darkpink-sp.png);
  }
  .c-divider.\--down-pattern3-lightpink::before {
    background-image: url(../images/divider/down-pattern3-lightpink-sp.png);
  }
  .c-divider.\--down-pattern3-orange::before {
    background-image: url(../images/divider/down-pattern3-orange-sp.png);
  }
  .c-divider.\--down-pattern3-pink::before {
    background-image: url(../images/divider/down-pattern3-pink-sp.png);
  }
  .c-divider.\--up-pattern1-blue::after {
    background-image: url(../images/divider/up-pattern1-blue-sp.png);
  }
  .c-divider.\--up-pattern1-gray::after {
    background-image: url(../images/divider/up-pattern1-gray-sp.png);
  }
  .c-divider.\--up-pattern1-navy::after {
    background-image: url(../images/divider/up-pattern1-navy-sp.png);
  }
  .c-divider.\--up-pattern2-darkgreen::after {
    background-image: url(../images/divider/up-pattern2-darkgreen-sp.png);
  }
  .c-divider.\--up-pattern2-gray::after {
    background-image: url(../images/divider/up-pattern2-gray-sp.png);
  }
  .c-divider.\--up-pattern2-yellow::after {
    background-image: url(../images/divider/up-pattern2-yellow-sp.png);
  }
  .c-divider.\--up-pattern3-darkpink::after {
    background-image: url(../images/divider/up-pattern3-darkpink-sp.png);
  }
  .c-divider.\--up-pattern3-gray::after {
    background-image: url(../images/divider/up-pattern3-gray-sp.png);
  }
  .c-divider.\--up-pattern3-orange::after {
    background-image: url(../images/divider/up-pattern3-orange-sp.png);
  }
  .c-divider[class*="--down-pattern1"] {
    padding-top: 19.3236714976vw;
  }
  .c-divider[class*="--up-pattern1"] {
    padding-bottom: 16.9082125604vw;
  }
  .c-divider[class*="--down-pattern2"] {
    padding-top: 15.2173913043vw;
  }
  .c-divider[class*="--up-pattern2"] {
    padding-bottom: 9.1787439614vw;
  }
  .c-divider[class*="--down-pattern3"] {
    padding-top: 15.7004830918vw;
  }
  .c-divider[class*="--up-pattern3"] {
    padding-bottom: 10.38647343vw;
  }
}

.c-bg-wood {
  background-image: url(../images/common/intro_line-left.png), url(../images/common/intro_line-right.png);
  background-position: 0% 20%, 100% 20%;
  background-size: min(10.980966325dvw, 9.375rem) 100%, min(26.3543191801dvw, 22.5rem) 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .c-bg-wood {
    background-image: url(../images/common/intro_line-left-sp.png), url(../images/common/intro_line-right-sp.png);
    background-position: 0% 0%, 100% 0%;
    background-size: 18.115942029dvw, 30.193236715dvw;
  }
}

@media only screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-narrow {
  letter-spacing: -0.03em;
}

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

@media screen and (max-width: 781px) {
  .u-fitcontent {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 3em;
  }
}

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

.u-shrink-0 {
  flex-shrink: 0;
}/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=main.css.map */
