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

html {
  -webkit-text-size-adjust: 100%;
}

body,
h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd {
  margin: 0;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: max(14px, 0.8333333333vw);
  overflow-x: hidden;
  background-color: #fff;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
  background-color: #fff;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-site-header {
  width: 100%;
  background-color: #fff;
  padding: 1.25rem 2rem;
  border-bottom: 1px solid #e5e7eb;
}
@media (max-width: 767.98px) {
  .l-site-header {
    padding: 0.875rem 1rem;
  }
}

.l-site-header__logo {
  display: inline-block;
  transition: opacity 0.2s ease;
}
.l-site-header__logo:hover {
  opacity: 0.7;
}

.l-site-header__logo .c-logo__img {
  display: block;
  height: 36px;
  width: auto;
}
@media (max-width: 767.98px) {
  .l-site-header__logo .c-logo__img {
    height: 28px;
  }
}

.l-main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

:root {
  --wp-admin-bar-h: 0px;
}

body.admin-bar {
  --wp-admin-bar-h: 32px;
}

@media (max-width: 782px) {
  body.admin-bar {
    --wp-admin-bar-h: 46px;
  }
}
.l-fv {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--wp-admin-bar-h));
  height: calc(100dvh - var(--wp-admin-bar-h));
  min-height: 30rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .l-fv {
    height: auto;
    min-height: 0;
    overflow: visible;
  }
}

.l-fv__logo {
  position: absolute;
  top: 2.3rem;
  left: 2.375rem;
  width: 28.75rem;
  height: 2.5625rem;
  z-index: 20;
  display: block;
}
@media (max-width: 767.98px) {
  .l-fv__logo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 5px 16px;
    text-align: center;
  }
}

.l-fv__logo .c-logo__img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 0.375rem rgba(255, 255, 255, 0.9)) drop-shadow(0 0.0625rem 0.125rem rgba(0, 0, 0, 0.15));
}
@media (max-width: 767.98px) {
  .l-fv__logo .c-logo__img {
    width: auto;
    height: 36px;
    max-width: 62%;
    display: inline-block;
    filter: none;
  }
}

.l-footer {
  position: relative;
  width: 100%;
  padding: 1.5rem 1rem;
  background-color: #fff;
  border-bottom: 4px solid #a44544;
  text-align: center;
}
@media (max-width: 767.98px) {
  .l-footer {
    padding: 1rem;
    border-bottom-width: 3px;
  }
}

.l-footer__copyright {
  margin: 0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #a44544;
}
@media (max-width: 767.98px) {
  .l-footer__copyright {
    font-size: 11px;
    line-height: 1.5;
  }
}

.c-logo__img {
  object-fit: contain;
}

.c-section-heading {
  text-align: center;
}

.c-section-heading__ja {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.4rem;
  letter-spacing: 0.25rem;
  color: #000;
}
@media (max-width: 767.98px) {
  .c-section-heading__ja {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 4px;
  }
}

.c-section-heading__en {
  display: block;
  margin-top: 0.5rem;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #c7c7c7;
}
@media (max-width: 767.98px) {
  .c-section-heading__en {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.4;
  }
}

.p-hero {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-color: #fff;
}
.p-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .p-hero {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    background-color: transparent;
  }
  .p-hero::after {
    display: none;
  }
}

.p-hero__slides {
  position: absolute;
  inset: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.6s ease-in-out;
  pointer-events: none;
}

.p-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.p-hero__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.p-hero__img--mv01 { /* object-position: center bottom; */ }

.p-hero__img--mv02 { /* object-position: center bottom; */ }

.p-hero__img--mv03 { /* object-position: center bottom; */ }

.p-hero__img--mv04 { /* object-position: center bottom; */ }

.p-hero__img--mv05 {
  object-position: bottom;
}

.p-hero__img--mv06 {
  object-position: center;
}

