@charset "UTF-8";

#wrapper{
	overflow: hidden;
}

#content {
    width: auto;
    max-width: 960px;
	padding: 0 15px;
}

/**
 * ディレクトリ共通
**/

/**グローバルナビ**/
#content_header nav ul li.active01 a {
	color:#fff;
	background: none;
}
#content_header nav ul li.active01 a:hover {
	color: #2166aa;
	background: #ffffff;
}


/**
 * info.php開始
**/

/*---学校情報---*/
.school_info{
	border:1px solid #eee;
	border-bottom:3px solid #297aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:20px;
	margin-bottom:40px;
}
#hs .school_info{
	border-bottom-color: #D1568D;
}
.school_info .box01{
	float:left;
	width:628px;
}
.school_info .icons{
	font-size:0;
	margin-bottom:10px;
}
.school_info .icons li{
	font-size:12px;
	display:inline-block;
	margin-right:5px;
	padding:3px 10px;
	background:#f2f2f2;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.school_info h3 {
	color: #1a1a1a;
	font-size: 26px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	margin-bottom: 10px;
	line-height:1.4;
}
.school_info .info01{
	font-size:0;
	margin-bottom:10px;
}
.school_info .info01 li{
	font-size:12px;
	display:inline-block;
	margin-right:10px;
}
.school_info .info01 li.tel:before{
	content:"TEL";
	display:inline-block;
	text-align:center;
	padding:3px 0;
	width:3em;
	border:1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right:5px;
	font-size:10px;
	line-height:1;
}
.school_info .info01 li.uni:before{
	content:"制服";
	display:inline-block;
	text-align:center;
	padding:3px 0;
	width:3em;
	border:1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right:5px;
	font-size:10px;
	line-height:1;
}
.school_info .topics{
	padding:10px;
	background:url(/jhs/school/images/stripe_topics.png);
	background-size:6px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top:30px;
	font-size:14px;
}
#hs .school_info .topics{
	background:url(/hs/school/images/stripe_topics.png);
}
.school_info .topics_inner{
	padding:10px 10px 20px;
	background:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.school_info .topics h4{
	color:#fff;
	width:120px;
	text-align:center;
	background:#c43509;
	position:relative;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin:-30px 0 20px -15px;
	font-size:16px;
	padding:5px 0;
}
.school_info .topics h4:before{
	content:"";
	width:38px;
	height:38px;
	background:#c43509;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position:absolute;
	left:-15px;
	top:50%;
	margin-top:-19px;
}
.school_info .topics h4:after{
	content:"";
	width:20px;
	height:16px;
	background:url(/jhs/school/images/topics.png) no-repeat;
	background-size:20px 16px;
	position:absolute;
	left:-6px;
	top:50%;
	margin-top:-8px;
}
#hs .school_info .topics h4:after{
	background:url(/hs/school/images/topics.png) no-repeat;
}
.school_info .topics ul{
}
.school_info .topics ul li{
	padding:5px 0 5px 15px;
	position:relative;
	line-height:1.8;
}
.school_info .topics ul li:after{
	content:"●";
	position:absolute;
	top:4px;
	left:0;
}
.school_info .url{
	float:right;
	width:260px;
}
.school_info .url a{
	display:block;
	font-size:20px;
	color:#fff;
	padding:15px 30px 15px 15px;
	background:#f69800;
	-webkit-box-shadow: 0px 3px 0px 0px #e84e0a;
	-moz-box-shadow:    0px 3px 0px 0px #e84e0a;
	box-shadow:         0px 3px 3px 0px 0px #e84e0a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position:relative;
	text-decoration:none;
}
.school_info .url a:before{
	content:"";
	width:10px;
	height:10px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-5px;
	transform:rotate(-45deg);
}
.school_info .url a:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background:#ef7305;
	margin-top:3px;
}
/*---学校情報---*/


/*---スクロール時の上部固定メニュー---*/
body.pos_relative{
	position:relative;
}
.fixed_menu{
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	background:#fff;
	width:100%;
	border-bottom:3px solid #297aaa;
	display:none;
	/*visibility:hidden;*/
}
.fixed_menu .fixed_inner{
	width:960px;
	margin:0 auto;
	padding:10px 0;
}
.fixed_menu .fixed_inner .url{
	float:right;
	margin-left:20px;
}
.fixed_menu .fixed_inner .url a{
	display:block;
	font-size:16px;
	color:#fff;
	padding:10px 20px 10px 10px;
	background:#f69800;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position:relative;
	text-decoration:none;
	border-bottom:3px solid #e84e0a;
}
.fixed_menu .fixed_inner .url a:before{
	content:"";
	width:8px;
	height:8px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-4px;
	transform:rotate(-45deg);
}
.fixed_menu .fixed_inner .url a:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background:#ef7305;
	border-top:3px solid #fff;
	border-bottom:none;
}
.fixed_menu .fixed_inner h3{
	font-size:20px;
	color:#297aaa;
	line-height:1.5;
}
/*---スクロール時の上部固定メニュー---*/


