@charset "utf-8";
/*web font*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300,400;500;700;900&family=Noto+Serif+JP:wght@400;500;700;900&display=swap');
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
Light	300
DemiLight	350
Regular	400
Medium	500
Bold	700
Black	900
*/
/*
@import url(style.css) screen and (min-width: 641px);
@import url(smstyle.css) screen and (max-width: 640px);
*/
@import url(style.css) screen and (min-width: 897px);
@import url(smstyle.css) screen and (max-width: 896px);
@import url(menu.css);
@import url(common.css);