@charset "utf-8";
@import url(common.css);
@import url(side.css);
@import url(../text.css);
@import url(faq.css);
@import url(shoplist.css);
@import url(shop.css);
@import url(news.css);
@import url(company.css);
@import url(contact.css);


@media screen and (max-width:480px) { 
/*  【スマホ縦用】画面サイズが480pxまで  */

#instafeed_sp{
width:100%;
}


#instafeed_sp img{ 	
	width:30%;
	margin:1px;
 } 

a.in-page-link{
   display: block;
	margin-top:-20px;
   padding-top:20px;
}




/* layout
-------------------------------- */

.flex{
		 display: flex;
	height: 100%;
		 flex-direction: column;
	flex-basis: 10px;
	margin: 0;
	}
a{
	color:#e3007f;
}

h1{
	display:none;
	}


h3{

}






/* メニュー（トグルボタン用css）
-------------------------------- */

.menu-text {
	width:		100%;
	font-size:	11px;
	margin-top:	14px;
	color:		#0099FF;
	display:	block;
}

button.active .menu {
      display: none
    }
    
button.active .close {
      display: block
    }
	
	button .close {
      letter-spacing: 0.08em;
      display: none
    }
    
    button .menu {
      display: block
    }
	.drawer-toggle{
		color:#F15A24;
	}


/* ヘッダーメニュー
-------------------------------- */



	


h5{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-left: 15px;
	height: 24px;
	background-image: url(../../images/h5_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 24px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}






a img{
	border: 0;
}


p{
	margin:0 0 20px 0;
}


.mt5{
	margin-top:5px;
}

.mt20{
	margin-top:20px;
}

.mb5{
	margin-bottom:5px;
}

.mb10{
	margin-bottom:10px;
}

.mb15{
	margin-bottom:15px;
}

.mr8{
	margin-right: 8px;
}

.pt10{
	padding-top:10px;
}

.pt20{
	padding-top:20px;
}

.pt30{
	padding-top:30px;
}

.pr20{
	padding-right:20px;
}

.pb20{
	padding-bottom:20px;
}


.pb30{
	padding-bottom:30px;
}

.pb50{
	padding-bottom:50px;
}





}