/*---main contents---*/
.contents_wrap{
	margin:0 0 40px;
}
.contents_wrap .anchors{
	font-size:0;
	margin:0 15px 10px 0;
	float:right;
}
.contents_wrap .anchors a{
	font-size:14px;
	display:block;
	padding:10px 10px 10px 25px;
	margin-right:2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#e1f0fa;
	border-bottom:2px solid #559ac2;
	position:relative;
	text-decoration:none;
	float:left;
}
.contents_wrap .anchors a:before{
	content:"";
	width:6px;
	height:6px;
	border-right:1px solid #2979aa;
	border-bottom:1px solid #2979aa;
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-5px;
	transform:rotate(45deg);
}
.contents_wrap .anchors a:hover{
	background:#9bc5de;
	border-top:2px solid #fff;
	border-bottom:none;
}
.content_inner{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding:15px;
	width:50%;
	float:left;
	font-size:14px;
	line-height:1.5;
}
.contents_wrap h4{
	font-size:20px;
	padding:10px 15px 10px 20px;
	position:relative;
	background:#f2f2f2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:20px;
	line-height: 1.5;
}
.contents_wrap h4:before{
	content:"";
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-10px;
	width:3px;
	height:20px;
	background:#2979aa;
}
#hs .contents_wrap h4:before{
	background-color: #D1568D;
}
.content_inner img{
	width:auto;
	max-width:100%;
	height:auto;
}
.content_inner a{
	text-decoration:none;
}
/*---main contents---*/


/*---進学通信---*/
.tsushin{
	margin-bottom:30px;
}
.tsushin .tsushin_articles{
	-webkit-box-shadow: 0px 0px 3px 1px rgba(100, 100, 100, 0.1);
	-moz-box-shadow:    0px 0px 3px 1px rgba(100, 100, 100, 0.1);
	box-shadow:         0px 0px 3px 1px rgba(100, 100, 100, 0.1);
}
.tsushin .tsushin_single{
	border-top:1px solid #eeeeee;
}
.tsushin .tsushin_single.no_article{
	padding:10px;
	border-top:none;
}
.tsushin .tsushin_single a{
	display:block;
	padding:10px 10px 10px 10px;
	position:relative;
	font-size:14px;
	color:#333;
	border-right:20px solid #f5f5f5;
}
.tsushin .tsushin_single a:before{
	content:"";
	width:10px;
	height:10px;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	position:absolute;
	right:-12px;
	top:50%;
	margin-top:-5px;
	transform:rotate(-45deg);
}
.tsushin .tsushin_single a:hover{
	border-color:#297aaa;
	background:#eee;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 0px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}
#hs .tsushin .tsushin_single a:hover{
	border-color:#D1568D;
}
.tsushin .tsushin_single:hover a:before{
	border-color:#fff;
}
.tsushin .tsushin_single .new{
	width:4em;
	padding:2px 0;
	line-height:1;
	font-size:12px;
	color:#fff;
	background:#c43509;
	margin-bottom:5px;
	text-align:center;
}
.tsushin .tsushin_single .thumb{
	width:40%;
	float:right;
	margin-left:10px;
}
.tsushin .tsushin_single .thumb span{
	display: block;
	padding-bottom: 66.66666666666666666%;
	position: relative;
	overflow: hidden;
}
.tsushin .tsushin_single .thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}
.tsushin .tsushin_single .title{
	line-height:1.5;
}
.tsushin .tsushin_single .title span{
	display:block;
	font-size:12px;
	color:#aaa;
	padding-top:5px;
}
.tsushin .tsushin_single .title span.public_day{
	display:inline-block;
	font-size:11px;
	border:1px solid #ddd;
	color:#aaa;
	margin-top:5px;
	padding:3px 2px;
	line-height:1;
	text-align:center;
	min-width:84px;
}
.tsushin .archiveTushin a{
	display:block;
	background:#aaa;
	padding:15px 10px;
	color:#fff;
	font-size:16px;
	position:relative;
}
.tsushin .archiveTushin a:before{
	content:"";
	width:10px;
	height:10px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-5px;
	transform:rotate(-45deg);
}
.tsushin .archiveTushin a:hover{
	background:#297aaa;
}

.tsushin .second .tsushin_single:nth-child(n + 5) .thumb,
.tsushin .morearticle .tsushin_single .thumb{
	display: none;
}

