@charset "utf-8";
/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*Awesomeフォントをインストール出来るようにする(2023-04-07)og*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");

/* 本当は相対パスで書きたいが、管理画面から参照出来ないため、細やかな抵抗としてルートパスで書く(2022-06-03mk) */
@import url("/wordpress/wp-content/themes/generatepress_child/font/icomoon/style.css?date=2024-06-17");


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');




@font-face {
    font-family: "din_alternate";
    src:url('/wordpress/wp-content/themes/generatepress_child/font/DINAlternate-Bold.woff?date=2024-08-01') format('woff');
	font-display: swap;
}

@font-face {
    font-family: "DFHsm7_0";
    src:url('/wordpress/wp-content/themes/generatepress_child/font/DFHsm7_0.woff?date=2024-08-01') format('woff');
	font-display: swap;
}

@font-face {
    font-family: "ZenOldMincho";
    src:url('/wordpress/wp-content/themes/generatepress_child/font/ZenOldMincho-Bold.woff') format('woff');
	font-display: swap;
}

@font-face {
    font-family: "Hiragino Sans";
    src:url('/wordpress/wp-content/themes/generatepress_child/font/hiragino/hira_kakugo_std_w7.woff?date=2024-07-12') format('woff');
	font-display: swap;
}

@font-face {
    font-family: "my_mincho";
    src:url('/wordpress/wp-content/themes/generatepress_child/font/hiragino/hira_min_std_w4.woff') format('woff');
	font-display: swap;
}

@font-face {
    font-family: "zen_kaku_gothic_new";
    src:url('/wordpress/wp-content/themes/generatepress_child/font/zen_kaku_gothic_new.woff?date=2024-06-17') format('woff');
	font-display: swap;
}

.font_zenkaku{
	font-family:"zen_kaku_gothic_new",sans-serif;
}