/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/


@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
body{font-family: 'Noto Serif JP', serif;}


service-text{
	text-align:center;
}
h2#service {
	font-family:"游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ", "メイリオ", "MS Pゴシック", sans-seif;
}

/*事業内容ブロックのフォント指定*/
wp-block-cover__background has-background-dim-100 has-background-dim {
	font-family:"游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ", "メイリオ", "MS Pゴシック", sans-seif;
}
h6.sub-title2{
	text-align:center;
	font-family:"游ゴシック";
}

.onsen-css{
	font-family:"游ゴシック";
}

.wp-block-table {
	font-size:30px;
}
service-text{
	text-align:center;
}
.site-header{
	padding-top:30px;
}

/*pc版の時にモバイル版を非表示*/
@media screen and (min-width:769px){
	.mobile{
		display:none !important;
	}
}

/*モバイル版の時にpc版を非表示*/
@media screen and (max-width:768px){
	.pc{
		display:none !important;
	}
}

/*SDGSブロックのフォント指定*/
.sdgs1,.sdgs2,.sdgs3,.sdgs4{
    font-family: Lato,'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

/*繁忙期の営業についてタイトルの文字色*/
.news{
	color:#ff0000e !important;
}
/*夏季営業についてのお知らせ非表示*/
.attention{
	display:none !important
}