/* -----------------------------------------------
 = 追加
----------------------------------------------- */
/* -----------------------------------------------
 = セミナー・イベント一覧ページ
----------------------------------------------- */
#event .breadcrumbs {
  font-size: 14px;
  margin-bottom: 20px;
  /* padding: 10px 0; */
}

#event .breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  padding: 0;
  margin: 0;
}

#event .breadcrumbs li {
  display: flex;
  align-items: center;
  color: #555;
}

#event .breadcrumbs li + li::before {
  content: ">";
  margin: 0 0.5em;
  color: #999;
}

#event .breadcrumbs a {
  color: #154fa8;
  text-decoration: none;
}

#event .breadcrumbs a:hover {
  text-decoration: underline;
}
/* ▼ メインタイトル背景画像 */
#event > h1.event-title {
  background-image: url("/wp-content/uploads/2025/event/event_top.jpg");
  background-size: cover;
  background-position: left 55%;
  background-repeat: no-repeat;
  color: white;
  padding: 80px 20px;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  font-size: 2.5rem;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

/* ▼ タブ */
.tab-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin: 20px 0;
}
.tab-buttons button {
  flex: 1 1 calc(20% - 8px);
  padding: 10px 0;
  border: none;
  border-radius: 5px;
  background: #e2d7f5;
  font-weight: bold;
  font-size:1.2rem;
  cursor: pointer;
  text-align: center;
}
.tab-buttons .active {
  background: #8b61c9;
  color: #fff;
}

/* button → a */
.tab-buttons .button-link {
  flex: 1 1 calc(20% - 8px);
  padding: 10px 0;
  border: none;
  border-radius: 5px;
  background: #e2d7f5;
  font-weight: bold;
  font-size:1.2rem;
  cursor: pointer;
  text-align: center;
}
.tab-buttons .button-link.active {
  background: #8b61c9;
  color: #fff;
}

/* ▼ フィルター（帯ブロックスタイル） */
.filter-area {
  background: #eaf4fb;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  border: none;
}

/* 各ブロック：ジャンル / 対象者 / 開催場所 */
.filter-block {
  margin-bottom: 15px;
}

/* 各ブロックの帯タイトル */
.filter-title {
  background: #5877a3;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 1.2rem;
}

/* チェックボックスグループ */
.filter-options {
  background: #fff;
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 1.2rem;
}

/* 各チェックボックスの整列 */
.filter-options label {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

/* ▼ 条件を絞り込むボタン */
.filter-actions {
  margin-top: 20px;
  text-align: center;
}

.filter-btn {
  background: #fff;
  color: #004098;
  border: 2px solid #004098;
  padding: 10px 25px;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.filter-btn:hover {
  background: #004098;
  color: #fff;
}

/* ▼ フリーワード検索 */
/* ▼ 外枠グループ */
.keyword-search {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border: 2px solid #004098;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0;
  background: white;
}

/* ▼ 左ラベル部分 */
.keyword-search label {
  background: #004098;
  color: #fff;
  font-weight: normal;
  padding: 12px 20px;
  white-space: nowrap;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}

/* ▼ 入力ボックス（青枠付き） */
.keyword-search input[type="text"] {
  padding: 10px;
  font-size: 1rem;
  border: 2px solid #004098;
  border-radius: 0px;
  outline: none;
  flex: 1;
  margin: 8px 0px 8px 10px;
  box-sizing: border-box;
  min-width: 0;
}

/* ▼ 検索ボタン：青背景＋白文字 */
.keyword-search .search-btn {
  background: #004098;
  color: #fff;
  font-weight: normal;
  border: none;
  padding: 10px 16px;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 8px 10px 8px 0px;
  border-radius: 0px;
  white-space: nowrap;     /* ← 折り返し防止 */
  flex-shrink: 0;           /* ← 横幅固定で縮まない */
}

/*.keyword-search .search-btn::after {
  content: "🔍";
  font-size: 1.1rem;
}*/
.keyword-search .search-btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/wp-content/uploads/2025/event/icon_search_white.png') no-repeat center center;
  background-size: contain;
  margin-left: 6px;
}

/* ▼ 件数下線 */
.result-count {
  font-size:1.2rem;
  margin: 20px 0 10px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}

/* ▼ セミナー表示 */
.seminar-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.seminar-card {
  width: calc(50% - 15px);
  padding: 0;
}
.seminar-title {
  background: #004098;
  color: white;
  padding: 10px;
  font-size: 1.2rem;
  margin: 0 0 10px 0;
}
.thumbnail {
  width: auto;
  background: #a4a4a4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.9rem;
}
.category-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 10px;
}
.category-labels .label {
  text-align:center;
  min-width:80px;
  background: #eee5f6;
  color: #333;
  font-size: 1rem;
  padding: 4px 10px;
  border-radius: 3px;
}
.meta {
  background: #eaf4fb;
  padding: 10px;
  font-size: 1rem;
  color: #333;
}
.meta .row {
  margin-bottom: 5px;
}

