<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>歴史 | 旅樂道</title>
	<atom:link href="https://yoooyooo8.jp/tag/%E6%AD%B4%E5%8F%B2/feed/" rel="self" type="application/rss+xml" />
	<link>https://yoooyooo8.jp</link>
	<description>旅を楽しむ、人生の道</description>
	<lastBuildDate>Tue, 16 Jun 2026 00:00:00 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://yoooyooo8.jp/wp-content/uploads/2026/01/cropped-Yoshi-favicon-32x32.jpg</url>
	<title>歴史 | 旅樂道</title>
	<link>https://yoooyooo8.jp</link>
	<width>32</width>
	<height>32</height>
</image> 
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://websubhub.com/hub"/>
<atom:link rel="self" href="https://yoooyooo8.jp/tag/%E6%AD%B4%E5%8F%B2/feed/"/>
	<item>
		<title>東京駅の歴史を深掘り｜創建から100年超、復元ドームまでの全貌</title>
		<link>https://yoooyooo8.jp/tokyo-station-history/</link>
					<comments>https://yoooyooo8.jp/tokyo-station-history/#respond</comments>
		
		<dc:creator><![CDATA[Yoshi]]></dc:creator>
		<pubDate>Tue, 16 Jun 2026 00:00:00 +0000</pubDate>
				<category><![CDATA[関東]]></category>
		<category><![CDATA[日本]]></category>
		<category><![CDATA[東アジア]]></category>
		<category><![CDATA[歴史]]></category>
		<guid isPermaLink="false">https://yoooyooo8.jp/?p=2739</guid>

					<description><![CDATA[MARUNOUCHI · YAESU · TOKYO STATION 創建 1914 ── 復元 2012 東　京　駅 歴史・建築ガイド ── TOKYO STATION HERITAGE 東京駅110年の軌跡 ── 赤 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<style data-wp-block-html="css">
/* =========================================================
   東京駅 歴史記事 ── カスタムCSS用スタイルシート
   =========================================================
   貼り付け先：お使いのテーマ・プラグインに応じて以下から選択
     ・テーマカスタマイザー → 追加CSS
     ・カスタムHTMLブロックの「CSS」タブ（テーマ拡張機能）
     ・CSSプラグイン（Simple Custom CSS等）
   ※ WordPress標準のカスタムHTMLブロックにCSSタブはありません
   ========================================================= */

/* カラー変数（.tk-article 専用プレフィックスで衝突回避） */
.tk-article {
  --tka-brick:    #8C3A2A;
  --tka-brick-lt: #B85040;
  --tka-brick-dk: #5C2418;
  --tka-stone:    #F2EDE6;
  --tka-cream:    #FAF6F0;
  --tka-copper:   #7A6040;
  --tka-gold:     #C4A24A;
  --tka-gold-lt:  #E0C882;
  --tka-ink:      #2A1F1A;
  --tka-ink-soft: #5A4A40;

  font-family: "Noto Serif JP", "游明朝", YuMincho, serif;
  background: var(--tka-cream);
  color: var(--tka-ink);
  line-height: 2.1;
  font-size: 17px;
  letter-spacing: 0.025em;
  box-sizing: border-box;
  overflow: clip; /* sticky対応のためhiddenではなくclipを使用 */
  isolation: isolate;
}

.tk-article *, .tk-article *::before, .tk-article *::after {
  box-sizing: inherit;
}

/* テーマデフォルトスタイルのリセット */
.tk-article h1 { margin: 0; } /* テーマのh1デフォルトマージン打ち消し */
.tk-article dd { margin: 0; } /* ブラウザデフォルトのdd margin-left:40px打ち消し */

/* =============================================
   上部細帯
============================================= */
.tk-article .topbar {
  background: var(--tka-brick-dk);
  padding: 7px 24px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.tk-article .topbar span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: rgba(242,237,230,0.75);
}

/* =============================================
   HERO
============================================= */
.tk-article .hero {
  position: relative;
  width: 100%;
  background: var(--tka-brick);
  overflow: hidden;
}
.tk-article .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent 0px, transparent 30px, rgba(0,0,0,0.12) 30px, rgba(0,0,0,0.12) 32px),
    repeating-linear-gradient(90deg, transparent 0px, transparent 62px, rgba(0,0,0,0.06) 62px, rgba(0,0,0,0.06) 64px);
  pointer-events: none;
}
.tk-article .hero::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 6px;
  background: var(--tka-stone);
}
.tk-article .hero-facade {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 48px 24px 0;
}
.tk-article .facade-svg {
  width: 100%;
  max-width: 900px;
  height: auto;
  filter: drop-shadow(0 4px 24px rgba(0,0,0,0.35));
}
.tk-article .hero-text {
  position: relative;
  text-align: center;
  padding: 36px 24px 52px;
  z-index: 2;
}
.tk-article .hero-eyebrow {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.3em;
  color: var(--tka-gold-lt);
  border: 1px solid rgba(196,162,74,0.4);
  padding: 5px 18px;
  border-radius: 2px;
  margin-bottom: 22px;
}
.tk-article .hero-title {
  font-size: clamp(24px, 4.5vw, 44px);
  font-weight: 700;
  color: var(--tka-stone);
  line-height: 1.45;
  text-shadow: 0 2px 16px rgba(0,0,0,0.4);
  max-width: 820px;
  margin: 0 auto;
}
.tk-article .hero-title .accent { color: var(--tka-gold-lt); }
.tk-article .hero-subtitle {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: rgba(242,237,230,0.8);
}
.tk-article .ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.tk-article .ornament-line {
  width: 80px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--tka-gold));
}
.tk-article .ornament-line.r {
  background: linear-gradient(90deg, var(--tka-gold), transparent);
}
.tk-article .ornament-diamond {
  width: 7px; height: 7px;
  background: var(--tka-gold);
  transform: rotate(45deg);
}

/* =============================================
   メタ情報バー
============================================= */
.tk-article .meta-bar {
  background: var(--tka-stone);
  border-bottom: 3px solid var(--tka-brick);
  padding: 16px 24px;
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}
.tk-article .meta-bar span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12.5px;
  color: var(--tka-ink-soft);
  display: flex;
  align-items: center;
  gap: 7px;
  letter-spacing: 0.04em;
}
.tk-article .meta-icon {
  display: inline-block;
  width: 22px; height: 22px;
  background: var(--tka-brick);
  border-radius: 50%;
  color: white;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
}