.tsushin .morearticle{
	display: none;
}
.tsushin .more,
.tsushin .moresp,
.movie .moresp{
	margin-top: 0;
}
.tsushin .more a,
.tsushin .moresp a,
.movie .moresp a{
	background:#297aaa;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.tsushin .more a:hover,
.tsushin .moresp a:hover,
.movie .moresp a:hover{
	background:#193b5e;
	top: 0;
}


.tsushin .moresp,
.movie .moresp{
	display: none;
}
/*---進学通信---*/


/*---events info---*/
.content_inner .info{
	margin-bottom:30px;
}
/*
.content_inner .info h4{
	background:#297aaa;
	color:#fff;
	padding-right:5em;
}
.content_inner .info h4:before{
	background:#fff;
}
.content_inner .info h4 span{
	font-size:14px;
	background:#134b6b;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-0.8em;
	padding:5px 10px;
	line-height:1;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width:3em;
	text-align:center;
	display:none;
}
.content_inner .info h4 span.icon_toggle{
	background:none;
	right: auto;
	left:10px;
	margin-top:-5px;
	padding:0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width:10px;
	height:10px;
}
*/
.content_inner .info h4 span{
	display: none;
}
.content_inner .info dt {
	font-size:16px;
	color:#297aaa;
	border-left: 3px solid #297aaa;
	padding-left: 8px;
	margin:0 0 5px;
}
#hs .content_inner .info dt {
	color:#D1568D;
	border-left-color: #D1568D;
}
.content_inner .info dd {
	margin:0 0 10px;
    padding:0 0 10px;
    border-bottom: 1px dashed #ccc;
}
.content_inner .info dd .biko{
	color: #999;
}
.content_inner .info .link a{
	display:inline-block;
	color:#fff;
	background:#555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-bottom:2px solid #000;
	line-height:1;
	padding:5px 10px;
	margin:5px 0 0;
}
.content_inner .info .link a:hover{
	border-top:2px solid #fff;
	border-bottom:none;
}
/*---events info---*/


/*---動画---*/
.movie{
	margin-bottom:30px;
}
.movie h5.movie_title{
	font-size:16px;
	margin:10px 0;
}
.movie p.movie_discription{
	margin:10px 0;
	line-height:1.8;
}
.movie .moviebutton_wrap{
	-webkit-box-shadow: 0px 0px 3px 1px rgba(100, 100, 100, 0.1);
	-moz-box-shadow:    0px 0px 3px 1px rgba(100, 100, 100, 0.1);
	box-shadow:         0px 0px 3px 1px rgba(100, 100, 100, 0.1);
}
.movie .moviebutton{
	border-bottom:1px solid #eeeeee;
}
.movie .moviebutton a{
	display:block;
	padding:10px 10px 10px 10px;
	position:relative;
	font-size:14px;
	color:#333;
	border-right:20px solid #f5f5f5;
}
.movie .moviebutton a:before{
	content:"";
	width:10px;
	height:10px;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	position:absolute;
	right:-12px;
	top:50%;
	margin-top:-5px;
	transform:rotate(-45deg);
}
.movie .moviebutton.activeBtn a,
.movie .moviebutton a:hover{
	border-color:#297aaa;
	background:#eee;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 0px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}
#hs .movie .moviebutton.activeBtn a,
#hs .movie .moviebutton a:hover{
	border-color:#D1568D;
}
.movie .moviebutton.activeBtn a:before,
.movie .moviebutton:hover a:before{
	border-color:#fff;
}
.movie .moviebutton .new{
	width:4em;
	padding:2px 0;
	line-height:1;
	font-size:12px;
	color:#fff;
	background:#c43509;
	margin-bottom:5px;
	text-align:center;
}
.movie .moviebutton .thumb{
	width:40%;
	float:right;
	margin-left:10px;
}
.movie .moviebutton .title{
	line-height:1.5;
}
.movie .moviebutton .title span{
	display:block;
	font-size:14px;
	padding-top:5px;
}
/*---動画---*/


/*---map---*/
.map .map_link{
	text-align:right;
}
.map .map_link a{
	display:inline-block;
	color:#fff;
	background:#555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-bottom:2px solid #000;
	line-height:1;
	padding:5px 10px;
	margin:5px 0 20px;
}
.map .map_link a:hover{
	border-top:2px solid #fff;
	border-bottom:none;
}
.map .map_info{
	line-height:1.8;
}
.map .map_info h5{
	border-left:3px solid #333;
	padding-left:8px;
	font-size:16px;
	margin-bottom:10px;
}
/*---map---*/

