@charset "utf-8";

/*=================================================
	file name: top-header.css
	create: 2018.July
	updated: 2018.7.00
===================================================*/


/* 小学TOP・中学TOPのメニュー共通css
----------------------------------------------*/

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

	header .sp-nav > .btn-toggle{
		background-color:rgba(255,255,255,.9);
	}
	header.xs-new-header .sp-nav>.btn-toggle {
		top: 25px;
	}
	header.xs-new-header.menu-fixed .sp-nav>.btn-toggle {
		top: 0;
	}
	header.xs-new-header+.site-logo.ele {
		border-bottom: solid 1px #ccc;
		margin: 0 0 0;
		padding: 0 0 10px 0;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}
	header.xs-new-header+.site-logo.ele>div {
		display: block;
		padding-top: 10px;
	}
	header.xs-new-header+.site-logo.ele>div img {
		width: 38.9%;
		margin: auto;
	}
	header.xs-new-header+.site-logo.ele>div:first-child {
		width: 100%;
		padding: 6px;
		font-weight: normal;
		background: #eee;
	}
	
}
	
