@charset "UTF-8";
html {
  scrollbar-gutter: stable;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-break: strict;
  overflow-wrap: anywhere;
  color: #666666;
}

body.is-active {
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  body.is-active {
    height: initial;
    overflow: initial;
  }
}

body:has(#top) {
  background-color: #f8f7f2;
}

main {
  margin-top: initial;
  overflow: clip;
}

/* デフォルトの三角アイコン削除 */
summary {
  list-style: none;
  cursor: pointer;
}

/* デフォルトの三角アイコン削除（Safari） */
summary::-webkit-details-marker {
  display: none;
}

.l-header-new {
  position: sticky;
  top: 0;
  left: 0;
  padding-block: 4px 11px;
  z-index: 99;
  overflow-x: clip;
  overflow-y: visible;
}
@media screen and (min-width: 992px) {
  .l-header-new {
    padding-block: 12px 18px;
    overflow-x: initial;
  }
}
@media screen and (min-width: 1440px) {
  .l-header-new {
    padding-block: 16px 22px;
  }
}

body:has(#top) .l-header-new {
  margin-bottom: -46px;
}
@media screen and (min-width: 992px) {
  body:has(#top) .l-header-new {
    margin-bottom: initial;
    position: fixed;
    top: -70px;
    opacity: 0;
    visibility: hidden;
    transition: top 0.3s, opacity 0.3s, visibility 0.3s;
  }
}

@media screen and (min-width: 992px) {
  body:has(#top) .l-header-new.is-show {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}

.l-access-hours {
  padding-block: 70px 80px;
}
@media screen and (min-width: 992px) {
  .l-access-hours {
    padding-block: 107px 120px;
  }
}

.c-ttl2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.17em;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .c-ttl2 {
    font-size: 36px;
  }
}

.c-ttl2::after {
  content: attr(data-en);
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #55a2bc;
  margin-top: 0.25em;
}
@media screen and (min-width: 992px) {
  .c-ttl2::after {
    font-size: 18px;
    letter-spacing: 0.14em;
  }
}

@media screen and (min-width: 992px) {
  .c-ttl2.c-ttl2--row-pc {
    flex-direction: initial;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 1em;
  }
}

.c-ttl-capsule {
  display: inline-flex;
  justify-content: center;
  padding-inline: 1em;
  padding-block: calc(0.1em + 1px);
  color: #fff;
  background-color: #55a2bc;
  border-radius: 100vh;
  min-width: min(100%, 110px);
}

.c-txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.05em;
}

.c-txt.c-txt--font-weight-medium {
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .c-txt.c-txt--letter-spacing-small-pc {
    letter-spacing: 0.03em;
  }
}

.c-txt-name {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .c-txt-name {
    font-size: 24px;
  }
}

.c-txt-name__ruby {
  display: flex;
  align-items: center;
  gap: 1em;
}

.c-txt-name__rt {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #55a2bc;
}
@media screen and (min-width: 992px) {
  .c-txt-name__rt {
    font-size: 18px;
  }
}

.c-txt-line {
  font-weight: 400;
  font-size: 48px;
  line-height: 2.1875;
  letter-spacing: 0.27em;
  white-space: pre;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright; /*英数字も縦表示に*/
  display: inline-block;
}

.c-txt-line__item {
  display: inline;
  background-image: linear-gradient(90deg, #666666, #666666);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 3px 96%; /* '3px'の部分にマーカーの太さを記入 */
  padding-block: 0.2em;
}

.c-txt-line__item.c-txt-line__item--accent {
  color: #55a2bc;
  background-image: linear-gradient(90deg, #55a2bc, #55a2bc);
}

.c-btn-arrow {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  display: inline-block;
  min-width: min(100%, 296px);
  background-color: #55a2bc;
  border-radius: 100vh;
  padding-block: calc(0.5em - 1px);
  padding-inline: 37px;
  border: 3px solid transparent;
  position: relative;
}

.c-btn-arrow::before {
  content: "";
  width: 15px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/icon_arrow_right.svg);
}

.c-btn-arrow.c-btn-arrow--reverse {
  color: #55a2bc;
  background-color: #fff;
  border-color: #55a2bc;
}

.c-btn-arrow.c-btn-arrow--reverse::before {
  filter: brightness(0) saturate(100%) invert(51%) sepia(76%) saturate(274%) hue-rotate(149deg) brightness(100%) contrast(89%);
}

.c-btn-arrow.c-btn-arrow--down::before {
  transform: translateY(-50%) rotate(90deg);
}

.c-btn2 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  display: inline-block;
  min-width: min(100%, 345px);
  width: 100%;
  background-color: #55a2bc;
  border-radius: 100vh;
  padding-block: 0.5em;
  padding-inline: 0.75em;
  border: 3px solid transparent;
  min-height: 64px;
}
@media screen and (min-width: 992px) {
  .c-btn2 {
    min-width: 132px;
    padding-block: calc(0.25em + 1px);
    padding-inline: 0.5em;
    min-height: initial;
  }
}

