@charset "UTF-8";
/* --------------------------------------------------------------------
 Copyright (c) 2019 plusi
 -------------------------------------------------------------------- */
/* ====================================
 FONT
 ====================================== */
/* ------------------------------------
 font-awesome
 -------------------------------------- */
/*@import url('https://use.fontawesome.com/releases/v5.0.6/css/all.css');*/

/* ------------------------------------
 google Font
 -------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300|Open+Sans');*/
/*@import url(//fonts.googleapis.com/earlyaccess/hannari.css);*/

/* ------------------------------------
 Default body font
 -------------------------------------- */
body{
	/*font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;*/
	/*font-family: 'Hannari', serif;*/
	/*font-family: 'Noto Serif CJK JP', serif;*/
	font-family: 'Noto Serif JP', serif;
}
