html {
    font-size: 16px;
}

body {
    line-height: 1.7;
	font-family: "Hiragino Sans", "Yu Gothic Medium", "Noto Sans JP", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f7f3e9;
}

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

.title-wrapper {
  text-align: center;
}

.title-main {
  background-color: #c8efff;
  text-align: center;  
  display: inline-block;
  padding: 3px 10px;
}

.img-center {
  text-align: center;
}

.img-medium {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}

.img-medium2 {
  max-width: 440px;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding: 30px 0 0 0
}

.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-left: 2px;
  padding-right: 2px;
}

/* ▼ テーブル基本 */
.map-table {
  width: auto;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  font-size: 0.95rem;
  background-color: #ffffff;
  table-layout: auto !important;   /* ← これが決定打 */
  line-height: 1.4;
}

.map-table th,
.map-table td {
  border: 1px solid #ccc;
  padding: 8px 10px;
}

.map-table caption {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}

/* ▼ small バージョン */
.map-table.small {
  max-width: 800px;
  font-size: 0.9rem;
}

.map-table.small th,
.map-table.small td {
  padding: 4px 6px;
}

/* ▼ 見出し */
.map-table th {
  background-color: #e8f4ff;
  font-weight: bold;
  text-align: center;
}

/* ▼ 偶数行 */
.map-table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

/* 1列目（項目）＝折り返さない */
.map-table.small td:nth-child(1),
.map-table.small th:nth-child(1) {
    white-space: nowrap;
    width: 6em;
}

/* 2列目（内容）＝折り返しOK */
.map-table.small td:nth-child(2) {
    white-space: normal !important;
    word-break: break-all !important;
    overflow-wrap: break-word !important;
}

.page-nav {
  margin-top: 20px;
  text-align: center;
  font-size: 1em;
}
