@charset "utf-8";
/* CSS Document */

/* ============================================================
 * ヘッダー（h2）：ピンク枠 + マスコット2体 + タイトル
 * ============================================================ */
#SportsContent h2.anniv-header {
	border: 3px solid #002063;
	border-radius: 6px;
	padding: 20px 30px;
	margin: 10px 0 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: #fff;
}
#SportsContent #MainContent h2.anniv-header img.mascot {
	width: 140px !important;
	height: 180px !important;
	object-fit: contain;
	flex-shrink: 0;
	flex-grow: 0;
	flex-basis: 140px;
	align-self: center;
	max-width: none;
}
#SportsContent h2.anniv-header .title-text {
	flex: 1;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	color: #002063;
	letter-spacing: 0.03em;
	line-height: 1.4;
}

/* ============================================================
 * ロゴセクション（h2 直下）+ リード文
 * ============================================================ */
.anniv-logo-section {
	text-align: center;
	margin: 6px 0 10px;
}
.anniv-logo-section .anniv-logo {
	max-width: 320px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
#SportsContent .anniv-logo-section .anniv-logo-caption {
	margin: 30px 0;
	font-size: 200%;
	font-weight: bold;
	color: #002063;
	letter-spacing: 0.04em;
}
.anniv-lead {
	text-align: center;
}
.anniv-lead p {
	font-size: 108%;
	line-height: 1.7;
}

/* ============================================================
 * New 新着情報ボックス：マスコット2体 + 本文
 * ============================================================ */
.newinfo {
	border: 3px solid #d63384;
	border-radius: 6px;
	padding: 15px 20px;
	background-color: #fff;
	display: flex;
	align-items: center;
	gap: 20px;
}
.newinfo .mascots-block {
	flex-shrink: 0;
	text-align: center;
	width: 200px;
}
.newinfo .mascots-block img {
	width: 190px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.newinfo .body {
	flex: 1;
}
.newinfo .title {
	font-weight: bold;
	font-size: 126%;
	margin: 0 0 6px;
}
.newinfo .content {
	margin: 0;
	font-size: 114%;
	line-height: 1.7;
}

/* ============================================================
 * ページ内リンク：3×2 グリッド（最後のみ緑）
 * ============================================================ */
#SportsContent .pagedown.navgrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}
#SportsContent .pagedown.navgrid .btn {
	margin: 0;
	padding: 0;
}
#SportsContent .pagedown.navgrid .btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	padding: 0.7em 30px 0.7em 1em;
	background: linear-gradient(180deg, #6fb1de 0%, #2463B0 100%);
	color: #fff;
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	font-weight: bold;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
#SportsContent .pagedown.navgrid .btn a:hover {
	opacity: 0.9;
}
#SportsContent .pagedown.navgrid .btn a:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 14px;
	margin-top: -6px;
	transform: rotate(45deg);
}
#SportsContent .pagedown.navgrid .btn.contact a,
#SportsContent .pagedown.contact-row .btn.contact a {
	background: linear-gradient(180deg, #8bd28b 0%, #2e9c2e 100%);
}

/* お問い合わせボタン専用行：中央寄せ・1/3 幅 */
#SportsContent .pagedown.contact-row {
	display: flex;
	justify-content: center;
	margin-top: 12px;
}
#SportsContent .pagedown.contact-row .btn {
	width: 32%;
	margin: 0;
	padding: 0;
}
#SportsContent .pagedown.contact-row .btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	padding: 0.7em 30px 0.7em 1em;
	color: #fff;
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	font-weight: bold;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
#SportsContent .pagedown.contact-row .btn a:hover {
	opacity: 0.9;
}
#SportsContent .pagedown.contact-row .btn a:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 14px;
	margin-top: -6px;
	transform: rotate(45deg);
}

/* ============================================================
 * セクション見出し（h3）：濃紺の帯
 * ============================================================ */
#SportsContent .InternalContent h3 {
	background: #002063;
	color: #fff;
	padding: 0.7em 1em;
	margin: 40px 0 20px;
	border-radius: 3px;
	font-size: 130%;
	border: none;
	line-height: 1.3;
}
#SportsContent .InternalContent h3.contact-heading {
	background: #4caf50;
}

