* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic",
    "Meiryo", "Helvetica Neue", Arial, sans-serif;
  color: #333;
  background-color: #fff;
  line-height: 1.7;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.site-header {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}

.header-inner {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand {
  display: flex;
  flex-direction: column;
}

.brand-ja {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.brand-en {
  font-size: 0.85rem;
  color: #777;
  letter-spacing: 0.1em;
}

/* Page title */
.page-title {
  background-color: #f5f6f8;
  padding: 48px 0;
  text-align: center;
}

.page-title h1 {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  font-weight: 700;
}

.page-title-en {
  margin-top: 4px;
  font-size: 0.9rem;
  color: #888;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* Company info table */
.company-info {
  padding: 60px 0;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}

.info-table th,
.info-table td {
  border-bottom: 1px solid #ddd;
  padding: 20px 16px;
  text-align: left;
  vertical-align: top;
  font-size: 0.95rem;
}

.info-table th {
  width: 220px;
  background-color: #f5f6f8;
  font-weight: 700;
  white-space: nowrap;
}

.label-en {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  color: #888;
  letter-spacing: 0.05em;
}

/* Access / map */
.access {
  padding-bottom: 60px;
}

.access h2 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  border-left: 4px solid #333;
  padding-left: 12px;
  margin-bottom: 24px;
}

.heading-en {
  font-size: 0.85rem;
  font-weight: 400;
  color: #888;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-left: 8px;
}

.map-wrap {
  border: 1px solid #e5e5e5;
}

.map-wrap iframe {
  display: block;
}

/* Footer */
.site-footer {
  border-top: 1px solid #e5e5e5;
  background-color: #f5f6f8;
  padding: 24px 0;
  text-align: center;
}

.site-footer p {
  font-size: 0.8rem;
  color: #777;
}

/* Mobile */
@media (max-width: 600px) {
  .info-table,
  .info-table tbody,
  .info-table tr,
  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
  }

  .info-table th {
    padding-bottom: 8px;
  }

  .info-table td {
    border-bottom: 1px solid #ddd;
    padding-top: 12px;
  }

  .info-table th {
    border-bottom: none;
  }

  .page-title {
    padding: 32px 0;
  }
}
