@charset "UTF-8";
.home .content,
.home .content-in.wrap,
.page-template-page_home .content,
.page-template-page_home .content-in.wrap,
.page-template-my-templatepage_home-php .content,
.page-template-my-templatepage_home-php .content-in.wrap {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}
.home .main,
.page-template-page_home .main,
.page-template-my-templatepage_home-php .main {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.home .sidebar,
.page-template-page_home .sidebar,
.page-template-my-templatepage_home-php .sidebar {
  display: none;
}

.takefuchi-home {
  --green-50: #EAF3DE;
  --green-100: #C0DD97;
  --green-200: #97C459;
  --green-600: #3B6D11;
  --green-800: #27500A;
  --green-900: #173404;
  --amber-50: #FAEEDA;
  --amber-100: #FAC775;
  --amber-400: #BA7517;
  --teal-50: #E1F5EE;
  --teal-800: #085041;
  --gray-50: #F1EFE8;
  --gray-100: #D3D1C7;
  --gray-600: #5F5E5A;
  --gray-800: #444441;
  background: #f7f5f0;
  color: var(--gray-800);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-size: 17px;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
.takefuchi-home *,
.takefuchi-home *::before,
.takefuchi-home *::after {
  box-sizing: border-box;
}
.takefuchi-home a {
  color: inherit;
}
.takefuchi-home .home-hero {
  height: 520px;
  overflow: hidden;
  position: relative;
}
.takefuchi-home .hero-img {
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.takefuchi-home .hero-overlay {
  background: linear-gradient(135deg, rgba(23, 52, 4, 0.02) 0%, rgba(23, 52, 4, 0.18) 100%);
  bottom: 0;
  height: 46%;
  position: absolute;
  right: 0;
  width: min(760px, 68%);
}
.takefuchi-home .hero-content {
  background: linear-gradient(135deg, rgba(10, 30, 5, 0.78) 0%, rgba(39, 80, 10, 0.54) 58%, rgba(15, 110, 86, 0.22) 100%);
  border-radius: 18px 0 0 0;
  bottom: 0;
  max-width: 560px;
  padding: 2rem 3rem 2.5rem;
  position: absolute;
  right: 0;
  width: min(560px, 72vw);
}
.takefuchi-home .hero-eyebrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  font-size: 13px;
  gap: 8px;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  padding: 5px 14px;
}
.takefuchi-home .hero-eyebrow::before {
  background: var(--amber-100);
  border-radius: 50%;
  content: "";
  height: 6px;
  width: 6px;
}
.takefuchi-home .hero-content h1 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
  margin: 0 0 0.6rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
.takefuchi-home .hero-catch {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 0 0 1.5rem;
}
.takefuchi-home .hero-stats {
  display: flex;
  gap: 2rem;
}
.takefuchi-home .hero-stat {
  text-align: center;
}
.takefuchi-home .hero-stat-num {
  color: var(--amber-100);
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3px;
}
.takefuchi-home .hero-stat-label {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  letter-spacing: 0.06em;
}
.takefuchi-home .hero-divider {
  align-self: stretch;
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
}
.takefuchi-home .scroll-cue {
  align-items: center;
  bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  font-size: 13px;
  gap: 6px;
  letter-spacing: 0.08em;
  position: absolute;
  right: 2.5rem;
}
.takefuchi-home .scroll-cue i {
  font-size: 16px;
}
.takefuchi-home .feature-strip {
  background: var(--green-800);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.takefuchi-home .feature-item {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex: 1;
  font-size: 16px;
  gap: 10px;
  justify-content: center;
  min-width: 160px;
  padding: 1rem 2rem;
}
.takefuchi-home .feature-item:last-child {
  border-right: 0;
}
.takefuchi-home .feature-item i {
  color: var(--amber-100);
  font-size: 20px;
}
.takefuchi-home .home-main {
  margin: 0 auto;
  max-width: 920px;
  padding: 2.5rem 2rem 3rem;
}
.takefuchi-home .sec-title {
  align-items: center;
  border-bottom: 2px solid var(--green-100);
  color: var(--green-800);
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  gap: 8px;
  margin: 0 0 1.2rem;
  padding-bottom: 0.6rem;
}
.takefuchi-home .sec-title::before {
  background: var(--green-600);
  border-radius: 3px;
  content: "";
  flex-shrink: 0;
  height: 20px;
  width: 5px;
}
.takefuchi-home .news-section,
.takefuchi-home .activity-section,
.takefuchi-home .two-col,
.takefuchi-home .cta-banner {
  margin-bottom: 2.5rem;
}
.takefuchi-home .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.takefuchi-home .news-item {
  align-items: flex-start;
  border-bottom: 1px solid var(--gray-100);
  display: flex;
  font-size: 16px;
  gap: 12px;
  padding: 12px 0;
}
.takefuchi-home .news-date {
  color: var(--gray-600);
  font-size: 14px;
  min-width: 72px;
  padding-top: 2px;
  white-space: nowrap;
}
.takefuchi-home .news-tag {
  border-radius: 10px;
  flex-shrink: 0;
  font-size: 13px;
  padding: 2px 8px;
  white-space: nowrap;
}
.takefuchi-home .tag-new {
  background: var(--green-50);
  border: 1px solid var(--green-100);
  color: var(--green-800);
}
.takefuchi-home .tag-event {
  background: var(--amber-50);
  border: 1px solid var(--amber-100);
  color: var(--amber-400);
}
.takefuchi-home .tag-info {
  background: var(--teal-50);
  border: 1px solid #9FE1CB;
  color: var(--teal-800);
}
.takefuchi-home .news-link {
  color: var(--green-800);
  line-height: 1.5;
  text-decoration: none;
}
.takefuchi-home .news-link:hover {
  color: var(--green-600);
  text-decoration: underline;
}
.takefuchi-home .activity-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
.takefuchi-home .activity-card {
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  border-top: 3px solid var(--green-200);
  padding: 1.1rem;
  transition: transform 0.15s, box-shadow 0.15s;
}
.takefuchi-home .activity-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
.takefuchi-home .activity-icon {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: center;
  margin-bottom: 0.75rem;
  width: 46px;
}
.takefuchi-home .activity-icon img {
  display: block;
  height: 46px;
  width: 46px;
}
.takefuchi-home .activity-card h3 {
  color: var(--green-800);
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 4px;
}
.takefuchi-home .activity-card p {
  color: var(--gray-600);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}
.takefuchi-home .two-col {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}
.takefuchi-home .stacked-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.takefuchi-home .card {
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  padding: 1.25rem;
}
.takefuchi-home .card-title {
  align-items: center;
  color: var(--green-800);
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 6px;
  margin-bottom: 0.75rem;
}
.takefuchi-home .card-title i {
  color: var(--green-600);
  font-size: 16px;
}
.takefuchi-home .schedule-table {
  border-collapse: collapse;
  font-size: 15px;
  width: 100%;
}
.takefuchi-home .schedule-table th {
  background: var(--green-50);
  border-bottom: 2px solid var(--green-100);
  color: var(--green-800);
  font-weight: 700;
  padding: 7px 10px;
  text-align: left;
}
.takefuchi-home .schedule-table td {
  border-bottom: 1px solid var(--gray-100);
  color: var(--gray-800);
  padding: 7px 10px;
}
.takefuchi-home .schedule-table td:first-child {
  white-space: nowrap;
  width: 8.5em;
}
.takefuchi-home .schedule-table tr:last-child td {
  border-bottom: 0;
}
.takefuchi-home .month-badge {
  background: var(--green-600);
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 2px 9px;
  white-space: nowrap;
}
.takefuchi-home .card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.takefuchi-home .card li {
  align-items: flex-start;
  border-bottom: 1px solid var(--gray-50);
  color: var(--gray-600);
  display: flex;
  font-size: 16px;
  gap: 6px;
  padding: 6px 0;
}
.takefuchi-home .card li::before {
  color: var(--green-200);
  content: "▸";
  flex-shrink: 0;
  margin-top: 1px;
}
.takefuchi-home .contact-row {
  align-items: center;
  border-bottom: 1px solid var(--gray-100);
  display: flex;
  font-size: 15px;
  gap: 10px;
  padding: 7px 0;
}
.takefuchi-home .contact-row:last-child {
  border-bottom: 0;
}
.takefuchi-home .contact-row i {
  color: var(--green-600);
  font-size: 18px;
  text-align: center;
  width: 20px;
}
.takefuchi-home .contact-label {
  color: var(--gray-600);
  min-width: 78px;
}
.takefuchi-home .cta-banner {
  align-items: center;
  background: var(--green-800);
  border-radius: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  overflow: hidden;
  padding: 1.75rem 2rem;
  position: relative;
}
.takefuchi-home .cta-banner::after {
  background: url("../img/icon-leaf-watermark.svg") center/contain no-repeat;
  content: "";
  height: 96px;
  opacity: 0.08;
  pointer-events: none;
  position: absolute;
  right: 180px;
  top: 50%;
  transform: translateY(-50%);
  width: 96px;
}
.takefuchi-home .cta-banner h2 {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  gap: 10px;
  margin: 0 0 4px;
}
.takefuchi-home .cta-banner h2 img {
  display: block;
  flex-shrink: 0;
  height: 34px;
  width: 34px;
}
.takefuchi-home .cta-banner p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin: 0;
}
.takefuchi-home .cta-btn {
  background: var(--amber-100);
  border: 0;
  border-radius: 24px;
  color: var(--green-900);
  cursor: pointer;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 11px 26px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.15s, transform 0.15s;
  white-space: nowrap;
  z-index: 1;
}
.takefuchi-home .cta-btn:hover {
  opacity: 0.85;
  transform: scale(1.02);
}

@media screen and (max-width: 834px) {
  .takefuchi-home .home-hero {
    height: 460px;
  }
  .takefuchi-home .hero-content {
    padding: 1.5rem 1.5rem 2rem;
    width: min(520px, 82vw);
  }
  .takefuchi-home .hero-overlay {
    width: min(620px, 82%);
  }
  .takefuchi-home .hero-content h1 {
    font-size: 30px;
  }
  .takefuchi-home .hero-stats {
    gap: 1.25rem;
  }
  .takefuchi-home .activity-grid {
    grid-template-columns: 1fr 1fr;
  }
  .takefuchi-home .two-col {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .takefuchi-home .home-main {
    padding: 2rem 1rem 2.5rem;
  }
  .takefuchi-home .hero-content {
    border-radius: 14px 0 0 0;
    width: calc(100% - 1rem);
  }
  .takefuchi-home .hero-overlay {
    width: 100%;
  }
  .takefuchi-home .news-item {
    display: grid;
    gap: 6px 10px;
    grid-template-columns: auto 1fr;
  }
  .takefuchi-home .news-link {
    grid-column: 1/-1;
  }
  .takefuchi-home .activity-grid {
    grid-template-columns: 1fr;
  }
  .takefuchi-home .feature-item {
    min-width: 50%;
    padding: 0.9rem 1rem;
  }
  .takefuchi-home .cta-banner {
    border-radius: 10px;
    padding: 1.35rem;
  }
}
/*# sourceMappingURL=page_home.css.map */
