@charset "UTF-8";

/*
 * Responsive content system.
 *
 * Page typography, treatments, tables and content-only components live here.
 * The shared shell (header, navigation, page header and footer) is owned by its
 * dedicated v2 component stylesheets and is intentionally absent.
 */

:root {
  --brand-main: #25aabb;
  --brand-accent: #64be91;
  --brand-orange: #f8941c;
}

:root {
  --c-white: #fff;
  --c-text: #4B4B4B;
  --c-text-muted: #777;
  --c-text-dark: #333;
  --c-border: #ccc;
  --c-border-dashed: #D7D7D7;
  --c-border-light: #E5E5E5;
  --c-bg-subtle: #f4f4f4;
  --c-bg-light: #eee;
  --c-accent-dark: #262f66;
  --c-heading-wp: #aa7f21;
  --c-bg-warm: #FCF2DA;
  --c-bg-mint: #DFF4F2;
  --c-success: #6fb00c;
  --c-success-light: #86cc88;
  --c-alert: #D4145A;
  --c-warning: #F90;
  --c-heading: light-dark(#4B4B4B, #e0e0e0);
  --c-surface: light-dark(#fff, #1a1a1a);
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark light;
  }
}
@property --brand-main {
  syntax: "<color>";
  inherits: true;
  initial-value: #25AABB;
}
@property --space-md {
  syntax: "<length>";
  inherits: true;
  initial-value: 24px;
}
/* Brand and content tokens are shared by every responsive mode. */
/*------------------------------
CSSカスタムプロパティ（デザイントークン）
spacing / radius の共通変数。既存値の置換は行わず定義のみ追加。
------------------------------*/
:root {
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 64px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
}

/*------------------------------
コンテナー
------------------------------*/
body {
  background-color: var(--c-white);
  color: var(--c-text);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  line-height: 1.6;
}

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

.inner {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.green {
  color: var(--brand-main);
}

/* Shared content components. */
:root {
  --color-brown: #a97f20;
  --font-theme: '秀英明朝 L', 'Yu Mincho', serif;
}

.c-button {
  position: relative;
  display: inline-block;
  padding: 0.5em 2em;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  background: url("../img/icon01.webp") no-repeat right 1em center;
}
@media screen and (max-width: 768px) {
  .c-button {
    padding: 0.8em 2em;
  }
}
.c-button:hover {
  opacity: 0.7;
}

.c-career__item {
  padding: 0.1em 0;
}
.c-career__table {
  border-collapse: separate;
  border-spacing: 2px;
}
.c-career__table th {
  text-align: center;
  padding: 0.2em 1em;
  vertical-align: top;
  font-weight: normal;
}

.c-container, .c-container * {
  box-sizing: border-box;
}
.c-container {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-container--md {
  max-width: 680px;
}

.c-heading {
  margin-bottom: 0.5em;
  padding: 0.5em 0.5em;
  background-color: #25AABB;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-heading {
    padding: 0.3em 0.5em;
  }
}

.c-image {
  display: block;
  max-width: 100%;
  height: auto;
}
.c-image--center {
  margin-left: auto;
  margin-right: auto;
}
.c-image--full {
  width: 100%;
}

.c-map-embed {
  border: 0;
}

.c-recommend-badge {
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 30px;
  background-color: #fff;
  color: #25AABB;
  font-weight: normal;
}

.c-consent-block {
  margin-top: 20px;
}

.c-document-link {
  text-decoration: underline;
}

.site-shell--static-v2 #preventive-content article h4.c-subsection-heading--spaced {
  margin-top: 50px;
}

.c-list__item {
  position: relative;
  list-style: none;
  padding-left: 1.3em;
}
.c-list__item::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

.c-paragraph {
  line-height: 1.6;
}
.c-paragraph + .c-paragraph {
  margin-top: 1em;
}

.c-profile {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 0.25em;
  justify-content: center;
}
.c-profile__image {
  max-width: 300px;
}
.c-profile__signature {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.c-profile__role {
  margin-right: 0.8em;
  font-size: 18px;
}
.c-profile__name {
  font-size: 32px;
  letter-spacing: 0.05em;
}

.p-concept, .p-concept * {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .p-concept {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-concept {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.p-concept__heading {
  font-size: 36px;
  font-family: リュウミン M-KL;
  text-align: center;
  padding-bottom: 0.5em;
  font-weight: normal;
  background: url("../img/content-shadow-top.webp") no-repeat center bottom;
}
@media screen and (max-width: 768px) {
  .p-concept__heading {
    font-size: 24px;
  }
}
.p-concept__inner {
  display: grid;
  grid-gap: 20px;
}
@media screen and (min-width: 769px) {
  .p-concept__inner {
    grid-template-columns: 1fr 240px;
    grid-template-areas: "content figure";
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-concept__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "figure" "content";
    margin-top: 20px;
  }
}
.p-concept__figure {
  grid-area: figure;
}
.p-concept__figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-concept__figure img {
    max-height: 250px;
  }
}
.p-concept {
  /* for test */
}
.p-concept__inner-test {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "figure" "content";
  grid-gap: 20px;
}
@media screen and (min-width: 769px) {
  .p-concept__inner-test {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-concept__inner-test {
    margin-top: 20px;
  }
}
.p-concept__figure-test {
  grid-area: figure;
  display: flex;
  justify-content: center;
}
.p-concept__image-test {
  width: 100%;
  max-width: 780px;
  height: auto;
}
.p-concept__content {
  grid-area: content;
}
@media screen and (max-width: 768px) {
  .p-concept__content {
    font-size: 14px;
  }
}
.p-concept__bottom {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-concept__download-button {
    width: 100%;
  }
}

.p-metal-free {
  display: grid;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-metal-free {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-metal-free {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
.p-metal-free__item {
  border-width: 1px;
  border-style: solid;
}
.p-metal-free__item[data-impression=negative] {
  border-color: #9c9c9c;
}
.p-metal-free__item[data-impression=negative] > .p-metal-free__heading {
  background-color: #9c9c9c;
}
.p-metal-free__item[data-impression=positive] {
  border-color: #25AABB;
}
.p-metal-free__item[data-impression=positive] > .p-metal-free__heading {
  background-color: #25AABB;
}
.p-metal-free__heading {
  padding: 10px;
  color: #fff;
  text-align: center;
}
.p-metal-free__content {
  padding: 10px;
}

.p-staff {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.p-staff__item {
  display: grid;
  grid-template-columns: 320px 1fr;
  grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-staff__item {
    grid-template-columns: 1fr;
  }
}

.u-text--center {
  text-align: center;
}
.u-text--bold {
  font-weight: bold;
}
.u-text--underline {
  text-decoration: underline;
}

.u-display--ib {
  display: inline-block;
}

.u-overflow--hidden {
  overflow: hidden;
}

.site-shell--static-v2 #service .photobox img.u-width--full {
  width: 100%;
}

.u-mt--10 {
  margin-top: 10px;
}

.u-ml--10 {
  margin-left: 10px;
}

.u-mr--10 {
  margin-right: 10px;
}

.u-mb--10 {
  margin-bottom: 10px;
}

.u-pt--10 {
  padding-top: 10px;
}

.u-pl--10 {
  padding-left: 10px;
}

.u-pr--10 {
  padding-right: 10px;
}

.u-pb--10 {
  padding-bottom: 10px;
}

.u-mt--20 {
  margin-top: 20px;
}

.u-ml--20 {
  margin-left: 20px;
}

.u-mr--20 {
  margin-right: 20px;
}

.u-mb--20 {
  margin-bottom: 20px;
}

.u-pt--20 {
  padding-top: 20px;
}

.u-pl--20 {
  padding-left: 20px;
}

.u-pr--20 {
  padding-right: 20px;
}

.u-pb--20 {
  padding-bottom: 20px;
}

.u-mt--30 {
  margin-top: 30px;
}

.u-ml--30 {
  margin-left: 30px;
}

.u-mr--30 {
  margin-right: 30px;
}

.u-mb--30 {
  margin-bottom: 30px;
}

.u-pt--30 {
  padding-top: 30px;
}

.u-pl--30 {
  padding-left: 30px;
}

.u-pr--30 {
  padding-right: 30px;
}

.u-pb--30 {
  padding-bottom: 30px;
}

.u-mt--40 {
  margin-top: 40px;
}

.u-ml--40 {
  margin-left: 40px;
}

.u-mr--40 {
  margin-right: 40px;
}

.u-mb--40 {
  margin-bottom: 40px;
}

.u-pt--40 {
  padding-top: 40px;
}

.u-pl--40 {
  padding-left: 40px;
}

.u-pr--40 {
  padding-right: 40px;
}

.u-pb--40 {
  padding-bottom: 40px;
}

.u-mt--50 {
  margin-top: 50px;
}

.u-ml--50 {
  margin-left: 50px;
}

.u-mr--50 {
  margin-right: 50px;
}

.u-mb--50 {
  margin-bottom: 50px;
}

.u-pt--50 {
  padding-top: 50px;
}

.u-pl--50 {
  padding-left: 50px;
}

.u-pr--50 {
  padding-right: 50px;
}

.u-pb--50 {
  padding-bottom: 50px;
}

.u-mt--60 {
  margin-top: 60px;
}

.u-ml--60 {
  margin-left: 60px;
}

.u-mr--60 {
  margin-right: 60px;
}

.u-mb--60 {
  margin-bottom: 60px;
}

.u-pt--60 {
  padding-top: 60px;
}

.u-pl--60 {
  padding-left: 60px;
}

.u-pr--60 {
  padding-right: 60px;
}

.u-pb--60 {
  padding-bottom: 60px;
}

.u-mt--70 {
  margin-top: 70px;
}

.u-ml--70 {
  margin-left: 70px;
}

.u-mr--70 {
  margin-right: 70px;
}

.u-mb--70 {
  margin-bottom: 70px;
}

.u-pt--70 {
  padding-top: 70px;
}

.u-pl--70 {
  padding-left: 70px;
}

.u-pr--70 {
  padding-right: 70px;
}

.u-pb--70 {
  padding-bottom: 70px;
}

.u-mt--80 {
  margin-top: 80px;
}

.u-ml--80 {
  margin-left: 80px;
}

.u-mr--80 {
  margin-right: 80px;
}

.u-mb--80 {
  margin-bottom: 80px;
}

.u-pt--80 {
  padding-top: 80px;
}

.u-pl--80 {
  padding-left: 80px;
}

.u-pr--80 {
  padding-right: 80px;
}

.u-pb--80 {
  padding-bottom: 80px;
}

.u-mt--90 {
  margin-top: 90px;
}

.u-ml--90 {
  margin-left: 90px;
}

.u-mr--90 {
  margin-right: 90px;
}

.u-mb--90 {
  margin-bottom: 90px;
}

.u-pt--90 {
  padding-top: 90px;
}

.u-pl--90 {
  padding-left: 90px;
}

.u-pr--90 {
  padding-right: 90px;
}

.u-pb--90 {
  padding-bottom: 90px;
}

.u-mt--100 {
  margin-top: 100px;
}

.u-ml--100 {
  margin-left: 100px;
}

.u-mr--100 {
  margin-right: 100px;
}

.u-mb--100 {
  margin-bottom: 100px;
}

.u-pt--100 {
  padding-top: 100px;
}

.u-pl--100 {
  padding-left: 100px;
}

.u-pr--100 {
  padding-right: 100px;
}

.u-pb--100 {
  padding-bottom: 100px;
}

/* Desktop content composition. */
@media print, screen and (min-width: 1024px) {
/*------------------------------
メインビジュアル
------------------------------*/
#main-visual {
  background-color: var(--c-white);
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

#main-visual .logo {
  margin: 0 auto;
  width: 1004px;
}

#main-visual .logo img {
  margin-inline-start: -50px;
}

#main-visual .catch {
  position: absolute;
  top: 370px;
  left: 50%;
  margin-inline-start: -336px;
}

/*------------------------------
コンテンツ
------------------------------*/
#content {
  position: relative;
  padding: 0;
  margin-top: 0px;
}

#home #content {
  margin-top: 70px;
}

.info .schedule {
  width: 480px;
}

.info .schedule p {
  text-align: right;
  font-size: 14px;
}

header .info .schedule {
  width: auto;
}

.info .contact {
  width: 480px;
}

header .info .contact {
  width: auto;
}

.info .contact .tel {
  margin: 10px 0 60px;
  padding-inline-start: 35px;
  font-size: 26px;
  display: inline-block;
  background: url(../img/icon-tel.webp) no-repeat left center;
}

header .info .contact .tel {
  margin: 5px 0 5px;
  padding-inline-start: 25px;
  font-size: 24px;
  background: url(../img/icon-tel.webp) no-repeat left center;
  background-size: 15px auto;
}

.info .contact .web {
  margin-top: 15px;
}

.info .contact .web a {
  display: block;
  background: var(--c-white);
  width: 200px;
  height: 33px;
  line-height: 33px;
  border: 1px solid var(--brand-main);
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
}

.info .contact .web a span {
  padding-inline-end: 20px;
  background: url(../img/icon01.webp) no-repeat right center;
}

header .info .contact .web {
  margin-top: 5px;
}

.info .contact .fax {
  font-size: 15px;
}

.info .contact .address {
  font-size: 16px;
  line-height: 1.5;
}

.page header .info {
  width: 600px;
}

.page header .info .contact .time-box {
  width: 380px;
}

.page header .info .contact .address {
  font-size: 12px;
  width: 190px;
}

.page header .info .contact .address .tel {
  font-size: 18px;
  color: var(--brand-main);
  padding: 0;
  background: none;
  white-space: nowrap;
}

.page header .info .contact .address .tel small {
  font-size: 14px;
  color: #787878;
}

.page header .info .contact .web a {
  background: var(--brand-main);
  color: var(--c-white);
  font-size: 16px;
  width: 190px;
  height: 30px;
  line-height: 30px;
  border: none;
  border-bottom: 2px solid #e5e5e5;
}

.page header .info .contact .web a span {
  background: none;
  padding: 0;
}

header .info .contact .address {
  font-size: 14px;
}

.info .contact .btn a {
  top: -100px;
  display: block;
  border: 1px solid #fff;
  color: var(--c-white);
  text-align: center;
  margin-top: 10px;
  padding: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-family: リュウミン M-KL;
}

.info .contact .btn a.fixed {
  position: fixed;
  top: 6px;
  left: 270px;
  z-index: 2;
  margin: 0;
  transition: top 0.5s ease-in;
}

.info-sns {
  text-align: right;
  padding: 20px 0 0;
}

.info-sns ul li {
  display: inline;
  margin: 0 0 0 10px;
}

.header-sns {
  text-align: right;
  padding: 5px 25px 0;
}

.header-sns ul li {
  display: inline;
  margin: 0 0 0 10px;
}

table.schedule-table {
  white-space: nowrap;
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 5px;
}

table.schedule-table th {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  border-bottom: solid #D8D8D8 1px;
  vertical-align: middle;
  font-weight: normal;
  background: #D8D8D8;
}

table.schedule-table td {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  border-bottom: solid #dbdbdb 1px;
  vertical-align: middle;
  background: var(--c-white);
}

table.schedule-table td.time {
  font-size: 14px;
}

header table.schedule-table th {
  padding: 5px;
  font-size: 12px;
}

header table.schedule-table td {
  padding: 5px;
  font-size: 12px;
}

.content-arrow {
  padding: 70px 0 0;
  background: url(../img/content-arrow.webp) no-repeat center top;
}

.large {
  font-size: 150%;
}

/*------------------------------
トップページ - お悩み
------------------------------*/
#onayami {
  text-align: center;
  background: #F5F5F5;
  padding: 40px 0 60px;
  margin-bottom: 60px;
}

#onayami h2 {
  font-size: 36px;
  font-family: リュウミン M-KL;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
}

.onayami-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 676px;
  margin: 0 auto;
}

.onayami-container li {
  height: 154px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  margin-inline-end: 20px;
  margin-top: 20px;
  border: 1px solid #E5E5E5;
}

.onayami-container li:nth-child(4n) {
  margin-inline-end: 0px;
}

.onayami-container li a {
  display: block;
  height: 100%;
  color: var(--c-text-dark);
  font-size: 14px;
  background-color: var(--c-white);
  background-position: center 25%;
  box-sizing: border-box;
  padding-top: 120px;
  background-repeat: no-repeat;
}

.onayami-container li a:hover {
  opacity: 0.8;
}

.onayami-container li.onayami-box01 a {
  background-image: url(../img/onayami-icon01.webp);
}

.onayami-container li.onayami-box02 a {
  background-image: url(../img/onayami-icon02.webp);
}

.onayami-container li.onayami-box03 a {
  background-image: url(../img/onayami-icon03.webp);
}

.onayami-container li.onayami-box04 a {
  background-image: url(../img/onayami-icon04.webp);
}

.onayami-container li.onayami-box05 a {
  background-image: url(../img/onayami-icon05.webp);
}

.onayami-container li.onayami-box06 a {
  background-image: url(../img/onayami-icon06.webp);
}

.onayami-container li.onayami-box07 a {
  background-image: url(../img/onayami-icon07.webp);
}

.onayami-container li.onayami-box08 a {
  background-image: url(../img/onayami-icon08.webp);
}

.onayami-container li.onayami-box09 a {
  background-image: url(../img/onayami-icon09.webp);
}

.onayami-container li.onayami-box10 a {
  background-image: url(../img/onayami-icon10.webp);
}

.onayami-container li.onayami-box11 a {
  background-image: url(../img/onayami-icon11.webp);
}

.onayami-container li.onayami-box12 a {
  background-image: url(../img/onayami-icon12.webp);
}

/*------------------------------
トップページ - 住所・時間
------------------------------*/
#home #timetel {
  display: none;
}

/*------------------------------
トップページ - 内覧会・開院のお知らせ
------------------------------*/
#home #info .box {
  border: 1px solid var(--brand-main);
  background: var(--c-white);
  text-align: center;
  padding: 20px;
  margin-top: 100px;
  margin-bottom: 30px;
}

#home #info .box:last-child {
  margin-top: 0px;
  margin-bottom: 100px;
}

#home #info .box h3 {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: normal;
}

#home #info .box strong {
  font-size: 36px;
  font-weight: normal;
  background: linear-gradient(transparent 70%, #FFF5BD 70%);
  background-position-y: -10px;
  padding: 0 20px 5px;
}

#home #info .box em {
  font-size: 18px;
  font-style: normal;
}

/*------------------------------
トップページ
------------------------------*/
#index-top {
  margin-bottom: 20px;
}

#index-top .info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}

#index-top .logo2 {
  margin-top: 30px;
}

#index-top .logo2 div {
  font-size: 14px;
  margin-top: 15px;
}

#index-top .logo2.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  transition: top 0.5s ease-in;
  margin: 5px 0 0 10px;
  background-color: var(--c-white);
  padding: 5px;
  border-radius: 5px;
}

#index-top .logo2.fixed img {
  height: 20px;
  width: auto;
}

#index-top .logo2.fixed div {
  display: none;
}

#index-top .index-time {
  width: 378px;
}

#index-top .index-time p {
  font-size: 14px;
  margin-bottom: 15px;
}

#index-top .contact {
  width: 100%;
  max-width: 600px;
  justify-self: end;
}

#index-top .contact .tel {
  font-size: 22px;
  margin: 10px 0 0px;
  white-space: nowrap;
  background: none;
  padding: 0;
  color: var(--brand-main);
  font-family: リュウミン M-KL;
}

#index-top .contact .tel em {
  font-size: 14px;
  font-style: normal;
  color: var(--c-text);
}

#index-top .info .contact .web a {
  display: block;
  background: var(--brand-main);
  width: 190px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  color: var(--c-white);
  font-size: 16px;
}

#index-top .info .contact .web a span {
  padding-inline-end: 0px;
  background: none;
}

.web_top a {
  display: block;
  background: var(--brand-main);
  width: 900px;
  line-height: 30px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  color: var(--c-white);
  font-size: 22px;
  margin: 0 auto 30px;
  padding: 10px 0;
}

.web_top a span {
  padding-inline-end: 0px;
  background: none;
}

#index-top .info .contact .address {
  width: 190px;
}

#index-top .fleft {
  /* width: 450px; */
  margin-bottom: 100px;
}

#index-top .fright {
  /* width: 510px; */
  overflow: hidden;
  margin-bottom: 50px;
}

#index-top .info .schedule {
  width: auto;
}

#index-top .kamoku {
  padding: 0px 0 0;
}

#index-top .kamoku h2 {
  font-size: clamp(18px, 2.5vw, 24px);
  font-family: リュウミン M-KL;
  margin: 0 0 10px;
  letter-spacing: 2px;
  font-weight: normal;
  border-bottom: solid #c7c7c7 1px;
  padding: 0 0 5px;
}

#index-top .kamoku ul {
  font-size: 0;
}

#index-top .kamoku ul li {
  width: 23%;
  margin: 0 2% 6px 0;
  display: inline-block;
  vertical-align: top;
}

#index-top .kamoku ul li:nth-child(4n) {
  margin: 0 0 6px;
  width: 25%;
}

#index-top .kamoku ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3em;
  padding: 7px 0;
  text-align: center;
  font-size: 12px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  border: solid #e5e5e5 1px;
  line-height: 1.5;
}

#index-top .kamoku ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
}

#index-top .kamoku ul li a.line2 {
  padding: 1px 0;
}

.mail {
  margin-top: 10px;
}