.c-btn2[href^=tel] {
  font-size: 24px;
  padding-block: 0.25em;
}
@media screen and (min-width: 992px) {
  .c-btn2[href^=tel] {
    padding-block: 0.1em;
  }
}

.c-btn2__sub {
  font-size: 22px;
}

@media screen and (min-width: 992px) {
  .c-btn2.c-btn2--sm-pc {
    font-size: 16px;
    letter-spacing: 0.11em;
    min-width: initial;
    padding-block: calc(0.5em + 2px);
    padding-inline: 1.25em;
  }
}

@media screen and (min-width: 992px) {
  .c-btn2.c-btn2--reserve-pc {
    color: #55a2bc;
    background-color: #fff;
    border-color: #55a2bc;
  }
}

.c-btn3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.17em;
  color: #55a2bc;
  background-color: #fff;
  border-radius: 18px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding-block: 40px 35px;
  padding-inline: 0.5em;
  min-width: min(100%, 280px);
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-btn3 {
    min-width: 320px;
  }
}
@media screen and (min-width: 1440px) {
  .c-btn3 {
    font-size: 36px;
    border-radius: 30px;
    min-width: 480px;
    padding-block: 37px 49px;
  }
}

.c-btn3[href^=tel] {
  font-size: 34px;
  letter-spacing: 0.05em;
  padding-block: 30px 24px;
}
@media screen and (min-width: 1440px) {
  .c-btn3[href^=tel] {
    font-size: 45px;
    padding-block: 28px 30px;
  }
}

.c-btn3::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../img/common/icon_desktop.svg) no-repeat center/contain;
  margin-bottom: 18px;
}
@media screen and (min-width: 1440px) {
  .c-btn3::before {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
  }
}

.c-btn3[href^=tel]::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url(../img/common/icon_tel.svg) no-repeat center/contain;
}
@media screen and (min-width: 1440px) {
  .c-btn3[href^=tel]::before {
    width: 40px;
    height: 40px;
  }
}

.c-btn3[href^=tel] .c-btn3__txt {
  font-family: "Jost", sans-serif;
}

.c-btn3__note {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1440px) {
  .c-btn3__note {
    font-size: 14px;
    line-height: 1.5;
  }
}

.c-btn-sns {
  display: inline-block;
  background-color: #55a2bc;
  border-radius: 50%;
  overflow: hidden;
}

.c-btn-sns__item {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.p-list {
  list-style-type: "";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-list {
    text-align: initial;
    columns: 2;
    column-gap: 2em;
  }
}

.p-list__item:not(:first-child) {
  margin-top: 1em;
}

.p-list__item:has(.p-list__sub) + .p-list__item {
  margin-top: 2em;
}

.p-list__link {
  color: inherit;
  display: inline-block;
  width: 100%;
}

.p-list__sub {
  list-style-type: "";
  font-size: 14px;
  text-align: initial;
  width: fit-content;
  margin-inline: auto;
  margin-top: 0.5em;
}
@media screen and (min-width: 992px) {
  .p-list__sub {
    margin-inline: initial;
  }
}

.p-list__sub-item:not(:first-child) {
  margin-top: 0.25em;
}

.p-list__sub-link {
  color: inherit;
  display: inline-block;
}

.p-list__sub-link::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1px;
  background-color: #666666;
  margin-bottom: calc(0.5em - 2px);
  margin-right: 1em;
}
@media screen and (min-width: 992px) {
  .p-list__sub-link::before {
    width: 5px;
  }
}

