@charset "UTF-8";
/* CSS Document */

/* -----------------------------------------
All
----------------------------------------- */
@import "base.css";

/* -----------------------------------------
PAGE
----------------------------------------- */
@import "index.css";
@import "food.css";
@import "chef.css";
@import "office.css";
@import "shop.css";
@import "sweets.css";
@import "index4menu.css";
@import "cafe.css";

/* -----------------------------------------
tablet
----------------------------------------- */
@import url(tablet.css) screen and (max-width: 830px);

/* -----------------------------------------
smart
----------------------------------------- */
@import url(smart.css) screen and (max-width: 640px);