.p-hero__pagination {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.75rem;
  z-index: 10;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .p-hero__pagination {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .p-hero__pagination {
    bottom: 8px;
    gap: 6px;
  }
}

.p-hero__bullet {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.p-hero__bullet:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.p-hero__bullet.is-active {
  background-color: #c25a55;
  transform: scale(1.15);
}
@media (max-width: 767.98px) {
  .p-hero__bullet {
    width: 7px;
    height: 7px;
  }
}

.p-news {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f7f7f7;
  padding: 1.25rem 0;
}
@media (max-width: 767.98px) {
  .p-news {
    position: relative;
    bottom: auto;
    padding: 14px 16px;
  }
}

.p-news__inner {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding-left: 3.4375rem;
  padding-right: 36rem;
}
@media (max-width: 940px) {
  .p-news__inner {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .p-news__inner {
    align-items: stretch;
    padding: 0;
    gap: 6px;
  }
}

.p-news__label {
  flex-shrink: 0;
  width: 4.5rem;
  color: #a14e46;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.7;
  letter-spacing: 0.125rem;
}
@media (max-width: 767.98px) {
  .p-news__label {
    font-size: 16px;
    line-height: 1.4;
    width: auto;
    letter-spacing: 1px;
  }
}

.p-news__list {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;
}

.p-news__item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
}
.p-news__item + .p-news__item {
  margin-top: 0.25rem;
}
@media (max-width: 940px) {
  .p-news__item {
    flex-wrap: wrap;
    gap: 0;
    line-height: 1.6;
  }
}
@media (max-width: 767.98px) {
  .p-news__item {
    gap: 6px;
    line-height: 1.55;
  }
  .p-news__item + .p-news__item {
    margin-top: 0.5rem;
  }
}

.p-news__date {
  flex-shrink: 0;
  width: 9rem;
  color: #8f8f8f;
  font-weight: 700;
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .p-news__date {
    width: auto;
    font-size: 13px;
  }
}

.p-news__title {
  flex: 1 1 auto;
  min-width: 0;
  color: #474747;
  font-weight: 700;
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .p-news__title {
    font-size: 14px;
  }
}

.p-news-detail__main {
  width: 100%;
  background-color: #fff;
  padding: 4rem 0 6rem;
}
@media (max-width: 767.98px) {
  .p-news-detail__main {
    padding: 2rem 0;
  }
}

.p-news-detail__layout {
  width: 68.75rem;
  max-width: calc(100% - 2rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18rem;
  gap: 3rem;
}
@media (max-width: 940px) {
  .p-news-detail__layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-news-detail {
  min-width: 0;
}

.p-news-detail__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .p-news-detail__head {
    gap: 0.625rem;
    margin-bottom: 1.5rem;
  }
}

.p-news-detail__date {
  flex-shrink: 0;
  text-align: center;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #8f8f8f;
}

.p-news-detail__date-y {
  display: block;
  font-size: 0.8125rem;
  letter-spacing: 0.0625rem;
}
@media (max-width: 767.98px) {
  .p-news-detail__date-y {
    font-size: 11px;
  }
}

.p-news-detail__date-md {
  display: block;
  margin-top: 0.25em;
  font-size: 1.375rem;
  letter-spacing: 0.0625rem;
  color: #333;
}
@media (max-width: 767.98px) {
  .p-news-detail__date-md {
    font-size: 17px;
  }
}

.p-news-detail__title {
  flex: 1 1 auto;
  margin: 0;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 767.98px) {
  .p-news-detail__title {
    font-size: 17px;
  }
}

.p-news-detail__thumb {
  margin: 0 0 2rem;
  text-align: center;
}

.p-news-detail__thumb img {
  max-width: 100%;
  height: auto;
}

.p-news-detail__body {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.9;
  color: #333;
  min-height: 4rem;
}
.p-news-detail__body p {
  margin: 0 0 1.25em;
}
.p-news-detail__body h2 {
  font-size: 1.375rem;
  margin: 2em 0 1em;
  font-weight: 700;
}
.p-news-detail__body h3 {
  font-size: 1.125rem;
  margin: 1.5em 0 0.75em;
  font-weight: 700;
}
.p-news-detail__body a {
  color: #a14e46;
  text-decoration: underline;
}
.p-news-detail__body ul, .p-news-detail__body ol {
  margin: 0 0 1.25em;
  padding-left: 1.5em;
}
.p-news-detail__body img {
  max-width: 100%;
  height: auto;
}
.p-news-detail__body .p-news-detail__line {
  display: block;
}
.p-news-detail__body .p-news-detail__line--bullet {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767.98px) {
  .p-news-detail__body {
    font-size: 14px;
    line-height: 1.8;
  }
}

.p-news-detail__prev {
  display: inline-flex;
  align-items: stretch;
  margin-top: 2.5rem;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.p-news-detail__prev:hover {
  opacity: 0.7;
}

.p-news-detail__prev-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  background-color: #a44544;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .p-news-detail__prev-arrow {
    width: 1.75rem;
    font-size: 16px;
  }
}

.p-news-detail__prev-title {
  padding: 0.625rem 1rem;
  background-color: #f6f7f7;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
}
@media (max-width: 767.98px) {
  .p-news-detail__prev-title {
    font-size: 13px;
    padding: 0.5rem 0.75rem;
  }
}

.p-news-sidebar {
  min-width: 0;
}

.p-news-sidebar__search {
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
}

.p-news-sidebar__search-input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.625rem 0.875rem;
  border: 1px solid #e5e7eb;
  border-right: 0;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.9375rem;
  background: #fff;
}
.p-news-sidebar__search-input:focus {
  outline: none;
}

.p-news-sidebar__search-btn {
  flex-shrink: 0;
  width: 3rem;
  background-color: #a44544;
  color: #fff;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.p-news-sidebar__search-btn:hover {
  opacity: 0.85;
}

.p-news-sidebar__widget {
  margin-bottom: 1.75rem;
}

.p-news-sidebar__title {
  margin: 0 0 1rem;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #a44544;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #000;
  position: relative;
}
@media (max-width: 767.98px) {
  .p-news-sidebar__title {
    font-size: 14px;
  }
}

.p-news-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-news-sidebar__item {
  border-bottom: 1px solid #eee;
}
.p-news-sidebar__item:last-child {
  border-bottom: 0;
}

.p-news-sidebar__link,
.p-news-sidebar__item a {
  display: block;
  padding: 0.75rem 0;
  color: #333;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease;
}
.p-news-sidebar__link:hover,
.p-news-sidebar__item a:hover {
  color: #a14e46;
}
@media (max-width: 767.98px) {
  .p-news-sidebar__link,
  .p-news-sidebar__item a {
    font-size: 13px;
  }
}

.p-news-sidebar__chevron {
  display: inline-block;
  margin-right: 0.5rem;
  color: #a44544;
  font-weight: 700;
}

.p-news-sidebar__list--archive .p-news-sidebar__item {
  padding: 0.875rem 0;
  line-height: 1.5;
}
.p-news-sidebar__list--archive .p-news-sidebar__item a {
  display: inline;
  padding: 0;
  font-size: 0.9375rem;
}
@media (max-width: 767.98px) {
  .p-news-sidebar__list--archive .p-news-sidebar__item {
    padding: 0.75rem 0;
  }
  .p-news-sidebar__list--archive .p-news-sidebar__item a {
    font-size: 13px;
  }
}

.p-news-archive {
  min-width: 0;
}

.p-news-archive__head {
  margin-bottom: 2rem;
}

.p-news-archive__title {
  margin: 0;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #a44544;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}
@media (max-width: 767.98px) {
  .p-news-archive__title {
    font-size: 18px;
  }
}

.p-news-archive__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e5e7eb;
}

.p-news-archive__item {
  border-bottom: 1px solid #e5e7eb;
}

.p-news-archive__link {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  padding: 1rem 0;
  color: #333;
  text-decoration: none;
  transition: background 0.2s ease;
}
.p-news-archive__link:hover {
  background: #fafafa;
}
@media (max-width: 767.98px) {
  .p-news-archive__link {
    flex-direction: column;
    gap: 4px;
    padding: 0.75rem 0;
  }
}

.p-news-archive__date {
  flex-shrink: 0;
  width: 9rem;
  color: #8f8f8f;
  font-weight: 700;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .p-news-archive__date {
    width: auto;
    font-size: 12px;
  }
}

.p-news-archive__title-text {
  font-weight: 700;
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .p-news-archive__title-text {
    font-size: 14px;
  }
}

.p-news-archive__empty {
  text-align: center;
  padding: 3rem 0;
  color: #8f8f8f;
}

.p-hours {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35rem;
  height: 17rem;
  background-color: #fff;
  z-index: 5;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #364153;
}
@media (max-width: 767.98px) {
  .p-hours {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    height: auto;
    padding: 16px;
  }
}

.p-hours__table {
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  width: 31.25rem;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 767.98px) {
  .p-hours__table {
    position: static;
    width: 100%;
  }
}

.p-hours__table col.is-headcol {
  width: 9.75rem;
}

.p-hours__table col.is-day {
  width: 3rem;
}

.p-hours__table col.is-day-last {
  width: 3.5rem;
}

@media (max-width: 767.98px) {
  .p-hours__table col.is-headcol {
    width: 33%;
  }
  .p-hours__table col.is-day {
    width: auto;
  }
  .p-hours__table col.is-day-last {
    width: auto;
  }
}
.p-hours__table thead tr {
  border-bottom: 1px solid #e5e7eb;
}

.p-hours__table thead th {
  height: 3.25rem;
  background-color: #f9fafb;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #364153;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .p-hours__table thead th {
    height: 40px;
    line-height: 1.4;
  }
}

