body{
	background-color: #F7F6F0;
}
.pc_base_width{
	max-width: 990px;
	padding: 0 15px;
	margin: 0 auto;
}


/*
---
---------------------------------------------------------------------------*/
header {
	position: relative;
}
@media only screen and (min-width: 961px) {
	header{
		z-index: 2;
	}
}

header .menu {
	max-width: 960px;
	margin: 0 auto;
}

header .menu .menubox .special{
	display: none;
}

header .menu .table {
	display: table;
	width: 100%;
	background-color: #fff;
}

header .menu .spmenu{
	display: none;
}

header .menu .cell {
	display: table-cell;
	vertical-align: top;
}
header .menu .logo{
	width: 360px;
}
header .menu .logo > a{
	display: block;
	padding: 10px;
}
header .menu .logo a:hover {
	opacity: 0.5;
}
header .menu .logo .sp{
	display: none;
}

header .menu .logo .spcm{
	position: relative;
}
header .menu .logo .spcm:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	background-color: #c5d4a1;
	z-index: 2;
}
header .menu .logo .spcm:after{
	content: '';
	display: table;
	clear: both;
}
header .menu .logo .spcm > li{
	display: none;
	width: 50%;
	float: left;
	position: relative;
}
header .menu .logo .spcm > li.spc{
	display: block;
}
header .menu .logo .spcm li a{
	display: block;
	font-size: 1.2rem;
	text-align: center;
	color: #4d4d4d;
	height: 40px;
	line-height: 40px;
}
header .menu .logo .spcm > li > a{
	background-color: #dae0cc;
}
header .menu .logo .spcm li > a:hover,
header .menu .logo .spcm li.active > a{
	opacity: 1;
}

header .menu .logo .spcm > li .sub-menu{
	position: absolute;
	width: 100%;
	background-color: #fff;
	display: none;
	z-index: 1;
}
header .menu .logo .spcm > li .sub-menu a:hover{
	background-color: #e5e8dc;
}

header .menu .sm_wrapper{
	position: relative;
}
header .menu .search_block{
	position: absolute;
	width: 100%;
	padding: 10px;
	background-color: #808080;
	left: 0;
	z-index: 1;
	display: none;
}
header .menu .search_block .close{
	width: 100px;
	margin: 10px auto 0;
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
	line-height: 1;
	padding: 5px;
	cursor: pointer;
}
header .menu .submunu {
	background-color: #333;
	text-align: right;
	padding: 5px 10px 5px 0;
	font-size: 0;
}
header .menu .submunu li{
	display: inline-block;
	vertical-align: middle;
}
header .menu .submunu li.spc{
	display: none;
}
header .menu .submunu a{
	color: #fff;
	font-size: 1.1rem;
	display: block;
	padding: 3px 10px;
	border-color: #fff;
	border-style: solid;
	border-width: 0 1px 0 0;
	line-height: 1;
}
header .menu .submunu a:hover{
	text-decoration: underline;
}
header .menu .submunu .eng{
	margin-left: 10px;
}
header .menu .submunu .eng a{
	border-width: 1px;
	padding: 5px 10px;
}
header .menu .submunu .eng a:hover{
	text-decoration: none;
	background-color: rgba(255,255,255,0.5);
}
header .menu .submunu .search {
	margin-left: 10px;
}
header .menu .submunu .search a{
	padding: 5px 10px;
	background-color: #808080;
	border-width: 0;
}
header .menu .submunu .search a:before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	-webkit-background-size: 16px;
	background-size: 16px;
	background-position: 0 0;
	margin-right: 3px;
	vertical-align: middle;
}
header .menu .submunu .search a:hover{
	text-decoration: none;
	background-color: #000;
}

header .menu .sp_main_menu{
	display: none;
}

header .menu .mainmenus:after {
	content: '';
	display: table;
	clear: both;
}

