@charset "utf-8";
/*-------------------------------------------
TOPページ
---------------------------------------------*/

section#mainview .container {
	position: relative;
	height: 500px;}
section#mainview img {
	margin-left: auto;
	width: 1100px;
	height: 500px;
	object-fit: cover;
	object-position: 50% 100%;
	border-radius: 60px;
}
section#mainview .container .mainview-box {
	width: 100%;
	height: 500px;}
section#mainview .container .info {
	position: absolute;
	bottom: 30px;
	left: 30px;}
section#mainview .container h2{
	font-size: 1.7em;
	letter-spacing: 0.2em;
	background-color: #ffffff;
	display: inline;
	-webit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 2.1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 900;
	padding: 0.1em 0.5em;}
section#mainview .container h2 .color1{ color:#fca2a9; }
section#mainview .container h2 .color2{ color:#6cd37d; }
section#mainview .container h2 .color3{ color:#058ee2; }
section#mainview .container h2 .color4{ color:#c89bdd; }

@media screen and (max-width: 640px){

section#mainview .container {
	/*height: calc(((100vw - 3.0rem)*0.8)*0.68);}*/
	/*width: 100%;*/
	height: auto;
}
section#mainview .container .mainview-box {
	/*height: calc(((100vw - 3.0rem)*0.8)*0.68);}*/
	width: 100%;
	height: auto;
}
section#mainview img {
	width: 100%;
	height: auto;
	border-radius: 0px;
}
section#mainview .container .info {
	bottom: 10px;
	left: 10px;}
section#mainview .container h2{
	font-size: 1.2em;
	letter-spacing: 0em;
	line-height: 1.5;
}

}


section#main_menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section#main_menu ul li{
	margin-bottom: 3em;
	position: relative;
}
section#main_menu ul li img.top{
	width: 500px;
}
section#main_menu ul li img.under{
	width: 320px;
}
section#main_menu ul li div{
	position: absolute;
	bottom: 0;
	right: 0;
}
section#main_menu ul li div::after {
  content: "";
  margin-left: 0.5em;
  display: inline-block;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.865em;
  border-color: transparent transparent transparent #000;
  transform: translateY(0.1em) scale(0.8);
}
@media screen and (max-width: 640px){
section#main_menu ul li img.top{
	width: 100%;
}
section#main_menu ul li img.under{
	width: 100%;
}

}

section#school_info h2{
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 900;
	font-size: 2em;
	margin-bottom:2em;
}
section#school_info .features {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4em;
}
section#school_info .features dl {
	width: 27%;
	border: 1px solid #cccccc;
	padding: 1em 1.5em;
}
section#school_info .features dl dt {
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 1.3em;
}
section#school_info .features dl dd img {
	margin: 0.5em 0;
	width: 100%;
}

@media screen and (max-width: 640px){
	section#school_info h2{
		margin-bottom:1em;
	}
	section#school_info .features {
		flex-direction: column;
		margin-bottom: 4em;
	}
	section#school_info .features dl {
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 1.5em;
	}
	section#school_info .features dl dt {
		font-size: 1.8em;
	}
}



section#school_info .facility {
	display: flex;
	justify-content: space-between;
}
section#school_info .facility_table {
	width: 45%;
}
section#school_info .facility_table dl {
	display: flex;
	border-bottom: 1px solid #cccccc;
	padding: 2em 0;
}
section#school_info .facility_table dl:first-child {
	border-top: 1px solid #cccccc;	
}
section#school_info .facility_table dl dt {
	width: 20%;
}
section#school_info .facility iframe{
	width: 50%;
	max-height: 400px;
	margin-top: 2em;
}
@media screen and (max-width: 640px){
section#school_info .facility {
	flex-direction: column;
}
section#school_info .facility_table {
	width: 100%;
}
section#school_info .facility_table dl dt {
	width: 25%;
}
section#school_info .facility iframe{
	width: 100%;
	height: 400px;
}

}

section#codmon a img {
	width: 650px;
	margin:0 auto 1em;
}
@media screen and (max-width: 640px){
	section#codmon a img {
		width: 100%;
		margin:0 auto 1em;
	}
	section#codmon p {
		text-align: left;
	}
}


