@charset "UTF-8";
/* CSS Document */



@media screen and (min-width: 768px){
	.shop-datail--hours span {
		min-width: 140px;
	}
}
@media screen and (max-width: 767px){
	.shop-datail--hours span {
		width: 35vw;
	}
}