@charset "UTF-8";
.site-header {
  background: #fff;
}
.site-header .header-top {
  padding: 12px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .site-header .header-top {
    display: none;
  }
}
.site-header .header-logo a {
  display: block;
}
.site-header .header-logo a img {
  max-width: 280px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.site-header .site-description {
  font-size: 14px;
  color: #666;
  margin: 5px 0 0;
}
@media screen and (max-width: 768px) {
  .site-header .site-description {
    display: none;
  }
}

.main-navigation {
  width: 100%;
  z-index: 999;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.main-navigation .sp-only {
  display: none !important;
}
.main-navigation .nav-list {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation .nav-list .menu-item {
  margin: 0 15px;
}
.main-navigation .nav-list .menu-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px;
  color: #444;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}
.main-navigation .nav-list .menu-item a:hover {
  color: #007bff;
}
.main-navigation .nav-list .menu-item a::after {
  display: block;
  font-size: 10px;
  color: #007bff;
  margin-top: 4px;
  font-weight: normal;
  opacity: 0.9;
}
.main-navigation .nav-list .menu-item.menu-item-49 a::after {
  content: "HOME";
}
.main-navigation .nav-list .menu-item.menu-item-45 a::after {
  content: "CLINIC";
}
.main-navigation .nav-list .menu-item.menu-item-34 a::after {
  content: "MEDICAL";
}
.main-navigation .nav-list .menu-item.menu-item-27 a::after {
  content: "FAQ";
}
.main-navigation .nav-list .menu-item.menu-item-19 a::after {
  content: "NEWS";
}
.main-navigation .nav-list .menu-item.menu-item-14 a::after {
  content: "BLOG";
}
@media screen and (max-width: 768px) {
  .main-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.5s;
    z-index: 1000;
    visibility: hidden;
    pointer-events: none;
    border: none;
    box-shadow: none;
    overflow-y: auto;
  }
  .main-navigation .sp-only {
    display: block !important;
  }
  .main-navigation.active {
    transform: translateX(-100%);
    visibility: visible;
    pointer-events: auto;
  }
  .main-navigation .nav-list {
    flex-direction: column;
    padding-top: 80px;
  }
  .main-navigation .nav-list .menu-item {
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
  }
  .main-navigation .nav-list .menu-item a {
    display: block;
    padding: 25px 20px;
    text-align: center;
    font-size: 18px;
    color: #333;
    position: relative;
    z-index: 1002;
    flex-direction: row;
  }
}

.header-mobile-bar {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-mobile-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    background: #fff;
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1001;
  }
  .header-mobile-bar .mobile-logo a {
    display: block;
  }
  .header-mobile-bar .mobile-logo a img {
    max-width: 160px;
    height: auto;
    vertical-align: middle;
    display: block;
  }
}
.header-mobile-bar .menu-toggle {
  background: none;
  border: none;
  width: 48px;
  height: 48px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-right: -10px;
  outline: none;
}
.header-mobile-bar .menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: #007bff;
  position: absolute;
  transition: all 0.3s ease;
}
.header-mobile-bar .menu-toggle span:nth-child(1) {
  transform: translateY(-8px);
}
.header-mobile-bar .menu-toggle span:nth-child(3) {
  transform: translateY(8px);
}
.header-mobile-bar .menu-toggle.active span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.header-mobile-bar .menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.header-mobile-bar .menu-toggle.active span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