/* サブ見出し（h4）：濃紺の左ボーダー付き */
#SportsContent .InternalContent h4 {
	color: #002063;
	border-left: 6px solid #002063;
	padding: 0.3em 0.8em;
	margin: 30px 0 15px;
	font-size: 115%;
	background: #f0f5fb;
	border-radius: 2px;
}

/* ============================================================
 * セクション枠（.section-frame）：水色枠 + 見出し + 3ボタン
 * ============================================================ */
.section-frame {
	border: 2px solid #002063;
	border-radius: 6px;
	padding: 12px 20px 16px;
	margin: 14px 0;
	background: #fff;
}
#SportsContent .InternalContent .section-frame > h3.section-frame-title {
	background: none;
	color: #000;
	text-align: center;
	border: none !important;
	margin: 0 0 10px;
	padding: 0;
	font-size: 130%;
	font-weight: bold;
	border-radius: 0;
}
#SportsContent #MainContent ul.section-subnav {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#SportsContent #MainContent ul.section-subnav li {
	margin: 0;
	list-style: none;
}
.section-subnav a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px 14px;
	border-radius: 12px;
	background: linear-gradient(180deg, #2c6cb0 0%, #002063 100%);
	color: #fff;
	font-weight: bold;
	font-size: 105%;
	text-decoration: none;
	line-height: 1.4;
	min-height: 60px;
	border: 1px solid #001a52;
	box-shadow: 0 2px 4px rgba(0,0,0,0.18);
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
}
.section-subnav a:hover {
	opacity: 0.9;
}
#SportsContent #MainContent ul.section-subnav.cols-2 {
	grid-template-columns: repeat(2, 1fr);
}
#SportsContent #MainContent ul.section-subnav.cols-1 {
	grid-template-columns: 1fr;
	max-width: 60%;
	margin: 0 auto;
}
.section-frame.green {
	border-color: #4caf50;
}
.section-subnav.green a {
	background: linear-gradient(180deg, #4fa852 0%, #1a6b1f 100%);
	border-color: #155118;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
}
.section-frame-row {
	display: flex;
	gap: 14px;
	margin: 14px 0;
}
.section-frame-row > .section-frame {
	margin: 0;
	flex: 2 1 0;
	min-width: 0;
}
.section-frame-row > .section-frame.green {
	flex: 1 1 0;
}

/* ============================================================
 * セクション番号付き見出し（h3）：本文上部の太字濃紺見出し
 * ============================================================ */
#SportsContent .InternalContent h3.section-num-heading {
	background: none !important;
	color: #002063 !important;
	font-weight: bold !important;
	font-size: 130%;
	margin: 35px 0 18px;
	padding: 0 !important;
	border: none !important;
	border-radius: 0;
	line-height: 1.3;
}

/* ============================================================
 * サブセクション見出し（h4.subsection-pill）：紺色ピル型
 * ============================================================ */
#SportsContent .InternalContent h4.subsection-pill {
	display: inline-block;
	background: #002063;
	color: #fff !important;
	border: none !important;
	border-left: none !important;
	border-bottom: none !important;
	border-radius: 4px;
	padding: 7px 22px !important;
	margin: 22px 0 14px;
	font-size: 110%;
	font-weight: bold !important;
}

/* ============================================================
 * カード（.card-item）：ラベル + 画像 + 説明（薄水色枠）
 * ============================================================ */
.card-item {
	margin-bottom: 28px;
}
.card-item .card-label {
	font-weight: bold;
	margin: 0 0 10px;
	color: #333;
	font-size: 105%;
}
#SportsContent .InternalContent .card-item .LRblock.imgSR {
	border: none;
	padding: 0;
	background: transparent;
}
/* カード内に複数画像があるときは縦積みにして左カラムが広がらないようにする */
.card-item .LRblock.imgSR > div:first-child > a {
	display: block;
	margin-bottom: 6px;
}
.card-item .LRblock.imgSR > div:first-child > a:last-child {
	margin-bottom: 0;
}
.card-item .card-desc {
	border: 1px solid #6cc7e0;
	border-radius: 6px;
	padding: 14px 18px;
}
.card-item .card-desc > p:last-child {
	margin-bottom: 0;
}
/* "施設について　☛ ..." のような複数リンク列挙用：7em の hanging indent */
#SportsContent .subnav-multi {
	padding-left: 7em;
	text-indent: -7em;
}

