/*
 * アクセス・診療時間ページ - スマホ用（768px以下）
 */

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

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

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

.hours__cont {
  display: flex;
  justify-content: center;
  width: 100%;
}

.hours__table {
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.4;
}

.hours__table th {
  vertical-align: middle;
  padding: 8px 10px;
  text-align: center;
  border: 1px solid #d4c4af;
}

.hours__table td {
  vertical-align: middle;
  padding: 8px 10px;
  text-align: center;
  border: 1px solid #d4c4af;
}

.hours__table th {
  background: var(--color-bg-beige);
  font-weight: 400;
  text-align: center;
}

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

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

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

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

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

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

.schedule .schedule__cont {
  margin: -12vw auto 0 auto;
}

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

.schedule__link {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  padding: 0 20px;
  margin-top: 20px;
}

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

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

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

.access__subtitle {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 16px;
  padding-left: 8px;
  border-left: 3px solid var(--color-accent-tan);
}

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

.access__address-text {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-left: 11px;
}

/* 地図画像 */
.access__map-image {
  width: 100%;
  margin-bottom: 30px;
}

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

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

/* アクセス方法（電車・車） */
.access__method {
  margin-bottom: 30px;
  padding: 20px 15px;
  background: #f9f7f4;
}

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

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

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

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

.access__route-title {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 3px solid var(--color-accent-tan);
}

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

.access__step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  padding: 15px;
  background: #fff;
}

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

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

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

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

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

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

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

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

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

.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: 40px;
}

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

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