.p-hours__table thead th:first-child {
  text-align: left;
  padding-left: 1rem;
  color: #4a5565;
}
@media (max-width: 767.98px) {
  .p-hours__table thead th:first-child {
    padding-left: 8px;
  }
}

.p-hours__table tbody th {
  height: 3.125rem;
  text-align: left;
  padding: 0.3125rem 0 0 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #364153;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .p-hours__table tbody th {
    height: 40px;
    padding: 0 0 0 8px;
    line-height: 1.4;
  }
}

.p-hours__table tbody td {
  height: 3.125rem;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .p-hours__table tbody td {
    height: 40px;
  }
}

.p-hours__dot {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background-color: #a14e46;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .p-hours__dot {
    width: 11px;
    height: 11px;
  }
}

.p-hours__dash {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #99a1af;
}

.p-hours__note {
  position: absolute;
  top: 11.5rem;
  left: 1.875rem;
  width: 31.25rem;
  margin: 0.625rem 0 0;
  padding: 0 0.6875rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.5px;
  color: #4a5565;
  font-feature-settings: "palt";
  text-align: justify;
}
@media (max-width: 767.98px) {
  .p-hours__note {
    position: static;
    width: 100%;
    margin-top: 12px;
    padding: 0;
    line-height: 1.6;
  }
}

