@charset "UTF-8";
/* CSS Document */
#main_img_box .main_topic_nav {
	height: auto;
	margin: 100px auto 0;
}
@media screen and (max-width: 960px) {
	#main_img_box .main_topic_nav {
		margin: 1em auto 0;
	}
}
@media screen and (max-width: 960px) {
	.forpc {
		display: none !important
	}
}
@media screen and (min-width: 961px) {
	.forsp {
		display: none !important
	}
}
/* 2023.12.18 採用 */
#main_img_box .slick-dots {
	bottom: -18px !important;
}
#main_img_box .slick-dots li button:before {
	font-size: 12px !important;
}
#main_img_box .main_info h5 {
	/*
	position: absolute;
	font-weight: bold;
	text-align: center;
	left: 0;
	right: 0;
	*/
	position: relative;
	font-weight: bold;
}
.main_info {
	text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}
#main_img_box .main_info h3, #main_img_box .main_info h4, #main_img_box .main_info h5, #main_img_box .main_info a {
	color: #00479d !important;
}
#main_img_box .main_info a {
	border: 2px solid #00479d;
	/*
	padding: 0.25em;
	*/
	font-size: 125%;
	letter-spacing: 0.1em;
	padding: 0 0 0 0.5em;
	display: block;
	width: 20em;
	margin: 0 auto 0.5em;
}
#main_img_box .main_info a:hover {
	/* 2024.6.17
	background: #fff;
	*/
	text-decoration: none;
}
#main_img_box .main_info a img {
	transition: 0.5s;
}
#main_img_box .main_info a:hover img {
	/*
	transform:scale(1.01,1.01);
	*/
	transform: scale(0.99);
	transition: 0.5s;
	opacity: 0.95;
	filter: grayscale(0);
}
.main_info > div {
	position: absolute;
	width: 71%;
	left: 15%;
	height: 23em;
	/* 2025.6.2
	top: 20em;
	*/
	top: 3em;
	border-radius: 1.5em;
	border: 4px solid #00479d;
	background-color: rgba(255, 255, 255, 0.85);
}
#main_img_box .main_info h3 {
	font-family: 'Roboto', arial, sans-serif;
	font-weight: 900;
	text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}
#main_img_box .main_info h4 {
	background-color: #ffd900;
	width: 17em;
	left: 9em;
	text-shadow: none;
	color: #000;
}
#main_img_box .main_info h3 {
	line-height: 90%;
}
#main_img_box .main_info h3 span {
	font-size: 40%;
}
@media screen and (min-width: 961px) {
	#main_img_box .main_info h3 {
		font-size: 58px;
		/*
		top: 3.0em;
		*/
		top: 2.5em;
	}
	#main_img_box .main_info h4 {
		font-size: 28px;
		top: 3em;
	}
	#main_img_box .main_info h5 {
		font-size: 18px;
		/*
		top: 15em;
		top: 17em;
		*/
		top: 13em;
		line-height: 2.5em;
	}
}
@media screen and (max-width: 960px) {
	.main_info > div {
		width: 92vw;
		left: 4vw;
		height: 46vw;
		top: 1vw;
	}
	#main_img_box .main_info h3 {
		font-size: 8vw;
		/*
		top: 14vw;
		*/
		top: 11vw;
	}
	#main_img_box .main_info h4 {
		font-size: 4vw;
		top: 4vw;
		left: 17vw;
	}
	#main_img_box .main_info h5 {
		font-size: 3.2vw;
		/*
		top: 25vw;
		top: 32vw;
		*/
		top: 22vw;
		line-height: 300%;
	}
}
#main_img_box .main_banner .link_4, #main_img_box .main_banner a.link_4 {
	float: none;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 1em;
	vertical-align: text-top;
	color: #fff;
}
#main_img_box .main_banner {
	text-align: center;
	height: 123px;
}
@media screen and (max-width: 960px) {
	#main_img_box .main_banner {
		height: auto;
	}
}
#main_img_box .main_info > div {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
#main_img_box .main_info a {
	padding: 0;
	margin: 0;
	border: none;
	width: auto;
}
#main_img_box .main_info a img {
	max-width: 100%;
}
/* 2024.6.17 スライド用 */
.csbox {}
.csbox div {
	background-color: rgba(255, 255, 255, 0.85);
	border: 5px solid #00479d;
	border-radius: 20px;
}
.csbox .p_h5 {
	position: relative;
	font-weight: bold;
}
.csbox {
	text-align: center;
	text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}
.csbox .p_h3, .csbox .p_h4, .csbox .p_h5, .csbox a {
	color: #00479d !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.csbox a {
	border: 2px solid #00479d;
	font-size: 125%;
	letter-spacing: 0.1em;
	padding: 0 0 0 0.5em;
	display: block;
	width: 20em;
	margin: 0 auto 0.5em;
}
.csbox a:hover {
	background: #fff;
	text-decoration: none;
}
.csbox .p_h3 {
	font-family: 'Roboto', arial, sans-serif;
	font-weight: 900;
	text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}