.admin-bar .main-navigation {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .main-navigation {
    top: 46px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .header-mobile-bar {
    top: 46px;
  }
  .admin-bar .main-navigation {
    top: 46px;
  }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ul, li {
  list-style: none !important;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #333;
  line-height: 1.6;
  background: #fff;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden !important;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  color: #007bff;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-header {
  background: #f0f8ff;
  padding: 60px 0;
  margin-bottom: 40px;
  text-align: center;
}
.page-header h1 {
  color: #007bff;
  font-size: 28px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.page-header h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #007bff;
}

.fade-in-up, .js-fade {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in-up.fade-in-up, .js-fade.fade-in-up {
  transform: translateY(30px);
}
.fade-in-up.js-fade, .js-fade.js-fade {
  transform: translateY(40px);
  transition-duration: 1s;
}
.fade-in-up.is-active, .fade-in-up.is-visible, .js-fade.is-active, .js-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.breadcrumb {
  background-color: #fafbfc;
  padding: 12px 0;
  border-bottom: 1px solid #e1e8ed;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 10px 0;
  }
}
.breadcrumb .breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
}
@media (max-width: 768px) {
  .breadcrumb .breadcrumb-list {
    font-size: 12px;
  }
}
.breadcrumb .breadcrumb-list li {
  display: flex;
  align-items: center;
  color: #657786;
  line-height: 1;
}
.breadcrumb .breadcrumb-list li a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumb .breadcrumb-list li a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.breadcrumb .breadcrumb-list li:not(:last-child)::after {
  content: ">";
  font-size: 11px;
  color: #aab8c2;
  margin: 0 10px;
  font-family: sans-serif;
}
.breadcrumb .breadcrumb-list li:last-child {
  font-weight: bold;
  color: #333333;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .breadcrumb .breadcrumb-list li:last-child {
    max-width: 150px;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #fff;
}
.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  animation: sliderAnime 15s infinite;
}
.hero-slide:nth-child(1) {
  animation-delay: 0s;
}
.hero-slide:nth-child(2) {
  animation-delay: 5s;
}
.hero-slide:nth-child(3) {
  animation-delay: 10s;
}
.hero-content {
  position: relative;
  z-index: 10;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  box-sizing: border-box;
}
.hero-text-wrap {
  max-width: 650px;
  padding: 40px;
  border-radius: 20px;
}
.hero-subline {
  display: inline-block;
  color: #007bff;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 15px;
  letter-spacing: 0.15em;
}
.hero-title {
  font-size: 3.5rem;
  font-weight: bold;
  color: #333;
  line-height: 1.25;
  margin-bottom: 25px;
  border: none !important;
  padding: 0 !important;
}
.hero-description {
  font-size: 1.125rem;
  color: #444;
  margin-bottom: 40px;
}
.hero-buttons {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .hero {
    height: 550px;
  }
  .hero-content {
    padding: 0 20px;
  }
  .hero-text-wrap {
    padding: 30px;
    text-align: center;
  }
  .hero-title {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
  .hero-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .hero-buttons {
    flex-direction: column;
    gap: 12px;
  }
}

.btn {
  display: inline-block;
  padding: 18px 40px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-align: center;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.2);
}
.btn-primary {
  background: #007bff;
  color: #fff !important;
}
.btn-secondary {
  background: #fff;
  color: #007bff !important;
  border: 2px solid #007bff;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
    box-sizing: border-box;
  }
}

@keyframes sliderAnime {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  43% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
.two-column-layout {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  max-width: 1150px;
  margin: 0 auto;
}
.two-column-layout .main-layout {
  flex: 1;
  min-width: 0;
  order: 2;
}
.two-column-layout .sidebar-layout {
  width: 240px;
  flex-shrink: 0;
  order: 1;
  position: sticky;
  top: 30px;
}

.side-title {
  font-size: 1.1rem;
  border-left: 4px solid rgb(0, 123, 255);
  padding-left: 12px;
  margin-bottom: 20px;
  font-weight: 700;
}

.side-cat-list {
  list-style: none;
  padding: 0;
}
.side-cat-list li a {
  display: flex;
  align-items: center;
  padding: 12px 10px;
  text-decoration: none;
  color: #444;
  transition: 0.2s;
}
.side-cat-list li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgb(0, 123, 255);
  margin-right: 12px;
}
.side-cat-list li a:hover {
  background-color: rgba(0, 123, 255, 0.05);
  color: rgb(0, 123, 255);
}

.single-post-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}
.single-post-container .post-header {
  margin-bottom: 40px;
  border-bottom: 2px solid #e1e8ed;
  padding-bottom: 20px;
}
.single-post-container .post-header .post-date {
  display: inline-block;
  font-size: 14px;
  color: #657786;
  margin-bottom: 12px;
}
.single-post-container .post-header .post-title {
  font-size: 26px;
  line-height: 1.4;
  color: #1c1e21;
  margin: 0 0 20px 0;
}
.single-post-container .post-header .post-eyecatch {
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.single-post-container .post-header .post-eyecatch img {
  width: 100%;
  height: auto;
  display: block;
}
.single-post-container .post-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.single-post-container .post-content p {
  margin-bottom: 24px;
}
.single-post-container .post-content h3 {
  font-size: 20px;
  border-left: 4px solid #007bff;
  padding-left: 12px;
  margin: 40px 0 20px;
}
.single-post-container .post-footer .post-navigation {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e1e8ed;
  padding-top: 30px;
  margin-top: 60px;
}
.single-post-container .post-footer .post-navigation a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}
.single-post-container .post-footer .post-navigation a:hover {
  text-decoration: underline;
}
.single-post-container .post-footer .post-back {
  text-align: center;
  margin-top: 40px;
}
.single-post-container .post-footer .post-back .btn-back {
  display: inline-block;
  background-color: #ffffff;
  color: #007bff;
  border: 2px solid #007bff;
  padding: 12px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 123, 255, 0.1);
}
.single-post-container .post-footer .post-back .btn-back:hover {
  background-color: #007bff;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
}

