.race-page-nav {
  background:#fff;
  border-bottom:1px solid #e7ece9;
  position:relative;
  z-index:2
}
.race-page-nav .inner {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  max-width:900px
}
.race-page-nav a {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:76px;
  color:#29473d;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  border-right:1px solid #e7ece9;
  transition:.25s
}
.race-page-nav a:first-child {
  border-left:1px solid #e7ece9
}
.race-page-nav a i {
  color:#a78954
}
.race-page-nav a:hover {
  background:#f4f8f6;
  color:#183e32
}
.race-intro-section {
  padding:95px 0;
  background:#fff
}
.race-intro {
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);
  gap:70px;
  align-items:center
}
.race-kicker,.race-section-heading>span {
  display:block;
  margin-bottom:14px;
  color:#a78954;
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em
}
.race-intro-copy h2 {
  margin:0 0 28px;
  color:#24463b;
  font-family:"Noto Serif JP",serif;
  font-size:clamp(28px,3.5vw,44px);
  line-height:1.55;
  letter-spacing:.04em
}
.race-intro-copy p {
  max-width:760px;
  margin:0;
  color:#586a64;
  font-size:15px;
  line-height:2
}
.race-intro-note {
  display:flex;
  gap:18px;
  padding:30px;
  background:#f3f7f5;
  border-left:4px solid #2f6b57;
  border-radius:0 14px 14px 0;
  color:#53665f
}
.race-intro-note i {
  margin-top:4px;
  color:#2f6b57;
  font-size:21px
}
.race-intro-note p {
  margin:0;
  font-size:14px;
  line-height:1.8
}
.race-entry-section {
  padding:90px 0;
  background:#f7f9f8
}
.race-section-heading {
  text-align:center;
  margin-bottom:45px
}
.race-section-heading h2 {
  margin:0;
  color:#24463b;
  font-family:"Noto Serif JP",serif;
  font-size:clamp(26px,3vw,38px);
  letter-spacing:.04em
}
.race-section-heading p {
  margin:18px 0 0;
  color:#66766f;
  font-size:14px;
  line-height:1.8
}
.race-main-entry {
  display:grid;
  grid-template-columns:96px minmax(0,1fr) auto;
  gap:30px;
  align-items:center;
  max-width:980px;
  margin:auto;
  padding:42px 48px;
  background:#fff;
  border:1px solid #e2e9e5;
  border-radius:20px;
  box-shadow:0 16px 40px rgba(32,67,54,.07)
}
.race-main-entry-icon {
  display:grid;
  place-items:center;
  width:96px;
  height:96px;
  border-radius:50%;
  background:#edf4f1;
  color:#2f6b57;
  font-size:38px
}
.race-main-entry-en,.exhibition-entry-en {
  margin:0 0 7px;
  color:#a78954;
  font-size:11px;
  font-weight:800;
  letter-spacing:.15em
}
.race-main-entry h3,.exhibition-entry-card h3 {
  margin:0 0 12px;
  color:#24463b;
  font-size:23px
}
.race-main-entry-body>p:last-child,.exhibition-entry-card p:last-child {
  margin:0;
  color:#65756f;
  font-size:14px;
  line-height:1.8
}
.race-entry-button,.exhibition-entry-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  min-width:180px;
  padding:15px 22px;
  border-radius:999px;
  background:#2f6b57;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  transition:.25s
}
.race-entry-button:hover {
  background:#244f42;
  transform:translateX(3px)
}
.federation-section {
  padding:100px 0;
  background:#fff
}
.federation-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px
}
.federation-card {
  display:flex;
  flex-direction:column;
  min-height:205px;
  padding:28px;
  background:#fff;
  border:1px solid #dfe8e3;
  border-radius:16px;
  color:inherit;
  text-decoration:none;
  box-shadow:0 9px 24px rgba(35,65,54,.04);
  transition:.25s
}
.federation-card:hover {
  border-color:#8bad9f;
  transform:translateY(-5px);
  box-shadow:0 16px 34px rgba(35,65,54,.1)
}
.federation-card-head {
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:17px
}
.federation-card-head i {
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#edf4f1;
  color:#2f6b57
}
.federation-card h3 {
  margin:0;
  color:#24463b;
  font-size:17px
}
.federation-groups {
  margin:0 0 22px;
  color:#687871;
  font-size:13px;
  line-height:1.8
}
.federation-card-foot {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:auto;
  padding-top:16px;
  border-top:1px solid #e9eeeb;
  color:#7c8984;
  font-size:12px
}
.federation-link {
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#2f6b57;
  font-weight:700
}
.exhibition-entry-section {
  padding:100px 0;
  background:#294f43
}
.race-section-heading-light h2,.race-section-heading-light p {
  color:#fff
}
.race-section-heading-light p {
  opacity:.78
}
.exhibition-entry-card {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
  max-width:980px;
  margin:auto;
  padding:42px 48px;
  background:#fff;
  border-radius:20px
}
.exhibition-entry-copy {
  display:flex;
  align-items:center;
  gap:28px
}
.exhibition-entry-icon {
  display:grid;
  place-items:center;
  flex:0 0 88px;
  width:88px;
  height:88px;
  border-radius:50%;
  background:#f7f1e6;
  color:#a78954;
  font-size:34px
}
.exhibition-entry-button {
  background:#a78954
}
.exhibition-entry-button:hover {
  background:#8d713f;
  transform:translateX(3px)
}
@media(max-width:900px) {
  .race-intro {
    grid-template-columns:1fr;
    gap:35px
  }
  .federation-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .race-main-entry {
    grid-template-columns:78px minmax(0,1fr);
    padding:35px
  }
  .race-main-entry-icon {
    width:78px;
    height:78px;
    font-size:30px
  }
  .race-entry-button {
    grid-column:1/-1;
    justify-self:end
  }
  .exhibition-entry-card {
    align-items:flex-end;
    flex-direction:column
  }
  .exhibition-entry-button {
    align-self:flex-end
  }
}
@media(max-width:620px) {
  .race-page-nav .inner {
    padding:0
  }
  .race-page-nav a {
    flex-direction:column;
    gap:5px;
    min-height:68px;
    padding:8px 5px;
    font-size:11px;
    text-align:center
  }
  .race-intro-section,.federation-section,.exhibition-entry-section {
    padding:65px 0
  }
  .race-entry-section {
    padding:65px 0
  }
  .race-intro-copy h2 br {
    display:none
  }
  .race-intro-note {
    padding:23px
  }
  .race-main-entry {
    display:block;
    padding:28px 24px;
    text-align:center
  }
  .race-main-entry-icon {
    margin:0 auto 22px
  }
  .race-entry-button {
    margin-top:24px;
    width:100%
  }
  .federation-grid {
    grid-template-columns:1fr;
    gap:14px
  }
  .federation-card {
    min-height:0;
    padding:23px
  }
  .exhibition-entry-card {
    padding:30px 24px;
    align-items:stretch
  }
  .exhibition-entry-copy {
    display:block;
    text-align:center
  }
  .exhibition-entry-icon {
    margin:0 auto 22px
  }
  .exhibition-entry-button {
    width:100%;
    align-self:stretch
  }
}
/* 階層型レース一覧 */
.race-page-nav .race-page-nav-inner {
  grid-template-columns:repeat(2,1fr);
  max-width:720px
}
.race-hierarchy-section {
  padding:100px 0;
  background:#f7f9f8
}
.race-hierarchy-list {
  display:grid;
  gap:16px;
  max-width:1050px;
  margin:0 auto
}
.federation-accordion {
  background:#fff;
  border:1px solid #dfe7e3;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(35,65,54,.04)
}
.federation-accordion summary {
  display:grid;
  grid-template-columns:44px minmax(0,1fr) auto 20px;
  gap:16px;
  align-items:center;
  padding:23px 28px;
  cursor:pointer;
  list-style:none
}
.federation-accordion summary::-webkit-details-marker {
  display:none
}
.federation-summary-icon {
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:50%;
  background:#edf4f1;
  color:#2f6b57
}
.federation-summary-name {
  color:#24463b;
  font-size:18px;
  font-weight:800
}
.federation-summary-count {
  padding:6px 12px;
  border-radius:999px;
  background:#f3f6f4;
  color:#687871;
  font-size:12px;
  font-weight:700
}
.federation-summary-arrow {
  color:#789087;
  transition:.25s
}
.federation-accordion[open] .federation-summary-arrow {
  transform:rotate(180deg)
}
.federation-accordion[open] summary {
  border-bottom:1px solid #e5ebe8
}
.federation-accordion-body {
  padding:28px
}
.chapter-group-block+.chapter-group-block {
  margin-top:28px;
  padding-top:28px;
  border-top:1px solid #e4eae7
}
.chapter-group-heading {
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:16px
}
.chapter-group-heading span {
  padding:5px 9px;
  border-radius:4px;
  background:#a78954;
  color:#fff;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em
}
.chapter-group-heading h3 {
  margin:0;
  color:#294b40;
  font-size:17px
}
.branch-list {
  display:grid;
  gap:13px
}
.branch-block {
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:24px;
  padding:20px 22px;
  background:#f8faf9;
  border-radius:12px
}
.branch-heading {
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding-top:9px;
  color:#315b4d
}
.branch-heading i {
  margin-top:3px;
  color:#a78954
}
.branch-heading h4 {
  margin:0;
  font-size:14px;
  line-height:1.7
}
.branch-races {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px
}
.race-detail-link {
  display:grid;
  grid-template-columns:auto minmax(0,1fr) 14px;
  gap:10px;
  align-items:center;
  padding:13px 15px;
  background:#fff;
  border:1px solid #e1e8e4;
  border-radius:9px;
  color:#29473d;
  text-decoration:none;
  transition:.2s
}
.race-detail-link:hover {
  border-color:#86aa9b;
  box-shadow:0 7px 16px rgba(35,65,54,.08);
  transform:translateY(-2px)
}
.race-detail-year {
  color:#a78954;
  font-size:11px;
  font-weight:800;
  white-space:nowrap
}
.race-detail-name {
  font-size:13px;
  font-weight:700;
  line-height:1.5
}
.race-detail-link i {
  color:#4f7769;
  font-size:11px
}
.race-coming-soon {
  margin:0;
  padding:24px;
  background:#f7f9f8;
  border-radius:10px;
  color:#77857f;
  text-align:center;
  font-size:13px
}
@media(max-width:800px) {
  .branch-block {
    grid-template-columns:1fr;
    gap:12px
  }
  .branch-races {
    grid-template-columns:1fr
  }
  .branch-heading {
    padding-top:0
  }
}
@media(max-width:620px) {
  .race-hierarchy-section {
    padding:65px 0
  }
  .federation-accordion summary {
    grid-template-columns:38px minmax(0,1fr) 18px;
    gap:10px;
    padding:18px 16px
  }
  .federation-summary-count {
    grid-column:2/3;
    justify-self:start
  }
  .federation-summary-arrow {
    grid-column:3;
    grid-row:1/3
  }
  .federation-summary-name {
    font-size:15px
  }
  .federation-accordion-body {
    padding:18px 14px
  }
  .branch-block {
    padding:17px 15px
  }
  .race-detail-link {
    grid-template-columns:1fr 14px
  }
  .race-detail-year {
    grid-column:1;
    display:block
  }
  .race-detail-name {
    grid-column:1
  }
  .race-detail-link i {
    grid-column:2;
    grid-row:1/3
  }
}
/* 現行サイトの拠点カードを活かした選択エリア */
.federation-grid-selector {
  margin:0 auto 85px;
}
.federation-select-card {
  min-height:195px;
  cursor:pointer;
}
.federation-select-card .federation-groups {
  margin-bottom:18px;
}
.federation-select-card .federation-link i {
  transition:transform .25s;
}
.federation-select-card:hover .federation-link i {
  transform:translateY(3px);
}
.race-detail-heading {
  padding-top:6px;
  margin-bottom:35px;
}
.federation-accordion {
  scroll-margin-top:30px;
}
.federation-accordion:target {
  border-color:#8bad9f;
  box-shadow:0 14px 34px rgba(35,65,54,.11);
}
@media(max-width:620px) {
  .federation-grid-selector {
    margin-bottom:60px;
  }
  .federation-select-card {
    min-height:0;
  }
  .race-detail-heading {
    margin-bottom:28px;
  }
}
/* 全国レース情報：団体別入口テーブル */
.race-organization-section {
  padding:100px 0;
  /*background:#f7f9f8*/
;
}
.race-org-table-note {
  display:none;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  color:#6d7d77;
  font-size:12px;
}
.race-org-table-wrap {
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  background:#fff;
  border:1px solid #dfe7e3;
  border-radius:16px;
  box-shadow:0 10px 28px rgba(35,65,54,.05);
}
.race-org-table {
  width:100%;
  min-width:920px;
  border-collapse:collapse;
  table-layout:fixed;
}
.race-org-table th {
  padding:17px 20px;
  background:#2f6b57;
  border-right:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:14px;
  font-weight:700;
  text-align:left;
}
.race-org-table th:nth-child(1) {
  width:25%
}
.race-org-table th:nth-child(2) {
  width:31%
}
.race-org-table th:nth-child(3) {
  width:44%
}
.race-org-table th:last-child {
  border-right:0
}
.race-org-table td {
  padding:20px;
  border-right:1px solid #e1e8e4;
  border-bottom:1px solid #e1e8e4;
  vertical-align:top;
}
.race-org-table td:last-child {
  border-right:0
}
.race-org-table tbody tr:last-child td {
  border-bottom:0
}
.race-org-table tbody tr:nth-child(even) td {
  background:#fbfcfb
}
.race-org-federation {
  background:#f0f6f3!important
}
.race-org-name {
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-bottom:14px;
  color:#24463b;
}
.race-org-name i {
  margin-top:3px;
  color:#a78954;
}
.race-org-name strong {
  font-size:16px;
  line-height:1.6;
}
.race-org-link {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 13px;
  border:1px solid #9eb9ae;
  border-radius:999px;
  color:#2f6b57;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  transition:.2s;
}
.race-org-link:hover {
  background:#2f6b57;
  color:#fff;
}
.race-org-link-list {
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
}
.race-org-branch-list {
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.race-org-link-list a {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:43px;
  padding:10px 12px;
  background:#fff;
  border:1px solid #e0e7e3;
  border-radius:8px;
  color:#31584b;
  font-size:12px;
  font-weight:700;
  line-height:1.5;
  text-decoration:none;
  transition:.2s;
}
.race-org-link-list a:hover {
  border-color:#83a899;
  box-shadow:0 5px 14px rgba(35,65,54,.08);
  transform:translateY(-1px);
}
.race-org-link-list a i {
  flex:0 0 auto;
  color:#a78954;
  font-size:10px;
}
.race-org-none {
  color:#9aa6a1
}
@media(max-width:900px) {
  .race-org-table-note {
    display:flex
  }
}
@media(max-width:620px) {
  .race-organization-section {
    padding:65px 0
  }
  .race-org-table-wrap {
    border-radius:12px
  }
  .race-org-table {
    min-width:820px
  }
  .race-org-table th,.race-org-table td {
    padding:15px
  }
  .race-org-branch-list {
    grid-template-columns:1fr
  }
}
.race-org-action-list {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
}
.race-org-link-exhibition {
  border-color:#c6ad79;
  color:#806633;
  background:#fffdf8;
}
.race-org-link-exhibition:hover {
  border-color:#a78954;
  background:#a78954;
  color:#fff;
}
.race-org-link-exhibition i {
  order:-1;
}