.mail p {
  background: var(--c-bg-mint);
  color: var(--c-text);
  padding: 5px;
  display: block;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 5px;
}

#index-top .logo {
  margin: 0 0 50px;
  top: -100px;
  display: none;
}

#index-top .logo.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  transition: top 0.5s ease-in;
  display: block;
}

#index-top .logo img {
  width: 450px;
  height: auto;
}

#index-top .logo.fixed img {
  height: 41px;
  width: auto;
  margin: 3px 0 0 10px;
}

#index-top table.schedule-table th {
  padding: 5px;
  border: none;
}

#index-yoyaku {
  padding: 30px 40px;
  margin-bottom: 80px;
  background: var(--c-bg-subtle);
  font-family: リュウミン M-KL;
}

#index-yoyaku > .clearfix {
  display: grid;
  grid-template-columns: 424px 1fr;
  gap: 20px;
  align-items: center;
}

#index-yoyaku h2 {
  font-family: リュウミン M-KL;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 30px;
  text-align: center;
}

#index-yoyaku > p {
  font-size: 15px;
  line-height: 1.6;
  padding-bottom: 20px;
}

#index-yoyaku .yoyaku-box-left {
  width: 525px;
  /*width: 424px;*/
  background: var(--c-white);
  padding: 20px;
  min-height: 108px;
  margin: 0 auto;
}

#index-yoyaku .yoyaku-box-left h3 {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: normal;
  font-family: リュウミン M-KL;
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: dashed #D7D7D7 1px;
}

#index-yoyaku .yoyaku-box-left .yoyaku-contact-tel {
  line-height: 1;
  background: url(../img/icon-tel.webp) no-repeat 0;
  font-size: 39px;
  margin-top: 20px;
  /*margin-inline-start: 55px;*/
  margin-inline-start: 100px;
  font-family: リュウミン M-KL;
  padding-inline-start: 40px;
  white-space: nowrap;
}

#index-yoyaku .yoyaku-box-right {
  width: 100%;
  max-width: 400px;
  justify-self: end;
  padding: 0px;
}

#index-yoyaku .yoyaku-box-right h3 {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: normal;
  font-family: リュウミン M-KL;
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-align: justify;
  border-bottom: dashed #D7D7D7 1px;
  width: 380px;
}

#index-yoyaku .yoyaku-box-right p {
  /*font-size: 16px;*/
  font-size: 14px;
  line-height: 1.6;
  width: 380px;
  margin-top: 5px;
}

#index-yoyaku .yoyaku-box-right img {
  margin-top: -50px;
}

.news-container h2 {
  text-wrap: balance;
  font-size: clamp(18px, 2.5vw, 24px);
  font-family: リュウミン M-KL;
  margin: 0 0 10px;
  letter-spacing: 2px;
  font-weight: normal;
  border-bottom: solid #c7c7c7 1px;
  padding: 0 0 5px;
}

.news-body ul {
  height: 200px;
  overflow: auto;
}

.news-body ul::-webkit-scrollbar {
  width: 5px;
}

.news-body ul::-webkit-scrollbar-thumb {
  background-color: var(--c-border);
  border-radius: 15px;
}

.news-body ul li {
  font-size: 0;
  margin: 0 0 10px;
}

.news-body ul li p {
  margin-top: 10px;
}

.news-body ul li .date {
  color: var(--brand-main);
  display: inline-block;
  width: 20%;
  font-size: 16px;
  margin: 0 50px 0 0;
  line-height: 1.5;
  vertical-align: top;
}

.news-body ul li .title {
  display: inline-block;
  width: 65%;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: top;
}

#index-content {
  margin-bottom: 50px;
}

#index-content #etiquette {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 120px;
}

#index-content article figure {
  width: 200px;
  margin: 0 60px 80px 0;
}

#index-content article figure img {
  width: 200px;
  border: 3px solid #ffea00;
}

#index-content article h3 {
  font-size: clamp(16px, 2vw, 20px);
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: normal;
  color: var(--brand-main);
}

#index-content article h3 strong {
  font-size: 30px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}

#index-content article p {
  font-size: 16px;
  line-height: 1.6;
}

#index-content article.two img {
  margin-inline-start: -25px;
}

#index-content article .phone {
  line-height: 1;
  background: url(../img/icon-tel.webp) no-repeat 0;
  font-size: 39px;
  margin-top: 30px;
  margin-inline-start: 30px;
  font-family: リュウミン M-KL;
  padding-inline-start: 40px;
  white-space: nowrap;
}

#index-content h4 {
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 30px 0 20px;
}

#index-content .btn {
  display: inline-block;
  background: var(--c-white);
  width: 223px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  font-size: 16px;
  margin-top: 30px;
}

#index-content .btn span {
  padding-inline-end: 20px;
  background: url(../img/icon01.webp) no-repeat right center;
}

#index-content .preventive-btn {
  text-align: center;
  margin-top: 30px;
}

#index-content .preventive-btn button {
  font-size: clamp(20px, 3vw, 28px);
  padding: 10px 50px;
  background-color: #80dce6;
  border-style: none;
  border-radius: 5px;
  border: 2px solid #24ABBA;
}

#index-content .preventive-btn button a {
  color: var(--c-white);
}

#index-content .preventive-btn button:hover {
  background-color: #aae8ef;
  border: 2px solid #80dce6;
}

.serBox2 {
  width: 45%;
  padding: 0% 2% 5%;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: center center;
}

.blockb {
  width: 480px;
}

.aboutBox {
  background-image: linear-gradient(transparent, transparent);
  height: 248px;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 70px;
}

.title-shadow {
  font-size: 36px;
  font-family: リュウミン M-KL;
  text-align: center;
  margin: 0 0 80px;
  padding-bottom: 20px;
  font-weight: normal;
  background: url(../img/content-shadow-top.webp) no-repeat center bottom;
}

/*------------------------------
トップページ - 院長あいさつ
------------------------------*/
#home #greeting.content {
  padding: 40px 0 120px;
}

#home #greeting {
  text-align: center;
}

#home #greeting h3 {
  text-align: justify;
  font-size: 30px;
  font-family: リュウミン M-KL;
  color: var(--brand-main);
  margin-bottom: 10px;
}

#home #greeting h3 strong {
  font-size: 32px;
  font-weight: normal;
}

#home #greeting img {
  margin-inline-start: 30px;
  width: 270px;
}

#home #greeting p {
  text-align: justify;
}

#home #greeting .name {
  text-align: right;
  font-size: 18px;
  margin-top: 20px;
}

#home #greeting .name strong {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: normal;
}

#home #greeting .frame {
  background: var(--c-bg-subtle);
  clear: both;
  margin-top: 30px;
  text-align: justify;
  padding: 15px 30px;
}

#home #greeting .frame h4 {
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: normal;
  color: var(--brand-main);
  border-bottom: 1px dotted #D7D7D7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: リュウミン M-KL;
}

#home #greeting .btn a {
  display: block;
  background: var(--c-white);
  width: 300px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  margin: 20px auto 0;
}

#home #greeting .btn a span {
  padding-inline-end: 20px;
  background: url(../img/icon01.webp) no-repeat right center;
}

#home #greeting .frame table {
  width: 100%;
}

#home #greeting .frame table th {
  width: 150px;
}

/*------------------------------
トップページ - 院内・設備紹介
------------------------------*/
#facility {
  text-align: center;
  padding: 40px 0 60px 0;
}

#home #facility .box {
  margin-bottom: 60px;
  overflow: hidden;
}

#home #facility ul {
  font-size: 0;
  margin-bottom: 30px;
  margin-top: -17px;
}

#home #facility ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

#home #facility ul li {
  font-size: 16px;
  text-align: justify;
  margin-top: 17px;
}

#home #facility ul li img {
  margin-bottom: 10px;
  width: 100%;
}

#home #facility ul li h3 {
  font-weight: normal;
  margin-bottom: 5px;
  text-align: center;
  font-size: clamp(16px, 2vw, 20px);
}

#home #facility .btn {
  display: inline-block;
  background: var(--c-white);
  width: 300px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  font-size: 16px;
  margin: 0 auto 30px;
}

#home #facility .btn span {
  padding-inline-end: 20px;
  background: url(../img/icon01.webp) no-repeat right center;
}

#home #facility table {
  border: 1px solid #E5E5E5;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  margin: 0 0 60px;
}

#home #facility table th {
  font-weight: normal;
  background: #FAFAFA;
  padding: 15px;
  vertical-align: top;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  width: 140px;
}

#home #facility table tr:last-child th {
  border-bottom: none;
}

#home #facility table td {
  background: var(--c-white);
  padding: 15px;
  text-align: justify;
  border-bottom: 1px solid #E5E5E5;
}

#home #facility table tr:last-child td {
  border-bottom: none;
}

/*------------------------------
下層ページ共通
------------------------------*/
#page-header h2 {
  font-size: 48px;
  font-family: リュウミン M-KL;
  text-align: center;
  font-weight: normal;
  padding: 65px 0 0;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  line-height: 1.5;
}

#page-header h2 small {
  font-family: 新ゴ R;
  display: block;
  padding: 5px 0 0;
  font-size: 15px;
  color: var(--brand-main);
}

.breadcrumb {
  border-bottom: solid #ececec 1px;
  font-size: 14px;
  padding: 12px 0;
  background: var(--c-bg-subtle);
  width: auto;
}

.breadcrumb ul {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb ul li {
  width: auto;
  line-height: 1;
}

.breadcrumb ul li a {
  color: var(--brand-main);
}

.page-link {
  margin: 0 0 30px;
}

.page-link ul {
  font-size: 0;
}

.page-link ul li {
  display: inline-block;
  margin: 0 2% 20px 0;
  width: 32%;
  vertical-align: top;
}

.page-link ul li:nth-child(3n) {
  display: inline-block;
  margin: 0 0 20px 0;
}

.page-link ul li a {
  background-image: linear-gradient(transparent, transparent);
  background-size: contain;
  background-repeat: repeat-x;
  padding: 15px 20px;
  text-align: center;
  color: var(--c-white);
  font-size: 20px;
  display: block;
  border-radius: 10px;
}

.page-link ul li a span {
  display: block;
  padding: 0 0 0 30px;
  background: linear-gradient(transparent, transparent) no-repeat 0;
  text-align: justify;
}

.page-link ul li a:hover {
  opacity: 0.8;
}

.line-header {
  text-align: center;
  margin: 0 0 40px;
  background: url(../img/ling-header-bg.gif) no-repeat center;
}

.line-header h2 {
  text-wrap: balance;
  display: inline-block;
  padding: 0 10px;
  background-color: var(--c-white);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: normal;
  line-height: 1;
}

.corner-box {
  border: solid #ccc 1px;
  border-radius: 10px;
  position: relative;
  margin: 40px 0;
}

.corner-box-header {
  position: absolute;
  top: -30px;
  left: 0;
  text-align: center;
  width: 100%;
}

.corner-box-header h3 {
  text-wrap: balance;
  display: inline-block;
  padding: 0 20px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1;
  background-color: var(--c-white);
}

.corner-box .body {
  padding: 60px 30px 30px;
}

.corner-box .body p {
  font-size: 20px;
  margin: 0 0 30px;
  text-align: center;
}

.corner-box .body .bnr {
  text-align: center;
}

/*------------------------------
治療の流れ
------------------------------*/
#flow #page-header {
  background: url(../img/page-header-bg2.webp) no-repeat center;
  background-size: auto 100%;
  height: 250px;
  width: 100%;
  margin: 0 0 0;
}

#flow #page-header .inner {
  background: linear-gradient(transparent, transparent) no-repeat;
  height: 250px;
}

#flow-content h3 {
  font-size: clamp(28px, 4vw, 40px);
  font-family: リュウミン M-KL;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin-top: 40px;
}

#flow-content p {
  font-size: 15px;
  line-height: 1.8;
}

#flow-content p.catch {
  font-size: 15px;
  line-height: 1.8;
  margin: 20px auto 100px auto;
  text-align: center;
  background: url(../img/content-shadow-top.webp) top center no-repeat;
  padding: 60px 0 0;
  width: 1024px;
}

#flow-content ol {
  width: 1024px;
  margin: 0 auto;
}

#flow-content ol li {
  padding: 40px 0 0 160px;
  min-height: 250px;
  overflow: hidden;
  margin: 0 0 10px 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#flow-content ol li h3 {
  font-size: 36px;
  font-family: リュウミン M-KL;
  line-height: 1.2;
  font-weight: normal;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: solid #ccc 1px;
  width: 515px;
  text-align: justify;
}

#flow-content ol li h3 span {
  display: none;
}

#flow-content ol li figure {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}

#flow-content ol li img {
  margin: -70px 0 0 0;
  flex-shrink: 0;
  aspect-ratio: auto;
}

#flow-content ol li figcaption {
  width: 515px;
}

#flow-content ol li figcaption p {
  font-size: 15px;
  margin: 0 0 10px 0;
}

#flow-content ol li figcaption div.btn a {
  font-family: リュウミン M-KL;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 18px;
  display: inline-block;
}

#flow-content ol li.flow-content01 {
  background-image: url(../img/flow/flow01.webp);
}

#flow-content ol li.flow-content01 .tel {
  font-size: 30px;
  background: url(../img/icon-tel.webp) no-repeat 0;
  padding: 0 0 0 30px;
  color: var(--c-success);
}

#flow-content ol li.flow-content01 .tel small {
  display: none;
}

#flow-content ol li.flow-content01 .tel a {
  color: var(--c-success);
}

#flow-content ol li.flow-content02 {
  background-image: url(../img/flow/flow02.webp);
}

#flow-content ol li.flow-content03 {
  background-image: url(../img/flow/flow03.webp);
}

#flow-content ol li.flow-content04 {
  background-image: url(../img/flow/flow04.webp);
}

#flow-content ol li.flow-content05 {
  background-image: url(../img/flow/flow05.webp);
}

#flow-content ol li.flow-content06 {
  background-image: url(../img/flow/flow06.webp);
}

#flow-content ol li.flow-content07 {
  background-image: url(../img/flow/flow07.webp);
  margin-bottom: 100px;
}

#flow-content ol li.flow-content08 {
  background-image: url(../img/flow/flow08.webp);
}

#flow-content ol li.flow-content09 {
  background-image: url(../img/flow/flow09.webp);
}

#flow-content ol li.flow-content10 {
  background-image: url(../img/flow/flow10.webp);
  margin-bottom: 100px;
}

#flow-content .flow-flow {
  margin-bottom: 60px;
}

#flow-content .flow-flow ol li {
  padding: 0 0 40px;
  background-position: 440px bottom;
  background-repeat: no-repeat;
  margin: 0 0 10px;
}

#flow-content .flow-flow ol li.odd {
  background-image: linear-gradient(transparent, transparent);
}

#flow-content .flow-flow ol li.odd.last {
  background-image: none;
}

#flow-content .flow-flow ol li.even {
  background-image: linear-gradient(transparent, transparent);
}

#flow-content .flow-flow ol li.even.last {
  background-image: none;
}

#flow-content .flow-flow ol li span.number {
  width: 200px;
  height: 200px;
  display: block;
}

#flow-content .flow-flow ol li.odd span.number {
  margin-top: 70px;
}

#flow-content .flow-flow ol li.even span.number {
  margin-top: 70px;
}

#flow-content .flow-flow ol li p.title {
  border-radius: 10px;
  font-size: 15px;
  padding: 20px;
}

#flow-content .flow-flow ol li p.title em {
  font-size: 48px;
  font-style: normal;
  text-align: justify;
  display: block;
  line-height: 1.4;
  padding-bottom: 10px;
}

#flow-content .flow-flow ol li p.title span {
  width: 440px;
}

#flow-content .flow-flow ol li.odd p.title {
  border: solid #86cc88 1px;
  width: 760px;
  margin-inline-start: 100px;
  margin-top: -300px;
  padding-inline-start: 120px;
  overflow: hidden;
}

#flow-content .flow-flow ol li.odd p.title em {
  color: var(--c-success-light);
}

#flow-content .flow-flow ol li.even p.title {
  border: solid #a5ada2 1px;
  width: 760px;
  margin-inline-start: 100px;
  margin-top: -300px;
  padding-inline-start: 120px;
  overflow: hidden;
}

#flow-content .flow-flow ol li.even p.title em {
  color: #a5ada2;
}

#flow-content .flow-flow .btn_tel, .flow-flow .btn_web {
  display: inline-block;
  border-radius: 12px;
  background-color: #ffbfbd;
  color: var(--c-white);
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  font-size: 15px;
  width: 100%;
}

#flow-content .flow-flow ol li p.title small {
  display: block;
  font-weight: bold;
  font-size: clamp(15px, 1.8vw, 18px);
  padding-inline-start: 30px;
  background: url(../img/icon-maru.webp) no-repeat left center;
}

/*------------------------------
診療案内
------------------------------*/
#service #page-header {
  background: url(../img/page-header-bg1.webp) no-repeat center;
  background-size: auto 100%;
  height: 250px;
  width: 100%;
  margin: 0 0 0;
}

#service #page-header .inner {
  background: linear-gradient(transparent, transparent) no-repeat;
  height: 250px;
}

#service-content {
  margin: 0 0 0px;
  padding: 100px 0 0;
}

#service-content h3 {
  font-size: 30px;
  font-family: リュウミン M-KL;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 20px 0 20px;
}

#service-content h3 strong {
  color: var(--brand-main);
  font-weight: normal;
}

#service-content .main {
  background-color: var(--c-bg-mint);
  padding: 35px 25px;
  border-radius: 10px;
  margin-bottom: 50px;
  line-height: 1.6;
}

#service-content .main h2 {
  font-size: clamp(20px, 3vw, 28px);
  font-family: リュウミン M-KL;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}

#service-content .kamoku {
  margin: 0 0 50px;
  margin: 0 0 130px;
}

#service-content .kamoku ul {
  margin: 0 auto;
  font-size: 0;
  width: 1024px;
  /*display: flex;
    justify-content: center;*/
}

#service-content .kamoku ul li {
  display: inline-block;
  width: 230px;
  margin: 0 34px 20px 0;
  vertical-align: top;
}

#service-content .kamoku ul li:nth-child(4n) {
  margin: 0 0 20px;
  width: 232px;
}

#service-content .kamoku ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  font-size: 15px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  border: solid #e5e5e5 1px;
  line-height: 1.5;
}

#service-content .kamoku ul li a span {
  display: inline-block;
  vertical-align: middle;
  padding-inline-end: 20px;
  background: url(../img/icon02.webp) no-repeat right center;
}

#service-content .kamoku ul li a.line2 {
  padding: 1px 0;
}

#service-content article {
  margin: 0 auto 150px;
  width: 1024px;
}

#service-content article figure {
  width: 140px;
  padding: 0px 0 0;
  text-align: center;
}

#service-content article figure img {
  width: 320px;
  height: auto;
  aspect-ratio: auto;
}

#service-content article .body {
  width: 677px;
}

#service-content article h3 {
  font-size: clamp(20px, 3vw, 28px);
  padding: 0 0 10px;
  margin: 0 0 30px;
  border-bottom: dashed #D7D7D7 1px;
  text-align: justify;
  color: var(--brand-main);
}

#service-content article h3 small {
  font-size: 16px;
  color: var(--c-white);
  background: var(--brand-main);
  padding: 2px 20px;
  vertical-align: middle;
  display: inline-block;
  margin-inline-start: 20px;
}

#service-content article h4 {
  font-size: 22px;
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  padding-inline-start: 25px;
  background: url(../img/icon-maru.webp) no-repeat left center;
}

#service-content article p {
  line-height: 1.6;
  font-size: 15px;
}

#service-content article p a {
  display: block;
  background: var(--c-white);
  width: 254px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  margin-top: 20px;
  font-size: 16px;
}

#service-content article p a span {
  padding-inline-end: 20px;
  background: url(../img/icon01.webp) no-repeat right center;
}

#service .topinfo {
  width: 1024px;
  margin: 0 auto 100px;
}

#service .topinfo h2 {
  margin-bottom: 50px;
}

#service .serviceinfo {
  width: 1024px;
  margin: 0 auto 100px;
}

#service .serviceinfo dl {
  margin: 50px 0;
  padding: 20px 50px;
  border-radius: 10px;
  background: var(--c-bg-light);
  line-height: 2;
  box-sizing: border-box;
}

#service .serviceinfo dt {
  font-size: 18px;
}

#service .serviceinfo dd {
  padding-inline-start: 20px;
}

#service .serviceinfo h4 {
  font-size: 22px;
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  padding-inline-start: 25px;
  background: url(../img/icon-maru.webp) no-repeat left center;
}

#service .contents {
  margin: 50px auto;
  width: 1024px;
}

#service .contents h3 {
  font-size: 36px;
  padding: 20px;
  border-bottom: 2px solid var(--brand-main);
  text-align: left;
  margin-bottom: 30px;
}

#service .contents h4 {
  font-size: clamp(18px, 2.5vw, 24px);
  color: var(--c-white);
  padding: 10px;
  background: var(--brand-main);
  margin: 30px 0;
}

#service .contents img {
  width: 400px;
}

#service .contents h5 {
  font-size: 21px;
  padding-inline-start: 20px;
  border-left: 10px solid var(--brand-main);
  color: var(--brand-main);
  margin: 30px 0;
}

#service .contents img.w200 {
  width: 200px;
}

#service #s03 ul {
  margin: 30px 0;
}

#service #s03 ul li {
  list-style-type: decimal;
  margin-inline-start: 30px;
}

