@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	font
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("/wordpress/wp-content/themes/u-gaku__theme/fonts/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    src: url("/wordpress/wp-content/themes/u-gaku__theme/fonts/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("/wordpress/wp-content/themes/u-gaku__theme/fonts/NotoSansJP-Bold.woff") format("woff");
}
html{
	font-family: 'Noto Sans JP','NotoSansJP', 'Noto Sans CJK JP', sans-serif;
}