@charset "utf-8";

#main-slides {
  opacity: 0;
}
#main-slides.slick-initialized {
  opacity: 1;
}

/*--1024px----------------------------------------------------------------------------------------------------------------*/
@media all and (min-width:1024px) {

#chef .chefcomment+p {
    background: url(../img/sub/mizuiro/chef-img.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}

#aboutshop .shopimg {
	background: url(../img/sub/mizuiro/shop-img.jpg);
	background-size: cover;
}
}

/*--1400px----------------------------------------------------------------------------------------------------------------*/
@media all and (min-width:1400px) {

#chef .chefcomment+p {
    background: inherit;
}

}