#service .recruit {
  width: 1024px;
  margin: 100px auto 50px;
}

#service .recruit img {
  width: 200px;
  margin: 0 20px 20px 0;
}

#service .photobox {
  margin: 0 0 20px 20px;
}

#service .photobox img {
  height: 280px;
  width: auto;
}

#service .btn {
  width: 400px;
  display: block;
  margin: 30px auto;
  background: var(--brand-main);
  color: var(--c-white);
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

#service [id^=s0] {
  margin-top: -40px;
  padding-top: 40px;
}

#service [id^=recruit] {
  margin-top: -40px;
  padding-top: 40px;
}

/*------------------------------
医師あいさつ
------------------------------*/
#staff #page-header {
  background: url(../img/page-header-bg3.webp) no-repeat center;
  background-size: auto 100%;
  height: 250px;
  width: 100%;
  margin: 0 0 0;
}

#staff #page-header .inner {
  background: linear-gradient(transparent, transparent) no-repeat;
  height: 250px;
}

#staff article {
  width: 100%;
  height: 300px;
  background: linear-gradient(transparent, transparent) no-repeat;
  margin: 0 0 30px 0;
}

#staff article h3 {
  padding: 20px 0 0 0;
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

#staff article h3 span {
  font-size: 50px;
}

#staff article p {
  padding: 30px 0 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--c-text-dark);
}

.doctor {
  padding: 100px 0 0;
  margin: 0 0 110px;
}

.doctor:last-child {
  margin: 0 0 150px;
}

.doctor .content-body {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.doctor .content-body h4 {
  font-size: clamp(20px, 3vw, 28px);
  font-family: リュウミン M-KL;
  padding: 0 0 5px;
  border-bottom: dashed #D7D7D7 1px;
  margin: 0 0 40px;
  font-weight: normal;
  color: var(--brand-main);
  width: 100%;
  box-sizing: border-box;
}

.doctor .content-body figure {
  margin-inline-end: 44px;
}

.doctor .content-body figure img {
  width: 280px;
  height: auto;
  aspect-ratio: auto;
}

.doctor .content-body .text {
  width: 700px;
}

.doctor .content-body .text strong {
  font-size: 24px;
  font-weight: normal;
  color: var(--brand-main);
  display: block;
  margin-bottom: 20px;
  font-family: リュウミン M-KL;
}

.doctor .content-body .text p {
  font-size: 15px;
  line-height: 1.6;
}

.doctor .content-body .signature {
  font-size: 18px;
  font-family: リュウミン M-KL;
  padding: 30px 0 0;
  text-align: right;
}

.doctor.side .content-body .signature {
  padding: 10px 0 0;
  text-align: justify;
}

.doctor .content-body .signature span {
  margin: 0 0 0 0px;
  font-size: clamp(20px, 3vw, 28px);
  font-family: リュウミン M-KL;
  position: relative;
  display: inline-block;
}

.doctor .content-body .signature span small {
  position: absolute;
  top: -15px;
  left: 0;
  letter-spacing: 0.2em;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-family: リュウミン M-KL;
  display: inline-block;
  margin-inline-start: -0.2em;
}

.doctor .detail {
  width: 1024px;
  margin: 0 auto;
}

.doctor .detail.first {
  margin: 0 auto 110px;
}

.doctor.side .detail {
  width: 100%;
}

.doctor .detail h4 {
  font-size: clamp(18px, 2.5vw, 24px);
  font-family: リュウミン M-KL;
  color: var(--c-white);
  background: var(--brand-main);
  margin: 0 0 30px;
  padding: 0 10px;
  font-weight: normal;
}

.doctor .detail table {
  font-size: 15px;
}

.doctor .detail table th {
  padding: 0 10px 10px;
  text-align: justify;
  vertical-align: top;
  font-weight: normal;
}

.doctor .detail table td {
  padding: 0 10px 10px;
  text-align: justify;
  vertical-align: top;
}

.staff {
  padding: 40px 0 0;
  margin: 0 0 60px;
}

.staff figure {
  font-size: 0;
  text-align: center;
}

.staff figure img {
  width: 850px;
  height: auto;
}

.staff figure figcaption {
  padding: 0 0 40px;
}

.staff figure figcaption p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

.staff figure figcaption p span {
  margin: 0 20px;
}

.staff figure figcaption p.total {
  font-size: clamp(20px, 3vw, 28px);
  font-family: リュウミン M-KL;
}

.staff figure figcaption p.total strong {
  color: var(--brand-main);
  font-family: リュウミン M-KL;
  font-weight: normal;
}

/*------------------------------
医院紹介
------------------------------*/
#clinic #page-header {
  background: url(../img/page-header-bg4.webp) no-repeat center;
  background-size: auto 100%;
  height: 250px;
  width: 100%;
  margin: 0 0 0;
}

#clinic #page-header .inner {
  background: linear-gradient(transparent, transparent) no-repeat;
  height: 250px;
}

#clinic h3 {
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 10px 0 20px;
  color: var(--brand-main);
}

.clinic h3 {
  text-wrap: balance;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 0 0 20px;
}

.clinic .content-body {
  font-size: 0;
}

.clinic .content-body h3 {
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: 1.4;
  margin: 0 0 20px;
  text-align: center;
  font-weight: normal;
}

.clinic .content-body {
  margin: 0 0 60px;
}

.clinic .content-body ul li {
  width: 48%;
  margin: 0 4% 60px 0;
  vertical-align: top;
}

.clinic .content-body ul li:nth-child(even) {
  margin: 0 0 60px;
}

.clinic .content-body ul li.wide {
  width: 100%;
}

.clinic .content-body ul li.wide img {
  width: 48%;
  margin: 0 4% 0 0;
}

.clinic .content-body ul li.wide img:last-of-type {
  margin: 0;
}

.clinic .content-body figure img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}

.clinic .content-body figcaption {
  clear: both;
  padding: 0px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

.clinic .content-body ul li.wide figcaption {
  text-align: center;
}

.clinic .content-body ul.three li:nth-child(3n) {
  margin: 0 0 60px;
}

.clinic .content-body ul.three li img {
  width: 100%;
  height: auto;
}

.clinic .content-body ul.three li {
  width: 30%;
  margin: 0 4% 60px 0;
  vertical-align: top;
}

#clinic .c-slider {
  width: 750px;
  margin: 0px auto 100px auto;
}

#clinic .c-slider ul li {
  width: auto;
  margin: 0 0 0px 0;
}

#clinic .c-slider img {
  width: 750px;
}

#clinic .c-slider .bxslider {
  overflow: visible;
}

#clinic .c-slider .custom-thumb2, #clinic .c-slider .custom-thumb3 {
  overflow: hidden;
}

#clinic .c-slider .custom-thumb2 .bx-caption, #clinic .c-slider .custom-thumb3 .bx-caption {
  display: none;
}

#clinic .c-slider .custom-thumb2 ul, #clinic .c-slider .custom-thumb3 ul {
  margin-top: 30px;
  list-style: none;
  font-size: 0;
  text-align: center;
}

#clinic .c-slider .custom-thumb2 ul li, #clinic .c-slider .custom-thumb3 ul li {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  margin: 0px 5px 0px 0;
}

#clinic .c-slider .custom-thumb2 ul li:nth-child(6n), #clinic .c-slider .custom-thumb3 ul li:nth-child(6n) {
  margin: 0px 0 18px 0;
}

#clinic .c-slider .custom-thumb2 ul li:last-child, #clinic .c-slider .custom-thumb3 ul li:last-child {
  margin: 0px 0 18px 0;
}

#clinic .c-slider .custom-thumb2 ul li img, #clinic .c-slider .custom-thumb3 ul li img {
  width: 100%;
  height: auto;
}

#clinic .c-slider .bxslider-btn {
  position: relative;
}

#clinic .c-slider .feed-prev-btn a {
  background: url(../img/btn-prev.webp) no-repeat;
  display: block;
  font-size: 0;
  width: 35px;
  height: 66px;
  position: absolute;
  top: 229px;
  left: -120px;
  z-index: 1;
}

#clinic .c-slider .feed-next-btn a {
  background: url(../img/btn-next.webp) no-repeat;
  display: block;
  font-size: 0;
  width: 35px;
  height: 66px;
  position: absolute;
  top: 229px;
  right: -120px;
  z-index: 1;
}

#clinic .c-slider .bxslider2 .bx-caption, #clinic .c-slider .bxslider3 .bx-caption {
  text-align: center;
  padding: 20px 0 10px;
  line-height: 1.8;
}

#clinic .c-slider .bxslider2 .bx-caption strong, #clinic .c-slider .bxslider3 .bx-caption strong {
  font-weight: normal;
  display: inline-block;
  margin: 0px 0 20px 0;
  color: var(--brand-main);
  font-size: 24px;
  line-height: 1.6;
  font-family: リュウミン M-KL;
  text-align: center;
}

#clinic .c-slider .bxslider2 .bx-caption strong span.imgicon, #clinic .c-slider .bxslider3 .bx-caption strong span.imgicon {
  margin: 0 0 0 10px;
  padding: 0 0 0 0;
  text-align: left;
}

#clinic .c-slider .bxslider2 .bx-caption strong span.imgicon img, #clinic .c-slider .bxslider3 .bx-caption strong span.imgicon img {
  vertical-align: top;
  display: inline-block;
  width: 36px;
  height: auto;
  margin: 0 0px 0px 5px;
  padding: 0 0 0 0;
}

#clinic .c-slider .bxslider2 .bx-caption p, #clinic .c-slider .bxslider3 .bx-caption p {
  text-align: left;
  color: var(--c-text);
  font-size: 16px;
  line-height: 1.8;
  margin: 0px 0 0 0;
}

/*------------------------------
アクセス
------------------------------*/
#access #page-header {
  background: url(../img/page-header-bg5.webp) no-repeat center;
  background-size: auto 100%;
  height: 250px;
  width: 100%;
  margin: 0 0 0;
}

#access #page-header .inner {
  background: linear-gradient(transparent, transparent) no-repeat;
  height: 250px;
}

#access-content {
  padding: 100px 0 0;
  width: 1024px;
  margin: 0 auto;
}

#access-content .content-body {
  font-size: 0;
}

#access-content .map figure {
  text-align: center;
  margin: 0 0 20px;
}

#access-content .map p a {
  display: block;
  background: var(--c-white);
  width: 254px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  margin: 0 auto;
  font-size: 16px;
}

#access-content .map p a span {
  padding-inline-end: 20px;
  background: url(../img/icon01.webp) no-repeat right center;
}

#access-content .body {
  margin: 0 0 60px;
}

#access-content .body img {
  width: 100%;
  height: auto;
}

#access-content .body p {
  text-align: center;
  margin: 0 0 40px;
}

#access-content .body ul {
  width: 100%;
  margin: 0 auto 30px;
  font-size: 0;
}

#access-content .body ul li {
  display: inline-block;
  width: 32%;
  margin: 0 2% 0 0;
  vertical-align: top;
}

#access-content .body ul li figure img {
  width: 100%;
  height: auto;
}

#access-content .body ul li figcaption {
  text-align: center;
  padding: 10px 0 0;
  font-size: 15px;
}

#access-content .body ul li:last-child {
  margin: 0;
}

#access-content .detail {
  margin: 0 0 110px;
}

#access-content .detail h4 {
  font-size: clamp(20px, 3vw, 28px);
  font-family: リュウミン M-KL;
  padding: 0 0 5px;
  border-bottom: dashed #D7D7D7 1px;
  margin: 0 0 40px;
  font-weight: normal;
  color: var(--brand-main);
}

#access-content .detail h5 {
  clear: both;
  font-size: 24px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  padding: 5px 10px;
  background: var(--brand-main);
  color: var(--c-white);
}

#access-content .detail p {
  padding: 10px 10px 40px;
  font-size: 16px;
}

#access-content .detail figure {
  width: 460px;
}

#access-content .detail figure img {
  width: 425px;
  height: auto;
}

#access-content .detail figure img:first-child,
#access-content .detail figure > picture.site-picture:first-child > img {
  margin-bottom: 50px;
}

#access-content .detail .info, #access-content .detail .schedule {
  width: 520px;
}

#access-content .detail .info table.info-detail {
  font-size: 24px;
  width: 100%;
  border-collapse: collapse;
}

#access-content .detail .info table.info-detail th {
  font-size: 26px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  vertical-align: middle;
  text-align: justify;
  padding: 0px 20px 20px 0;
}

#access-content .detail .info table.info-detail td {
  font-size: 15px;
  font-weight: normal;
  vertical-align: middle;
  text-align: justify;
  padding: 0px 0 20px 10px;
}

#access-content .detail .info table.info-detail td.tel {
  font-size: 30px;
}

#access-content .detail .info table.info-detail td.tel a {
  color: var(--brand-main);
  font-family: リュウミン M-KL;
}

#access-content .detail .info table.info-detail td.fax {
  font-size: 24px;
  font-family: リュウミン M-KL;
  color: var(--brand-main);
}

#access-content .detail .info p {
  font-size: 20px;
  font-family: リュウミン M-KL;
}

#access-content .detail .schedule table.schedule-table th {
  font-size: 20px;
}

#access-content .detail .schedule table.schedule-table td {
  font-size: 26px;
}

#access-content .detail .schedule table.schedule-table td.time {
  font-size: 20px;
}

#access-content .detail .schedule p {
  text-align: right;
  font-family: 新ゴ R;
  font-size: 18px;
}

#access-content .mail a {
  width: 50%;
  margin: 0 auto 80px;
}

.access-img {
  margin: 40px 0 100px;
}

.access-img ul {
  font-size: 0;
}

.access-img ul li {
  margin: 0 0 20px 29px;
  font-size: 16px;
  display: inline-block;
  width: 322px;
}

.access-img ul li:first-child {
  margin: 0;
}

.access-img ul li img {
  width: 322px;
}

.access-img ul li p {
  margin-top: 20px;
  padding: 0;
}

#access .route div {
  width: 48%;
  margin-inline-end: 2%;
}

#access .route div:last-child {
  margin-inline-end: 0;
}

#access .route .title {
  text-align: center;
  clear: both;
  font-size: clamp(18px, 2.5vw, 24px);
  font-family: リュウミン M-KL;
  font-weight: normal;
  padding: 5px 10px;
  background: var(--brand-main);
  color: var(--c-white);
  margin-bottom: 20px;
  width: 96%;
}

#access .route div img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#access .route div img.arrow {
  width: 12%;
}

/*------------------------------
料金
------------------------------*/
#service.price #page-header {
  background: url(../img/page-header-bg2.webp) no-repeat center;
  background-size: auto 100%;
  height: 250px;
  width: 100%;
  margin: 0 0 0;
}

#service.price article p {
  font-size: 16px;
  margin-top: 70px;
}

#service.price article .pricetable {
  border-collapse: collapse;
  width: 100%;
}

#service.price article .pricetable th,
#service.price article .pricetable td {
  padding: 10px;
  border: 1px solid var(--brand-main);
  width: 50%;
}

#service.price article .pricetable th {
  text-align: left;
  background: var(--c-bg-light);
}

#service.price article .pricetable td {
  text-align: center;
}

#service.price .footnote {
  width: 1024px;
  margin: 0 auto;
  padding: 20px;
  background: #FAF5C5;
  box-sizing: border-box;
}

/*------------------------------
ブログ
------------------------------*/
.archive {
  margin: 0 0 40px;
  text-align: right;
}

.blog-content h3 {
  text-wrap: balance;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
}

.blog-content .body {
  margin: 0 0 40px;
  background: url(../img/content-shadow-top.webp) top center no-repeat;
  font-size: 0;
  padding: 60px 0 0;
}

.blog-content .body p {
  margin: 0 0 20px;
  line-height: 1.6;
  font-size: 15px;
}

.blog-content .body img {
  display: block;
  width: auto;
  height: auto;
  max-width: 80%;
  margin: 0 auto 20px;
}

.blog-content .date {
  margin: 0 0 30px;
  text-align: right;
}

.pager {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.pager span {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  border: solid #262f66 1px;
  color: var(--c-accent-dark);
  border-radius: 5px;
}

.pager a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  border: solid #fff 1px;
  border-radius: 5px;
}

.pager a:hover {
  color: var(--c-white);
  border: solid #262f66 1px;
  background-color: var(--c-accent-dark);
}

.pager .prev {
  position: absolute;
  top: 30px;
  left: 0;
}

.pager .next {
  position: absolute;
  top: 30px;
  right: 0;
}

.pager .list {
  text-align: center;
}

/*------------------------------
予防・定期検診
------------------------------*/
#preventive #page-header {
  background: url(../img/page-header-bg6.webp) no-repeat center;
  background-size: 100% auto;
  height: 250px;
  width: 100%;
  margin: 0 0 0;
}

#preventive #page-header .inner {
  background: linear-gradient(transparent, transparent) no-repeat;
  height: 250px;
}

#preventive-content {
  margin: 0 0 0px;
  padding: 100px 0 0;
}

#preventive-content h3 {
  font-size: 30px;
  font-family: リュウミン M-KL;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 20px 0 20px;
}

#preventive-content h3 strong {
  color: var(--brand-main);
  font-weight: normal;
}

#preventive-content .balloon {
  position: relative;
  width: 50%;
  padding: 20px;
  background-color: var(--brand-main);
  border-radius: 30px;
  color: var(--c-white);
  text-align: center;
  margin: 0 0 0 auto;
  font-size: 1.5em;
}

#preventive-content .balloon::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: var(--brand-main);
  left: -35px;
  bottom: 5px;
  width: 30px;
  height: 30px;
}

#preventive-content .request {
  width: 60%;
  margin: 50px auto;
  font-size: 1.3em;
}

#preventive-content .checkmark {
  padding-inline-start: 24px;
  position: relative;
}

#preventive-content .checkmark:before,
#preventive-content .checkmark:after {
  content: "";
  display: block;
  position: absolute;
}

#preventive-content .checkmark:before {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: var(--c-white) fff;
  border: 1px solid #000000;
  left: 0;
  top: 2px;
}

#preventive-content .checkmark:after {
  border-left: 2px solid var(--brand-main);
  border-bottom: 2px solid var(--brand-main);
  width: 15px;
  height: 5px;
  transform: rotate(-45deg);
  left: 5px;
  top: 3px;
}

#preventive-content .balloon::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: var(--brand-main);
  left: -55px;
  bottom: 2px;
  width: 15px;
  height: 15px;
}

#preventive-content .contents .midashi {
  font-size: 24px;
  color: var(--brand-main);
  padding: 10px;
  background: var(--c-white);
  margin: 50px 0 30px 0;
  text-align: center;
}

#preventive-content .contents .preventive-graf {
  width: 90%;
  margin: 0 auto 50px auto;
  text-align: center;
}

#preventive-content .kamoku {
  margin: 0 0 130px;
}

#preventive-content .kamoku ul {
  margin: 0 auto;
  font-size: 0;
  width: 1024px;
}

#preventive-content .kamoku ul li {
  display: inline-block;
  width: 230px;
  margin: 0 34px 20px 0;
  vertical-align: top;
}

#preventive-content .kamoku ul li:nth-child(4n) {
  margin: 0 0 20px;
  width: 232px;
}

#preventive-content .kamoku ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  font-size: 15px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  border: solid #e5e5e5 1px;
  line-height: 1.5;
}

#preventive-content .kamoku ul li a span {
  display: inline-block;
  vertical-align: middle;
  padding-inline-end: 20px;
  background: url(../img/icon02.webp) no-repeat right center;
}

#preventive-content .kamoku ul li a.line2 {
  padding: 1px 0;
}

#preventive-content article {
  margin: 0 auto 150px;
  width: 1024px;
}

#preventive-content article figure {
  width: 140px;
  padding: 0px 0 0;
  text-align: center;
}

#preventive-content article figure img {
  width: 320px;
  height: auto;
}

#preventive-content article .body {
  width: 677px;
}

#preventive-content article h3 {
  font-size: clamp(20px, 3vw, 28px);
  padding: 0 0 10px;
  margin: 0 0 30px;
  border-bottom: dashed #D7D7D7 1px;
  text-align: justify;
  color: var(--brand-main);
}

#preventive-content article h3 small {
  font-size: 16px;
  color: var(--c-white);
  background: var(--brand-main);
  padding: 2px 20px;
  vertical-align: middle;
  display: inline-block;
  margin-inline-start: 20px;
}

#preventive-content article h4 {
  font-size: 22px;
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  padding-inline-start: 25px;
  background: url(../img/icon-maru.webp) no-repeat left center;
}

#preventive-content article p {
  line-height: 1.6;
  font-size: 15px;
}

#preventive-content article p a {
  display: block;
  background: var(--c-white);
  width: 254px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  margin-top: 20px;
  font-size: 16px;
}

#preventive-content article p a span {
  padding-inline-end: 20px;
  background: url(../img/icon01.webp) no-repeat right center;
}

#preventive .topinfo {
  width: 1024px;
  margin: 0 auto 100px;
}

#preventive .topinfo h2 {
  margin-bottom: 50px;
}

#preventive .preventiveinfo {
  width: 1024px;
  margin: 0 auto 100px;
}

#preventive .preventiveinfo dl {
  margin: 50px 0;
  padding: 20px 50px;
  border-radius: 10px;
  background: var(--c-bg-light);
  line-height: 2;
  box-sizing: border-box;
}

#preventive .preventiveinfo .no {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0px 0px;
  background-color: var(--brand-main);
  color: var(--c-white);
  text-align: center;
  font-size: 16px;
}

