/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body, html {
　font-family: Lato,"Noto Sans JP","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif
}
/*ヘッダーナビメニュー*/
.global-nav__menu li, .widget_nav_menu li {font-size:small;}
//header.singular-header {display:none;}
li.menu-item {border:0;}
/*パンくずリストフォントサイズ*/
.aioseo-breadcrumb {font-size:small;}
.hero-font {font-family:'游明朝';}
/*非表示*/
.feather-calendar, .updated {display:none;}
.footer-poweredby{display:none;}

@media (min-width: 769px) {

}
@media (max-width: 768px) {

}
/*枠にシャドウをつける*/
.shadow-effect {
	box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 1);
}
.shadow-effect-lr {
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
