.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1030px;}.e-con{--container-max-width:1030px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================
   天恩供養塔 LP — グローバルCSS
   WP管理画面 → 外観 → カスタマイズ → 追加CSS
   にこの内容を貼り付けてください
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&family=Noto+Sans+JP:wght@300;400;500&display=swap');

:root {
  --gold: #b8966e;
  --gold-light: #d4b896;
  --gold-dark: #8c6a45;
  --ink: #1a1510;
  --paper: #f5f0e8;
  --paper-dark: #ede5d4;
  --stone: #6b6158;
  --stone-light: #9c9088;
  --cream: #fdfaf5;
}

/* ── 全セクション共通 ── */
.tenon-section {
  font-family: 'Noto Serif JP', serif;
  color: var(--paper);
  overflow-x: hidden;
}

.tenon-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}

.tenon-section-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.35em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.tenon-section-label::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold);
}

.tenon-section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 2rem;
  color: var(--paper);
}

/* ── HERO ── */
.tenon-hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #0d0b09 0%, #1e1710 40%, #2a1f14 100%);
  overflow: hidden;
  padding: 2rem;
}
.tenon-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 70% 50%, rgba(184,150,110,0.12) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 20% 80%, rgba(122,79,46,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.tenon-hero-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.tenon-hero-lines span {
  position: absolute;
  top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, rgba(184,150,110,0.15) 30%, rgba(184,150,110,0.15) 70%, transparent 100%);
}
.tenon-hero-lines span:nth-child(1) { left: 15%; }
.tenon-hero-lines span:nth-child(2) { left: 30%; }
.tenon-hero-lines span:nth-child(3) { right: 20%; }
.tenon-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  animation: tenonFadeUp 1.4s ease both;
}
@keyframes tenonFadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}
.tenon-hero-badge {
  display: inline-block;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  padding: 0.4rem 1.4rem;
  margin-bottom: 2.5rem;
}
.tenon-hero-temple {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 0.85rem;
  letter-spacing: 0.3em;
  color: var(--stone-light);
  margin-bottom: 1.2rem;
}
.tenon-hero-title {
  font-size: clamp(3.5rem, 9vw, 7rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: var(--cream);
  margin-bottom: 0.5rem;
}
.tenon-hero-title em {
  font-style: normal;
  color: var(--gold-light);
}
.tenon-hero-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 300;
  letter-spacing: 0.2em;
  color: var(--stone-light);
  margin-bottom: 3rem;
}
.tenon-hero-divider {
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 2rem;
}
.tenon-hero-lead {
  font-size: 1rem;
  line-height: 2;
  color: var(--paper-dark);
  max-width: 520px;
  margin: 0 auto 3rem;
}
.tenon-hero-cta {
  display: inline-block;
  background: var(--gold);
  color: var(--ink);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 1rem 3rem;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s;
}
.tenon-hero-cta:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  color: var(--ink);
}
.tenon-scroll-indicator {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  color: var(--stone-light);
}
.tenon-scroll-indicator::after {
  content: '';
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, var(--stone-light), transparent);
  animation: tenonScrollLine 2s ease infinite;
}
@keyframes tenonScrollLine {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ── ABOUT ── */
.tenon-about {
  background: linear-gradient(180deg, #0d0b09 0%, #141009 100%);
  padding: 7rem 2rem;
}
.tenon-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.tenon-about-text p {
  font-size: 1rem;
  line-height: 2.2;
  color: var(--paper-dark);
  margin-bottom: 1.5rem;
}
.tenon-info-card {
  background: linear-gradient(135deg, rgba(184,150,110,0.1), rgba(122,79,46,0.05));
  border: 1px solid rgba(184,150,110,0.25);
  padding: 3rem 2.5rem;
}
.tenon-info-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(184,150,110,0.15);
}
.tenon-info-row:last-child { border-bottom: none; }
.tenon-info-icon {
  width: 36px;
  height: 36px;
  border: 1px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  color: var(--gold);
}
.tenon-info-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  color: var(--stone-light);
  letter-spacing: 0.1em;
  margin-bottom: 0.25rem;
}
.tenon-info-value {
  font-size: 1rem;
  color: var(--paper);
}

/* ── FEATURES ── */
.tenon-features {
  background: #0a0806;
  padding: 7rem 2rem;
}
.tenon-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid rgba(184,150,110,0.2);
  margin-top: 4rem;
}
.tenon-feature-item {
  padding: 3rem 2.5rem;
  border-right: 1px solid rgba(184,150,110,0.2);
  transition: background 0.3s;
}
.tenon-feature-item:last-child { border-right: none; }
.tenon-feature-item:hover { background: rgba(184,150,110,0.04); }
.tenon-feature-num {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: rgba(184,150,110,0.2);
  line-height: 1;
  margin-bottom: 1.5rem;
}
.tenon-feature-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--gold-light);
  margin-bottom: 1rem;
}
.tenon-feature-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.88rem;
  line-height: 1.9;
  color: var(--stone-light);
}

