/* ============================================
   Vayu 奥付フッター CSS（全ページ共通）
   設置場所: /wp-content/themes/swell_child/assets/css/vayu-footer.css
   ============================================ */

/* ── 旧ロゴウィジェット帯は使わない（ロゴは奥付内に配置） ── */
.l-footer__widgetArea{display:none}

/* 奥付のロゴ：手書きロゴを大きめに、タグラインと組で見せる */
.vayu-okz__logoimg{display:inline-block;line-height:0}
.vayu-okz__logoimg img{
  width:170px;
  height:auto;
  transition:opacity .3s ease;
}
.vayu-okz__logoimg:hover img{opacity:.75}

.vayu-okz{
  background:#F1EEE7;
  padding:56px 24px 48px;
  color:#3E4340;
  font-family:'Zen Kaku Gothic New',sans-serif;
  line-height:1.9;
}
.vayu-okz *{box-sizing:border-box}
.vayu-okz__grid{
  max-width:1060px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:44px;
}
.vayu-okz__logo{
  font-family:'Josefin Sans',sans-serif;
  font-weight:300;
  font-size:22px;
  letter-spacing:.42em;
  color:#6E8468;
}
.vayu-okz__lead{
  margin:16px 0 0;
  font-size:12.5px;
  line-height:2.2;
  letter-spacing:.06em;
  color:#6B6F6A;
}
.vayu-okz__title{
  font-family:'Josefin Sans',sans-serif;
  font-size:12px;
  letter-spacing:.3em;
  color:#6E8468;
  margin-bottom:16px;
}
.vayu-okz__title span{
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-size:10.5px;
  letter-spacing:.2em;
  color:#A7A69C;
  margin-left:10px;
}
.vayu-okz__list{list-style:none;margin:0;padding:0}
.vayu-okz__list li{margin:0 0 9px}
.vayu-okz__list a{
  font-size:13px;
  letter-spacing:.08em;
  color:#3E4340;
  text-decoration:none;
  transition:color .25s;
}
.vayu-okz__list a:hover{color:#B98A8A}
.vayu-okz__ext{font-size:10px;color:#C79E9E;margin-left:6px}

@media(max-width:820px){
  .vayu-okz{padding:44px 24px 36px}
  .vayu-okz__grid{grid-template-columns:1fr;gap:34px}
}