/* =============================================
   本文コンテナ
============================================= */
.tk-article .article-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 80px 56px 112px;
}

/* =============================================
   リード文ボックス
============================================= */
.tk-article .lead-box {
  position: relative;
  background: #fff;
  border: 1px solid #ddd5c8;
  border-top: 4px solid var(--tka-brick);
  border-radius: 0 0 6px 6px;
  padding: 40px 44px;
  margin-bottom: 72px;
  box-shadow: 0 4px 20px rgba(140,58,42,0.07);
}
.tk-article .lead-box::before {
  content: "LEAD";
  position: absolute;
  top: 0; left: 28px;
  background: var(--tka-brick);
  color: var(--tka-stone);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  letter-spacing: 0.2em;
  padding: 3px 10px;
  border-radius: 0 0 4px 4px;
}
.tk-article .lead-box p {
  font-size: 16.5px;
  line-height: 2.2;
  color: var(--tka-ink-soft);
  margin-bottom: 0;
}
.tk-article .lead-box p + p { margin-top: 28px; }

/* =============================================
   目次
============================================= */
.tk-article .toc {
  background: #fff;
  border: 1px solid #ddd5c8;
  border-top: 4px solid var(--tka-copper);
  border-radius: 0 0 6px 6px;
  padding: 36px 40px 40px;
  margin: 0 0 80px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  width: 100%;
  box-sizing: border-box;
}
.tk-article .toc-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.tk-article .toc-header-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--tka-copper);
  background: var(--tka-stone);
  border: 1px solid #c8bfb4;
  padding: 4px 14px;
  border-radius: 2px;
}
.tk-article .toc-header-line {
  flex: 1; height: 1px;
  background: linear-gradient(90deg, #c8bfb4, transparent);
}
.tk-article .toc-list {
  list-style: none;
  padding: 0; margin: 0;
  counter-reset: toc-counter;
}
.tk-article .toc-list li {
  counter-increment: toc-counter;
  border-bottom: 1px dashed #e0d8ce;
}
.tk-article .toc-list li:last-child { border-bottom: none; }
.tk-article .toc-list a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 14px 8px;
  text-decoration: none;
  color: var(--tka-ink-soft);
  font-size: 15px;
  transition: color 0.2s, padding-left 0.2s;
}
.tk-article .toc-list a:hover {
  color: var(--tka-brick);
  padding-left: 14px;
}
.tk-article .toc-list a::before {
  content: counter(toc-counter, decimal-leading-zero);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: var(--tka-brick);
  min-width: 28px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  flex-shrink: 0;
}
.tk-article .toc-list a:hover::before { background: var(--tka-brick-lt); }
.tk-article .toc-list a:focus-visible {
  outline: 2px solid var(--tka-brick);
  outline-offset: 2px;
  border-radius: 2px;
}
.tk-article .toc-list a .toc-dots {
  flex: 1;
  border-bottom: 1px dotted #c8bfb4;
  margin: 0 4px 4px;
}
/* CSSカウンター（01,02…）と重複するため非表示 */
.tk-article .toc-list a .toc-chapter {
  display: none;
}

/* =============================================
   H2 見出し
============================================= */
.tk-article .article-wrap h2 {
  position: relative;
  font-size: 23px;
  font-weight: 700;
  color: var(--tka-brick-dk);
  margin: 80px 0 36px;
  padding: 18px 20px;
  background: var(--tka-stone);
  border-left: 5px solid var(--tka-brick);
  border-bottom: 1px solid #ddd5c8;
  border-radius: 0 4px 4px 0;
  letter-spacing: 0.03em;
  scroll-margin-top: 80px; /* 固定ヘッダーに隠れないようオフセット */
}

/* =============================================
   本文テキスト
============================================= */
.tk-article .article-wrap p {
  margin-bottom: 36px;
  color: var(--tka-ink-soft);
  line-height: 2.1;
}
.tk-article .article-wrap p:empty { display: none; } /* WPが挿入する空pを非表示 */
.tk-article .article-wrap strong {
  color: var(--tka-brick);
  font-weight: 700;
}

/* =============================================
   セクション小見出し
============================================= */
.tk-article .section-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 56px 0 28px;
  font-size: 18px;
  font-weight: 700;
  color: var(--tka-ink);
  letter-spacing: 0.03em;
}
.tk-article .section-note-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--tka-stone);
  background: var(--tka-copper);
  padding: 4px 12px;
  border-radius: 2px;
  flex-shrink: 0;
  white-space: nowrap;
}

/* =============================================
   データカード
============================================= */
.tk-article .data-card {
  background: #fff;
  border: 1px solid #ddd5c8;
  border-radius: 6px;
  padding: 32px 36px;
  margin: 56px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}
.tk-article .data-card::after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--tka-gold), var(--tka-copper));
}
.tk-article .data-card-icon {
  font-size: 34px;
  line-height: 1;
  padding-top: 4px;
}
.tk-article .data-card-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  letter-spacing: 0.25em;
  color: var(--tka-gold);
  border-bottom: 1px solid #e8ddd0;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-weight: 700;
}
.tk-article .data-card-body p {
  font-size: 14.5px;
  line-height: 1.9;
  margin: 0;
  color: var(--tka-ink-soft);
}
.tk-article .data-card-body strong { color: var(--tka-brick-dk); }