#preventive .preventiveinfo dt {
  font-size: 18px;
}

#preventive .preventiveinfo dd {
  padding-inline-start: 20px;
}

#preventive .preventiveinfo h4 {
  font-size: 22px;
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  padding-inline-start: 25px;
  background: url(../img/icon-maru.webp) no-repeat left center;
}

#preventive .contents {
  margin: 50px auto;
  width: 1024px;
}

#preventive .contents h3 {
  font-size: 36px;
  padding: 20px;
  border-bottom: 2px solid var(--brand-main);
  text-align: left;
  margin-bottom: 30px;
  background-image: none;
}

#preventive .contents h4 {
  font-size: clamp(18px, 2.5vw, 24px);
  color: var(--c-white);
  padding: 10px;
  background: var(--brand-main);
  margin: 30px 0;
}

#preventive .contents img {
  width: 400px;
}

#preventive .contents h5 {
  font-size: 21px;
  padding-inline-start: 20px;
  border-left: 10px solid var(--brand-main);
  color: var(--brand-main);
  margin: 30px 0;
}

#preventive .contents img.w200 {
  width: 200px;
}

#preventive .contents .health {
  width: 70%;
  margin: 50px auto 0 auto;
}

#preventive .contents .health .title {
  background-color: var(--brand-main);
  color: var(--c-white);
  padding: 5px;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 20px;
}

#preventive .contents .health ul li {
  list-style: disc;
  margin-inline-start: 20px;
}

#preventive .contents .merit {
  width: 60%;
  margin: 30px auto 50px auto;
}

#preventive .contents .merit li {
  width: 154px;
  height: 154px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
  color: var(--brand-main);
  font-weight: bold;
  background-color: #F4F8F9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 20px;
  margin-top: 20px;
  border-radius: 10px;
}

#preventive .contents .merit .flex {
  display: flex;
  justify-content: center;
}

#preventive .contents .roiteri li {
  list-style: disc;
  margin-inline-start: 20px;
}

/*------------------------------
保険診療と自費診療について
------------------------------*/
#fee #page-header {
  background: url(../img/page-header-bg7.webp) no-repeat center;
  background-size: 100% auto;
  height: 250px;
  width: 100%;
  margin: 0 0 0;
}

#fee #page-header .inner {
  background: linear-gradient(transparent, transparent) no-repeat;
  height: 250px;
}

#fee-content {
  margin: 0 0 0px;
  /* padding: 100px 0 0; */
}

#fee-content h3 {
  font-size: 30px;
  font-family: リュウミン M-KL;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 20px 0 20px;
}

#fee-content h3 strong {
  color: var(--brand-main);
  font-weight: normal;
}

#fee-content table {
  border-collapse: collapse;
  width: 100%;
  font-size: 18px;
  margin: 20px;
  text-align: center;
  font-weight: normal;
}

#fee-content table th {
  color: var(--c-white);
  background-color: #24ABBA;
  padding: 10px;
  border: 1px solid #24ABBA;
}

#fee-content table td {
  color: var(--c-text);
  background-color: var(--c-white);
  padding: 10px;
  border: 1px solid #24ABBA;
}

#fee-content table img {
  width: 100%;
}

#fee-content table.dark th {
  background-color: #2C5796;
  border: 1px solid #2C5796;
}

#fee-content table.dark td {
  border: 1px solid #2C5796;
}

#fee-content .contents .midashi {
  font-size: 24px;
  color: var(--brand-main);
  padding: 10px;
  background: var(--c-white);
  margin: 50px 0 30px 0;
  text-align: center;
}

#fee-content .kamoku {
  margin: 0 0 130px;
}

#fee-content .kamoku ul {
  margin: 0 auto;
  font-size: 0;
  width: 1024px;
}

#fee-content .kamoku ul li {
  display: inline-block;
  width: 230px;
  margin: 0 34px 20px 0;
  vertical-align: top;
}

#fee-content .kamoku ul li:nth-child(4n) {
  margin: 0 0 20px;
  width: 232px;
}

#fee-content .kamoku ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  font-size: 15px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  border: solid #e5e5e5 1px;
  line-height: 1.5;
}

#fee-content .kamoku ul li a span {
  display: inline-block;
  vertical-align: middle;
  padding-inline-end: 20px;
  background: url(../img/icon02.webp) no-repeat right center;
}

#fee-content .kamoku ul li a.line2 {
  padding: 1px 0;
}

#fee-content article {
  margin: 0 auto 150px;
  width: 1024px;
}

#fee-content article figure {
  width: 140px;
  padding: 0px 0 0;
  text-align: center;
}

#fee-content article figure img {
  width: 320px;
  height: auto;
}

#fee-content article .body {
  width: 677px;
}

#fee-content article h3 {
  font-size: clamp(20px, 3vw, 28px);
  padding: 0 0 10px;
  margin: 0 0 30px;
  border-bottom: dashed #D7D7D7 1px;
  text-align: justify;
  color: var(--brand-main);
}

#fee-content article h3 small {
  font-size: 16px;
  color: var(--c-white);
  background: var(--brand-main);
  padding: 2px 20px;
  vertical-align: middle;
  display: inline-block;
  margin-inline-start: 20px;
}

#fee-content article h4 {
  font-size: 22px;
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  padding-inline-start: 25px;
  background: url(../img/icon-maru.webp) no-repeat left center;
}

#fee-content article p {
  line-height: 1.6;
  font-size: 15px;
}

#fee-content article p a {
  display: block;
  background: var(--c-white);
  width: 254px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  margin-top: 20px;
  font-size: 16px;
}

#fee-content article p a span {
  padding-inline-end: 20px;
  background: url(../img/icon01.webp) no-repeat right center;
}

#fee .topinfo {
  width: 1024px;
  margin: 0 auto 100px;
}

#fee .topinfo h2 {
  margin-bottom: 50px;
}

#fee .feeinfo {
  width: 1024px;
  margin: 0 auto 100px;
}

#fee .feeinfo dl {
  margin: 50px 0;
  padding: 20px 50px;
  border-radius: 10px;
  background: var(--c-bg-light);
  line-height: 2;
  box-sizing: border-box;
}

#fee .feeinfo dt {
  font-size: 18px;
}

#fee .feeinfo dd {
  padding-inline-start: 20px;
}

#fee .feeinfo h4 {
  font-size: 22px;
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  padding-inline-start: 25px;
  background: url(../img/icon-maru.webp) no-repeat left center;
}

#fee .feeinfo table {
  margin-bottom: 50px;
}

#fee .contents {
  margin: 50px auto;
  width: 1024px;
}

#fee .contents h3 {
  font-size: 36px;
  padding: 20px;
  /*border-bottom:2px solid var(--brand-main);*/
  text-align: left;
  margin-bottom: 30px;
}

#fee .contents img {
  width: 400px;
}

#fee .contents h5 {
  font-size: 21px;
  padding-inline-start: 20px;
  border-left: 10px solid var(--brand-main);
  color: var(--brand-main);
  margin: 30px 0;
}

#fee .contents img.w200 {
  width: 200px;
}

#fee .contents img.w300 {
  width: 300px;
}

/*------------------------------
スマホ
------------------------------*/
.sp-header-menu {
  display: none;
}

#sp-menu-container {
  display: none;
}

#sp-btn-access, #sp-btn-ct {
  display: none;
}

#main-visual .inner-sp {
  display: none;
}

.sp {
  display: none;
}

.h3_1 strong {
  font-size: 30px;
}

.box1 {
  padding: 30px;
  margin-top: 40px;
  clear: both;
  background: var(--c-bg-subtle);
  overflow: hidden;
}

.box1 h4 {
  border-bottom: 1px solid #D7D7D7;
  background: none;
  padding: 0 0 10px 0;
  color: var(--brand-main);
  margin-bottom: 20px;
}

.box1 img {
  width: 250px;
  margin-inline-end: 30px;
}

.serBox {
  margin-bottom: 80px;
}

.serBox img {
  display: block;
  margin: 0 auto;
}

.serBox p {
  line-height: 1.6;
}

.serBox h2 {
  text-wrap: balance;
  font-size: clamp(28px, 4vw, 40px);
  font-family: リュウミン M-KL;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}

.serBox h3 {
  text-wrap: balance;
}

.h4_flow {
  font-size: clamp(28px, 4vw, 40px);
  text-align: center;
}

.h4_flow strong {
  font-size: 75px;
  font-weight: normal;
  padding: 0px 3px;
  color: #F38906;
}

.flow_ul {
  overflow: hidden;
  text-align: center;
  width: 560px;
  margin: 30px auto 50px;
}

.flow_ul li {
  display: inline-block;
  margin: 10px;
}

.flow_ul li a {
  background-color: #f68a48;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  color: var(--c-white);
  border-radius: 50%;
  font-size: 18px;
  vertical-align: middle;
}

.tel_no {
  background-color: #f29243;
  color: var(--c-white);
  padding: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 10px 0px 10px 0px;
  padding-inline-start: 10px;
}

.tel_no a {
  color: var(--c-white) FFF;
  padding: 5px 10px;
  font-size: 18px;
}

.mail_no {
  background-color: #edae03;
  color: var(--c-white);
  padding: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 10px 0px 10px 0px;
  padding-inline-start: 10px;
}

.mail_no a {
  color: var(--c-white) FFF;
  padding: 5px 10px;
  font-size: 18px;
}

.pcnone {
  display: none;
}

.pc_none {
  display: none;
}

.mb50 {
  margin-bottom: 50px;
}

.fz30 {
  font-size: 30px;
}

.cb {
  clear: both;
}

.sp_br {
  display: none;
}

/*------------------------------
精密根管治療
------------------------------*/
#endodontic #page-header {
  background: url(../img/page-header-bg8.webp) no-repeat center;
  background-size: 100% auto;
  height: 250px;
  width: 100%;
  margin: 0 0 0;
}

#endodontic #page-header .inner {
  background: linear-gradient(transparent, transparent) no-repeat;
  height: 250px;
}

#endodontic-content {
  margin: 0 0 0px;
  padding: 100px 0 0;
}

#endodontic-content .kamoku {
  margin: 0 0 100px;
}

#endodontic-content .kamoku ul {
  margin: 0 auto;
  font-size: 0;
  width: 1024px;
}

#endodontic-content .kamoku ul li {
  display: inline-block;
  width: 230px;
  margin: 0 34px 20px 0;
  vertical-align: top;
}

#endodontic-content .kamoku ul li:nth-child(4n) {
  margin: 0 0 20px;
  width: 232px;
}

#endodontic-content .kamoku ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  font-size: 15px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  border: solid var(--brand-main) 1px;
  line-height: 1.5;
}

#endodontic-content .kamoku ul li a span {
  display: inline-block;
  vertical-align: middle;
  padding-inline-end: 20px;
  background: url(../img/icon02.webp) no-repeat right center;
}

.endodontic-info,
.endodontic-sec {
  margin: 50px auto;
  width: 1024px;
}

.endodontic-box {
  width: 1024px;
  border: 2px solid var(--brand-main);
  padding: 5% 8%;
  margin: 80px auto;
  box-sizing: border-box;
}

.endodontic-box h2 {
  text-wrap: balance;
  text-align: center;
  margin-bottom: 30px;
}

.endodontic-box h2 strong {
  font-size: 36px;
  background: linear-gradient(transparent 70%, #F0F0F0 70%);
  color: #00b1ad;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: 0.3em;
}

.endodontic-box h3 {
  text-wrap: balance;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.endodontic-box h3::before {
  content: url(../img/icon-check.webp);
  display: inline-block;
  vertical-align: middle;
  padding-inline-end: 10px;
}

.endodontic-sec h3 {
  text-wrap: balance;
  font-size: 36px;
  margin: 30px 0;
  padding-bottom: 20px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.endodontic-sec h3::before {
  content: url(../img/title-logo.webp);
  display: block;
}

.endodontic-box2 {
  width: 1024px;
  background: #f0f5f5;
  padding: 20px 30px;
  margin: 30px auto;
  box-sizing: border-box;
}

.endodontic-box2 h5 {
  font-size: 22px;
  color: #00b1ad;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #d7d7d7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.box5 {
  background: var(--c-bg-subtle);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px 60px;
}

.endodontic-article {
  margin: 60px 0 30px;
}

.endodontic-article h4 {
  font-size: clamp(20px, 3vw, 28px);
  color: #00b1ad;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: 0.3em;
}

.endodontic-tbl {
  padding: 0 0px 60px;
}

.endodontic-tbl table {
  border-collapse: collapse;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 1;
  font-size: 0;
}

.endodontic-tbl table tr th {
  position: relative;
  display: inline-block;
  width: 80px;
  min-height: 80px;
  vertical-align: middle;
}

.endodontic-tbl table tr th span {
  line-height: 1.4;
}

.endodontic-tbl table tr th span strong {
  font-size: 26px;
  font-weight: normal;
}

.endodontic-tbl table tr th .no-circle {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  color: #00b1ad;
  background: var(--c-bg-subtle);
  border-radius: 50%;
}

.endodontic-tbl table tr td.title {
  width: 260px;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 20px 10px 20px 40px;
  line-height: 1;
  font-size: 22px;
  vertical-align: middle;
  color: #00b1ad;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.endodontic-tbl table tr td {
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 8px 10px 8px 10px;
  line-height: 1.6;
  font-size: 16px;
  vertical-align: middle;
}

.endodontic-tbl table tr td.flow-mark {
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 35px;
  line-height: 1;
  background: url(../img/flow-border.webp);
  background-position: 120px center;
  background-repeat: no-repeat;
  vertical-align: top;
}

.endodontic-box3 {
  position: relative;
  width: 1024px;
  border: 2px solid var(--brand-main);
  padding: 5%;
  margin: 80px auto;
  box-sizing: border-box;
}

.endodontic-box3 h2 {
  text-wrap: balance;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -1em;
  font-size: 36px;
  color: #00b1ad;
}

.endodontic-box3 h2 strong {
  padding: 0 1em;
  background: var(--c-white);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: 0.3em;
}

.endodontic-box3 h3 {
  text-wrap: balance;
  text-align: center;
  margin-bottom: 30px;
}

.endodontic-box3 h3 strong {
  font-size: clamp(20px, 3vw, 28px);
  color: #00b1ad;
  background: linear-gradient(transparent 70%, #F0F0F0 70%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: 0.3em;
}

.flex-img {
  width: 320px;
}

.flex img {
  max-width: 100%;
}

.flex-info {
  width: 675px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.flex-info2 {
  width: 683px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.flex-info3 {
  width: 510px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.wrap {
  flex-wrap: wrap;
}

.flex {
  display: flex;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.flex-between {
  justify-content: space-between;
}

/*---------------------------------------------
コメントバナー
---------------------------------------------*/
.box30 {
  margin: 0 auto 30px;
  /*margin: 0 auto 50px;*/
  background: #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  width: 900px;
}

.box30 .box-title {
  font-size: 1.2em;
  background: var(--brand-orange);
  padding: 4px;
  text-align: center;
  color: var(--c-white);
  font-weight: bold;
  letter-spacing: 0.05em;
}

.box30 p {
  padding: 15px 20px;
  margin: 0;
}

/*------------------------------
ホワイトニング
------------------------------*/
#service.whitening .kamoku .topcom {
  width: 1024px;
  margin: 30px auto;
}

#service.whitening .kamoku img {
  width: 400px;
  margin: 0 0 20px 20px;
}

#service.whitening .kamoku ul li {
  display: inline-block;
  width: 328px;
  margin: 0 20px 20px 0;
  vertical-align: top;
}

#service.whitening .kamoku ul li:nth-child(3n) {
  margin: 0 0 20px;
}

/*20211203編集*/
#index-content .web {
  display: inline-block;
  height: 33px;
  margin-top: 30px;
  margin-inline-start: 30px;
}

#index-content .web a {
  display: block;
  background: var(--c-white);
  height: 33px;
  line-height: 33px;
  border: 1px solid var(--brand-main);
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
}

#index-content .web a span {
  padding-inline-end: 20px;
  background: url(../img/icon01.webp) no-repeat right center;
}

#index-content .web p {
  font-size: 14px;
  margin-top: 5px;
}

#index-yoyaku .yoyaku-box-right .web {
  display: inline-block;
  width: 100%;
  height: 33px;
  margin-top: 30px;
  margin: 0 auto;
}

#index-yoyaku .yoyaku-box-right .web a {
  display: block;
  background: var(--c-white);
  height: 63px;
  line-height: 63px;
  /*height: 33px;
  line-height: 33px;*/
  border: 1px solid var(--brand-main);
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
}

#index-yoyaku .yoyaku-box-right .web a span {
  padding-inline-end: 20px;
  background: url(../img/icon01.webp) no-repeat right center;
}

.web_top a span {
  font-size: 18px;
  margin-top: 10px;
}

br.pcnone {
  display: none;
}

/*20220107編集*/
#service-content #s01 ol li {
  list-style: none;
  padding-inline-start: 1.3em;
  text-indent: -1.3em;
}

#service-content #s01 ol li span.title {
  font-size: 22px;
  font-weight: bold;
}

#service-content #s01 ol li h4 {
  font-size: clamp(16px, 2vw, 20px);
  color: var(--c-white);
  padding: 10px;
  background: var(--brand-main);
  margin: 20px 0;
  text-align: center;
}

.flow span {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
}

.flow span:last-child {
  border-bottom: none;
}

.flow span h5 {
  font-size: 21px;
  background-color: var(--brand-main);
  color: var(--c-white);
  margin: 30px 0;
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  text-indent: 0;
  height: fit-content;
  margin: 0 30px 0 0;
}

.flow span p {
  text-indent: 0;
}

.flow span img {
  width: 250px;
  border-radius: 10px;
  margin: 0 0 0 auto;
}

.contents01 {
  padding: 20px;
  text-indent: 0;
  width: 70%;
  margin: 20px auto 50px;
  background: #FAF5C5;
}

.contents01 span {
  font-size: 22px;
  font-weight: bold;
}

#service-content #s01 table.whitening {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  margin: 20px 0;
  text-align: left;
  font-weight: normal;
}

#service-content #s01 table.whitening th {
  color: var(--c-white);
  background-color: #24ABBA;
  padding: 10px;
  border: 1px solid #24ABBA;
  text-align: center;
}

#service-content #s01 table.whitening td {
  color: var(--c-text);
  background-color: var(--c-white);
  padding: 10px;
  border: 1px solid #24ABBA;
  text-indent: 0;
}

#service-content #s01 table.whitening img {
  width: 9px;
  display: block;
  margin-inline-start: 20px;
}

/*20210111編集*/
.box31 {
  display: block;
  background: no-repeat url("../img/img10.webp");
  width: 860px;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  color: var(--c-white);
  margin: 0 auto 30px;
  padding: 20px;
  background-size: cover;
}

.box31 .box-title {
  font-size: 24px;
  font-family: リュウミン M-KL;
  margin: 0 0 10px;
  letter-spacing: 2px;
  font-weight: normal;
  padding: 0 0 5px;
  color: var(--c-text);
}

.box31 p {
  color: var(--c-text);
}

.box31 p span {
  background-color: var(--brand-main);
  padding: 10px;
  border-radius: 30px;
  color: var(--c-white);
}

/*20220121編集*/
#s01 .box01 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}

#s01 .box01 span {
  color: red;
  margin-inline-end: 7px;
}

#s01 .box01 img {
  width: 200px;
}

/*20220303編集*/
.seotext_05 {
  background: linear-gradient(transparent 50%, #FAF5C5 0%);
  font-size: 19px;
  font-weight: bold;
  margin-inline-end: 20px;
}

#service-content #s01 table.whitening h5 {
  font-size: 17px;
  background: var(--c-bg-subtle);
  color: var(--brand-main);
  margin: 30px 0;
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  text-indent: 0;
  height: fit-content;
  margin: 0 20px 0 0;
  width: 15%;
}

#service-content #s01 table.whitening td p {
  font-size: 17px;
  font-weight: bold;
  padding-top: 10px;
}

/*20220617編集*/
.box01 {
  width: 100%;
  margin: 15px 0 0;
}

.box01 p {
  font-weight: bold;
}

/*------------------------------
下層共通　2022.4.15
------------------------------*/
#service-content .ucolumn {
  margin: 30px auto;
  padding: 10px;
  box-sizing: border-box;
  width: 1024px;
}

#service-content .ucolumn img {
  width: 400px;
  margin: 0 0 20px 20px;
}

#service-content .ucolumn p {
  line-height: 1.7;
}

#service-content ul.menu_btn {
  margin: 0px 0;
}

#service-content ul.menu_btn li {
  list-style: none;
  width: 23.5%;
  margin-inline-end: 2%;
  margin-bottom: 20px;
}

#service-content ul.menu_btn li:nth-child(4n) {
  margin-inline-end: 0;
}

#service-content ul.menu_btn li a {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  background: var(--brand-main);
  color: var(--c-white);
}

#service-content ul.listbox {
  margin: 30px auto 0;
  width: 1024px;
  padding: 0;
}

#service-content ul.listbox li {
  list-style: none;
  width: 32%;
  margin-inline-end: 2%;
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
  height: 300px;
}

#service-content ul.listbox li:nth-child(3n) {
  margin-inline-end: 0;
}

#service-content ul.listbox li p.title {
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  font-size: clamp(15px, 1.8vw, 18px);
  margin-bottom: 20px;
}

#service-content ul.listbox li img {
  width: 100%;
  margin-bottom: 20px;
}

