/* Weebly 移行プロジェクト - レスポンシブ拡張 */
/* 元のWeeblyデザインを完全に保持しつつ、新しいHTML構造用の最小限の調整 */

/* 簡素化されたセクション区切り線 */
.section-divider {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  border: none;
  margin: 40px 0;
}

/* 新しいセクション用のスタイル（元のWeeblyスタイルに合わせて） */
.about-section,
.keynotes-section,
.workshop-section,
.sponsors-section,
.venue-section {
  text-align: center;
}

/* 元のWeeblyスタイルに合わせた正しいフォントサイズ */
.section-title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1.25;
  margin: 0 auto 30px;
}

.section-description {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.75;
  margin: 0 auto 30px;
}

.keynote-speakers {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.keynote-speaker {
  text-align: center;
  flex: 0 1 300px;
}

.speaker-image {
  width: 174px;
  max-width: 100%;
  height: auto;
}

.speaker-info h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 10px 0 5px 0;
}

.speaker-info p {
  font-size: 14px;
  color: #000000;
  line-height: 1.4;
  margin: 5px 0;
}

.premier-sponsors {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.sponsor-logo {
  display: inline-block;
}

.sponsor-image.premier-sponsor {
  max-width: 300px;
  height: auto;
}

.venue-info {
  margin: 20px 0;
  text-align: center;
}

.venue-details {
  color: #000000;
  font-size: 16px;
  line-height: 1.75;
}

.venue-map {
  margin: 20px 0;
}

/* イベントタイトルスタイル（元のWeeblyスタイルに合わせる） */
.event-title {
  font-size: 42px;
  font-weight: bold;
  color: white;
  margin: 0;
  text-align: center;
}

.event-date {
  font-size: 16px;
  color: white;
  text-align: center;
}

.thank-you-section,
.next-conference-section {
  text-align: center;
  margin: 20px 0;
}

.thank-you-title {
  font-size: 40px;
  font-weight: 100;
  color: #000000;
  line-height: 1.3;
  margin: 20px 0;
}

.next-conference-title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin: 15px 0;
}

.next-conference-info {
  color: #000000;
  font-size: 16px;
  line-height: 1.75;
  margin: 15px 0;
}

.sponsor-tier-title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin: 20px 0;
  text-align: center;
}

/* .language-selection {
    text-align: center;
    margin: 20px 0;
} */

/* レスポンシブ調整（元のWeeblyスタイルを維持） */
@media screen and (max-width: 767px) {
  .keynote-speakers {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .premier-sponsors {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .speaker-image {
    width: 150px;
  }

  .sponsor-image.premier-sponsor {
    max-width: 250px;
  }

  .section-title {
    font-size: 20px;
  }

  .event-title {
    font-size: 40px;
  }

  .thank-you-title {
    font-size: 28px;
  }

  .next-conference-title {
    font-size: 20px;
  }
}