.csbox .p_h4 {
	background-color: #ffd900;
	width: 17em;
	/*
	left: 9em;
	*/
	margin-top: 1.0em;
	text-shadow: none;
	color: #000;
}
.csbox .p_h3 {
	margin: 0.5em auto 0.5em;
	line-height: 90%;
}
.csbox .p_h3 span {
	font-size: 40%;
}
.csbox .p_h5 {}
#main_img_box .main_info .csbox .p_h5 a {
	display: block;
	margin: 0.5em auto 0.5em;
	width: 20em;
	border: 2px solid #00479d;
	padding: 0.25em;
	text-align: left;
}
@media screen and (min-width: 961px) {
	.csbox div {
		height: 320px;
	}
	.csbox .p_h3 {
		font-size: 58px;
	}
	.csbox .p_h4 {
		font-size: 28px;
	}
	.csbox .p_h5 {
		font-size: 18px;
	}
}
@media screen and (max-width: 960px) {
	.csbox .p_h3 {
		font-size: 8vw;
		margin: 0.3em auto 0.3em;
	}
	.csbox .p_h4 {
		font-size: 4vw;
	}
	.csbox .p_h5 {
		font-size: 3.2vw;
	}
}
/* 2024.6.24 テキストバナー用 */
.text_banner a {
	display: block;
	text-align: center;
	border: 2px solid #f00;
	font-weight: bold;
	width: 960px;
	max-width: 95vw;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	text-decoration: none;
	line-height: 110%;
	padding: 0.2em 0;
	letter-spacing: 0.1em;
}
.text_banner a:hover {
	background-color: #fee;
}
@media screen and (max-width: 960px) {
	.text_banner a {
		font-size: 24px;
		letter-spacing: 0;
	}
}
/* 2025.1.10 */
.csbox2025 {
	text-align: left;
}
.csbox2025 div {
	background-color: rgba(255, 255, 255, 0.85);
	border: 5px solid #00479d;
	border-radius: 20px;
	padding: 15px;
	height: 220px;
}
.csbox2025 a {
	border: 2px solid #00479d;
	font-size: 100%;
	letter-spacing: 0.1em;
	padding: 0 0 0 0.5em;
	display: block;
	width: 20em;
	margin: 0 auto 0.5em;
	text-align: left;
}
.csbox2025 a:hover {
	background: #fff;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.csbox2025 div {
		background-color: rgba(255, 255, 255, 0.85);
		border: 1px solid #00479d;
		border-radius: 20px;
		padding: 5px;
		height: 190px;
		font-size: 11px;
	}
}
/* 2025.1.20 feebox用 */
.main_info > div {
	/*
	position: absolute;
	width: 71%;
	left: 15%;
	height: 23em;
	top: 20em;
	border-radius: 1.5em;
	border: 4px solid #00479d;
	background-color: rgba(255,255,255,0.85);
	top: 20em;
	*/
	left: 0;
	width: 100%;
}
#main_img_box {
	height: 654px;
}
#main_img_box .main_topic_nav {
	/* 2025.6.2
	margin: -30px auto 0;
	*/
}
.feebox div {
	border-color: #f00;
	color: #f00;
	border-radius: 0;
}
#main_img_box .main_info .feebox a {
	color: #f00 !important;
	line-height: 3em;
}
/*####################*/
/*メインイメージ下　スポーツ施設を探す*/
/*####################*/
.main_search_shisetsu {
	margin: 9.5em auto 1em;
	text-align: center;
}
.text_banner{
	margin-top: 3em;
}
@media screen and (max-width: 960px) {
	.main_search_shisetsu {
		margin: 1em auto 1em;
	}
}
@media screen and (min-width: 961px) {
	.feebox div {
		height: auto;
	}
	#main_img_box .main_info .feebox a {
		font-size: 2rem;
	}
}
@media screen and (max-width: 960px) {
	#main_img_box {
		height: auto;
	}
	#main_img_box .main_info {
		/*
		width: 94vw;
		*/
		width: 88vw;
		top: 3vw;
	}
	#main_img_box .main_info .feebox a {
		font-size: 1rem;
	}
	.main_info > div {
		/*
		width: 94vw;
		left: 2vw;
		*/
	}
}
/* Arrows */
.slick-prev, .slick-next {
	height: 40px;
	width: 40px;
	top: 230px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.slick-prev:before, .slick-next:before {
	font-size: 40px;
}
.slick-prev {
	left: -45px;
}
.slick-next {
	right: -45px;
}

#main_img_box .main_topic_nav a.school {
	background: url(/common2021/images/index/index_topicnav_school.png) no-repeat;
	background-size: contain; 
}


@media screen and (max-width: 1060px) {
	.slick-prev {
		left: -7.5vw;
	}
	.slick-next {
		right: -7.5vw;
	}
	.slick-prev, .slick-next {
		top: 21vw;
		width: 9vw;
	}
	.slick-prev:before, .slick-next:before {
		font-size: 24px;
		/*
    	color: #666;
		*/
	}
}