/* =============================================
   FAQ
============================================= */
.tk-article .faq-section {
  margin: 72px 0 56px;
}
.tk-article .faq-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.tk-article .faq-header-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--tka-stone);
  background: var(--tka-brick);
  padding: 5px 16px;
  border-radius: 2px;
  flex-shrink: 0;
}
.tk-article .faq-header-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #ddd5c8, transparent);
}
.tk-article .faq-header-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--tka-ink-soft);
  flex-shrink: 0;
}
.tk-article .faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.tk-article .faq-item {
  border-bottom: 1px solid #e0d8ce;
  padding: 28px 0;
}
.tk-article .faq-item:first-child {
  border-top: 1px solid #e0d8ce;
}
.tk-article .faq-q {
  font-size: 16px;
  font-weight: 700;
  color: var(--tka-ink);
  line-height: 1.7;
  padding-left: 36px;
  padding-right: 32px; /* chevron分のスペース */
  position: relative;
  margin-bottom: 14px;
  letter-spacing: 0.03em;
  cursor: pointer;
  user-select: none;
  list-style: none; /* summaryのデフォルトマーカーを非表示 */
}
/* Safari用マーカー非表示 */
.tk-article .faq-q::-webkit-details-marker { display: none; }
/* アコーディオン chevron（[open]属性で回転） */
.tk-article .faq-q::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 10px;
  color: var(--tka-brick);
  font-family: "Noto Sans JP", sans-serif;
  transition: transform 0.3s ease;
}
.tk-article .faq-item[open] .faq-q::after {
  transform: rotate(-180deg);
}
/* 閉じている時はQ下の余白を詰める */
.tk-article .faq-item:not([open]) .faq-q {
  margin-bottom: 0;
}
.tk-article .faq-q::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: var(--tka-brick);
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 2px;
}
.tk-article .faq-a {
  /* details[open]の中身はブラウザが表示制御するため display指定不要 */
  font-size: 15px;
  line-height: 2.0;
  color: var(--tka-ink-soft);
  padding-left: 36px;
  padding-bottom: 4px;
  margin: 0;
  position: relative;
}
.tk-article .faq-a::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--tka-brick);
  background: var(--tka-stone);
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid var(--tka-brick);
}

/* =============================================
   記事末尾区切り線
============================================= */
.tk-article .article-end-rule {
  margin-top: 48px;
  height: 4px;
  background: linear-gradient(90deg, var(--tka-brick), var(--tka-gold), var(--tka-brick));
  border-radius: 2px;
  opacity: 0.6;
}

/* =============================================
   フッター ── WordPress版では非表示
============================================= */
.tk-article .article-footer {
  display: none;
}

