	@charset "utf-8";

/* 小型タブレット */
@media only screen and (max-width: 768px) {

/*==========================================
 ヘッダーのスタイル
===========================================*/

 #navigation{display:none;}
#side-box2 {display:none;}
.pc-top-profile4 {display:none;}
#top-review {display:none;}

/*==========================================
 申込フォーム
===========================================*/

.form-lead{
	display:none;
}


.form-h2box-d { 
	display:none;
}
 

.form-h2box-s { 
	background: url(../../image/sp/form-h2-back2.jpg) no-repeat ;
	background-position: center;
	-moz-background-size:100% auto;
	background-size:100% auto;

}
 

.form-h2box-s h2 {
    color: #5e4238;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 0 10px 2px;
}


/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/


/*==========================================
 シチュエーション別
===========================================*/

.gallery1-box a{
	width:32%;
}

.gallery1-box img{
	width:100%;
}

.voice-box img{
	width: 50%;
}

/*==========================================
 topシチュエーション
===========================================*/

#pc-situation-list{
	display:none;
}

/*==========================================
当店の特徴
===========================================*/

#store-point-more{
	display:none;
}


/*==========================================
topプロフィール
===========================================*/


.img-profile-pc{
	display:none;
}


.img-profile-sp{
	width:100%;
	height:auto;
}


.onlypc{
	display:none;
}

.situ-onlypc{
	display:none;
}



#pc-top-picture{
	display:none;
}

.situ-artist-box {
	clear:both;
}

#pc-artistgallery{
	display:none;
}


.displayContainer{
	display:none;
}

.pcblank {
    display: none!important;
}


  }

