@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
Version: 0.1.2
*/

/* リンク付き画像にだけ動きを付ける */
.wp-block-image a,
figure.wp-block-image a {
	display: inline-block;
	overflow: hidden;
}

.wp-block-image a img,
figure.wp-block-image a img {
	display: block;
	transition: transform 0.25s ease, opacity 0.25s ease, filter 0.25s ease;
}
/* マウスを乗せたとき */
.wp-block-image a:hover img,
figure.wp-block-image a:hover img {
	transform: scale(1.03) translateY(-2px);
	opacity: 0.9;
	filter: brightness(1.08);
}
.wp-block-image a {
	cursor: pointer;
}
.site-footer-content .menu li a {
  font-size: 15px;
}
/* リンク色 */
.entry-body a {
  color: #0066cc;
}
.entry-body a:hover {
  color: #004499;
  text-decoration: underline;
}
/* 行間 */
:root {
  --vk-size-text: 17px;
  --vk-line-height: 1.9em;
}
