@charset "Shift_jis";

/*google font*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');

/* CSS*/
@import url("reset.css");
@import url("base.css") print,screen and (min-width: 1080px);
@import url("next.css") print,screen and (min-width: 1080px);

@import url("smt_base.css") screen and (min-width:0px) and (max-width: 1079px);
@import url("smt_next.css") screen and (min-width:0px) and (max-width: 1079px);
