@charset "UTF-8";
/* 単一記事ページ（single.php） */
html body.single {
  /* ---------- 記事の頭 ---------- */
  /* ---------- 本文 ---------- */
  /* ---------- 前後の記事 ---------- */
  /* ---------- 予約・お問い合わせ ---------- */
  /* ---------- 最新のお知らせ ---------- */
}
html body.single .mc-single {
  padding-top: 110px;
}
html body.single .mc-single a {
  color: inherit;
}
html body.single .mc-single .arrow {
  width: 36px;
  height: 1px;
  display: block;
  position: relative;
  background-color: currentColor;
  transition: width 0.4s;
}
html body.single .mc-single .arrow::after {
  width: 9px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: currentColor;
  transform: rotate(35deg);
  transform-origin: right center;
}
html body.single .mc-single__article {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}
html body.single .mc-single__head {
  max-width: 800px;
  padding: 56px 0 40px;
  margin: 0 auto;
}
html body.single .mc-single__crumb {
  color: #999;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  margin-bottom: 36px;
}
html body.single .mc-single__crumb a {
  color: #888;
  text-decoration: none;
}
html body.single .mc-single__crumb a:hover {
  color: #a00;
}
html body.single .mc-single__crumb span {
  margin: 0 8px;
}
html body.single .mc-single__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
html body.single .mc-single__meta time {
  color: #777;
  font-family: "futura-pt", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
html body.single .mc-single__label {
  color: #a00;
  font-family: "futura-pt", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.3em;
  border: solid 1px #d8c9c9;
  padding: 4px 10px 3px;
}
html body.single .mc-single__title {
  color: #111;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-bottom: 32px;
  border-bottom: solid 1px #e2ddd5;
}
html body.single .mc-single__title::after {
  width: 40px;
  height: 2px;
  display: block;
  content: "";
  background-color: #a00;
  margin-top: 28px;
  margin-bottom: -33px;
}
html body.single .mc-single__eyecatch {
  max-width: 1100px;
  margin: 0 auto 56px;
}
html body.single .mc-single__eyecatch img {
  width: 100%;
  height: auto;
  display: block;
}
html body.single .mc-single__body {
  max-width: 800px;
  color: #2a2a2a;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-bottom: 40px;
  margin: 0 auto;
}
html body.single .mc-single__body p {
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 1.4em;
}
html body.single .mc-single__body p:has(> img:only-child) {
  margin: 2.4em 0;
}
html body.single .mc-single__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
html body.single .mc-single__body h2 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  border-left: 4px solid #a00;
  padding-left: 14px;
  margin: 2.4em 0 1em;
}
html body.single .mc-single__body h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 2em 0 0.8em;
}
html body.single .mc-single__body a {
  color: #a00;
  text-decoration: underline;
  text-underline-offset: 3px;
}
html body.single .mc-single__body ul,
html body.single .mc-single__body ol {
  padding-left: 1.4em;
  margin: 0 0 1.4em;
}
html body.single .mc-single__body iframe {
  max-width: 100%;
}
html body.single .mc-single__body strong {
  font-weight: 700;
}
html body.single .mc-single__pager {
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 16px;
  border-top: solid 1px #e2ddd5;
  border-bottom: solid 1px #e2ddd5;
  padding: 28px 0;
  margin: 40px auto 0;
}
html body.single .mc-single__pager-item {
  display: block;
  text-decoration: none;
}
html body.single .mc-single__pager-item:hover .mc-single__pager-title {
  color: #a00;
}
html body.single .mc-single__pager-item.mc-single__pager-item--next {
  text-align: right;
}
html body.single .mc-single__pager-dir {
  display: block;
  color: #a00;
  font-family: "futura-pt", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.3em;
  margin-bottom: 6px;
}
html body.single .mc-single__pager-title {
  display: -webkit-box;
  overflow: hidden;
  color: #222;
  font-size: 1.45rem;
  line-height: 2.3rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.3s;
}
html body.single .mc-single__pager-list {
  align-self: center;
  color: #111;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  white-space: nowrap;
  border: solid 1px #ccc;
  padding: 10px 20px;
  transition: border-color 0.3s, color 0.3s;
}
html body.single .mc-single__pager-list:hover {
  color: #a00;
  border-color: #a00;
}
html body.single .mc-single__cta {
  background-color: #f8f6f2;
  border-top: solid 1px #ebe6dd;
  border-bottom: solid 1px #ebe6dd;
  padding: 64px 20px;
  margin-top: 80px;
}
html body.single .mc-single__cta-inner {
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  margin: 0 auto;
}
html body.single .mc-single__cta-text {
  flex: 1;
}
html body.single .mc-single__cta-text p {
  color: #555;
  font-size: 1.5rem;
  line-height: 2.8rem;
}
html body.single .mc-single__cta-label,
html body.single .mc-single__sec-label {
  color: #a00 !important;
  font-family: "futura-pt", sans-serif;
  font-size: 1.4rem !important;
  letter-spacing: 0.35em;
  margin-bottom: 8px;
}
html body.single .mc-single__cta-title {
  color: #111 !important;
  font-size: 2.2rem !important;
  font-weight: 600;
  line-height: 1.6 !important;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
html body.single .mc-single__cta-tel {
  margin-top: 12px;
}
html body.single .mc-single__cta-tel a {
  color: #111;
  font-family: "futura-pt", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  margin-left: 8px;
}
html body.single .mc-single__cta-tel span {
  color: #888;
  font-size: 1.3rem;
  margin-left: 14px;
}
html body.single .mc-single__cta-btns {
  width: 340px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
html body.single .mc-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-decoration: none;
  padding: 20px 26px;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}
html body.single .mc-btn:hover .arrow {
  width: 52px;
}
html body.single .mc-btn.mc-btn--red {
  color: #fff !important;
  background-color: #9b0e0e;
}
html body.single .mc-btn.mc-btn--red:hover {
  background-color: #6e0808;
}
html body.single .mc-btn.mc-btn--line {
  color: #111 !important;
  border: solid 1px #111;
}
html body.single .mc-btn.mc-btn--line:hover {
  color: #fff !important;
  background-color: #111;
}
html body.single .mc-single__latest {
  max-width: 1100px;
  padding: 80px 20px 100px;
  margin: 0 auto;
}
html body.single .mc-single__sec-title {
  color: #111;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
}
html body.single .mc-single__latest-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}
html body.single .mc-single__latest-list a {
  display: block;
  color: #111;
  text-decoration: none;
}
html body.single .mc-single__latest-list a:hover img {
  transform: scale(1.04);
}
html body.single .mc-single__latest-img {
  aspect-ratio: 3/2;
  overflow: hidden;
  background-color: #eee;
  margin-bottom: 14px;
}
html body.single .mc-single__latest-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s;
}
html body.single .mc-single__latest-date {
  color: #888;
  font-family: "futura-pt", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
html body.single .mc-single__latest-title {
  font-size: 1.5rem;
  line-height: 2.5rem;
  border-left: 3px solid #a00;
  padding-left: 12px;
}
html body.single .mc-single__more {
  text-align: right;
  margin-top: 36px;
}
html body.single .mc-single__more a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #111;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-bottom: solid 1px #111;
  padding-bottom: 8px;
}
html body.single .mc-single__more a:hover .arrow {
  width: 52px;
}