.p-hours__note-line {
  display: block;
  margin: 0;
}

.p-info {
  width: 68.75rem;
  max-width: calc(100% - 2rem);
  margin: 3.5625rem auto 0;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: -0.0094rem;
  color: #4a5565;
}
@media (max-width: 767.98px) {
  .p-info {
    margin-top: 1rem;
    font-size: 13px;
    line-height: 1.7;
  }
}

.p-info__group + .p-info__group {
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .p-info__group + .p-info__group {
    margin-top: 1rem;
  }
}

.p-info__line {
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .p-info__line {
    white-space: normal;
  }
}

.p-info--single {
  width: 26.6875rem;
  margin: 0 auto;
  line-height: 2.375rem;
}

.p-notice {
  width: 68.75rem;
  max-width: calc(100% - 2rem);
  margin: 1.5rem auto 0;
  padding: 6px;
  background-color: #a44544;
  text-align: center;
}
@media (max-width: 767.98px) {
  .p-notice {
    margin-top: 1.5rem;
    padding: 8px;
  }
}

.p-notice__text {
  margin: 0;
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.0313rem;
}
@media (max-width: 767.98px) {
  .p-notice__text {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
  }
}

.p-calendar {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767.98px) {
  .p-calendar {
    padding: 3.5rem 12px;
  }
}