.p-list2 {
  list-style-type: "";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8125;
  letter-spacing: 0.05em;
  text-indent: calc(-1em - 4px);
  padding-left: calc(1em + 4px);
}
@media screen and (min-width: 992px) {
  .p-list2 {
    text-indent: calc(-1em - 8px);
    padding-left: calc(1em + 8px);
  }
}

.p-list2__item::before {
  content: "●";
  font-weight: 400;
  font-size: 14px;
  color: #55a2bc;
  margin-right: 4px;
}
@media screen and (min-width: 992px) {
  .p-list2__item::before {
    margin-right: 8px;
  }
}

.p-list-info__item:not(:first-child) {
  margin-top: 22px;
  border-top: 2px solid #55a2bc;
  padding-top: 22px;
}

.p-list-info__ttl {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.p-list-info__ttl.p-list-info__ttl--padding-inline {
  padding-inline: 9px;
}

.p-list-info__txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.9285714286;
  letter-spacing: 0.05em;
  padding-inline: 9px;
  margin-top: 7px;
}
@media screen and (min-width: 992px) {
  .p-list-info__txt {
    margin-top: 8px;
  }
}

.p-list-info__txt:has(wbr) {
  word-break: keep-all;
}

.p-list-info__txt.p-list-info__txt--width-sm-sp {
  width: 85.5072463768%;
}
@media screen and (min-width: 576px) {
  .p-list-info__txt.p-list-info__txt--width-sm-sp {
    width: initial;
  }
}

.p-list-info__txt.p-list-info__txt-margin-top-sm {
  margin-top: 4px;
}

.p-table {
  table-layout: fixed;
}

.p-table thead th:first-child {
  border-radius: 8px 0 0 0; /* 左上の角だけ8px */
}
@media screen and (min-width: 992px) {
  .p-table thead th:first-child {
    border-radius: 20px 0 0 0;
  }
}

.p-table thead th:last-child {
  border-radius: 0 8px 0 0; /* 右上の角だけ8px */
}
@media screen and (min-width: 992px) {
  .p-table thead th:last-child {
    border-radius: 0 20px 0 0;
  }
}

.p-table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0; /* 右下の角だけ8px */
}
@media screen and (min-width: 992px) {
  .p-table tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
  }
}

.p-table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 8px; /* 左下の角だけ8px */
}
@media screen and (min-width: 992px) {
  .p-table tbody tr:last-child th:first-child {
    border-radius: 0 0 0 20px;
  }
}

.p-table thead th {
  background-color: #55a2bc;
  color: #fff;
  padding-inline: 6px;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8571428571;
  width: 11.1666666667%;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .p-table thead th {
    font-size: 20px;
    letter-spacing: 0.05em;
    padding-block: 10px;
    padding-inline: 6px;
    width: 12.5%;
    height: 50px;
    line-height: 1.5;
  }
}
.p-table thead th:nth-child(1) {
  width: 24.262295082%;
}
@media screen and (min-width: 992px) {
  .p-table thead th:nth-child(1) {
    width: 25%;
  }
}

.p-table thead th:last-child {
  padding-right: 12px;
}
@media screen and (min-width: 992px) {
  .p-table thead th:last-child {
    padding-right: 6px;
  }
}

.p-table thead th:not(:first-child) {
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .p-table thead th:not(:first-child) {
    font-size: 20px;
  }
}

.p-table tbody tr {
  position: relative;
  z-index: 0;
}

.p-table tbody tr:not(:last-child) th::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent 12px, #bdccd4 12px, #bdccd4 calc(100% - 12px), transparent calc(100% - 12px));
}
@media screen and (min-width: 992px) {
  .p-table tbody tr:not(:last-child) th::before {
    background-color: #bdccd4;
  }
}

.p-table tbody th {
  text-align: initial;
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: 0.05em;
  text-align: center;
  padding-left: 12px;
  background-color: #f8f7f2;
  height: 30px;
  vertical-align: middle;
  font-weight: 400;
  width: 24.262295082%;
}
@media screen and (min-width: 992px) {
  .p-table tbody th {
    font-size: 20px;
    letter-spacing: 0.05em;
    height: 60px;
    padding-inline: 6px;
    width: 25%;
  }
}

