@charset "UTF-8";

body {
  font-family:
    'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo',
    'Helvetica', 'Arial', sans-serif;
}

/* 下層ページ共通ヘッダー・フッター */
body.subpage .page-main {
  padding-top: 0;
}

#header {
  z-index: 10000;
}

#header .header_top .subpage-header__logo {
  margin: 0;
  position: absolute;
  top: 0;
  left: 10px;
  overflow: hidden;
}

#header .header_top .subpage-header__logo a {
  width: 80%;
  height: 66px;
  display: flex;
  align-items: center;
}

#header .header_top .subpage-header__logo img {
  max-height: 66px;
  width: auto;
}

.subpage-footer__map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

/* 下層ページ専用ヘッダー */
.subpage-header__bar {
  background: #fff;
  border-bottom: 1px solid #e1e1e2;
}

.subpage-header__bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  box-sizing: border-box;
}

.subpage-header__brand {
  display: block;
  max-width: 400px;
}

.subpage-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.subpage-header__tel .header_tel {
  width: 501px;
  max-width: 42vw;
}

.subpage-header__reserve {
  display: block;
  width: 134px;
  flex-shrink: 0;
}

.subpage-header__nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.subpage-header__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.subpage-header__nav-item {
  position: relative;
}

.subpage-header__nav-label,
.subpage-header__nav-item--external > a {
  display: block;
  padding: 14px 16px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: default;
}

.subpage-header__nav-item--external > a {
  cursor: pointer;
  text-decoration: none;
}

.subpage-header__nav-item--external > a:hover {
  opacity: 0.7;
}

.subpage-header__subnav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 200;
  min-width: 220px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #050134;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.subpage-header__nav-item:hover .subpage-header__subnav {
  display: block;
}

.subpage-header__subnav a {
  display: block;
  padding: 10px 16px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}

.subpage-header__subnav a:hover,
.subpage-header__subnav a.is-current {
  background: rgba(230, 214, 148, 0.2);
  color: #E6D694;
}

.subpage-header__side {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 100;
  width: 7%;
  max-width: 140px;
}

.subpage-header__sp-nav .subpage-nav-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.subpage-header__sp-nav .subpage-nav-group__title {
  margin: 0;
  padding: 12px 4vw 6px;
  color: #fff;
  background: #050134;
  font-size: 3.5vw;
  font-weight: bold;
}

.subpage-header__sp-nav .subpage-nav-group ul {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
}

.subpage-header__sp-nav .subpage-nav-group li a {
  display: block;
  padding: 10px 4vw;
  color: #fff;
  font-size: 3.8vw;
  text-decoration: none;
}

.subpage-header__sp-nav .subpage-nav-group li a.is-current {
  background: rgba(255, 255, 255, 0.15);
  color: #E6D694;
}

/* SPメニュー：開いたときにメニュー内スクロール */
body.subpage.menu-open {
  position: fixed;
  overflow: hidden;
  width: 100%;
  left: 0;
  right: 0;
}

/* 下層ページ専用フッター */
.subpage-footer .footer01 .cb::after {
  content: "";
  display: block;
  clear: both;
}

.subpage-footer__sitemap {
  background: #050134;
  padding: 36px 20px 32px;
  width: 100%;
  clear: both;
  box-sizing: border-box;
}

.subpage-footer__sitemap-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.subpage-footer__col {
  flex: 1 1 0;
  min-width: 0;
  max-width: 320px;
}

.subpage-footer__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.subpage-footer__col li {
  margin-bottom: 10px;
}

.subpage-footer__col li:last-child {
  margin-bottom: 0;
}

.subpage-footer__col a {
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
  text-decoration: none;
}

.subpage-footer__col a:hover {
  color: #E6D694;
}

.subpage-footer__col a.is-current {
  color: #E6D694;
  text-decoration: underline;
}

.page-hero {
  background: #050134;
  padding: 30px 0;
  text-align: center;
}