.p-calendar__heading {
  text-align: center;
}

.p-calendar__note {
  margin-top: 1.5rem;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.375rem;
  letter-spacing: -0.0094rem;
  color: #4a5565;
}

.p-calendar__container {
  width: 100%;
  max-width: 56rem;
  margin: 2.0625rem auto 0;
}
@media (max-width: 767.98px) {
  .p-calendar__container {
    margin-top: 1.25rem;
  }
}

.p-calendar__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 2.5rem;
}
.p-calendar__nav:not(:has(.p-calendar__nav-btn)) {
  justify-content: center;
}

.p-calendar__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border: 0;
  padding: 0.5rem;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.p-calendar__nav-btn:hover {
  opacity: 0.6;
}
.p-calendar__nav-btn.is-disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}

.p-calendar__nav-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.p-calendar__title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000;
}

.p-calendar__hours {
  margin: 0.75rem 0 0;
  padding: 0;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

.p-calendar__hours-group {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin: 0 0.625rem;
  vertical-align: middle;
}

.p-calendar__hours-label {
  display: inline-flex;
  align-items: center;
  padding: 2px 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
}

.p-calendar__hours-label--am {
  background-color: #fce7f3;
  color: #a3004c;
}

.p-calendar__hours-label--pm {
  background-color: #dbeafe;
  color: #193cb8;
}

.p-calendar__hours-time {
  font-size: 0.875rem;
  font-weight: 500;
  color: #364153;
}

.p-calendar__pane {
  display: none;
}

.p-calendar__pane.is-active {
  display: block;
}

.p-calendar__table {
  width: 100%;
  margin: 1.5rem auto 0;
  border: 1px solid #e5e7eb;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media (max-width: 767.98px) {
  .p-calendar__table {
    margin-top: 1rem;
  }
}

.p-calendar__head {
  height: 3.0625rem;
  background-color: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.0195rem;
  color: #364153;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 767.98px) {
  .p-calendar__head {
    height: 28px;
    font-size: 11px;
    line-height: 1.2;
  }
}

.p-calendar__head--sun {
  color: #fb2c36;
}

.p-calendar__head--sat {
  color: #2b7fff;
}

@media (max-width: 767.98px) {
  .p-calendar__head--sun,
  .p-calendar__head--sat,
  .p-calendar__cell--sun,
  .p-calendar__cell--sat {
    width: 10%;
  }
}
.p-calendar__cell {
  width: 14.2857142857%;
  height: 6.5rem;
  border: 1px solid #e5e7eb;
  vertical-align: top;
  padding: 0.5rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media (max-width: 767.98px) {
  .p-calendar__cell {
    height: auto;
    min-height: 60px;
    padding: 3px 2px;
  }
}

.p-calendar__cell--sun,
.p-calendar__cell--sat,
.p-calendar__cell--empty {
  background-color: #f9fafb;
}

.p-calendar__cell--holiday {
  background-color: #fdf0f0;
}

.p-calendar__day-num {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  color: #364153;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  .p-calendar__day-num {
    font-size: 11px;
    line-height: 1.2;
  }
}

.p-calendar__day-num--sun {
  color: #fb2c36;
}

.p-calendar__day-num--sat {
  color: #2b7fff;
}

.p-calendar__day-num--holiday {
  color: #fb2c36;
}

.p-calendar__closed {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #99a1af;
}
@media (max-width: 767.98px) {
  .p-calendar__closed {
    margin-top: 2px;
    font-size: 10px;
  }
}

.p-calendar__shift {
  margin-top: 0.375rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .p-calendar__shift {
    margin-top: 2px;
  }
}

.p-calendar__shift-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.p-calendar__shift-row + .p-calendar__shift-row {
  margin-top: 0.25rem;
}
@media (max-width: 767.98px) {
  .p-calendar__shift-row {
    gap: 1px;
  }
  .p-calendar__shift-row + .p-calendar__shift-row {
    margin-top: 2px;
  }
}

.p-calendar__shift-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2px 0.375rem;
  border-radius: 0.25rem;
  font-size: 10px;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .p-calendar__shift-label {
    padding: 1px 2px;
    font-size: 9px;
    line-height: 1.1;
    border-radius: 2px;
  }
}

