/*
Theme Name: Lightning Child 
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.5.1
*/
/* === カスタムCSSここから === */
body {
  font-family: 'Noto Serif JP', serif ;
}
/* 画像ホバーでズームする */
.zoom-img {
  transition: transform 0.5s ease;
  display: inline-block; /* 安定動作のため追加 */
}
.zoom-img:hover {
  transform: scale(1.1);
}
/* お知らせのフォントをゴシック体に変える */
.news_font {
	font-family: "Noto Sans JP", sans-serif;
}
.site-footer-copyright p:nth-child(2) {
    display:none;
}
/* スマホサイズ（最大767px） */
@media screen and (max-width: 767px) {
  .entry-title {
    font-size: 1.6rem;
  }
  .icon {
	width:80px
	height:auto;
  }
  .post {
    flex-direction: column; /* 横並びを縦にするなど */
  }
	/* 投稿一覧ページでカテゴリーラベルを非表示 */
　.vk_post_imgOuter_singleTermLabel {
    display: none !important;
  }
}

/* === カスタムCSSここまで === */
