@charset "UTF-8";
/*共通*/


/*メインビジュアル*/
#mv .wrap{
	padding:0;
}
#mv .mv {
	position:relative;
}
#mv .title{
	position:absolute;
	top:40%;
	left: 50%;
	transform: translateX(-50%);
	z-index:888;
}

#mv h1{
	font-family: "Kdam Thmor Pro", sans-serif;
	font-size:8rem;
	color:#ffffff;
	width:12em;
	text-shadow: 1px 1px 2px #000000;
}

#mv .button{
	display:grid;
	grid-template-columns:auto auto;
	justify-content: start;
	position:absolute;
	bottom:0;
	left:0;
}
#mv .button .img{
	width:220px;
}
#mv .button a:hover{
	opacity:0.9;
}

/*ご挨拶*/
#greeting .wrap {
    background:url(../img/top/text_bg.jpg) no-repeat top center/90% auto;
    text-align:center;
}
#greeting p {
	font-family: 'M PLUS 1p', sans-serif;
	font-size:2.2rem;
	font-weight:500;
	padding:0 5%;
}

/*開催中のスクール*/
#school h3{
	font-size:2.8rem;
	color:#0058A5;
	margin-bottom:1em;
}
#school p{
	font-size:1.8rem;
}
#school p.copy{
	font-size:2.3rem;
	text-align:center;
	margin-bottom:1.2em;
}
#school .contents_inner{
	background-color:#ffffff;
	padding:2em 2em 2.5em;
	margin-bottom:50px;
}
#school .school_box{
	display:grid;
	grid-template-columns:auto auto;
	grid-column-gap:3em;
	justify-content:center;
	margin-top:1em;
	align-items:end;
}
#school a.b_black.blue {
	margin-top: 0em;
	background-color:#0058A5;
	font-size:1.1em;
}
#school a.b_black.blue:hover {
	background-color:#000000;
}

/*ご利用例*/
#example .contents_inner{
	display:grid;
	grid-template-columns:auto auto auto;
	grid-column-gap:30px;
	grid-row-gap:30px;
	justify-content:center;
	align-items:end;
}
#example dl{
	border:1px solid #707070;
	padding:1em;
}
#example  dt{
	font-family: 'M PLUS 1p', sans-serif;
	font-size:2rem;
	font-weight:500;
	margin-bottom:0.5em;
	text-align:center;
	position:relative;
}
#example dt span {
    font-size: 1.4rem;
    position: absolute;
    bottom: -2.5em;
    left: 50%;
    transform: translateX(-50%);
    width: 17em;
	 display: block;
}

/*バナー*/
#banner .contents_inner{
	display:grid;
	grid-template-columns:auto auto;
	grid-column-gap:30px;
	justify-content:center;
}
#banner a:hover{
	opacity:0.7;
}

/*交通アクセス*/
#access .contents_inner{
	display:grid;
	grid-template-columns: 65% calc(100% - 65% - 50px);
	grid-column-gap:50px;
}
#access .map iframe{
	width:100%;
	height:400px;
}
#access .img{
	width:160px;
	margin: 0 auto;
}
#access ul.access_detail li{
	font-family: 'M PLUS 1p', sans-serif;
	font-size:1.6rem;
	font-weight:500;
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:3px dotted #707070;
	line-height: 1.5;
}

/*ニュース*/
#news .contents_inner{
	background-color:#ffffff;
	padding:2em;
	display:grid;
	grid-template-columns:70% 30%;
	align-items:center;
	justify-items:center;
}
#news .newsbox{
	width:100%;
}
#news .img img{
	width:160px;
}
#news .newsbox dl{
	width:100%;
	border-bottom:solid 5px #EFEFEF;
	padding:1em 0;
}
#news .newsbox dt{
	font-family: 'M PLUS 1p', sans-serif;
	font-size:1.6rem;
	font-weight:500;
	line-height:1.8em;
	width:calc(100% - 6em - 6em)
}
#news .newsbox dd.date{
	width:6em;
	font-family: 'Lato', sans-serif;
	font-size:1.6rem;
	color:#022D52;
	font-weight:600;
}
#news .newsbox dd.category{
	width:6em;
}
#news .newsbox dd.category a{
	font-family: 'M PLUS 1p', sans-serif;
	color:#ffffff;
	font-size:1.4rem;
}
#news .newsbox dd.category a.news{
	background-color:#0058A5;
	border-radius:50px;	
	padding:2px 10px;
}
#news .newsbox dd.category a.event{
	background-color:#FF0000;
	border-radius:50px;	
	padding:2px 10px;
}