.p-calendar__shift-label--am {
  background-color: #fce7f3;
  color: #a3004c;
}

.p-calendar__shift-label--pm {
  background-color: #dbeafe;
  color: #193cb8;
  margin-top: 10px;
}

.p-calendar__shift-name {
  margin-left: 0;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 500;
  color: #364153;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .p-calendar__shift-name {
    font-size: 8px;
    line-height: 1.2;
    white-space: normal;
    word-break: break-all;
  }
}

.p-calendar__legend {
  width: 100%;
  margin: 2.1875rem auto 0;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #364153;
}
@media (max-width: 767.98px) {
  .p-calendar__legend {
    font-size: 12px;
  }
}

.p-calendar__legend p {
  margin: 0;
}

.p-calendar__legend p + p {
  margin-top: 0.25rem;
}

.p-director {
  position: relative;
  width: 100%;
  background-color: #fffafa;
  padding: 5.5625rem 0 4.0625rem;
}
@media (max-width: 767.98px) {
  .p-director {
    padding: 3.5rem 16px;
  }
}

.p-director__block {
  position: relative;
  width: 100%;
  text-align: center;
}

.p-director__block + .p-director__block {
  margin-top: 5rem;
}
@media (max-width: 767.98px) {
  .p-director__block + .p-director__block {
    margin-top: 2.5rem;
  }
}

.p-director__body > .p-director__history-wrap {
  width: 24em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 767.98px) {
  .p-director__body > .p-director__history-wrap {
    width: auto;
    max-width: 100%;
  }
}

.p-director__body > .p-director__history-wrap--rehab {
  width: 31em;
}
@media (max-width: 767.98px) {
  .p-director__body > .p-director__history-wrap--rehab {
    width: auto;
  }
}

.p-director__title-ja {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0.25rem;
  color: #000;
}
@media (max-width: 767.98px) {
  .p-director__title-ja {
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 4px;
  }
}