.p-table tbody th:has(wbr) {
  word-break: keep-all;
}

.p-table thead .p-table__holiday {
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  width: 14.4262295082%;
  padding-left: 4px;
}
@media screen and (min-width: 992px) {
  .p-table thead .p-table__holiday {
    font-size: 20px;
    white-space: initial;
    width: 12.5%;
    padding-left: 6px;
  }
}

.p-table tbody td {
  background-color: #f8f7f2;
  border: initial;
  padding-inline: 6px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  font-size: 12px;
  color: #55a2bc;
}
@media screen and (min-width: 992px) {
  .p-table tbody td {
    font-size: 16px;
    letter-spacing: 0.1em;
    height: 60px;
  }
}

.p-table tbody td:last-child {
  padding-right: 6px;
}

.p-table tbody td img {
  width: 14px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-table tbody td img {
    width: 20px;
  }
}

.p-table tbody .p-table__closed {
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  color: #666666;
}

.p-table.p-table--base-color-light-blue tbody th,
.p-table.p-table--base-color-light-blue tbody td {
  background-color: #f8f7f2;
}

.p-table.p-table--sm thead th:first-child,
.p-table.p-table--sm thead th:last-child,
.p-table.p-table--sm tbody tr:last-child td:last-child,
.p-table.p-table--sm tbody tr:last-child th:first-child {
  border-radius: initial;
}

.p-table.p-table--sm tbody tr:first-child th::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #e3e3e3;
}

.p-table.p-table--sm tbody tr:not(:last-child) th::before {
  background-color: #e3e3e3;
}
@media screen and (min-width: 992px) {
  .p-table.p-table--sm tbody tr:not(:last-child) th::before {
    height: 0.5px;
  }
}

.p-table.p-table--sm thead th {
  background-color: #f8f7f2;
  color: #666666;
  height: 37px;
}
@media screen and (min-width: 992px) {
  .p-table.p-table--sm thead th {
    height: 46px;
    padding-block: 4px;
    width: initial;
  }
}

.p-table.p-table--sm thead th:first-child {
  text-align: initial;
  padding-left: initial;
}
@media screen and (min-width: 992px) {
  .p-table.p-table--sm thead th:first-child {
    width: 184px;
  }
}

.p-table.p-table--sm thead th:last-child {
  padding-right: 6px;
}
@media screen and (min-width: 992px) {
  .p-table.p-table--sm thead th:last-child {
    padding-right: initial;
  }
}

@media screen and (min-width: 992px) {
  .p-table.p-table--sm thead th,
  .p-table.p-table--sm tbody th {
    font-size: 16px;
  }
}

.p-table.p-table--sm tbody th {
  padding-left: initial;
  height: 37px;
}
@media screen and (min-width: 992px) {
  .p-table.p-table--sm tbody th {
    width: initial;
    height: 60px;
  }
}

@media screen and (min-width: 992px) {
  .p-table.p-table--sm tbody th:first-child {
    width: 156px;
  }
}

@media screen and (min-width: 992px) {
  .p-table.p-table--sm tbody td:last-child {
    padding-right: initial;
  }
}

@media screen and (min-width: 992px) {
  .p-table.p-table--sm tbody th span {
    font-size: 14px;
  }
}

.p-table.p-table--border thead th {
  height: 50px;
}

.p-table.p-table--border thead th:not(:first-child) {
  border-left: 1px solid #bdccd4;
}

.p-table.p-table--border thead th:not(:first-child):not(.p-table__holiday) {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 992px) {
  .p-table.p-table--border thead th:not(:first-child):not(.p-table__holiday) {
    font-size: 18px;
  }
}

.p-table.p-table--border tbody th {
  height: 50px;
  font-size: 14px;
  padding-inline: 6px;
}
@media screen and (min-width: 992px) {
  .p-table.p-table--border tbody th {
    font-size: 17px;
  }
}

.p-table.p-table--border tbody td {
  border-left: 1px solid #bdccd4;
  height: 50px;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .p-table.p-table--border tbody td {
    font-size: 18px;
  }
}

.p-table.p-table--border tbody tr:not(:last-child) th::before {
  background-color: #bdccd4;
}

