/*
Theme Name: Kamiyonanayo Renewal
Theme URI: https://www.kamiyonanayo.jp/
Author: Musubi Support Program
Author URI: https://www.kamiyonanayo.jp/
Description: 神世七代（kamiyonanayo.jp）のリニューアル案をベースにしたオリジナルWordPressテーマです。トップページはお知らせ・おすすめ商品・SNS・パワーストーン検索を中心としたシンプルな構成になっています。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kamiyonanayo-renewal
*/

:root{
  --ink:#1C1B1A;
  --sub:#767371;
  --faint:#A6A3A0;
  --line:#E7E4E1;
  --accent:#A8496A;
  --page:#FFFFFF;
}

*{ box-sizing:border-box; }

html{ -webkit-text-size-adjust:100%; }

body{
  font-family:"Noto Sans JP", sans-serif;
  background:var(--page);
  color:var(--ink);
  line-height:1.85;
  font-weight:300;
  margin:0;
}

a{ text-decoration:none; color:inherit; }
img{ max-width:100%; display:block; }
ul{ margin:0; padding:0; }

.kicker{ letter-spacing:0.16em; text-transform:uppercase; font-size:11px; color:var(--accent); font-weight:500; }

.screen-reader-text{
  position:absolute !important;
  width:1px; height:1px; padding:0; margin:-1px; overflow:hidden;
  clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

.rh-header{ position:sticky; top:0; z-index:50; background:rgba(255,255,255,0.94); backdrop-filter:blur(6px); border-bottom:1px solid var(--line); }
.rh-header-inner{ max-width:1160px; margin:0 auto; padding:22px 32px; display:flex; align-items:center; justify-content:space-between; }
.rh-logo{ font-family:"Shippori Mincho", serif; font-weight:500; font-size:19px; letter-spacing:0.06em; }
.rh-nav{ display:flex; gap:40px; font-size:13px; font-weight:400; color:var(--sub); list-style:none; margin:0; padding:0; }
.rh-nav a:hover{ color:var(--ink); }
.rh-nav-wrap{ display:flex; align-items:center; gap:44px; }
.rh-tel{ font-size:13px; color:var(--ink); font-weight:500; letter-spacing:0.02em; }

.rh-hero{ position:relative; height:78vh; min-height:520px; overflow:hidden; }
.rh-hero-slide{ position:absolute; inset:0; opacity:0; transition:opacity 1.6s ease; }
.rh-hero-slide.active{ opacity:1; }
.rh-hero-slide img{ width:100%; height:100%; object-fit:cover; }
.rh-hero-overlay{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(28,27,26,0.12), rgba(28,27,26,0.38)); }
.rh-hero-copy{ position:absolute; left:0; right:0; bottom:64px; text-align:center; color:#fff; z-index:5; }
.rh-hero-copy .kicker{ color:#fff; opacity:0.8; display:block; margin-bottom:14px; }
.rh-hero-copy h1{ font-family:"Shippori Mincho", serif; font-size:34px; font-weight:500; letter-spacing:0.04em; margin:0; }

.rh-main{ max-width:1160px; margin:0 auto; padding:0 32px; }
.rh-section{ padding:96px 0; border-top:1px solid var(--line); }
.rh-section.first{ border-top:none; }
.rh-section-head{ text-align:center; margin-bottom:56px; }
.rh-section-head h2{ font-family:"Shippori Mincho", serif; font-size:24px; font-weight:500; margin-top:10px; }

.rh-news-row{ display:grid; grid-template-columns:130px 1fr; gap:32px; padding:28px 0; border-top:1px solid var(--line); }
.rh-news-row:last-child{ border-bottom:1px solid var(--line); }
.rh-news-date{ font-size:12px; color:var(--faint); letter-spacing:0.04em; padding-top:2px; }
.rh-news-body h3{ font-size:15.5px; font-weight:500; margin-bottom:8px; margin-top:0; }
.rh-news-body p{ font-size:13.5px; color:var(--sub); font-weight:300; max-width:640px; }
.rh-news-body .meta{ font-size:12.5px; color:var(--faint); margin-top:10px; }
.rh-news-body a.inline{ color:var(--accent); font-weight:500; }

.rh-reserve{ display:flex; align-items:center; justify-content:space-between; gap:32px; padding-top:48px; flex-wrap:wrap; }
.rh-reserve p{ font-size:13.5px; color:var(--sub); max-width:560px; }
.rh-btn-outline{ display:inline-flex; align-items:center; gap:8px; padding:14px 30px; border:1px solid var(--ink); font-size:13px; font-weight:500; letter-spacing:0.02em; white-space:nowrap; }
.rh-btn-outline:hover{ background:var(--ink); color:#fff; }

.rh-feature{ display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.rh-feature h3{ font-family:"Shippori Mincho", serif; font-size:22px; font-weight:500; margin-bottom:16px; margin-top:0; }
.rh-feature p{ font-size:13.5px; color:var(--sub); margin-bottom:26px; max-width:420px; }

.rh-social-row{ display:flex; flex-wrap:wrap; justify-content:center; gap:16px; }
.rh-social-link{ font-size:13.5px; font-weight:500; letter-spacing:0.02em; padding:18px 36px; border:1px solid var(--line); border-radius:14px; text-align:center; background:#fff; transition:border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease; }
.rh-social-link:hover{ color:var(--accent); border-color:var(--accent); background:#FFF7FA; transform:translateY(-2px); }

.rh-quick-list{ display:grid; grid-template-columns:repeat(4, 1fr); }
.rh-quick-item{ padding:26px 20px 26px 0; border-top:1px solid var(--line); font-size:13.5px; font-weight:400; }
.rh-quick-item:hover{ color:var(--accent); }

.rh-footer{ background:#FAF9F7; border-top:1px solid var(--line); margin-top:20px; }
.rh-footer-inner{ max-width:1160px; margin:0 auto; padding:56px 32px 32px; display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:48px; }
.rh-footer-logo{ font-family:"Shippori Mincho", serif; font-size:18px; font-weight:500; margin-bottom:14px; }
.rh-footer-inner p{ font-size:13px; color:var(--sub); margin:0 0 6px; font-weight:300; }
.rh-footer-col h4{ font-size:12px; letter-spacing:0.08em; text-transform:uppercase; color:var(--faint); font-weight:500; margin:0 0 16px; }
.rh-footer-col a{ display:block; font-size:13px; color:var(--sub); margin-bottom:10px; font-weight:300; }
.rh-footer-col a:hover{ color:var(--ink); }
.rh-hours-table{ width:100%; font-size:12px; border-collapse:collapse; }
.rh-hours-table th, .rh-hours-table td{ text-align:center; padding:6px 2px; border-bottom:1px solid var(--line); color:var(--sub); font-weight:300; }
.rh-copyright{ text-align:center; font-size:11.5px; color:var(--faint); padding:20px 0; border-top:1px solid var(--line); }

.blog-list{ max-width:900px; margin:0 auto; padding:64px 32px; }
.blog-list article{ padding:28px 0; border-bottom:1px solid var(--line); }
.blog-list h2{ font-size:18px; font-weight:500; margin:0 0 8px; }
.blog-list .entry-meta{ font-size:12px; color:var(--faint); margin-bottom:10px; }
.blog-list .entry-summary{ font-size:13.5px; color:var(--sub); }

.single-post{ max-width:760px; margin:0 auto; padding:64px 32px; }
.single-post h1{ font-family:"Shippori Mincho", serif; font-size:28px; margin-bottom:16px; }
.single-post .entry-meta{ font-size:12.5px; color:var(--faint); margin-bottom:32px; }
.single-post .entry-content{ font-size:14.5px; color:var(--ink); }
.single-post .entry-content p{ margin-bottom:1.4em; }

@media (max-width:840px){
  .rh-nav{ display:none; }
  .rh-hero{ height:64vh; min-height:400px; }
  .rh-hero-copy h1{ font-size:24px; }
  .rh-feature{ grid-template-columns:1fr; gap:28px; }
  .rh-quick-list{ grid-template-columns:repeat(2,1fr); }
  .rh-reserve{ flex-direction:column; align-items:flex-start; }
  .rh-footer-inner{ grid-template-columns:1fr; gap:32px; }
}
