/* landcruiser-common.css — ランクル専用ページ共通スタイル
   対象: landcruiser70.html / landcruiser80.html / landcruiser-prado150.html
   作成: 2026-04-14 */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body{
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 15px; line-height: 1.75; color: #2a2a2a; background: #fff;
}
a{
	color: #c0392b; text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{
	max-width: 100%; height: auto;
}
.topbar{
	background: #333; color: #bbb; font-size: 11px; text-align: right; padding: 5px 20px;
}
.topbar a{
	color: #bbb; margin-left: 14px;
}
.topbar a:hover{
	color: #fff; text-decoration: none;
}
.site-header{
  background: #fff; border-bottom: 3px solid #c0392b;
  padding: 12px 20px; display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap; gap: 8px;
}
.logo{
	font-size: 22px; font-weight: 900; letter-spacing: 0.1em; color: #222;
}
.logo span{
	color: #c0392b;
}
.site-tel{
	font-size: 11px; color: #666; text-align: right; line-height: 1.6;
}
.site-tel strong{
	color: #222; font-size: 14px;
}
.sitenav{
	background: #c0392b;
}
.sitenav ul{
	list-style: none; display: flex; flex-wrap: wrap; max-width: 960px; margin: 0 auto;
}
.sitenav ul li a{
  display: block; color: #fff; padding: 10px 18px;
  font-size: 13px; font-weight: bold; transition: background 0.2s;
}
.sitenav ul li a:hover, .sitenav ul li a.active{
	background: #922b21; text-decoration: none;
}
.breadcrumb{
	background: #f5f5f5; padding: 7px 20px; font-size: 12px; color: #888;
}
.breadcrumb a{
	color: #888;
}
.hero{
  background: #1a1a1a; color: #fff;
  padding: 52px 20px 46px; position: relative; overflow: hidden;
}
.hero::after {
  content: "LANDCRUISER"; position: absolute; right: -10px; bottom: -16px;
  font-size: 100px; font-weight: 900; color: rgba(255,255,255,0.03);
  line-height: 1; pointer-events: none; white-space: nowrap;
}
.hero-inner{
	max-width: 820px; margin: 0 auto;
}
.hero-eyebrow{
  display: inline-block; border: 1px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.65); font-size: 11px; letter-spacing: 0.15em;
  padding: 3px 12px; margin-bottom: 16px;
}
.hero h1{
	font-size: clamp(22px, 4.5vw, 36px); font-weight: 900; line-height: 1.3; margin-bottom: 14px;
}
.hero h1 .accent{
	color: #f5c842;
}
.hero-desc{
	font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.9; margin-bottom: 24px; max-width: 620px;
}
.hero-types{
	display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px;
}
.hero-types a{
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2);
  color: #fff; font-size: 12px; font-weight: bold; padding: 6px 14px;
  border-radius: 3px; transition: background 0.2s;
}
.hero-types a:hover{
	background: rgba(255,255,255,0.2); text-decoration: none;
}
.hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-primary{
  display: inline-block; background: #c0392b; color: #fff; font-weight: bold;
  font-size: 15px; padding: 13px 36px; border-radius: 3px;
  transition: background 0.2s, transform 0.15s;
}
.btn-primary:hover{
	background: #922b21; text-decoration: none; transform: translateY(-1px);
}
.btn-line{
  display: inline-block; background: #06c755; color: #fff; font-weight: bold;
  font-size: 15px; padding: 13px 32px; border-radius: 3px; transition: background 0.2s;
}
.btn-line:hover{
	background: #05a847; text-decoration: none;
}
.concept-banner{
	background: #c0392b; color: #fff; padding: 20px; text-align: center;
}
.concept-banner-inner{
	max-width: 820px; margin: 0 auto;
}
.concept-banner h2{
	font-size: clamp(16px, 2.5vw, 22px); font-weight: 900; margin-bottom: 8px;
}
.concept-banner p{
	font-size: 13px; opacity: 0.88; line-height: 1.8;
}
.point-strip{
	background: #f5c842; padding: 13px 20px;
}
.point-strip-inner{
	max-width: 920px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 10px 28px; align-items: center;
}
.point-strip-title{
	font-size: 13px; font-weight: 900; color: #222; white-space: nowrap;
}
.point-item{
	font-size: 12px; font-weight: bold; color: #333;
}
.point-item::before { content: ">> "; color: #c0392b; }
.section{
	padding: 52px 20px;
}
.section-inner{
	max-width: 940px; margin: 0 auto;
}
.section-bg{
	background: #f7f7f7;
}
.section-label{
	font-size: 11px; font-weight: bold; letter-spacing: 0.15em; color: #c0392b; text-transform: uppercase; margin-bottom: 5px;
}
.section-title{
	font-size: clamp(18px, 3vw, 26px); font-weight: 900; line-height: 1.3; margin-bottom: 8px; border-left: 4px solid #c0392b; padding-left: 14px;
}
.section-title small{
	display: block; font-size: 13px; font-weight: 400; color: #888; margin-top: 3px;
}
.type-nav{
	display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 32px;
}
.type-nav a{
	background: #fff; border: 2px solid #ddd; color: #444; padding: 8px 20px; border-radius: 3px; font-size: 13px; font-weight: bold; transition: all 0.18s;
}
.type-nav a:hover{
	border-color: #c0392b; color: #c0392b; text-decoration: none;
}
.model-card{
	background: #fff; border: 1px solid #e0e0e0; border-top: 4px solid #c0392b; border-radius: 3px; margin-bottom: 36px; overflow: hidden;
}
.model-card-head{
	background: #fafafa; border-bottom: 1px solid #e8e8e8; padding: 18px 24px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 20px;
}
.model-code{
	font-size: 26px; font-weight: 900; color: #c0392b; font-family: 'Courier New', monospace;
}
.model-name{
	font-size: 17px; font-weight: bold;
}
.model-meta{
	font-size: 12px; color: #777;
}
.model-spec{
	display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; width: 100%;
}
.spec-tag{
	display: inline-block; background: #eee; color: #555; font-size: 11px; font-weight: bold; padding: 2px 9px; border-radius: 2px;
}
.spec-tag.engine{
	background: #fde8e6; color: #c0392b;
}
.spec-tag.engine-blue{
	background: #e8f4fd; color: #154360;
}
.spec-tag.drive{
	background: #e8f4fd; color: #2471a3;
}
.spec-tag.new{
	background: #e8f8ee; color: #1a7a3c;
}
.parts-table-wrap{
	overflow-x: auto; padding: 0 24px 24px;
}
.parts-table{
	width: 100%; border-collapse: collapse; font-size: 13px; min-width: 480px;
}
.parts-table thead tr{
	background: #2a2a2a; color: #fff;
}
.parts-table thead th{
	padding: 10px 14px; text-align: left; font-weight: bold; white-space: nowrap;
}
.parts-table tbody tr{
	border-bottom: 1px solid #ececec;
}
.parts-table tbody tr:hover{
	background: #fffaf9;
}
.parts-table td{
	padding: 10px 14px; vertical-align: top;
}
.tag-caution{
	display: inline-block; background: #e07b00; color: #fff; font-size: 10px; font-weight: bold; padding: 1px 6px; border-radius: 2px; margin-left: 5px; vertical-align: middle; white-space: nowrap;
}
.tag-haiban{
	display: inline-block; background: #922b21; color: #fff; font-size: 10px; font-weight: bold; padding: 1px 6px; border-radius: 2px; margin-left: 5px; vertical-align: middle; white-space: nowrap;
}
.tag-new-badge{
	display: inline-block; background: #1a7a3c; color: #fff; font-size: 10px; font-weight: bold; padding: 1px 6px; border-radius: 2px; margin-left: 5px; vertical-align: middle;
}
.part-note{
	font-size: 11px; color: #666; margin-top: 3px; line-height: 1.55; display: block;
}
.interval{
	font-size: 12px; color: #444; white-space: nowrap;
}
.interval strong{
	color: #c0392b;
}
.inline-cta{
  background: #fff8f0; border: 1px dashed #e07b00; border-radius: 4px;
  padding: 10px 16px; font-size: 12px; color: #555;
  margin: 0 24px 20px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.inline-cta strong{
	color: #c0392b;
}
.inline-cta a{
	display: inline-block; background: #c0392b; color: #fff; font-size: 11px; font-weight: bold; padding: 5px 14px; border-radius: 3px; white-space: nowrap;
}
.inline-cta a:hover{
	background: #922b21; text-decoration: none;
}
.inline-cta a.sub{
	background: #666;
}
.inline-cta a.sub:hover{
	background: #444; text-decoration: none;
}
.knowledge-box{
	background: #f0f7ff; border-left: 4px solid #2471a3; padding: 16px 20px; border-radius: 0 4px 4px 0; font-size: 13px; line-height: 1.8; margin: 0 24px 24px;
}
.knowledge-box h4{
	font-size: 14px; font-weight: bold; color: #1a5276; margin-bottom: 6px;
}
.haiban-section{
	background: #fff5f5; border: 2px solid #e74c3c; border-radius: 6px; padding: 28px 24px; margin-top: 8px;
}
.haiban-section-title{
	font-size: 16px; font-weight: 900; color: #922b21; margin-bottom: 18px; display: flex; align-items: center; gap: 10px;
}
.haiban-section-title::before{
	content: "!"; display: inline-flex; align-items: center; justify-content: center;
	width: 28px; height: 28px; background: #922b21; color: #fff; border-radius: 50%; font-size: 14px; font-weight: 900; flex-shrink: 0;
}
.haiban-table{
	width: 100%; border-collapse: collapse; font-size: 13px;
}
.haiban-table thead tr{
	background: #922b21; color: #fff;
}
.haiban-table thead th{
	padding: 9px 14px; text-align: left; font-weight: bold;
}
.haiban-table tbody tr{
	border-bottom: 1px solid #f5c6c6;
}
.haiban-table tbody tr:hover{
	background: #fff0f0;
}
.haiban-table td{
	padding: 10px 14px; vertical-align: top; font-size: 13px;
}
.steps{
	display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 14px; margin-top: 20px;
}
.step{
	background: #fff; border: 1px solid #e0e0e0; border-radius: 3px; padding: 20px 14px 16px; text-align: center;
}
.step-num{
	display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; background: #c0392b; color: #fff; font-weight: 900; font-size: 15px; border-radius: 50%; margin-bottom: 10px;
}
.step h4{
	font-size: 13px; font-weight: bold; margin-bottom: 4px;
}
.step p{
	font-size: 12px; color: #666; line-height: 1.6;
}
.line-block{
	background: #f0fcf4; border: 2px solid #06c755; border-radius: 5px; padding: 22px 24px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 28px;
}
.line-block h3{
	font-size: 16px; font-weight: bold; margin-bottom: 6px;
}
.line-block p, .line-block li{
	font-size: 13px; color: #444; line-height: 1.75;
}
.line-block ul{
	padding-left: 16px; margin-top: 4px;
}
.line-qr img{
	width: 110px; height: 110px; display: block;
}
.notice{
	background: #fff8f0; border-left: 4px solid #e07b00; padding: 13px 17px; font-size: 13px; line-height: 1.8; border-radius: 0 3px 3px 0; margin-top: 14px;
}
.notice strong{
	color: #e07b00;
}
.cta-section{
	background: #1a1a1a; color: #fff; padding: 52px 20px; text-align: center;
}
.cta-section h2{
	font-size: clamp(18px, 3vw, 28px); font-weight: 900; margin-bottom: 12px;
}
.cta-section p{
	font-size: 14px; opacity: 0.75; margin-bottom: 28px; line-height: 1.85;
}
.cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.footer-nav{
	background: #2a2a2a; color: #aaa; padding: 28px 20px;
}
.footer-nav-inner{
	max-width: 920px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 24px;
}
.footer-nav h4{
	color: #fff; font-size: 13px; margin-bottom: 10px;
}
.footer-nav ul{
	list-style: none;
}
.footer-nav li{
	margin-bottom: 5px;
}
.footer-nav li a{
	color: #aaa; font-size: 12px;
}
.footer-nav li a:hover{
	color: #fff; text-decoration: none;
}
.footer-bottom{
	background: #111; color: #666; text-align: center; padding: 12px; font-size: 11px;
}
@media (max-width: 640px) {
  .hero::after { display: none; }
  .parts-table-wrap{
	padding: 0 12px 16px;
}
  .knowledge-box, .inline-cta, .haiban-section{
	margin-left: 12px; margin-right: 12px;
}
  .steps { grid-template-columns: 1fr 1fr; }
}
