@charset "utf-8";

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

■ 

============================================================
*/	
.pc {
    display: block;
}
.pc_none {
	display: none;
}
.tb {
    display: block;
}
.sp {
    display: none;
}
img {
    max-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;
}    
#mv_area .mv_contents{
	min-height: 0;
}
/* ---------------------------------------------------------
■ 公開説明会
--------------------------------------------------------- */    
 #open .open_tx .right img:first-child{
    transform: translateX(0);
}   
    
/* ---------------------------------------------------------
■ 学力向上へのこだわり
--------------------------------------------------------- */
/*共通*/    
.ability_base {
    margin: 0 auto;
}    

#seebe .tx_btn {
    width: 86%;
}    
 /* ---------------------------------------------------------
■ リード
--------------------------------------------------------- */
#lead .tx{
	width: 95%;
}
	
#lead .tx .left{
	width: 100%;
	float: none;
}

#lead .tx .right{
	width: 100%;
	margin: 0 auto;
	float: none;
	text-align: center;
}
	
#lead .tx .right ul li{
	float: left;
	width: 50%;
}
	
#lead .tx .right img{
	width: 75%;
}
	
#lead .tx .right img.img_tx{
	margin-top: 10%;
	float: left;
}
/* ---------------------------------------------------------
■ 教師紹介
--------------------------------------------------------- */

#teacher_area{
	width:100%;
}

ul.teacher-slider li{
	width: 20%;
}

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