header .menu .mainmenus .row {
	width: 50%;
	float: left;
	-webkit-background-size: 4px;
	background-size: 4px;
	text-align: center;
	position: relative;
	padding: 32px 40px 32px 10px;
	cursor: pointer;
	transition: all .5s;
}
header .menu .mainmenus .row:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	height: 10px;
	background-image: url(../images/arrow_white_22x10.png);
	background-repeat: no-repeat;
	-webkit-background-size: 22px auto;
	background-size: 22px auto;
	background-position: 0 0;
}
header .menu .mainmenus .row.jhs {
	background-image: url(../images/bg_check_jhs_4x4.png);
}
header .menu .mainmenus .row.hs {
	background-image: url(../images/bg_check_hs_4x4.png);
}
header .menu .mainmenus .row.active,
header .menu .mainmenus .row:hover{
	opacity: 0.8;
}

header .menu .megamenu {
	padding: 20px 0 20px 20px;
	-webkit-background-size: 4px;
	background-size: 4px;
	display: none;
	position: absolute;
	width: 100%;
	max-width: 960px;
	z-index: 3;
}
header .menu .megamenu.jhs {
	background-image: url(../images/bg_check_jhs_4x4.png);
}
header .menu .megamenu.hs {
	background-image: url(../images/bg_check_hs_4x4.png);
}
header .menu .megamenu a{
	display: block;
	color: #fff;
}
header .menu .megamenu > ul{
	display: table;
	width: 100%;
	table-layout: fixed;
}
header .menu .megamenu > ul > li{
	display: table-cell;
	padding-right: 20px;
}
header .menu .megamenu > ul > li > a > span{
	display: block;
	padding: 10px;
	line-height: 1;
	border: 1px solid #fff;
	margin-bottom: 10px;
}
header .menu .megamenu > ul > li > a:hover > span{
	background-color: rgba(255,255,255,0.3);
}
header .menu .megamenu > ul > li.menu-item-has-children > a{
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}

header .menu .megamenu .sub-menu a{
	font-size: 1.3rem;
}
header .menu .megamenu .sub-menu a:hover{
	text-decoration: underline;
}
header .menu .megamenu .sub-menu li{
	margin-top: 10px;
}


/*
---
---------------------------------------------------------------------------*/
header .global_menu{
	margin-top: 20px;
	-webkit-background-size: 4px;
	background-size: 4px;
}
header .global_menu.junior{
	background-image: url(../images/bg_check_jhs_4x4.png);
}
header .global_menu.senior{
	background-image: url(../images/bg_check_hs_4x4.png);
}
header .global_menu .inbox{
}
header .global_menu .menubox{
	display: table;
	width: 100%;
	table-layout: fixed;
}
header .global_menu .menubox img{
	display: none;
}
header .global_menu .menubox a{
	color: #fff;
	display: block;
	text-align: center;
}
header .global_menu .menubox > li{
	display: table-cell;
	vertical-align: middle;
}
header .global_menu .menubox > li > a{
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding: 5px 0;
}
header .global_menu .menubox > li:nth-last-child(2) > a{
	border-width: 0;
}
header .global_menu .menubox > li > a:hover{
	background-color: #fff;
}
header .global_menu.junior .menubox > li > a:hover{
	color: #7C963C;
}
header .global_menu.senior .menubox > li > a:hover{
	color: #35874c;
}

