/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
/* スライダーの<h2> */
.ltg-slide-text-title {
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 2px #fff;
  font-size: 24px;
}
/* 春のブーケ12（768x1024）に対応 */
img.wp-image-510 {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4; /* 幅:高さ = 768:1024 */
}
img.wp-image-510 {
  aspect-ratio: 3 / 4; /* 768:1024 = 3:4 */
}