/*------------------------------
虫歯治療　2022.4.15
------------------------------*/
#service-content table.cavities {
  border-collapse: collapse;
  width: 100%;
}

#service-content table.cavities th,
#service-content table.cavities td {
  padding: 10px;
  border: 1px solid #eee;
}

#service-content table.cavities th {
  text-align: center;
  background: var(--c-bg-light);
  width: 100px;
}

#service-content table.cavities td img {
  width: 200px;
}


/*20220712編集*/
.map p.directions {
  text-align: center;
  margin-bottom: 30px;
}

/*20220728編集*/
.box32 {
  margin: 0 auto 30px;
  /* margin: 0 auto 50px; */
  background: #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  width: 900px;
  text-align: center;
  font-size: 20px;
  padding: 20px 0;
  color: #2e5995;
  font-weight: bold;
  border-top: solid 5px #2e5995;
  border-bottom: solid 5px #2e5995;
}

/*230621*/
.bnr_bunkatsu {
  text-align: center;
  margin: 30px auto 0;
}

.bnr_bunkatsu img {
  max-width: 800px;
  height: auto;
}

#fee-content table td.notes {
  border-color: transparent;
  text-align: left;
  padding-inline: 0;
}

#fee-content table td.notes a {
  text-decoration: underline;
  font-weight: bold;
  color: #2e5995;
}
}

/* Tablet and mobile content composition. */
@media screen and (max-width: 1023px) {
/*------------------------------
メインビジュアル
------------------------------*/
#main-visual {
  display: none;
}

#main-visual-sp {
  background-color: var(--c-white);
  position: relative;
  width: auto;
  height: 400px;
  overflow: hidden;
  margin-top: -60px;
}

#main-visual-sp .catch {
  position: absolute;
  top: 280px;
  left: 50%;
  margin-inline-start: -160px;
}

#main-visual-sp .catch img {
  width: 320px;
  height: auto;
}

/*
#main-visual img {
  width: 800px;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-inline-start: -400px;
}
*/
/*------------------------------
コンテンツ
------------------------------*/
#content {
  position: relative;
  padding: 0;
}

#home #content {
  padding-top: 10px;
}

.info .schedule p {
  text-align: right;
  font-size: 12px;
}

.info .contact {
  letter-spacing: 1px;
  text-align: center;
  display: none;
}

footer .info .contact {
  display: block;
}

.info .contact span.tag {
  font-size: 14px;
  margin: 0 5px 0 0;
  letter-spacing: 0;
}

.info .contact .tel {
  margin: 0 0 2px;
  font-size: clamp(18px, 2.5vw, 24px);
  font-family: リュウミン M-KL;
  color: var(--brand-main);
}

footer .info .contact .tel {
  margin-bottom: 10px;
}

.info .contact .tel .tag {
  color: var(--c-text-dark);
}

footer .info .contact .web a {
  display: block;
  background: var(--c-white);
  width: 200px;
  height: 33px;
  line-height: 33px;
  border: 1px solid var(--brand-main);
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  margin: 0 auto;
  /*margin: 0 auto 20px;*/
}

footer .info .contact .web a span {
  padding-inline-end: 20px;
  background: url(../img/icon01.webp) no-repeat right center;
}

.info .contact .fax {
  font-size: 16px;
}

.info .contact .address {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 0 0;
}

footer .info .contact .address {
  margin-bottom: 10px;
}

.info .contact .btn a {
  display: inline-block;
  border: 1px solid #ccc;
  text-align: center;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-family: リュウミン M-KL;
}

.info-sns {
  text-align: center;
  padding: 20px 0 0;
}

.info-sns ul li {
  display: inline;
  margin: 0 0 0 10px;
}

.header-sns {
  display: none;
}

table.schedule-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 5px;
}

table.schedule-table th {
  text-align: center;
  padding: 3px;
  font-size: 12px;
  border-bottom: solid #D8D8D8 1px;
  vertical-align: middle;
  font-weight: normal;
  background: #D8D8D8;
}

table.schedule-table td {
  text-align: center;
  padding: 5px;
  color: var(--c-text-dark);
  font-size: 12px;
  border-bottom: solid #D8D8D8 1px;
  vertical-align: middle;
  background: var(--c-white);
}

table.schedule-table td.time {
  color: var(--c-text-dark) 333;
  font-size: 12px;
}

.content-arrow {
  padding: 90px 0 0;
  background: url(../img/content-arrow.webp) no-repeat center top;
}

.large {
  font-size: 150%;
}

/*------------------------------
トップページ - お悩み
------------------------------*/
#onayami {
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
  margin-bottom: 60px;
  background: #F5F5F5;
}

#onayami h2 {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: normal;
  margin: 0 0px 10px;
  font-family: リュウミン M-KL;
}

#onayami h2 span {
  display: inline-block;
}

.onayami-container {
  font-size: 0;
}

.onayami-container li {
  width: calc(33vmin - 1px);
  height: calc(33vmin - 1px);
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  box-sizing: border-box;
}

.onayami-container li a {
  display: block;
  height: 100%;
  color: var(--c-text-dark);
  font-size: 12px;
  font-weight: bold;
  background-color: var(--c-white);
  background-position: center 15%;
  box-sizing: border-box;
  padding-top: 60%;
  background-repeat: no-repeat;
  border: 1px solid #E5E5E5;
}

.onayami-container li.onayami-box01 a {
  background-image: url(../img/onayami-icon01.webp);
  background-size: 50% auto;
}

.onayami-container li.onayami-box02 a {
  background-image: url(../img/onayami-icon02.webp);
  background-size: 50% auto;
}

.onayami-container li.onayami-box03 a {
  background-image: url(../img/onayami-icon03.webp);
  background-size: 50% auto;
}

.onayami-container li.onayami-box04 a {
  background-image: url(../img/onayami-icon04.webp);
  background-size: 50% auto;
}

.onayami-container li.onayami-box05 a {
  background-image: url(../img/onayami-icon05.webp);
  background-size: 50% auto;
}

.onayami-container li.onayami-box06 a {
  background-image: url(../img/onayami-icon06.webp);
  background-size: 50% auto;
}

.onayami-container li.onayami-box07 a {
  background-image: url(../img/onayami-icon07.webp);
  background-size: 50% auto;
}

.onayami-container li.onayami-box08 a {
  background-image: url(../img/onayami-icon08.webp);
  background-size: 50% auto;
}

.onayami-container li.onayami-box09 a {
  background-image: url(../img/onayami-icon09.webp);
  background-size: 50% auto;
}

.onayami-container li.onayami-box10 a {
  background-image: url(../img/onayami-icon10.webp);
  background-size: 50% auto;
}

.onayami-container li.onayami-box11 a {
  background-image: url(../img/onayami-icon11.webp);
  background-size: 50% auto;
}

.onayami-container li.onayami-box12 a {
  background-image: url(../img/onayami-icon12.webp);
  background-size: 50% auto;
}

.onayami-container .onayami-box-right li a {
  padding: 0;
}

.onayami-container .onayami-box-right li a span {
  padding: 10px 0;
}

#onayami table {
  border: 1px solid #458DD6;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  margin: 30px 10px 0;
}

#onayami table th {
  font-weight: normal;
  background: #A4D4FC;
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #458DD6;
  border-right: 1px solid #458DD6;
  width: 30%;
}

#onayami table tr:last-child th {
  border-bottom: none;
}

#onayami table td {
  background: var(--c-white);
  padding: 5px 10px;
  text-align: justify;
  border-bottom: 1px solid #458DD6;
}

#onayami table tr:last-child td {
  border-bottom: none;
}

/*------------------------------
トップページ - 住所・時間
------------------------------*/
#home #timetel {
  margin: 0 10px 30px;
  font-size: 14px;
}

#home #timetel table {
  margin-top: 10px;
}

#home #timetel .schedule p {
  text-align: right;
}

/*------------------------------
トップページ - 内覧会・開院のお知らせ
------------------------------*/
#home #info.content {
  margin: 0 10px 10px;
}

#home #info .box {
  border: 1px solid var(--brand-main);
  background: var(--c-white);
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

#home #info .box:last-child {
  margin-bottom: 20px;
}

#home #info .box h3 {
  font-size: 16px;
  font-weight: normal;
}

#home #info .box strong {
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: normal;
  background: linear-gradient(transparent 70%, #FFF5BD 70%);
  padding: 0 20px 5px;
}

#home #info .box em {
  font-size: 16px;
  font-style: normal;
}

.web_top a {
  display: block;
  background: var(--brand-main);
  line-height: 30px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  color: var(--c-white);
  /*font-size:18px;*/
  font-size: clamp(16px, 2vw, 20px);
  margin: 0 10px 20px;
  padding: 10px 0;
  /*margin:0 10px 30px;*/
}

.web_top a span {
  padding-inline-end: 0px;
  background: none;
  font-size: 14px;
  line-height: normal;
}

/*------------------------------
トップページ
------------------------------*/
#index-top table.schedule-table th {
  margin-bottom: 30px;
}

#index-top .fleft, #index-top .fright {
  margin: 0 10px 30px;
}

#index-top .kamoku {
  padding: 0px 0 0;
}

#index-top .kamoku h2 {
  font-size: clamp(15px, 1.8vw, 18px);
  font-family: リュウミン M-KL;
  margin: 0 0 10px;
  letter-spacing: 2px;
  font-weight: normal;
  border-bottom: solid #c7c7c7 1px;
  padding: 0 0 5px;
  text-align: center;
}

#index-top .kamoku ul {
  font-size: 0;
}

#index-top .kamoku ul li {
  width: 23%;
  margin: 0 2% 6px 0;
  display: inline-block;
  vertical-align: top;
}

#index-top .kamoku ul li br {
  display: none;
}

#index-top .kamoku ul li:first-child(1n) {
  width: 24%;
}

#index-top .kamoku ul li:nth-child(4n) {
  margin: 0 0 6px;
  width: 24%;
}

#index-top .kamoku ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5em;
  padding: 7px 0;
  text-align: center;
  font-size: 12px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  border: solid #e5e5e5 1px;
  line-height: 1.5;
}

#index-top .kamoku ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
}

#index-top .kamoku ul li a.line2 {
  padding: 1px 0;
}

.mail {
  margin-top: 10px;
}

.mail p {
  background: var(--c-bg-mint);
  color: var(--c-text);
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
}

#index-top .logo {
  display: none;
  margin: 0 0 20px;
}

#index-top .logo img {
  display: block;
  width: 80%;
  height: auto;
  height: 30px;
  margin: 0 auto;
}

#index-top .logo2 {
  display: none;
}

#index-top table.schedule-table th {
  background: var(--c-bg-subtle);
  border: none;
}

#index-yoyaku {
  padding: 20px;
  margin-bottom: 40px;
  background: var(--c-bg-subtle);
  font-family: リュウミン M-KL;
}

#index-yoyaku h2 {
  font-family: リュウミン M-KL;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}

#index-yoyaku > p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

#index-yoyaku .yoyaku-box-left {
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px;
  text-align: center;
  background: var(--c-white);
}

#index-yoyaku .yoyaku-box-left h3 {
  font-family: リュウミン M-KL;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: dashed #D7D7D7 1px;
}

#index-yoyaku .yoyaku-box-left p {
  font-size: 12px;
  line-height: 1.6;
  padding-bottom: 0px;
  text-align: justify;
}

#index-yoyaku .yoyaku-box-left .yoyaku-contact-tel a {
  line-height: 1;
  background: url(../img/icon-tel.webp) no-repeat 0;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: bold;
  margin-top: 30px;
  font-family: リュウミン M-KL;
  color: var(--brand-main);
  padding-inline-start: 40px;
}

#index-yoyaku .yoyaku-box-right {
  /*background: var(--c-white);*/
  padding: 0px;
  /*padding: 10px 10px 10px 10px;*/
  text-align: center;
}

#index-yoyaku .yoyaku-box-right h3 {
  font-family: リュウミン M-KL;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: dashed #D7D7D7 1px;
}

#index-yoyaku .yoyaku-box-right p {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 10px;
  text-align: justify;
}

.news-container h2 {
  text-wrap: balance;
  font-size: clamp(15px, 1.8vw, 18px);
  font-family: リュウミン M-KL;
  margin: 0 0 10px;
  letter-spacing: 2px;
  font-weight: normal;
  border-bottom: solid #c7c7c7 1px;
  padding: 0 0 5px;
  text-align: center;
}

.news-body ul {
  height: 120px;
  overflow: auto;
}

.news-body ul::-webkit-scrollbar {
  width: 5px;
}

.news-body ul::-webkit-scrollbar-thumb {
  background-color: var(--c-border);
  border-radius: 15px;
}

.news-body ul li {
  font-size: 0;
  margin: 0 0 10px;
}

.news-body ul li p {
  margin-top: 10px;
}

.news-body ul li .date {
  color: var(--brand-main);
  display: inline-block;
  display: block;
  width: 30%;
  font-size: 14px;
  margin: 0 5% 0 0;
  line-height: 1.5;
  vertical-align: top;
}

.news-body ul li .title {
  display: inline-block;
  /* width: 65%; */
  font-size: 14px;
  line-height: 1.5;
  vertical-align: top;
}

#index-content {
  padding: 0 0 60px;
}

#index-content article {
  margin: 0 10px 30px;
}

#index-content article:last-child {
  margin: 0 10px;
}

#index-content article figure {
  margin: 0 0 20px;
}

#index-content article figure img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
  border: 3px solid #ffea00;
}

#index-content article h3 {
  font-size: 16px;
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  color: var(--brand-main);
}

#index-content article h3 strong {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: normal;
  display: block;
  margin-top: 10px;
}

#index-content article p {
  font-size: 14px;
  line-height: 1.6;
}

#index-content article .phone {
  line-height: 1;
  background: url(../img/icon-tel.webp) no-repeat 0;
  font-size: 30px;
  margin-top: 30px;
  margin-inline-start: 30px;
  font-family: リュウミン M-KL;
  padding-inline-start: 40px;
  white-space: nowrap;
  width: 170px;
  margin: 30px auto;
}

#index-content .btn {
  display: block;
  background: var(--c-white);
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  font-size: 14px;
  margin-top: 10px;
}

#index-content .btn span {
  padding-inline-end: 20px;
  background: url(../img/icon01.webp) no-repeat right center;
}

#index-content .preventive-btn {
  text-align: center;
}

#index-content .preventive-btn button {
  font-size: 16px;
  padding: 10px 50px;
  background-color: #80dce6;
  border-style: none;
  border-radius: 5px;
  border: 2px solid #24ABBA;
}

#index-content .preventive-btn button a {
  color: var(--c-white);
}

.serBox {
  margin: 0 10px 40px;
}

.serBox img {
  width: 100%;
  margin-bottom: 10px;
}

.serBox p {
  font-size: 14px;
  font-size: 16px;
  line-height: 1.6;
}

.serBox h2 {
  text-wrap: balance;
  font-size: 30px;
  font-family: リュウミン M-KL;
  line-height: 1;
  font-weight: normal;
  padding: 20px 0 0;
  text-align: center;
}

.serBox h3 {
  text-wrap: balance;
}

.serBox h4 {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  text-align: center;
}

.serBox p {
  text-align: center;
}

.aboutBox {
  background-image: linear-gradient(transparent, transparent);
  text-align: center;
  padding-top: 270px;
  margin-bottom: 60px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.title-shadow {
  font-size: clamp(18px, 2.5vw, 24px);
  font-family: リュウミン M-KL;
  text-align: center;
  margin: 0 0 40px;
  padding-bottom: 10px;
  font-weight: normal;
  background: url(../img/content-shadow-top.webp) no-repeat center bottom;
  background-size: 150% auto;
}

/*------------------------------
トップページ - 院長あいさつ
------------------------------*/
#home #greeting {
  text-align: center;
  font-size: 14px;
  margin: 0 10px;
}

#home #greeting h3 {
  font-size: clamp(15px, 1.8vw, 18px);
  font-family: リュウミン M-KL;
  color: var(--brand-main);
  margin-bottom: 10px;
}

#home #greeting h3 strong {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: normal;
}

#home #greeting img {
  margin: 0 auto 20px;
  display: block;
  width: 270px;
  height: auto;
}

#home #greeting p {
  text-align: justify;
}

#home #greeting .name {
  text-align: right;
  font-size: 16px;
  margin-top: 10px;
}

#home #greeting .name strong {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: normal;
}

#home #greeting .frame {
  background: var(--c-bg-subtle);
  clear: both;
  margin-top: 20px;
  text-align: justify;
  padding: 20px;
}

#home #greeting .frame h4 {
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: normal;
  color: var(--brand-main);
  border-bottom: 1px dotted #D7D7D7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: リュウミン M-KL;
}

#home #greeting .btn a {
  display: block;
  background: var(--c-white);
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  margin: 10px auto 0;
}

#home #greeting .btn a span {
  padding-inline-end: 20px;
  background: url(../img/icon01.webp) no-repeat right center;
}

/*------------------------------
トップページ - 院内・設備紹介
------------------------------*/
#facility {
  text-align: center;
  font-size: 14px;
  margin: 0 10px;
}

#home #facility .box {
  margin-bottom: 30px;
  overflow: hidden;
}

#home #facility ul {
  margin-bottom: 10px;
  font-size: 0;
}

#home #facility ul li {
  margin-bottom: 20px;
  text-align: justify;
  width: 48%;
  display: inline-block;
  font-size: 14px;
}

#home #facility ul li:nth-child(odd) {
  margin-inline-end: 4%;
}

#home #facility ul li img {
  margin: 0 0 10px;
  display: block;
  width: 100%;
  height: auto;
}

#home #facility ul li h3 {
  font-weight: normal;
  margin-bottom: 5px;
  text-align: center;
}

#home #facility .btn {
  display: block;
  background: var(--c-white);
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  font-size: 14px;
}

#home #facility .btn span {
  padding-inline-end: 20px;
  background: url(../img/icon01.webp) no-repeat right center;
}

#home #facility table {
  border: 1px solid #E5E5E5;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  margin: 0 0 60px;
}

#home #facility table th {
  font-weight: normal;
  background: #FAFAFA;
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  width: 30%;
}

#home #facility table tr:last-child th {
  border-bottom: none;
}

#home #facility table td {
  background: var(--c-white);
  padding: 5px 10px;
  text-align: justify;
  border-bottom: 1px solid #E5E5E5;
}

#home #facility table tr:last-child td {
  border-bottom: none;
}

/*------------------------------
下層ページ共通
------------------------------*/
#service #page-header {
  background: url(../img/page-header-bg1.webp) no-repeat center;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}

#service #page-header .inner {
  background: linear-gradient(transparent, transparent) no-repeat;
  height: 150px;
}

#flow #page-header {
  background: url(../img/page-header-bg2.webp) no-repeat right;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}

#flow #page-header .inner {
  background: linear-gradient(transparent, transparent) no-repeat;
  height: 150px;
}

#staff #page-header {
  background: url(../img/page-header-bg3.webp) no-repeat center;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}

#staff #page-header .inner {
  background: linear-gradient(transparent, transparent) no-repeat;
  height: 150px;
}

#clinic #page-header {
  background: url(../img/page-header-bg4.webp) no-repeat center;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}

#clinic #page-header .inner {
  background: linear-gradient(transparent, transparent) no-repeat;
  height: 150px;
}

#access #page-header {
  background: url(../img/page-header-bg5.webp) no-repeat center;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}

#access #page-header .inner {
  background: linear-gradient(transparent, transparent) no-repeat;
  height: 150px;
}

#service.price #page-header {
  background: url(../img/page-header-bg2.webp) no-repeat right;
  background-size: cover;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}

#page-header h2 {
  font-size: 30px;
  font-family: リュウミン M-KL;
  text-align: center;
  font-weight: normal;
  padding: 35px 0 0;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  line-height: 1.5;
}

#page-header h2 small {
  font-family: 新ゴ R;
  display: block;
  padding: 5px 0 0;
  font-size: 16px;
  color: var(--brand-main);
}

.breadcrumb {
  border-bottom: solid #ececec 1px;
  font-size: 12px;
  padding: 10px;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb ul li {
  width: auto;
  line-height: 1;
}

.breadcrumb ul li a {
  color: var(--brand-main);
}

.content-header {
  padding: 30px 0 0;
}

.page-link {
  margin: 0 0 30px;
}

.page-link ul {
  font-size: 0;
}

.page-link ul li {
  display: inline-block;
  margin: 0 2% 20px 0;
  width: 32%;
  vertical-align: top;
}

.page-link ul li:nth-child(3n) {
  display: inline-block;
  margin: 0 0 20px 0;
}

.page-link ul li a {
  background-image: linear-gradient(transparent, transparent);
  background-size: contain;
  background-repeat: repeat-x;
  padding: 15px 20px;
  text-align: center;
  color: var(--c-white);
  font-size: clamp(16px, 2vw, 20px);
  display: block;
  border-radius: 10px;
}

.page-link ul li a span {
  display: block;
  padding: 0 0 0 30px;
  background: linear-gradient(transparent, transparent) no-repeat 0;
  text-align: justify;
}

.page-link ul li a:hover {
  opacity: 0.8;
}

.line-header {
  text-align: center;
  margin: 0 0 20px;
  background: url(../img/ling-header-bg.gif) no-repeat center;
}

.line-header h2 {
  text-wrap: balance;
  display: inline-block;
  padding: 0 10px;
  background-color: var(--c-white);
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
}

.corner-box {
  border: solid #ccc 1px;
  border-radius: 10px;
  position: relative;
  margin: 30px 10px;
}

.corner-box-header {
  position: absolute;
  top: -15px;
  left: 0;
  text-align: center;
  width: 100%;
}

.corner-box-header h3 {
  text-wrap: balance;
  display: inline-block;
  padding: 0 10px;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1;
  background-color: var(--c-white);
}

.corner-box .body {
  padding: 40px 20px 20px;
}

.corner-box .body p {
  font-size: 16px;
  margin: 0 0 20px;
  text-align: center;
}

.corner-box .body .bnr {
  text-align: center;
}

/*------------------------------
診療案内
------------------------------*/
#service-content {
  padding: 20px 10px 60px;
}