.tab{
	margin-bottom: 30px;
	position: relative;
}
.tab:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 10px;
	background-image: url(/common/images/schoolinfo/stripe_ccc_8x8.png);
	background-size: 4px;
	left: 0;
	bottom: 0;
}
.tab ul{
	padding-left: 16px;
	position: relative;
	z-index: 1;
}
.tab ul li {
	width: 160px;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	float: left;
	margin-left: -1px;
	border-style: solid;
	border-width: 1px 1px 0;
	border-color: #297aaa;
	border-radius: 5px 5px 0 0;
	background-color: #fff;
	cursor: pointer;
}
.tab ul li.active,
.tab ul li:hover{
	color: #297aaa;
	background-color: #f3f9fd;
}

#hs .tab ul li{
	border-color: #D1568D;
}
#hs .tab ul li.active,
#hs .tab ul li:hover{
	color: #D1568D;
	background-color: #fff4f9;
}

.wrap_all{
	position: relative;
}
.wrap_all .loading{
	min-height: 300px;
	position: relative;
}
.wrap_all .loading img{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -24.5px 0 0 -24.5px;
}
.wrap_all .contents_wrap{
/*	display: none;*/
	position: absolute;
	transition: all .5s;
	z-index: -1;
	opacity: 0;
	width: 100%;
	top: 0;
}
.wrap_all .contents_wrap.active{
/*	display: block;*/
	position: relative;
	z-index: 1;
	opacity: 1;
}

.tsushin .tsushin_articles.first{
	margin-bottom: 30px;
}
.tsushin .tsushin_single.first{
}
.tsushin .tsushin_single.first a{
	border: none;
	padding: 0;
	position: relative;
}
.tsushin .tsushin_single.first a:before{
	display: none;
}
.tsushin .tsushin_single.first .thumb {
    width: auto;
    float: none;
    margin-left: 0;
	overflow: hidden;
}
.tsushin .tsushin_single.first a img{
	transition: all .7s;
}
.tsushin .tsushin_single.first a:hover img {
	-webkit-transform: translate(-50%,-50%) scale(1.2);
	transform: translate(-50%,-50%) scale(1.2);
}
.tsushin .tsushin_single.first .new{
	position: absolute;
	top: 10px;
	left: 10px;
}
.tsushin .tsushin_single.first .title{
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
}

.qboxparent{
	position: relative;
}
.qboxwrap{
	position: absolute;
	padding-bottom: 9px;
	top: 0;
	right: 0;
	width: 200px;
	margin-top: 12px;
	z-index: -1;
	opacity: 0;
	transition: all .5s;
}
.qboxparent.active .qboxwrap{
	z-index: 1;
	opacity: 1;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.qboxwrap:after{
	content: '';
	width: 18px;
	height: 10px;
	background-image: url(/common/images/schoolinfo/qboxbottom.png);
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	background-repeat: no-repeat;
	position: absolute;
	right: 14px;
	bottom: 0;
	z-index: 1;
}
.qbox{
	background-color: #fff;
	border: 1px solid #BDBBBB;
	border-radius: 5px;
	padding: 10px;
}
.qbox .t{
	padding-left: 23px;
	position: relative;
	background-image: url(/common/images/schoolinfo/icon_question.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 18px;
	background-size: 18px;
	min-height: 18px;
}
.qbox p{
	font-size: 13px;
	margin-top: 5px;
}

.qboxparent h4{
	padding-right: 38px;
	position: relative;
	cursor: pointer;
}
.qboxparent h4:after{
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background-image: url(/common/images/schoolinfo/icon_question.png);
	background-repeat: no-repeat;
	-webkit-background-size: 18px;
	background-size: 18px;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.floatwrapper{
	margin: 0 -15px;
}

.dougaArea{
position: relative;
}
.mplayer {
position: absolute;
z-index: -1;
	opacity: 0;
	transition: all .5s;
width: 100%;
top: 0;
}
.mplayer.active{
position: relative;
	z-index: 1;
	opacity: 1;
	
}

a:hover .yplayer.ver2022:after {
	transform: scale(1);
}
.yplayer.ver2022:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-image: url("/common/images/youtube-playbutton-60x44.png");
	background-size: 60px auto;
	background-position: center;
	transition: all .5s;
	transform: scale(0);
}
a:hover .yplayer.ver2022:before {
	opacity: 1;
}
.yplayer.ver2022:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.85);
	transition: all .5s;
	opacity: 0;
}
@media only screen and (max-width: 767px) {
	.yplayer.ver2022:after {
		transform: scale(1);
	}
	.yplayer.ver2022:before {
		background-color: rgba(0,0,0,0.65);
		opacity: 1;
	}
}
.yplayer{
position: relative;
padding-bottom: 56.25%;
	background-size: cover;
	background-position: center;
}
.yplayer iframe{
position: absolute;
top: 0;
left: 0;
}
.moviebutton a:hover .thumb .thumbInner.ver2022:after {
	transform: scale(1);
}
.moviebutton .thumb .thumbInner.ver2022:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-image: url("/common/images/youtube-playbutton-60x44.png");
	background-size: 30px auto;
	background-position: center;
	transition: all .5s;
	transform: scale(0);
	z-index: 1;
}
.moviebutton a:hover .thumb .thumbInner.ver2022:before {
	opacity: 1;
}
.moviebutton .thumb .thumbInner.ver2022:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.85);
	transition: all .5s;
	opacity: 0;
	z-index: 1;
}
.moviebutton .thumb .thumbInner{
position: relative;
padding-bottom: 56.25%;
overflow: hidden;
}
.moviebutton .thumb img{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
width: 100%;
height: auto;
}