/*instagram*/
#instagram .wrap {
	padding:15px 0 90px;
}

/*お問合せ*/
#contact h2 {
	border-color:#F03173;
	color:#F03173;
	width:13em;
}




@media screen and (max-width:1450px){
}

@media screen and (max-width:1330px){
}

/*tablet*/
@media screen and (max-width:1200px){

	/*NEWS	 * */
	#instagram .wrap {
		padding:15px 0 50px;
	}
		/*入部までの流れ*/
		#flow h3 {
			font-size: 1.8rem;
		}
		#flow .flow_box p {
			margin: 0;
		}


	
}

@media screen and (max-width:1000px){
}

@media screen and (max-width: 768px){	
}
	
@media screen and (max-width:640px){
	
/*メインビジュアル*/
	#mv .wrap{
		padding:0;
	}
	#mv .copy{
		position:relative;
		top:0px;
		right:0px;
		z-index:888;
	}
	#mv .copy::after{
		display:none
	}
	#mv h1{
		font-size:3rem;
	}
	#mv .title {
		top: 20%;
	}
	#mv .button{
		display:grid;
		grid-template-columns:1fr 1fr;
		justify-content: start;
		position:relative;
		bottom:0;
		left:0;
	}
	#mv .button .img{
		width:100%;
	}
	/*ご挨拶*/
	#greeting .wrap {
		background:url(../img/top/text_bg.jpg) no-repeat top center/100% auto;
	}
	#greeting p {
		font-size:1.4rem;
		padding:0;
		line-height:1.8;
	}
	/*開催中のスクール*/
	#school h3{
		font-size:2.0rem;
		margin-bottom:0.7em;
}
	#school p{
		font-size:1.4rem;
	}
	#school p.copy{
		font-size:1.6rem;
		text-align:left;
		margin-bottom:1.2em;
	}
	#school .contents_inner{
		padding:1em;
		margin-bottom:20px;
	}
	#school .school_box{
		display:grid;
		grid-template-columns:1fr;
		grid-column-gap:inherit;
		grid-row-gap:10px;
		justify-content:center;
		margin-top:1em;
	}
	#school a.b_black.blue {
		margin-top: 0.5em;
		font-size:1.5rem;
	}

	/*ご利用例*/
	#example .contents_inner{
		display:grid;
		grid-template-columns:1fr 1fr;
		grid-column-gap:10px;
		grid-row-gap:10px;
		justify-content:center;
	}
	#example dl{
		padding:5px;
	}
	#example  dt{
		font-size:1.4rem;
	}
	#example  dt span{
		font-size:1.1rem;
	}
	/*バナー*/
	#banner .contents_inner{
		display:grid;
		grid-template-columns:1fr;
		grid-column-gap:inherit;
		grid-row-gap:20px;
	}

	/*交通アクセス*/
	#access .contents_inner{
		display:grid;
		grid-template-columns:1fr;
		grid-column-gap:inherit;
		grid-row-gap:20px;
	}
	#access .map iframe{
		height:300px;
	}
	#access .img{
		width:100px;
	}
	#access ul.access_detail li{
		font-size:1.4rem;
	}
	

	/*ニュース*/
	#news .contents_inner{
		padding:1em;
		display:grid;
		grid-template-columns:1fr;
		grid-row-gap:20px;
	}
	#news .img img{
		width:100px;
	}
	#news .newsbox dl{
		width:100%;
		border-bottom:solid 3px #EFEFEF;
		padding:0.7em 0 0.5em;
		margin-top: 1em;
	}
	#news .newsbox dt{
		font-size:1.4rem;
		width:100%;
		margin-top:0.5em;
	}
	#news .newsbox dd.date{
		font-size:1.4rem;
	}
	#news .newsbox dd.category span{
		font-size:1.2rem;
	}
	#instagram .wrap {
		padding:15px 0 30px;
	}
	

}
	
@media screen and (max-width:360px){
}