@charset "UTF-8";
/* リキッドレイアウト対応 */
.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

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

html {
  font-size: 16px;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

body.is-fixed {
  height: 100%;
  overflow: hidden !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
  counter-reset: number 0; /* number のカウンタを 0 にセット */
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

button {
  padding: 0;
  color: inherit;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.c-breadcrumb {
  padding: 0;
}

.c-breadcrumb__lists {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.c-breadcrumb__item {
  display: flex;
  align-items: center;
}

@media (any-hover: hover) {
  .c-breadcrumb__item a:hover {
    text-decoration: underline;
  }
}

.c-breadcrumb__item span {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #4C3729;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item span {
    font-size: 0.75rem;
  }
}

.c-breadcrumb__item:not(:first-child)::before {
  content: "/";
  display: inline;
  width: auto;
  height: auto;
  margin-inline: 0.375rem;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #4C3729;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item:not(:first-child)::before {
    font-size: 0.75rem;
  }
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  max-width: 15.625rem;
  min-height: 3.125rem;
  padding: 0.625rem 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #907258;
  background-color: #fff;
  border: 0.125rem solid #907258;
  border-radius: 1.5625rem;
  text-align: center;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.c-button--small {
  max-width: 15.625rem;
  min-height: 2.5rem;
  font-size: 0.875rem;
  line-height: 2.1428571429;
}

.c-button--anchor {
  border-width: 0.0625rem;
  padding: 0.625rem 2.625rem 0.625rem 1.5625rem;
}

.c-button__arrow {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 1rem;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.c-button__arrow--down {
  right: 1rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

@media (any-hover: hover) {
  .c-button:hover {
    background-color: #907258;
    color: #fff;
  }
  .c-button:hover .c-button__arrow {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
/* ハンバーガーボタン
------------------------------------------------ */
.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 50;
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    padding: 0;
    background-color: #907258;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
}

.c-hamburger span:not(.c-hamburger__text) {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 1.75rem;
  height: 0.125rem;
  margin: auto;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}

.c-hamburger span:not(.c-hamburger__text):nth-of-type(1) {
  top: 0.875rem;
}

.c-hamburger span:not(.c-hamburger__text):nth-of-type(2) {
  top: 1.375rem;
}

.c-hamburger span:not(.c-hamburger__text):nth-of-type(3) {
  top: 1.875rem;
}

.c-hamburger__text {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  left: 0;
  margin: auto;
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}

/* メニュー展開時 */
.c-hamburger.open span:not(.c-hamburger__text):nth-of-type(1) {
  top: 1.375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger.open span:not(.c-hamburger__text):nth-of-type(2) {
  background-color: transparent;
}

.c-hamburger.open span:not(.c-hamburger__text):nth-of-type(3) {
  top: 1.375rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-medical-sidebar {
  width: 14.6875rem;
  overflow: hidden;
  background-color: #F8F6F2;
  border-radius: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
@media screen and (max-width: 1023px) {
  .c-medical-sidebar {
    width: 50%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-medical-sidebar {
    width: 100%;
  }
}

.c-medical-sidebar__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.125rem;
  margin: 0;
  background-color: #907258;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
}

.c-medical-sidebar__nav {
  padding: 0.9375rem 0.625rem 1.25rem;
}
@media screen and (max-width: 1023px) {
  .c-medical-sidebar__nav {
    padding: 0.9375rem;
  }
}

.c-medical-sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .c-medical-sidebar__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-medical-sidebar__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.c-medical-sidebar__item {
  background-image: url(../images/common/sidebar-dot-border.svg);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 100% 0.125rem;
  background-size: contain;
}

.c-medical-sidebar__item:last-child {
  background-image: none;
}

@media screen and (max-width: 1023px) {
  .c-medical-sidebar__item:nth-last-child(2) {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  .c-medical-sidebar__item:nth-last-child(2) {
    background-image: url(../images/common/sidebar-dot-border.svg);
  }
}

.c-medical-sidebar__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 0.9375rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  transition: color 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .c-medical-sidebar__item a {
    min-height: 3.375rem;
    padding: 0.75rem 0.5rem;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}

.c-medical-sidebar__item:first-child a {
  padding-top: 0;
}
@media screen and (max-width: 1023px) {
  .c-medical-sidebar__item:first-child a {
    padding-top: 0.75rem;
  }
}

.c-medical-sidebar__item:last-child a {
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .c-medical-sidebar__item:last-child a {
    padding-bottom: 0.75rem;
  }
}

@media (any-hover: hover) {
  .c-medical-sidebar__item a:hover {
    color: #907258;
  }
}
/* アーカイブページのページ送り */
.c-pagenation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 5.375rem;
  position: relative;
}
.c-pagenation .nav-links a {
  transition: 0.3s;
}
@media (any-hover: hover) {
  .c-pagenation .nav-links a:hover {
    opacity: 0.5;
  }
}
.c-pagenation .page-numbers {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
}
.c-pagenation .page-numbers.current {
  border-color: currentColor;
}
.c-pagenation .page-numbers.dots {
  margin-inline: 0.75rem;
  padding-bottom: 0.4375rem;
  border: 0;
}
.c-pagenation .page-numbers.prev, .c-pagenation .page-numbers.next {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
.c-pagenation .page-numbers.prev {
  left: 0;
}
.c-pagenation .page-numbers.prev::before {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.3125rem;
  -webkit-mask: url(../images/icon_arrow.svg) no-repeat center/contain;
          mask: url(../images/icon_arrow.svg) no-repeat center/contain;
  background-color: currentColor;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  flex-shrink: 0;
}
.c-pagenation .page-numbers.next {
  right: 0;
}
.c-pagenation .page-numbers.next::after {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.3125rem;
  -webkit-mask: url(../images/icon_arrow.svg) no-repeat center/contain;
          mask: url(../images/icon_arrow.svg) no-repeat center/contain;
  background-color: currentColor;
  flex-shrink: 0;
}

.c-section-title {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  color: #907258;
}

.c-section-title__en {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.c-section-title__jp {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-section-title__jp {
    font-size: 1.75rem;
  }
}

.c-section-title__line {
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  background-color: #907258;
  margin-top: 0.625rem;
  margin-inline: auto;
}

.c-single-pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 5.375rem;
  position: relative;
  margin-top: 5rem;
}

.c-single-pagenation__prev a,
.c-single-pagenation__next a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .c-single-pagenation__prev a:hover,
  .c-single-pagenation__next a:hover {
    opacity: 0.5;
  }
}

.c-single-pagenation__prev a {
  left: 0;
}
.c-single-pagenation__prev a::before {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.3125rem;
  -webkit-mask: url(../images/icon_arrow.svg) no-repeat center/contain;
          mask: url(../images/icon_arrow.svg) no-repeat center/contain;
  background-color: currentColor;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  flex-shrink: 0;
}

.c-single-pagenation__next a {
  right: 0;
}
.c-single-pagenation__next a::after {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.3125rem;
  -webkit-mask: url(../images/icon_arrow.svg) no-repeat center/contain;
          mask: url(../images/icon_arrow.svg) no-repeat center/contain;
  background-color: currentColor;
  flex-shrink: 0;
}

.c-single-pagenation__back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  transition: 0.3s;
}
.c-single-pagenation__back a::before {
  content: "(";
  display: block;
}
.c-single-pagenation__back a::after {
  content: ")";
  display: block;
}
@media (any-hover: hover) {
  .c-single-pagenation__back a:hover {
    opacity: 0.5;
  }
}
.c-single-pagenation__back span {
  text-decoration: underline;
}

.l-inner {
  width: 100%;
  max-width: 1250px;
  padding-inline: 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 640px;
    padding-inline: 20px;
  }
}

.l-inner.--lower {
  max-width: calc(69.6875rem + 50px);
}
@media screen and (max-width: 767px) {
  .l-inner.--lower {
    max-width: 640px;
  }
}

.p-404-page {
  background-color: #fff;
}

.p-lower-mv--404 .p-lower-mv__image {
  position: relative;
  background-color: #907258;
}

.p-404-page__content {
  padding-top: 3.75rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-404-page__content {
    padding-top: 2.5rem;
    padding-bottom: 4.375rem;
  }
}

.p-404-page__main {
  max-width: 51.25rem;
  margin-inline: auto;
  padding: 3.75rem 2.5rem;
  border: 0.0625rem solid #D6BFAA;
  border-radius: 1.25rem;
  background-color: #F8F6F2;
}
@media screen and (max-width: 767px) {
  .p-404-page__main {
    padding: 2.5rem 1.25rem;
    border-radius: 1rem;
  }
}

.p-404-page__heading {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-404-page__heading {
    margin-bottom: 1.875rem;
  }
}

.p-404-page__title {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-404-page__title {
    margin-top: 0.375rem;
  }
}

.p-404-page__title-line {
  display: block;
}

.p-404-page__lead,
.p-404-page__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404-page__lead,
  .p-404-page__text {
    font-size: 0.875rem;
    line-height: 2;
    text-align: left;
  }
}

.p-404-page__text {
  margin-top: 1rem;
}

.p-404-page__link {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-404-page__link {
    margin-top: 1.875rem;
  }
}

.p-access-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.1875rem;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .p-access-info {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    justify-content: stretch;
  }
}

.p-access-info__left {
  min-width: 0;
}

.p-access-info__panel {
  background-color: #F8F6F2;
  border: 0.0625rem solid #907258;
  border-radius: 0.625rem;
  padding: 1.25rem;
}

.p-access-info__panel-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  color: #907258;
  padding-bottom: 0.3125rem;
  margin: 0;
  background-image: url(../images/common/access-info-dot-border.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-access-info__panel-title {
    font-size: 1rem;
  }
}

.p-access-info__panel-text {
  margin-top: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-access-info__panel-text {
    font-size: 0.875rem;
  }
}

.p-access-info__schedule {
  margin-top: 1.25rem;
}

.p-access-info__table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1rem;
  line-height: 1.875;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .p-access-info__table {
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}

.p-access-info__table thead th {
  background-color: #907258;
  color: #fff;
  padding: 0.8125rem 0.5rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-access-info__table thead th {
    padding: 0.5rem 0.125rem;
  }
}

.p-access-info__table thead th:first-child {
  padding-left: 1.25rem;
  width: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-access-info__table thead th:first-child {
    padding-left: 0.375rem;
    width: 5rem;
    font-size: 0.6875rem;
  }
}

.p-access-info__table tbody th {
  text-align: center;
  padding: 0.8125rem 0.5rem;
  color: #4C3729;
  font-weight: 500;
  width: 8.75rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-access-info__table tbody th {
    padding: 0.625rem 0.125rem;
    width: 5rem;
    white-space: normal;
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}

.p-access-info__table tbody td {
  text-align: center;
  padding: 0.8125rem 0.5rem;
  color: #907258;
}
@media screen and (max-width: 767px) {
  .p-access-info__table tbody td {
    padding: 0.625rem 0.125rem;
  }
}

.p-access-info__notes {
  margin-top: 0.875rem;
}

.p-access-info__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-access-info__note {
    font-size: 0.6875rem;
  }
}

.p-access-info__address {
  margin-top: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.0833333333;
  letter-spacing: 0.05em;
  color: #4C3729;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-access-info__address {
    font-size: 0.75rem;
    text-align: left;
  }
}

.p-access-info__tel {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #4C3729;
}
@media screen and (max-width: 767px) {
  .p-access-info__tel {
    font-size: 1.5rem;
  }
}

.p-access-info__tel img {
  width: 1.25rem;
  height: 1.25rem;
}

.p-access-info__night {
  margin-top: 0.75rem;
}

.p-access-info__night-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333333;
}

.p-access-info__night-link {
  display: block;
  width: 12.875rem;
  margin-top: 0.125rem;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-access-info__night-link {
    width: 100%;
    margin-top: 0.375rem;
  }
}

.p-access-info__night-banner {
  display: block;
  width: 100%;
  height: auto;
}

@media (any-hover: hover) {
  .p-access-info__night-link:hover {
    opacity: 0.7;
  }
}
.p-access-info__right {
  min-width: 0;
}

.p-access-info__map {
  width: 100%;
  aspect-ratio: 590/383;
  background-color: #8A8A8A;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.p-access-info__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.p-access-info__map-sample {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 3.75;
  letter-spacing: 0.05em;
  color: #fff;
}

.p-access-info__map-button {
  margin-top: 0.625rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-access-info__map-button {
    margin-top: 1rem;
    text-align: center;
  }
}

.p-access-info__parking-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2.0833333333;
  letter-spacing: 0.05em;
  color: #4C3729;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-access-info__parking-note {
    text-align: left;
  }
}

.p-access {
  background-color: #F8F6F2;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-block: 2.5rem;
  }
}