.gaibulinkbox{
	text-align: center;
	font-size: 15px;
	margin-bottom: 30px;
}
.gaibulinkbox p{
	line-height: 1.8;
}
.btn {
	margin-top: 10px;
}
.btn a{
	display:block;
	color:#fff;
	padding:15px 30px 15px 15px;
	background:#f69800;
	-webkit-box-shadow: 0px 3px 0px 0px #e84e0a;
	-moz-box-shadow:    0px 3px 0px 0px #e84e0a;
	box-shadow:         0px 3px 0px 0px #e84e0a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position:relative;
	text-decoration:none;
	max-width: 500px;
	margin: 0 auto;
}
.btn a:before{
	content:"";
	width:10px;
	height:10px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-5px;
	transform:rotate(-45deg);
}
.btn a:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background:#ef7305;
	position: relative;
	top: 3px;
}

.nyushi_box_wrapper{
	margin: 0 -5px;
}
.nyushi_box_wrapper .box_a{
	width: 33.3333333333333333333%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
.nyushi_box_wrapper .box_b{
	padding: 10px;
	background-color: #f0f0f0;
	border-radius: 5px;
}
.nyushi_box_wrapper .title{
	margin-bottom: 10px;
	position: relative;
	display: table;
}
.nyushi_box_wrapper .title:after{
	content: '';
	width: 5px;
	height: 100%;
	background-color: #297aaa;
	position: absolute;
	top: 0;
	left: -10px;
}
#hs .nyushi_box_wrapper .title:after{
	background-color: #D1568D;
}
.nyushi_box_wrapper .title .cell{
	padding: 3px 0 3px 5px;
	font-size: 17px;
	line-height: 1.4;
	vertical-align: middle;
	display: table-cell;
}
.nyushi_box_wrapper .table{
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
}
.nyushi_box_wrapper .table table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-size: 13px;
}
.nyushi_box_wrapper .table table th,
.nyushi_box_wrapper .table table td{
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #e4e4e4;
	padding: 10px 0;
	-ms-word-break: break-all;
	word-break: break-all;
}
.nyushi_box_wrapper .table table th{
	color: #808080;
	padding-right: 5px;
	width: 4.5em;
}
.nyushi_box_wrapper .table table td{
	padding-left: 5px;
}

.web_app{
	margin-bottom: 10px;
}
.web_app span{
	display: inline-block;
	line-height: 1;
	font-size: 12px;
	padding: 3px 10px;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
}
.web_app span.a{
	color: #ef5a24;
	margin-right: 5px;
}
.web_app span.b{
	color: #006837;
}


.lighthouse_wrapper{
	margin: 0 -10px;
}
.lighthouse_wrapper .box_a{
	float: left;
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
}
.lighthouse_wrapper .box_a:nth-child(4n+1){
	clear: both;
}
.lighthouse_wrapper .new{
	width:4em;
	padding:2px 0;
	line-height:1;
	font-size:12px;
	color:#fff;
	background:#c43509;
	text-align:center;
	margin-top: 5px;
}

