/* ===== 物件詳細 ===== */
.property-page{background:linear-gradient(180deg,#fff 0%,#eef1f5 100%)}
.prop-hero{position:relative;height:64vh;min-height:440px;overflow:hidden;display:flex;align-items:flex-end}
.prop-hero .ph-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.prop-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,18,30,.3),rgba(10,18,30,.55))}
.prop-hero-cap{position:relative;z-index:2;color:#fff;padding:0 6% 8%}
.prop-hero-cap img{width:60px;height:auto;margin-bottom:16px}
.prop-hero-cap h1{font-family:"Shippori Mincho",serif;font-weight:600;font-size:clamp(1.6rem,4vw,2.4rem);letter-spacing:.08em}
.prop-hero-cap p{font-size:.95rem;margin-top:10px;opacity:.9}

.property{padding:80px 0 100px}
.prop-outline{max-width:960px}
.prop-table{display:grid;grid-template-columns:1fr 1fr;gap:0 48px;border-top:1px solid #d5dbe2}
.prop-table>div{display:grid;grid-template-columns:110px 1fr;gap:16px;padding:18px 6px;border-bottom:1px solid #d5dbe2}
.prop-table dt{font-weight:700;color:var(--navy);font-size:.9rem}
.prop-table dd{color:var(--ink);font-size:.92rem;line-height:1.7}
.prop-map{margin-top:40px;aspect-ratio:16/8}
.prop-map iframe{width:100%;height:100%;border:0;filter:grayscale(.2)}

.prop-gallery{max-width:1000px;margin-top:90px}
.gallery-title{font-family:"Cormorant Garamond",serif;font-weight:600;font-size:2rem;letter-spacing:.14em;text-align:center;color:var(--navy);margin-bottom:44px}
.pg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.pg-item{aspect-ratio:4/3;background-size:cover;background-position:center}
.prop-back{text-align:center;margin-top:50px}


@media(max-width:760px){
  .prop-table{grid-template-columns:1fr;gap:0}
  .pg-grid{grid-template-columns:1fr 1fr}
}
