/*
===========================================
  TOPページ - NEWS・予約セクション
===========================================
*/

/* セクション全体 */
.top-section {
  width: 100%;
  background-color: #fff;
}

.top-section__container {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

/* セクションタイトル */
.section-title {
  padding: 30px 40px;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
}

.section-title-en {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #666;
  letter-spacing: 0.1em;
  margin-bottom: 0px;
  font-family: "Do Hyeon", sans-serif;
}

.section-title-ja {
  display: block;
  font-size: 14px;
  color: #666;
}

/* ========== 左側：お知らせエリア ========== */
.news-area {
  background-color: #f5f5f5;
  border-right: 1px solid #e0e0e0;
}

.news-list {
  padding: 0 40px 40px;
}

.news-item {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}

.news-item:last-child {
  border-bottom: none;
}

.news-date {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.news-title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
}

.news-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.news-title a:hover {
  color: #0033cc;
}

.news-excerpt {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.news-more {
  display: inline-block;
  font-size: 14px;
  color: #0033cc;
  text-decoration: none;
  transition: opacity 0.3s;
}

.news-more:hover {
  opacity: 0.7;
}

/* ニュースがない場合・エラー時 */
.no-news,
.error-message {
  padding: 40px 20px;
  text-align: center;
  color: #999;
  font-size: 14px;
}

/* ========== 右側：予約エリア ========== */
.reservation-area {
  background-color: #0B0765;
  color: #fff;
}

.reservation-area .section-title {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.reservation-area .section-title-en,
.reservation-area .section-title-ja {
  color: #fff;
}

.reservation-buttons {
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.reservation-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  max-width: 300px;
  padding: 18px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: transform 0.3s, box-shadow 0.3s;
}

.reservation-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* 新規会員登録ボタン */
.reservation-btn--register {
  background-color: #0033cc;
  color: #fff;
}

/* 会員ログインボタン */
.reservation-btn--login {
  background-color: #fff;
  color: #2c3e50;
}

.btn-icon {
  font-size: 20px;
}

.btn-text {
  letter-spacing: 0.05em;
}

/* ========== レスポンシブ対応 - スマホ ========== */
@media screen and (max-width: 768px) {
  .top-section__container {
    grid-template-columns: 1fr;
  }
  
  .news-area {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .section-title {
    padding: 10 10 10px;
  }
  
  .section-title-en {
    font-size: 22px;
  }
  
  .section-title-ja {
    font-size: 13px;
  }
  
  .news-list {
    padding: 0 20px 30px;
  }
  
  .news-item {
    padding: 20px 0;
  }
  
  .news-title {
    font-size: 16px;
  }
  
  .reservation-buttons {
    padding: 40px 20px;
  }
  
  .reservation-btn {
    max-width: 100%;
  }
}

/* ====== INFORMATION（Notionお知らせ） ====== */
#news-list {
  padding: 10px 0;
}

.top-news-item {
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
}

.top-news-link {
  display: block;
  text-decoration: none;
  color: #222;
  transition: background 0.2s ease;
  padding: 10px 0;
}

.top-news-link:hover {
  background: #f7f7f7;
}

.top-news-date {
  display: inline-block;
  font-size: 13px;
  color: #888;
  margin-bottom: 4px;
}

.top-news-title {
  font-size: 16px;
  font-weight: 600;
  color: #003d82;
  margin: 4px 0 6px;
}

.top-news-excerpt {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin: 0 0 6px;
}

.top-news-more {
  display: inline-block;
  font-size: 13px;
  color: #003d82;
  font-weight: 600;
}

.top-news-morewrap {
  margin-top: 12px;
  text-align: right;
}

.top-news-morebtn {
  display: inline-block;
  background: #003d82;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  transition: background 0.2s ease;
}

.top-news-morebtn:hover {
  background: #002a63;
}

/* ====== INFORMATION（Notionお知らせ） ====== */
#news-list {
  padding: 20px 24px;              /* 上下・左右の余白 */
  background: #fafafa;             /* セクション背景を少し明るく */
  border-radius: 8px;              /* やわらかい印象 */
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.top-news-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 22px 0;                 /* 各記事の上下余白 */
}

.top-news-item:last-child {
  border-bottom: none;
}

.top-news-link {
  display: block;
  text-decoration: none;
  color: #222;
  transition: background 0.25s ease;
  padding: 8px 12px;
  border-radius: 6px;
}

.top-news-link:hover {
  background: #f0f4fa;             /* ホバー時に淡い青グレー */
}

.top-news-date {
  display: inline-block;
  font-size: 13px;
  color: #888;
  margin-bottom: 4px;
}

.top-news-title {
  font-size: 17px;
  font-weight: 600;
  color: #003d82;
  margin: 4px 0 8px;
}

.top-news-excerpt {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  margin: 0 0 6px;
}

.top-news-more {
  display: inline-block;
  font-size: 13px;
  color: #003d82;
  font-weight: 600;
}

.top-news-morewrap {
  margin-top: 16px;
  text-align: right;
}

.top-news-morebtn {
  display: inline-block;
  background: #003d82;
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
  transition: background 0.2s ease;
}

.top-news-morebtn:hover {
  background: #002a63;
}

/* INFORMATIONカードデザイン */
.info-card {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  margin-bottom: 10px;
}

.info-card:last-child {
  border-bottom: none;
}

.info-date {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.info-title {
  font-size: 16px;
  margin-bottom: 8px;
}

.info-title a {
  color: #0033cc;
  text-decoration: none;
}

.info-title a:hover {
  text-decoration: underline;
}

.info-summary {
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
  line-height: 1.6;
}

.info-read {
  display: inline-block;
  font-size: 13px;
  color: #0033cc;
  text-decoration: none;
  border-bottom: 1px solid #0033cc;
}

.info-read:hover {
  color: #000;
  border-color: #000;
}
