@charset "UTF-8";
/*////////////////////////*/
/*ファーストビュー*/
/*////////////////////////*/

/*トップスライダー*/
.top-slider {
	position: relative;
	width: 100%;
	height: 550px ;
}

.mainph {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  border-radius: 30px 0 0 30px;
}
.mainph img{
  border-radius: 30px 0 0 30px;
}
.top-catch {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	width: 100%;
}
.main-logo {
	width: 200px;
	height: 150px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}


/*////////////////////////*/
/*セカンドビュー*/
/*////////////////////////*/

#topics , #class , #staff , #access {
	scroll-margin-top: 80px;
}

.topic-ph {
	height: 200px;
}
.topic-ph img {
	border-radius: 15px;
}
.map {
	height: 300px;
}
.bl-orange {
	padding-left: 15px;
	border-left: solid 3px #d9721f;
}






/*PCのみ*/
@media (min-width: 768px) {

		.index-news01 {
			width: 240px;
		}
		.index-news03 {
			width: 110px;
		}




}

@media (max-width: 768px) {

		.top-slider {
			height: 200px;
			z-index: unset;
		}
		.top-catch {
			position: absolute;
			z-index: 1;
			top: 50%;
			left: 5%;
			transform: translateY(-50%);
			-webkit- transform: translateY(-50%);
			width: 90%;
		}
		.topic-ph {
			height: 80px;
		}


}



