@charset "UTF-8";

/* ==========================================
 定員締切状況 TOP
========================================== */

/* override
------------------------------------------ */




#map #campus_list h2 span, #map #campus_list h2 a {
	color: #fff;
	background-color: #42bccf;
}



/* contents
------------------------------------------ */

/* タイトル
--------------------------- */
#capacity .title {
	padding-top: 55px;
	background-image: url("../images/ttl_bg_capacity.png");
	background-size: 110px auto;
	background-repeat: no-repeat;
	background-position: top center;
}

@media only screen and (max-width: 767px) {
	#capacity .title {
		padding-top: 50px;
	}
}
@media only screen and (max-width: 480px) {
	#capacity .title {
		padding-top: 12vw;
		background-size: 25vw auto;
	}
}


/* 見出し下テキスト
--------------------------- */
.intro_txt {
	text-align: center;
}

@media only screen and (max-width: 480px) {
	.intro_txt {
		text-align: left;
	}
}


/* CV
--------------------------- */
.cv_area {
	margin-top: 40px;
	padding: 30px;
	text-align: center;
	border: 1px solid #ccc;
}
.cv_area .cv {
	margin: 20px auto 0;
}
.cv_area .cv ul {
	width: auto;
}
.cv_area .cv ul li {
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.cv_area {
		padding: 5vw 3vw;
	}
	.cv_area .cv {
		margin-top: 50px;
	}
	.cv_area .cv ul {
		display: block;
	}
	.cv_area .cv ul li {
		width: 100%;
	}
	.cv_area .cv ul li img {
		top: -60px;
	}

}



/* 定員締切状況ウィンドウ
--------------------------- */
/* 背景黒 */
#map #capacity_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	cursor: pointer;
	z-index: 1000;
}

/* ウィンドウ */
#map #capacity_window {
	display: none;
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 500px;
	height: 400px;
	overflow: auto;
	z-index: 1100;
	margin: auto;
	background-color: #fff;
	padding: 40px 30px;
	cursor: default;
}

/* タイトル*/
#map #capacity_window .ttl {
	margin-bottom: 0.8em;
	padding-bottom: 25px;
	font-size: 2.4rem;
	line-height: 1.3;
}
#map #capacity_window .ttl::after {
	width: 50px;
}

/* 設置コース */
#map #capacity_course_list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1em;
}
#map #capacity_course_list dt::after {
	content: "：";
	margin-right: 0.5em;
}
#map #capacity_course_list #capacity_course img {
	margin-right: 5px;
	line-height: 20px;
	vertical-align: middle;
}


#map #capacity_tbl {
	width: 100%;
	margin-bottom: 20px;
}
#map #capacity_tbl th {
	padding: 15px 20px;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	background-color: #ff0;
	border-bottom: 5px solid #fff;
}
#map #capacity_tbl th:first-child,
#map #capacity_tbl td:first-child {
	border-right: 5px solid #fff;
}
#map #capacity_tbl td {
	padding: 20px;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
}

#map #capacity_window .kome {
	font-size: 90%;
}

#map #capacity_window .capacity_window_close {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}
#map #capacity_window .capacity_window_close a {
	display: block;
	width: 2em;
	height: 2em;
	text-align: center;
	line-height: 2em;
	background-color: #ff0;
	text-decoration: none;
}


@media only screen and (max-width: 767px) {
	#map #capacity_window {
		top: 10vw;
	}
}
@media only screen and (max-width: 480px) {
	#map #capacity_window {
		width: 90vw;
		height: 60vh;
		padding: 30px 20px;
	}
	#map #capacity_tbl th {
		padding: 15px;
		font-size: 100%;
	}
}