.lighthouse_wrapper .box_b{
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.lighthouse_wrapper .thumb{
	border: 1px solid #ddd;
	padding: 3px;

}
.lighthouse_wrapper .thumb > div{
	overflow: hidden;
}
.lighthouse_wrapper .thumb img{
	width: 100%;
	transition: all .5s;
}
.lighthouse_wrapper a:hover .thumb img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.lighthouse_wrapper .title{
	margin-top: 5px;
	font-size: 15px;
	color: #872E1D;
}
.lighthouse_wrapper .tag{
	margin-top: 10px;
}
.lighthouse_wrapper .tag span{
	display: inline-block;
	line-height: 1;
	padding: 3px 10px;
	border-width: 1px;
	border-style: solid;
	color: #888;
}


@media only screen and (min-width: 768px){
	.tsushin .tsushin_articles.second{
		display: block !important;
	}
	.movie .moviebutton_wrap{
		display: block !important;
	}
}



.heiganWrapper p{
	font-size: 15px;
	line-height: 22px;
}
.heiganWrapper p.point{
	margin-top: 0.5em;
	font-size: 11px;
}
.heiganList{
	margin-top: 30px;
}
.heiganList li{
	border-top: 1px dashed #ddd;
}
.heiganList li:last-child{
	border-bottom: 1px dashed #ddd;
}
.heiganList a{
	display: block;
	text-decoration: none;
	padding: 15px 130px 15px 15px;
	position: relative;
	transition: all .5s;
}
.heiganList a:after{
	content: '学校情報';
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -20px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	color: #fff;
	background-color: #D1568D;
	text-align: center;
	border: 1px solid #D1568D;
	transition: all .5s;
}
.heiganList__nameBox{
	font-size: 0;
}
.heiganList__nameBox span{
	display: inline-block;
	vertical-align: middle;
}
.heiganList__nameBox span:nth-of-type(n+2){
	margin-left: 10px;
}
.heiganList__name{
	font-size: 20px;
}
.heiganList__type{
	font-size: 12px;
	line-height: 1;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 2px 10px;
	background-color: #fff;
}
.heiganList__add{
	font-size: 12px;
	margin-top: 10px;
	color: #666;
}

.heiganList a:hover{
	background-color: rgba(209, 86, 141, 0.1);
}
.heiganList a:hover:after{
	background-color: #fff;
	color: #D1568D;
}



.heiganFooterWrapper{
/*	overflow: hidden;*/
	padding-bottom: 40px;
	margin-top: 40px;
}
.heiganFooterWrapper h4{
	font-size: 20px;
	position: relative;
	padding-left: 30px;
	z-index: 1;
	margin-bottom: 1em;
}
.heiganFooterWrapper h4:before{
	content: '';
	width: 100%;
	height: 10px;
	position: absolute;
	top: 5px;
	left: 0;
	background-color: rgba(209, 86, 141, 0.15);
	z-index: -1;
}
.heiganFooterWrapper h4 span{
	display: inline-block;
	padding: 0 15px;
	background-color: #fff;
}

.heiganFooterWrapper p{
	font-size: 15px;
	margin-top: 1em;
}
.heiganFooterWrapper p.point{
	margin-top: 0.5em;
	font-size: 11px;
}
.heiganFooter{
	margin: 30px -10px 0;
}
.heiganFooter li{
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.heiganFooter li:nth-of-type(n+3){
	padding-top: 20px;
}
.heiganFooter a{
	background-color: #fff;
	text-decoration: none;
	padding: 15px 60px 15px 15px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	display: block;
	border-radius: 3px;
	position: relative;
}
.heiganFooter a:after{
	content: '学校\A情報';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 40px;
	padding: 5px 0;
	line-height: 1.2;
	border-radius: 5px;
	color: #fff;
	background-color: #D1568D;
	text-align: center;
	border: 1px solid #D1568D;
	transition: all .5s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.heiganFooter__nameBox{
	font-size: 0;
}
.heiganFooter__nameBox span{
	display: inline-block;
	vertical-align: middle;
}
.heiganFooter__nameBox span:nth-of-type(n+2){
	margin-left: 10px;
}
.heiganFooter__name{
	font-size: 17px;
}
.heiganFooter__type{
	font-size: 11px;
	line-height: 1;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 3px 5px 2px;
	background-color: #fff;
}
.heiganFooter__add{
	font-size: 11px;
	margin-top: 10px;
	color: #666;
}

.heiganFooter a:hover:after{
	background-color: #fff;
	color: #D1568D;
}

.map-iframe-new{
	position: relative;
}
.map-iframe-new iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.family_yugo {
	font-family: "游ゴシック", YuGothic;
}
.info__schoolynk__wrapper p {
	line-height: 1.8;
}
.info__schoolynk__wrapper {
	font-size: 15px;
	padding-bottom: 30px;
}
.info__schoolynk__date__wrapper .slick-slide {
	padding: 0 10px;
}
.info__schoolynk__date__wrapper {
	margin: 40px -10px 0;
}
.info__schoolynk__date__wrapper .slick-arrow {
	width: 36px;
	height: 36px;
	background-color: #6171C1;
	z-index: 1;
}
.info__schoolynk__date__wrapper .slick-arrow:before {
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 1px;
	position: absolute;
	bottom: 50%;
}
.info__schoolynk__date__wrapper .slick-disabled {
	display: none !important;
}
.info__schoolynk__date__wrapper .slick-prev {
	left: 10px;
}
.info__schoolynk__date__wrapper .slick-next {
	right: 10px;
}
.info__schoolynk__date__wrapper .slick-prev:before {
	left: 32%;
	transform-origin: left bottom;
	transform: rotate(45deg);
	border-color: transparent transparent #fff #fff;
}
.info__schoolynk__date__wrapper .slick-next:before {
	right: 32%;
	transform-origin: right bottom;
	transform: rotate(-45deg);
	border-color: transparent #fff #fff transparent;
}
.info__schoolynk__date__inner:hover {
	background-color: #ECEBF7;
}
.info__schoolynk__date__inner {
	border: 1px solid #6171C1;
	padding: 10px;
	display: block;
	color: inherit;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	transition: all .5s;
}
.info__schoolynk__date__y {
	font-size: 14px;
	color: #666;
}
.info__schoolynk__date__md {
	display: flex;
	position: relative;
	font-size: 40px;
	justify-content: center;
	height: 2em;
	font-weight: bold;
	line-height: 1;
	margin-top: 5px;
}
.info__schoolynk__date__m {
	width: 3em;
	text-align: right;
	align-self: flex-start;
	padding-right: .25em;
}
.info__schoolynk__date__d {
	width: 3em;
	text-align: left;
	align-self: flex-end;
	padding-left: .25em;
}
.info__schoolynk__date__md:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #333;
	top: 0;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}
.info__schoolynk__date__w {
	font-size: 14px;
	margin-top: 5px;
}
.info__schoolynk__date__w.w0 {
	color: #ED475B;
}
.info__schoolynk__date__w.w6 {
	color: #29ABE2;
}
.info__schoolynk__button {
	text-align: center;
	margin-top: 40px;
}


/*
---
---------------------------------------------------------------------------*/
.remodal.remodal-movie {
	padding: 60px 10px 0;
	border-radius: 0;
	background-color: transparent;
	max-width: 1000px;
}
.remodal .remodal-ytbClose {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	cursor: pointer;
}
.remodal .remodal-ytbClose:before,
.remodal .remodal-ytbClose:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background-color: #fff;
}
.remodal .remodal-ytbClose:before{
	transform: rotate(45deg);
}
.remodal .remodal-ytbClose:after{
	transform: rotate(-45deg);
}
.wrapper_iframe .box_iframe {
	padding-bottom: 56.25%;
	position: relative;
}
.wrapper_iframe .box_iframe iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


/**
 * タブレット端末用
**/
@media only screen and (max-width: 960px) {

/*---学校情報---*/
.school_info{
	margin:0 0 40px;
}
.school_info .box01{
	float:none;
	width:auto;
	display:table-cell;
	padding-right:20px;
	vertical-align:top;
}
.school_info .url{
	float:none;
	width:auto;
	display:table-cell;
	white-space: nowrap;
	vertical-align:top;
}
/*---学校情報---*/


/*---スクロール時の上部固定メニュー---*/
.fixed_menu .fixed_inner{
	padding:10px;
	width:auto;
}
/*---スクロール時の上部固定メニュー---*/


/*---main contents---*/
.contents_wrap{
	margin:0 0 40px;
}
/*---main contents---*/
	
	.tab:before{
		bottom: -10px;
	}
	.tab ul{
		padding-left: 0;
	}
	.tab ul li{
		width: 20%;
		margin-left: 0;
		    border-width: 1px 1px 0 0;
	}
	.tab ul li:first-child{
		border-left-width: 1px;
	}

}


/**
 * スマートフォン端末用
**/
@media only screen and (max-width: 767px) {

/*---学校情報---*/
.school_info{
	/*margin:0 10px 40px;*/
	padding:10px;
}
.school_info .box01{
	/*float:none;
	width:auto;
	display:table-cell;
	padding-right:20px;
	vertical-align:top;*/
	display:block;
	padding:0;
}
.school_info .info01 li{
	font-size:14px;
	display:block;
	margin:10px 0;
}
.school_info .info01 li.tel:before{
	font-size:12px;
}
.school_info .info01 li.uni:before{
	font-size:12px;
}
.school_info .topics{
	margin-bottom:20px;
	font-size:16px;
	padding:5px;
}
.school_info .topics_inner{
	padding:10px 5px 20px;
}
.school_info .topics h4{
	margin:-30px 0 20px 0;
}
.school_info .topics h4:before{
	left:-20px;
}
.school_info .topics h4:after{
	left:-10px;
}

.school_info .url{
	/*float:none;
	width:auto;
	display:table-cell;
	white-space: nowrap;
	vertical-align:top;*/
	display:block;
	white-space:normal;
}
/*---学校情報---*/


/*---main contents---*/
.contents_wrap{
}
.contents_wrap .anchors{
	float:none;
	margin:0 -1% 20px;
}
.contents_wrap .anchors:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.contents_wrap .anchors a{
	margin:1%;
	width:48%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size:12px;
}
.contents_wrap .anchors a:before{
	content:"";
	width:6px;
	height:6px;
	border-right:1px solid #2979aa;
	border-bottom:1px solid #2979aa;
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-5px;
	transform:rotate(45deg);
}
.contents_wrap .anchors a:hover{
	background:#9bc5de;
	border-top:2px solid #fff;
	border-bottom:none;
}
.content_inner{
	width:auto;
	padding:0;
	font-size:16px;
	float:none;
}

/*---main contents---*/


/*---events info---
.content_inner .info{
	margin-bottom:10px;
}
.content_inner .info h4{
	cursor:pointer;
	padding-left:25px;
	margin-bottom:10px;
}
.content_inner .info h4:before{
	display:none;
}
.content_inner .info h4 span{
	display:block;
}
.content_inner .info dt {
	font-size:18px;
}
---events info---*/
	.toggle{
		display: block;
	}

/*---進学通信---*/
.tsushin .tsushin_single a{
	font-size:16px;
}
	
	.tsushin .moresp{
		display: block;
	}
	.tsushin .moresp a:before {
		transform: rotate(45deg);
		transition: all .5s
	}
	.tsushin .moresp.open a:before{
		transform: rotate(-135deg);
	}
	.tsushin .more{
		display: none;
	}

	.tsushin .tsushin_articles.second{
		display: none;		
	}
	.tsushin .morearticle {
		display: block;
	}
/*---進学通信---*/

/*---動画---*/
.movie{
	margin:30px 0;
}
.movie h5.movie_title{
	font-size:18px;
}
.movie .moviebutton a{
	font-size:16px;
}

	.movie .moresp{
		display: block;
		margin-top: 20px;
	}
	.movie .moresp a:before {
		transform: rotate(45deg);
		transition: all .5s
	}
	.movie .moresp.open a:before{
		transform: rotate(-135deg);
	}
	
	.movie .moviebutton_wrap{
		display: none;
		margin-top: 10px;
	}

	
	/*---動画---*/


/*---map---*/
.map{
	margin-top:30px;
}
.map .map_info h5{
	font-size:18px;
}
.map .map_frame{
	width:88%;
	margin:0 auto;
}
/*---map---*/

	.tab,
	.wrap_all{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.tab ul li{
		padding: 5px;
		font-size: 10px;
	}
	
	.floatwrapper{
		margin: 0;
	}
	
	.nyushi_box_wrapper {
		margin: 0;
	}
	.nyushi_box_wrapper .box_a{
		width: auto;
		float: none;
		padding: 5px 0;
	}
	.nyushi_box_wrapper .title .cell{
		font-size: 15px;
	}
	.nyushi_box_wrapper .table table{
		font-size: 13px;
	}
	
	.lighthouse_wrapper{
		margin: 0;
	}
	.lighthouse_wrapper .box_a{
		float: none;
		width: auto;
		padding: 15px 0;
		border-bottom: 1px dashed #ddd;
	}
	
	.heiganList a{
		padding-right: 100px;
	}
	.heiganList a:after{
		width: 70px;
	}
	.heiganList__nameBox span.heiganList__name{
		display: block;
		line-height: 1.4;
		font-size: 18px;
	}
	.heiganList__nameBox span:nth-of-type(n+2){
		margin-left: 0;
		margin-top: 5px;
	}
	.heiganList__nameBox span:nth-of-type(n+3){
		margin-left: 10px;
	}
	
	.heiganFooter{
		margin-left: 0;
		margin-right: 0;
	}
	.heiganFooter li{
		width: auto;
		float: none;
		padding-left: 0;
		padding-right: 0;
	}
	.heiganFooter li:nth-of-type(n+2){
		padding-top: 20px;
	}
	.heiganFooter__nameBox span.heiganFooter__name{
		display: block;
		line-height: 1.4;
	}
	.heiganFooter__nameBox span:nth-of-type(n+2){
		margin-left: 0;
		margin-top: 5px;
	}
	.heiganFooter__nameBox span:nth-of-type(n+3){
		margin-left: 10px;
	}
	
	.info__schoolynk__date__wrapper {
		margin-top: 20px;
		margin-left: -2px;
		margin-right: -2px;
	}
	.info__schoolynk__date__wrapper .slick-prev {
		left: 2px;
	}
	.info__schoolynk__date__wrapper .slick-next {
		right: 2px;
	}
	.info__schoolynk__date__wrapper .slick-slide {
		padding: 0 2px;
	}
	.info__schoolynk__date__md {
		font-size: 30px;
	}
	.info__schoolynk__date__wrapper .slick-arrow {
		width: 26px;
		height: 42px;
	}
	.info__schoolynk__button {
		margin-top: 20px;
	}

}


/**
 * info.php終了
**/



.remodal-movie__vwrapper {
	text-align: center;
}
.remodal-movie__video {
	width: 800px;
	max-width: 100%;
}