#service-content h3 {
  font-size: clamp(15px, 1.8vw, 18px);
  font-family: リュウミン M-KL;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 0 0 10px;
  color: var(--brand-main);
}

#service-content h3 strong {
  color: var(--brand-main);
  font-weight: normal;
}

#service-content h3 strong br {
  display: none;
}

#service-content .main {
  background-color: var(--c-bg-mint);
  padding: 20px;
  border-radius: 10px;
  margin: 0 10px;
  font-size: 14px;
  line-height: 1.6;
}

#service-content .main h2 {
  font-size: clamp(18px, 2.5vw, 24px);
  font-family: リュウミン M-KL;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}

#service-content .kamoku {
  margin: 0 0 30px;
}

#service-content .kamoku ul {
  font-size: 0;
  padding: 0 10px;
}

#service-content .kamoku ul li {
  width: 100%;
  margin: 10px 0;
  vertical-align: top;
}

#service-content .kamoku ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  font-size: 14px;
  font-size: 16px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  border: solid #e5e5e5 1px;
  line-height: 1.5;
}

#service-content .kamoku ul li a span {
  padding-inline-end: 20px;
  background: url(../img/icon02.webp) no-repeat right center;
}

#service-content .kamoku ul li a.line2 {
  padding: 1px 0;
}

#service-content article {
  margin: -80px 10px 60px;
  padding: 80px 0 0;
}

#service-content article:last-child {
  margin: -80px 10px 0;
}

#service-content article figure {
  text-align: center;
}

#service-content article figure img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  aspect-ratio: auto;
}

#service-content article h3 {
  font-size: clamp(15px, 1.8vw, 18px);
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: dashed #D7D7D7 1px;
  text-align: justify;
  color: var(--brand-main);
}

#service-content article h3 small {
  font-size: 14px;
  color: var(--c-white);
  background: var(--brand-main);
  padding: 2px 10px;
  vertical-align: middle;
  display: inline-block;
  margin-inline-start: 10px;
}

#service-content article h4 {
  font-size: 16px;
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  padding-inline-start: 20px;
  background: url(../img/icon-maru.webp) no-repeat left center;
  background-size: 15px auto;
}

#service-content article p {
  line-height: 1.6;
  font-size: 14px;
  font-size: 16px;
  margin-top: 30px;
}

#service-content article p a {
  display: block;
  background: var(--c-white);
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  margin: 10px 0 0;
  font-size: 14px;
  font-size: 16px;
}

#service-content article p a span {
  padding-inline-end: 20px;
  background: url(../img/icon01.webp) no-repeat right center;
}

#service .topinfo {
  width: 100%;
  margin: 0 auto 100px;
}

#service .topinfo h2 {
  margin-bottom: 50px;
}

#service .serviceinfo {
  width: 100%;
  margin: 0 auto 100px;
}

#service .serviceinfo dl {
  margin: 50px 0;
  padding: 20px;
  border-radius: 10px;
  background: var(--c-bg-light);
  line-height: 2;
  box-sizing: border-box;
}

#service .serviceinfo dt {
  font-size: 18px;
}

#service .serviceinfo dd {
  padding-inline-start: 20px;
}

#service .serviceinfo h4 {
  font-size: 22px;
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  padding-inline-start: 25px;
  background: url(../img/icon-maru.webp) no-repeat left center;
}

#service .contents {
  margin: 50px auto;
  width: 100%;
}

#service .contents h3 {
  font-size: 36px;
  /*padding:20px;*/
  border-bottom: 2px solid var(--brand-main);
  text-align: left;
  margin-bottom: 30px;
}

#service .contents h4 {
  font-size: 24px;
  color: var(--c-white);
  padding: 10px;
  background: var(--brand-main);
  margin: 30px 0;
}

#service .contents img {
  width: 100%;
}

#service .contents .influenza-img {
  display: flex;
}

#service .contents .w200 {
  width: 40%;
}

#service .contents h5 {
  font-size: 21px;
  padding-inline-start: 20px;
  border-left: 10px solid var(--brand-main);
  color: var(--brand-main);
  margin: 30px 0;
}

#service #s03 ul {
  margin: 30px 0;
}

#service #s03 ul li {
  list-style-type: decimal;
  margin-inline-start: 30px;
}

#service .photobox {
  width: 100%;
  margin: 20px 0px;
  text-align: center;
}

#service .photobox img:first-child,
#service .photobox > picture.site-picture:first-child > img {
  max-width: 100%;
}

#service .photobox img:last-child,
#service .photobox > picture.site-picture:last-child > img {
  width: 40%;
}

#service .btn {
  width: 100%;
  display: block;
  margin: 30px auto;
  background: var(--brand-main);
  color: var(--c-white);
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

#service [id^=s0] {
  margin-top: -40px;
  padding-top: 40px;
}

#service [id^=recruit] {
  margin-top: -40px;
  padding-top: 40px;
}

/*------------------------------
治療の流れ
------------------------------*/
#flow-content h3 {
  font-size: 32px;
  font-family: リュウミン M-KL;
  text-align: center;
  margin: 30px 0 30px;
  font-weight: normal;
}

#flow-content p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 10px 20px;
}

#flow-content p.catch {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px;
  padding: 30px 10px 0;
  text-align: center;
  background: url(../img/content-shadow-top.webp) top center no-repeat;
}

#flow-content ol {
  padding-bottom: 30px;
}

#flow-content ol li {
  margin: 0 0 20px 0;
  padding: 0 0 60px 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../img/sp/flow-arrow.webp);
  background-size: 40px;
}

#flow-content ol li h3 {
  font-size: clamp(16px, 2vw, 20px);
  font-family: リュウミン M-KL;
  line-height: 1.5;
  text-align: justify;
  font-weight: normal;
  padding: 10px 10px 0 10px;
  margin: 0 0 10px 0;
  border-top: solid #ccc 1px;
}

#flow-content ol li h3 br {
  display: none;
}

#flow-content ol li h3 span {
  display: inline-block;
  border-radius: 20px;
  padding: 6px 12px;
  color: var(--c-white);
  font-size: 14px;
  background-color: #8bcc5a;
  margin: 0 10px 2px 0;
  vertical-align: middle;
}

#flow-content ol li img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
  aspect-ratio: auto;
}

#flow-content ol li figcaption {
  padding: 10px 0 0 0;
  text-align: center;
}

#flow-content ol li figcaption p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 10px 10px;
  text-align: justify;
}

#flow-content ol li figcaption p br {
  display: none;
}

#flow-content ol li figcaption div.btn a {
  font-family: リュウミン M-KL;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: clamp(15px, 1.8vw, 18px);
  display: inline-block;
}

#flow-content ol li.flow-content01 .tel {
  color: var(--c-success);
  margin: 0 10px;
}

#flow-content ol li.flow-content01 .tel a {
  color: var(--c-success);
  display: block;
  border: solid #6fb00c 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  overflow: hidden;
}

#flow-content ol li.flow-content01 .tel a small {
  font-size: 12px;
  display: block;
  background-color: var(--c-success);
  color: var(--c-white);
}

#flow-content ol li.flow-content01 .tel a span {
  font-size: 30px;
  display: inline-block;
  background: url(../img/icon-tel.webp) no-repeat 0;
  padding: 0 0 0 30px;
}

#flow-content ol li.flow-content07 {
  background-image: none;
  padding: 0;
}

#flow-content ol li.flow-content10 {
  background-image: none;
  padding: 0 0 30px 0;
}

.flow-flow {
  margin: 0 10px 30px;
}

.flow-flow ol li {
  border-radius: 20px;
  width: 100%;
  padding: 0 0 43px;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: 0 0 10px;
}

.flow-flow ol li.odd {
  background-image: linear-gradient(transparent, transparent);
}

.flow-flow ol li.odd.last {
  background-image: none;
}

.flow-flow ol li.even {
  background-image: linear-gradient(transparent, transparent);
}

.flow-flow ol li.even.last {
  background-image: none;
}

.flow-flow ol li span {
  display: block;
}

.flow-flow ol li span.number {
  font-size: clamp(18px, 2.5vw, 24px);
  color: var(--c-white);
  padding: 10px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  vertical-align: middle;
}

.flow-flow ol li span.number img {
  width: 50%;
  height: auto;
}

.flow-flow ol li.odd span.number {
  background-color: #ffbfbd;
}

.flow-flow ol li.even span.number {
  background-color: #c9bc9c;
}

.flow-flow ol li p.title {
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  padding: 10px;
}

.flow-flow ol li p.title em {
  font-size: clamp(18px, 2.5vw, 24px);
  font-style: normal;
  text-align: center;
  display: block;
  line-height: 1.4;
}

.flow-flow ol li.odd p.title {
  border: solid #86cc88 1px;
}

.flow-flow ol li.odd p.title em {
  color: var(--c-success-light);
}

.flow-flow ol li.even p.title {
  border: solid #a5ada2 1px;
}

.flow-flow ol li.even p.title em {
  color: #a5ada2;
}

.flow-flow ol li p.title img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.flow-flow .btn_tel, .flow-flow .btn_web {
  display: inline-block;
  border-radius: 10px;
  border-bottom: solid #E79B8C 3px;
  background-color: #ffbfbd;
  color: var(--c-white);
  text-align: center;
  line-height: 1;
  margin-top: 10px;
  padding: 5px 0;
  font-size: 16px;
  width: 100%;
}

#flow01, #flow02 {
  margin-top: -61px;
  padding-top: 61px;
}

/*------------------------------
医師あいさつ
------------------------------*/
.doctor {
  padding: 20px 0 60px;
}

.doctor .content-body {
  font-size: 0;
}

.doctor .content-body h4 {
  font-size: clamp(18px, 2.5vw, 24px);
  font-family: リュウミン M-KL;
  padding: 0 0 5px;
  border-bottom: dashed #D7D7D7 1px;
  margin: 0 10px 20px;
  font-weight: normal;
  color: var(--brand-main);
}

.doctor .content-body figure {
  text-align: center;
  margin: 0 0 20px;
}

.doctor .content-body figure img {
  width: 80%;
  height: auto;
  aspect-ratio: auto;
}

.doctor .content-body .text {
  margin: 0 10px 20px;
}

.doctor .content-body .text strong {
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: normal;
  color: var(--brand-main);
  display: block;
  margin-bottom: 20px;
  font-family: リュウミン M-KL;
}

.doctor .content-body .text p {
  font-size: 14px;
  line-height: 1.6;
}

.doctor .content-body .signature {
  font-size: 16px;
  font-family: リュウミン M-KL;
  padding: 20px 0 0;
  text-align: right;
}

.doctor .content-body .signature span {
  margin: 0 0 0 0px;
  font-size: clamp(18px, 2.5vw, 24px);
  font-family: リュウミン M-KL;
  position: relative;
  display: inline-block;
}

.doctor .content-body .signature span small {
  position: absolute;
  top: -14px;
  left: 0;
  letter-spacing: 0.2em;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-family: リュウミン M-KL;
  display: inline-block;
  margin-inline-start: -0.2em;
}

.doctor .detail {
  margin: 0 10px;
}

.doctor.side .detail {
  padding-top: 40px;
}

.doctor .detail .fleft, .doctor .detail .fright {
  margin: 0 0 20px;
}

.doctor .detail table {
  font-size: 14px;
  line-height: 1.6;
}

.doctor .detail table th {
  padding: 0 10px 10px;
  text-align: justify;
  vertical-align: top;
  font-weight: normal;
}

.doctor .detail table td {
  padding: 0 10px 10px;
  text-align: justify;
  vertical-align: top;
}

.staff {
  padding: 0 0 60px;
}

.staff figure {
  font-size: 0;
}

.staff figure img {
  width: 100%;
  height: auto;
}

.staff figure figcaption {
  padding: 0 0 20px;
}

.staff figure figcaption p {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 10px 10px;
}

.staff figure figcaption p span {
  margin: 0 10px;
}

.staff figure figcaption p.total {
  font-size: clamp(18px, 2.5vw, 24px);
  font-family: リュウミン M-KL;
}

.staff figure figcaption p.total strong {
  color: var(--brand-main);
  font-family: リュウミン M-KL;
  font-weight: normal;
}

/*------------------------------
医院紹介
------------------------------*/
#clinic .content-header.slide h2 {
  padding: 0;
}

.clinic h3 {
  text-wrap: balance;
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 0 0 20px;
}

.clinic .content-body {
  background: url(../img/content-shadow-top.webp) top center no-repeat;
  font-size: 0;
}

.clinic .content-body h3 {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.4;
  margin: 0 0 20px;
  text-align: center;
  font-weight: normal;
}

.clinic .content-body ul {
  padding-top: 30px;
}

.clinic .content-body ul li {
  margin: 0 10px 30px;
}

.clinic .content-body ul li:last-child {
  margin: 0 10px;
  padding: 0 0 30px;
}

.clinic .content-body ul li.wide img {
  margin: 0 0 10px;
}

.clinic .content-body ul li.wide img:last-of-type {
  margin: 0;
}

.clinic .content-body figure img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}

.clinic .content-body figcaption {
  clear: both;
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.clinic .content-body ul li.wide figcaption {
  text-align: center;
}

#clinic .c-slider {
  width: 280px;
  margin: 30px auto 0;
  padding-top: 30px;
}

#clinic .c-slider ul {
  margin: 0;
  padding: 0;
}

#clinic .c-slider img {
  width: 280px;
  height: auto;
}

#clinic .c-slider .custom-thumb2 .bx-caption, #clinic .c-slider .custom-thumb3 .bx-caption {
  display: none;
}

#clinic .c-slider .custom-thumb2 ul, #clinic .c-slider .custom-thumb3 ul {
  width: 290px;
  margin: 10px auto 0;
  height: auto;
  list-style: none;
}

#clinic .c-slider .custom-thumb2 ul li, #clinic .c-slider .custom-thumb3 ul li {
  width: 90px;
  display: inline-block;
  margin: 10px 10px 0 0;
}

#clinic .c-slider .custom-thumb2 ul li:nth-child(3n) {
  margin-inline-end: 0;
}

#clinic .c-slider .custom-thumb2 ul li img {
  width: 90px;
  height: auto;
}

#clinic .c-slider img {
  width: 280px;
}

#clinic .c-slider .custom-thumb2 ul {
  height: 120px;
}

#clinic .c-slider .custom-thumb2 ul li {
  width: 86px;
}

#clinic .c-slider .custom-thumb2 ul li img {
  width: 86px;
}

#clinic .c-slider .custom-thumb3 ul {
  height: 120px;
}

#clinic .c-slider .custom-thumb3 ul li {
  width: 86px;
}

#clinic .c-slider .custom-thumb3 ul li img {
  width: 86px;
}

#clinic .c-slider .bxslider-btn {
  position: relative;
}

#clinic .c-slider .feed-prev-btn a {
  background: url(../img/btn-prev.webp) no-repeat;
  background-size: 20px;
  display: block;
  font-size: 0;
  width: 20px;
  height: 38px;
  position: absolute;
  top: 90px;
  left: -35px;
  z-index: 1;
}

#clinic .c-slider .feed-next-btn a {
  background: url(../img/btn-next.webp) no-repeat;
  background-size: 20px;
  display: block;
  font-size: 0;
  width: 20px;
  height: 38px;
  position: absolute;
  top: 90px;
  right: -35px;
  z-index: 1;
}

#clinic .c-slider .bxslider2 .bx-caption, #clinic .c-slider .bxslider3 .bx-caption {
  text-align: center;
  padding: 10px 0 10px;
}

#clinic .c-slider .bxslider2 .bx-caption strong, #clinic .c-slider .bxslider3 .bx-caption strong {
  font-size: clamp(15px, 1.8vw, 18px);
  font-family: リュウミン M-KL;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 0 0 5px;
  color: var(--brand-main);
  display: block;
}

#clinic .c-slider .bxslider2 .bx-caption strong span.imgicon, #clinic .c-slider .bxslider3 .bx-caption strong span.imgicon {
  vertical-align: top;
  display: inline-block;
  margin: 0px 0 0 5px;
  padding: 0 0 0 0;
  text-align: left;
}

#clinic .c-slider .bxslider2 .bx-caption strong span.imgicon img, #clinic .c-slider .bxslider3 .bx-caption strong span.imgicon img {
  vertical-align: top;
  display: inline-block;
  width: 30px;
  height: auto;
  margin: 0 0px 0px 5px;
  padding: 0 0 0 0;
}

#clinic .c-slider .bxslider2 .bx-caption p, #clinic .c-slider .bxslider3 .bx-caption p {
  color: var(--c-text);
  font-size: 14px;
  line-height: 1.6;
  margin: 0px 0 0 0;
  text-align: left;
}

/*------------------------------
アクセス
------------------------------*/
#access-content {
  padding: 20px 0 60px;
}

#access-content .content-body {
  font-size: 0;
}

#access-content #map {
  margin-top: -70px;
  padding-top: 70px;
}

#access-content .map figure {
  text-align: center;
  margin: 0 0 20px;
}

#access-content .map figure img {
  width: 80%;
  height: auto;
}

/*
#access-content .map p a {
    display: block;
    background: var(--c-white);
    height: 37px;
    line-height: 37px;
    border: 1px solid #E5E5E5;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
    margin: 10px 10px 40px;
    font-size: 14px;
}

#access-content .map p a span {
    padding-inline-end: 20px;
    background: url(../img/icon01.webp) no-repeat right center;
}
*/
#access-content .body {
  margin: 0 10px 30px;
}

#access-content .body img {
  width: 100%;
  height: auto;
}

#access-content .body p {
  text-align: center;
  margin: 0 0 20px;
}

#access-content .body ul {
  width: 100%;
  margin: 0 auto 30px;
  font-size: 0;
}

#access-content .body ul li {
  margin: 0 0 20px;
  vertical-align: top;
}

#access-content .body ul li figcaption {
  padding: 10px 0 0;
  text-align: center;
  font-size: 16px;
}

#access-content .body ul li:last-child {
  margin: 0;
}

#access-content .detail {
  margin: 0 10px;
}

#access-content .detail h4 {
  font-size: clamp(18px, 2.5vw, 24px);
  font-family: リュウミン M-KL;
  padding: 0 0 5px;
  border-bottom: dashed #D7D7D7 1px;
  margin: 0 0px 20px;
  font-weight: normal;
  color: var(--brand-main);
}

#access-content .detail h5 {
  clear: both;
  font-size: clamp(16px, 2vw, 20px);
  font-family: リュウミン M-KL;
  font-weight: normal;
  margin: 20px 0 10px;
  padding: 5px 10px;
  background: var(--brand-main);
  color: var(--c-white);
}

#access-content .detail p {
  font-size: 14px;
}

#access-content .detail figure {
  text-align: center;
  margin: 0 0 20px;
}

#access-content .detail figure img {
  width: 80%;
  height: auto;
}

#access-content .detail figure img:first-child,
#access-content .detail figure > picture.site-picture:first-child > img {
  margin-bottom: 10px;
}

#access-content .detail .info table.info-detail {
  font-size: clamp(16px, 2vw, 20px);
  width: 100%;
  border-collapse: collapse;
  display: block;
}

#access-content .detail .info table.info-detail tr, #access-content .detail .info table.info-detail tbody {
  display: block;
}

#access-content .detail .info table.info-detail th {
  font-size: clamp(16px, 2vw, 20px);
  font-family: リュウミン M-KL;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  padding: 0px 0 10px 0;
  display: block;
}

#access-content .detail .info table.info-detail td {
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  padding: 0px 0 20px 0;
  display: block;
}

#access-content .detail .info table.info-detail td.tel {
  font-size: clamp(16px, 2vw, 20px);
}

#access-content .detail .info table.info-detail td.tel a {
  color: var(--brand-main);
  font-family: リュウミン M-KL;
}

#access-content .detail .info table.info-detail td.fax {
  font-size: 16px;
  font-family: リュウミン M-KL;
  color: var(--brand-main);
}

#access-content .detail .info p {
  font-size: clamp(15px, 1.8vw, 18px);
  font-family: リュウミン M-KL;
}

#access-content .detail .schedule table.schedule-table th {
  font-size: 14px;
}

#access-content .detail .schedule table.schedule-table td {
  font-size: 14px;
}

#access-content .detail .schedule table.schedule-table td.time {
  font-size: 14px;
}

#access-content .detail .schedule p {
  text-align: right;
  font-family: 新ゴ R;
  font-size: 14px;
}

#access-content .mail a {
  width: 80%;
  margin: 0 auto;
}

.access-img {
  margin: 0 0 60px;
}

.access-img ul li {
  margin: 20px 0 0 0;
  font-size: 14px;
}

.access-img ul li:first-child {
  margin: 0;
}

.access-img ul li img {
  width: 100%;
}

.access-img ul li p {
  margin-top: 10px;
}

#access .phone a {
  display: inline;
}