.p-director__body {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  color: #333;
}
.p-director__body p,
.p-director__body a.wp-block-paragraph {
  margin: 0 0 0.75em;
  font-size: 1.125rem;
  line-height: 1.7;
}
.p-director__body p strong,
.p-director__body a.wp-block-paragraph strong {
  display: inline-block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.125rem;
  margin-bottom: 0.5em;
}
.p-director__body ul {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
.p-director__body ul li {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  .p-director__body {
    margin-top: 1rem;
  }
  .p-director__body p,
  .p-director__body a.wp-block-paragraph {
    font-size: 14px;
    line-height: 1.7;
  }
  .p-director__body p strong,
  .p-director__body a.wp-block-paragraph strong {
    font-size: 20px;
  }
  .p-director__body ul li {
    font-size: 14px;
    line-height: 1.7;
  }
}

.p-director__title-en {
  margin-top: 0.5rem;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #c7c7c7;
}
@media (max-width: 767.98px) {
  .p-director__title-en {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.4;
  }
}

.p-director__name {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.125rem;
  color: #333;
}
@media (max-width: 767.98px) {
  .p-director__name {
    margin-top: 1rem;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 2px;
  }
}

.p-director__alma-mater {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.0625rem;
  color: #333;
}
@media (max-width: 767.98px) {
  .p-director__alma-mater {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1px;
  }
}

.p-director__career {
  margin-top: 1rem;
  list-style: none;
  padding: 0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.0625rem;
  color: #333;
}
@media (max-width: 767.98px) {
  .p-director__career {
    margin-top: 0.75rem;
    line-height: 1.7;
    letter-spacing: 1px;
  }
}

.p-director__career li {
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .p-director__career li {
    font-size: 14px;
  }
}

.p-director__history-wrap > .p-director__history,
.p-director__history-wrap > .p-director__certs {
  width: 100%;
}

.under-line {
  position: relative;
  width: 100%;
  padding-bottom: 0.4em;
  font-size: 1.3rem;
  text-align: left;
  font-weight: bold;
  margin: 30px auto -5px;
}
.under-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
@media (max-width: 767.98px) {
  .under-line {
    font-size: 18px;
  }
}

.p-director__history,
.p-director__certs {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 0.8em;
  row-gap: 0.4em;
  margin-top: 1.5rem;
  text-align: left;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.0625rem;
  color: #333;
}
@media (max-width: 767.98px) {
  .p-director__history,
  .p-director__certs {
    margin-top: 1rem;
    column-gap: 0.6em;
    letter-spacing: 0.5px;
  }
}

.p-director__certs {
  margin-top: 1.5rem;
}

.p-director__certs:not(:has(dt:not(:empty))) {
  grid-template-columns: 1fr;
}
.p-director__certs:not(:has(dt:not(:empty))) dt {
  display: none;
}

.p-director__history dt,
.p-director__certs dt {
  white-space: nowrap;
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .p-director__history dt,
  .p-director__certs dt {
    font-size: 14px;
  }
}

.p-director__history dd,
.p-director__certs dd {
  margin: 0;
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .p-director__history dd,
  .p-director__certs dd {
    font-size: 14px;
  }
}

.p-director__en {
  font-size: 0.85em;
}

.p-director__american {
  width: 22%;
}
@media (max-width: 767.98px) {
  .p-director__american {
    width: 60%;
  }
}

.p-director__fortius {
  width: 18%;
}
@media (max-width: 767.98px) {
  .p-director__fortius {
    width: 60%;
  }
}

.p-medical {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-bottom: 8rem;
}
@media (max-width: 767.98px) {
  .p-medical {
    padding: 3.5rem 16px;
  }
}

.p-medical__heading {
  padding-top: 5.75rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .p-medical__heading {
    padding-top: 0;
  }
}

.p-medical__title-ja {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.4rem;
  letter-spacing: 0.25rem;
  color: #000;
}
@media (max-width: 767.98px) {
  .p-medical__title-ja {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 4px;
  }
}

.p-medical__title-en {
  display: block;
  margin-top: 0.5rem;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #c7c7c7;
}
@media (max-width: 767.98px) {
  .p-medical__title-en {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.4;
  }
}

.p-medical__list {
  margin: 2.4375rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 1.5rem;
  width: 100%;
  max-width: 120rem;
  padding: 0 16px;
}
@media (max-width: 767.98px) {
  .p-medical__list {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 30px;
  }
}

.p-medical__item {
  flex: 0 0 auto;
  width: 20rem;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .p-medical__item {
    width: 100%;
  }
}

.p-medical__icon {
  display: block;
  width: 10.1875rem;
  height: 10.1875rem;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .p-medical__icon {
    width: 80px;
    height: 80px;
  }
}

.p-medical__name {
  margin-top: 1rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.125rem;
  color: #000;
}
@media (max-width: 767.98px) {
  .p-medical__name {
    margin-top: 0.5rem;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 2px;
  }
}

.p-medical__name-en {
  margin-top: 0.5rem;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 767.98px) {
  .p-medical__name-en {
    margin-top: 0.25rem;
    font-size: 12px;
    line-height: 1.4;
  }
}

.p-medical__item--orthopedic .p-medical__name-en {
  color: #e8a6a5;
}

.p-medical__item--rehabilitation .p-medical__name-en {
  color: #e7e3a5;
}

.p-medical__item--rheumatism .p-medical__name-en {
  color: #a5cbe6;
}

.p-sponsor {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 6rem 0 5.4375rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .p-sponsor {
    padding: 3.5rem 16px;
  }
}

.p-sponsor__title-ja {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.4rem;
  letter-spacing: 0.25rem;
  color: #000;
}
@media (max-width: 767.98px) {
  .p-sponsor__title-ja {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 4px;
  }
}

.p-sponsor__title-en {
  display: block;
  margin-top: 0.5rem;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #c7c7c7;
}
@media (max-width: 767.98px) {
  .p-sponsor__title-en {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.4;
  }
}

.p-sponsor__text {
  margin-top: 2.0625rem;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #000;
}
@media (max-width: 767.98px) {
  .p-sponsor__text {
    margin-top: 1.25rem;
    font-size: 15px;
    line-height: 1.7;
  }
}

.p-sponsor__link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: opacity 0.2s ease;
  font-size: 19px;
}
@media (max-width: 767.98px) {
  .p-sponsor__link {
    font-size: 15px;
  }
}
.p-sponsor__link:hover {
  opacity: 0.7;
}