.site-footer {
  background: #f0f8ff;
  color: #333;
  padding: 60px 0 0;
}
.site-footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 40px;
}
.site-footer .footer-info {
  flex: 1;
}
.site-footer .footer-info .footer-logo {
  margin-bottom: 20px;
}
.site-footer .footer-info .footer-logo a {
  display: block;
}
.site-footer .footer-info .footer-logo a img {
  max-width: 200px;
  height: auto;
  display: block;
}
.site-footer .footer-info .footer-contact {
  line-height: 1.8;
  margin-bottom: 20px;
}
.site-footer .footer-info .footer-contact .footer-address {
  margin-bottom: 10px;
}
.site-footer .footer-info .footer-contact .footer-tel {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.site-footer .footer-info .footer-contact .footer-tel a {
  text-decoration: none;
  color: inherit;
}
.site-footer .footer-info .footer-sub-links ul {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.site-footer .footer-info .footer-sub-links ul a {
  font-size: 14px;
  color: #666;
  text-decoration: underline;
}
.site-footer .footer-map {
  flex: 1;
  max-width: 500px;
  width: 100%;
}
.site-footer .footer-map .map-container {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  line-height: 0;
}
.site-footer .footer-schedule {
  margin-top: 15px;
  max-width: 400px;
}
.site-footer .footer-schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  background: #fff;
  border: 1px solid #d0e8ff;
}
.site-footer .footer-schedule-table th, .site-footer .footer-schedule-table td {
  padding: 8px 4px;
  border: 1px solid #d0e8ff;
  text-align: center;
}
.site-footer .footer-schedule-table th {
  background: #e6f2ff;
  font-weight: bold;
  color: #007bff;
}
.site-footer .footer-schedule .schedule-caption {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
  text-align: left;
}
.site-footer .copyright {
  background: rgba(0, 0, 0, 0.03);
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
  color: #888;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    align-items: initial;
  }
  .site-footer .footer-info .footer-logo img {
    margin: 0 auto;
  }
  .site-footer .footer-info .footer-sub-links ul {
    justify-content: center;
  }
  .site-footer .footer-map {
    max-width: 100%;
  }
  .site-footer .footer-schedule {
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .footer-schedule .schedule-caption {
    text-align: center;
  }
}

.faq-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}
.faq-section .faq-item {
  background-color: #ffffff;
  border: 1px solid #e1e8ed;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  transition: box-shadow 0.3s ease;
}
.faq-section .faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.faq-section .faq-item.is-open .faq-toggle::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-section .faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
  border-top: 1px solid #e1e8ed;
}
.faq-section .faq-question {
  margin: 0;
}
.faq-section .faq-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 50px 20px 20px;
  background-color: #ffffff;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s;
}
.faq-section .faq-toggle:hover {
  background-color: rgba(234, 244, 249, 0.3);
}
.faq-section .faq-toggle::before {
  content: "Q";
  font-size: 22px;
  color: #007bff;
  margin-right: 15px;
  font-family: sans-serif;
}
.faq-section .faq-toggle::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23007bff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .faq-section .faq-toggle {
    font-size: 15px;
    padding: 16px 40px 16px 16px;
  }
  .faq-section .faq-toggle::after {
    right: 16px;
  }
}
.faq-section .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease, border-top 0.3s ease;
  border-top: 0 solid transparent;
}
.faq-section .faq-answer .faq-answer-inner {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  padding: 0 20px;
  background-color: #fafbfc;
  font-size: 15px;
  line-height: 1.7;
  color: #444444;
}
.faq-section .faq-answer .faq-a-icon {
  font-size: 22px;
  font-weight: bold;
  color: #e67e22;
  margin-right: 15px;
  margin-top: 18px;
  font-family: sans-serif;
}
.faq-section .faq-answer .faq-a-text {
  flex: 1;
  padding: 20px 0;
}

