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

ul.mapList li.meguro {
   border-color: #188A85;
	position: relative;
}

ul.mapList li.meguro h3 {
    background: #188A85;
}

@media screen and (min-width: 641px) {
	
	ul.mapList li.meguro::before {
		content: "＼2026年7月開校！／";
		width: 100%;
		font-size: 22px;
		font-weight: 700;
		color: #E63257;
		text-align: center;
		position: absolute;
		top: -42px;
		left: 0;
	}
	
	
}
@media screen and (max-width: 640px) {
	
	ul.mapList li p.mapImage img{
		max-width: 274px;
	}
	
	ul.mapList li {
		margin-top: 42px;
	}
	
	ul.mapList li.meguro::before {
		content: "＼2026年7月開校！／";
		width: 100%;
		font-size: 14px;
		font-weight: 700;
		color: #E63257;
		text-align: center;
		position: absolute;
		top: -25px;
		left: 0;
	}
}
