*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  color: #333;
  background: #fff;
  line-height: 2.2;
}

a { color: #2a6496; }

img { max-width: 100%; height: auto; display: block; }

/* NAV */
.nav {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}
.nav-links a {
  font-size: 0.85rem;
  color: #666;
  text-decoration: none;
}
.nav-links a:hover { color: #333; }

/* HEADER */
.header-image {
  max-width: 900px;
  margin: 0 auto;
}
.header-image img {
  width: 100%;
}

/* STATUS */
.status-bar {
  text-align: center;
  padding: 15px;
  background: #f8f8f8;
  border-bottom: 1px solid #eee;
}
.status-tag {
  display: inline-block;
  background: #c0392b;
  color: #fff;
  padding: 6px 24px;
  font-size: 0.9rem;
  border-radius: 3px;
}

/* ENROLLMENT CTA */
.enrollment-cta {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px 40px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.enrollment-cta-text {
  font-size: 1.1rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}
.enrollment-cta-btn {
  display: inline-block;
  background: #e74c3c;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 16px 60px;
  text-decoration: none;
  border: 2px solid #c0392b;
  border-radius: 4px;
  letter-spacing: 0.15em;
  transition: all 0.3s;
  box-shadow: 0 3px 10px rgba(192, 57, 43, 0.25);
}
.enrollment-cta-btn:hover {
  background: #c0392b;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(192, 57, 43, 0.4);
}
@media (max-width: 600px) {
  .enrollment-cta-text { font-size: 0.95rem; }
  .enrollment-cta-btn { font-size: 1rem; padding: 14px 40px; }
}

/* MAIN */
.main {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* SECTIONS */
.section {
  padding: 30px 0;
}
.section p {
  font-size: 1.05rem;
  margin-bottom: 12px;
  line-height: 2.2;
}
.section-center {
  text-align: center;
}

/* TITLES */
.event-title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  padding: 20px 0;
  color: #222;
}
.section-heading {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}
.sub-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}
.sub-note {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 10px;
}
.sub-badge {
  font-size: 1rem;
  color: #c0392b;
  font-weight: 700;
}

/* LISTS */
.target-list {
  list-style: none;
  padding: 0;
}
.target-list li {
  font-size: 1.05rem;
  padding: 8px 0 8px 24px;
  position: relative;
  line-height: 1.8;
}
.target-list li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  color: #c0392b;
  font-size: 1.4rem;
}

.dot-list {
  list-style: none;
  padding: 10px 0;
}
.dot-list li {
  font-size: 1.05rem;
  padding: 4px 0 4px 24px;
  position: relative;
}
.dot-list li::before {
  content: '\2022';
  position: absolute;
  left: 6px;
  color: #888;
}

.leaf-list {
  list-style: none;
  padding: 10px 0;
}
.leaf-list li {
  font-size: 1.05rem;
  padding: 6px 0 6px 30px;
  position: relative;
  line-height: 1.8;
}
.leaf-list li::before {
  content: '\2618';
  position: absolute;
  left: 0;
  color: #5a8a5a;
  font-size: 1.1rem;
}

/* IMAGES */
.section-image {
  padding: 20px 0;
  text-align: center;
}
.section-image img {
  max-width: 100%;
  margin: 0 auto;
}

/* DIVIDER */
.divider {
  text-align: center;
  padding: 30px 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #222;
  position: relative;
}
.divider::before,
.divider::after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #ccc;
  vertical-align: middle;
  margin: 0 15px;
}

/* DAY HEADINGS */
.day-heading {
  font-size: 1.1rem;
  font-weight: 700;
  color: #222;
  margin: 25px 0 10px;
  padding: 10px 0;
  border-left: 4px solid #c0392b;
  padding-left: 15px;
}

/* TABLE */
.details-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.details-table th {
  text-align: left;
  vertical-align: top;
  padding: 14px 16px;
  font-size: 0.95rem;
  font-weight: 700;
  background: #f5f5f5;
  border: 1px solid #ddd;
  width: 130px;
  color: #333;
}
.details-table td {
  padding: 14px 16px;
  font-size: 0.95rem;
  border: 1px solid #ddd;
  line-height: 1.8;
}
.details-table .small {
  font-size: 0.85rem;
  color: #777;
}

.small-note {
  font-size: 0.9rem;
  color: #888;
  text-align: center;
}

/* CLOSING */
.closing p {
  font-size: 1.1rem;
  margin-bottom: 16px;
}
.highlight {
  font-size: 1.4rem !important;
  color: #c0392b;
  font-weight: 700;
  margin: 20px 0 !important;
}

/* CTA */
.cta-section {
  text-align: center;
  padding: 30px 0;
}
.cta-btn {
  display: inline-block;
  background: #e74c3c;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 16px 50px;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}
.cta-btn:hover {
  background: #c0392b;
  color: #fff;
}
.cta-note {
  font-size: 0.85rem;
  color: #888;
  margin-top: 10px;
}

/* PROFILE */
.profile-section {
  background: #f9f9f9;
  padding: 30px;
  border: 1px solid #eee;
  margin: 30px 0;
}
.profile-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.profile-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.profile-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
}
.profile-role {
  font-size: 0.9rem;
  color: #888;
}
.profile-section p {
  font-size: 0.95rem;
  line-height: 2;
  margin-bottom: 10px;
}

.service-links {
  list-style: none;
  padding: 10px 0;
}
.service-links li {
  padding: 4px 0;
}
.service-links a {
  font-size: 0.95rem;
}

.profile-credentials {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.profile-credentials h4 {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #555;
}
.profile-credentials ul {
  list-style: none;
  padding: 0;
}
.profile-credentials li {
  font-size: 0.85rem;
  padding: 6px 0 6px 20px;
  position: relative;
  color: #555;
  line-height: 1.7;
}
.profile-credentials li::before {
  content: '@';
  position: absolute;
  left: 0;
  color: #aaa;
}

/* SOCIAL */
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 20px 0;
}
.social-links a {
  font-size: 0.9rem;
  color: #2a6496;
  text-decoration: none;
  padding: 6px 14px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.social-links a:hover {
  background: #f5f5f5;
}
.contact-email {
  font-size: 0.9rem;
  color: #888;
  margin-top: 10px;
}

/* FOOTER */
.footer {
  text-align: center;
  padding: 30px 20px;
  background: #f5f5f5;
  border-top: 1px solid #eee;
  font-size: 0.8rem;
  color: #aaa;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  html { font-size: 15px; }
  .main { padding: 0 15px; }
  .details-table th { display: block; width: 100%; border-bottom: none; }
  .details-table td { display: block; }
  .profile-header { flex-direction: column; text-align: center; }
  .nav-links { gap: 12px; }
  .nav-links a { font-size: 0.8rem; }
}