.medical-services-section {
  padding: 80px 20px;
  margin: 0 auto;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .medical-services-section {
    padding: 50px 20px;
  }
}
.medical-services-section .services-header {
  text-align: center;
  margin-bottom: 50px;
}
.medical-services-section .services-header h2 {
  font-size: 28px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 8px;
}
.medical-services-section .services-header p {
  font-size: 14px;
  color: #657786;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.medical-services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .medical-services-section .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.medical-services-section .service-card {
  background-color: #ffffff;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.medical-services-section .service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.medical-services-section .service-card:hover .card-link::after {
  transform: translateX(6px);
}
.medical-services-section .card-inner {
  padding: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 768px) {
  .medical-services-section .card-inner {
    padding: 25px;
  }
}
.medical-services-section .card-sub-title {
  display: block;
  font-size: 13px;
  color: #007bff;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-bottom: 12px;
}
.medical-services-section .card-main-title {
  font-size: 24px;
  color: #333333;
  text-align: center;
  font-weight: 700;
  margin: 0 0 25px 0;
}
@media (max-width: 768px) {
  .medical-services-section .card-main-title {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.medical-services-section .card-description {
  font-size: 15px;
  line-height: 1.7;
  color: #444444;
  margin: 0 0 30px 0;
  flex-grow: 1;
}
.medical-services-section .card-link-wrap {
  text-align: right;
}
.medical-services-section .card-link {
  display: inline-flex;
  align-items: center;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.2s;
}
.medical-services-section .card-link:hover {
  color: #007bff;
}
.medical-services-section .card-link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M10 1l5 5-5 5M1 6h14' stroke='%23007bff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}

.clinic-section {
  padding: 60px 0;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .clinic-section {
    padding: 40px 0;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-subtitle {
  font-size: 0.875rem;
  font-weight: bold;
  color: #007bff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 6px 0;
  display: inline-block;
  border-bottom: 2px solid #007bff;
  padding-bottom: 3px;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
  margin: 10px 0 0 0;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 1.625rem;
  }
}

.section-container {
  width: 100%;
  box-sizing: border-box;
}

.clinic-master-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.clinic-master-table tr {
  border-bottom: 1px solid #e1e8ed;
}
.clinic-master-table th {
  width: 30%;
  text-align: left;
  vertical-align: top;
  padding: 25px 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .clinic-master-table th {
    display: block;
    width: 100%;
    padding: 15px 0 5px 0;
    color: #007bff;
    font-weight: bold;
  }
}
.clinic-master-table td {
  width: 70%;
  padding: 23px 0 25px 20px;
  font-size: 1rem;
  color: #333333;
  line-height: 1.7;
  vertical-align: middle;
  box-sizing: border-box;
  word-break: break-all;
}
@media (max-width: 767px) {
  .clinic-master-table td {
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
  }
}

.schedule-matrix-table {
  display: table !important;
  width: 100% !important;
  border-collapse: collapse;
  table-layout: fixed !important;
}
.schedule-matrix-table th, .schedule-matrix-table td {
  display: table-cell !important;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #bceae5;
  padding: 8px 2px !important;
  font-size: 0.875rem !important;
  word-break: keep-all;
}
.schedule-matrix-table th:first-child,
.schedule-matrix-table td.time-slot {
  width: 40% !important;
  font-weight: bold;
}
.schedule-matrix-table th:not(:first-child),
.schedule-matrix-table td:not(.time-slot) {
  width: auto !important;
}

.circle-mark {
  color: #007bff;
  font-weight: bold;
  font-size: 1rem;
}

.slash-mark {
  color: #a2b4c2;
  font-size: 1rem;
}

.schedule-notes {
  margin-top: 15px;
}
.schedule-notes p {
  font-size: 0.875rem;
  color: #4f5e6b;
  margin: 0 0 6px 0;
  line-height: 1.6;
}
.schedule-notes p:last-child {
  margin-bottom: 0;
}

.facility-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}
@media (max-width: 767px) {
  .facility-gallery-grid {
    gap: 20px;
  }
}
.facility-gallery-grid .facility-card {
  width: calc(33.333% - 20px);
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px;
}
.facility-gallery-grid .facility-card:hover .facility-img-wrap img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .facility-gallery-grid .facility-card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .facility-gallery-grid .facility-card {
    width: 100%;
    margin-bottom: 10px;
  }
}
.facility-gallery-grid .facility-img-wrap {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background-color: #f0f0f0;
  position: relative;
}
.facility-gallery-grid .facility-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.facility-gallery-grid .facility-img-wrap.is-empty {
  background-color: #e1e8ed !important;
}
.facility-gallery-grid .facility-img-wrap.is-empty img {
  opacity: 0 !important;
  visibility: hidden !important;
}
.facility-gallery-grid .facility-img-wrap.is-empty::after {
  content: "NO IMAGE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #a2b4c2;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.facility-gallery-grid .facility-name {
  font-size: 1rem;
  font-weight: bold;
  color: #007bff;
  margin: 15px 0 0 0;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid #007bff;
}
@media (max-width: 767px) {
  .facility-gallery-grid .facility-name {
    font-size: 0.9375rem;
  }
}

