@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;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
figure {
  line-height: 1;
}

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

::-moz-selection {
  background-color: #f4a466;
  color: #ffffff;
}

::selection {
  background-color: #f4a466;
  color: #ffffff;
}

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

.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 {
  z-index: 50;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: transparent;
  background-color: #ffffff;
  color: #4D4D4D;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-inline: min(3.0769230769vw, 40px);
}
.l-header__logo {
  width: 347px;
}
.l-header__right {
  display: flex;
  flex: 0 1 100%;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.l-header__text {
  margin-top: 48px;
  margin-right: min(4.1538461538vw, 54px);
  font-size: 1.3125rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-header__text-br {
  display: none;
}
.l-header__tel {
  margin-top: 22px;
  margin-right: min(5.3846153846vw, 70px);
}
.l-header__tel dt {
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.l-header__tel dd {
  display: flex;
  align-items: center;
  padding-left: 0 !important;
  font-size: 1.625rem;
  line-height: 1;
}
.l-header__tel dd::before {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 14px;
  background-image: url(../images/common/icon-tel-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.l-header.\--shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1300px) {
  .l-header__inner {
    gap: 2em;
  }
  .l-header__text {
    margin-right: min(2.3076923077vw, 54px);
    font-size: 1rem;
    word-break: keep-all;
  }
  .l-header__tel {
    margin-top: 25px;
    margin-right: min(3.8461538462vw, 70px);
  }
  .l-header__tel dt {
    font-size: 0.9375rem;
  }
  .l-header__tel dd {
    font-size: 1.25rem;
    line-height: 1;
  }
  .l-header__tel dd::before {
    width: 25px;
    height: 25px;
    margin-right: 7px;
  }
}
@media only screen and (max-width: 900px) {
  .l-header__text {
    margin-top: 21px;
    margin-right: min(2.3076923077vw, 54px);
    font-size: 1rem;
  }
  .l-header__text-br {
    display: block;
  }
  .l-header__tel {
    margin-right: min(2.3076923077vw, 70px);
  }
  .l-header__tel dd::before {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__inner {
    padding-right: 6.0240963855dvw;
    padding-left: 6.7469879518dvw;
    padding-block: 3.6144578313dvw;
  }
  .l-header__left {
    display: block;
    width: 60dvw;
    max-width: 249px;
  }
  .l-header__right {
    flex: 0 1 auto;
    padding-bottom: 0px;
  }
  .l-header__text {
    display: none;
  }
  .l-header__tel {
    display: none;
  }
}

.l-footer {
  padding-block: min(3.120124805dvw, 2.5rem);
  background-color: #ffffff;
}
.l-footer.\--border {
  border-top: 1px solid #999999;
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-inline: auto;
  padding-right: min(4.4461778471dvw, 3.5625rem);
  padding-left: min(5.6942277691dvw, 4.5625rem);
}
.l-footer__info {
  margin-bottom: min(2.3400936037dvw, 1.875rem);
}
.l-footer__info > * {
  display: block;
}
.l-footer__info-ja {
  width: 208px;
  margin-bottom: 10px;
}
.l-footer__info-ja img {
  display: block;
}
.l-footer__info-en {
  width: 179px;
  margin-bottom: 10px;
}
.l-footer__info-en img {
  display: block;
}
.l-footer__info-group {
  margin-bottom: 28px;
  color: #5a7e92;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.l-footer__nav-item {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.l-footer__nav-item:not(:last-child) {
  margin-bottom: calc(12px + var(--lending-trim));
}
.l-footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333333;
}
.l-footer__contact {
  padding-right: 8px;
}
.l-footer__phone {
  margin-bottom: 9px;
}
.l-footer__phone-text {
  margin-bottom: 14px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.l-footer__phone-number {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.l-footer__phone-number img {
  width: 26px;
  height: auto;
}
.l-footer__book {
  margin-bottom: 34px;
}
.l-footer__book-link {
  display: flex;
  align-items: center;
  padding-left: 3px;
  gap: 5px;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.l-footer__book-link img {
  width: 32px;
  height: auto;
}
.l-footer__group-logo {
  text-align: right;
}
.l-footer__group-logo img {
  width: 103px;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding-top: 6.5060240964dvw;
    padding-bottom: 8.4337349398dvw;
  }
  .l-footer__info {
    margin-bottom: 6.0240963855dvw;
  }
  .l-footer__info-ja {
    width: 40.2409638554dvw;
    margin-bottom: 2.4096385542dvw;
  }
  .l-footer__info-en {
    width: 34.4578313253dvw;
    margin-bottom: 2.4096385542dvw;
  }
  .l-footer__info-group {
    font-size: max(2.6506024096dvw, 0.6875rem);
  }
  .l-footer__nav-item {
    font-size: max(2.8915662651dvw, 0.6875rem);
  }
  .l-footer__nav-item:not(:last-child) {
    margin-bottom: 1em;
  }
  .l-footer__right {
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .l-footer__phone {
    margin-bottom: 1.4457831325dvw;
  }
  .l-footer__phone-text {
    margin-bottom: 2.6506024096dvw;
    font-size: max(2.6506024096dvw, 0.6875rem);
  }
  .l-footer__phone-number {
    gap: 2.1686746988dvw;
    font-size: max(3.3734939759dvw, 0.6875rem);
  }
  .l-footer__phone-number img {
    width: 4.8192771084dvw;
  }
  .l-footer__book {
    margin-bottom: 0;
  }
  .l-footer__book-link {
    padding-left: 0.7228915663dvw;
    gap: 0.7228915663dvw;
    font-size: max(2.8915662651dvw, 0.6875rem);
  }
  .l-footer__book-link img {
    width: 5.5421686747dvw;
  }
  .l-footer__group-logo img {
    width: 18.5542168675dvw;
  }
}

button.l-hamburger {
  position: relative;
  width: 44.5px;
  height: 47px;
  margin-top: 25px;
  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: 44.5px;
  height: 47px;
  background-image: url(../images/common/ham_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media only screen and (max-width: 767px) {
  button.l-hamburger {
    width: 8.4337349398dvw;
    height: 8.9156626506dvw;
    margin-top: 0;
  }
  button.l-hamburger::after {
    width: 8.4337349398dvw;
    height: 8.9156626506dvw;
  }
}

.l-drawerNav-wrapper {
  z-index: 1500;
  position: fixed;
  top: 0;
  right: 0%;
  max-width: 264px;
  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;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
.l-drawerNav-wrapper__bottom {
  padding-right: 18px;
  padding-left: 22px;
  padding-block: 28px;
  font-weight: 500;
}
.l-drawerNav-wrapper__note {
  margin-bottom: 8px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
}
.l-drawerNav-wrapper__tel {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 8px;
  color: #5a7e92;
  font-size: 1.125rem;
  white-space: nowrap;
}
.l-drawerNav-wrapper__logo {
  width: 174px;
}

.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%;
  height: 48px;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.l-drawerNav__item > a {
  padding-left: 22px;
  color: #ffffff;
}
.l-drawerNav__item.\--green {
  background-color: #799e7c;
}
.l-drawerNav__item.\--blue {
  background-color: #5a7e92;
}
.l-drawerNav__item.\--orange {
  background-color: #c18d6f;
}
.l-drawerNav__item.\--pink {
  background-color: #b1788c;
}
.l-drawerNav__subitem > a {
  padding-left: calc(22px + 1em);
  color: #231815;
}
.l-drawerNav__subitem > a::before {
  margin-right: 1em;
  content: "▷";
  font-size: 0.6em;
}
.l-drawerNav__subitem[aria-expanded=true]::after {
  transform: rotate(225deg);
  transform-origin: 50% 80%;
}
.l-drawerNav__sublist {
  max-height: 0px;
  max-height: none;
  padding-left: 0 !important;
  overflow: hidden;
  font-size: 1.8rem;
  list-style-type: none !important;
  transition: all 0.3s;
}
.l-drawerNav__sublist[aria-hidden=false] {
  max-height: 150px;
}
.l-drawerNav__sublist.\--green {
  background-color: #bacdb1;
}
.l-drawerNav__sublist.\--blue {
  background-color: #8caac9;
}
.l-drawerNav__sublist.\--orange {
  background-color: #e6bfab;
}

.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;
}
@media only screen and (max-width: 767px) {
  .c-news {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 42px;
  }
}

.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(17px, 1.063rem + (1vw - 3.2px) * 0.102, 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%;
}

.c-article__header {
  border-bottom: 1px solid;
}
.c-article__meta {
  display: flex;
  align-items: center;
  gap: 2em;
}
.c-article__date {
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.204, 16px);
}
.c-article__title {
  font-weight: 500;
  font-size: clamp(24px, 1.5rem + (1vw - 3.2px) * 1.633, 40px);
}
.c-article__content {
  padding-block: 40px;
  /* 見出し */
  /* 引用 */
  /* テーブル */
  /* 定義リスト */
  /* リスト */
  /* コード */
  /* インライン要素 */
  /* アドレス */
  /* リンク */
}
.c-article__content > * {
  max-width: 100%;
}
.c-article__content p {
  margin-bottom: 32px;
}
.c-article__content h1,
.c-article__content h2,
.c-article__content h3,
.c-article__content h4,
.c-article__content h5,
.c-article__content h6 {
  margin: 2em 0 1em;
  font-weight: 700;
  line-height: 1.4;
}
.c-article__content h1 {
  font-size: 1.6em;
}
.c-article__content h2 {
  font-size: 1.5em;
}
.c-article__content h3 {
  font-size: 1.4em;
}
.c-article__content h4 {
  font-size: 1.3em;
}
.c-article__content h5 {
  font-size: 1.2em;
}
.c-article__content h6 {
  font-size: 1.1em;
}
.c-article__content p:not(.wp-element-caption) {
  margin-block: 2rem;
}
.c-article__content blockquote {
  padding: 1.5em 1em;
  border-left: 4px solid #bacdb1;
  background-color: rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  font-style: italic;
}
.c-article__content blockquote p:last-child {
  margin-bottom: 0;
}
.c-article__content blockquote cite {
  display: block;
  margin-top: 0.5em;
  color: #4D4D4D;
  font-size: 0.9em;
}
.c-article__content table {
  width: 100%;
  margin: 1em 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-article__content thead {
  border-bottom-width: 2px;
}
.c-article__content th,
.c-article__content td {
  padding: 0.5em;
  border: 1px solid #dcdcdc;
  text-align: left;
}
.c-article__content th {
  font-weight: bold;
}
.c-article__content .alignright {
  margin-bottom: 1em;
  margin-left: 1em;
  float: right;
}
.c-article__content .alignleft {
  margin-right: 1em;
  margin-bottom: 1em;
  float: left;
}
.c-article__content .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.c-article__content .wp-block-image::after {
  display: block;
  clear: both;
  content: "";
}
.c-article__content .wp-block-image figcaption {
  display: block;
}
.c-article__content .wp-block-image.alignleft figcaption {
  text-align: left;
}
.c-article__content .wp-block-image.alignright figcaption {
  text-align: right;
}
.c-article__content .wp-block-image.aligncenter figcaption {
  text-align: center;
}
.c-article__content dl {
  margin: 1em 0;
}
.c-article__content dt {
  margin-top: 1em;
  font-weight: bold;
}
.c-article__content dd {
  margin-bottom: 1em;
  margin-left: 2em;
}
.c-article__content ul {
  list-style: disc;
}
.c-article__content ol {
  list-style-type: decimal;
}
.c-article__content ul,
.c-article__content ol {
  margin: 1em 0;
  padding-left: 2em;
}
.c-article__content ul ul,
.c-article__content ul ol,
.c-article__content ol ul,
.c-article__content ol ol {
  margin: 0.5em 0;
}
.c-article__content .wp-block-image .alignright {
  margin-inline: auto 0;
  float: none;
}
.c-article__content .wp-block-image .alignleft {
  margin-inline: 0 auto;
  float: none;
}
.c-article__content pre,
.c-article__content code,
.c-article__content kbd,
.c-article__content tt {
  padding: 0.2em 0.4em;
  border-radius: 3px;
  background: #dcdcdc;
  font-family: monospace;
}
.c-article__content pre {
  padding: 1em;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.c-article__content pre code {
  padding: 0;
  background: none;
}
.c-article__content strong,
.c-article__content b {
  font-weight: bold;
}
.c-article__content em,
.c-article__content i {
  font-style: italic;
}
.c-article__content del,
.c-article__content strike {
  text-decoration: line-through;
}
.c-article__content sub,
.c-article__content sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.c-article__content sup {
  top: -0.5em;
}
.c-article__content sub {
  bottom: -0.25em;
}
.c-article__content address {
  margin: 1em 0;
  font-style: italic;
}
.c-article__content a {
  text-decoration: underline;
}
.c-article__content input {
  background-color: #ffffff;
}
.c-article__content input[type=submit] {
  padding-inline: 1.5em;
  background-color: #c18d6f;
  color: #ffffff;
}
.c-article.\--news .c-article__header {
  border-color: #ffffff;
}
.c-article.\--news .c-article__date {
  color: #ffffff;
}
.c-article.\--news .c-article__title {
  color: #ffffff;
}
.c-article.\--news .c-article__content {
  color: #ffffff;
}

.c-label {
  padding-inline: 0.3em;
  font-size: 14px;
  line-height: 1.5;
}
.c-label.\--news {
  background-color: #ffffff;
  color: #799e7c;
}

body {
  color: #1a1a1a;
  font-weight: 400;
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.204, 16px);
  line-height: 2.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;
}

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

ul.wp-block-list {
  list-style: none;
}
ul.wp-block-list > li {
  padding-left: 1em;
  text-indent: -1.5em;
}
ul.wp-block-list > li::before {
  margin-right: 0.5em;
  content: "●";
}

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(0, 0, 0, 0.4);
  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;
  }
}

.c-info-list {
  display: table;
}
.c-info-list dt,
.c-info-list dd {
  display: table-cell;
  padding: 0;
  line-height: 2;
}
.c-info-list dt {
  width: 7.5em;
  padding-right: 1em;
  color: #c18d6f;
  font-weight: 400;
}
.c-info-list dd > p {
  margin-bottom: 5px !important;
}

.c-work-calendar {
  border: solid 1px #a77a5f;
  border-collapse: collapse;
}
.c-work-calendar th,
.c-work-calendar td {
  border: solid 1px #a77a5f;
  line-height: 1;
  vertical-align: middle;
}
.c-work-calendar th:first-child,
.c-work-calendar td:first-child {
  background-color: #c18d6f;
}
.c-work-calendar thead th {
  padding-block: 9.6px;
  color: #a77a5f;
  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: #c18d6f;
  font-size: 1.8125rem;
  text-align: center;
}
.c-work-calendar tr[data-selected-days*=sun-c] th:nth-child(2),
.c-work-calendar tr[data-selected-days*=mon-c] th:nth-child(3),
.c-work-calendar tr[data-selected-days*=tue-c] th:nth-child(4),
.c-work-calendar tr[data-selected-days*=wed-c] th:nth-child(5),
.c-work-calendar tr[data-selected-days*=thu-c] th:nth-child(6),
.c-work-calendar tr[data-selected-days*=fri-c] th:nth-child(7),
.c-work-calendar tr[data-selected-days*=sat-c] th:nth-child(8),
.c-work-calendar tr[data-selected-days*=sun-c] td:nth-child(2),
.c-work-calendar tr[data-selected-days*=mon-c] td:nth-child(3),
.c-work-calendar tr[data-selected-days*=tue-c] td:nth-child(4),
.c-work-calendar tr[data-selected-days*=wed-c] td:nth-child(5),
.c-work-calendar tr[data-selected-days*=thu-c] td:nth-child(6),
.c-work-calendar tr[data-selected-days*=fri-c] td:nth-child(7),
.c-work-calendar tr[data-selected-days*=sat-c] td:nth-child(8) {
  background-color: #CCCCCC;
}
@media only screen and (max-width: 767px) {
  .c-work-calendar {
    width: 100%;
    max-width: 345px;
  }
  .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 {
  aspect-ratio: 440/500;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.c-circle-list > li {
  display: flex;
  align-items: flex-start;
  gap: 0.8em;
  font-size: clamp(12px, 0.75rem + (1vw - 3.2px) * 0.204, 14px);
}
.c-circle-list > li::before {
  flex-shrink: 0;
  transform: translateY(0.5em);
  content: "●";
  color: var(--bullet-color);
  font-size: 0.66em;
}

.wp-block-lazyblock-wave-divider-up,
.wp-block-lazyblock-wave-divider-down {
  z-index: 10;
  position: relative;
}

.wp-block-lazyblock-wave-divider-up {
  transform: translateY(1px);
}

.wp-block-lazyblock-wave-divider-down {
  transform: translateY(-1px);
}

.c-button {
  display: inline-block;
  min-width: 294px;
  padding: 0.5em 1em 0.5em 0.5em;
  font-weight: 700;
  font-size: clamp(17px, 1.063rem + (1vw - 3.2px) * 0.102, 18px);
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-button::before {
  margin-right: 0.1em;
  content: ">";
}
.c-button.\--primary {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.c-button.\--primary:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.c-button.\--secondary {
  position: relative;
  background-color: #c28953;
  color: #ffffff;
}
.c-button.\--secondary::after {
  display: inline-block;
  position: absolute;
  top: -3.6111111111em;
  right: -1.7222222222em;
  width: 5.9444444444em;
  height: 7.3333333333em;
  background-image: url(../images/common/illust-bird1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  font-size: clamp(17px, 1.063rem + (1vw - 3.2px) * 0.102, 18px);
}
.c-button.\--secondary:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1300px) {
  .c-button {
    min-width: 230px;
  }
  .c-button.\--secondary::after {
    top: -2.8888888889em;
    right: -1.3888888889em;
    width: 4.7222222222em;
    height: 5.8888888889em;
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    min-width: 202px;
  }
  .c-button.\--secondary::after {
    top: -2.1176470588em;
    right: -0.5294117647em;
    width: 2.4117647059em;
    height: 3em;
  }
}

.c-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(1.25rem, 0.8695rem + 1.4706vw, 20rem);
  line-height: 1.3;
  letter-spacing: 0.2em;
}
.c-section-title::before {
  display: inline-block;
  margin-bottom: calc(15px + var(--lending-trim));
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  font-size: clamp(1.25rem, 0.8695rem + 1.4706vw, 20rem);
}
.c-section-title.\--bird1::before {
  width: 2.675em;
  height: 3.325em;
  margin-bottom: calc(10px + var(--lending-trim));
  transform: translateX(-20%);
  background-image: url(../images/common/illust-bird1.png);
}
.c-section-title.\--bird2::before {
  width: 3.375em;
  height: 2.3em;
  background-image: url(../images/common/illust-bird2.png);
}
.c-section-title.\--bird3::before {
  width: 3.225em;
  height: 2.2em;
  margin-bottom: calc(15px + var(--lending-trim));
  transform: translateX(10%);
  background-image: url(../images/common/illust-bird3.png);
}
.c-section-title.\--bird4::before {
  width: 4.25em;
  height: 2.475em;
  background-image: url(../images/common/illust-bird4.png);
}
.c-section-title.\--bird5::before {
  width: 3.4em;
  height: 2.65em;
  background-image: url(../images/common/illust-bird5.png);
}
.c-section-title.\--bird6::before {
  width: 3.025em;
  height: 3.025em;
  background-image: url(../images/common/illust-bird6.png);
}
.c-section-title.\--bird7::before {
  width: 3.425em;
  height: 2.9em;
  transform: translateX(10%);
  background-image: url(../images/common/illust-bird7.png);
}
.c-section-title.\--bird8::before {
  width: 3.1em;
  height: 2.825em;
  transform: translateX(-5%);
  background-image: url(../images/common/illust-bird8.png);
}

.c-page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 600px;
  background-position: center;
  background-size: cover;
}
.c-page-header__title {
  position: relative;
  min-width: 383px;
  padding-block: 15px;
}
.c-page-header__title::after {
  display: inline-block;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.c-page-header__title-text {
  padding-block: 29px;
  border-block: solid 1px #ffffff;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}
.c-page-header.\--about {
  background-image: url(../images/about/mv.webp);
}
.c-page-header.\--about .c-page-header__title {
  background-color: #c28953;
}
.c-page-header.\--about .c-page-header__title::after {
  top: -67px;
  left: -3px;
  width: 92px;
  height: 114px;
  background-image: url(../images/common/illust-bird9.png);
}
.c-page-header.\--information {
  background-image: url(../images/information/mv.webp);
}
.c-page-header.\--information .c-page-header__title {
  background-color: #5a7e92;
}
.c-page-header.\--information .c-page-header__title::after {
  top: -48px;
  right: -13px;
  width: 103px;
  height: 70px;
  background-image: url(../images/common/illust-bird3.png);
}
.c-page-header.\--news {
  background-image: url(../images/news/mv.webp);
}
.c-page-header.\--news .c-page-header__title {
  background-color: #b1788c;
}
.c-page-header.\--news .c-page-header__title::after {
  top: -45px;
  right: 16px;
  width: 130px;
  height: 63px;
  transform: rotate(-12deg);
  background-image: url(../images/common/illust-bird4.png);
}
@media only screen and (max-width: 767px) {
  .c-page-header {
    aspect-ratio: 1/1;
    height: auto;
  }
  .c-page-header__title {
    min-width: 229px;
    padding-block: 8px;
  }
  .c-page-header__title-text {
    padding-block: 18px;
    font-size: 1.1875rem;
  }
  .c-page-header.\--about {
    background-image: url(../images/about/mv-sp.webp);
  }
  .c-page-header.\--about .c-page-header__title::after {
    top: -40px;
    left: -2px;
    width: 55px;
    height: 68px;
  }
  .c-page-header.\--information {
    background-image: url(../images/information/mv-sp.webp);
  }
  .c-page-header.\--information .c-page-header__title::after {
    top: -29px;
    right: -9px;
    width: 62px;
    height: 42px;
  }
  .c-page-header.\--news {
    background-image: url(../images/news/mv-sp.webp);
  }
  .c-page-header.\--news .c-page-header__title::after {
    top: -27px;
    right: 9px;
    width: 78px;
    height: 38px;
  }
}

@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 */