.page-hero h1 {
  color: #E6D694;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}

.page-body {
  padding: 15px 0 80px;
}

.page-body .fixedcontainer {
  max-width: 900px;
  width: 100%;
  box-sizing: border-box;
}

.page-body h2 {
  color: #fff;
  background: #050134;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 50px 0 20px;
  padding: 10px;
}

.page-body h2:first-child {
  margin-top: 0;
}

.page-body h3 {
  color: #050134;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin: 35px 0 15px;
  border-left: 3px solid #E6D694;
  text-align: left;
  padding-left: 15px;
}

.page-body h4 {
  color: #050134;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin: 25px 0 12px;
}

.page-body p {
  margin-bottom: 1.2em;
  font-size: 14px;
  line-height: 2;
}

.page-body p strong {
  background: -webkit-linear-gradient(transparent 45%, rgba(255, 235, 171, 0.9) 62%);
  background: linear-gradient(transparent 45%, rgba(255, 235, 171, 0.9) 62%);
  font-weight: 500;
}

.page-body ul,
.page-body ol {
  margin: 0 0 1.5em 1.5em;
}

.page-body ul li,
.page-body ol li {
  list-style: disc;
  margin-bottom: 0.5em;
  font-size: 14px;
  line-height: 1.9;
}

.page-body dl {
  margin-bottom: 1.5em;
}

.page-body dl dt {
  font-weight: bold;
  color: #050134;
  margin-top: 12px;
  font-size: 14px;
}

.page-body dl dd {
  font-size: 14px;
  margin-left: 0;
  padding-left: 1em;
}

.page-body dl dd.page-map {
  padding-left: 0;
  margin-top: 8px;
}

.page-body dl dd.page-map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

.page-body .com-table {
  width: 100%;
  margin-bottom: 30px;
}

.page-body .com-table th,
.page-body .com-table td {
  border-bottom: #cfcdcd 1px solid;
  border-right: #cfcdcd 1px solid;
  vertical-align: top;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 1.8;
}

.page-body .com-table th {
  background: #f4f3f3;
  color: #050134;
  font-weight: bold;
  width: 28%;
  white-space: nowrap;
  vertical-align: middle;
}

.page-body .com-table td {
  color: #442F21;
}

.page-body .com-table td.page-map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

.page-body .com-table td.page-schedule iframe {
  display: block;
  width: 100%;
  max-width: 600px;
  height: 400px;
  border: 0;
}

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

.time-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 12px;
}

.time-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.time-table .col-time {
  width: 28%;
}

.time-table .col-day {
  width: 9%;
}

.time-table th,
.time-table td {
  box-sizing: border-box;
  min-width: 0;
  text-align: center;
  vertical-align: middle;
  padding: 8px 2px;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  line-height: 1.4;
}

.time-table thead th {
  background: #050134;
  color: #fff;
  font-weight: normal;
  border-bottom: none;
  padding: 8px 2px;
  font-size: 12px;
}

.time-table thead th:first-child {
  text-align: left;
  padding-left: 8px;
}

.time-table tbody th[scope="row"] {
  text-align: left;
  font-weight: normal;
  color: #442F21;
  padding: 8px 4px 8px 8px;
  font-size: 12px;
  white-space: normal;
  word-break: keep-all;
}

.time-table-note {
  display: block;
  font-size: 10px;
  color: #666;
  line-height: 1.3;
  margin-top: 2px;
}

.time-table td {
  color: #442F21;
  font-size: 14px;
  padding: 8px 0;
}

#footer .time-table-wrap {
  margin-bottom: 8px;
}

#footer .time-table thead th {
  font-size: 11px;
  padding: 6px 1px;
}

#footer .time-table thead th:first-child {
  padding-left: 6px;
}

#footer .time-table th,
#footer .time-table td {
  font-size: 11px;
  padding: 5px 1px;
}

#footer .time-table tbody th[scope="row"] {
  font-size: 10px;
  padding: 5px 2px 5px 6px;
}

#footer .time-table-note {
  font-size: 8px;
}

#footer .time-table td {
  font-size: 12px;
  padding: 5px 0;
}

.page-table-wrap {
  margin-bottom: 10px;
}

.page-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.page-body table caption {
  caption-side: top;
  text-align: left;
  font-weight: bold;
  color: #050134;
  margin-bottom: 10px;
  font-size: 18px;
}

.page-body table th,
.page-body table td {
  border: 1px solid #cfcdcd;
  padding: 12px 15px;
  vertical-align: top;
  line-height: 1.7;
  font-size: 14px;
}