header .global_menu .menubox > li.special{
}
header .global_menu .menubox > li.special a{
	padding: 20px 5px;
}
header .global_menu.junior .menubox > li.special a{
	background: #74a109;
	background: -moz-linear-gradient(top, #74a109 0%, #229540 100%);
	background: -webkit-linear-gradient(top, #74a109 0%,#229540 100%);
	background: linear-gradient(to bottom, #74a109 0%,#229540 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74a109', endColorstr='#229540',GradientType=0 );
}
header .global_menu.senior .menubox > li.special a{
	background: #219442;
	background: -moz-linear-gradient(top, #219442 0%, #1c7d37 100%);
	background: -webkit-linear-gradient(top, #219442 0%,#1c7d37 100%);
	background: linear-gradient(to bottom, #219442 0%,#1c7d37 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#219442', endColorstr='#1c7d37',GradientType=0 );
}

header .global_menu .menubox > li.special a:hover{
	color: #fff;
}
header .global_menu.junior .menubox > li.special a:hover{
	background: #658b08;
	background: -moz-linear-gradient(top, #658b08 0%, #155d28 100%);
	background: -webkit-linear-gradient(top, #658b08 0%,#155d28 100%);
	background: linear-gradient(to bottom, #658b08 0%,#155d28 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#658b08', endColorstr='#155d28',GradientType=0 );
}
header .global_menu.senior .menubox > li.special a:hover{
	background: #1b7d37;
	background: -moz-linear-gradient(top, #1b7d37 0%, #0e3f1c 100%);
	background: -webkit-linear-gradient(top, #1b7d37 0%,#0e3f1c 100%);
	background: linear-gradient(to bottom, #1b7d37 0%,#0e3f1c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b7d37', endColorstr='#0e3f1c',GradientType=0 );
}

header .global_menu .menubox .sub-menu{
	display: none;
}

/*中学グローバルメニュー「受験生の方へ（入学案内）」非表示*/
header .global_menu .menu-item-9778{
    display: none !important;
}

/*高校グローバルメニュー「受験生の方へ（入学案内）」非表示*/
header .global_menu .menu-item-9812{
    display: none !important;
}

/*
---
---------------------------------------------------------------------------*/
footer{
	border-top: 1px solid #68502A;
	color: #68502A;
}
footer a:hover{
	text-decoration: underline;
}
footer .first{
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .schoolinfo{
	float: left;
	padding-right: 30px;
	position: relative;
}
footer .schoolinfo:after{
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #ADA290;
	top: 0;
	right: -1px;
}
footer .schoolinfo .name{
	font-size: 1.9rem;
}
footer .schoolinfo p{
	margin-top: 10px;
}

footer .links{
	position: relative;
	overflow: hidden;
	padding-left: 10px;
}
footer .links:after{
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #ADA290;
	top: 0;
	left: 0;
}
footer .links ul{
	font-size: 0;
}
footer .links ul li{
	display: inline-block;
	border-right: 1px solid #ADA290;
	vertical-align: top;
}
footer .links ul li a{
	display: block;
	padding: 5px 10px;
	font-size: 11px;
	color: #68502A;
}
footer .links ul li img{
	height: 50px;
}
footer .links ul li a:hover img{
	opacity: 0.7;
}
footer .links ul.b{
	margin-top: 10px;
}
footer .links ul.b li{
	border-right: none;
}

footer .second{
	background-color: #F0EFE4;
	padding: 20px 0;
}

footer .links2{
	font-size: 11px;
}
footer .links2 table{
	overflow: hidden;
}
footer .links2 table th,
footer .links2 table td{
	padding: 5px 0;
}
footer .second .senshu a{
	font-size: 1.9rem;
	color: #fff;
	padding: 10px;
	background-color: #086727;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
}
footer .second .senshu a:hover{
	background-color: #004a18;
}
footer .links2 ul{
	font-size: 0;
}
footer .links2 ul li{
	display: inline-block;
	border-right: 1px solid #68502A;
	vertical-align: top;
}
footer .links2 ul li a{
	display: block;
	padding: 2px 5px;
	font-size: 11px;
	color: #68502A;
}

footer .copyright{
	text-align: center;
	font-size: 11px;
	padding: 15px;
	line-height: 1;
	background-color: #E3E0CC;
	color: #593B21;
}


@media only screen and (min-width: 961px) {
	header .menu .sm_wrapper{
		margin-right: 0!important;
	}
	
	header .menu .logo img{
		width: 100%;
	}
}


@media only screen and (max-width: 979px) {
	footer{
		text-align: center;
	}
	footer .schoolinfo{
		float: none;
		padding-right: 0;
	}
	footer .schoolinfo:after{
		display: none;
	}
	footer .schoolinfo .tel{
		margin: 0 auto;
		text-align: left;
	}
	footer .links{
		padding-left: 0;
		margin-top: 10px;
	}
	footer .links:after{
		display: none;
	}
	footer .links ul.a li:first-child{
		border-left: 1px solid #ADA290;
	}
	footer .links ul.b li a{
		padding-left: 0;
	}
	
	footer .links2 table{
		margin: 0 auto;
	}
	footer .links2 table th,
	footer .links2 table td{
		display: block;
	}
	footer .second .senshu a{
		margin-right: 0;
		width: 100%;
		max-width: 300px;
	}
	footer .links2 ul li:first-child{
		border-left: 1px solid #68502A;
	}
	
	footer .copyright{
		font-size: 1rem;
	}
}


@media only screen and (max-width: 960px) {
	/*
	---
	---------------------------------------------------------------------------*/
	header{
		padding-top: 70px;
	}
	header .menu{
		position: static;
		-webkit-transform: none;
		transform: none;
	}
	
	header .menu .table{
		display: block;
		width: auto;
		position: relative;
	}
	header .menu .cell{
		display: block;
	}
	header .menu .logo{
		padding: 15px 50px 15px 15px;
		position: fixed;
		width: 100%;
		background-color: #fff;
		z-index: 301;
		top: 0;
		left: 0;
	}
	header .menu .logo > a{
		padding: 0;
	}
	header .menu .logo .pc{
		display: none;
	}
	header .menu .logo .sp{
		display: block;
		width: auto;
		height: 40px;
	}
	
	header .menu .logo .spcm{
		display: none;
	}
	
	header .menu .spmenu{
		position: fixed;
		top: 20px;
		right: 10px;
		display: block;
		z-index: 302;
	}
	
	header .menu .submunu{
		text-align: left;
		padding: 0;
	}
	header .menu .submunu li,
	header .menu .submunu li.spc{
		display: block;
	}
	header .menu .submunu li:first-child a{
		border-width: 0;
	}
	header .menu .submunu a,
	header .menu .submunu .eng a{
		font-size: 1.5rem;
		padding: 15px 10px;
		border-width: 1px 0 0;
		border-color: rgba(255,255,255,0.3);
	}
	header .menu .submunu a:hover{
		text-decoration: none;
	}
	
	header .menu .submunu .eng{
		margin-left: 0;
	}
	
	header .menu .submunu .search{
		display: none;
	}
	
	header .menu .submunu > li.menu-item-has-children > a{
		padding-right: 40px;
		position: relative;
	}
	header .menu .submunu > li.menu-item-has-children > a:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 22px;
		height: 10px;
		background-image: url(../images/arrow_white_22x10.png);
		background-repeat: no-repeat;
		-webkit-background-size: 22px auto;
		background-size: 22px auto;
		background-position: 0 0;
	}	
	header .menu .submunu .sub-menu{
		padding: 10px 0;
		border-style: dashed;
		border-width: 1px 0 0;
		border-color: rgba(255,255,255,0.3);
		display: none;
	}
	header .menu .submunu .sub-menu a{
		font-size: 1.3rem;
		position: relative;
		padding: 10px 10px 10px 25px;
		border-width: 0;
	}
	header .menu .submunu .sub-menu a:before{
		content: '';
		position: absolute;
		left: 10px;
		top: 14px;
		width: 10px;
		height: 2px;
		background-color: rgba(255,255,255,0.5);
	}
	
	
	
	header .menu .search_block{
		display: block!important;
		position: static!important;
		background-color: #808080;
		padding: 15px 10px;
	}
	header .menu .search_block .close{
		display: none!important;
	}
	
	header .menu .sp_main_menu{
		display: block;
		margin-top: 20px;
	}
	header .menu .sp_main_menu .title{
		padding: 10px 40px 10px 0;
		background-size: 4px;
		position: relative;
	}
	header .menu .sp_main_menu .title:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 22px;
		height: 10px;
		background-image: url(../images/arrow_white_22x10.png);
		background-repeat: no-repeat;
		-webkit-background-size: 22px auto;
		background-size: 22px auto;
		background-position: 0 0;
	}
	header .menu .sp_main_menu .jhs .title{
		background-image: url(../images/bg_check_jhs_4x4.png);
	}
	header .menu .sp_main_menu .hs .title{
		background-image: url(../images/bg_check_hs_4x4.png);
	}
	
	header .menu .sp_main_menu .menubox{
		display: none;
	}
	header .menu .sp_main_menu .jhs .menubox{
		background-color: #7C963C;
	}
	header .menu .sp_main_menu .hs .menubox{
		background-color: #35874c;
	}
	header .menu .sp_main_menu .menubox a{
		display: block;
		color: #fff;
	}
	header .menu .sp_main_menu .menubox img{
		display: none;
	}
	header .menu .sp_main_menu .menubox > li {
		border-style: solid;
		border-width: 1px 0 0;
		border-color: rgba(255,255,255,0.3);
	}
	header .menu .sp_main_menu .menubox > li > a{
		padding: 15px 10px;
	}
	header .menu .sp_main_menu .menubox .sub-menu{
		border-style: dashed;
		border-width: 1px 0 0;
		border-color: rgba(255,255,255,0.3);
		padding-bottom: 15px;
	}
	header .menu .sp_main_menu .menubox .sub-menu li{
		margin-top: 15px;
	}
	header .menu .sp_main_menu .menubox .sub-menu a{
		padding: 0 10px 0 25px;
		font-size: 1.3rem;
		position: relative;
	}
	header .menu .sp_main_menu .menubox .sub-menu a:before{
		content: '';
		position: absolute;
		left: 10px;
		top: 7px;
		width: 10px;
		height: 2px;
		background-color: rgba(255,255,255,0.5);
	}
	
	
	header .menu .mainmenus .row{
		padding: 10px 40px 10px 10px;
	}
	
	header .menu .megamenu{
/*
		position: absolute;
		z-index: 3;
		width: 100%;
*/
		padding: 20px 0 20px 15px;
	}
	header .menu .megamenu > ul > li{
		padding-right: 15px;
	}
	header .menu .megamenu > ul > li > a > span{
		padding: 10px 5px;
	}
	
	
	/*
	---
	---------------------------------------------------------------------------*/
	header .global_menu .menubox a{
		font-size: 1.3rem;
	}
}


@media only screen and (min-width: 501px) and (max-width: 767px) {
	.sprow1{
		margin-left: 0px;
		margin-right: 0px;
	}
	.sprow1 .row{
		width: auto;
		float: none;
		padding: 10px 0;
	}
}


@media only screen and (max-width: 767px) {
	/*
	---
	---------------------------------------------------------------------------*/
	header{
		padding-top: 60px;
	}

	header .menu .logo .sp{
		height: 30px;
	}
	
	header .menu .spmenu{
		top: 15px;
	}
	
	header .menu .megamenu{
		padding: 20px 0 20px 15px;
	}
	header .menu .megamenu > ul{
		display: block;
		width: auto;
	}
	header .menu .megamenu > ul > li{
		display: block;
		width: 50%;
		float: left;
		margin-top: 20px;
	}
	header .menu .megamenu > ul > li:nth-child(even){
		clear: both;
	}
	header .menu .megamenu > ul > li.home{
		width: auto;
		float: none;
		margin-top: 0;
	}
	header .menu .megamenu > ul > li > a > img{
		display: none;
	}
}


@media only screen and (max-width: 500px) {
	footer .schoolinfo .tel td span{
		display: block;
	}
	footer .schoolinfo .tel td span.e{
		display: none;
	}
	
	footer .links ul.a{
		border-style: solid;
		border-color: #ADA290;
		border-width: 0 1px;
		position: relative;
	}
	footer .links ul.a:after{
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		background-color: #ADA290;
	}
	footer .links ul.a li{
		width: 50%;
		border: none!important;
	}
	footer .links ul.b li{
		display: block;
	}
	footer .links ul.b li a{
		padding-right: 0;
	}

	footer .links ul li a{
		font-size: 1rem;
	}

	footer .links2 ul{
		border-style: solid;
		border-color: #68502A;
		border-width: 0 1px;
		position: relative;
		text-align: left;
	}
	footer .links2 ul:after{
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		background-color: #68502A;
	}
	footer .links2 ul li{
		width: 50%;
		border: none!important;
	}
	footer .links2 ul li a{
		padding: 5px 10px;
		font-size: 1rem;
	}
}