.medical-info-block {
  padding: 60px 0;
  max-width: 1000px;
  margin: 0 auto;
  font-family: inherit;
}
@media (max-width: 767px) {
  .medical-info-block {
    padding: 40px 0;
  }
}

.section-header-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.medical-info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.medical-info-card {
  background: #ffffff;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  width: calc(50% - 10px);
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.medical-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .medical-info-card {
    width: 100%;
  }
}
.medical-info-card .card-inner {
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .medical-info-card .card-inner {
    padding: 20px;
  }
}
.medical-info-card .card-eng-title {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  color: #2bcbba;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 10px;
}
.medical-info-card .card-jp-title {
  font-size: 1.375rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 0 0 20px 0;
}
.medical-info-card .card-text {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #444444;
  margin-bottom: 25px;
  flex-grow: 1;
}
.medical-info-card .card-btn-wrap {
  text-align: right;
}
.medical-info-card .card-more-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  font-size: 0.875rem;
}
.medical-info-card .card-more-link:hover {
  color: #2bcbba;
}
.medical-info-card .card-more-link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M10 1l5 5-5 5M1 6h14' stroke='%232bcbba' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.2s;
}
.medical-info-card:hover .card-more-link::after {
  transform: translateX(5px);
}

.sophisticated-features {
  padding: 100px 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.sophisticated-features .feature-layout {
  display: flex;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.sophisticated-features .feature-image-column {
  flex: 1.1;
  position: relative;
}
.sophisticated-features .image-stack {
  position: relative;
}
.sophisticated-features .main-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}
.sophisticated-features .image-decoration {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 260px;
  height: 260px;
  background: linear-gradient(135deg, #81d4fa 0%, #007bff 100%);
  border-radius: 20px;
  z-index: 1;
}
.sophisticated-features .image-decoration.decoration-left {
  right: auto;
  left: -30px;
}
.sophisticated-features .feature-text-column {
  flex: 1;
  position: relative;
  z-index: 3;
  word-break: break-word;
}
.sophisticated-features .feature-lead {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.sophisticated-features .feature-number {
  font-size: 14px;
  color: #888;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sophisticated-features .feature-line {
  flex: 1;
  height: 1px;
  background-color: #d0e8ff;
  max-width: 100px;
}
.sophisticated-features .feature-main-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin-bottom: 20px;
}
.sophisticated-features .feature-tag-wrap {
  margin-bottom: 25px;
}
.sophisticated-features .feature-tag {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #007bff;
  color: #007bff;
  border-radius: 4px;
  font-size: 14px;
}
.sophisticated-features .feature-description {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 30px;
}
.sophisticated-features .feature-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sophisticated-features .arrow-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 15px;
  color: #555;
  text-decoration: none !important;
  transition: 0.3s;
}
.sophisticated-features .arrow-link:hover {
  color: #007bff;
}
.sophisticated-features .arrow-link:hover .arrow-icon {
  transform: translateX(5px);
}
.sophisticated-features .arrow-link .arrow-icon {
  margin-left: 8px;
  width: 15px;
  height: 1px;
  background: #007bff;
  position: relative;
  transition: transform 0.3s;
}
.sophisticated-features .arrow-link .arrow-icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #007bff;
  border-right: 1px solid #007bff;
  transform: rotate(45deg);
}
.sophisticated-features.feature-reverse .feature-layout {
  flex-direction: row;
}
.sophisticated-features .bg-cross-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cline x1='50' y1='0' x2='50' y2='100' stroke='%23007bff' stroke-width='2'/%3E%3Cline x1='0' y1='50' x2='100' y2='50' stroke='%23007bff' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .sophisticated-features {
    padding: 60px 15px;
  }
  .sophisticated-features .feature-layout, .sophisticated-features.feature-reverse .feature-layout {
    flex-direction: column;
    gap: 30px;
  }
  .sophisticated-features .feature-image-column {
    width: 100%;
    order: 1;
    box-sizing: border-box;
  }
  .sophisticated-features .feature-text-column {
    width: 100%;
    order: 2;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
    word-break: break-all;
  }
  .sophisticated-features .feature-main-title {
    font-size: 22px;
    line-height: 1.5;
  }
  .sophisticated-features .feature-description {
    font-size: 15px;
    line-height: 1.7;
  }
  .sophisticated-features .feature-lead {
    justify-content: center;
  }
  .sophisticated-features .feature-links {
    align-items: center;
  }
  .sophisticated-features .arrow-link {
    justify-content: center;
  }
  .sophisticated-features .image-decoration {
    display: none;
  }
}

