/* 綴café サイト 見た目の刷新（全ページ共通、2026-09-11よりトップページも含む） */
:root{
  --tzt-paper:#f7f2e8; --tzt-paper-2:#efe7d8; --tzt-ink:#3d2a20; --tzt-ink-soft:#6b584c;
  --tzt-line:#e6dccb; --tzt-brown:#643d2c; --tzt-brown-d:#4f2f21; --tzt-green:#7a9200; --tzt-red:#a3313a;
}
body{ background:var(--tzt-paper); color:var(--tzt-ink); }
body .site-content, body .ast-separate-container{ background:transparent; }
body h1, body h2, body h3{
  font-family:"Shippori Mincho","Hiragino Mincho ProN","Yu Mincho",serif; font-weight:600; letter-spacing:.04em; color:var(--tzt-ink);
}
body h2{ font-size:1.7em!important; margin:1.4em 0 .6em; }
body h3{ margin:1.3em 0 .5em; }
body a{ color:var(--tzt-brown); }
body a:hover{ color:var(--tzt-green); }
body .entry-content, body .elementor-widget-text-editor{ line-height:1.85; }

/* ボタン・送信ボタン */
body input[type=submit],
body button[type=submit]{
  background:var(--tzt-brown); border:1.5px solid var(--tzt-brown); color:#fff;
  border-radius:999px!important; padding:.9em 2.2em!important; font-weight:700; transition:background .15s;
}
body input[type=submit]:hover,
body button[type=submit]:hover{ background:var(--tzt-brown-d); border-color:var(--tzt-brown-d); }
body input[type=submit]:disabled{ background:#c7b8a6!important; border-color:#c7b8a6!important; }

/* 表（TablePress） */
body table.tablepress{ width:100%; border-collapse:collapse; background:#fff; font-size:.95em; }
body table.tablepress th, body table.tablepress td{
  border:1px solid var(--tzt-line); padding:.6em .7em; text-align:left; vertical-align:top;
}
body table.tablepress thead th{ background:var(--tzt-brown); color:#fff; font-weight:500; }
body table.tablepress td:first-child, body table.tablepress th[scope=row]{ background:#fbf8f2; font-weight:700; white-space:nowrap; }
.tzt-table-scroll{ overflow-x:auto; -webkit-overflow-scrolling:touch; margin:1em 0; }
.tzt-table-scroll table.tablepress{ margin:0; }

/* お知らせ枠・注意書きの箱（既存インライン装飾を少し柔らかく） */
body div[style*="border: 1px solid #deb887"],
body div[style*="background-color: #faf8f4"]{
  border-radius:8px!important;
}

/* Contact Form 7 の見出し（テーマ独自クラス form-h） */
body .form-h{ border-left:5px solid var(--tzt-brown); color:var(--tzt-ink); font-family:inherit; }

@media (max-width:600px){
  body table.tablepress{ font-size:.85em; }
  body table.tablepress th, body table.tablepress td{ padding:.5em .4em; }
}
