/*
 * sports subpage
 */

/* ---------------------------------------- fonts */

/* m-plus-1p-100 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/m-plus-1p/m-plus-1p-v33-japanese_latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* m-plus-1p-300 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/m-plus-1p/m-plus-1p-v33-japanese_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* m-plus-1p-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/m-plus-1p/m-plus-1p-v33-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* m-plus-1p-500 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/m-plus-1p/m-plus-1p-v33-japanese_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* m-plus-1p-700 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/m-plus-1p/m-plus-1p-v33-japanese_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* m-plus-1p-800 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/m-plus-1p/m-plus-1p-v33-japanese_latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* m-plus-1p-900 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/m-plus-1p/m-plus-1p-v33-japanese_latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ---------------------------------------- common */

:root {
	--color-f0f0f0: #f0f0f0;
	--color-015db2: #015db2;
	--color-00afe5: #00afe5;
	--color-fff100: #fff100;
	--color-f17436: #f17436;
	--color-02afe6: #02afe6;
}

/* ---------------------------------------- fonts size */

@media (max-width: 767px) {
	main { font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem); } /* 320-767 12-16 */
	article h1 { font-size: clamp(1.25rem, 1.026rem + 1.12vw, 1.563rem); }
	article h2 { font-size: clamp(1.125rem, 0.946rem + 0.89vw, 1.375rem); }
	article h3 { font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem); }
	article h4 { font-size: clamp(0.938rem, 0.803rem + 0.67vw, 1.125rem); }
	article h5 { font-size: clamp(0.75rem, 0.661rem + 0.45vw, 0.875rem); }
	article h6 { font-size: clamp(0.688rem, 0.598rem + 0.45vw, 0.813rem); } /* 11-14 */
	article h6 + p { font-size: clamp(0.688rem, 0.598rem + 0.45vw, 0.813rem); }
	article ul,
	article ol { font-size: clamp(0.75rem, 0.661rem + 0.45vw, 0.875rem); }
}

@media (min-width: 768px) {
	main { font-size: clamp(0.813rem, 0.1rem + 1.49vw, 1rem); } /* 768-970 13-16 */
	article h1 { font-size: clamp(1.563rem, -0.101rem + 3.47vw, 2rem); }
	article h2 { font-size: clamp(1.375rem, -0.051rem + 2.97vw, 1.75rem); }
	article h3 { font-size: clamp(1.188rem, -0.001rem + 2.48vw, 1.5rem); }
	article h4 { font-size: clamp(1rem, 0.05rem + 1.98vw, 1.25rem); }
	article h5 { font-size: clamp(0.891rem, 1.86vw, 1.125rem); }
	article h6 { font-size: clamp(0.688rem, -0.025rem + 1.49vw, 0.875rem); } /* 11-14 */
	article h6 + p { font-size: clamp(0.688rem, -0.025rem + 1.49vw, 0.875rem); }
	article ul,
	article ol { font-size: clamp(0.891rem, 1.86vw, 1.125rem); }
}

/* ---------------------------------------- main */

main {
	background: var( --color-f0f0f0 );
	position: relative;
}
main::before,
main::after { 
	content: "";
	display: block;
	position: absolute;
}
main::before { 
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent var( --color-fff100 );
	bottom: 0;
	left: 0;
}
main::after { 
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent var( --color-f0f0f0 ) transparent transparent;
	bottom: 0;
	right: 0;
}

main .inner { background: #fff; }

@media (max-width: 767px) {
	main { padding: 0 1em; }
	main::before { 
		border-width: 2.5em 0px 0px 50vw;
	}
	main::after { 
		border-width: 2.5em 50vw 0px 0px;
	}
	main .inner {
		padding: 4em 1em;
	}
	main article {
		margin: 0 0 3em;
	}
}

@media (min-width: 768px) {
	main { padding: 0 1em; }
	main::before { 
		border-width: 4em 0px 0px 50vw;
	}
	main::after { 
		border-width: 4em 50vw 0px 0px;
	}
	main .inner {
		max-width: 1250px;
		padding: 6.25em 2em;
		margin: 0 auto;
	}
	main article {
		max-width: 1170px;
		margin: 0 auto 5em;
	}
}

/* Probably not available in the Classic Editor */
main article .headline,
main article section:not(:last-child) {
	margin: 0 0 2em; 
}

/* text */

article p { line-height: 1.8; }
main article .headline p,
main article section p {
	margin: 0 0 1em; 
}
main article .headline h1.centered + p {
	text-align: center;
}

article .centered {
	text-align: center;
}
article .leftalign {
	text-align: left;
}
article strong { 
	font-weight: bold;
	font-weight: 700;
}
article em { 
	font-style: italic;
}

article a {
	color: #0B83C6;
	text-decoration: underline;
}

article .catelist a {
	text-decoration: none;
} 

/* title */

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
	font-family: 'M PLUS 1p', sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
}

.postid-111297 article h1,
.postid-111297 article h2,
.postid-111297 article h3,
.postid-111297 article h4,
.postid-111297 article h5,
.postid-111297 article h6{
	font-family: 'BIZ UDGothic', sans-serif;
}


