/* =============================================
   大阪プラレールページ固有スタイル（.lp-osaka のみ）
   =============================================
   共通スタイルは lp-prarail.css に収録。
   このファイルは大阪ページ独自の差分だけを記載。
   ============================================= */

/* 商品画像＋グリッドの横並びレイアウト（大阪ページのみ） */
.lp-osaka .oc-item-wrap {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: 14px 0 28px;
}
.lp-osaka .oc-item-wrap .oc-item-img { flex-shrink: 0; width: 180px; }
.lp-osaka .oc-item-wrap .oc-item-img img { width: 100%; border-radius: 6px; }
.lp-osaka .oc-item-wrap .oc-item-grid { flex: 1; margin: 0; }
@media (max-width: 600px) {
  .lp-osaka .oc-item-wrap { flex-direction: column; }
  .lp-osaka .oc-item-wrap .oc-item-img { width: 100%; }
}

/* 口コミ（大阪版：背景・ボーダーがプラレール版と異なる） */
.lp-osaka .oc-voice {
  background: #fffdf5;
  border: 1px solid #f0e6b0;
  border-radius: 10px;
  padding: 18px 18px 14px;
}
.lp-osaka .oc-voice-q {
  font-size: 1.35em;
  color: #f5c518;
  letter-spacing: -2px;
  margin-bottom: 6px;
}
.lp-osaka .oc-voice p { font-size: 0.86em; line-height: 1.7; color: #444; margin: 0 0 10px; }