/* ── HISTORY ── */
.tenon-history {
  background: linear-gradient(180deg, #0a0806 0%, #100e0a 100%);
  padding: 7rem 2rem;
  position: relative;
  overflow: hidden;
}
.tenon-history-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5rem;
  align-items: start;
}
.tenon-timeline {
  padding-left: 1.5rem;
  border-left: 1px solid rgba(184,150,110,0.3);
}
.tenon-timeline-item {
  margin-bottom: 3rem;
  position: relative;
}
.tenon-timeline-item::before {
  content: '';
  position: absolute;
  left: -1.5rem;
  top: 0.4rem;
  width: 7px;
  height: 7px;
  background: var(--gold);
  transform: translateX(-50%) rotate(45deg);
}
.tenon-timeline-year {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  color: var(--gold);
  letter-spacing: 0.15em;
  margin-bottom: 0.4rem;
}
.tenon-timeline-event {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--paper-dark);
}
.tenon-history-body p {
  font-size: 1rem;
  line-height: 2.2;
  color: var(--paper-dark);
  margin-bottom: 1.5rem;
}
.tenon-quote {
  border-left: 3px solid var(--gold);
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  background: rgba(184,150,110,0.05);
  font-size: 1.05rem;
  line-height: 2;
  color: var(--paper);
  font-style: italic;
}

/* ── PRICE ── */
.tenon-price {
  background: #0d0b09;
  padding: 7rem 2rem;
  text-align: center;
}
.tenon-price-card {
  border: 1px solid rgba(184,150,110,0.4);
  padding: 4rem;
  max-width: 600px;
  margin: 4rem auto 0;
  position: relative;
  background: linear-gradient(135deg, rgba(184,150,110,0.06) 0%, transparent 100%);
}
.tenon-price-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 60px; height: 60px;
  border-top: 1px solid var(--gold);
  border-left: 1px solid var(--gold);
}
.tenon-price-card::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 60px; height: 60px;
  border-bottom: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
}
.tenon-price-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  color: var(--stone-light);
  margin-bottom: 0.5rem;
}
.tenon-price-tag {
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 300;
  color: var(--gold-light);
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}
.tenon-price-note {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8rem;
  color: var(--stone-light);
  margin-bottom: 2.5rem;
}
.tenon-price-list {
  list-style: none;
  text-align: left;
  border-top: 1px solid rgba(184,150,110,0.2);
  padding-top: 2rem;
}
.tenon-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(184,150,110,0.1);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.88rem;
  color: var(--paper-dark);
}
.tenon-price-list li span { color: var(--gold); }

/* ── ACCESS ── */
.tenon-access {
  background: linear-gradient(180deg, #0d0b09 0%, #0a0806 100%);
  padding: 7rem 2rem;
}
.tenon-access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 4rem;
}
.tenon-access-info dt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 0.5rem;
  margin-top: 1.8rem;
}
.tenon-access-info dt:first-child { margin-top: 0; }
.tenon-access-info dd {
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--paper-dark);
}
.tenon-map-box {
  background: rgba(184,150,110,0.05);
  border: 1px solid rgba(184,150,110,0.2);
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--stone-light);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.85rem;
}
.tenon-map-link {
  color: var(--gold);
  font-size: 0.75rem;
  text-decoration: none;
  border: 1px solid rgba(184,150,110,0.4);
  padding: 0.5rem 1.2rem;
  transition: background 0.3s;
}
.tenon-map-link:hover { background: rgba(184,150,110,0.1); }

/* ── CTA ── */
.tenon-cta {
  background: linear-gradient(135deg, #1a1208 0%, #0d0906 100%);
  padding: 7rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tenon-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 60% at 50% 50%, rgba(184,150,110,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.tenon-cta-title {
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: var(--paper);
  margin-bottom: 1.5rem;
  position: relative;
}
.tenon-cta-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9rem;
  line-height: 2;
  color: var(--stone-light);
  margin-bottom: 3rem;
  position: relative;
}
.tenon-btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--ink) !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 1.1rem 3rem;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s;
  margin: 0.5rem;
}
.tenon-btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.tenon-btn-secondary {
  display: inline-block;
  border: 1px solid var(--gold);
  color: var(--gold) !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.2em;
  padding: 1.1rem 3rem;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s;
  margin: 0.5rem;
}
.tenon-btn-secondary:hover { background: rgba(184,150,110,0.1); transform: translateY(-2px); }

/* ── FOOTER ── */
.tenon-footer {
  background: #060504;
  padding: 3rem 2rem;
  text-align: center;
  border-top: 1px solid rgba(184,150,110,0.15);
}
.tenon-footer-name {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  color: var(--gold-light);
  margin-bottom: 0.5rem;
}
.tenon-footer-address {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.78rem;
  color: var(--stone-light);
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin-bottom: 1.5rem;
}
.tenon-footer-copy {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.7rem;
  color: rgba(107,97,88,0.5);
}

/* ── レスポンシブ ── */
@media (max-width: 768px) {
  .tenon-about-grid,
  .tenon-history-grid,
  .tenon-access-grid { grid-template-columns: 1fr; gap: 3rem; }
  .tenon-features-grid { grid-template-columns: 1fr; }
  .tenon-feature-item { border-right: none; border-bottom: 1px solid rgba(184,150,110,0.2); }
  .tenon-feature-item:last-child { border-bottom: none; }
  .tenon-price-card { padding: 2.5rem 1.5rem; }
  .tenon-about, .tenon-features, .tenon-history,
  .tenon-price, .tenon-access, .tenon-cta { padding: 5rem 1.5rem; }
}/* End custom CSS */