@charset "utf-8";

@media screen and ( max-width:1100px) {
/*
============================================================
株式会社さなる　ベース　タブレット上書き
============================================================
*/	
.pc {
    display: block;
}	
.tb {
    display: block;
}
.sp {
    display: none;
}

/* ---------------------------------------------------------
■ ヘッダー
--------------------------------------------------------- */
/*ヘッダーボタン*/    
header .head_btn{
    width: calc(100% - 260px);
    margin-right: 5px;
}

header .head_btn .left,header .head_btn .right{
    width: 49.5%;
    margin-right: 0;
}

header .head_btn .entry_btn p{
    padding: 16px 35px 0 0;
    font-size: 129%;
    background-size: 28.8px 12.8px;
    background-position: right 15px top 46%;
} 

header .head_btn .entry_btn:hover p{
    background-position: right 10px top 46%;
}    

}


/*----------------
　□　申し込みボタン POPアップ
----------------*/
@media screen and ( max-width:860px) {
	.pop_btn {
    	display: block;
	}
}