@charset "UTF-8";


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

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

#content_header nav ul li.active07 a,
#content_header nav ul li.active01 a:hover {
	color: #D1568D;
	background: #ffffff;
}


/**
 *
 * index.php開始
 *
**/

/**
 * 左コンテンツ
**/

/**
 * 検索
**/

#search_form table th {
width:auto;
padding-right:20px;
}

/**
 * ページング
**/

.paging{
	overflow:hidden;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom:10px;
}

.paging_bottom{
	overflow:hidden;
	border-top: 1px solid #EEEEEE;
	padding-top:10px;
}

.result_head{
	float:left;
}

.result_head_btn{
	float:left;
}

ul.pagelists{
	margin:0;
	padding:0;
	list-style:none;
	font-size:80%;
	float:right;
	overflow:hidden;
}
	
ul.pagelists_btn{
	margin:0;
	padding:0;
	list-style:none;
	font-size:80%;
	float:right;
	overflow:hidden;
}

.pagelists li,.pagelists_btn li{
	text-align:center;
	border:1px solid #D1568D;
	margin-bottom:10px;
	margin-left:5px;
	float:left;
}

.pagelists li a,.pagelists_btn li a{
	color:#D1568D;
	display:block;
	padding:2px 5px;
}

.pagelists li.active,.pagelists_btn li.active{
	background-color:#D1568D;
}

.pagelists li.active a,.pagelists_btn li.active a{
	color:#FFFFFF;
}

.pagelists li.navi,.pagelists_btn li.navi{
	border:none;
}

/**
 * 一覧
**/

.list_box{
	background:#f2f2f2;
	overflow:hidden;
	padding:10px;
	margin-bottom:20px;
	clear:both;
}

.list_box .thumb{
	float:left;
	margin-right:15px;
}

.list_box .thumb img{
	display:inline;
}

.list_box dt{
	color:#1a1a1a;
	font-size:15px;
	text-shadow: 1px 1px 2px rgba(170, 170, 170, 1);
	padding:3px 0 10px 0;
	border-bottom:1px dashed #ccc;
	margin-left:123px;
}

.list_box dt a{
	color:#D1568D;
	text-decoration:none;
}

.list_box dt a:hover{
	text-decoration:underline;
}

.list_box dt img{
	display:inline;
}

.list_box .date{
	padding:3px 0 0 0;
}

.movielist h2 {
    padding-right: 38px;
    position: relative;
}
.movielist h2 {
    font-size: 20px;
    padding: 10px;
    background: #f2f2f2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    line-height: 1.5;
	display: flex;
	justify-content: space-between;
}

/*
.list_box.new2017 .thumb a{
	display: block;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	width: 108px;
}
.list_box.new2017 .thumb a img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
}
*/


/**
 * 右コンテンツ
**/

.link_list{
	margin-top:5px;
}

.link_list a{
	display:block;
	text-align:center;
	padding:3px 0;
	width:120px;
	margin:0 auto;
	background:#979797;
	color:#fff !important;
	text-decoration:none;
}

/**
 *
 * index.php終了
 *
**/



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

/**
 *
 * 学校情報
 *
**/
.school_info{
	overflow:hidden;
	margin-bottom:30px;
}

.school_info .box01{
	float:left;
}

.school_info ul.icons{
	overflow:hidden;
	margin-bottom:20px;
}

.school_info ul.icons li{
	float:left;
	margin-right:15px;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
}

.icon_jhs{
	padding:3px 20px;
	background:#0667dd;
}

.icon_private{
	padding:3px 10px;
	background:#15992A;
}

.icon_coedu{
	padding:3px 10px;
	background:#E56C19;
}

.school_info h3{
	color:#1a1a1a;
	font-size:26px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	margin-bottom:20px;
}

.school_info .tel{
	background:url(../images/icon_tel.png) no-repeat 0 center;
	padding-left:38px;
	margin-right:20px;
	display:inline-block;
}

.school_info .url{
	background:url(../images/icon_url.png) no-repeat 0 center;
	padding-left:38px;
	display:inline-block;
}

.school_info .url a{
	color:#0071BC;
	text-decoration:none;
}

.school_info .url a:hover{
	text-decoration: underline;
}

.school_info .box02{
	float:right;
	margin-left:20px;
}

.school_info .box02 img{
	/* box-shadow */
	box-shadow:rgba(179, 179, 179, 0.65) 2px 2px 2px 1px;
	-webkit-box-shadow:rgba(179, 179, 179, 0.65) 2px 2px 2px 1px;
	-moz-box-shadow:rgba(179, 179, 179, 0.65) 2px 2px 2px 1px;
}

.school_info .box03{
	width:640px;
	float:left;
}

.school_info .box03 dl{
	overflow:hidden;
	margin-bottom:10px;
	max-width:640px;
}

.school_info .box03 dt{
	width:90px;
	color:#fff;
	background:#686868;
	padding:3px 0;
	text-align:center;
	float:left;
	margin-right:20px;
}