article h1 { margin: 0 0 1em; }
article h1 span {
	display: inline-block;
	border-bottom: 1px #333 solid;
	padding: 0 0 .25em;
	position: relative;
}
article h1 span::after {
	content: "";
	display: block;
	width: 1.5em;
	height: 4px;
	background: #333;
	position: absolute;
	bottom: 0;
	left: 0;
}
article h2 { 
	margin: 0 0 1em; 
	background:#00afe5;
	color:#ffffff ;
}
article h2.leftalign{
	padding-left:8px;
}
article h2 span {
	display: inline-block;
/* 	border-top: 1px #333 solid; */
/* 	border-bottom: 1px #333 solid; */
	padding: .4em 0;
}
article h3 { margin: 0 0 1em; }
article h3 span {
	border-bottom: 1px var( --color-02afe6 ) solid;
	padding: 0 0 .3em;
}
article h4 { margin: 0 0 1em; }
article h4 span {
	border-bottom: 1px #F17436 solid;
	padding: 0 0 .3em;
}
article h5 { margin: 0 0 1em; }
article h6 { margin: 0 0 1em; }

/* list */

article ul {
	line-height: 1.6;
	margin: 0 0 1em;
}
article ul li {
	padding: 0 0 0 1em;
	position: relative;
}
article ul li::before {
	content: "";
	display: block;
	width: .5em;
	height: 1em;
	background: var( --color-015db2 );
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) skewX(-15deg);
	transform: translateY(-50%) skewX(-15deg);
}
article ol {
	list-style: decimal outside;
	line-height: 1.6;
	margin: 0 0 1em 1.5em;
}
article ol li::marker {
	color: var( --color-015db2 );
	font-weight: 700;
}
article ul li + li,
article ol li + li { margin: .5em 0 0; }

/* aside */

article aside {
	max-width: 750px;
	margin: 0 auto 1em;
	position: relative; 
}
article aside::before { 
	content: "";
	display: block;
	width: calc( 100% - 3em );
	height: 1px;
	background: var( --color-015db2 );
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
article aside .deco.upper {
	display: block;
	position: absolute;
	top: 0;
	left: 1em;
	z-index: 3;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
article aside .deco.upper img {
	width: auto;
	height: 1.25em;
}
article aside .inside {
	background: var( --color-f0f0f0 );
	padding: 1.5em 1em;
	margin: 0 0 1em;
}
article aside .inside p { margin: 0; }

/* table */

article table { margin: 0 0 1em; }
article table th,
article table td {
	border: 1px #333 solid;
	line-height: 1.6;
	padding: .5em 1em;
	vertical-align: middle;
}
article table th {
	color: #fff;
	background: var( --color-02afe6 );
}

/**
 * gallery
 * dl .gallery-item.
 * dt class="gallery-icon portrait" a > img
 * dd class="wp-caption-text gallery-caption"
 */

article .gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-bottom: 20px !important;
    overflow: hidden;
}

article dl.gallery-item { /** 画像共通のスタイル **/
	position: relative;
	float: left;
	margin: 0 1% 10px 0;
}
article dt.gallery-icon { /** 画像を囲む dt のスタイル **/
	width: 100%;
    text-align: center;
}
article dt.gallery-icon a { 
	display: inline-block; 
}
article dt.gallery-icon img {
	/* aspect-ratio: 1 / 0.696; */
	object-fit: cover;
	object-position: center;
}
article dd.gallery-caption { 
	width: 100%;
	background: #fff;
	line-height: 1.4;
	text-align: center;
	font-size: 11px;
	padding: .5em;
	position: absolute;
	bottom: 0;
	left: 0;
}
/*
@media (min-width: 768px) {

	article dd.gallery-caption { 
		font-size: clamp(0.688rem, -0.025rem + 1.49vw, 0.875rem);
	}

}
*/

/* ---------------------------------------- breadcrumbs */

#breadcrumb-wrap { line-height: 2; }
#breadcrumb-wrap i {
	color: var( --color-02afe6 );
	margin: 0 .5em 0 0;
}
#breadcrumb-wrap a:hover {
	color: var( --color-02afe6 );
}

@media (max-width: 767px) {
	#breadcrumb-wrap { 
		padding: 2em 1em 2em; 
	}
}

@media (min-width: 768px) {
	#breadcrumb-wrap { 
		padding: 4em 1em 2em; 
	}
	#breadcrumb-wrap .inner { 
		max-width: 1170px;
		margin: 0 auto;
	}
}

/* ---------------------------------------- mainimg */

#mainimg { position: relative; }
#mainimg::before,
#mainimg::after { 
	content: "";
	display: block;
	position: absolute;
}
#mainimg::before { 
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent var( --color-f0f0f0 );
	bottom: 0;
	left: 0;
}
#mainimg::after { 
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent var( --color-02afe6 ) transparent transparent;
	bottom: 0;
	right: 0;
}
#mainimg img {
	width: 100%;
	vertical-align: text-top;
	line-height: 1;
}

@media (max-width: 767px) {
	#mainimg::after {
		aspect-ratio: 1 / 0.052;
	}
	#mainimg::before { 
		border-width: 2.5em 0px 0px 50vw;
	}
	#mainimg::after { 
		border-width: 2.5em 50vw 0px 0px;
	}
}

@media (min-width: 768px) {
	#mainimg::after {
		aspect-ratio: 1 / 0.03;
	}
	#mainimg::before { 
		border-width: 4em 0px 0px 50vw;
	}
	#mainimg::after { 
		border-width: 4em 50vw 0px 0px;
	}
}



