/*
 Theme Name:   Child
 Template:     twentysixteen
*/

@media print{
.top_no_print{
        display: none !important;
    }
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0px;
padding:0px;
}



.pagination h2 {
display:none;
}
.nav-links {
text-align:center;
}
.nav-links .meta-nav {
display:none;
}

.nav-links .page-numbers {
border:1px solid #ccc;
padding:2px 4px;
margin:0 2px;
}

.nav-links .prev {
margin-right:3px;
border:none;
}
.nav-links .next {
margin-left:3px;
border:none;
}

/* ローディング用　使用してない */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /* background: #000; */
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  /* color: #fff; */
  z-index: 2;
}

#slidershow{ 
	display:none;
}

.entry-content video {
max-width:100%;
}

/* トップgoogleストリートビューナビ */
.top_nav01 {
width:100%;
margin-top:30px;
margin-bottom:50px;
}
.top_nav01 li {
margin:0;
}
.top_nav01 li {
display:inline-block;
margin-right:15px;
}
.top_nav01 li:nth-child(3) {
margin-right:40px;
}
.top_nav01 li:nth-child(4) {
margin-right:0;
}
#main .entry-footer {
display:none;
}

/* 教職員採用情報 */
.recruit {
border:1px solid #dedede;
padding:15px 20px;
}
.recruit li {
	background-image: url(http://keimeigakkan-h.ed.jp/wordpress/img/arrow08.png);
	background-position: bottom 8px left;
	background-repeat: no-repeat;
        padding-left:20px;
        margin-bottom:10px;
}
.recruit li img {
vertical-align:middle;
margin-left:10px;
}

	
/* 2024年6月追加 */

.head h1 {
	/* width:205px !important; */
	width:190px !important;
margin:0 auto !important;
text-align:center !important;
}
.head h1 img {
	
}


/* 背景色なし */
#head {
		height:auto !important;

	/* border-bottom:6px solid #ad3140 !important; */

	}
#head .head_coment {
	width:100%;
    margin:0 auto;
margin-top:-5px;
	line-height:0.3em
}
#head .head_coment .coment {
		margin:0px auto;
	max-width: 980px;
	color:#ad3141;
	padding-bottom:10px;
	font-size:0.9em;
}



/* 背景色あり
#head {
		height:auto !important;

	border-bottom:1px solid #ad3140 !important;

	}
#head .head_coment {
		background-color:#ad3140;
	width:100%;
    margin:0 auto;
margin-top:-5px;
line-height:0.1em;
}
#head .head_coment .coment {
		margin:0px auto;
	max-width: 980px;
	color:#fff;
	padding:11px 0 9px 0;
	font-size:0.9em;
} */


/* ライン
#head {
		height:auto !important;

	border-bottom:6px solid #ad3140 !important;

	}
#head .head_coment {
		border-top:1px solid #ad3140 !important;
	width:100%;
    margin:0 auto;
margin-top:-5px;
	line-height:0.3em
}
#head .head_coment .coment {
		margin:0px auto;
	max-width: 980px;
	color:#333;
	padding-bottom:10px;
padding-top:12px;
	font-size:0.9em;
}
 */

/* // 2024年6月追加 */

/* ヘッダーを固定 */
.kotei {
    position: fixed; /*← fixedで固定 */
	padding: 0px; /* ヘッダーの余白を指定する(上下左右) */
    width: 100%; 
    height: 96px; 
    background-color: #ffffff !important;
    top: 0;
	z-index:999;
}

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
#main #sub_main_right .teacher01_right h3{
	border-bottom:none;
	background-image:none;
	padding:0;
	margin:0;
	line-height:120%;
	border-bottom:4px solid #e4e4e4;
	padding-bottom:3px;
	margin-top:3px;
	margin-bottom:3px;
	font-size:18px;
	font-weight:bold;
}
.smart .slider-for .size-full {
width:100%;
height:auto;
margin-bottom:0px;
vertical-align:bottom;
}

.smart .slider-for .alignnone {
margin-bottom:0px;
vertical-align:bottom;
}
.smart .slider-for img {
vertical-align:bottom !important;
margin-bottom:-1px; !important;
}

.smart .slider-for .wp-image-2891 {
vertical-align:bottom;
margin:0;
}
.smart .slider-for {
margin-bottom:0 !important;
}
.smart .slider-for .slick-slide {
margin-bottom:0 !important;
}
.smart .slider-for p {
margin-bottom:0;
padding-bottom:0;
}
/* Arrows */
.slick-prev,
.slick-next
{
display:none !important;
}
.smart .slider-nav {
margin-top:-20px;
}

/* トップgoogleストリートビューナビ */
.top_nav01 {
width:100%;
margin-top:0px;
margin-bottom:20px;
}
.top_nav01 h3 {
background-image:url(http://www.keimeigakkan-h.ed.jp/wordpress/img/top_img09_sbg.png);
background-repeat:x;
background-position:left center;
margin-bottom:10px;
height:83px;
width:100%;
text-align:center;
}

.top_nav01 p {
text-align:center;
width:49%;
}
.top_nav01 p img {
width:100%;
margin-bottom:0;
}

.top_nav01 p {
font-size:90%;
line-height:100%;
}
	
/* 2024年6月追加 */

.head h1 {
	width:100% !important;
	height:auto !important;
margin:0 auto !important;
text-align:center !important;
font-size:0.8em;
	line-height:0.8em;
padding-bottom:5px;
color:#ae3141;
}
.head h1 img {
	
}

}