/* ▼ 詳しく見るボタン（斜め分割背景） */
.btn-wrap {
  padding: 15px;
  text-align: center;
}
.btn-wrap .btn {
  min-width:250px;
  display: inline-block;
  position: relative;
  padding: 12px 30px;
  font-weight: bold;
  font-size:1.2rem;
  border-radius: 15px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #013586 50%, #0147b1 50%);
  overflow: hidden;
  transition: opacity 0.3s;
}
.btn-wrap .btn:hover {
  opacity: 0.9;
}
.btn-wrap .btn span::after {
  content: "▶";
  margin-left: 8px;
  font-size: 0.9em;
}

/* ▼ ページネーション全体 */
.pagination {
  font-size: 1.5rem;
  text-align: center;
  margin: 30px 0;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pagination a:not(.first):not(.last) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  color: #004098;
  text-decoration: none;
  border: 2px solid #004098;
  border-radius: 6px;
  transition: 0.2s;
  font-weight: bold;
  background: #fff;
  font-size: 1.4rem;
}

.pagination a:not(.first):not(.last):hover {
  background: #004098;
  color: #fff;
}

.pagination a.active:not(.first):not(.last) {
  background: #004098;
  color: #fff;
  border: 2px solid #004098;
}

.pagination a.first,
.pagination a.last {
  color: #004098;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.5rem;
  width: 42px;
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0;
  transform: translateY(-5px);
}

.pagination span {
  display: inline-block;
  padding: 8px 12px;
  color: #004098;
}


/* ▼ CTA */
.cta-buttons {
  display: flex;
  flex-direction: column; /* ← 横並び → 縦並びに変更 */
  align-items: center;     /* ボタンを中央寄せ */
  gap: 20px;
  margin: 30px 0;
}
.cta-buttons a {
  padding: 12px 20px;
  color: #fff;
  border-radius: 34px;
  text-decoration: none;
  font-weight: bold;
  width: 80%;               /* ボタン幅を統一 */
  max-width: 360px;
  text-align: center;
}
.cta-buttons .inquiry {
  background-image: linear-gradient(270deg, rgba(162, 25, 26, 1), rgba(38, 57, 124, 1));
}
.cta-buttons .register {
  background: #f80;
}
.cta-buttons .login {
  background: #06c;
}
.cta-buttons .inquiry::after,
.cta-buttons .register::after,
.cta-buttons .login::after { 
  content: "▶";
  margin-left: 8px;
}


/* ▼▼▼ レスポンシブ ▼▼▼ */
@media screen and (max-width: 768px) {
#event > h1.event-title {
    font-size: 1.8em;
    background-image: url("/wp-content/uploads/2025/event/event_top.jpg"); 
    background-size: cover;
    color: white;
    padding: 45px 20px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6); /* 光彩効果 */
  }
.seminar-card {
    width: 100%;
  }
.seminar-title {
    font-size: 3.5rem;
  }
.category-labels .label {
    font-size: 2.8rem;
	min-width:70px;
	text-align:center;
}
.meta {
    font-size: 3rem;
}
.filter-btn {
    font-size: 3.8rem;
}

/* ▼ フィルター（帯ブロックスタイル） */
.filter-area {
    padding: 10px;
}

/* ▼ 左ラベル部分 */
.keyword-search label {
    padding: 5px 5px;
    font-size: 2.5rem;
}
/* ▼ 入力ボックス（青枠付き） */
.keyword-search input[type="text"] {
  padding: 5px;
  font-size: 2.5rem;
  margin: 5px 0px 5px 5px;
}

/* ▼ 検索ボタン：青背景＋白文字 */
.keyword-search .search-btn {
  padding: 10px 5px;
  font-size: 2.5rem;
  margin: 5px 7px 5px 0px;
  gap:0px;
}
/* ▼ 件数下線 */
.result-count {
  font-size:3.2rem;
}
  /* ▼ タブボタンをGridで2列表示＆左揃えに */
  .tab-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* ← 2列に均等割り */
    gap: 10px;
  }

  .tab-buttons button {
    font-size: 3.2rem;
    width: 100%; /* グリッドセルにフィットさせる */
  }
.btn-wrap .btn {
    font-size: 3.5rem;
}
.filter-title {
    font-size: 3.2rem;
}
.filter-options {
    font-size: 3.2rem;
}
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-buttons a {
    font-size:14px;
    width: 80%;
    text-align: center;
  }
/* ▼ ページネーション */
  .pagination {
    font-size: 1.2rem;
    gap: 4px;
    padding: 10px 0;
  }

  .pagination a:not(.first):not(.last) {
    width: 36px;
    height: 36px;
    font-size: 3.2rem;
  }

  .pagination a.first,
  .pagination a.last {
    font-size: 6rem;
    width: 15px;
    height: 15px;
    transform: translateY(8px); /* 微調整：ズレ解消 */
  }

  .pagination span {
    width:15px;
    height:15px;
    font-size: 3.2rem;
    padding: 8px 0px;
  }

}
/* ▼▼▼ レスポンシブ ▼▼▼ */
@media screen and (max-width: 360px) {
.pagination {
    gap: 2px;
  }
}