/* ============================================================
 * 動画カード（.movie-card）：左テキスト + 右サムネイル（枠なし）
 * ============================================================ */
.movie-card {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	margin-bottom: 28px;
}
.movie-card .movie-body {
	flex: 1 1 0;
	min-width: 0;
}
.movie-card .movie-body .card-label {
	font-weight: bold;
	margin: 0 0 8px;
	color: #333;
	font-size: 105%;
}
.movie-card .movie-thumb {
	flex: 0 0 auto;
}
.movie-card .movie-thumb img {
	display: block;
	width: 280px;
	max-width: 100%;
	height: auto;
}
.movie-card.compact .movie-thumb img {
	width: 140px;
}
/* 大会開催概要：[本文(自然幅) | 画像 | 空きカラム] の3カラム grid。
   本文は flex: 1 1 0 のように右端まで広がらず、画像が中央寄りに見える */
.movie-card.summary {
	display: grid;
	grid-template-columns: auto 280px 0.4fr;
	column-gap: 60px;
	align-items: start;
}
.movie-card.summary .movie-thumb {
	margin: 0;
}

/* ============================================================
 * 報告書カバー画像群（.report-images）：2 カラム grid
 * ============================================================ */
.report-images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: start;
	margin: 12px 0 18px;
	max-width: 720px;
}
.report-images img {
	display: block;
	width: 100%;
	height: auto;
}

/* ============================================================
 * カードボックス（.LRblock）：薄水色の枠
 * ============================================================ */
#SportsContent .InternalContent .LRblock.imgSR {
	border: 1px solid #cfe3f7;
	border-radius: 6px;
	padding: 15px;
	margin-bottom: 20px;
	background: #fff;
}
#SportsContent .LRblock.imgSR > div > a > img{
	min-width: 225px !important;
	max-width: 225px !important;
	height: auto;
	margin-bottom: 5px;
}

/* ============================================================
 * Coming soon ラベル
 * ============================================================ */
.comingsoon {
	color: #000;
	font-weight: bold;
}

/* ============================================================
 * お問い合わせボックス
 * ============================================================ */
.contactbox {
	border: 1px solid #999;
	background-color: #f7f7f7;
	padding: 18px 24px;
	margin-bottom: 30px;
	border-radius: 4px;
}

/* ============================================================
 * モバイル対応
 * ============================================================ */
@media screen and (max-width: 768px) {
	#SportsContent h2.anniv-header {
		flex-wrap: wrap;
		padding: 15px;
	}
	#SportsContent #MainContent h2.anniv-header img.mascot {
		width: 90px;
		height: 110px;
		flex-basis: 90px;
	}
	#SportsContent h2.anniv-header .title-text {
		font-size: 125%;
		flex: 1 1 100%;
		order: 2;
	}
	#SportsContent .pagedown.navgrid {
		grid-template-columns: repeat(2, 1fr);
	}
	#SportsContent #MainContent ul.section-subnav,
	#SportsContent #MainContent ul.section-subnav.cols-2 {
		grid-template-columns: 1fr;
	}
	#SportsContent #MainContent ul.section-subnav.cols-1 {
		max-width: 100%;
	}
	.section-frame-row {
		flex-direction: column;
	}
	.newinfo {
		flex-wrap: wrap;
	}
	.newinfo .mascots-block {
		width: 100%;
	}
	.newinfo .mascots-block img {
		width: 140px;
	}
	.movie-card {
		flex-direction: column;
	}
	.movie-card .movie-thumb img {
		width: 100%;
	}
	.report-images {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.report-images img {
		width: 100%;
		height: auto;
	}
}

/* ============================================================
 * page_top
 * ============================================================ */
#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #002063;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
