/* タイトル */
/* .event-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
} */

.main-content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px; /* 必要に応じて調整 */
}

/* ワークショップのコンテンツ用CSS */
.workshop-section {
  padding: 50px 50px;
}
.section-title,
h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 24px;
}

.text-align-center {
  text-align: center;
}

.workshop-info {
  background: rgba(76, 201, 164, 0.2);
  border: 1px solid rgba(36, 141, 108, 0.5);
  border-radius: 0;
  padding: 20px 24px;
  margin: 1em 0 3em;
  width: 100%;
}

.workshop-info th,
.workshop-info td {
  text-align: left;
  line-height: 2;
  padding-bottom: 1em;
  vertical-align: baseline;
}

.workshop-row {
  margin-bottom: 8px;
  font-size: 1rem;
}

.workshop-row strong {
  min-width: 90px;
  color: #248d6c;
  font-weight: bold;
}

.workshop-tracks {
  display: flex;
  flex-direction: column;
}

.workshop-track {
  background: rgba(246, 170, 240, 0.2);
  border: 1px solid rgba(194, 85, 185, 0.5);
  border-radius: 0;
  padding: 24px 16px;
  margin: 1em 0 0;
}
.workshop-track:not(:first-child) {
  background: rgba(113, 97, 208, 0.15);
  border: 1px solid rgba(80, 64, 174, 0.5);
  border-radius: 0;
  padding: 24px 16px;
}

.workshop-track h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  font-style: italic;
  font-weight: bold;
}

.workshop-title {
  font-weight: bold;
  margin: 12px 0 8px 0;
  font-size: 1.1rem;
}

.workshop-instructor {
  margin-bottom: 12px;
  font-size: 1rem;
}

.workshop-image img,
.speaker-image {
  width: 120px;
  border-radius: 50%;
  margin: 0 auto 12px auto;
  display: block;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.workshop-readmore {
  text-align: center;
  margin-top: 12px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .workshop-section {
    padding: 30px 20px;
  }
}

/* ベーシック、アドバンスレイアウト */
.workshop-track-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}
.workshop-track-header h3 {
  margin: 0;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  color: #333;
}
.workshop-track-header p {
  margin: 0;
  font-size: 0.8rem;
  color: #333;
  text-align: left;
}

.workshop-track-body {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.workshop-track-left {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  text-align: left;
}

.workshop-title {
  font-weight: bold;
  font-size: 1.1rem;
}

.workshop-instructor {
  font-size: 1rem;
}

.workshop-readmore {
  margin-top: 8px;
}

.workshop-track-right {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.workshop-image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 2px 6px #e0e0e0;
  display: block;
}

@media (max-width: 768px) {
  .workshop-track-body {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .workshop-track-right {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .workshop-tracks {
    flex-direction: column;
    gap: 24px;
  }
  .workshop-track {
    min-width: 0;
  }
}

/* 下階層のCSS */
.banner-wrap .container {
  padding-bottom: 0;
}
.wrapper {
  background: #fff;
}
.banner-wrap,
.main-wrap {
  background: #fff;
  padding: 0 80px;
  margin: 0 auto;
}
.detail-wrap {
  background: #fff;
  padding: 0 200px;
  margin: 50px auto;
}

.banner-title h1 {
  color: #ad2d33;
  font-size: 26px;
  margin-bottom: 22px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: left;
}

.banner-content {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}

.banner-image {
  flex: 0 0 140px;
  text-align: center;
}

.banner-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  background: #fafafa;
}

.banner-profile {
  flex: 1;
}

.profile-name {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #222;
}

.profile-bio {
  font-size: 1rem;
  color: #2a2a2a;
  line-height: 1.7;
}

.banner-ticket {
  margin: 1em auto;
  text-align: center;
}

.wsite-button-inner {
  font-weight: bold;
}

.section-divider {
  margin: 50px 100px;
}
@media (max-width: 768px) {
  .banner-wrap,
  .main-wrap {
    background: #fff;
    padding: 0 20px;
    margin: 0 auto;
  }
  .banner-wrap .container {
    padding: 30px 0;
  }
  .banner-title h1 {
    color: #ad2d33;
    font-size: 6vw;
  }
  .banner-content {
    display: block;
  }
  .section-divider {
    margin: 30px 20px;
    width: auto;
  }
}
/* 下階層後半 */

.header-logo {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.header-logo img {
  height: 36px;
  margin-right: 10px;
}

.header-title {
  color: #ad2d33;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 28px;
  line-height: 1.3;
}

.banner-section {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  margin-bottom: 32px;
}

.banner-image {
  flex: 0 0 120px;
  text-align: center;
}

.banner-profile {
  flex: 1;
}

.profile-name {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.profile-bio {
  font-size: 1rem;
  color: #2a2a2a;
  line-height: 1.7;
}

.banner-ticket {
  margin-top: 18px;
}

.ticket-btn {
  display: inline-block;
  background: #fff;
  color: #ad2d33;
  border: 1.5px solid #ad2d33;
  border-radius: 4px;
  padding: 7px 22px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  margin-top: 10px;
}

.ticket-btn:hover {
  background: #ad2d33;
  color: #fff;
}

.detail-wrap .section-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 1em;
  color: #222;
  text-align: left;
}

.schedule-table {
  width: 100%;
  margin: 18px 0 22px 0;
  border-collapse: collapse;
}

.schedule-table th,
.schedule-table td {
  text-align: left;
  padding: 5px 0;
  font-size: 1rem;
  color: #444;
}

/* コンテンツ内のリスト要素のみにマージンを適用 */
.workshop-section ul,
.workshop-track ul {
  margin: 8px 0 16px 18px;
}

li {
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .main-wrap {
    padding: 16px 4vw;
  }
  .banner-section {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .header-title {
    font-size: 1.3rem;
    text-align: center;
  }
  .detail-wrap {
    background: #fff;
    padding: 0 20px 30px;
    margin: 0 auto;
  }
  .detail-wrap .section-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1em;
    color: #222;
    text-align: left;
  }
}