/*------------------------------
料金
------------------------------*/
#service.price article .pricetable {
  border-collapse: collapse;
  width: 100%;
}

#service.price article .pricetable th,
#service.price article .pricetable td {
  padding: 10px;
  border: 1px solid var(--brand-main);
  font-size: 14px;
}

#service.price article .pricetable th {
  text-align: left;
  background: var(--c-bg-light);
}

#service.price article .pricetable td {
  text-align: center;
  width: 100px;
}

#service.price .footnote {
  width: calc(100% - 20px);
  margin: 10px;
  padding: 20px;
  background: #FAF5C5;
  box-sizing: border-box;
}

/*------------------------------
ブログ
------------------------------*/
.archive {
  margin: 0 10px 20px;
  text-align: right;
}

.blog-content h3 {
  text-wrap: balance;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}

.blog-content .body {
  margin: 0 10px 30px;
  background: url(../img/content-shadow-top.webp) top center no-repeat;
  font-size: 0;
  padding: 40px 0 0;
}

.blog-content .body p {
  margin: 0 0 20px;
  line-height: 1.6;
  font-size: 16px;
}

.blog-content .body img {
  display: block;
  width: auto;
  height: auto;
  max-width: 80%;
  margin: 0 auto 20px;
}

.blog-content .date {
  margin: 0 0 30px;
  text-align: right;
}

.pager {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.pager span {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  border: solid #262f66 1px;
  color: var(--c-accent-dark);
  border-radius: 5px;
}

.pager a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  border: solid #fff 1px;
  border-radius: 5px;
}

.pager a:hover {
  color: var(--c-white);
  border: solid #262f66 1px;
  background-color: var(--c-accent-dark);
}

.pager .prev {
  position: absolute;
  top: 30px;
  left: 0;
}

.pager .next {
  position: absolute;
  top: 30px;
  right: 0;
}

.pager .list {
  text-align: center;
}

/*------------------------------
予防・定期検診
------------------------------*/
#preventive #page-header {
  background: url(../img/page-header-bg6.webp) no-repeat center;
  background-size: 100% auto;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}

#preventive #page-header .inner {
  background: linear-gradient(transparent, transparent) no-repeat;
  height: 150px;
}

#preventive-content {
  width: 97%;
  margin: 0 auto;
  padding: 100px 0 0;
}

#preventive-content h3 {
  font-size: 30px;
  font-family: リュウミン M-KL;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 20px 0 20px;
}

#preventive-content h3 strong {
  color: var(--brand-main);
  font-weight: normal;
}

#preventive-content .balloon {
  position: relative;
  width: 50%;
  padding: 20px;
  background-color: var(--brand-main);
  border-radius: 30px;
  color: var(--c-white);
  text-align: center;
  margin: 0 auto;
  font-size: 1.5em;
}

#preventive-content .balloon::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: var(--brand-main);
  left: -35px;
  bottom: 5px;
  width: 30px;
  height: 30px;
}

#preventive-content .request {
  width: 90%;
  margin: 50px auto 0 auto;
  font-size: 1.3em;
}

#preventive-content .checkmark {
  padding-inline-start: 24px;
  position: relative;
}

#preventive-content .checkmark:before,
#preventive-content .checkmark:after {
  content: "";
  display: block;
  position: absolute;
}

#preventive-content .checkmark:before {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: var(--c-white) fff;
  border: 1px solid #000000;
  left: 0;
  top: 2px;
}

#preventive-content .checkmark:after {
  border-left: 2px solid var(--brand-main);
  border-bottom: 2px solid var(--brand-main);
  width: 15px;
  height: 5px;
  transform: rotate(-45deg);
  left: 5px;
  top: 3px;
}

#preventive-content .balloon::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: var(--brand-main);
  left: -55px;
  bottom: 2px;
  width: 15px;
  height: 15px;
}

#preventive-content .contents .midashi {
  font-size: 24px;
  color: var(--brand-main);
  padding: 10px;
  background: var(--c-white);
  margin: 50px 0 30px 0;
  text-align: center;
}

#preventive-content .contents .preventive-graf {
  width: 90%;
  margin: 0 auto 50px auto;
  text-align: center;
}

/* #preventive-content .kamoku {
  margin: 0 0 130px;
} */
#preventive-content .kamoku ul {
  margin: 0 auto;
  font-size: 0;
  width: 90%;
  text-align: center;
}

#preventive-content .kamoku ul li {
  display: inline-block;
  width: 90%;
  margin-bottom: 10px;
  vertical-align: top;
}

/* #preventive-content .kamoku ul li:nth-child(4n) {
  margin: 0 0 20px;
  width: 232px;
} */
#preventive-content .kamoku ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  font-size: 15px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  border: solid #e5e5e5 1px;
  line-height: 1.5;
}

#preventive-content .kamoku ul li a span {
  display: inline-block;
  vertical-align: middle;
  padding-inline-end: 20px;
  background: url(../img/icon02.webp) no-repeat right center;
}

#preventive-content .kamoku ul li a.line2 {
  padding: 1px 0;
}

#preventive-content .p-box {
  text-align: center;
}

#preventive-content article {
  margin: 0 auto 150px;
  width: 100%;
}

#preventive-content article figure {
  width: 140px;
  padding: 0px 0 0;
  text-align: center;
}

#preventive-content article figure img {
  width: 320px;
  height: auto;
}

#preventive-content article .body {
  width: 677px;
}

#preventive-content article h3 {
  font-size: clamp(20px, 3vw, 28px);
  padding: 0 0 10px;
  margin: 0 0 30px;
  border-bottom: dashed #D7D7D7 1px;
  text-align: justify;
  color: var(--brand-main);
}

#preventive-content article h3 small {
  font-size: 16px;
  color: var(--c-white);
  background: var(--brand-main);
  padding: 2px 20px;
  vertical-align: middle;
  display: inline-block;
  margin-inline-start: 20px;
}

#preventive-content article h4 {
  font-size: 22px;
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  padding-inline-start: 25px;
  background: url(../img/icon-maru.webp) no-repeat left center;
}

#preventive-content article p {
  line-height: 1.6;
  font-size: 15px;
}

#preventive-content article p a {
  display: block;
  background: var(--c-white);
  width: 254px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  margin-top: 20px;
  font-size: 16px;
}

#preventive-content article p a span {
  padding-inline-end: 20px;
  background: url(../img/icon01.webp) no-repeat right center;
}

#preventive .topinfo {
  width: 100%;
  margin: 0 auto 100px;
}

#preventive .topinfo h2 {
  margin-bottom: 50px;
}

#preventive .preventiveinfo {
  width: 100%;
  margin: 0 auto 50px;
}

#preventive .preventiveinfo dl {
  margin: 50px 0;
  padding: 20px 50px;
  border-radius: 10px;
  background: var(--c-bg-light);
  line-height: 2;
  box-sizing: border-box;
}

#preventive .preventiveinfo .no {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0px 0px;
  background-color: var(--brand-main);
  color: var(--c-white);
  text-align: center;
  font-size: 16px;
}

#preventive .preventiveinfo dt {
  font-size: 18px;
}

#preventive .preventiveinfo dd {
  padding-inline-start: 20px;
}

#preventive .preventiveinfo h4 {
  font-size: 22px;
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  padding-inline-start: 25px;
  background: url(../img/icon-maru.webp) no-repeat left center;
}

#preventive .contents {
  margin: 50px auto 20px auto;
  width: 100%;
}

#preventive .contents h3 {
  font-size: 36px;
  padding: 20px;
  border-bottom: 2px solid var(--brand-main);
  text-align: left;
  margin-bottom: 30px;
}

#preventive .contents h4 {
  font-size: 24px;
  color: var(--c-white);
  padding: 10px;
  background: var(--brand-main);
  margin: 30px 0;
}

#preventive .contents img {
  width: 400px;
}

/* */
#preventive .contents h5 {
  font-size: 21px;
  padding-inline-start: 20px;
  border-left: 10px solid var(--brand-main);
  color: var(--brand-main);
  margin: 30px 0;
}

#preventive .contents img.w200 {
  width: 200px;
}

#preventive .contents .health {
  width: 90%;
  margin: 50px auto 0 auto;
}

#preventive .contents .health .title {
  background-color: var(--brand-main);
  color: var(--c-white);
  padding: 5px;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 20px;
}

#preventive .contents .health ul li {
  list-style: disc;
  margin-inline-start: 20px;
}


#preventive .contents .merit {
  width: 98%;
  margin: 30px auto 50px auto;
}

#preventive .contents .merit li {
  width: 154px;
  height: 154px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
  color: var(--brand-main);
  font-weight: bold;
  background-color: #F4F8F9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 5px 0;
  border-radius: 10px;
}

#preventive .contents .merit .flex {
  display: flex;
  justify-content: center;
}

#preventive .contents .roiteri li {
  list-style: disc;
  margin-inline-start: 20px;
}

/*------------------------------
保険診療と自費診療について
------------------------------*/
#fee #page-header {
  background: url(../img/page-header-bg7.webp) no-repeat center;
  background-size: 100% auto;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}

#fee #page-header .inner {
  background: linear-gradient(transparent, transparent) no-repeat;
  height: 150px;
}

#fee-content {
  width: 97%;
  margin: 0 auto;
  /* padding: 100px 0 0; */
}

#fee-content h3 {
  font-size: 30px;
  font-family: リュウミン M-KL;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 20px 0 20px;
}

#fee-content h3 strong {
  color: var(--brand-main);
  font-weight: normal;
}

#fee-content table {
  border-collapse: collapse;
  width: 98%;
  font-size: clamp(15px, 1.8vw, 18px);
  margin: 20px auto;
  text-align: center;
  font-weight: normal;
}

#fee-content table th {
  color: var(--c-white);
  background-color: #24ABBA;
  padding: 10px;
  border: 1px solid #24ABBA;
}

#fee-content table td {
  color: var(--c-text);
  background-color: var(--c-white);
  padding: 10px;
  border: 1px solid #24ABBA;
}

#fee-content table img {
  width: 100%;
}

#fee-content table.dark th {
  background-color: #2C5796;
  border: 1px solid #2C5796;
}

#fee-content table.dark td {
  border: 1px solid #2C5796;
}

#fee-content .contents .midashi {
  font-size: 24px;
  color: var(--brand-main);
  padding: 10px;
  background: var(--c-white);
  margin: 50px 0 30px 0;
  text-align: center;
}

#fee-content .kamoku {
  margin: 0 0 130px;
}

#fee-content .kamoku ul {
  margin: 0 auto;
  font-size: 0;
  width: 100%;
}

#fee-content .kamoku ul li {
  display: inline-block;
  width: 230px;
  margin: 0 34px 20px 0;
  vertical-align: top;
}

#fee-content .kamoku ul li:nth-child(4n) {
  margin: 0 0 20px;
  width: 232px;
}

#fee-content .kamoku ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  font-size: 15px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  border: solid #e5e5e5 1px;
  line-height: 1.5;
}

#fee-content .kamoku ul li a span {
  display: inline-block;
  vertical-align: middle;
  padding-inline-end: 20px;
  background: url(../img/icon02.webp) no-repeat right center;
}

#fee-content .kamoku ul li a.line2 {
  padding: 1px 0;
}

#fee-content article {
  margin: 0 auto 150px;
  width: 100%;
}

#fee-content article figure {
  width: 140px;
  padding: 0px 0 0;
  text-align: center;
}

#fee-content article figure img {
  width: 320px;
  height: auto;
}

#fee-content article .body {
  width: 677px;
}

#fee-content article h3 {
  font-size: clamp(20px, 3vw, 28px);
  padding: 0 0 10px;
  margin: 0 0 30px;
  border-bottom: dashed #D7D7D7 1px;
  text-align: justify;
  color: var(--brand-main);
}

#fee-content article h3 small {
  font-size: 16px;
  color: var(--c-white);
  background: var(--brand-main);
  padding: 2px 20px;
  vertical-align: middle;
  display: inline-block;
  margin-inline-start: 20px;
}

#fee-content article h4 {
  font-size: 22px;
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  padding-inline-start: 25px;
  background: url(../img/icon-maru.webp) no-repeat left center;
}

#fee-content article p {
  line-height: 1.6;
  font-size: 15px;
}

#fee-content article p a {
  display: block;
  background: var(--c-white);
  width: 254px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  margin-top: 20px;
  font-size: 16px;
}

#fee-content article p a span {
  padding-inline-end: 20px;
  background: url(../img/icon01.webp) no-repeat right center;
}

#fee .topinfo {
  width: 100%;
  margin: 0 auto 50px;
}

#fee .topinfo h2 {
  margin-bottom: 50px;
}

#fee .feeinfo {
  width: 100%;
}

#fee .feeinfo dl {
  margin: 50px 0;
  padding: 20px 50px;
  border-radius: 10px;
  background: var(--c-bg-light);
  line-height: 2;
  box-sizing: border-box;
}

#fee .feeinfo dt {
  font-size: 18px;
}

#fee .feeinfo dd {
  padding-inline-start: 20px;
}

#fee .feeinfo h4 {
  font-size: 22px;
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  padding-inline-start: 25px;
  background: url(../img/icon-maru.webp) no-repeat left center;
}

#fee .feeinfo table {
  margin-bottom: 50px;
}

#fee .contents {
  width: 100%;
}

#fee .contents h3 {
  font-size: 36px;
  padding: 20px;
  border-bottom: 2px solid var(--brand-main);
  text-align: left;
  margin-bottom: 30px;
}

#fee .contents img {
  width: 400px;
}

#fee .contents h5 {
  font-size: 21px;
  padding-inline-start: 20px;
  border-left: 10px solid var(--brand-main);
  color: var(--brand-main);
  margin: 30px 0;
}

#fee .contents img.w200 {
  width: 200px;
}

#fee .contents img.w300 {
  width: 300px;
}

/*------------------------------
スマホ
------------------------------*/
.pc {
  display: none;
}

.box1 {
  background: var(--c-bg-subtle);
  padding: 20px;
  margin-top: 30px;
  clear: both;
}

.box1 h4 {
  border-bottom: 1px solid #D7D7D7;
  background: none;
  padding: 0 0 5px 0;
  color: var(--brand-main);
  margin-bottom: 20px;
}

.box1 img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}

.tel_no {
  background-color: #f29243;
  color: var(--c-white);
  padding: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 10px 0px 10px 0px;
  padding-inline-start: 10px;
}

.tel_no a {
  color: var(--c-white) FFF;
  padding: 5px 10px;
  font-size: clamp(15px, 1.8vw, 18px);
}

.mail_no {
  background-color: #edae03;
  color: var(--c-white);
  padding: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 10px 0px 10px 0px;
  padding-inline-start: 10px;
}

.mail_no a {
  color: var(--c-white) FFF;
  padding: 5px 10px;
  font-size: clamp(15px, 1.8vw, 18px);
}

.flow_ul {
  overflow: hidden;
  text-align: center;
  width: 280px;
  margin: 10px auto 50px;
}

.flow_ul li {
  display: inline-block;
  margin: 10px;
}

.flow_ul li a {
  background-color: #f68a48;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  color: var(--c-white);
  border-radius: 50%;
  font-size: 12px;
  vertical-align: middle;
}

.pagetop {
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #C8C8C8;
  width: 100%;
  display: none;
}

.pagetop a {
  display: block;
  color: var(--c-white);
  padding: 10px 0;
}

.pagetop a {
  color: var(--c-white);
}

.h3_1 {
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
}

.h3_1 strong {
  font-size: clamp(18px, 2.5vw, 24px);
}

.serBox2 {
  padding: 0% 2% 5%;
  text-align: center;
}

.serBox2 h4 {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  text-align: center;
}

.pcnone {
  text-align: center;
}

.pcnone img {
  width: 80%;
  margin: 10px;
}

.sp_none {
  display: none;
}

.mb50 {
  margin-bottom: 50px;
}

.fz16 {
  font-size: 16px;
}

.cb {
  clear: both;
}

.sp_br {
  display: block;
}

/*------------------------------
精密根管治療
------------------------------*/
#endodontic #page-header {
  background: url(../img/page-header-bg8.webp) no-repeat center;
  background-size: 100% auto;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}

#endodontic #page-header .inner {
  background: linear-gradient(transparent, transparent) no-repeat;
  height: 150px;
}

#endodontic-content {
  width: 97%;
  margin: 0 auto;
  padding: 100px 0 0;
}

#endodontic-content .kamoku ul {
  margin: 0 auto;
  font-size: 0;
  width: 90%;
  text-align: center;
}

#endodontic-content .kamoku ul li {
  display: inline-block;
  width: 90%;
  margin-bottom: 10px;
  vertical-align: top;
}

#endodontic-content .kamoku ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  font-size: 15px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  border: solid var(--brand-main) 1px;
  line-height: 1.5;
}

#endodontic-content .kamoku ul li a span {
  display: inline-block;
  vertical-align: middle;
  padding-inline-end: 20px;
  background: url(../img/icon02.webp) no-repeat right center;
}

.endodontic-info,
.endodontic-sec {
  margin: 0 10px 30px;
}

.endodontic-box {
  border: 2px solid var(--brand-main);
  padding: 5%;
  margin: 30px 10px;
  box-sizing: border-box;
}

.endodontic-box h2 {
  text-wrap: balance;
  text-align: center;
  margin-bottom: 30px;
}

.endodontic-box h2 strong {
  font-size: 21px;
  background: linear-gradient(transparent 70%, #F0F0F0 70%);
  color: #00b1ad;
  letter-spacing: 0.1em;
}

.endodontic-box h3 {
  text-wrap: balance;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.4;
  margin-inline-start: 45px;
  letter-spacing: 0.1em;
}

.endodontic-box h3::before {
  content: url(../img/icon-check.webp);
  display: inline-block;
  vertical-align: middle;
  padding-inline-end: 10px;
  margin-inline-start: -45px;
}

.endodontic-sec h3 {
  text-wrap: balance;
  font-size: clamp(18px, 2.5vw, 24px);
  margin: 30px 0 0;
  padding-bottom: 20px;
  text-align: center;
  font-family: "NotoSansCJKjp";
  font-weight: normal;
  letter-spacing: 0.1em;
}

.endodontic-sec h3::before {
  content: url(../img/title-logo.webp);
  display: block;
}

.endodontic-box2 {
  background: #f0f5f5;
  padding: 20px;
  margin: 0px auto 60px;
  box-sizing: border-box;
}

.endodontic-box2 h5 {
  font-size: 22px;
  color: #00b1ad;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #d7d7d7;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}

.box5 {
  background: var(--c-bg-subtle);
  margin: 30px 10px;
  padding: 30px;
}

.endodontic-article {
  margin: 45px 0 15px;
}

.endodontic-article h4 {
  font-size: clamp(18px, 2.5vw, 24px);
  color: #00b1ad;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

.endodontic-tbl table {
  border-collapse: collapse;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 1;
  font-size: 0;
  width: 100%;
}

.endodontic-tbl table tr th span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.endodontic-tbl table tr .th1, .endodontic-tbl table tr .th2, .endodontic-tbl table tr .th3, .endodontic-tbl table tr .th4, .endodontic-tbl table tr .th5 {
  position: relative;
  width: 65px;
  min-height: 65px;
}

.endodontic-tbl table tr th span strong {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.endodontic-tbl table tr th .no-circle {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
  color: #00b1ad;
  background: var(--c-bg-subtle);
  border-radius: 50%;
}

.endodontic-tbl table tr td.title {
  width: calc(48% - 65px);
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0 1%;
  line-height: 1.4;
  font-size: 15px;
  vertical-align: middle;
  color: #00b1ad;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

.endodontic-tbl table tr td {
  width: 52%;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 8px 0px;
  line-height: 1.6;
  font-size: 15px;
  vertical-align: middle;
  letter-spacing: 0.1em;
}

.endodontic-tbl table tr td.flow-mark {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 28px;
  line-height: 1;
  background: url(../img/flow-border.webp);
  background-position: 80px center;
  background-repeat: no-repeat;
  vertical-align: top;
}

.endodontic-box3 {
  position: relative;
  border: 2px solid var(--brand-main);
  padding: 5% 3%;
  margin: 60px 10px;
  box-sizing: border-box;
}

.endodontic-box3 h2 {
  text-wrap: balance;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -1em;
  font-size: clamp(18px, 2.5vw, 24px);
  color: #00b1ad;
  letter-spacing: 0.1em;
}

.endodontic-box3 h2 strong {
  padding: 0 1em;
  background: var(--c-white);
}

.endodontic-box3 h3 {
  text-wrap: balance;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

.endodontic-box3 h3 strong {
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: normal;
  color: #00b1ad;
  background: linear-gradient(transparent 70%, #F0F0F0 70%);
}

.flex-img,
.flex-img2 {
  width: 100%;
}

.flex img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.flex-info {
  margin: 10px 0 0;
}

.flex-info2 {
  margin: 10px 0;
}

.flex-info3 {
  margin: 10px 0;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.wrap {
  flex-wrap: wrap;
}

.flex {
  display: flex;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.flex-between {
  justify-content: space-between;
}

/*---------------------------------------------
コメントバナー
---------------------------------------------*/
.box30 {
  margin: 10px auto 20px;
  background: #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  width: 95%;
}

.box30 .box-title {
  font-size: 1.2em;
  background: var(--brand-orange);
  padding: 4px;
  text-align: center;
  color: var(--c-white);
  font-weight: bold;
  letter-spacing: 0.05em;
}

.box30 p {
  padding: 15px 20px;
  margin: 0;
}

/*------------------------------
ホワイトニング
------------------------------*/
#service.whitening .kamoku .topcom {
  width: 100%;
  margin: 30px auto;
  padding: 10px;
  box-sizing: border-box;
}

#service.whitening .kamoku img {
  width: 100%;
  margin: 0 0 20px;
}

#service.whitening .kamoku ul li {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
}

/*20211203編集*/
#index-content .web {
  display: block;
  width: 100%;
  /*height: 33px;*/
  margin-top: 30px;
  margin: 0 auto;
}

#index-content .web a {
  display: block;
  background: var(--c-white);
  width: 100%;
  height: 53px;
  line-height: 53px;
  border: 1px solid var(--brand-main);
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
}

#index-content .web a span {
  padding-inline-end: 20px;
  background: url(../img/icon01.webp) no-repeat right center;
}

#index-yoyaku .yoyaku-box-right .web {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

#index-yoyaku .yoyaku-box-right .web a {
  display: block;
  background: var(--c-white);
  width: 100%;
  height: 63px;
  line-height: 63px;
  /*height: 33px;
  line-height: 33px;*/
  border: 1px solid var(--brand-main);
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
}

#index-yoyaku .yoyaku-box-right .web a span {
  padding-inline-end: 20px;
  background: url(../img/icon01.webp) no-repeat right center;
}

.footer-content .web p {
  margin-bottom: 20px;
}

/*20220111編集*/
#service-content #s01 ol li {
  list-style: none;
  padding-inline-start: 1em;
  text-indent: -1em;
}

