/* page-zeh 専用CSS（旧: テンプレート内インライン<style>・2026-07-30に外部化。
   ヒーロー背景はPHPのテーマURI出力から相対パスへ変更） */
  .zeh-page{background:#fff;color:#242220;font-family:"Zen Old Mincho","Hiragino Mincho ProN","Yu Mincho",serif; /* フォント統一（オーナー指示 2026-07-28） */}
  .zeh-hero{position:relative;display:grid;min-height:clamp(340px,42vw,560px);place-items:center;overflow:hidden;color:#fff;background:linear-gradient(rgba(25,23,20,.56),rgba(25,23,20,.62)),url('../../images/luxury/Philosophy03.jpg') center 52% / cover no-repeat;}
  .zeh-hero__inner{position:relative;width:min(1120px,calc(100% - clamp(48px,10vw,128px)));padding:92px 0 56px;text-align:center;}
  .zeh-hero__en{margin:0 0 22px;font-family:"Cormorant Garamond","Zen Old Mincho","Hiragino Mincho ProN","Yu Mincho",serif;font-size:clamp(14px,1.6vw,20px);letter-spacing:.34em;text-transform:uppercase;color:rgba(255,255,255,.78);}
  .zeh-hero h1{margin:0;font-size:clamp(38px,6vw,76px);font-weight:400;letter-spacing:.14em;line-height:1.3;}
  .zeh-hero__sub{margin:26px 0 0;font-size:clamp(14px,1.3vw,17px);letter-spacing:.12em;line-height:2;color:rgba(255,255,255,.86);}
  .zeh-content{width:min(1060px,calc(100% - clamp(48px,10vw,128px)));margin:0 auto;padding:clamp(88px,12vw,160px) 0 clamp(110px,15vw,190px);}
  .zeh-lead{max-width:760px;margin:0 auto clamp(72px,9vw,116px);font-size:clamp(16px,1.4vw,19px);line-height:2.2;letter-spacing:.08em;color:#514d47;text-align:center;}
  .zeh-lead p{margin:0;}
  .zeh-lead p+p{margin-top:1em;}
  .zeh-block+.zeh-block{margin-top:clamp(80px,10vw,132px);}
  .zeh-block__title{display:flex;align-items:center;gap:20px;margin:0 0 32px;font-size:clamp(24px,3vw,36px);font-weight:400;letter-spacing:.1em;line-height:1.7;}
  .zeh-block__title::before{content:"";width:42px;height:1px;background:#a89878;flex:none;}
  .zeh-table-wrap{overflow-x:auto;border-top:1px solid rgba(36,34,32,.22);border-bottom:1px solid rgba(36,34,32,.22);}
  .zeh-table{width:100%;min-width:930px;border-collapse:collapse;font-size:13px;letter-spacing:.04em;}
  .zeh-table th,.zeh-table td{padding:17px 10px;border-bottom:1px solid rgba(36,34,32,.12);text-align:center;white-space:nowrap;}
  .zeh-table thead th{font-weight:400;background:#f6f5f2;color:#514d47;}
  .zeh-table thead th:first-child,.zeh-table tbody th{width:9.5em;text-align:left;padding-left:18px;}
  .zeh-table tbody th{font-weight:400;background:#fbfaf8;color:#514d47;}
  .zeh-table tbody tr:last-child th,.zeh-table tbody tr:last-child td{border-bottom:0;}
  .zeh-commitment{max-width:760px;margin:0 auto;color:#514d47;font-size:15px;line-height:2.35;letter-spacing:.07em;}
  .zeh-commitment p{margin:0;}
  .zeh-commitment p+p{margin-top:1.15em;}
  .zeh-sii{display:inline-flex;align-items:center;gap:24px;margin-top:42px;padding:17px 0;border-bottom:1px solid #242220;color:#242220;font-family:"Cormorant Garamond","Zen Old Mincho","Hiragino Mincho ProN","Yu Mincho",serif;font-size:16px;letter-spacing:.08em;text-decoration:none;transition:opacity .3s ease;}
  .zeh-sii::after{content:"→";font-size:19px;transition:transform .3s ease;}
  .zeh-sii:hover{opacity:.65;}
  .zeh-sii:hover::after{transform:translateX(6px);}
  @media(max-width:700px){
    .zeh-hero__inner{padding:104px 0 48px;}
    .zeh-content{width:calc(100% - 48px);padding-top:76px;}
    .zeh-lead{text-align:left;font-size:15px;}
    .zeh-block__title{align-items:flex-start;gap:14px;}
    .zeh-block__title::before{margin-top:.9em;}
    .zeh-table{font-size:12px;}
    .zeh-table th,.zeh-table td{padding:14px 9px;}
  }
