@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: 
 */

/* =====
【サイト全体】フォント
===== */
/* GoogleFont：NotoSansJP */
/*
@font-face {
    font-family: 'subset_NotoSansJP';
    src: url('https://l-shanti.com/wp-includes/fonts/subset_NotoSansJP-Medium.woff2') format('woff2'),
         url('https://l-shanti.com/wp-includes/fonts/subset_NotoSansJP-Medium.woff') format('woff');
}
*/
/* ZenKakuGothicNew<nomal> */
@font-face {
    font-family: 'ZenKakuGothicNew';
    src: url('https://l-shanti.com/wp-includes/fonts/subset_ZenKakuGothicNew-Regular.woff2') format('woff2'),
         url('https://l-shanti.com/wp-includes/fonts/subset_ZenKakuGothicNew-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* ZenKakuGothicNew<bold> */
@font-face {
    font-family: 'ZenKakuGothicNew';
    src: url('https://l-shanti.com/wp-includes/fonts/subset_ZenKakuGothicNew-Bold.woff2') format('woff2'),
         url('https://l-shanti.com/wp-includes/fonts/subset_ZenKakuGothicNew-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* ShipporiMincho<nomal> */
@font-face {
    font-family: 'ShipporiMincho';
    src: url('https://l-shanti.com/wp-includes/fonts/subset_ShipporiMincho-Regular.woff2') format('woff2'),
         url('https://l-shanti.com/wp-includes/fonts/subset_ShipporiMincho-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* ShipporiMincho<bold> */
@font-face {
    font-family: 'ShipporiMincho';
    src: url('https://l-shanti.com/wp-includes/fonts/subset_ShipporiMincho-Bold.woff2') format('woff2'),
         url('https://l-shanti.com/wp-includes/fonts/subset_ShipporiMincho-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* GoogleFont：DancingScript */
@font-face {
    font-family: 'DancingScript';
    src: url('https://l-shanti.com/wp-includes/fonts/subset_DancingScript-VariableFont_wght.woff2') format('woff2'),
         url('https://l-shanti.com/wp-includes/fonts/subset_DancingScript-VariableFont_wght.woff') format('woff');
}

body {
/* font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
/* font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif; */
/*    font-family: 'ZenKakuGothicNew', sans-serif; */
    font-family: 'ShipporiMincho', serif;
}