.p-access__title {
  margin-bottom: 2.375rem;
}

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

.p-access-page__content {
  display: grid;
  grid-template-columns: minmax(0, 51.625rem) 14.6875rem;
  gap: 3.375rem;
  align-items: start;
  margin-top: 3.75rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 1023px) {
  .p-access-page__content {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-access-page__content {
    margin-top: 2.5rem;
    padding-bottom: 4.375rem;
  }
}

.p-access-page__main {
  min-width: 0;
}

@media screen and (max-width: 1023px) {
  .p-access-page__sidebar {
    position: static;
  }
}

.p-access-page__map {
  width: 100%;
  aspect-ratio: 826/477;
  overflow: hidden;
  border-radius: 0.625rem;
  background-color: #8A8A8A;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-access-page__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-access-page__map-sample {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 3.75;
  letter-spacing: 0.05em;
  color: #fff;
}

.p-access-page__map-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .p-access-page__map-meta {
    align-items: flex-start;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-access-page__map-meta {
    display: block;
    margin-top: 1.125rem;
  }
}

.p-access-page__address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #4C3729;
}

.p-access-page__map-button {
  flex: 0 0 15.625rem;
  box-sizing: border-box;
  height: 2.5rem;
  min-height: 0;
  margin-left: 1.5rem;
  padding-block: 0;
}
@media screen and (max-width: 767px) {
  .p-access-page__map-button {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
  }
}

.p-access-page__route {
  margin-top: 2.5rem;
  border-top: 0.0625rem solid #D6BFAA;
}

.p-access-page__route-text {
  min-height: 4rem;
  padding-block: 1.0625rem;
  border-bottom: 0.0625rem solid #D6BFAA;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-access-page__route-text {
    min-height: 0;
    padding-block: 0.875rem;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-access-page__section {
  margin-top: 3.75rem;
}

.p-access-page__section--barrier-free {
  margin-top: 3.75rem;
}

.p-access-page__section-title {
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #907258;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  color: #907258;
}
@media screen and (max-width: 767px) {
  .p-access-page__section-title {
    font-size: 1.5rem;
  }
}

.p-access-page__parking-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-access-page__parking-images {
    grid-template-columns: 1fr;
  }
}

.p-access-page__parking-item {
  overflow: hidden;
  border-radius: 0.625rem;
  background-color: #8A8A8A;
}

.p-access-page__parking-item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 403/233;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-access-page__text {
  margin-top: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-access-page__text {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    line-height: 2;
  }
}

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

.p-access-page__text--parking {
  margin-top: 1.875rem;
}

.p-access-page__tel {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 20.8125rem;
  min-height: 4.625rem;
  margin-top: 1.875rem;
  padding: 0.9375rem 2.5rem;
  border-radius: 2.3125rem;
  background-color: #907258;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-access-page__tel {
    width: 100%;
    min-width: 0;
    min-height: 4rem;
    justify-content: center;
    padding: 0.875rem 1.25rem;
    font-size: 1.375rem;
  }
}

.p-access-page__tel img {
  width: 1.25rem;
  height: 1.25rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (any-hover: hover) {
  .p-access-page__tel:hover {
    opacity: 0.7;
  }
}
.p-banner {
  width: 100%;
  aspect-ratio: 1536/400;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-banner {
    aspect-ratio: 16/9;
  }
}

.p-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-clinic {
  background-color: #fff;
}

.p-clinic__anchors {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__anchors {
    margin-top: 2.5rem;
  }
}

.p-clinic__anchor-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 15.625rem));
  gap: 1.25rem;
  justify-content: start;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .p-clinic__anchor-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-clinic__anchor-list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.p-clinic__anchor-item .c-button {
  max-width: none;
}

