@charset "UTF-8";

/*---------------------------------------------------------
  font-family
----------------------------------------------------------- */
@font-face {     
	font-family: minmoji; 
	src: url('https://minmoji.ucda.jp/fontseot/https%3A__gifu-pta.jp_'); 
	src: local('minmoji'), 
	     url('https://minmoji.ucda.jp/fontswoff/https%3A__gifu-pta.jp_') format('woff'), 
	     url('https://minmoji.ucda.jp/fonts/https%3A__gifu-pta.jp_') format('opentype'); 
	font-display: swap;
}

body{
	font-family: minmoji,"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size:1em;
	color:#444;
}
/*
/*"UD新ゴNT M",
.g-type{
	font-family: -apple-system, BlinkMacSystemFont,'Noto Sans JP', "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium",'M PLUS 1p', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.m-type{
	font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.sawarabi-g{
	font-family: "Sawarabi Gothic",'M PLUS 1p', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sawarabi-m{
	font-family: "Sawarabi Mincho",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
*/

/* -----------
template head内に埋め込み

●見出し用
<link href="https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=M+PLUS+1p:500,700,800" rel="stylesheet">
（語数が不完全なので見出しで）
<link href="https://fonts.googleapis.com/css?family=Sawarabi+Gothic" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Sawarabi+Mincho" rel="stylesheet">

●本文用
（ゴシック）
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap" rel="stylesheet">
（明朝）
<link href="https://fonts.googleapis.com/css?family=Noto+Serif+JP" rel="stylesheet">

● NEW! 表示用
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">

●アイコンフォント　font-awesome
（使い方）
http://www.webdesignleaves.com/pr/plugins/fontawesome_01.html
（新）
<link href="https://use.fontawesome.com/releases/v5.6.1/css/all.css" rel="stylesheet">
（旧バージョン）
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">

●ウェブフォント
Adobe Fonts
	https://fonts.adobe.com/
DynaFont Online
	https://dfo.dynacw.co.jp/
FontStream
	https://www.font-stream.com/
Google Fonts + 日本語
	https://googlefonts.github.io/japanese/
REALTYPE
	https://www.realtype.jp/
TypeSquare
	https://typesquare.com/ja/

無料フォント
	https://edge.sincar.jp/web/free-japanese-web-font/
 ----------- */
