/* mobile first */
@media only screen and (min-width : 320px) {
	
}
@media only screen and (min-width : 480px) {
	
}
@media only screen and (min-width : 576px) {
	
}
@media only screen and (min-width : 768px) {

}
@media only screen and (min-width : 992px) {
	
}

@media only screen and (min-width : 1200px) {
	
}


/* un mobile first */
@media only screen and (max-width : 1200px) {
	
}
@media only screen and (max-width : 992px) {
	
}
@media only screen and (max-width : 768px) {
	.header-top_facebook{
		display: none;
	}
}
@media only screen and (max-width : 576px) {
	.top-opening{
		background-position: center;
	}
	.top-section{
		background-position: center;
	}
	.top-section_title .text-v{
		-webkit-writing-mode:horizontal-tb;
		-ms-writing-mode:horizontal-tb;
		writing-mode:horizontal-tb;
	}
	.top-section_text{
		font-size:16px !important;
	}
	.header-title{
		text-align:center;
	}
	.shoplist-container{
		background:none;
	}
	.footer-info{
		padding:0;
		text-align: center;
	}
	.footer-navi .navi-item{
		line-height: 2.4rem !important;
	}
	.header-top_facebook{
		display:inline-block !important;
	}
	.header-top_twitter{
		display:inline-block !important;
		margin-bottom:1rem;
	}
}
@media only screen and (max-width : 480px) {
	
}
@media only screen and (max-width : 320px) {

}



/* print */
@media print{
	
}