/* =============================================
   モーション軽減（アクセシビリティ）
   0.01ms にすることでtransitionendイベントの互換性を確保
============================================= */
@media (prefers-reduced-motion: reduce) {
  .tk-article *,
  .tk-article *::before,
  .tk-article *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

/* =============================================
   印刷スタイル
============================================= */
@media print {
  .tk-article .topbar,
  .tk-article .meta-bar,
  .tk-article .hero { display: none; }
  .tk-article .article-wrap { padding: 0; max-width: 100%; }
  .tk-article { background: #fff; color: #000; }
}

/* =============================================
   レスポンシブ
============================================= */
@media (max-width: 640px) {
  .tk-article .article-wrap { padding: 40px 20px 64px; }
  .tk-article .article-wrap h2 { font-size: 19px; padding: 14px 16px; margin: 56px 0 24px; }
  .tk-article .lead-box { padding: 28px 20px; }
  .tk-article .data-card { grid-template-columns: 1fr; gap: 12px; }
  .tk-article .topbar { display: none; }
  .tk-article .meta-bar { gap: 20px; }
  .tk-article .toc { padding: 20px 16px 24px; }
  .tk-article .faq-q { font-size: 15px; }
  .tk-article .faq-a { font-size: 14px; }
}
</style>

<script data-wp-block-html="js">
/**
 * 東京駅 歴史記事 ── WordPress カスタムHTML「JavaScriptタブ」用
 * ---------------------------------------------------------------
 * 機能：目次リンクのスムーズスクロール
 * ---------------------------------------------------------------
 * FAQの開閉は <details>/<summary> のブラウザネイティブ機能を使用。
 * JavaScriptは不要。
 */

(function () {
  'use strict';

  // =========================================================
  // スムーズスクロール（目次リンク）
  // イベント委譲方式：document レベルで捕捉するためタイミング問題なし
  // =========================================================
  document.addEventListener('click', function (e) {
    const link = e.target.closest('.tk-article .toc-list a[href^="#"]');
    if (!link) return;

    const targetId = link.getAttribute('href');
    const target = document.querySelector(targetId);
    if (!target) return;

    e.preventDefault();
    target.scrollIntoView({ behavior: 'smooth', block: 'start' });

    // アクセシビリティ：フォーカスをターゲット見出しへ移動
    if (!target.hasAttribute('tabindex')) {
      target.setAttribute('tabindex', '-1');
    }
    target.focus({ preventScroll: true });
  });

})();
</script>

<!-- Google Fonts（テーマで読み込み済みなら削除可） -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&#038;family=Noto+Sans+JP:wght@300;400;700&#038;display=swap" rel="stylesheet">

<!-- ★ すべてのコンテンツを .tk-article で包む ★ -->
<article class="tk-article">

  <!-- 上部細帯 -->
  <div class="topbar">
    <span>MARUNOUCHI · YAESU · TOKYO STATION</span>
    <span>創建 1914 ── 復元 2012</span>
  </div>

  <!-- HERO -->
  <header class="hero">
    <div class="hero-facade">
      <svg class="facade-svg" role="img" viewBox="0 0 900 280" xmlns="http://www.w3.org/2000/svg" aria-label="東京駅丸の内口ファサードイラスト">
        <defs>
          <linearGradient id="tka-brickWall" x1="0" y1="0" x2="0" y2="1">
            <stop offset="0%" stop-color="#9B4030"/>
            <stop offset="100%" stop-color="#7A2E1C"/>
          </linearGradient>
          <linearGradient id="tka-domeFill" x1="0" y1="0" x2="0" y2="1">
            <stop offset="0%" stop-color="#5A7A3A"/>
            <stop offset="60%" stop-color="#3D5828"/>
            <stop offset="100%" stop-color="#2A3C1C"/>
          </linearGradient>
          <linearGradient id="tka-stoneBand" x1="0" y1="0" x2="0" y2="1">
            <stop offset="0%" stop-color="#F5EFE6"/>
            <stop offset="100%" stop-color="#DDD3C6"/>
          </linearGradient>
          <linearGradient id="tka-skyGrad" x1="0" y1="0" x2="0" y2="1">
            <stop offset="0%" stop-color="#1B2D4A"/>
            <stop offset="100%" stop-color="#2E4A6E"/>
          </linearGradient>
        </defs>
        <rect width="900" height="280" fill="url(#tka-skyGrad)"/>
        <rect x="10" y="90" width="880" height="190" fill="url(#tka-brickWall)"/>
        <line x1="10" y1="110" x2="890" y2="110" stroke="rgba(0,0,0,0.15)" stroke-width="1"/>
        <line x1="10" y1="130" x2="890" y2="130" stroke="rgba(0,0,0,0.15)" stroke-width="1"/>
        <line x1="10" y1="150" x2="890" y2="150" stroke="rgba(0,0,0,0.12)" stroke-width="1"/>
        <line x1="10" y1="170" x2="890" y2="170" stroke="rgba(0,0,0,0.12)" stroke-width="1"/>
        <line x1="10" y1="200" x2="890" y2="200" stroke="rgba(0,0,0,0.10)" stroke-width="1"/>
        <line x1="10" y1="230" x2="890" y2="230" stroke="rgba(0,0,0,0.10)" stroke-width="1"/>
        <line x1="10" y1="260" x2="890" y2="260" stroke="rgba(0,0,0,0.10)" stroke-width="1"/>
        <rect x="10" y="88" width="880" height="10" fill="url(#tka-stoneBand)"/>
        <rect x="10" y="200" width="880" height="8" fill="url(#tka-stoneBand)" opacity="0.7"/>
        <!-- 左ドーム -->
        <rect x="30" y="30" width="160" height="72" fill="url(#tka-brickWall)" stroke="#5A2010" stroke-width="1"/>
        <rect x="30" y="30" width="160" height="8" fill="url(#tka-stoneBand)"/>
        <ellipse cx="110" cy="36" rx="74" ry="20" fill="url(#tka-domeFill)" stroke="#2A3C1C" stroke-width="1"/>
        <ellipse cx="110" cy="30" rx="66" ry="16" fill="url(#tka-domeFill)"/>
        <ellipse cx="110" cy="22" rx="56" ry="12" fill="#4A6830"/>
        <ellipse cx="110" cy="14" rx="42" ry="9" fill="#3D5828"/>
        <ellipse cx="110" cy="8"  rx="28" ry="6" fill="#304820"/>
        <rect x="104" y="0" width="12" height="12" fill="url(#tka-stoneBand)"/>
        <ellipse cx="110" cy="36" rx="74" ry="4" fill="rgba(242,237,230,0.25)"/>
        <rect x="44"  y="44" width="16" height="28" rx="8" fill="#1B2D4A" stroke="rgba(242,237,230,0.4)" stroke-width="1"/>
        <rect x="68"  y="44" width="16" height="28" rx="8" fill="#1B2D4A" stroke="rgba(242,237,230,0.4)" stroke-width="1"/>
        <rect x="92"  y="44" width="16" height="28" rx="8" fill="#1B2D4A" stroke="rgba(242,237,230,0.4)" stroke-width="1"/>
        <rect x="116" y="44" width="16" height="28" rx="8" fill="#1B2D4A" stroke="rgba(242,237,230,0.4)" stroke-width="1"/>
        <rect x="140" y="44" width="16" height="28" rx="8" fill="#1B2D4A" stroke="rgba(242,237,230,0.4)" stroke-width="1"/>
        <!-- 右ドーム -->
        <rect x="710" y="30" width="160" height="72" fill="url(#tka-brickWall)" stroke="#5A2010" stroke-width="1"/>
        <rect x="710" y="30" width="160" height="8" fill="url(#tka-stoneBand)"/>
        <ellipse cx="790" cy="36" rx="74" ry="20" fill="url(#tka-domeFill)" stroke="#2A3C1C" stroke-width="1"/>
        <ellipse cx="790" cy="30" rx="66" ry="16" fill="url(#tka-domeFill)"/>
        <ellipse cx="790" cy="22" rx="56" ry="12" fill="#4A6830"/>
        <ellipse cx="790" cy="14" rx="42" ry="9" fill="#3D5828"/>
        <ellipse cx="790" cy="8"  rx="28" ry="6" fill="#304820"/>
        <rect x="784" y="0" width="12" height="12" fill="url(#tka-stoneBand)"/>
        <ellipse cx="790" cy="36" rx="74" ry="4" fill="rgba(242,237,230,0.25)"/>
        <rect x="724" y="44" width="16" height="28" rx="8" fill="#1B2D4A" stroke="rgba(242,237,230,0.4)" stroke-width="1"/>
        <rect x="748" y="44" width="16" height="28" rx="8" fill="#1B2D4A" stroke="rgba(242,237,230,0.4)" stroke-width="1"/>
        <rect x="772" y="44" width="16" height="28" rx="8" fill="#1B2D4A" stroke="rgba(242,237,230,0.4)" stroke-width="1"/>
        <rect x="796" y="44" width="16" height="28" rx="8" fill="#1B2D4A" stroke="rgba(242,237,230,0.4)" stroke-width="1"/>
        <rect x="820" y="44" width="16" height="28" rx="8" fill="#1B2D4A" stroke="rgba(242,237,230,0.4)" stroke-width="1"/>
        <!-- 中央窓列 -->
        <rect x="210" y="100" width="22" height="32" rx="11" fill="#1B2D4A" stroke="rgba(242,237,230,0.3)" stroke-width="1"/>
        <rect x="248" y="100" width="22" height="32" rx="11" fill="#1B2D4A" stroke="rgba(242,237,230,0.3)" stroke-width="1"/>
        <rect x="286" y="100" width="22" height="32" rx="11" fill="#1B2D4A" stroke="rgba(242,237,230,0.3)" stroke-width="1"/>
        <rect x="324" y="100" width="22" height="32" rx="11" fill="#1B2D4A" stroke="rgba(242,237,230,0.3)" stroke-width="1"/>
        <rect x="362" y="100" width="22" height="32" rx="11" fill="#1B2D4A" stroke="rgba(242,237,230,0.3)" stroke-width="1"/>
        <rect x="400" y="100" width="22" height="32" rx="11" fill="#1B2D4A" stroke="rgba(242,237,230,0.3)" stroke-width="1"/>
        <rect x="438" y="100" width="22" height="32" rx="11" fill="#1B2D4A" stroke="rgba(242,237,230,0.3)" stroke-width="1"/>
        <rect x="476" y="100" width="22" height="32" rx="11" fill="#1B2D4A" stroke="rgba(242,237,230,0.3)" stroke-width="1"/>
        <rect x="514" y="100" width="22" height="32" rx="11" fill="#1B2D4A" stroke="rgba(242,237,230,0.3)" stroke-width="1"/>
        <rect x="552" y="100" width="22" height="32" rx="11" fill="#1B2D4A" stroke="rgba(242,237,230,0.3)" stroke-width="1"/>
        <rect x="590" y="100" width="22" height="32" rx="11" fill="#1B2D4A" stroke="rgba(242,237,230,0.3)" stroke-width="1"/>
        <rect x="628" y="100" width="22" height="32" rx="11" fill="#1B2D4A" stroke="rgba(242,237,230,0.3)" stroke-width="1"/>
        <rect x="666" y="100" width="22" height="32" rx="11" fill="#1B2D4A" stroke="rgba(242,237,230,0.3)" stroke-width="1"/>
        <!-- アーチ入口 -->
        <rect x="192" y="210" width="40" height="55" fill="rgba(20,30,50,0.8)"/>
        <ellipse cx="212" cy="210" rx="20" ry="8" fill="rgba(20,30,50,0.8)"/>
        <rect x="380" y="205" width="50" height="60" fill="rgba(20,30,50,0.85)"/>
        <ellipse cx="405" cy="205" rx="25" ry="9" fill="rgba(20,30,50,0.85)"/>
        <rect x="444" y="218" width="34" height="47" fill="rgba(20,30,50,0.7)"/>
        <ellipse cx="461" cy="218" rx="17" ry="6" fill="rgba(20,30,50,0.7)"/>
        <rect x="492" y="218" width="34" height="47" fill="rgba(20,30,50,0.7)"/>
        <ellipse cx="509" cy="218" rx="17" ry="6" fill="rgba(20,30,50,0.7)"/>
        <rect x="624" y="210" width="40" height="55" fill="rgba(20,30,50,0.8)"/>
        <ellipse cx="644" cy="210" rx="20" ry="8" fill="rgba(20,30,50,0.8)"/>
        <!-- 地面 & 装飾ライン -->
        <rect x="0" y="270" width="900" height="10" fill="rgba(0,0,0,0.3)"/>
        <rect x="10" y="88" width="880" height="2" fill="#C4A24A" opacity="0.6"/>
        <rect x="10" y="198" width="880" height="2" fill="#C4A24A" opacity="0.4"/>
        <!-- 駅名プレート -->
        <rect x="340" y="60" width="220" height="28" rx="3" fill="url(#tka-stoneBand)" stroke="#C4A24A" stroke-width="1.5"/>
        <text x="450" y="79" text-anchor="middle" font-family="Noto Serif JP, serif" font-size="14" font-weight="700" fill="#5C2418" letter-spacing="6">東　京　駅</text>
      </svg>
    </div>
    <div class="hero-text">
      <p class="hero-eyebrow">歴史・建築ガイド ── TOKYO STATION HERITAGE</p>
      <h1 class="hero-title">
        東京駅110年の軌跡<br>
        <span class="accent">── 赤レンガが見てきた戦争、復興、そして未来</span>
      </h1>
      <p class="hero-subtitle">明治から令和へ。日本最大のターミナルが刻んだ時間を読み解く。</p>
      <div class="ornament">
        <div class="ornament-line"></div>
        <div class="ornament-diamond"></div>
        <div class="ornament-line r"></div>
      </div>
    </div>
  </header>


  <!-- 本文 -->
  <section class="article-wrap">

    <!-- リード文 -->
    <div class="lead-box">
      <p>東京の玄関口として、毎日40万人以上の旅行者・通勤者を迎え続ける<strong>東京駅</strong>。その丸の内口に立つ赤レンガの駅舎は、単なる交通施設ではなく、明治・大正・昭和・平成・令和という五つの元号を生き抜いてきた<strong>生きた歴史建築</strong>です。</p>
      <p>戦火で傷つき、半世紀にわたって「不完全な姿」のまま立ち続け、そして2012年、ついに創建時の美しいドームを取り戻した東京駅。この記事では建築・歴史の視点から、その110年の軌跡を丁寧に読み解きます。</p>
    </div>

    <!-- 目次 -->
    <nav class="toc" aria-label="目次">
      <div class="toc-header">
        <span class="toc-header-label">目　次</span>
        <div class="toc-header-line"></div>
      </div>
      <ol class="toc-list">
        <li><a href="#sec-why">なぜ東京駅は「これほど特別」なのか<span class="toc-dots"></span><span class="toc-chapter">第1章</span></a></li>
        <li><a href="#sec-birth">誕生の物語 ── 明治・大正期の建設（1914年開業）<span class="toc-dots"></span><span class="toc-chapter">第2章</span></a></li>
        <li><a href="#sec-war">戦禍と傷痕 ── 空襲による破壊（1945年）<span class="toc-dots"></span><span class="toc-chapter">第3章</span></a></li>
        <li><a href="#sec-restore">半世紀にわたる復興 ── ドーム復元プロジェクト（2012年）<span class="toc-dots"></span><span class="toc-chapter">第4章</span></a></li>
        <li><a href="#sec-modern">現代の東京駅 ── 日本最大のターミナルへ<span class="toc-dots"></span><span class="toc-chapter">第5章</span></a></li>
        <li><a href="#sec-conclusion">まとめ ── 東京駅は「生きた歴史建築」である<span class="toc-dots"></span><span class="toc-chapter">第6章</span></a></li>
      </ol>
    </nav>

    <!-- 第1章 -->
    <h2 id="sec-why">なぜ東京駅は「これほど特別」なのか</h2>
    <p>日本には数多くの歴史的駅舎が存在しますが、東京駅丸の内駅舎が放つ存在感は格別です。その理由はいくつかあります。</p>
    <p>まず<strong>規模</strong>。全長335メートルに及ぶ赤レンガの外壁は、近代建築としての威容を余すところなく示しています。次に<strong>立地</strong>。皇居（江戸城跡）と正対する軸線上に建てられており、その配置そのものが明治国家の意志を体現しています。</p>
    <p>そして何より<strong>時間の重さ</strong>。関東大震災（1923年）、東京大空襲（1945年）という二度の大災害を経験しながらも、ほぼ同じ場所に立ち続けてきた駅舎は、東京という都市の記憶そのものです。</p>
    <div class="data-card">
      <div class="data-card-icon" aria-hidden="true">🏛️</div>
      <div class="data-card-body">
        <div class="data-card-label">基　本　デ　ー　タ</div>
        <p><strong>開業：</strong>1914年（大正3年）12月20日<br><strong>設計者：</strong>辰野金吾（東京帝国大学教授・建築家）<br><strong>建築様式：</strong>辰野式（ネオ・バロック＋赤レンガ）<br><strong>重要文化財指定：</strong>2003年（平成15年）<br><strong>ドーム復元完成：</strong>2012年（平成24年）10月</p>
      </div>
    </div>
    <p>国の重要文化財でありながら、今なお現役の超高密度ターミナルとして機能している——この事実だけでも、東京駅が世界的にみていかに稀有な存在かがわかります。</p>

    <!-- 第2章 -->
    <h2 id="sec-birth">誕生の物語 ── 明治・大正期の建設（1914年開業）</h2>
    <p>東京駅の建設計画が本格的に動き出したのは、明治政府が近代国家の体裁を整えつつあった19世紀末のことです。当時の日本は欧米列強に追いつくべく、鉄道網の整備を国策の柱に据えていました。首都・東京の「顔」にふさわしい中央停車場を建設するという夢は、長い議論と設計競争を経て、ひとりの建築家の手に委ねられることになります。</p>
    <div class="section-note"><span class="section-note-label">設計者</span>辰野金吾と「辰野式」建築</div>
    <p>設計を担ったのは<strong>辰野金吾（1854〜1919年）</strong>。佐賀県唐津（旧・唐津藩）出身の辰野は、日本初の建築教育機関である工部大学校（現・東京大学工学部）でジョサイア・コンドルに師事し、のちにイギリスへ留学して本場のヴィクトリア様式を学んだ、当代一流の建築家でした。</p>
    <p>彼が東京駅に持ち込んだ様式は、後に「<strong>辰野式</strong>」と称される独自のスタイルです。クイーン・アン様式に範をとりつつ、フリー・クラシック様式やヴィクトリアン様式の要素も取り込んで独自に発展させた「辰野式」。赤レンガと白い花崗岩（御影石）を水平に交互に配した外観は、重厚さと洗練さを兼ね備え、明治国家の威信を建築語法で雄弁に語りかけます。</p>
    <div class="data-card">
      <div class="data-card-icon" aria-hidden="true">📐</div>
      <div class="data-card-body">
        <div class="data-card-label">建　築　仕　様</div>
        <p><strong>構造：</strong>煉瓦造・鉄骨補強（地上3階）<br><strong>外壁：</strong>赤レンガ＋白御影石（水平縞模様）<br><strong>正面全長：</strong>約335メートル<br><strong>南北ドーム：</strong>八角形、直径約30メートル<br><strong>屋根：</strong>天然スレート葺き（銅板装飾付き）<br><strong>総工費：</strong>約280万円（当時）</p>
      </div>
    </div>
    <div class="section-note"><span class="section-note-label">開業</span>1914年12月20日、東京駅誕生</div>
    <p>着工から10年の歳月を経て、<strong>1914年（大正3年）12月20日</strong>、東京駅は晴れて開業を迎えました。開業時の駅舎は南北に対称な2棟のドームを持ち、中央部には皇室専用の<strong>「貴賓出入口」</strong>が設けられていました。</p>
    <p>大正・昭和初期を通じて東京駅は拡張を続け、1929年には八重洲口が開設。国内外の旅客・物資の一大集散地として、近代日本の発展をまさに文字通り「乗せて」走り続けたのです。</p>

    <!-- 第3章 -->
    <h2 id="sec-war">戦禍と傷痕 ── 空襲による破壊（1945年）</h2>
    <p>開業から30年あまり、東京駅は戦時下の日本においても休むことなく稼働し続けました。出征兵士を送り出し、物資を運び、疎開する家族を乗せ——まさに戦争を「乗せて走る」インフラとして機能したのです。しかしその駅舎自身も、やがて戦争の直撃を免れることはできませんでした。</p>
    <div class="section-note"><span class="section-note-label">1945年</span>東京大空襲と駅舎への被害</div>
    <p><strong>1945年（昭和20年）5月25日</strong>、米軍B-29爆撃機による大規模な空襲が東京を襲いました。丸の内一帯にも焼夷弾が降り注ぎ、東京駅は屋根や内部を激しく焼かれます。<strong>南北両ドーム</strong>は屋根部分が焼け落ち、美しいランタンと八角形の頂部を失いました。</p>
    <p>煉瓦の外壁そのものは奇跡的に残りましたが、内部の木造部分は広範囲にわたって焼失。駅の機能を維持するため、戦後すぐに応急修復が施されましたが、それは創建時の姿とはほど遠いものでした。</p>
    <div class="data-card">
      <div class="data-card-icon" aria-hidden="true">🔥</div>
      <div class="data-card-body">
        <div class="data-card-label">空　襲　被　害　の　概　要</div>
        <p><strong>被災日：</strong>1945年（昭和20年）5月25日<br><strong>主な被害：</strong>南北ドーム屋根・頂部の焼失、内部木造部分の広範囲焼損<br><strong>外壁：</strong>赤レンガの躯体は残存（熱による亀裂・煤汚れあり）<br><strong>応急修復：</strong>戦後すぐに実施。ドームは八角形から簡素な三角屋根（切妻形）に仮復旧</p>
      </div>
    </div>
    <div class="section-note"><span class="section-note-label">戦後</span>「不完全な姿」のまま立ち続けた半世紀</div>
    <p>戦後の東京は焼け野原から復興へと向かいましたが、東京駅の本格的な修復はなかなか実現しませんでした。こうして東京駅は、<strong>失われたドームの代わりに質素な三角屋根をまとったまま</strong>、実に60年以上もの歳月を過ごすことになります。</p>
    <p>しかしその煉瓦の壁の中には、辰野金吾が設計した本来の構造がひっそりと息づいていました。復元の夢は、静かに、しかし確実に、次の時代へと引き継がれていったのです。</p>

    <!-- 第4章 -->
    <h2 id="sec-restore">半世紀にわたる復興 ── ドーム復元プロジェクト（2012年）</h2>
    <p>戦後60年以上、東京駅は「失われたドーム」を抱えたまま立ち続けました。簡素な三角屋根をまとった姿は、長い間「あたりまえの東京駅」として人々の記憶に刻まれてきました。しかし21世紀に入り、その不完全な姿を正式に「歴史遺産」として認定する動きが、ついに国を動かすことになります。</p>
    <div class="section-note"><span class="section-note-label">2003年</span>重要文化財指定 ── 復元への転換点</div>
    <p><strong>2003年（平成15年）</strong>、丸の内駅舎は国の<strong>重要文化財</strong>に指定されました。辰野金吾の設計思想、明治・大正の西洋建築技術、そして近代日本の成長を刻んだ煉瓦の壁──それらをすべて「後世に伝えるべき遺産」と国が宣言した瞬間でした。</p>
    <p>重文指定を受け、JR東日本は本格的な復元計画を検討開始。創建当初の設計図面・写真・文献を丹念に調査し、「戦前の姿に戻す」という方針が固まりました。しかし数十年分の改修が重なった建物を1914年当時の姿に戻すには、想像を絶する技術的・財政的な挑戦が待ち受けていました。</p>
    <div class="section-note"><span class="section-note-label">2007年</span>工事着工 ── 5年間の精密復元作業</div>
    <p><strong>2007年（平成19年）</strong>、いよいよ復元工事が始まりました。最大の難所は、現役で何百万人もの旅客が行き交う駅の機能を止めずに進める「稼働中の大規模工事」という点です。仮設通路を設け、一般旅客への影響を最小限に抑えながら、煉瓦の洗浄・補修・ドームの鉄骨架構・銅板葺き屋根の製作が並行して進められました。</p>
    <p>ドームの復元にあたっては、創建当時の写真や設計資料を参照するだけでなく、煉瓦の積み方・石材の仕上げ・銅板の折り方まで当時の職人技術を現代の職人が忠実に再現。特に南北ドームの八角形の頂部には<strong>鷲の装飾とドーマー窓</strong>が精密に再製され、1914年の意匠が100年ぶりに空の下によみがえることになりました。</p>
    <div class="data-card">
      <div class="data-card-icon" aria-hidden="true">🏗️</div>
      <div class="data-card-body">
        <div class="data-card-label">復　元　工　事　デ　ー　タ</div>
        <p><strong>重要文化財指定：</strong>2003年（平成15年）<br><strong>着工：</strong>2007年（平成19年）<br><strong>竣工・グランドオープン：</strong>2012年（平成24年）10月1日<br><strong>工期：</strong>約5年間<br><strong>総工費：</strong>約500億円<br><strong>主な復元箇所：</strong>南北両ドーム（八角形・銅板葺き）、3階部分、屋根スレート、各部装飾<br><strong>施工：</strong>稼働中の駅舎での段階的工事</p>
      </div>
    </div>
    <div class="section-note"><span class="section-note-label">2012年</span>100年ぶりの「完全な姿」── グランドオープン</div>
    <p><strong>2012年（平成24年）10月1日</strong>、丸の内駅舎は創建から98年、空襲から67年を経てついに<strong>本来の姿を取り戻しました</strong>。高さが増した南北ドームは銅板の緑青をまとい、夕日を受けると赤レンガと白御影石の壁面にあたたかな金色が重なります。その日、丸の内広場には何千人もの市民が集まり、「初めて見る」のに「懐かしい」という不思議な感動を分かち合いました。</p>
    <p>復元完成を機に、駅周辺にはホテルや商業施設が続々とオープン。東京駅は「ただ通り過ぎる場所」から<strong>「訪れる目的地」</strong>へと劇的に変わっていきます。1914年の開業から始まり、戦禍を越え、半世紀の不完全な姿を経て——東京駅はここで初めて、辰野金吾が思い描いた「帝都の玄関」の全貌を現代に示すことができたのです。</p>

    <!-- 第5章 -->
    <h2 id="sec-modern">現代の東京駅 ── 日本最大のターミナルへ</h2>
    <p>2012年の復元完成以降、東京駅は単なる「鉄道のハブ」をはるかに超えた存在へと進化しました。創建時の赤レンガ駅舎が美しく甦った一方で、その足元の地下・周辺には現代ならではの巨大なインフラと商業エコシステムが広がっています。「帝都の玄関」は、今や<strong>日本最大のターミナル都市</strong>です。</p>
    <div class="section-note"><span class="section-note-label">規模</span>数字で見る「日本最大のターミナル」</div>
    <p>現在の東京駅には、<strong>新幹線5系統・在来線10路線以上</strong>が乗り入れています。東海道・東北・上越・北陸・山形・秋田の各新幹線が発着し、東京は「日本の鉄道ネットワークのゼロ起点（0㎞ポスト）」として機能しています。丸の内側と八重洲側を合わせたホーム数は30面以上にのぼり、一日に行き来する旅客数はJR線だけで約<strong>50万人</strong>。まさに日本全国をつなぐ巨大な結節点です。</p>
    <div class="data-card">
      <div class="data-card-icon" aria-hidden="true">🚅</div>
      <div class="data-card-body">
        <div class="data-card-label">現　在　の　東　京　駅　デ　ー　タ</div>
        <p><strong>1日の乗降客数：</strong>約50万人（JR東日本・JR東海合計）<br><strong>乗り入れ路線：</strong>新幹線5系統＋在来線10路線以上<br><strong>ホーム数：</strong>地上30面以上（地下含む）<br><strong>構内商業施設：</strong>グランスタ東京・エキュート東京ほか<br><strong>駅隣接施設：</strong>東京ステーションホテル・KITTE・バスターミナル東京八重洲</p>
      </div>
    </div>
    <div class="section-note"><span class="section-note-label">街へ</span>東京ステーションシティ ── 駅が「まち」になった</div>
    <p>駅構内には<strong>グランスタ東京</strong>・<strong>エキュート東京</strong>といった駅ナカ商業施設が整備され、全国各地の名物食品・スイーツ・雑貨が集結。旅の「出発前」も「到着後」も、駅の中で完結できる空間が誕生しました。</p>
    <p>丸の内駅舎の北側・南側ドーム内には<strong>東京ステーションホテル</strong>が復元を機にリニューアルオープン。明治の煉瓦と現代のラグジュアリーが共存する空間として、国内外の旅行者から高い評価を受けています。また八重洲側では<strong>バスターミナル東京八重洲</strong>（2022年9月、第1期開業）が開業し、高速バスの一大拠点としても機能し始めました。</p>
    <div class="section-note"><span class="section-note-label">未来へ</span>歴史と現代が交差する「生きた建築」</div>
    <p>今日、東京駅の丸の内広場に立つと、正面に1914年竣工の赤レンガ駅舎が広がり、背後には高層ビルが林立する丸の内の近代的スカイラインが広がります。東京駅は110年以上の時間のなかで、<strong>幾多の変化を「乗せて走り続けた」</strong>インフラです。帝国日本の野望、戦争の焼跡、高度経済成長、バブルの喧騒、そして令和の再開発——それらすべてが、あの赤レンガの壁に積み重なっています。</p>

    <!-- 第6章 -->
    <h2 id="sec-conclusion">まとめ ── 東京駅は「生きた歴史建築」である</h2>
    <p>1914年の開業から110年余り。東京駅はこの国が歩んだ歴史のほぼすべてを、その赤レンガの壁に刻んできました。帝都の玄関として生まれ、戦禍に焼かれ、不完全なまま時代を走り続け、そして半世紀の時を経て本来の姿を取り戻した——。これほど劇的な「生涯」を持つ建築は、世界を見渡しても稀です。</p>
    <div class="section-note"><span class="section-note-label">問い</span>なぜ東京駅は今も「特別」なのか</div>
    <p>東京駅が単なる「古い駅」ではない理由は、その<strong>継続性</strong>にあります。多くの歴史的建造物は、博物館や観光施設として「保存」される道を選びます。しかし東京駅は違います。今日もこの瞬間も、何十万人もの人々が改札を通り、新幹線に乗り、待ち合わせをしている。歴史的な建築でありながら、日本の交通インフラの最前線として現役で機能し続けている——この二重性こそが、東京駅を唯一無二の存在にしています。</p>
    <p>丸の内広場に足を止め、駅舎を見上げるとき、私たちは辰野金吾の設計した1914年と、空襲の炎が走った1945年と、復元ドームが空を切り裂いた2012年と、そして今日という時間を同時に感じることができます。<strong>建物が「記憶の容器」として機能している場所</strong>、それが東京駅の本質です。</p>
    <div class="section-note"><span class="section-note-label">遺産</span>次の100年へ受け渡すもの</div>
    <p>重要文化財に指定され、復元を果たした丸の内駅舎は、今後も慎重な維持管理のもとで次世代へと引き継がれていきます。変化しながら、しかし核心は変わらない——それが110年間、東京駅が証明し続けてきた姿勢です。</p>
    <p>次に東京駅を訪れるとき、ぜひ一度立ち止まって煉瓦の壁に手を触れてみてください。その一枚一枚には、明治の職人の手仕事と、戦火をくぐり抜けた記憶と、復元職人の誇りが、確かに宿っています。<strong>東京駅は、走り続ける歴史そのものです。</strong></p>

    <!-- FAQ（details/summary によるネイティブアコーディオン） -->
    <div class="faq-section">
      <div class="faq-header">
        <span class="faq-header-label">FAQ</span>
        <div class="faq-header-line"></div>
        <span class="faq-header-sub">よくある質問</span>
      </div>
      <div class="faq-list">

        <details class="faq-item">
          <summary class="faq-q">東京駅はいつ開業しましたか？</summary>
          <div class="faq-a">1914年（大正3年）12月20日に開業しました。設計は建築家・辰野金吾が担当し、着工から約10年の歳月をかけて完成した赤レンガ造りの駅舎です。</div>
        </details>

        <details class="faq-item">
          <summary class="faq-q">東京駅を設計したのは誰ですか？</summary>
          <div class="faq-a">佐賀県唐津出身の建築家・辰野金吾（1854〜1919年）です。イギリスに留学してヴィクトリア様式を学び、赤レンガと白御影石を組み合わせた独自の「辰野式」建築を確立しました。</div>
        </details>

        <details class="faq-item">
          <summary class="faq-q">東京駅のドームはなぜ一度なくなったのですか？</summary>
          <div class="faq-a">1945年（昭和20年）5月25日の東京大空襲により、南北両ドームの屋根が焼け落ちました。戦後は三角屋根で応急修復され、60年以上にわたって不完全な姿のまま使われ続けました。</div>
        </details>

        <details class="faq-item">
          <summary class="faq-q">東京駅のドームが復元されたのはいつですか？</summary>
          <div class="faq-a">2012年（平成24年）10月1日にグランドオープンしました。2003年の重要文化財指定を経て2007年に着工し、約5年・総工費約500億円をかけて創建時の八角形ドームが100年ぶりに復元されました。</div>
        </details>

        <details class="faq-item">
          <summary class="faq-q">東京駅丸の内駅舎は重要文化財ですか？</summary>
          <div class="faq-a">はい、2003年（平成15年）に国の重要文化財に指定されています。現役の超高密度ターミナルでありながら歴史的建造物として保護されている、世界的にも稀有な建築物です。</div>
        </details>

      </div>
    </div>

    <!-- 記事末尾の区切り線 -->
    <div class="article-end-rule"></div>

  </section>

  <!-- フッター（WP版では非表示） -->
  <footer class="article-footer" aria-hidden="true"></footer>

</article><!-- /.tk-article -->

<!-- FAQ 構造化データ（schema.org FAQPage） -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "東京駅はいつ開業しましたか？",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "1914年（大正3年）12月20日に開業しました。設計は建築家・辰野金吾が担当し、着工から約10年の歳月をかけて完成した赤レンガ造りの駅舎です。"
      }
    },
    {
      "@type": "Question",
      "name": "東京駅を設計したのは誰ですか？",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "佐賀県唐津出身の建築家・辰野金吾（1854〜1919年）です。イギリスに留学してヴィクトリア様式を学び、赤レンガと白御影石を組み合わせた独自の「辰野式」建築を確立しました。"
      }
    },
    {
      "@type": "Question",
      "name": "東京駅のドームはなぜ一度なくなったのですか？",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "1945年（昭和20年）5月25日の東京大空襲により、南北両ドームの屋根が焼け落ちました。戦後は三角屋根で応急修復され、60年以上にわたって不完全な姿のまま使われ続けました。"
      }
    },
    {
      "@type": "Question",
      "name": "東京駅のドームが復元されたのはいつですか？",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "2012年（平成24年）10月1日にグランドオープンしました。2003年の重要文化財指定を経て2007年に着工し、約5年・総工費約500億円をかけて創建時の八角形ドームが100年ぶりに復元されました。"
      }
    },
    {
      "@type": "Question",
      "name": "東京駅丸の内駅舎は重要文化財ですか？",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "はい、2003年（平成15年）に国の重要文化財に指定されています。現役の超高密度ターミナルでありながら歴史的建造物として保護されている、世界的にも稀有な建築物です。"
      }
    }
  ]
}
</script>
]]></content:encoded>
					
					<wfw:commentRss>https://yoooyooo8.jp/tokyo-station-history/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