.page-body table thead th {
  background: #8A8A8A;
  color: #fff;
  text-align: center;
}

.page-body table tbody th[scope="row"] {
  background: #f4f3f3;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}

.page-body table tbody td {
  background: #fff;
}

.price-table-wide {
  table-layout: fixed;
  width: 100%;
}

.price-table-wide .col-maker {
  width: 13%;
}

.price-table-wide .col-country {
  width: 9%;
  min-width: 5.5em;
}

.price-table-wide .col-feature {
  width: auto;
}

.price-table-wide .col-price {
  width: 11%;
  min-width: 7.5em;
}

.price-table-wide .col-warranty {
  width: 30%;
}

.price-table-wide thead th:nth-child(2),
.price-table-wide thead th:nth-child(4),
.price-table-wide tbody td:nth-child(2),
.price-table-wide tbody td:nth-child(4) {
  white-space: nowrap;
  text-align: center;
}

.price-table-wide tbody td:nth-child(4) {
  text-align: right;
}

.page-note {
  font-size: 16px;
  color: #595757;
}

.page-body a {
  color: #050134;
  text-decoration: underline;
}

.page-body a:hover {
  opacity: 0.8;
}

.page-img {
  margin: 25px 0;
}

.page-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.flex-txt {
  width: 60%;
}

.flex .img-left {
  width: 35%;
  margin-bottom: 0;
}

.img-left img {
  width: 100%;
}

.flex-banner {
  display: block;
  width: 70%;
  margin: auto;
}

.b-box {
	border: #cfcdcd 1px solid;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  padding: 35px;
  margin-bottom: 30px;
  width: 100%;
}

.b-box h3 {
  border-left: none;
  padding-left: 0;
  text-align: center;
  position: relative;
  margin: 0 0 30px;
}

.b-box h3:before {
  content: "";
  background: #E6D694;
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}

.b-box .tit {
	font-weight: bold;
	text-align: center;
}

.b-box ul {
	margin-bottom: 0;
}

.b-box ul:first-child {
	margin-right: 30px;
}

.page-case__flex {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.page-case__container {
  width: 50%;
}

.page-case__container:nth-child(1) {
  position: relative;
}

.page-case__container:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9%;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.875em 1.34952em;
  border-left-color: currentColor;
  border-right: 0;
}

.page-case__container h4 {
  margin-top: 0;
  border-left: 3px solid #050134;
  padding-left: 10px;
  line-height: 1;
}

.page-case__img img {
  width: 100%;
}

.staffDoctorDetail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.staffDoctorDetail-txt {
  display: flex;
  flex-direction: column;
}

.staffDoctorDetail-txt .txt {
  text-align: center;
  font-size: 28px;
  color: #333;
  letter-spacing: 0.15em;
}

.staffDoctorDetail-txt .txt .small {
  font-size: 18px;
  margin-right: 16px;
}

.center {
  text-align: center;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
  body.subpage .page-main {
    padding-top: 66px;
    padding-bottom: 12vw;
  }

  body.subpage .subpage-header__sp {
    display: flex;
    flex-direction: column;
    max-height: 100vh;
    max-height: 100dvh;
    overflow: hidden;
  }

  body.subpage .subpage-header__sp .header_top {
    flex-shrink: 0;
  }

  body.subpage .subpage-header__sp .g_nav {
    flex: 1 1 auto;
    min-height: 0;
    max-height: calc(100vh - 66px);
    max-height: calc(100dvh - 66px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #66aff1;
    padding-bottom: 32vw;
    box-sizing: border-box;
  }

  .subpage-footer .footer01 {
    width: 100%;
    display: block;
  }

  .subpage-footer .footer01 .inner {
    width: 100%;
    padding: 0 4vw;
    box-sizing: border-box;
  }

  .subpage-footer .footer01 .left-box,
  .subpage-footer .footer01 .right-box {
    float: none;
    width: 100%;
  }

  .subpage-footer__sitemap {
    padding: 8vw 5vw 7vw;
  }

  .subpage-footer__sitemap-inner {
    display: block;
    max-width: none;
  }

  .subpage-footer__col {
    width: 100%;
    max-width: none;
    margin-bottom: 5vw;
  }

  .subpage-footer__col:last-child {
    margin-bottom: 0;
  }

  .subpage-footer__col ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3vw 5vw;
  }

  .subpage-footer__col li {
    margin-bottom: 0;
  }

  .subpage-footer__col a {
    display: block;
    font-size: 3.4vw;
    line-height: 1.6;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .subpage-footer__map iframe {
    height: 50vw;
    max-height: 300px;
  }

  .page-hero {
    padding: 8vw 0 6vw;
  }

  .page-hero h1 {
    font-size: 5.5vw;
  }

  .page-body {
    padding: 20px 3% 0;
  }

  .page-body h2 {
    margin: 20px 0;
    width: 100%;
  }

  .page-body h3 {
    margin: 20px 0;
  }

  .page-body h4 {
    font-size: 3.8vw;
  }

  .page-body p,
  .page-body ul li,
  .page-body ol li {
    line-height: 1.6;
  }

  .page-body table {
    border-bottom: #cfcdcd 1px solid;
  }

  .page-body table th,
  .page-body table td {
    padding: 2vw;
  }

  /* 3列以上の表のみ横スクロール */
  .page-table-wrap--wide {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .page-table-wrap--wide .price-table-wide {
    width: auto;
    min-width: 940px;
    table-layout: auto;
  }

  .page-table-wrap--wide .price-table-wide thead th:nth-child(2),
  .page-table-wrap--wide .price-table-wide thead th:nth-child(4),
  .page-table-wrap--wide .price-table-wide tbody td:nth-child(2),
  .page-table-wrap--wide .price-table-wide tbody td:nth-child(4) {
    white-space: nowrap;
  }

  .page-table-wrap--wide .compare-table-wide {
    width: auto;
    min-width: 600px;
    table-layout: auto;
  }

  .page-table-wrap--wide .compare-table-wide thead th,
  .page-table-wrap--wide .compare-table-wide tbody th[scope="row"] {
    white-space: nowrap;
  }

  .page-body .com-table th,
  .page-body .com-table td {
    display: block;
    width: 100%;
    white-space: normal;
    border-bottom: none;
  }

  .page-body .com-table th {
    border-bottom: 0;
    padding-bottom: 1vw;
  }

  .page-body .com-table td.page-schedule iframe {
    height: 70vw;
    max-height: 400px;
  }

  .flex {
    flex-direction: column;
    gap: 15px;
  }

  .flex-txt {
    width: 100%;
  }

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

  .flex-banner {
    width: 100%;
  }

  .time-table .col-time {
    width: 32%;
  }

  .time-table .col-day {
    width: 8.5%;
  }

  .time-table thead th {
    font-size: 2.6vw;
    padding: 2vw 0.5vw;
  }

  .time-table tbody th[scope="row"] {
    font-size: 2.4vw;
    padding: 2vw 1vw;
  }

  .time-table-note {
    font-size: 2vw;
  }

  .time-table td {
    font-size: 3vw;
    padding: 2vw 0;
  }

  .page-case__flex {
    gap: 5vw;
  }

  .page-case__container:nth-child(1):before {
    right: -10%;
    border-width: 2.5vw 3.5vw;
  }

  .staffDoctorDetail {
    flex-direction: column;
  }

  .staffDoctorDetail-txt .txt {
    font-size: 20px;
  }

  .b-box {
    padding: 15px;
  }

  .b-box h3 {
    margin: 0 0 30px;
  }

  body.subpage .subpage-header__sp .g_nav {
    background: #eee;
  }

  #header .g_nav ul {
    padding-bottom: 0;
    background: #eee;
  }

  #header .g_nav ul li {
    border-bottom: 1px solid #ccc;
  }

  #header .g_nav ul li a {
    color: #000;
  }

  #footer {
    margin-bottom: 26vw;
  }

  #footer .time-table thead th {
    font-size: 2.4vw;
  }

  #footer .time-table tbody th[scope="row"] {
    font-size: 2.2vw;
  }

  #footer .time-table-note {
    font-size: 1.8vw;
  }

  #footer .time-table td {
    font-size: 2.8vw;
  }
}