@media screen and (min-width: 992px) {
  .p-table.p-table--border thead th {
    font-size: 17px;
  }
}

.p-table.p-table--border thead th:first-child {
  border-radius: 10px 0 0 0; /* 左上の角だけ10px */
}

.p-table.p-table--border thead th:last-child {
  border-radius: 0 10px 0 0; /* 右上の角だけ10px */
  padding-right: 6px;
}

.p-table.p-table--border tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0; /* 右下の角だけ10px */
}

.p-table.p-table--border tbody tr:last-child th:first-child {
  border-radius: 0 0 0 10px; /* 左下の角だけ10px */
}

.p-table.p-table--border tbody .p-table__closed {
  font-size: 14px;
  color: #55a2bc;
}
@media screen and (min-width: 992px) {
  .p-table.p-table--border tbody .p-table__closed {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .p-table.p-table--border thead .p-table__holiday {
    font-size: 18px;
  }
}

.p-table-container {
  background-color: initial;
  overflow-x: auto;
  overflow-y: hidden;
}

.p-table-container__table {
  width: 100%;
}

/* Safari のみ */
_::-webkit-full-page-media,
_:future,
:root .p-table-container__table {
  transform: translateZ(0);
}

.p-table-container__notice-container.p-table-container__notice-container--center {
  text-align: center;
}

.p-table-container__notice-container.p-table-container__notice-container--center-sp {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-table-container__notice-container.p-table-container__notice-container--center-sp {
    text-align: initial;
  }
}

.p-table-container__notice {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 992px) {
  .p-table-container__notice {
    font-size: 14px;
  }
}

.p-table-container__notice-container.p-table-container__notice-container--center .p-table-container__notice {
  display: inline-block;
}

.p-table-container__notice-container.p-table-container__notice-container--center-sp .p-table-container__notice {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .p-table-container__notice-container.p-table-container__notice-container--center-sp .p-table-container__notice {
    display: revert;
  }
}

.p-table-container__notice-note {
  font: inherit;
}

.p-table-container__notice-container {
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .p-table-container__notice-container {
    margin-top: 14px;
  }
}

@media screen and (min-width: 992px) {
  .p-menu {
    display: flex;
    flex-direction: initial;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 12px;
  }
}

@media screen and (min-width: 992px) {
  .p-menu__list {
    display: contents;
    position: relative;
    z-index: 0;
  }
}

.p-menu__item {
  display: flex;
  position: relative;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 8px 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
  border-bottom: 1px solid #bdccd4;
}
@media screen and (min-width: 992px) {
  .p-menu__item {
    min-height: inherit;
    position: initial;
    border: initial;
    align-items: center;
    background: initial;
    border-bottom: initial;
  }
}

.p-menu__item:has(.p-menu__list-sub) {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-menu__item:has(.p-menu__list-sub) {
    position: relative;
    z-index: 0;
  }
}

.p-menu__link {
  padding-block: 0.75em;
  margin-block: 3px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.17em;
  text-align: center;
  color: #666666;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-menu__link {
    margin-block: initial;
    min-height: inherit;
    font-size: 16px;
    letter-spacing: 0.11em;
    color: #fff;
    background-color: #55a2bc;
    min-width: initial;
    padding-block: calc(0.5em + 2px);
    padding-inline: 1.25em;
    border-radius: 100vh;
    border: 3px solid transparent;
    width: initial;
    transition: 0.3s ease-in-out;
    z-index: 1;
  }
}

.p-menu__item:has(.p-menu__list-sub) .p-menu__link {
  border-bottom: 1px solid #bdccd4;
}
@media screen and (min-width: 992px) {
  .p-menu__item:has(.p-menu__list-sub) .p-menu__link {
    border-bottom: initial;
    display: flex;
    height: 100%;
    padding-right: calc(2.5em + 14px);
    position: relative;
  }
}

/* タブレット時 */
@media screen and (any-hover: none) and (pointer: coarse) and (min-width: 992px) {
  .p-menu__item:has(.p-menu__list-sub) .p-menu__link {
    padding-inline: 1.25em;
  }
}
.p-menu__item:has(.p-menu__list-sub) .p-menu__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25em;
  transform: translateY(-50%) rotate(0deg);
  width: 14px;
  height: 9px;
  background: url(../img/common/icon_arrow-down.svg) no-repeat center/contain;
  transition: transform 0.3s ease-in-out;
}

