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

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');

/*  */

#box_container {
	margin-top: 16px;
}

/*  */

div.football_together h3,
div.football_together h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.2rem;
	text-align: center;
	font-weight: bold;
	font-weight: 600;
}

div.football_together h3 {
	margin-top: 2em;
}

/* div.football_together h2 em {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	display: block;
	font-size: 4.4rem;
} */

div.football_together h2 img {
	display: block;
	width: 544px;
	height: auto;
	margin-inline: auto;
	margin-top: 50px;
}

div.football_together h2 strong {
	font-size: 2.8rem;
	display: block;
	margin-top: 6px;
}

div.football_together p {
	font-size: 1.6rem;
	line-height: 2;
	margin-top: 2.6em;
}

div.football_together p small {
	font-size: 0.8em;
	color: #777777;
}

div.football_together figure {
	text-align: center;
	margin-top: 2em;
}

div.football_together figure img {
	width: 85%;
	height: auto;
}

#box_map {
	text-align: center;
	margin-top: 4.6em;
}

#box_map h4 {
	font-size: 2rem;
	border: 1px solid #333;
	border-radius: 6px;
	display: inline-block;
	padding: 0.8em 2.4em;
	font-weight: bold;
}

#box_map svg {
	width: 80%;
	margin-top: 1.2em;
	margin-left: 80px;
}

div.inner_map {
	position: relative;
	margin-top: 70px;
}

div.inner_map ul {}

div.inner_map li {}

div.inner_map li a {
	border-radius: 3px;
	background-color: #26bbe5;
	color: #fff;
	display: inline-block;
	padding: 0.4em 1em;
	position: absolute;
	z-index: 9;
}

div.inner_map li a:hover {
	transition: all 0.15s ease-in;
	opacity: 0.8;
}

#list_ikuta a {
	top: -4%;
	left: 36%;
}

#list_asao a {
	top: 44%;
	left: 4%;
}

#list_saginuma a {
	top: 53%;
	left: 30%;
}

#list_nakahara a {
	top: 22%;
	left: 58%;
}

#list_kawasaki a {
	top: 46%;
	right: 12%;
}

#list_mizonokuchi a {
	top: 64%;
	left: 39%;
}

#list_asao_sc a {
	top: 6%;
	left: 2%;
}

#list_tama_sc a {
	top: -6%;
	left: 7%;
}

#list_saiwai_sc a {
	top: 36%;
	right: 16%;
}

.is_nonlink {
	pointer-events: none;
	cursor: default;
}

#map .link path,
#map .link {
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

#map .hover .cls-3 {
	/*background-color: #bdd552;*/
	fill: #bdd552;

}

/*  */

#dist_school_map {
	display: none;
}

/*  */

#box_inquiry h3 {
	margin-top: 0;
}

/* 220518 */

div#box_contents_home {
	width: 1024px;
}

div#box_main {
	width: 855px;
	margin-left: 40px;
}

div#box_left_contents {
	width: 128px;
}

#box_main p strong {
	color: #111111;

}

/*  */

#fig_3point {
	margin-top: 40px;

	& figure {
		width: 820px;
		margin-inline: auto;
		margin-top: 0;
	}
}