@media screen and (max-width: 1024px) {
  html body.single .mc-single {
    padding-top: 60px;
  }
  html body.single .mc-single__cta-inner {
    display: block;
  }
  html body.single .mc-single__cta-btns {
    width: 100%;
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  html body.single .mc-single__article {
    padding: 0 16px;
  }
  html body.single .mc-single__head {
    padding: 28px 0 28px;
  }
  html body.single .mc-single__crumb {
    margin-bottom: 24px;
  }
  html body.single .mc-single__title {
    font-size: 2.4rem;
    padding-bottom: 24px;
  }
  html body.single .mc-single__title::after {
    margin-top: 20px;
    margin-bottom: -25px;
  }
  html body.single .mc-single__eyecatch {
    margin: 0 -16px 36px;
  }
  html body.single .mc-single__body {
    font-size: 1.55rem;
    line-height: 1.95;
  }
  html body.single .mc-single__body p:has(> img:only-child) {
    margin: 1.8em 0;
  }
  html body.single .mc-single__body h2 {
    font-size: 2rem;
  }
  html body.single .mc-single__pager {
    grid-template-columns: 1fr 1fr;
    padding: 22px 0;
  }
  html body.single .mc-single__pager .mc-single__pager-list {
    grid-column: 1/-1;
    grid-row: 2;
    justify-self: center;
  }
  html body.single .mc-single__cta {
    padding: 48px 16px;
    margin-top: 56px;
  }
  html body.single .mc-single__cta-title {
    font-size: 1.9rem !important;
  }
  html body.single .mc-single__cta-tel span {
    display: block;
    margin: 4px 0 0;
  }
  html body.single .mc-btn {
    font-size: 1.4rem;
    padding: 18px 20px;
  }
  html body.single .mc-single__latest {
    padding: 56px 16px 64px;
  }
  html body.single .mc-single__sec-title {
    font-size: 2.1rem;
    margin-bottom: 24px;
  }
  html body.single .mc-single__latest-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