.school_info .box03 dd{
	overflow:hidden;
}

/**
 *
 * コンテンツ共通
 *
**/

h4{
	padding:10px 0 10px 10px;
	background:#F2F2F2;
	color:#287BAB;
	font-size:16px;
	margin-bottom:15px;
}

.corner{
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 14px 0 0;
	border-color: #ffffff transparent transparent transparent;
}

#sp_movie,#sp_map,#sp_tsushin,#sp_media,#sp_graph{
	display:none;
}
/**
 *
 * 左コンテンツ
 *
**/

.content_left{
	width:300px;
	float:left;
	margin-right:30px;
}

/**
 * 説明会情報
**/
.info h4{
	background:#287BAB;
	color:#fff;
}

.info a {
	color: #005697;
	text-decoration: none;
}

.info a:hover {
	color: #005697;
	text-decoration: underline;
}

.info dt {
	padding: 0px 0 0 19px;
	background: url("/jhs/common/images/icon_update.jpg") no-repeat left 2px;
	margin-bottom:5px;
}

.info dd {
	padding: 0 0 8px 0;
	color: #222222;
	border-bottom: 1px dotted #d9d9d9;
	margin-bottom:10px;
}

/**
 *
 * 中央コンテンツ
 *
**/

.content_center{
	width:300px;
	float:left;
	margin-right:30px;
}

/**
 * 地図
**/
.map .map_frame iframe{
	width:300px;
	height:350px;
}

/**
 * 進学通信
**/

.tsushin dl{
	background: #29919E;
	padding:5px;
	margin-bottom:10px;
	overflow:hidden;
}

.tsushin dl dd{
	float:right;
	margin-left:20px;
}

.tsushin dl dt a{
	color:#fff;
	text-decoration:none;
}


/**
 * Media Release
**/

.media dl{
	background: #DF5B36;
	padding:5px 20px 15px 5px;
	margin-top:10px;
	overflow:hidden;
}

.media dl dd{
	float:right;
	margin-left:20px;
}

.media dl dt{
	margin-top:-5px;
}
.media dl dt a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding-left:15px;
}


/**
 *
 * 右コンテンツ
 *
**/

.content_right{
	width:300px;
	float:right;
}

/**
 * 学校動画
**/

.movie dl{
/* グラデーション */
	background: #1a1a1a; /* Old browsers */
	background: -moz-linear-gradient(left,  #1a1a1a 0%, #242424 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1a1a1a), color-stop(100%,#242424)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #1a1a1a 0%,#242424 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #1a1a1a 0%,#242424 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #1a1a1a 0%,#242424 100%); /* IE10+ */
	background: linear-gradient(to right,  #1a1a1a 0%,#242424 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#242424',GradientType=1 ); /* IE6-9 */
/* グラデーション */
	padding:5px;
	margin-top:10px;
	overflow:hidden;
}

.movie dl dd{
	float:right;
	margin-left:20px;
}

.movie dl dt a{
	color:#fff;
	text-decoration:none;
	padding:5px 0 0 10px;
	display:block;
}

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


/*
---
---------------------------------------------------------------------------*/
.movie__movie {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 20px;
}
.movie__movie__item {
	width: 33.33333333333%;
	padding: 10px 5px 0;
	box-sizing: border-box;
}
.movie__movie__anchor {
	background-color: #f2f2f7;
	height: 100%;
	position: relative;
	display: block;
	color: inherit;
	text-decoration: none;
}
.movie__movie__anchor:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 6px solid transparent;
	transition: border-color .5s ease;
	z-index: 1;
	pointer-events: none;
}
.movie__movie__anchor:hover:before {
    border-color: #D95792;
}
.movie__movie__thumb {
	position: relative;
	overflow: hidden;
}
.movie__movie__tag {
	position: absolute;
	color: #fff;
	padding: 5px;
	width: 150px;
	text-align: center;
	left: 0px;
	top: 0;
	transform: translateY(-50%);
	font-size: 12px;
}
.movie__movie__img {
	position: absolute;
	max-width: none;
	width: auto;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform .5s ease-in-out;
}
a:hover .movie__movie__img {
    transform: translate(-50%, -50%) scale(1.2);
}
.movie__movie__thumb:before {
	content: "";
	display: block;
	padding-bottom: 75%;
}
.movie__movie__textBox {
	position: relative;
	padding: 30px 20px 60px;
}
.movie__movie__schoolName {
	font-size: 14px;
	font-weight: bold;
}
.movie__movie__title {
	transition: color .5s ease;
	font-size: 14px;
}
.movie__movie__date {
	position: absolute;
	bottom: 20px;
	left: 20px;
	line-height: 1;
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	.movie__movie__item {
		width: 50%;
	}
	.movie__movie__tag {
		width: 120px;
		font-size: 11px;
	}
	.movie__movie__textBox {
		padding: 30px 10px 50px;
	}
	.movie__movie__date {
		bottom: 10px;
		left: 10px;
		font-size: 11px;
	}
}




