<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global Styles */
:root {
  --primary-color: #5ac3e1;
  --secondary-color: #ee86a8;
  --text-color: #595757;
  --light-gray: #a0a0a0;
  --light-blue: #83daf4;
  --light-bg: #fcfaf8;
  --border-color: #e8e1d9;
  --error-color: #e82727;
  --pink-bg: #f8dfe5;
  --beige-bg: #f8f2ec;
  --light-blue-dark: #3d9cd8;
}

body {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  color: var(--text-color);
  background-color: var(--light-bg);
  line-height: 1.75;
}

.clinic-page {
  margin-bottom: 100px;
}

.page-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
  line-height: 0.5875;
}

.border-bottom{
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--border-color) !important;
}
 .border-top{
  border-top: var(--bs-border-width) var(--bs-border-style) var(--border-color) !important;
 }

.page-id-259 .page-subtitle{color:#f4b383;}
.page-id-265 .page-subtitle{color: #c292f2;}
.page-id-262 .page-subtitle{color: #8ee6a2;}
.page-id-602 .page-subtitle{color: #ff6347;}

.schedule-note-icon {
  color: var(--secondary-color);
}

.page-title {
  font-size: 42px;
  font-weight: 500;
}

.section-title {
  font-size: 24px;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  border-left: 4px solid var(--light-blue);
  padding-left: 1rem;
}

.page-id-259 .section-title{border-left: 4px solid #f4b383;}
.page-id-265 .section-title{border-left: 4px solid #c292f2;}
.page-id-262 .section-title{border-left: 4px solid #8ee6a2;}
.page-id-602 .section-title{border-left: 4px solid #ff6347;}

.clinic-info {
  position: relative;
  z-index: 2;
}

a {
  color: inherit;
  text-decoration: inherit;
}

.nav-box {
  display: block;
  text-align: start;
  padding: 15px 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
}

.nav-box.active {
  color: var(--primary-color);
}

.hero-section {
  height: 40vh;
}

.director-image-container {
  border-radius: 24px;
  overflow: hidden;
}

.director-info {
  padding: 20px 0;
}

.clinic-photo {
  width: 100%;
  object-fit: cover;
}

.news-meta {
  min-width: 180px;
  display: flex;
  align-items: center;
  gap: 10px;
  /*margin-right: 20px;*/
}

.news-date {
  font-size: 16px;
  color: #565e67;
  font-weight: 500;
}

.news-tag {
  display: inline-block;
  padding: 0px 14px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
}

.news-title {
  font-size: 16px;
  font-weight: 500;
  color: #565e67;
  flex-grow: 1;
}

.news-more {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}

.news-more i {
  padding-left: 8px;
}

.arrow-right {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23595757' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.access-title {
  font-size: 20px;
  font-weight: 500;
}

.clinic-photo-container {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 30px;
}

.clinic-photo-container  img {
  border-radius: 24px;
}

.clinic-description p {
  margin-bottom: 1rem;
}

.info-label,
.info-value {
  margin-bottom: 0;
  line-height: 1.55;
}

.info-label {
  font-weight: 500;
  padding: 0px 14px;
}

.schedule-container,
.target-section,
.reject-container {
  background-color: #fff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
}

.schedule-header,
.schedule-time {
  font-size: 16px;
  font-weight: 500;
}

.day {
  font-size: 16px;
  font-weight: 500;
}

.status {
  font-weight: 700;
}

.status-off {
  color: var(--light-gray);
}

.holiday-badge {
  display: inline-block;
  padding: 5px 15px;
  background-color: var(--beige-bg);
  border-radius: 8px;
  font-size: 16px;
}

.schedule-notes p {
  font-size: 16px;
  margin-bottom: 0;
}

.btn-questionnaire {
  display: inline-block;
  padding: 10px 50px;
  border-radius: 32px;
  background: transparent linear-gradient(97deg, #5ac3e1 0%, #ee86a8 100%) 0% 0%
    no-repeat padding-box;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

#outpatient .contact {
  align-items: flex-center;
}

.btn-questionnaire:hover {
  opacity: 0.9;
  color: #fff;
}

.target-header,
.reject-header {
  display: inline-block;
  padding: 1px 15px;
  border-radius: 4px;
  font-size: 16px;
}

.target-header {
  background-color: var(--primary-color);
  color: #fff;
}

.page-id-259 .target-header{background-color: #f4b383;}
.page-id-265 .target-header{background-color: #c292f2;}
.page-id-262 .target-header{background-color: #8ee6a2;}

.reject-header {
  background-color: var(--text-color);
  color: #fff;
}

.target-list,
.reject-list {
  list-style: none;
  padding-left: 0;
}

.target-list li,
.reject-list li {
  margin-bottom: 0.5rem;
}

.doctor-info {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}

.doctor-profile-title {
  color: var(--light-blue-dark);
  line-height: 1.7;
}

.doctor-tag-blue {
  border-left: 6px solid var(--light-blue);
}

.page-id-259 .doctor-tag-blue{border-left: 6px solid #f4b383;}
.page-id-265 .doctor-tag-blue{border-left: 6px solid #c292f2;}
.page-id-262 .doctor-tag-blue{border-left: 6px solid #8ee6a2;}

.doctor-name {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.doctor-name-en {
  font-size: 16px;
  color: #a0a0a0;
}

.doctor-certifications {
  background-color: #f8f2ec;
  border-radius: 24px;
}

.cert-list {
  list-style: none;
  padding-left: 0;
}

.cert-list li {
  list-style: none;
}

.cert-list li::before {
  content: "â€¢";
  position: absolute;
  left: 0;
  color: var(--primary-color);
}

.staff-category-title {
  font-size: 24px;
  font-weight: 500;
}

.access-list {
  list-style: none;
  padding-left: 0;
}

.page-divider {
  border-bottom: 1px solid var(--border-color);
}

.access-list li {
  margin-bottom: 1rem;
}

.access-list li {
  list-style: none;
}

.access-list li::before {
  content: "â€¢";
  position: absolute;
  left: 0;
  color: var(--primary-color);
}

.parking-info {
  background-color: var(--pink-bg);
  border-radius: 24px;
}

.parking-place {
  display: inline-block;
  padding: 8px 15px;
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 8px;
}

.clinic-contact {
  text-align: center;
  margin-top: 40px;
}

.phone-number {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.contact-type {
  font-size: 10px;
  font-weight: 700;
}

.map-iframe {
  width: 100%;
  height: 451px;
}

.direction-image-item {
  width: 97%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
}

@media (max-width: 768px) {
  .clinic-name {
    font-size: 32px;
  }

  .clinic-page {
    margin-bottom: 0px;
  }

  .direction-image-item {
    width: 100%;
    height: 240px;
  }

  .map-iframe {
    width: 349px;
    height: 195px;
  }

  .clinic-photo {
    height: auto;
    /* width: 349px; */
    object-fit: cover;
  }

  .hero-section {
    height: 30vh;
  }

  .page-title {
    font-size: 36px; /* Mobile */
  }

  .section-title {
    font-size: 22px;
  }

  .news-item .d-flex {
    flex-direction: column;
  }

  .news-meta {
    /*margin-bottom: 10px;*/
  }

  .info-label,
  .info-value {
    line-height: 2;
  }

  .info-value {
    font-weight: 500;
    padding: 0px 14px;
  }

  #outpatient .contact {
    align-items: flex-start;
  }
}
</pre></body></html>