/*
 * アクセス・診療時間ページ - PC用（769px以上）
 */

/* ========================================
   Hours Section（診療時間）
   ======================================== */
.hours {
  margin-top: 80px;
  padding: 50px 0 80px 0;
  background: var(--color-bg);
}

.hours__inner {
  width: calc(100% - 80px);
  max-width: 1000px;
  margin: 0 auto;
}

.hours__title {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}

.hours__cont {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.hours__table {
  border-collapse: collapse;
  font-size: 18px;
  line-height: 2;
}

.hours__table th {
  line-height: 1.6;
  padding: 10px 20px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #d4c4af;
  vertical-align: middle;
}

.hours__table td {
  line-height: 1.6;
  padding: 10px 20px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #d4c4af;
  vertical-align: middle;
}

.hours__table th {
  background: var(--color-bg-beige);
}

.hours__table td {
  background: var(--color-bg);
}

/* 診療時間テーブル - メイン/サブテキスト */
.hours__main-text {
  display: block;
}

.hours__sub-text {
  display: block;
  font-size: 0.8em;
  margin-top: 2px;
  opacity: 0.8;
}

/* ========================================
   Schedule Section（診療スケジュール）
   ======================================== */
.schedule {
  padding: 80px 0 60px;
  background: var(--color-bg-beige);
}

.schedule__inner {
  width: calc(100% - 80px);
  max-width: 800px;
  margin: 0 auto;
}

.schedule__title {
  position: relative;
  z-index: 1;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  font-weight: 400;
}

.schedule .schedule__cont {
  width: calc(100% - 40px);
  max-width: 7000px;
  margin: -83px auto 0 auto;
}

.schedule .schedule__cont img {
  width: 100%;
}

.schedule .link__block {
  display: flex;
  justify-content: flex-end;
}

.schedule__link {
  display: block;
  text-align: right;
  margin-top: 22px;
  padding-right: 34px;
  font-size: 16px;
  line-height: 1.6;
  transition: opacity 0.3s;
}

.schedule__link:hover {
  opacity: 0.7;
}

/* ========================================
   Access Section（アクセス）
   ======================================== */
.access {
  padding: 60px 0 120px;
  background: var(--color-bg);
}

.access__inner {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
}

.access__title {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}

.access__subtitle {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 16px;
}

/* 住所 */
.access__address {
  margin-bottom: 40px;
  text-align: center;
}

.access__address-text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

/* 地図画像 */
.access__map-image {
  max-width: 700px;
  margin: 0 auto 60px;
}

.access__map-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* アクセス方法 */
.access__directions {
  margin-bottom: 60px;
}

/* アクセス方法（電車・車） */
.access__method {
  margin-bottom: 50px;
  padding: 40px;
  background: #f9f7f4;
  border-radius: 0px;
}

.access__method:last-child {
  margin-bottom: 0;
}

.access__method-title {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

/* ルート（JR・京急など） */
.access__route {
  margin-bottom: 40px;
}

.access__route:last-child {
  margin-bottom: 0;
}

.access__route-title {
  font-size: 18px;
  line-height: 1.6;
  /* font-weight: 700; */
  margin-bottom: 20px;
  padding-left: 14px;
  border-left: 4px solid var(--color-accent-tan);
}

/* ステップリスト */
.access__steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.access__step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 0px;
}

.access__step:last-child {
  margin-bottom: 0;
}

.access__step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-accent-tan);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.access__step-content {
  flex: 1;
  min-width: 0;
}

.access__step-text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0;
}

.access__step-img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-top: 15px;
  border: 1px solid #e0e0e0;
}

/* 駐車場情報 */
.access__parking {
  padding: 0 14px;
}

.access__parking-text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.access__parking-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.access__parking-list li {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 8px;
}

.access__parking-list li:last-child {
  margin-bottom: 0;
}

.access__parking-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* Googleマップ */
.access__google-map {
  margin-top: 60px;
}

.access__map-container {
  width: 100%;
  margin-top: 24px;
  border-radius: 4px;
  overflow: hidden;
}

.access__map-container iframe {
  display: block;
  width: 100%;
}