@media screen and (min-width: 992px) {
  .p-menu__item:hover .p-menu__link::before,
  .p-menu__item:focus-within .p-menu__link::before {
    transform: translateY(-50%) rotate(180deg);
  }
}

/* タブレット時 */
@media screen and (any-hover: none) and (pointer: coarse) and (min-width: 992px) {
  .p-menu__item:has(.p-menu__list-sub) .p-menu__link::before {
    content: initial;
  }
}
.p-menu__list-sub {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.1em 1.25em;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.2142857143;
  letter-spacing: 0.05em;
  padding-inline: 1.5em;
  padding-block: 10px 18px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .p-menu__list-sub {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #55a2bc;
    border-radius: 20px;
    padding-top: 42px;
    padding-inline: 1em;
    width: 100%;
    clip-path: inset(0 0 100% 0);
    overflow: hidden;
    transition: clip-path 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  }
}

@media screen and (min-width: 992px) {
  .p-menu.p-menu--sub-top .p-menu__list-sub {
    clip-path: inset(100% 0 0 0);
    top: initial;
    bottom: 14px;
    padding-top: 18px;
    padding-bottom: 42px;
  }
}

@media screen and (any-hover: hover) and (pointer: fine) and (min-width: 992px) {
  .p-menu__item:hover .p-menu__list-sub {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    clip-path: inset(0 0 0 0);
    transition: clip-path 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s linear 0s;
  }
}
/* タブレット時 */
@media screen and (any-hover: none) and (pointer: coarse) and (min-width: 992px) {
  .p-menu__item:target .p-menu__list-sub {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .p-menu__item:focus-within .p-menu__list-sub {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    clip-path: inset(0 0 0 0);
    transition: clip-path 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s linear 0s;
  }
}

.p-menu__item-sub {
  position: relative;
}

.p-menu__item-sub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 1px;
  background-color: #666666;
}
@media screen and (min-width: 992px) {
  .p-menu__item-sub::before {
    background-color: #fff;
  }
}

.p-menu__link-sub {
  color: #666666;
  padding-left: 1.25em;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .p-menu__link-sub {
    color: #fff;
  }
}

.p-menu__btn-container {
  margin-top: 28px;
}
@media screen and (min-width: 992px) {
  .p-menu__btn-container {
    margin-top: initial;
    display: contents;
  }
}

.p-menu__btn-item:not(:first-child) {
  margin-top: 17px;
}
@media screen and (min-width: 992px) {
  .p-menu__btn-item:not(:first-child) {
    margin-top: initial;
  }
}

@media screen and (min-width: 992px) {
  .p-menu__btn-item.p-menu__btn-item--none-pc {
    display: none;
  }
}

.p-header-nav {
  overflow: auto;
}
@media screen and (min-width: 992px) {
  .p-header-nav {
    overflow: initial;
    padding: 0;
  }
}

.p-header-nav__wrapper {
  padding-block: 18px 50px;
  padding-inline: 15px;
  margin-bottom: 80px;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .p-header-nav__wrapper {
    min-height: inherit;
    padding-block: inherit;
    margin-bottom: inherit;
    background-image: initial;
    background-color: initial;
    border: initial;
    margin-inline: initial;
    max-width: initial;
    padding-inline: initial;
  }
}

