/* about.css — 共通CSSへの追加分 */
url('../img/hero-04.jpg') center/cover no-repeat #000;

/* Modern company profile presentation. */
#main .about-page .about-intro { margin: 0 0 24px; padding: 28px 30px; border-left: 4px solid #c00; background: linear-gradient(135deg, #171717 0%, #292929 72%, #3a1111 100%); color: #fff; box-shadow: 0 10px 24px rgba(0,0,0,.13); }
#main .about-page .about-intro .eyebrow { margin: 0 0 7px; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .18em; }
#main .about-page .about-intro .lead { margin: 0 0 9px; color: #fff; font-size: 23px; font-weight: 700; line-height: 1.55; }
#main .about-page .about-intro .copy { margin: 0; color: #ddd; line-height: 1.8; }
#main .about-page .about-facts { display: grid; grid-template-columns: 1.15fr 1.55fr 1fr; gap: 8px; margin: 0 0 28px; }
#main .about-page .fact { min-width: 0; padding: 15px 16px; border: 1px solid #ddd; background: #fff; box-shadow: 0 3px 10px rgba(0,0,0,.04); }
#main .about-page .fact .label { display: block; margin-bottom: 4px; color: #777; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
#main .about-page .fact strong { display: block; color: #222; font-size: 14px; line-height: 1.6; }
#main .about-page .fact a { color: #b90000; font-size: 18px; text-decoration: none; }
#main .about-page h3 { margin: 34px 0 14px; padding: 11px 14px; border: 0; border-left: 4px solid #c00; background: #f4f4f4; font-size: 17px; }
#main .about-page .outlineTb { overflow: hidden; margin: 0 0 22px; border: 1px solid #ddd; background: #fff; box-shadow: 0 4px 14px rgba(0,0,0,.04); }
#main .about-page .outlineTb th, #main .about-page .outlineTb td { padding: 12px 14px; border-color: #e3e3e3; line-height: 1.75; }
#main .about-page .outlineTb th { width: 25%; background: #f6f6f6; color: #333; }
#main .about-page .outlineTb td a { color: #b90000; font-weight: 700; text-decoration: none; }
#main .about-page .outlineTbCo { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 18px; align-items: start; margin-bottom: 24px; }
#main .about-page .store-mark { display: flex; min-height: 145px; align-items: center; justify-content: center; margin: 0; padding: 18px; border: 1px solid #333; background: linear-gradient(145deg, #161616, #343434); color: #fff; font-size: 14px; font-weight: 700; line-height: 1.5; text-align: center; letter-spacing: .08em; box-shadow: inset 0 -3px 0 #c00; }
#main .about-page .mapCo { overflow: hidden; margin-top: 14px; border: 1px solid #ddd; background: #eee; box-shadow: 0 4px 14px rgba(0,0,0,.06); }
#main .about-page .mapCo iframe { width: 100% !important; margin: 0; border: 0; }
#main .about-page .mapTxt { text-align: right; }
@media (max-width: 640px) {
  #main .about-page .about-intro { padding: 22px 19px; }
  #main .about-page .about-intro .lead { font-size: 19px; }
  #main .about-page .about-facts { grid-template-columns: 1fr; }
  #main .about-page .outlineTbCo { grid-template-columns: 1fr; }
  #main .about-page .store-mark { min-height: 90px; }
  #main .about-page .outlineTb, #main .about-page .outlineTb tbody, #main .about-page .outlineTb tr, #main .about-page .outlineTb th, #main .about-page .outlineTb td { display: block; width: 100%; }
  #main .about-page .outlineTb th { padding-bottom: 5px; border-bottom: 0; }
  #main .about-page .outlineTb td { padding-top: 5px; }
}