.p-sponsor__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 1280px;
  max-width: 100%;
  margin: 2rem auto 0;
}
@media (max-width: 767.98px) {
  .p-sponsor__images {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}

.p-sponsor__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.p-access {
  position: relative;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 767.98px) {
  .p-access {
    padding: 0 16px;
  }
}

.p-access__title-ja {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.4rem;
  letter-spacing: 0.25rem;
  color: #000;
}
@media (max-width: 767.98px) {
  .p-access__title-ja {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 4px;
  }
}

.p-access__title-en {
  display: block;
  margin-top: 0.5rem;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #c7c7c7;
}
@media (max-width: 767.98px) {
  .p-access__title-en {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.4;
  }
}

.p-access__address {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.0625rem;
  color: #333;
}
@media (max-width: 767.98px) {
  .p-access__address {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1px;
  }
}

.p-access__address-line {
  margin: 0;
}

.p-map {
  position: relative;
  width: 100%;
  height: 33.125rem;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .p-map {
    height: auto;
  }
}

.p-map__frame {
  display: block;
  width: 100%;
  height: 31.25rem;
  margin-top: 1.875rem;
  border: 0;
}
@media (max-width: 767.98px) {
  .p-map__frame {
    height: 15.25rem;
    margin-top: 2rem;
  }
}

.p-contact {
  position: relative;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding-top: 6.75rem;
}
@media (max-width: 767.98px) {
  .p-contact {
    padding: 3.5rem 16px 0;
  }
}

.p-contact__logo {
  display: block;
  width: 25.125rem;
  height: 2.255625rem;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .p-contact__logo {
    width: 220px;
    height: auto;
    max-width: 80%;
  }
}

.p-contact__address {
  margin-top: 2.9375rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 1.525rem;
  line-height: 2.03125rem;
  color: #333;
}
@media (max-width: 767.98px) {
  .p-contact__address {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 1.7;
  }
}

.p-contact__address-line {
  margin: 0;
}

.p-contact__tel {
  display: inline-block;
  margin-top: 1rem;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000;
}
@media (max-width: 767.98px) {
  .p-contact__tel {
    margin-top: 1rem;
    font-size: 18px;
    line-height: 1.4;
  }
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.spOnly,
.sp-only {
  display: none !important;
}

.pcOnly,
.pc-only {
  display: revert;
}

@media (max-width: 767.98px) {
  .spOnly,
  .sp-only {
    display: revert !important;
  }
  .pcOnly,
  .pc-only {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
