@charset "utf-8";

/* ===================================================
   ■ 会社概要・アクセスページ専用スタイル
   =================================================== */
.company-page-container {
  padding-bottom: 80px !important;
  background-color: #fdfdfd !important;
}

/* ページヘッダー */
.company-page-container .page-header {
  background: #e2b216 !important; /* メインカラー：苅安色 */
  color: #fff !important;
  padding: 40px 0 !important;
  text-align: center !important;
  margin-bottom: 60px !important;
}
.company-page-container .page-header h1 {
  margin: 0 !important;
  font-size: 28px !important;
  letter-spacing: 1px !important;
}
.company-page-container .page-header h1 span {
  display: block !important;
  font-size: 14px !important;
  color: #fff !important;
  opacity: 0.8 !important;
  margin-top: 5px !important;
  font-weight: normal !important;
}

/* 会社概要テーブルのデザイン */
.company-info-section {
  margin-bottom: 60px !important;
}
.company-table {
  width: 100% !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  border-collapse: collapse !important;
  background: #fff !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.02) !important;
  border-radius: 4px !important;
  overflow: hidden !important;
}
.company-table th, .company-table td {
  padding: 18px 20px !important;
  border-bottom: 1px solid #eee !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}
.company-table th {
  width: 25% !important;
  text-align: left !important;
  background: #fdfcf3 !important; /* 苅安系の薄い背景 */
  color: #111 !important;
  font-weight: bold !important;
}
.company-table td {
  color: #444 !important;
}
.company-table tr:last-child th, 
.company-table tr:last-child td {
  border-bottom: none !important;
}

/* アクセス・地図の見出し */
.company-access-section {
  margin-top: 60px !important;
}
.access-title {
  text-align: center !important;
  margin-bottom: 30px !important;
}
.access-title h2 {
  font-size: 24px !important;
  margin: 0 0 10px 0 !important;
  letter-spacing: 1px !important;
}
.access-title h2 span {
  font-size: 13px !important;
  color: #888 !important;
  display: block !important;
  margin-top: 4px !important;
  font-weight: normal !important;
}
.access-title .guide-text {
  font-size: 14px !important;
  color: #c99a0e !important; /* 濃い苅安色 */
  margin: 15px 0 0 0 !important;
  font-weight: bold !important;
}

/* ★Googleマップを画面の「真ん中」に綺麗に配置する設定 */
.map-wrapper {
  display: flex !important;
  justify-content: center !important; /* 横方向の真ん中に寄せる */
  margin: 30px auto 0 !important;
  width: 100% !important;
  max-width: 800px !important; /* テーブルの幅と合わせて統一感を出す */
}

/* スマホ対応と苅安色の調和枠 */
.map-wrapper iframe {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 4px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06) !important;
  border: 3px solid #e2b216 !important; /* 地図を苅安色の枠で囲む */
}