/* #fig_3point {
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 460px;

	padding-top: 50px;
	margin-top: 50px;
}

#fig_3point:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 240px 360px 240px;
	border-color: transparent transparent #bbfcfe transparent;
	position: absolute;
	top: 50px;
	left: calc(50% - 240px + 30px);
	z-index: -2;
}

#fig_3point div.ttl {
	text-align: center;
	position: relative;
	display: inline-block;
	margin-left: 60px;
}

#fig_3point div.ttl:after {
	content: '3';
	font-size: 20rem;
	text-shadow: 0px 0px 0.1em rgba(0, 0, 0, 0.2);
	font-family: "DINNextLTPro-Regular", "Roboto", sans-serif;
	color: #fff;
	position: absolute;
	top: -0.4em;
	left: calc(50% - 0.25em);
	z-index: -1;
}

#fig_3point h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
}

#fig_3point div.ttl p {
	font-size: 1.2rem;
	line-height: 1.2;
	font-family: "DINNextLTPro-Regular", "Roboto", sans-serif;
	margin: 0;
}

#li_3point li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
}

#li_3point li h5 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.6rem;
	border: 2px solid #333;
	display: inline-block;
	padding: 0.2em 1.4em;
	min-width: 5em;
}

#li_3point li h5 span {

	font-family: "DINNextLTPro-Regular", "Roboto", sans-serif;
	display: block;
	font-size: 0.5em;

}

#li_3point li h6 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	background-color: rgba(0, 0, 0, 0.6);
	display: inline-block;
	padding: 0.6em 1.6em;
	border-radius: 1.8em;
	order: 3;
	margin-top: 0.8em;
}

#li_3point li:nth-child(1) {
	top: 0;
	left: calc(50% - 30% + 30px);
	width: 60%;

}

#li_3point li:nth-child(2) {
	left: 0;
	top: 44%;
}

#li_3point li:nth-child(3) {
	right: 0;
	top: 44%;
}

#li_3point li:nth-child(1) h5 {
	background-color: #27e3ff;
}

#li_3point li:nth-child(2) h5 {
	background-color: #b6f61c;
}

#li_3point li:nth-child(3) h5 {
	background-color: #ffbe0f;
}

#li_3point li:nth-child(1) h6 {
	color: #27e3ff;
}

#li_3point li:nth-child(2) h6 {
	color: #b6f61c;
}

#li_3point li:nth-child(3) h6 {
	color: #ffbe0f;
}


#li_3point li p {
	font-size: 1.4rem;
	margin-top: 1em;
	font-weight: bold;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
} */


/*  */

@media screen and (max-width: 769px) {

	div#box_contents_home {
		width: 100%;
	}

	div#box_main {
		width: 88vw;
		margin: 8vw auto 0;
	}

	div.football_together h3,
	div.football_together h2 {
		font-size: 5vw;
		/* 16px */
	}

	/* div.football_together h2 em {
		font-size: 1.4em;
	} */

	div.football_together h2 img {
		width: 100%;
		margin-top: 6vw;
	}

	div.football_together h2 strong {
		font-size: 1em;
	}

	div#box_main p {
		font-size: 3.75vw;
		/* 12px */
		margin-top: 1.6em;
	}

	/*  */

	#fig_3point {
		margin-top: 8vw;

		& figure {
			width: 100%;
		}

		& img {
			width: 100%;
		}
	}

	/*  */

	#box_map {
		width: 100vw;
		margin-left: -6vw;
	}

	div.inner_map {
		/* margin-top: 8vw; */
		display: none;
	}

	#box_map h4 {
		font-size: 4.375vw;
		/* 14px */

	}

	#box_map svg {
		width: 96%;
		margin-left: auto;
		margin-top: 6vw;
	}

	div.inner_map li a {
		font-size: 3.125vw;
		/* 10px */
		font-size: 2.667vw;
		/* 10px */
	}

	/*  */

	#list_ikuta a {
		top: 0%;
		left: 29%;
	}

	#list_asao a {
		top: 42%;
		left: 2%;
	}

	#list_saginuma a {
		top: 58%;
		left: 8%;
	}

	#list_mizonokuchi a {
		left: 36%;
	}

	#list_kawasaki a {
		right: 2%;
	}

	#list_asao_sc a {
		top: 6%;
		left: 2%;
	}

	#list_tama_sc a {
		top: -6%;
		left: 7%;
	}

	#list_saiwai_sc a {
		top: 36%;
		right: 16%;
	}

	/*  */

	#dist_school_map {
		display: block;
	}

	/*  */
	#bnr_sumaho_coach {
		margin-left: -3vw;
	}











}