@charset "utf-8";

@media screen and ( max-width:1100px) {
/*
============================================================
2019年度0次募集　コンテンツ　タブレット上書き
------------------------------------------------------------

■ 

============================================================
*/	
.pc {
    display: none;
}	
.tb {
    display: block;
}
.sp {
    display: none;
}
img {
    width: 100%;
    height: auto;
}
	
a:hover img{
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}
	
/* ---------------------------------------------------------
■ トップへ戻るボタン
--------------------------------------------------------- */	
#page-top a:hover {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);

}
	
#page-top a {
    width: 50px;
    padding: 10px 0;
}
/* ---------------------------------------------------------
■ フェードイン
--------------------------------------------------------- */
.fadein_delay {
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
}
/* ---------------------------------------------------------
■ ベース
--------------------------------------------------------- */
body:before,body:after {
    top: 300px;
}    
    
/*ヘッダーロゴ*/
header #head_logo {
    width: 58%;
    left: 2%;
    text-align: left;
}
    
header #head_logo img {
    width: 100%;
    max-width: 218px;
}
	
header #head_logo a:hover img{
	transform: translateY(0);
}	
/*ヘッダーボタン*/
header #head_btnbox_tb {
    position: fixed;
    height: 70px;
    top: 0;
    width: 100%;
    z-index: 50;
	background: rgba(255,255,255,0.8);
}
header #head_btnbox_tb .img_btn {
    position: absolute;
    height: auto;
    width: 38%;
    top : 0;
    right: 1px;
    text-align: right;
}
header #head_btnbox_tb img {
    width: 48%;
    max-width: 70px;
    height: auto;
    margin-left: 1px;
}

header #head_btnbox_tb img.tel{
	background: #f17852;
}

header #head_btnbox_tb img.mail{
	background: #c01e1e;
}
    
/* ---------------------------------------------------------
■ mvエリア
--------------------------------------------------------- */
#mv_area {
    margin-top: 70px;
}    
    
/* ---------------------------------------------------------
■ 公開説明会
--------------------------------------------------------- */    
 #open .open_tx .right img:first-child{
    transform: translateX(0);
}   
    
/* ---------------------------------------------------------
■ 学力向上へのこだわり
--------------------------------------------------------- */
/*共通*/    
.ability_base {
    margin: 0 auto;
}    

#seebe .tx_btn {
    width: 86%;
}    
    
/* ---------------------------------------------------------
■ 教師へのこだわり
--------------------------------------------------------- */    
/*1列4人に*/
#teacher ul li{
    width: 24.6%;
}

#teacher ul li:nth-child(5n){
	margin-right: 0.5%;
} 
    
#teacher ul li:nth-child(4n){
	margin-right: 0;
}      

/* ---------------------------------------------------------
■ 学年のリード
--------------------------------------------------------- */    
h2.tit p{
    font-size: 42px;
    line-height: 42px;
}
    
/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
footer {
	height: auto;
}
        
footer #footlogo{
	width: 60%;
	max-width: 200px;
}    
/* ---------------------------------------------------------
■ ライトボックス
--------------------------------------------------------- */
.lightbox { 
    padding: 15px;
}    
	
}