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

img#base{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
#menuArea ul li{
	display: inline-block;
	margin-right:2%;
	margin-bottom: 10px;
	width: 32%;
}
#menuArea ul li:nth-child(3n){
	margin-right:0;
}
#menuArea ul li img{
	width: 100%;
}

.mapArea{
	position: relative;
}

.pointArea li{
	display: inline-block;
	width: 4%;
}
.pointArea li img{
	width: 100%;
	height: auto;
	opacity: 1!important;
}

.point01{
	position: absolute;
	top:20%;
	right: 20%;
	z-index: 1;
}
.point02{
	position: absolute;
	top:57%;
	right: 20%;
	z-index: 1;
}
.point03{
	position: absolute;
	top:63%;
	right: 29.5%;
	z-index: 1;
}
.point04{
	position: absolute;
	top:46%;
	right: 33%;
	z-index: 1;
}
.point05{
	position: absolute;
	top:50%;
	left: 49%;
	z-index: 1;
}
.point06{
	position: absolute;
	top:25%;
	left: 27%;
	z-index: 1;
}
.point07{
	position: absolute;
	top:45%;
	left: 22%;
	z-index: 1;
}
.point08{
	position: absolute;
	top:12%;
	left: 44%;
	z-index: 1;
}
/*ツールチップ*/

.pointArea a {
	position: relative;
}
.pointArea a span {
	position: absolute;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	top: -55px;
	left: -62px;
	width: 140px;
	padding: 10px;
	border-radius: 2px;
	background: #0e274f; /**吹き出しの色**/
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	transition: .3s;
	box-shadow: 1px 1px 5px -1px #777777;
	border-radius: 3px;
	text-align: center;
	text-shadow: 0 0 3px #917839;
	pointer-events: none;
	z-index: 1;
}
.pointArea a span:after {
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	top: 100%;
	left: 70px;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-top: 6px solid #0e274f; /**吹き出しの下の▼の色**/
	content: "";
}
.pointArea a:hover span {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	top: -60px;
	pointer-events: auto;
}

#exp{
	padding: 10px;
}
#exp h3{
    color: #1C2954;
    text-align: center;
    margin: 20px 0 10px 0;
    font-size: 15pt;
}
#exp img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#exp p{
	margin-bottom: 1em;
	font-size: 14px;
}
#exp .note{
	background: #eee;
	padding: 15px 15px 10px 15px;
}
#exp .note p{
	text-indent: -2.5em;
	margin-left: 2.5em;
	margin-bottom: 0.5em;
}

h4{
	color: #1C2954;
    text-align: center;
    border-bottom: dotted 1px;
    font-size: 12pt;
    padding-bottom: 3px;
    margin: 50px 0 20px;
    clear: both;
}

.video-area::after{
	content: "";
	display: flex;
  flex-direction: column;
  align-items: center;
}
.video-area div p{
	margin-bottom: 5px;
	text-align: center;
}
/*.videoGakuen{
	width: 42%;
	float: left;
}
.videoSouzoukan{
	width: 56%;
	float: right;
}*/
.video-area div video{
	width: 100%;
}

.history::after{
	content: "";
	display: block;
	clear: both;
}
.history dt{
	font-weight: bold;
	clear: both;
	float: left;
	width: 10em;
}
.history dd{
	width: calc(100% - 10em);
	float: right;
	margin-bottom: 40px;
}
.history dd img{
	max-width: 100%;
	margin: 10px 0;
}
@media screen and (max-width:980px) { /*　タブレット・スマホ　*/
	.pointArea a span{
		display: none;
	}
}
@media screen and (max-width:750px) { /* スマホ　*/
	#menuArea ul li,
	#menuArea ul li:nth-child(3n){
		display: inline-block;
		margin-right:2%;
		margin-bottom: 10px;
		width: 49%;
	}
	#menuArea ul li:nth-child(even){
		margin-right:0;
	}

	.videoGakuen,
	.videoSouzoukan{
		width: 100%;
		float: none;
	}

	.history dt{
		width: 100%;
		float: none;
	}
	.history dd{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}


}