.p-header {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "txt txt" "logo hamburger";
  gap: 8px 10px;
  padding-inline: 21px 10px;
  background-color: transparent;
  transition: background-color 0.3s;
}
@media screen and (min-width: 992px) {
  .p-header {
    display: revert;
    gap: initial;
    padding-inline: initial;
    background-color: #f8f7f2;
    min-height: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .p-header {
    min-height: 131px;
  }
}

body:has(#top) .p-header {
  min-height: 75px;
}
@media screen and (min-width: 576px) {
  body:has(#top) .p-header {
    min-height: 95px;
  }
}
@media screen and (min-width: 992px) {
  body:has(#top) .p-header {
    min-height: initial;
  }
}
@media screen and (min-width: 1440px) {
  body:has(#top) .p-header {
    min-height: 131px;
  }
}

body:not(:has(#top)) .p-header {
  background-color: #f8f7f2;
}

body.is-active .p-header {
  background-color: #f8f7f2;
  overflow-x: clip;
  overflow-y: visible;
}
@media screen and (min-width: 992px) {
  body.is-active .p-header {
    overflow-x: initial;
  }
}

body:not(.home) .p-header {
  background-color: #fff;
}

.p-header__inner {
  display: contents;
  min-height: inherit;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .p-header__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "txt txt" "logo body";
    align-items: center;
    gap: 0 15px;
    padding-inline: 1.8880208333%;
    min-height: initial;
    position: initial;
  }
}

body:has(#top) .p-header__inner::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 113.0666666667%;
  min-height: 149px;
  background-color: #f8f7f2;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (min-width: 576px) {
  body:has(#top) .p-header__inner::before {
    min-height: 170px;
  }
}
@media screen and (min-width: 992px) {
  body:has(#top) .p-header__inner::before {
    content: initial;
  }
}

.p-header__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #f8f7f2;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .p-header__inner::after {
    content: initial;
  }
}

.p-header__logo-link {
  grid-area: logo;
  max-width: 247px;
  min-height: inherit;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-header__logo-link {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    min-height: initial;
    flex-shrink: 0;
    max-width: 300px;
    min-width: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__logo-link {
    max-width: 383px;
  }
}

.p-header__logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: inherit;
  width: inherit;
  padding-block: 2px 6px;
}
@media screen and (min-width: 992px) {
  .p-header__logo-container {
    width: 100%;
  }
}

.p-header__logo-txt {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  word-break: auto-phrase;
  color: #908d82;
}
@media screen and (min-width: 992px) {
  .p-header__logo-txt {
    display: none;
  }
}

.p-header__logo {
  width: 100%;
}

.p-header__logo img {
  height: auto;
  width: 100%;
  object-fit: contain;
}

.p-header__body {
  display: contents;
}
@media screen and (min-width: 992px) {
  .p-header__body {
    grid-area: body;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
  }
}

.p-header__sub {
  grid-area: hamburger;
  display: contents;
}
@media screen and (min-width: 992px) {
  .p-header__sub {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px 20px;
  }
}

.p-header__txt {
  grid-area: txt;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-inline: calc(50% - 50vw - 10px) calc(50% - 50vw);
  padding-inline: calc(50vw - 50% - 8px);
}
@media screen and (min-width: 992px) {
  .p-header__txt {
    font-size: 16px;
    letter-spacing: 0.2em;
    margin-inline: initial;
    padding-inline: initial;
  }
}

.p-header__txt:has(wbr) {
  word-break: keep-all;
}

.p-header__txt-accent {
  color: #55a2bc;
}

.p-header__txt-sub::before {
  content: " | ";
}

.p-header__hamburger-btn {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  min-height: inherit;
  z-index: 11;
  background-color: #55a2bc;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .p-header__hamburger-btn {
    display: none;
  }
}

.p-header__hamburger-line {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: relative;
  transition: transform 0.3s, opacity 0.3s;
}

.p-header__hamburger-line::before,
.p-header__hamburger-line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  transition: inherit;
}

.p-header__hamburger-line::before {
  top: -10px;
}

.p-header__hamburger-line::after {
  top: 10px;
}

.p-header__hamburger-btn[aria-expanded=true] {
  padding-top: 1px;
}

.p-header__hamburger-btn[aria-expanded=true] .p-header__hamburger-line {
  background-color: transparent;
}

.p-header__hamburger-btn[aria-expanded=true] .p-header__hamburger-line::before,
.p-header__hamburger-btn[aria-expanded=true] .p-header__hamburger-line::after {
  top: 0;
  background-color: #fff;
}

.p-header__hamburger-btn[aria-expanded=true] .p-header__hamburger-line::before {
  transform: rotate(35deg);
}

.p-header__hamburger-btn[aria-expanded=true] .p-header__hamburger-line::after {
  transform: rotate(-35deg);
}

.p-header__hamburger-btn[aria-expanded=true] .p-header__hamburger-txt {
  display: none;
}