#service-content #s01 ol li span.title {
  font-size: 22px;
  font-weight: bold;
}

#service-content #s01 ol li h4 {
  font-size: clamp(16px, 2vw, 20px);
  color: var(--c-white);
  padding: 10px;
  background: var(--brand-main);
  margin: 20px 0;
  text-align: center;
}

.flow span {
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
  display: block;
}

.flow span:last-child {
  border-bottom: none;
}

.flow span h5 {
  font-size: 19px;
  background-color: var(--brand-main);
  color: var(--c-white);
  margin: 30px 0;
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  text-indent: 0;
  height: fit-content;
  margin: 0 30px 0 0;
  width: 20%;
  text-align: center;
}

.flow span p {
  text-indent: 0;
}

.flow span img {
  /*width:250px;*/
  border-radius: 10px;
  margin: 0 0 0 auto;
}

.contents01 {
  padding: 10px;
  text-indent: 0;
  width: 90%;
  margin: 10px auto;
  background: #FAF5C5;
}

.contents01 span {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
}

#service-content #s01 table.whitening {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  /*margin: 20px;*/
  text-align: left;
  font-weight: normal;
}

#service-content #s01 table.whitening th {
  color: var(--c-white);
  background-color: #24ABBA;
  padding: 10px;
  border: 1px solid #24ABBA;
  text-align: center;
}

#service-content #s01 table.whitening td {
  color: var(--c-text);
  background-color: var(--c-white);
  padding: 10px;
  border: 1px solid #24ABBA;
  text-indent: 0;
}

#service-content #s01 table.whitening img {
  width: 9px;
  display: block;
  margin-inline-start: 20px;
}

/*20210111編集*/
.box31 {
  display: block;
  background: no-repeat url("../img/img10.webp");
  width: 95%;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  color: var(--c-white);
  margin: 0 auto 30px;
  background-size: cover;
}

.box31 .box-title {
  font-size: 22px;
  font-family: リュウミン M-KL;
  letter-spacing: 2px;
  font-weight: normal;
  padding: 10px 0;
  color: var(--c-text);
}

.box31 p {
  color: var(--c-text);
}

.box31 p span {
  background-color: var(--brand-main);
  padding: 10px;
  border-radius: 30px;
  color: var(--c-white);
  display: inline-block;
  margin-bottom: 10px;
}

/*20220121編集*/
#s01 .box01 {
  display: flex;
  justify-content: space-around;
  margin: 10px 0;
}

#s01 .box01 span {
  color: red;
  margin-inline-end: 2px;
}

#s01 .box01 img {
  width: 80%;
}

/*20220303編集*/
.seotext_05 {
  background: linear-gradient(transparent 50%, #FAF5C5 0%);
  font-size: 16px;
  font-weight: bold;
  margin-inline-end: 20px;
}

#service-content #s01 table.whitening h5 {
  font-size: 16px;
  background: var(--c-bg-subtle);
  color: var(--brand-main);
  margin: 30px 0;
  padding: 10px;
  border-radius: 30px;
  border: none;
  text-indent: 0;
  height: fit-content;
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

#service-content #s01 table.whitening td p {
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
}

/*20220617編集*/
.box01 {
  width: 100%;
  margin: 0 0 15px;
}

.box01 p {
  font-weight: bold;
}

#access .route div img.arrow {
  width: 12%;
  display: block;
  margin: 0 auto;
}

#access .route br.spnone {
  display: none;
}

/*------------------------------
下層共通　2022.4.15
------------------------------*/
#service-content img {
  max-width: 100%;
}

#service-content .ucolumn {
  margin: 30px auto;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}

#service-content .ucolumn img {
  width: 100%;
  margin: 0 0 20px;
}

#service-content .ucolumn p {
  line-height: 1.7;
}

#service-content ul.menu_btn {
  margin: 0px 0;
}

#service-content ul.menu_btn li {
  list-style: none;
  width: 100%;
  margin-bottom: 20px;
}

#service-content ul.menu_btn li a {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  background: var(--brand-main);
  color: var(--c-white);
}

#service-content ul.listbox {
  margin: 30px auto;
  width: 100%;
  padding: 0;
}

#service-content ul.listbox li {
  list-style: none;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
}

#service-content ul.listbox li p.title {
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 20px;
}

#service-content ul.listbox li img {
  width: 100%;
  margin-bottom: 20px;
}

/*------------------------------
虫歯治療　2022.4.15
------------------------------*/
#service-content table.cavities {
  border-collapse: collapse;
  width: 100%;
}

#service-content table.cavities th,
#service-content table.cavities td {
  padding: 10px;
  border: 1px solid #eee;
}

#service-content table.cavities th {
  text-align: center;
  background: var(--c-bg-light);
}

#service-content table.cavities td img {
  width: 100%;
}

/*20220712編集*/
.map p.directions {
  padding: 10px;
}

/*20220728編集*/
.box32 {
  margin: 0 10px 20px;
  background: #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  color: #2e5995;
  font-weight: bold;
  border-top: solid 5px #2e5995;
  border-bottom: solid 5px #2e5995;
}

/*230621*/
.bnr_bunkatsu {
  width: 96%;
  text-align: center;
  margin: -10px auto 50px;
}

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


#fee-content table td.notes {
  border-color: transparent;
  text-align: left;
  padding-inline: 0;
}

#fee-content table td.notes a {
  text-decoration: underline;
  font-weight: bold;
  color: #2e5995;
}
}

/* Interactive galleries and content enhancements. */
/* vanilla JSカルーセルのレイアウト。インラインstyleは使わない。 */
.site-shell--static-v2 .js-carousel-track {
  position: relative;
  display: flex;
  gap: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.site-shell--static-v2 .js-carousel-track::-webkit-scrollbar {
  display: none;
}

.site-shell--static-v2 .js-carousel-track > .js-carousel-slide {
  flex: 0 0 100%;
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.site-shell--static-v2 .js-carousel-track > .js-carousel-slide > img {
  display: block;
  width: 100%;
  height: auto;
}

.site-shell--static-v2#clinic .c-slider button.navi-btn {
  position: absolute;
  top: 229px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 66px;
  padding: 0;
  border: 0;
  color: transparent;
  cursor: pointer;
  appearance: none;
}

.site-shell--static-v2#clinic .c-slider button.feed-prev-btn {
  left: -120px;
  background: transparent url("../img/btn-prev.webp") center / contain no-repeat;
}

.site-shell--static-v2#clinic .c-slider button.feed-next-btn {
  right: -120px;
  background: transparent url("../img/btn-next.webp") center / contain no-repeat;
}

.site-shell--static-v2 .navi-btn[aria-disabled="true"] {
  cursor: default;
  opacity: 0.35;
}

.site-shell--static-v2 .navi-btn:focus-visible,
.site-shell--static-v2 .js-carousel-track:focus-visible,
.site-shell--static-v2 .custom-thumb2 button:focus-visible {
  outline: 3px solid var(--brand-main);
  outline-offset: 3px;
}

.site-shell--static-v2 .custom-thumb2 button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  appearance: none;
}

.site-shell--static-v2 .custom-thumb2 button[aria-current="true"] img {
  outline: 3px solid var(--brand-main);
  outline-offset: 2px;
}

@media screen and (max-width: 768px) {
  .site-shell--static-v2#clinic .c-slider button.navi-btn {
    top: 90px;
    width: 20px;
    height: 38px;
  }

  .site-shell--static-v2#clinic .c-slider button.feed-prev-btn {
    left: -35px;
  }

  .site-shell--static-v2#clinic .c-slider button.feed-next-btn {
    right: -35px;
  }

  .site-shell--static-v2#clinic .c-slider .custom-thumb2 {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .site-shell--static-v2#clinic .c-slider .custom-thumb2 ul {
    display: flex;
    width: max-content;
    height: auto;
    gap: 10px;
    margin: 10px 0 0;
  }

  .site-shell--static-v2#clinic .c-slider .custom-thumb2 ul li,
  .site-shell--static-v2#clinic .c-slider .custom-thumb2 ul li:nth-child(3n),
  .site-shell--static-v2#clinic .c-slider .custom-thumb2 ul li:last-child {
    flex: 0 0 86px;
    width: 86px;
    margin: 0;
  }
}


/* Content typography and container sizing. */
.site-shell.site-shell--static-v2 #content h2,
.site-shell.site-shell--static-v2 #content h3,
.site-shell.site-shell--static-v2 #content h4,
.site-shell.site-shell--static-v2 #content h5,
.site-shell.site-shell--static-v2 #content h6 {
  font-family: inherit;
  font-weight: 700;
  letter-spacing: normal;
}

@media screen and (max-width: 1023px) {
  .site-shell--static-v2 #content .inner {
    width: calc(100% - 32px);
    max-width: 100%;
    margin-inline: auto;
    box-sizing: border-box;
  }
}

.site-shell--static-v2 #content {
  padding-bottom: 0;
}

@media print, screen and (min-width: 1024px) {
  .site-shell--static-v2 #content { margin-top: 0; }
}

/* ============================================
 * 4.5. V2 コンテンツ近代化との統合調整
 * ============================================ */
/* 本文用コンテナと .inner の共存 */
.site-shell--static-v2 #content .static-v2 {
  padding-left: 0;
  padding-right: 0;
}

/*  #index-content .inner の padding を 内側コンテナとして使う */
#index-content .inner {
  padding-left: 0;
  padding-right: 0;
}

/* p-concept の figure 画像保護 */
#content .p-concept__figure img {
  display: block;
  width: 100%;
}


/* .reasons-container / .itero-bn は既存サイトには無く、リニューアルで
 * 追加したマークアップ。追加コンテンツのレイアウトを定義する。
 * 既存の他セクションと調和するよう、派手な装飾は付けない。 */
/* 当院が選ばれる理由（カード型2カラム） */
.reasons-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin: 0 auto 60px;
  max-width: 900px;
}

.reasons-container > div {
  min-width: 0;
  padding: 24px;
  background: #f8f9fa;
  border-radius: 10px;
  border: 1px solid #e8eaed;
}

.reasons-container > div h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--brand-main, #25AABB);
  margin-bottom: 12px;
  line-height: 1.4;
}

.reasons-container > div p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-text, #4B4B4B);
}

.reasons-container > div img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 16px 0 0;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .reasons-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
/* エアフローバナー（画像左＋テキスト右） */
.itero-bn {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 860px;
  margin: 0 auto 40px;
  padding: 20px;
}

.itero-bn > img,
.itero-bn > picture {
  width: 300px;
  max-width: 40%;
  height: auto;
  flex-shrink: 0;
}

.itero-bn > div {
  flex: 1;
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .itero-bn {
    flex-direction: column;
    gap: 16px;
  }
  .itero-bn > img,
  .itero-bn > picture {
    width: 100%;
    max-width: 100%;
  }
}

/* コンセプトsection をセンタリング */
#index-concept {
  text-align: center;
}

#index-concept .content-header {
  text-align: center;
}

#index-concept article {
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
}

/* ドクターズファイルsection（トップページ）のセンタリング */
.doctorsfile-section {
  text-align: center;
  padding: 30px 0;
  max-width: 800px;
  margin-inline: auto;
}

.doctorsfile-section picture {
  display: block;
  margin-inline: auto;
}

.doctorsfile-section picture > img {
  display: block;
  margin-inline: auto;
  max-width: 100%;
  height: auto;
}


/* #index-top .info を新宿と同じシンプルレイアウトに */
#index-top .info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  grid-template-columns: none;
}

/* logo2 と contact を横並びに */
#index-top .info > .logo2 {
  flex: 0 0 auto;
}

#index-top .info > .contact {
  flex: 1 1 auto;
  min-width: 300px;
}

/* ページヘッダー下の謎の大きな空白を削減 */
#home #content,
.page #content,
#content {
  margin-top: 0;
}

/* #page-header直後の余白を最小化 */
#page-header + .breadcrumb,
#page-header + #content,
#page-header + * {
  margin-top: 0;
}

/* service-content の余白調整 */
#service-content {
  margin-top: 0;
}


/* ページ余白の統一：冒頭・末尾 */
/* 1. content内の最初の要素のmargin-topをリセット */
#content > *:first-child,
#service-content > *:first-child,
#flow-content > *:first-child,
#staff-content > *:first-child,
#clinic-content > *:first-child,
#access-content > *:first-child,
#price-content > *:first-child,
#faq-content > *:first-child {
  margin-top: 0;
}

/* 2. content全体の上下に統一された余白を設定 */
#content,
#service-content,
#flow-content,
#staff-content,
#clinic-content,
#access-content,
#price-content,
#faq-content {
  padding-top: 40px;
  padding-bottom: 60px;
}

/* 3. 最後の要素のmargin-bottomをリセット */
#content > *:last-child,
#service-content > *:last-child,
#flow-content > *:last-child,
#staff-content > *:last-child,
#clinic-content > *:last-child,
#access-content > *:last-child,
#price-content > *:last-child,
#faq-content > *:last-child {
  margin-bottom: 0;
}

/* 4. page-header直後のbreadcrumbとの隙間を最小化 */
.breadcrumb {
  margin-top: 0;
}

/* フッター前の余白を冒頭と同じ60pxに統一 */
#content,
#service-content,
#flow-content,
#staff-content,
#clinic-content,
#access-content,
#price-content,
#faq-content,
#appointment-content,
#inquiry-content {
  margin-bottom: 0;
  padding-bottom: 40px;
}

/* フッターとの隙間を最小化 */
footer {
  margin-top: 0;
}

/*
 * 静的生成時に追加する WebP picture はレイアウト上の箱を作らない。
 * img の寸法指定とリンクのクリック領域を維持する。
 */
picture.site-picture {
  display: contents;
}

@media screen and (max-width: 1023px) {
  .site-shell #content .box1 > picture.site-picture > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ホワイトニングページ固有の画像寸法と区切り線。 */
body.site-shell--static-v2#service.whitening #service-content #s01 table.whitening img {
  display: block;
  width: 56.2px;
}

body.site-shell--static-v2#service.whitening #service-content #s01 table.whitening img.flow {
  width: 100%;
  margin: 0;
}

body.site-shell--static-v2#service.whitening #service-content #s01 li.whitening-section-divider {
  padding-top: 20px;
  border-top: 4px solid #f0eded;
}

body.site-shell--static-v2#service.whitening #service-content #s01 table.whitening img.go {
  width: 200px;
}

@media screen and (max-width: 480px) {
  body.site-shell--static-v2#service.whitening #service-content #s01 table.whitening img {
    width: 20%;
    margin: 0 auto 10px;
  }
}


/* ============================================
 * 画像・カードレイアウトをGrid/Flexで構成
 * ============================================
 * 画像・本文、カラム、カードをGrid/Flexで配置する。
 */
@media print, screen and (min-width: 1024px) {
  /* トップページ「当院の特徴」: 画像と本文を安定した2カラムにする。 */
  .site-shell--static-v2 #index-content article:not(#etiquette) {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    align-items: start;
    column-gap: 60px;
  }

  .site-shell--static-v2 #index-content article:not(#etiquette) > figure {
    width: 200px;
    margin: 0;
  }

  .site-shell--static-v2 #index-content .index-feature__body {
    min-width: 0;
  }

  .site-shell--static-v2 #index-content .index-feature__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 30px;
  }

  .site-shell--static-v2 #index-content .index-feature__actions .phone,
  .site-shell--static-v2 #index-content .index-feature__actions .web {
    width: auto;
    min-width: 0;
    margin: 30px 0 0;
  }

  /* 電話予約・WEB予約は同じ幅のカードとして並べる。 */
  .site-shell--static-v2 #index-yoyaku > .clearfix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .site-shell--static-v2 #index-yoyaku .yoyaku-box-left,
  .site-shell--static-v2 #index-yoyaku .yoyaku-box-right {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0;
  }

  .site-shell--static-v2 #index-yoyaku .yoyaku-box-left .yoyaku-contact-tel {
    width: max-content;
    max-width: 100%;
    margin: 20px auto 0;
  }

  .site-shell--static-v2 #index-yoyaku .yoyaku-box-right .web,
  .site-shell--static-v2 #index-yoyaku .yoyaku-box-right p {
    width: 100%;
    box-sizing: border-box;
  }

  /* 下層共通メニューと比較カードをPCで既存同様の複数列に戻す。 */
  .site-shell--static-v2 #service-content ul.menu_btn {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px 2%;
  }

  .site-shell--static-v2 #service-content ul.menu_btn li,
  .site-shell--static-v2 #service-content ul.menu_btn li:nth-child(4n) {
    width: auto;
    margin: 0;
  }

  .site-shell--static-v2 #service-content ul.listbox {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 2%;
  }

  .site-shell--static-v2 #service-content ul.listbox li,
  .site-shell--static-v2 #service-content ul.listbox li:nth-child(3n) {
    width: auto;
    height: auto;
    min-height: 300px;
    margin: 0;
  }

  /* 各治療ページ冒頭の写真と本文を明示的な2カラムにする。 */
  .site-shell--static-v2#service .treatment-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    column-gap: 20px;
  }

  .site-shell--static-v2#service .treatment-intro > .photobox {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    margin: 0 0 20px;
  }

  .site-shell--static-v2#service .treatment-intro__body {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .site-shell--static-v2#service .photobox img {
    width: auto;
    height: 280px;
    max-width: 420px;
    object-fit: cover;
  }

  /* Access directions use two equal columns on desktop. */
  .site-shell--static-v2#access .route {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 0 2%;
  }

  .site-shell--static-v2#access .route > div,
  .site-shell--static-v2#access .route > div:last-child,
  .site-shell--static-v2#access .route .box01 {
    width: auto;
    min-width: 0;
    margin-inline-end: 0;
  }

  .site-shell--static-v2#access .route .box01,
  .site-shell--static-v2#access .route .title {
    box-sizing: border-box;
    width: 100%;
  }
}

figure:has(> img:not([alt=""]), > picture.site-picture > img:not([alt=""])):not(:has(figcaption)) {
  margin-bottom: 0;
}

/* Image-and-copy rows use explicit directional Grid layout. */
.content-media {
  display: grid;
  align-items: start;
  gap: 20px;
  margin-block-end: 20px;
}

.content-media__image {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0;
}

.content-media__body {
  min-width: 0;
}

.content-media__body > :first-child {
  margin-block-start: 0;
}

.content-media__body > :last-child {
  margin-block-end: 0;
}

@media print, screen and (min-width: 1024px) {
  .content-media {
    grid-template-columns: minmax(0, 1fr) minmax(200px, 400px);
  }

  .content-media--end > :not(picture):not(.content-media__image),
  .content-media--end > .content-media__body {
    grid-column: 1;
    grid-row: 1;
  }

  .content-media--end .content-media__image {
    grid-column: 2;
  }

  .content-media--start {
    grid-template-columns: minmax(200px, 400px) minmax(0, 1fr);
  }

  .content-media--start .content-media__image {
    grid-column: 1;
  }

  .content-media--start > :not(picture):not(.content-media__image),
  .content-media--start > .content-media__body {
    grid-column: 2;
    grid-row: 1;
  }
}

@media screen and (max-width: 1023px) {
  .content-media {
    grid-template-columns: minmax(0, 1fr);
  }

  .content-media .content-media__image,
  .content-media > :not(picture) {
    grid-column: 1;
    grid-row: auto;
  }

  .content-media__image {
    max-width: 100%;
    margin-inline: auto;
  }
}

#preventive .contents .health__details {
  width: 100%;
  min-width: 0;
}

/* Template utilities keep their intent through specificity, not cascade flags. */
body.site-shell--static-v2 #content .center {
  text-align: center;
}

body.site-shell--static-v2 #content .mt_30 {
  margin-block-start: 30px;
}

.inner, .content-body, #service-content, #index-content {
  container-type: inline-size;
}

#flow-content,
#service-content,
#staff-content,
#clinic-content,
#access-content,
#price-content,
#faq-content,
#index-content,
#preventive-content,
#fee-content,
.ortho #service-content {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}

.inner, .content-body, article {
  contain: layout style;
}