.front-medical-info {
  padding: 80px 0;
}
.front-medical-info .medical-header {
  text-align: center;
  margin-bottom: 60px;
}
.front-medical-info .medical-sub-title {
  font-size: 14px;
  color: #007bff;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
  border-bottom: 1px solid #007bff;
  margin-bottom: 10px;
}
.front-medical-info .medical-main-title {
  font-size: 32px;
  color: #333;
  font-weight: 700;
}
.front-medical-info {
  /* グリッドレイアウト */
}
.front-medical-info .medical-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.front-medical-info {
  /* 円形アイテム */
}
.front-medical-info .medical-item {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.15);
  /* 鮮やかな青のグラデーション */
}
.front-medical-info .medical-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #81d4fa 0%, #007bff 100%);
  z-index: 1;
}
.front-medical-info .medical-item {
  /* 文字をくっきりさせるシャドウレイヤー */
}
.front-medical-info .medical-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.front-medical-info .medical-item:hover {
  transform: translateY(-8px);
}
.front-medical-info .medical-item-inner {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.front-medical-info .medical-icon {
  width: 30%;
  margin-bottom: 5px;
}
.front-medical-info .medical-icon img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
.front-medical-info .medical-item-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.front-medical-info .medical-item-sub {
  font-size: 10px;
  font-weight: 500;
  color: #fff !important;
  opacity: 0.9;
}
.front-medical-info {
  /* スマホ対応 */
}
@media screen and (max-width: 992px) {
  .front-medical-info .medical-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .front-medical-info .medical-item-name {
    font-size: 17px;
  }
}

.front-access-section {
  padding: 80px 0;
  background-color: #f0f8ff;
}
.front-access-section .access-inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.front-access-section {
  /* 左側：情報・時刻表 */
}
.front-access-section .access-info {
  flex: 1.2;
}
.front-access-section .access-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
  padding-left: 15px;
  border-left: 5px solid #007bff;
  line-height: 1.2;
}
.front-access-section .access-contact {
  margin-bottom: 30px;
}
.front-access-section .access-contact .access-address {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #555;
}
.front-access-section .access-contact .access-tel {
  font-size: 22px;
  font-weight: bold;
  color: #007bff;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.front-access-section {
  /* 診療時間テーブル */
}
.front-access-section .access-schedule .access-schedule-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ddd;
}
.front-access-section .access-schedule .access-schedule-table th, .front-access-section .access-schedule .access-schedule-table td {
  padding: 12px 5px;
  border: 1px solid #eee;
}
.front-access-section .access-schedule .access-schedule-table thead th {
  background-color: #eef7ff;
  color: #333;
  font-weight: bold;
}
.front-access-section .access-schedule .access-schedule-table thead th.sun, .front-access-section .access-schedule .access-schedule-table thead th.hol {
  color: #e53935;
}
.front-access-section .access-schedule .access-schedule-table .time-slot {
  background-color: #f9f9f9;
  font-weight: bold;
  width: 110px;
}
.front-access-section .access-schedule .access-schedule-table .sun, .front-access-section .access-schedule .access-schedule-table .hol {
  background-color: #fff5f5;
  color: #e53935;
}
.front-access-section .access-schedule .schedule-caption {
  margin-top: 10px;
  font-size: 13px;
  color: #777;
  text-align: right;
}
.front-access-section {
  /* 右側：マップ */
}
.front-access-section .access-map {
  flex: 1;
  width: 100%;
}
.front-access-section .access-map .map-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  line-height: 0;
}
.front-access-section {
  /* スマホ対応 */
}
@media screen and (max-width: 992px) {
  .front-access-section {
    padding: 60px 0;
  }
  .front-access-section .access-inner {
    flex-direction: column;
    padding: 0 20px;
  }
  .front-access-section .access-info, .front-access-section .access-map {
    width: 100%;
  }
  .front-access-section {
    /* テーブルがはみ出す場合の横スクロール対応 */
  }
  .front-access-section .access-schedule {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

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