@media screen and (max-width: 767px) {
  .p-clinic__anchor-item .c-button--anchor {
    min-height: 3rem;
    padding-inline: 1.25rem 2.375rem;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}

.p-clinic__content {
  display: grid;
  grid-template-columns: minmax(0, 51.625rem) 14.6875rem;
  align-items: start;
  gap: 3.375rem;
  margin-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1023px) {
  .p-clinic__content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-clinic__content {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

.p-clinic__main {
  min-width: 0;
}

.p-clinic__section {
  scroll-margin-top: 6.25rem;
}

.p-clinic__section + .p-clinic__section {
  margin-top: 5rem;
}

.p-clinic__section-title {
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #907258;
  font-family: "Zen Maru Gothic", serif;
  color: #907258;
}

.p-clinic__section-title-en {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-clinic__section-title-jp {
  margin: 0;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-clinic__section-title-jp {
    font-size: 1.5rem;
  }
}

.p-clinic__overview-list {
  margin: 1.875rem 0 0;
}

.p-clinic__overview-item {
  display: grid;
  grid-template-columns: 4.125rem minmax(0, 1fr);
  gap: 1.875rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #D6BFAA;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-clinic__overview-item {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    padding-bottom: 1.75rem;
  }
}

.p-clinic__overview-item + .p-clinic__overview-item {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__overview-item + .p-clinic__overview-item {
    margin-top: 1.75rem;
  }
}

.p-clinic__overview-item dt {
  margin: 0;
  white-space: nowrap;
}

.p-clinic__overview-item dd {
  margin: 0;
}

.p-clinic__overview-item--hours {
  align-items: start;
}

.p-clinic__hours {
  width: 100%;
  max-width: 36.875rem;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0.625rem;
  background-color: #F8F6F2;
  text-align: center;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .p-clinic__hours {
    max-width: none;
  }
}
.p-clinic__hours + p {
  font-size: 0.75rem;
  margin-top: 0.625rem;
}

.p-clinic__overview-item--hours dd {
  padding-bottom: 0.25rem;
}

.p-clinic__hours th,
.p-clinic__hours td {
  height: 3.125rem;
  padding: 0 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-clinic__hours th,
  .p-clinic__hours td {
    height: 2.75rem;
    padding: 0 0.125rem;
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}

.p-clinic__hours thead th {
  background-color: #907258;
  color: #fff;
}

.p-clinic__hours thead th:first-child,
.p-clinic__hours tbody th {
  width: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__hours thead th:first-child,
  .p-clinic__hours tbody th {
    width: 5rem;
    font-size: 0.6875rem;
  }
}

.p-clinic__hours tbody th,
.p-clinic__hours tbody td {
  color: #4C3729;
}

.p-clinic__hours tbody td {
  color: #907258;
}

.p-clinic__card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8125rem 2.5rem;
  margin: 1.875rem 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-clinic__card-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-clinic__card-list--facilities {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 767px) {
  .p-clinic__card-list--facilities {
    grid-template-columns: 1fr;
  }
}

.p-clinic__card-list--facilities .p-clinic__card {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .p-clinic__card-list--facilities .p-clinic__card {
    grid-column: auto;
  }
}

.p-clinic__card-list--facilities .p-clinic__card:nth-child(n+4):nth-child(-n+7) {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .p-clinic__card-list--facilities .p-clinic__card:nth-child(n+4):nth-child(-n+7) {
    grid-column: auto;
  }
}

.p-clinic__card-image {
  overflow: hidden;
  aspect-ratio: 393/242;
  border-radius: 0.5rem;
  background-color: #8A8A8A;
}

.p-clinic__card-image--natural {
  aspect-ratio: auto;
}

.p-clinic__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-clinic__card-image--natural img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-clinic__card-title {
  margin: 0.8125rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-clinic__card-title {
    margin-top: 0.625rem;
    line-height: 1.75;
  }
}

.p-clinic__slider {
  position: relative;
  margin-top: 1.875rem;
}

.p-clinic__slider .swiper {
  width: calc(100% - 10rem);
  margin-inline: auto;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-clinic__slider .swiper {
    width: calc(100% - 7.5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic__slider .swiper {
    width: calc(100% - 2.25rem);
  }
}

.p-clinic__slider-image {
  overflow: hidden;
  aspect-ratio: 666/411;
  border-radius: 0.5rem;
  background-color: #8A8A8A;
}

.p-clinic__slider-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-clinic__slider-button {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background-color: #907258;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-clinic__slider-button {
    width: 2.25rem;
    height: 2.25rem;
    z-index: 1;
  }
}

.p-clinic__slider-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.8125rem solid transparent;
  border-bottom: 0.8125rem solid transparent;
}
@media screen and (max-width: 767px) {
  .p-clinic__slider-button::before {
    border-top-width: 0.625rem;
    border-bottom-width: 0.625rem;
  }
}

.p-clinic__slider-button--prev {
  left: 0;
}

.p-clinic__slider-button--prev::before {
  margin-left: -0.25rem;
  border-right: 0.875rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-clinic__slider-button--prev::before {
    border-right-width: 0.6875rem;
  }
}

.p-clinic__slider-button--next {
  right: 0;
}

.p-clinic__slider-button--next::before {
  margin-left: 0.25rem;
  border-left: 0.875rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-clinic__slider-button--next::before {
    border-left-width: 0.6875rem;
  }
}

@media (any-hover: hover) {
  .p-clinic__slider-button:hover {
    opacity: 0.75;
  }
}
.p-clinic__text {
  margin: 1.375rem 0 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-clinic__text {
    margin-top: 1.125rem;
    font-size: 0.875rem;
    line-height: 2;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
}

.p-clinic__text--tour {
  margin-top: 1.875rem;
}

.p-clinic__text--operating {
  width: calc(100% - 10rem);
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .p-clinic__text--operating {
    width: calc(100% - 7.5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic__text--operating {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .p-clinic__sidebar {
    position: static;
  }
}

.p-doctor {
  background-color: #fff;
}

.p-doctor__section {
  padding-block: 3.75rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__section {
    padding-block: 2.5rem 3.75rem;
  }
}

.p-doctor__inner {
  display: grid;
  grid-template-columns: minmax(0, 51.8125rem) 14.6875rem;
  align-items: start;
  gap: 3.1875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .p-doctor__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.p-doctor__main {
  min-width: 0;
}

.p-doctor__title {
  margin-inline: auto;
}

.p-doctor__title .c-section-title__jp {
  line-height: 1.45;
}

.p-doctor__profile {
  display: grid;
  grid-template-columns: 20rem minmax(0, 29.375rem);
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__profile {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-doctor__profile-image {
  width: 20rem;
  aspect-ratio: 320/452;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__profile-image {
    width: 100%;
    max-width: 20rem;
    margin-inline: auto;
  }
}

.p-doctor__profile-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-doctor__profile-body {
  padding-top: 0.0625rem;
}

.p-doctor__lead {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-doctor__lead {
    font-size: 0.875rem;
    line-height: 2;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
}

.p-doctor__name {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3125rem 0.75rem;
  margin-top: 1.1875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-doctor__hospital {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  color: #907258;
}

.p-doctor__role {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #333333;
}

.p-doctor__person {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  color: #333333;
}

.p-doctor__block {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #D6BFAA;
}

.p-doctor__heading {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  color: #907258;
}

.p-doctor__history {
  margin: 1.25rem 0 0;
}

.p-doctor__history-item {
  display: grid;
  grid-template-columns: 3.75rem minmax(0, 1fr);
  gap: 2.5rem;
  margin-top: 0.9375rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-doctor__history-item {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-doctor__history-item:first-child {
  margin-top: 0;
}

.p-doctor__history-item dt {
  margin: 0;
}

.p-doctor__history-item dd {
  margin: 0;
}

.p-doctor__society {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.p-doctor__society li {
  margin-top: 0.9375rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-doctor__society li {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-doctor__society li:first-child {
  margin-top: 0;
}

.p-doctor__certificates {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin: 2.5rem 0 0;
  padding: 2.5rem 0 0;
  border-top: 1px solid #D6BFAA;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-doctor__certificates {
    grid-template-columns: 1fr;
  }
}

.p-doctor__certificate {
  min-height: 10.1875rem;
  overflow: hidden;
  border-radius: 0.625rem;
  background-color: #8A8A8A;
}

.p-doctor__certificate img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-doctor__staff {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__staff {
    margin-top: 3.75rem;
  }
}

.p-doctor__staff-title {
  margin-inline: auto;
}

.p-doctor__staff-body {
  margin-top: 1.875rem;
}

.p-doctor__staff-text {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-doctor__staff-text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-doctor__staff-text + .p-doctor__staff-text {
  margin-top: 1.875rem;
}

@media screen and (max-width: 1023px) {
  .p-doctor__sidebar {
    position: static;
  }
}

/* ドロワーメニュー（SP のみ）
----------------------------------------------------------------- */
.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 20rem;
  max-width: 85%;
  height: 100%;
  background-color: #fff;
  z-index: 40;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.p-drawer.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-drawer__inner {
  padding: 4.375rem 1.5625rem 2.5rem;
}

.p-drawer__logo {
  width: 13.75rem;
  margin: 0 auto 1.875rem;
}

.p-drawer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.p-drawer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 0.0625rem solid #D6BFAA;
}

.p-drawer__nav-item {
  border-bottom: 0.0625rem solid #D6BFAA;
}

.p-drawer__nav-item a {
  display: block;
  padding: 0.9375rem 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #4C3729;
}

.p-drawer__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #4C3729;
}

.p-drawer__tel img {
  width: 1.125rem;
  height: 1.125rem;
}

.p-drawer__sns {
  display: flex;
  justify-content: center;
  gap: 0.9375rem;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

.p-drawer__sns-item img {
  width: 1.875rem;
  height: 1.875rem;
  display: block;
}

/* オーバーレイ（背景） */
.p-drawer-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, .45);
  z-index: 35;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.p-drawer-overlay.open {
  visibility: visible;
  opacity: 1;
}

.p-feature {
  background-color: #F8F6F2;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-feature {
    padding-block: 2.5rem;
  }
}

.p-feature__inner {
  width: 92.7777777778%;
  max-width: 1386px;
}
@media screen and (max-width: 767px) {
  .p-feature__inner {
    width: 100%;
    max-width: 640px;
  }
}

.p-feature__title {
  margin-bottom: 1.875rem;
}

.p-feature__item + .p-feature__item {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-feature__item + .p-feature__item {
    margin-top: 2.5rem;
  }
}

.p-feature__item {
  position: relative;
  display: grid;
  grid-template-columns: 49.3263473054% 29.375rem;
  gap: 2.994011976%;
}
@media screen and (max-width: 1023px) {
  .p-feature__item {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.p-feature__item--reverse {
  grid-template-columns: 29.375rem 49.3263473054%;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .p-feature__item--reverse {
    justify-content: baseline;
    grid-template-columns: 1fr;
  }
}
.p-feature__item--reverse .p-feature__marker {
  left: auto;
  right: -1.5625rem;
}

.p-feature__item--reverse .p-feature__body {
  margin-left: 0;
  order: -1;
}
@media screen and (max-width: 1023px) {
  .p-feature__item--reverse .p-feature__body {
    order: 0;
    margin-right: 0;
  }
}

.p-feature__marker {
  position: absolute;
  left: -1.5625rem;
  top: 0;
  width: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-feature__marker {
    display: none;
  }
}

.p-feature__marker-num {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #D6BFAA;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-feature__marker::after {
  content: "";
  display: block;
  width: 0.0625rem;
  flex: 1;
  background-color: #D6BFAA;
  margin-top: 0.625rem;
}

.p-feature__image {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}

.p-feature__image img {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-feature__body {
    margin-left: 0;
  }
}

.p-feature__number {
  display: inline-block;
  font-family: "Zen Maru Gothic", serif;
  color: #D6BFAA;
  text-align: center;
}

.p-feature__number-label {
  display: block;
  width: 2.0625rem;
  height: auto;
  margin-inline: auto;
}

.p-feature__number-value {
  display: inline-block;
  margin-top: 0.3125rem;
  width: auto;
  height: 1.625rem;
}

.p-feature__number-line {
  display: block;
  width: 2.9375rem;
  height: auto;
}

.p-feature__lead {
  margin-top: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #907258;
}

.p-feature__text {
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}

.p-feature__button {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature__button {
    margin-top: 2.5rem;
  }
}

.p-first {
  background-color: #fff;
}

.p-first__anchors {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-first__anchors {
    margin-top: 2.5rem;
  }
}

.p-first__anchor-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 15.625rem));
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .p-first__anchor-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-first__anchor-list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.p-first__anchor-link {
  border-width: 0.0625rem;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .p-first__anchor-link {
    min-height: 3rem;
    padding-inline: 1.125rem 2.25rem;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}

.p-first__anchor-link span {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-first__anchor-link span {
    white-space: normal;
  }
}

.p-first__anchor-link--text-sm {
  font-size: 0.875rem;
}

.p-first__anchor-link--text-xs {
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-first__anchor-link--text-xs {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
  }
}

.p-first__anchor-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8125rem;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  border-top: 0.5rem solid #907258;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  transition: border-top-color 0.3s ease;
}

@media (any-hover: hover) {
  .p-first__anchor-link:hover::after {
    border-top-color: #fff;
  }
}
.p-first__content {
  display: grid;
  grid-template-columns: minmax(0, 51.625rem) 14.6875rem;
  align-items: start;
  gap: 3.375rem;
  margin-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1023px) {
  .p-first__content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-first__content {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

.p-first__main {
  min-width: 0;
}

.p-first__section {
  scroll-margin-top: 6.25rem;
}

.p-first__text + .p-first__section {
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-first__text + .p-first__section {
    margin-top: 3.75rem;
  }
}

.p-first__section + .p-first__section {
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-first__section + .p-first__section {
    margin-top: 3.75rem;
  }
}

.p-first__section-title {
  padding-bottom: 0.5rem;
  border-bottom: 0.125rem solid #907258;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #907258;
}

.p-first__section-title-en {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}

.p-first__section-title-jp {
  margin: 0.25rem 0 0;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  .p-first__section-title-jp {
    font-size: 1.5rem;
  }
}

.p-first__text {
  margin: 1.875rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-first__text {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-first__button {
  margin-top: 1.875rem;
}

.p-first__payment-images {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2.1875rem;
  margin: 1.875rem 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-first__payment-images {
    gap: 1rem;
  }
}

.p-first__payment-image {
  overflow: hidden;
  aspect-ratio: 150/119;
  border-radius: 0.5rem;
  background-color: #6c6c6c;
}

.p-first__payment-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-first__insurance-banners {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.p-first__insurance-banner {
  max-width: 14.6875rem;
}
.p-first__insurance-banner + .p-first__insurance-banner {
  margin-top: 1rem;
}

.p-first__insurance-banner a {
  display: inline-flex;
}
@media (any-hover: hover) {
  .p-first__insurance-banner a:hover {
    opacity: 0.7;
  }
}

.p-first__insurance-banner img {
  display: block;
  max-width: 100%;
  height: auto;
}

.p-first__flow-list {
  display: grid;
  gap: 2.25rem;
  margin: 1.875rem 0 0;
  padding: 0;
  list-style: none;
}

.p-first__flow-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 20rem) minmax(0, 1fr);
  gap: 1.875rem;
  min-height: 19.875rem;
  padding: 1.875rem;
  border-radius: 1rem;
  background-color: #F8F6F2;
}
@media screen and (max-width: 767px) {
  .p-first__flow-item {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    min-height: 0;
    padding: 1.5rem 1.25rem;
  }
}

.p-first__flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.125rem;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1.125rem solid #F8F6F2;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
}

.p-first__flow-image {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 340/211;
  border-radius: 0.5rem;
  background-color: #6c6c6c;
}

.p-first__flow-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-first__flow-body {
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-first__flow-body {
    display: grid;
    gap: 0.625rem;
  }
}

.p-first__flow-title {
  margin: 0;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  color: #907258;
}
@media screen and (max-width: 767px) {
  .p-first__flow-title {
    font-size: 1.5rem;
  }
}

.p-first__flow-text {
  margin: 0.625rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-first__flow-text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

@media screen and (max-width: 1023px) {
  .p-first__sidebar {
    position: static;
  }
}

/* SP 下部固定ナビ（電話 / WEB予約 / アクセス）
   md 以下のみ表示。アクセシビリティのため iOS のセーフエリアにも対応 */
.p-fixed-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  background-color: rgba(144, 114, 88, .95);
  backdrop-filter: blur(4px);
  padding-bottom: env(safe-area-inset-bottom);
}

.p-fixed-nav__list {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-fixed-nav__item {
  flex: 1 1 0;
}

.p-fixed-nav__item--reserve {
  background-color: #4C3729;
}

.p-fixed-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-height: 3.75rem;
  padding: 0.5rem 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}

.p-fixed-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
}

.p-fixed-nav__icon img,
.p-fixed-nav__icon svg {
  width: 100%;
  height: 100%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.p-fixed-nav__icon svg {
  -webkit-filter: none;
          filter: none;
}

.p-fixed-nav__label {
  display: block;
  line-height: 1.2;
}

.p-floating-buttons {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: grid;
  justify-items: end;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .p-floating-buttons {
    display: none;
  }
}

.p-floating-buttons__reserve {
  display: block;
  width: 3.75rem;
  min-height: 12.75rem;
  padding: 1.25rem 0;
  background-color: #907258;
  color: #fff;
  border-radius: 0.625rem 0 0 0.625rem;
  transition: background-color 0.2s ease-in-out;
}

.p-floating-buttons__reserve img {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  margin-inline: auto;
}

.p-floating-buttons__reserve-text {
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.25rem;
}

.p-floating-buttons__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 4.375rem;
  margin-top: 0.625rem;
  background-color: #907258;
  border-radius: 0.625rem 0 0 0.625rem;
  transition: width 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.p-floating-buttons__sns img {
  width: 1.875rem;
  height: 1.875rem;
}

@media (any-hover: hover) {
  .p-floating-buttons__reserve:hover {
    background-color: #A89074;
  }
  .p-floating-buttons__sns:hover {
    width: 5rem;
    background-color: #A89074;
  }
}
.p-footer {
  margin-top: 0;
  padding: 0;
  font-weight: 500;
}

.p-footer__top {
  background-color: #F8F6F2;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    padding-block: 2.5rem;
  }
}

.p-footer__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1.875rem;
}

.p-footer__logo a {
  display: inline-block;
}

.p-footer__logo img {
  width: 16rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo img {
    width: 12.5rem;
  }
}

.p-footer__bottom {
  background-color: #907258;
  padding-block: 2.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    padding-block: 1.875rem;
    padding-bottom: 6.25rem;
  }
}

.p-footer__nav {
  margin-bottom: 1.25rem;
}

.p-footer__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 1.875rem;
    max-width: 20rem;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-item {
    text-align: center;
  }
}

.p-footer__nav-item a {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #fff;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item a {
    font-size: 0.9375rem;
  }
}

.p-footer__sns {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

.p-footer__sns-item a {
  display: block;
  transition: opacity 0.2s ease-in-out;
}

.p-footer__sns-item img {
  width: 1.875rem;
  height: 1.875rem;
}

.p-footer__logo a {
  display: inline-block;
  transition: opacity 0.2s ease-in-out;
}

@media (any-hover: hover) {
  .p-footer__nav-item a:hover,
  .p-footer__sns-item a:hover,
  .p-footer__logo a:hover {
    opacity: 0.7;
  }
}
.p-footer__copy {
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
  color: #fff;
}

.p-greeting {
  position: relative;
  padding-block: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-greeting {
    padding-block: 2.5rem;
  }
}

.p-greeting__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 26.125rem;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-greeting__bg {
    display: none;
  }
}

.p-greeting__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-greeting__title {
  position: relative;
  z-index: 1;
}

.p-greeting__container {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 2.5rem;
  max-width: 57.1875rem;
  margin-top: 1.875rem;
  margin-left: max(0px, 20.5rem - max(0px, (100vw - 78.125rem) / 2));
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-greeting__container {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    margin-top: 1.25rem;
    margin-left: 0;
  }
}

.p-greeting__image {
  width: 20rem;
  aspect-ratio: 320/452;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-greeting__image {
    width: 100%;
    max-width: 20rem;
    margin-inline: auto;
  }
}

.p-greeting__image img {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-greeting__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}

.p-greeting__name {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3125rem 0.75rem;
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-greeting__hospital {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  color: #907258;
}

.p-greeting__role {
  font-size: 0.875rem;
  line-height: 2.1428571429;
  color: #333333;
}

.p-greeting__person {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  color: #333333;
}

.p-greeting__button {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-greeting__button {
    margin-top: 2.5rem;
  }
}

.p-header-compact {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 25;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .08);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}

.p-header-compact.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.p-header-compact__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0 2.5rem;
}

.p-header-compact__item a {
  display: inline-block;
  padding-block: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
  color: #4C3729;
  transition: color 0.2s ease;
}

@media (any-hover: hover) {
  .p-header-compact__item a:hover {
    color: #907258;
  }
}
.p-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header {
    background-color: #F8EFE1;
    position: fixed;
    z-index: 50;
  }
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: clamp(1rem, 2vw, 1.75rem);
  padding-inline: clamp(1.25rem, 3vw, 2.5rem) clamp(1rem, 2.5vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    align-items: center;
    padding-inline: 0;
    padding-right: 3.4375rem;
    min-height: 3.75rem;
  }
}

.p-header__logo {
  width: clamp(9.375rem, 24.3055555556vw, 21.875rem);
  max-width: 18.75rem;
  margin: 0;
  padding-top: 0.5rem;
  flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: auto;
    min-width: 0;
    padding-top: 0;
    padding-left: 0.625rem;
    background-color: transparent;
    border-radius: 0;
  }
}

.p-header__logo a {
  display: block;
}

.p-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    width: auto;
    height: 3.125rem;
  }
}

.p-header__body {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-header__body {
    display: none;
  }
}

.p-header__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.625rem, 1.4vw, 1.25rem);
}

.p-header__address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #4C3729;
  margin: 0;
}

.p-header__tel {
  display: flex;
  align-items: center;
  gap: clamp(0.25rem, 0.6vw, 0.5rem);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.375rem, 2.35vw, 1.875rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #4C3729;
  transition: opacity 0.2s ease-in-out;
  white-space: nowrap;
}

.p-header__tel img {
  width: clamp(1rem, 1.8vw, 1.25rem);
  height: clamp(1rem, 1.8vw, 1.25rem);
  flex-shrink: 0;
}

.p-header__sns {
  display: flex;
  align-items: center;
  gap: clamp(0.375rem, 0.9vw, 0.625rem);
  flex-shrink: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-header__sns-item {
  flex: 0 0 auto;
}

.p-header__sns-item a {
  display: block;
  transition: opacity 0.2s ease-in-out;
}

.p-header__sns-item img {
  width: clamp(1.5rem, 2.4vw, 1.875rem);
  height: clamp(1.5rem, 2.4vw, 1.875rem);
  min-width: 1.5rem;
  display: block;
}

@media (any-hover: hover) {
  .p-header__tel:hover,
  .p-header__sns-item a:hover {
    opacity: 0.7;
  }
}
.p-header__nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: clamp(0.625rem, 1.4vw, 1.25rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-header__nav-item a {
  display: inline-block;
  padding-block: clamp(0.375rem, 0.8vw, 0.625rem) clamp(0.5rem, 1vw, 0.75rem);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.8125rem, 1.25vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #4C3729;
  transition: color 0.2s ease;
}

@media (any-hover: hover) {
  .p-header__nav-item a:hover {
    color: #907258;
  }
}
.p-lower-mv {
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: 0.5rem;
  background: linear-gradient(to bottom, #F8EFE1 0 21.875rem, #fff 21.875rem 100%);
}
@media screen and (max-width: 767px) {
  .p-lower-mv {
    padding-top: 4.0625rem;
    padding-bottom: 0.25rem;
    background: linear-gradient(to bottom, #F8EFE1 0 13.75rem, #fff 13.75rem 100%);
  }
}

.p-lower-mv__image {
  width: calc(100% - 3.75rem);
  height: 18.75rem;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: #F8F6F2;
}
@media screen and (max-width: 767px) {
  .p-lower-mv__image {
    width: calc(100% - 1.875rem);
    height: 11rem;
    border-radius: 0.75rem;
  }
}

.p-lower-mv__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-lower-mv__image img {
    border-radius: 0.75rem;
  }
}

.p-lower-mv__title {
  position: absolute;
  left: 50%;
  top: 16.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 17.5rem;
  max-width: calc(100% - 3.75rem);
  min-height: 8.75rem;
  padding: 2.375rem 1.25rem 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 8.75rem 8.75rem 0 0;
  background-color: #fff;
  font-family: "Zen Maru Gothic", serif;
  color: #907258;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-lower-mv__title {
    top: 8.625rem;
    min-width: 13.75rem;
    max-width: calc(100% - 2.5rem);
    min-height: 6.5rem;
    padding: 1.4375rem 1.125rem 0;
    border-radius: 6.875rem 6.875rem 0 0;
  }
}

.p-lower-mv__title::after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  margin-top: auto;
  background-color: #907258;
  flex-shrink: 0;
}

.p-lower-mv__title-en {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  word-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .p-lower-mv__title-en {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
  }
}

.p-lower-mv__title-jp {
  margin: 0.25rem 0 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-lower-mv__title-jp {
    font-size: 1.625rem;
    line-height: 1.4615384615;
  }
}

.p-lower-mv__breadcrumb {
  margin-top: 0.625rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-lower-mv__breadcrumb {
    margin-top: 0.75rem;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.p-medical-service {
  background-color: #fff;
}

.p-medical-service__content {
  display: grid;
  grid-template-columns: minmax(0, 51.625rem) 14.6875rem;
  align-items: start;
  gap: 0 3.375rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .p-medical-service__content {
    grid-template-columns: 1fr;
    gap: 0 2.5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-medical-service__content {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

.p-medical-service__intro {
  min-width: 0;
  padding-bottom: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-medical-service__intro {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-medical-service__intro {
    order: 1;
  }
}

.p-medical-service__sections {
  grid-column: 1/-1;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 1023px) {
  .p-medical-service__sections {
    order: 2;
  }
}

.p-medical-service__lead {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-medical-service__lead {
    font-size: 0.875rem;
    line-height: 1.9;
    letter-spacing: 0.02em;
  }
}

.p-medical-service__lead p {
  margin: 0;
}

.p-medical-service__lead p + p {
  margin-top: 0.875rem;
}

.p-medical-service__lead-note {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-medical-service__lead-note {
    font-size: 0.8125rem;
  }
}

.p-medical-service__visuals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-medical-service__visuals {
    grid-template-columns: 1fr;
  }
}

.p-medical-service__visual {
  min-height: 14.5625rem;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #a5a5a5;
}
@media screen and (max-width: 767px) {
  .p-medical-service__visual {
    min-height: 11.875rem;
  }
}

.p-medical-service__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-medical-service__anchors {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-medical-service__anchors {
    margin-top: 2rem;
  }
}

.p-medical-service__anchor-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 12.4375rem));
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .p-medical-service__anchor-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-medical-service__anchor-list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.p-medical-service__anchor-link {
  min-width: 0;
  width: 100%;
  max-width: none;
  height: 3.125rem;
  min-height: 0;
  padding: 0 1.75rem 0 1.375rem;
  border-width: 0.0625rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #907258;
}
@media screen and (max-width: 767px) {
  .p-medical-service__anchor-link {
    height: auto;
    min-height: 3rem;
    padding: 0.75rem 2.125rem 0.75rem 1.125rem;
  }
}

.p-medical-service__anchor-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  border-top: 0.5rem solid #907258;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  transition: border-top-color 0.3s ease;
}

@media (any-hover: hover) {
  .p-medical-service__anchor-link:hover::after {
    border-top-color: #fff;
  }
}
.p-medical-service__sidebar {
  grid-column: 2;
  grid-row: 1/span 2;
  align-self: start;
}
@media screen and (max-width: 1023px) {
  .p-medical-service__sidebar {
    position: static;
    grid-column: auto;
    grid-row: auto;
    order: 3;
    margin-top: 2.5rem;
  }
}

.p-medical-service__section {
  scroll-margin-top: 6.25rem;
  padding: 3.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-medical-service__section {
    padding: 3.75rem 0;
  }
}

.p-medical-service__section--beige {
  background-color: #F8F6F2;
}

.p-medical-service__section--white {
  background-color: #fff;
}

.p-medical-service__section-inner {
  width: 100%;
  max-width: calc(69.6875rem + 50px);
  padding-inline: 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-medical-service__section-inner {
    padding-inline: 20px;
  }
}

.p-medical-service__section-inner > * {
  max-width: 51.625rem;
}

.p-medical-service__heading {
  margin: 0;
  padding-bottom: 0.625rem;
  border-bottom: 0.125rem solid #907258;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  color: #907258;
}
@media screen and (max-width: 767px) {
  .p-medical-service__heading {
    font-size: 1.5rem;
  }
}

.p-medical-service__media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-medical-service__media {
    display: flex;
    flex-direction: column-reverse;
    gap: 1.25rem;
  }
}

.p-medical-service__text {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}

.p-medical-service__text--wide {
  margin-top: 1.875rem;
}

.p-medical-service__image {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 403/249;
  background-color: #8A8A8A;
}

.p-medical-service__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-medical-service__disease-card,
.p-medical-service__vaccine-card {
  border-radius: 0.5rem;
  background-color: #fff;
}

.p-medical-service__disease-card {
  margin-top: 2.5rem;
  padding: 1.25rem;
}

.p-medical-service__disease-card--beige {
  background-color: #F8F6F2;
}

.p-medical-service__vaccine-card {
  margin-top: 2.5rem;
  padding: 1.25rem;
}

.p-medical-service__subheading {
  position: relative;
  margin: 0;
  padding-left: 2.5rem;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  color: #907258;
}
@media screen and (max-width: 767px) {
  .p-medical-service__subheading {
    font-size: 1.375rem;
  }
}

.p-medical-service__subheading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1875rem;
  width: 1.875rem;
  height: 1.875rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-medical-service__subheading--disease::before {
  background-image: url(../images/medical-service/karte.png);
}

.p-medical-service__subheading--vaccine::before {
  background-image: url(../images/medical-service/syringe.png);
}

.p-medical-service__subheading--checkup::before {
  background-image: url(../images/medical-service/stethoscope.png);
}

.p-medical-service__inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.875rem;
  margin: 0.625rem 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-medical-service__inline-list {
    gap: 0.625rem 1.25rem;
  }
}

.p-medical-service__inline-list li {
  position: relative;
  padding-left: 1.3125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333333;
}

.p-medical-service__inline-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.375rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background-color: #907258;
}

.p-medical-service__card-text {
  margin: 1rem 0 0;
  padding-top: 1.125rem;
  background-image: url(../images/medical-service/medical-service-dot-border.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 0.125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875;
  letter-spacing: 0.05em;
  color: #333333;
}

.p-medical-service__checkup {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-medical-service__checkup {
    margin-top: 3.75rem;
  }
}

.p-medical-service__points {
  margin-top: 2.5rem;
}

.p-medical-service__point {
  margin-top: 0.875rem;
}

.p-medical-service__point + .p-medical-service__point {
  margin-top: 2.25rem;
}

.p-medical-service__point-title {
  position: relative;
  margin: 0;
  padding-left: 1.5625rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #907258;
}
.p-medical-service__point-title + .p-medical-service__text {
  margin-top: 0.625rem;
}

.p-medical-service__point-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #907258;
}

.p-medical-service__point-text {
  position: relative;
  margin: 0;
  padding-left: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #907258;
}
.p-medical-service__point-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #907258;
}

.p-medical-service__table-wrap {
  margin-top: 2.5rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .p-medical-service__table-wrap {
    padding-bottom: 0.75rem;
  }
}

.p-medical-service__table {
  width: 100%;
  min-width: 51.625rem;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-medical-service__table {
    min-width: 46.875rem;
  }
}

.p-medical-service__table th,
.p-medical-service__table td {
  height: 3.125rem;
  padding: 0.625rem;
  border: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-medical-service__table th,
  .p-medical-service__table td {
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.p-medical-service__table th + td,
.p-medical-service__table td + td,
.p-medical-service__table th + th {
  border-left: 1px solid #D6BFAA;
}

.p-medical-service__table tr + tr th,
.p-medical-service__table tr + tr td {
  border-top: 1px solid #D6BFAA;
}

.p-medical-service__table th {
  color: #fff;
  background-color: #907258;
}

.p-medical-service__table td {
  color: #4C3729;
  background-color: #fff;
}

.p-medical-service__table--checkup th,
.p-medical-service__table--checkup td {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .p-medical-service__table--checkup th,
  .p-medical-service__table--checkup td {
    width: 12.1875rem;
  }
}

.p-medical-service__table--checkup th:first-child {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .p-medical-service__table--checkup th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    width: 10.3125rem;
    box-shadow: 0.0625rem 0 0 #D6BFAA, 0.5rem 0 0.75rem rgba(76, 55, 41, .08);
  }
}

.p-medical-service__flow {
  margin-top: 5rem;
}

.p-medical-service__flow-list {
  display: grid;
  gap: 2.25rem;
  margin: 1.875rem 0 0;
  padding: 0;
  list-style: none;
}

.p-medical-service__flow-item {
  position: relative;
  min-height: 16.125rem;
  padding: 1.875rem;
  border-radius: 1rem;
  background-color: #D6BFAA;
}
@media screen and (max-width: 767px) {
  .p-medical-service__flow-item {
    min-height: 0;
    padding: 1.75rem 1.5rem;
  }
}

.p-medical-service__flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.0625rem;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1.125rem solid #D6BFAA;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
}

.p-medical-service__flow-title {
  margin: 0;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-medical-service__flow-title {
    font-size: 1.5rem;
  }
}

.p-medical-service__flow-text {
  margin: 0.625rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-medical-service__flow-text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-medical {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-medical {
    padding-block: 2.5rem;
  }
}

.p-medical__title {
  margin-bottom: 1.875rem;
}

.p-medical__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-medical__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-medical__list {
    grid-template-columns: 1fr;
  }
}

.p-medical__item {
  width: 100%;
}

.p-medical__card {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.625rem;
  overflow: hidden;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.p-medical__bg {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-medical__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  background-color: rgba(144, 114, 88, .8);
  color: #fff;
  text-align: center;
  padding: 1.25rem;
}

.p-medical__icon {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  margin-inline: auto;
}

.p-medical__name {
  display: block;
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.p-medical__name-en {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.4285714286;
  letter-spacing: 0.05em;
}

@media (any-hover: hover) {
  .p-medical__list:hover .p-medical__card {
    opacity: 0.5;
  }
  .p-medical__list .p-medical__card:hover {
    opacity: 1;
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
.p-mv {
  padding-top: 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 4.375rem;
    padding-bottom: 1.875rem;
  }
}
.p-mv::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 5.625rem);
  background-color: #F8EFE1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.p-mv__inner {
  width: calc(100% - 3.75rem);
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    width: 100%;
    padding-inline: 0.9375rem;
  }
}

.p-mv__image {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  aspect-ratio: 1476/763;
}
@media screen and (max-width: 767px) {
  .p-mv__image {
    aspect-ratio: 3/4;
    border-radius: 0.75rem;
  }
}

.p-mv__image img {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-mv__image img {
    border-radius: 0.75rem;
  }
}

.p-mv__catch {
  position: absolute;
  left: 0;
  bottom: 10.8125rem;
  bottom: 22.6736566186%;
  margin: 0;
  padding-inline: 5rem 2.5rem;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-mv__catch {
    bottom: 2.5rem;
    padding-inline: 1.5625rem;
  }
}

.p-mv__catch-picture {
  display: block;
  width: min(100%, 84.6354166667vw, 163.5rem);
}
@media screen and (max-width: 767px) {
  .p-mv__catch-picture {
    width: 100%;
  }
}

.p-mv__catch-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-news-archive-page {
  background-color: #fff;
}

.p-news-archive-page__content {
  display: grid;
  grid-template-columns: minmax(0, 51.625rem) 14.6875rem;
  align-items: start;
  gap: 3.375rem;
  margin-top: 3.75rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 1023px) {
  .p-news-archive-page__content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive-page__content {
    margin-top: 2.5rem;
    padding-bottom: 4.375rem;
  }
}

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

.p-news-archive-page__article {
  padding-bottom: 3.75rem;
  border-bottom: 0.0625rem solid #D6BFAA;
}
@media screen and (max-width: 767px) {
  .p-news-archive-page__article {
    padding-bottom: 1.875rem;
  }
}
.p-news-archive-page__article + .p-news-archive-page__article {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-news-archive-page__article + .p-news-archive-page__article {
    margin-top: 2.5rem;
  }
}

.p-news-archive-page__date {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #907258;
}

.p-news-archive-page__title {
  margin-top: 0.25rem;
  padding-bottom: 0.875rem;
  border-bottom: 0.125rem solid #907258;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  color: #907258;
}
@media screen and (max-width: 767px) {
  .p-news-archive-page__title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

.p-news-archive-page__entry {
  margin-top: 1.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-news-archive-page__entry {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-news-archive-page__entry > * {
  margin-top: 1.25rem;
}

.p-news-archive-page__entry > :first-child {
  margin-top: 0;
}

.p-news-archive-page__entry p {
  margin-bottom: 0;
}

.p-news-archive-page__entry h2 {
  margin-bottom: 0;
  padding-bottom: 0.625rem;
  border-bottom: 0.125rem solid #907258;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  color: #907258;
}
@media screen and (max-width: 767px) {
  .p-news-archive-page__entry h2 {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

.p-news-archive-page__entry h3 {
  margin-bottom: 0;
  padding-left: 0.875rem;
  border-left: 0.25rem solid #907258;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #907258;
}
@media screen and (max-width: 767px) {
  .p-news-archive-page__entry h3 {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.p-news-archive-page__entry ul {
  margin-bottom: 0;
  padding-left: 1.625rem;
  list-style: disc;
}

.p-news-archive-page__entry ol {
  margin-bottom: 0;
  padding-left: 1.625rem;
  list-style: decimal;
}

.p-news-archive-page__entry ul li::marker,
.p-news-archive-page__entry ol li::marker {
  color: #907258;
}

.p-news-archive-page__entry li + li {
  margin-top: 0.5rem;
}

.p-news-archive-page__entry a {
  color: #907258;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  word-wrap: anywhere;
  cursor: pointer;
}

.p-news-archive-page__entry strong {
  font-weight: 700;
}

.p-news-archive-page__entry hr {
  margin-bottom: 0;
  border: 0;
  border-top: 0.0625rem solid #D6BFAA;
}

.p-news-archive-page__entry .wp-block-image {
  margin-bottom: 0;
}

.p-news-archive-page__entry .wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 0.625rem;
}

.p-news-archive-page__entry .wp-block-image figcaption {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  color: #4C3729;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news-archive-page__entry .wp-block-image figcaption {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}

.p-news-archive-page__entry .wp-block-table {
  margin-bottom: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.p-news-archive-page__entry .wp-block-table table {
  width: 100%;
  min-width: 35rem;
  border-collapse: collapse;
  background-color: #fff;
}

.p-news-archive-page__entry .wp-block-table th,
.p-news-archive-page__entry .wp-block-table td {
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #D6BFAA;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-news-archive-page__entry .wp-block-table th,
  .p-news-archive-page__entry .wp-block-table td {
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-news-archive-page__entry .wp-block-table th {
  background-color: #F8F6F2;
  color: #907258;
}

.p-news-archive-page__entry .wp-block-table figcaption {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  color: #4C3729;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news-archive-page__entry .wp-block-table figcaption {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}

.p-news-archive-page__entry .wp-block-separator.is-style-news-spacer {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-news-archive-page__entry .is-style-news-note,
.p-news-archive-page__entry .p-news-archive-page__note {
  padding: 1rem 1.25rem;
  border-left: 0.25rem solid #907258;
  background-color: #F8F6F2;
  color: #4C3729;
}

.p-news-archive-page__entry .wp-block-group.is-style-news-box,
.p-news-archive-page__entry .p-news-archive-page__box {
  padding: 1.5rem;
  border: 0.0625rem solid #D6BFAA;
  border-radius: 0.625rem;
  background-color: #F8F6F2;
}

.p-news-archive-page__entry .wp-block-group.is-style-news-box > * {
  margin-top: 1rem;
}

.p-news-archive-page__entry .wp-block-group.is-style-news-box > :first-child {
  margin-top: 0;
}

.p-news-archive-page__entry a[href^="tel:"] {
  display: inline-flex;
  align-items: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-news-archive-page__entry a[href^="tel:"] {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.p-news-archive-page__pagination {
  margin-top: 3.125rem;
}

@media screen and (max-width: 1023px) {
  .p-news-archive-page__sidebar {
    position: static;
  }
}

.p-news-archive-page__empty {
  padding: 2.5rem 0;
  border-top: 0.0625rem solid #D6BFAA;
  border-bottom: 0.0625rem solid #D6BFAA;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}

@media (any-hover: hover) {
  .p-news-archive-page__entry a:hover {
    opacity: 0.7;
  }
}
.p-news {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-block: 2.5rem;
  }
}

.p-news__container {
  display: grid;
  grid-template-columns: 16.625rem 1fr;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__container {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-news__head {
    display: contents;
  }
}

.p-news__head .c-section-title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-news__head .c-section-title {
    text-align: center;
    order: 1;
  }
}

.p-news__head .c-section-title__line {
  margin-inline: 0;
}
@media screen and (max-width: 767px) {
  .p-news__head .c-section-title__line {
    margin-inline: auto;
  }
}

.p-news__button {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__button {
    margin-top: 1.25rem;
    order: 3;
    text-align: center;
  }
}

.p-news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    grid-template-columns: 1fr;
    order: 2;
  }
}

.p-news__item {
  min-width: 0;
  border-left: 0.0625rem solid #D6BFAA;
}
@media screen and (max-width: 767px) {
  .p-news__item {
    border-left: none;
    border-top: 0.0625rem solid #D6BFAA;
  }
}

.p-news__item:last-child {
  border-right: 0.0625rem solid #D6BFAA;
}
@media screen and (max-width: 767px) {
  .p-news__item:last-child {
    border-right: none;
    border-bottom: 0.0625rem solid #D6BFAA;
  }
}

.p-news__item a {
  display: block;
  height: 100%;
  padding: 1.875rem 2.25rem;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-news__item a {
    padding: 1.25rem 0;
  }
}

.p-news__date {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #907258;
}

.p-news__text {
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical; /* autoprefixer: off */
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news__text {
    display: block;
    -webkit-line-clamp: unset;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media (any-hover: hover) {
  .p-news__item a:hover {
    background-color: #F8F6F2;
  }
  .p-news__item a:hover .p-news__text {
    color: #907258;
  }
}
.p-pet-hotel {
  background-color: #fff;
}

.p-pet-hotel__anchors {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__anchors {
    margin-top: 2.5rem;
  }
}

.p-pet-hotel__anchor-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 15.625rem));
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .p-pet-hotel__anchor-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__anchor-list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.p-pet-hotel__anchor-link {
  border-width: 0.0625rem;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__anchor-link {
    min-height: 3rem;
    padding-inline: 1.125rem 2.375rem;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}

.p-pet-hotel__anchor-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.125rem;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  border-top: 0.5rem solid #907258;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  transition: border-top-color 0.3s ease;
}

@media (any-hover: hover) {
  .p-pet-hotel__anchor-link:hover::after {
    border-top-color: #fff;
  }
}
.p-pet-hotel__body {
  position: relative;
}

.p-pet-hotel__sidebar-layer {
  position: absolute;
  top: 2.125rem;
  bottom: 5rem;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .p-pet-hotel__sidebar-layer {
    display: none;
  }
}

.p-pet-hotel__intro {
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__intro {
    margin-top: 1.5rem;
  }
}

.p-pet-hotel__intro-main {
  max-width: 51.625rem;
  min-width: 0;
}

.p-pet-hotel__intro-image {
  width: 100%;
  max-width: 35.9375rem;
  height: 22.25rem;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #8A8A8A;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__intro-image {
    height: auto;
    aspect-ratio: 575/356;
  }
}

.p-pet-hotel__intro-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-pet-hotel__text {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-pet-hotel__intro .p-pet-hotel__text {
  margin-top: 1.25rem;
}

.p-pet-hotel__sidebar {
  width: 14.6875rem;
  margin-left: auto;
  pointer-events: auto;
}

.p-pet-hotel__section {
  scroll-margin-top: 6.25rem;
}

.p-pet-hotel__section--point {
  margin-top: 5rem;
  padding: 5rem 0;
  background-color: #F8F6F2;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__section--point {
    margin-top: 3.75rem;
    padding: 3.75rem 0;
  }
}

.p-pet-hotel__section--before {
  padding: 5rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__section--before {
    padding: 3.75rem 0;
  }
}

.p-pet-hotel__section--pricing {
  padding: 5rem 0;
  background-color: #F8F6F2;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__section--pricing {
    padding: 3.75rem 0;
  }
}

.p-pet-hotel__section--flow {
  padding: 5rem 0 6rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__section--flow {
    padding: 3.75rem 0;
  }
}

.p-pet-hotel__section-inner {
  width: 100%;
  max-width: calc(69.6875rem + 50px);
  padding-inline: 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__section-inner {
    max-width: 640px;
    padding-inline: 20px;
  }
}

.p-pet-hotel__section--before .p-pet-hotel__section-inner,
.p-pet-hotel__section--flow .p-pet-hotel__section-inner {
  max-width: calc(69.6875rem + 50px);
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__section--before .p-pet-hotel__section-inner,
  .p-pet-hotel__section--flow .p-pet-hotel__section-inner {
    max-width: 640px;
  }
}

.p-pet-hotel__section-inner > .c-section-title,
.p-pet-hotel__point-list,
.p-pet-hotel__before-list,
.p-pet-hotel__pricing-block,
.p-pet-hotel__pricing-summary,
.p-pet-hotel__pricing-caution,
.p-pet-hotel__flow-list {
  max-width: 51.625rem;
}

.p-pet-hotel__point-list {
  display: grid;
  gap: 1.25rem;
  margin: 1.875rem 0 0;
  padding: 0;
  list-style: none;
}

.p-pet-hotel__point-item {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: 1.25rem;
  min-height: 7.75rem;
  padding: 1.5rem 3.375rem 1.5rem 2.125rem;
  border-radius: 62.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__point-item {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    min-height: 0;
    padding: 1.75rem 1.5rem;
    border-radius: 1.5rem;
  }
}

.p-pet-hotel__point-number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #907258;
}

.p-pet-hotel__point-label {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4166666667;
}

.p-pet-hotel__point-count {
  display: block;
  margin-top: -0.125rem;
  font-size: 1.875rem;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
}

.p-pet-hotel__point-text {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}

.p-pet-hotel__point-title,
.p-pet-hotel__point-description {
  margin: 0;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.p-pet-hotel__before-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 1.875rem 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__before-list {
    grid-template-columns: 1fr;
  }
}

.p-pet-hotel__before-card {
  min-height: 17.5rem;
  padding: 2.125rem 1.875rem 1.875rem;
  border-radius: 0.5rem;
  background-color: #F8F6F2;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__before-card {
    min-height: 0;
    padding: 1.75rem 1.25rem 1.5rem;
  }
}

.p-pet-hotel__before-icon {
  width: 3.375rem;
  height: 3.375rem;
  margin-inline: auto;
  color: #907258;
}

.p-pet-hotel__before-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-pet-hotel__before-text {
  margin: 1.4375rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}

.p-pet-hotel__pricing-block {
  margin-top: 1.875rem;
}

.p-pet-hotel__pricing-block + .p-pet-hotel__pricing-block {
  margin-top: 2.5rem;
}

.p-pet-hotel__pricing-title {
  position: relative;
  margin: 0;
  padding-left: 2rem;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  color: #907258;
}

.p-pet-hotel__pricing-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #907258;
}

.p-pet-hotel__pricing-table {
  width: 100%;
  min-width: 37.5rem;
  margin-top: 0.75rem;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__pricing-table {
    min-width: 0;
  }
}

.p-pet-hotel__pricing-block {
  overflow-x: auto;
  max-width: 37.5rem;
  padding-bottom: 0.25rem;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__pricing-block {
    overflow-x: visible;
    margin-top: 1.5rem;
    padding-bottom: 0;
  }
}

.p-pet-hotel__pricing-table th,
.p-pet-hotel__pricing-table td {
  width: 50%;
  height: 3.125rem;
  padding: 0.625rem 1.25rem;
  border: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__pricing-table th,
  .p-pet-hotel__pricing-table td {
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-pet-hotel__pricing-table th {
  padding: 0.625rem 1.25rem 0.625rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__pricing-table th {
    padding: 0.625rem 0.875rem;
  }
}

.p-pet-hotel__pricing-table td {
  text-align: center;
}

.p-pet-hotel__pricing-table th + td,
.p-pet-hotel__pricing-table td + td,
.p-pet-hotel__pricing-table th + th {
  border-left: 1px solid #E3D8CD;
}

.p-pet-hotel__pricing-table tr + tr th,
.p-pet-hotel__pricing-table tr + tr td {
  border-top: 1px solid #E3D8CD;
}

.p-pet-hotel__pricing-table th {
  color: #fff;
  background-color: #907258;
}

.p-pet-hotel__pricing-table td {
  color: #4C3729;
  background-color: #fff;
}

.p-pet-hotel__pricing-summary {
  margin-top: 2.4375rem;
}

.p-pet-hotel__pricing-caution {
  margin-top: 0.25rem;
}

.p-pet-hotel__flow-list {
  display: grid;
  gap: 2.25rem;
  margin: 1.875rem 0 0;
  padding: 0;
  list-style: none;
}

.p-pet-hotel__flow-list + .p-pet-hotel__text {
  margin-top: 1.5rem;
}

.p-pet-hotel__flow-button {
  max-width: 18.75rem;
  margin-top: 1.875rem;
  padding-right: 3.5rem;
  padding-left: 2.125rem;
}

.p-pet-hotel__flow-button .c-button__arrow {
  right: 1.625rem;
}

.p-pet-hotel__flow-item {
  position: relative;
  padding: 2.125rem 1.875rem;
  border-radius: 1rem;
  background-color: #D6BFAA;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__flow-item {
    min-height: 0;
    padding: 1.75rem 1.25rem 1.5rem;
  }
}

.p-pet-hotel__flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.0625rem;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1.125rem solid #D6BFAA;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
}

.p-pet-hotel__flow-title {
  margin: 0;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__flow-title {
    font-size: 1.5rem;
  }
}

.p-pet-hotel__flow-text {
  margin: 0.625rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-pet-hotel__flow-text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-reserve-page {
  background-color: #fff;
}

.p-reserve-page__inner {
  max-width: 62.5625rem;
  margin-top: 3.75rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-reserve-page__inner {
    margin-top: 2.5rem;
    padding-bottom: 4.375rem;
  }
}

.p-reserve-page__lead {
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #F8F6F2;
}
@media screen and (max-width: 767px) {
  .p-reserve-page__lead {
    padding: 1.25rem 1.125rem;
  }
}

.p-reserve-page__lead-text {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  color: #907258;
}
@media screen and (max-width: 767px) {
  .p-reserve-page__lead-text {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.p-reserve-page__section {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-reserve-page__section {
    margin-top: 3.125rem;
  }
}

.p-reserve-page__section-title {
  padding-bottom: 0.625rem;
  border-bottom: 0.125rem solid #907258;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  color: #907258;
}
@media screen and (max-width: 767px) {
  .p-reserve-page__section-title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

.p-reserve-page__section-text {
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-reserve-page__section-text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-reserve-page__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.3125rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-reserve-page__cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-reserve-page__card {
  min-height: 12.1875rem;
  padding: 2.5rem 2.5rem 2.4375rem;
  border-radius: 0.625rem;
  background-color: #F8F6F2;
}
@media screen and (max-width: 767px) {
  .p-reserve-page__card {
    min-height: 0;
    padding: 1.75rem 1.25rem;
  }
}

.p-reserve-page__card-heading {
  display: flex;
  align-items: center;
  min-width: 0;
}

.p-reserve-page__card-heading img {
  width: 1.875rem;
  height: 1.875rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-reserve-page__card-icon {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
}

.p-reserve-page__card-icon--tel {
  background-color: #907258;
  mask-image: url("../images/common/tel-icon.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../images/common/tel-icon.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.p-reserve-page__card-title {
  margin-left: 0.625rem;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  color: #907258;
}
@media screen and (max-width: 767px) {
  .p-reserve-page__card-title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-reserve-page__card-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.75rem;
  margin-top: 1.9375rem;
  padding: 0.75rem 1.5rem;
  border: 0.125rem solid #907258;
  border-radius: 1.875rem;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #907258;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-reserve-page__card-button {
    margin-top: 1.5rem;
    min-height: 3.5rem;
    padding-inline: 1.125rem;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

.p-reserve-page__card-button--web,
.p-reserve-page__card-button--tel:not(.p-reserve-page__card-button--static) {
  position: relative;
  padding-inline: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-reserve-page__card-button--web,
  .p-reserve-page__card-button--tel:not(.p-reserve-page__card-button--static) {
    padding-inline: 2.75rem;
  }
}

.p-reserve-page__card-button--web::after,
.p-reserve-page__card-button--tel:not(.p-reserve-page__card-button--static)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid #907258;
  transition: border-left-color 0.3s ease;
}

.p-reserve-page__card-button--tel {
  font-size: 1.5rem;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767px) {
  .p-reserve-page__card-button--tel {
    font-size: 1.25rem;
  }
}

.p-reserve-page__card-button--static {
  cursor: default;
}

.p-reserve-page__notes {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reserve-page__notes {
    margin-top: 1.875rem;
  }
}

.p-reserve-page__note-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #907258;
}

.p-reserve-page__note-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-reserve-page__note-text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-reserve-page__note-text + .p-reserve-page__note-text {
  margin-top: 0.125rem;
}

@media (any-hover: hover) {
  .p-reserve-page__card-button:hover {
    background-color: #907258;
    color: #fff;
  }
  .p-reserve-page__card-button--web:hover::after,
  .p-reserve-page__card-button--tel:not(.p-reserve-page__card-button--static):hover::after {
    border-left-color: #fff;
  }
  .p-reserve-page__card-button--static:hover {
    background-color: #fff;
    color: #907258;
  }
}
.p-specialty-care {
  background-color: #fff;
}

.p-specialty-care__anchors {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-specialty-care__anchors {
    margin-top: 2.5rem;
  }
}

.p-specialty-care__anchor-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 15.625rem));
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .p-specialty-care__anchor-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-specialty-care__anchor-list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.p-specialty-care__anchor-link {
  border-width: 0.125rem;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .p-specialty-care__anchor-link {
    min-height: 3rem;
    padding-inline: 1.125rem 2.25rem;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}

.p-specialty-care__anchor-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8125rem;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 0.5rem solid #907258;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  transition: border-top-color 0.3s ease;
}

@media (any-hover: hover) {
  .p-specialty-care__anchor-link:hover::after {
    border-top-color: #fff;
  }
}
.p-specialty-care__content {
  display: grid;
  grid-template-columns: minmax(0, 51.625rem) 14.6875rem;
  align-items: start;
  gap: 3.375rem;
  margin-top: 3.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1023px) {
  .p-specialty-care__content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-specialty-care__content {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

.p-specialty-care__main {
  min-width: 0;
}

.p-specialty-care__section {
  scroll-margin-top: 6.25rem;
}

.p-specialty-care__section + .p-specialty-care__section {
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-specialty-care__section + .p-specialty-care__section {
    margin-top: 3.75rem;
  }
}

.p-specialty-care__heading {
  margin: 0;
  padding-bottom: 0.5rem;
  border-bottom: 0.125rem solid #907258;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  color: #907258;
}
@media screen and (max-width: 767px) {
  .p-specialty-care__heading {
    font-size: 1.5rem;
  }
}

.p-specialty-care__text {
  margin: 1.875rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-specialty-care__text {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-specialty-care__media-block {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-specialty-care__media-block {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-specialty-care__media-block .p-specialty-care__text {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-specialty-care__media-block .p-specialty-care__image {
    order: -1;
  }
}

.p-specialty-care__image {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 393/243;
  border-radius: 0.625rem;
  background-color: #6c6c6c;
}

.p-specialty-care__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1023px) {
  .p-specialty-care__sidebar {
    position: static;
  }
}
/*# sourceMappingURL=style.css.map */
