@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=20240617");

/* Zen_Kaku_Gothic_New700 */
@font-face {
    font-family: "Zen_Kaku_Gothic_New";
    src:url('/wordpress/wp-content/themes/generatepress_child/font/ZenKakuGothicNew-Bold.woff?date=20240617') 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?date=20240702') format('woff');
	font-display: swap;
}

@font-face {
    font-family: "GenJyuuGothic-Bold";
    src:url('/wordpress/wp-content/themes/generatepress_child/font/genjyuugothic/GenJyuuGothic-Bold.woff?date=20240702') format('woff');
	font-display: swap;
}

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

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

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

.genjyuu_bold {
	font-family: "GenJyuuGothic-Bold",sans-serif;
}

.genjyuu_heavy {
	font-family: "GenJyuuGothic-Heavy",sans-serif;
}

.font_hiragino{
	font-family: "hira_kakugo",sans-serif;
	font-weight: normal;
}