/* ============================================================
   v3-list.css — 物件一覧カード（駅/路線ページのカード表示）
   旧: functions.php の v3_station_page / v3_line_page 内 <style> に重複インライン
   していたものを外部化（ブラウザキャッシュ1回・コンテンツHTML軽量化）。
   エリア(.archive)カードと同レイアウト（横長 flex/grid 1列）。
   ============================================================ */
.v3-st-cards.p-postList,.v3-lp-recom.p-postList{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;max-width:1040px!important;margin-left:auto!important;margin-right:auto!important;}
@media (max-width:600px){.v3-st-cards.p-postList,.v3-lp-recom.p-postList{max-width:351px!important;}}
.v3-st-cards .v3-fac-plans,.v3-lp-recom .v3-fac-plans{gap:3px!important;}
.v3-st-cards .p-postList__item,.v3-lp-recom .p-postList__item{width:auto!important;padding:10px!important;margin:0!important;background:#fff;border:1px solid #e5e7eb;border-radius:8px;list-style:none;overflow:hidden;}
.v3-st-cards .p-postList__item:hover,.v3-lp-recom .p-postList__item:hover{border-color:#0a4f8e;box-shadow:0 4px 12px rgba(10,79,142,.12);}
.v3-st-cards .p-postList__link,.v3-lp-recom .p-postList__link{display:block!important;text-decoration:none!important;color:#1a1a1a;}
.v3-st-cards .p-postList__thumb,.v3-lp-recom .p-postList__thumb{float:left!important;width:100px!important;height:auto!important;margin-right:10px!important;}
.v3-st-cards .p-postList__thumb .c-postThumb__figure,.v3-lp-recom .p-postList__thumb .c-postThumb__figure{aspect-ratio:4/3;}
.v3-st-cards .p-postList__thumb img,.v3-lp-recom .p-postList__thumb img{width:100%!important;height:100%!important;aspect-ratio:4/3!important;object-fit:cover!important;}
.v3-st-cards .p-postList__body,.v3-lp-recom .p-postList__body{width:auto!important;overflow:visible!important;}
.v3-st-cards .p-postList__title,.v3-lp-recom .p-postList__title{font-size:14px!important;font-weight:600!important;line-height:1.4!important;margin:0 0 6px!important;padding:0!important;color:#1a3a5c!important;clear:none!important;display:flow-root!important;background:transparent!important;border:none!important;position:static!important;}
.v3-st-cards .p-postList__title::before,.v3-st-cards .p-postList__title::after,.v3-lp-recom .p-postList__title::before,.v3-lp-recom .p-postList__title::after{content:none!important;display:none!important;}
.v3-st-cards .v3-fac-addr,.v3-lp-recom .v3-fac-addr{clear:none!important;display:block!important;}
.v3-st-cards .v3-fac-amenities,.v3-lp-recom .v3-fac-amenities,.v3-st-cards .v3-fac-plans,.v3-lp-recom .v3-fac-plans{clear:none!important;display:flex!important;flex-wrap:wrap!important;}
.v3-st-cards .p-postList__excerpt,.v3-lp-recom .p-postList__excerpt{display:none!important;}
.v3-st-cards .v3-fac-brand-row,.v3-lp-recom .v3-fac-brand-row{display:none!important;}
.v3-st-cards .c-postThumb__cat,.v3-lp-recom .c-postThumb__cat{display:none!important;}
.v3-st-cards .v3-fac-cta,.v3-lp-recom .v3-fac-cta{background:#1a3a5c!important;color:#fff!important;width:auto!important;height:auto!important;border-radius:4px!important;padding:6px 12px!important;display:block!important;line-height:1!important;font-size:14px!important;}
.v3-st-cards .p-postList__meta .p-postList__times,.v3-lp-recom .p-postList__meta .p-postList__times,
.v3-st-cards .c-postTimes,.v3-lp-recom .c-postTimes{display:none!important;}
.v3-st-cards .v3-fac-right,.v3-lp-recom .v3-fac-right{clear:both;display:flex!important;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;padding-top:8px;}
/* PC: エリア(.archive)と同じ grid 3カラム (thumb180 | body | 価格右) に揃える。 SPは float のまま(エリアSPと一致) */
@media (min-width:641px){
	.v3-st-cards .p-postList__link,.v3-lp-recom .p-postList__link{display:grid!important;grid-template-columns:180px 1fr auto!important;gap:16px!important;align-items:flex-start!important;}
	.v3-st-cards .p-postList__thumb,.v3-lp-recom .p-postList__thumb{float:none!important;width:auto!important;margin-right:0!important;}
	.v3-st-cards .p-postList__body,.v3-lp-recom .p-postList__body{min-width:0!important;}
	.v3-st-cards .v3-fac-right,.v3-lp-recom .v3-fac-right{clear:none!important;flex-direction:column!important;align-items:flex-end!important;justify-content:center!important;text-align:right;padding-top:0!important;}
	.v3-st-cards .p-postList__title,.v3-lp-recom .p-postList__title{font-size:16px!important;}
}
