/* 物件レイアウト共通 */
.ap-wrap {
  max-width: 1000px;
  margin: 20px auto;
  padding: 16px;
  box-sizing: border-box;
/* 
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", sans-serif;
*/ 
  font-size: 14px;
  line-height: 1.6;
}

.ap-left {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  float: left;
}

.ap-right {
  width: 50%;
  box-sizing: border-box;
  float: left;
}

.ap-clear {
  clear: both;
}

/* 左カラムのテキスト系 */
.ap-title {
  background: #1f2c8f;
  color: #fff;
  padding: 4px 8px;
  margin-bottom: 10px;
}

.ap-label-red {
  color: #e60000;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 6px;
}

.ap-name {
  margin: 0 0 10px;
}

.ap-text {
  margin: 0 0 6px;
}

.ap-price {
  color: #ff0000;
  font-weight: bold;
  font-size: 15px;
  margin: 10px 0 6px;
}

.ap-fee {
  color: #1665b4;
  margin: 0 0 6px;
}

.ap-plan-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px;
}

/* 右カラム：写真＋キャプション */
.ap-photo-block {
  margin-bottom: 10px;
  text-align: center;
}

.ap-photo-block img {
  width: 100%;
  height: auto;
  display: block;
}

.ap-photo-row {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}

.ap-photo-item {
  width: 50%;
  text-align: center;
}

.ap-photo-item.three {
  width: 33.33%;
}

.ap-photo-item img {
  width: 100%;
  height: auto;
  display: block;
}

.ap-caption {
  font-size: 12px;
  color: #444;
  margin: 4px 0 0;
}

/* ───────────────
   売地ページ用 追加スタイル
──────────────── */

/* 成約バナー（画像 seiyaku-logo.png の代わり） */
.sold-banner {
  background: #e60012;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 12px 18px;
  margin: 0 0 20px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}

/* 売地ページのメインタイトル用に少し余白調整（必要なら） */
.sale-title {
  margin: 0 0 10px;
}

/* 現地案内図の画像サイズ調整 */
.ap-map-img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto 8px;
}

/* 項目ラベル部分だけ色を変える場合（span） */
.ap-label {
  color: #003399;
  font-weight: bold;
}

/* 売地情報リスト（左カラム） */
.ap-sale-list {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}

/* 左：項目、右：内容（2段対応） */
.ap-sale-list .two-line {
  display: flex;
  margin-bottom: 4px;
  line-height: 1.5;
}

.ap-sale-list .two-line .label {
  width: 6em;  /* ← 項目の幅を固定して揃える */
  /* font-weight: bold; */
}

.ap-sale-list .two-line .value {
  flex: 1;
}

.ap-sale-list li {
  margin-bottom: 4px;
}

/* 所在地の行だけ強調（タイトルと同じ青＋ボールド） */
.ap-sale-list .name {
  color: #003399;
  font-weight: bold;
}

/* 案内図・住宅地図・測量図ブロック */
.ap-map-block {
  text-align: center;
  margin: 12px 0;
}

.ap-map-block img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto 4px;
}

.ap-map-caption {
  font-size: 12px;
  color: #444;
  text-align: center;
  margin-top: 4px;
  line-height: 1.4;
}
.ap-map-caption a {
  color: #444;
  text-decoration: none;
}
.ap-map-caption a:hover {
  text-decoration: underline;
}


/* ▼ 右カラムの画像：下段の2列グリッド */
.ap-photo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 0;
  margin-top: 10px;
}

.ap-photo-grid .ap-photo-item {
  width: 48%;
}

.ap-photo-grid .ap-photo-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* ▼ グリッド内のキャプションの整え */
.ap-photo-grid .ap-caption {
  font-size: 12px;
  color: #555;
  text-align: center;
  margin-top: 4px;
  line-height: 1.4;
}

/* 赤枠（背景サイズそのまま） */
.syoudan-box {
  background: #e63422;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* 内側の余白だけをここで作る */
.syoudan-inner {
  padding: 10px 100px;   /* ← これで赤背景のサイズは変えずに余白だけ付く */
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2em;           /* 文字間調整（画像に近い） */
}