.p-header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: calc(100dvh - 78px);
  width: 100%;
  z-index: 10;
  margin-top: 90px;
}
@media screen and (min-width: 992px) {
  .p-header__nav {
    display: block;
    height: initial;
    position: initial;
    width: initial;
    margin-top: 6px;
    z-index: initial;
    min-height: inherit;
  }
}

@media screen and (min-width: 992px) {
  .p-header__nav.is-active {
    display: block !important;
  }
}

.p-access-hours {
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .p-access-hours__inner {
    max-width: 1303px;
  }
}

.p-access-hours__hours {
  margin-top: 30px;
  overflow-x: auto;
  overflow-y: visible;
}
@media screen and (min-width: 992px) {
  .p-access-hours__hours {
    margin-top: 77px;
    max-width: 1000px;
    margin-inline: auto;
    overflow-x: initial;
  }
}

.p-table-container__table {
  margin-top: 33px;
}
@media screen and (min-width: 992px) {
  .p-table-container__table {
    margin-top: initial;
  }
}

.p-access-hours__hours .p-table-container__table {
  min-width: 325px;
}
@media screen and (min-width: 992px) {
  .p-access-hours__hours .p-table-container__table {
    min-width: initial;
  }
}

.p-access-hours__access {
  display: grid;
  gap: 30px;
  margin-top: 33px;
}
@media screen and (min-width: 992px) {
  .p-access-hours__access {
    grid-template-columns: minmax(auto, 534fr) minmax(440px, 734fr);
    gap: 34px;
    margin-top: 77px;
  }
}

.p-access-hours__info-logo {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-access-hours__info-logo {
    display: revert;
    max-width: 490px;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .p-access-hours__info-list {
    margin-top: 50px;
  }
}

.p-access-hours__info-logo-item {
  width: 100%;
  height: auto;
}

.p-access-hours__map {
  order: -1;
  border-radius: 33px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-access-hours__map {
    order: initial;
    align-self: start;
    margin-top: 5px;
  }
}

.p-access-hours__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 345/244;
  vertical-align: middle;
}

.p-footer {
  background-color: #f8f7f2;
}

.p-footer__inner {
  max-width: 600px;
  margin-inline: auto;
  padding-block: 82px 72px;
}
@media screen and (min-width: 992px) {
  .p-footer__inner {
    max-width: 1302px;
    padding-block: 55px 45px;
  }
}

@media screen and (min-width: 992px) {
  .p-footer__body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media screen and (min-width: 992px) {
  .p-footer__sub {
    display: flex;
    flex-direction: column;
  }
}

.p-footer__logo {
  max-width: 303px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .p-footer__logo {
    max-width: 444px;
  }
}

.p-footer__logo-link {
  display: inline-block;
  width: 100%;
}

.p-footer__logo-img {
  width: 100%;
  height: auto;
}

.p-footer__txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.9285714286;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 32px;
  max-width: 280px;
  margin-inline: auto;
}
@media screen and (min-width: 576px) {
  .p-footer__txt {
    max-width: initial;
  }
}
@media screen and (min-width: 992px) {
  .p-footer__txt {
    order: 1;
    text-align: initial;
    margin-top: 14px;
    margin-inline: initial;
  }
}

.p-footer__txt:has(wbr) {
  word-break: keep-all;
}

.p-footer__btn-container {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
@media screen and (min-width: 992px) {
  .p-footer__btn-container {
    margin-top: 19px;
    flex-direction: initial;
    justify-content: initial;
    gap: 10px;
  }
}

.p-footer__btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .p-footer__btn {
    width: initial;
  }
}

@media screen and (min-width: 992px) {
  .p-footer__btn:not(:first-child):has(.c-btn-sns) {
    margin-left: 8px;
  }
}

.p-footer__btn:has(.c-btn-sns) {
  max-width: 56px;
}

.p-footer__nav {
  margin-top: 36px;
}
@media screen and (min-width: 992px) {
  .p-footer__nav {
    margin-top: initial;
  }
}

.p-footer__copyright {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: initial;
  text-align: center;
  color: #fff;
  background-color: #55a2bc;
  padding-inline: 1em;
  padding-block: calc(0.25em + 1px);
}

.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.u-color-main {
  color: #55a2bc;
}/*# sourceMappingURL=common.css.map */