/*
      Theme Name: Lightning Child
      Template: lightning
     */
body {
  margin: 0; /* 必要に応じてbodyのマージンをリセット */
  background-image: url("https://higenopanya.co.jp/wp2025/wp-content/uploads/2025/07/bg70.png"); 
  background-repeat: repeat-x; 
  background-size:  auto;
  background-attachment: fixed;
  background-position: bottom;
  
}
.site-footer-content {
  /*background-image: url("https://higenopanya.co.jp/wp2025/wp-content/uploads/2025/07/bg70.png"); 
  background-repeat: repeat-x; 
 background-size: auto; 
	width: 100%;
  background-position: bottom center;*/
  /*background-size: 100% 100%;*/
	padding-bottom:2.5em;
}

.site-footer-copyright {display: none;}

.vk_posts {display: none;}

ul.wp-block-latest-posts  {
	background: #fff;
	padding:0;
	margin-bottom:0em;
}
ul.wp-block-latest-posts li a {
	list-style-type: disc;
	line-height:1em;
	border-bottom: 1px solid #ccc;
	list-style-position: inside;
	padding-left: 15px;　/* 追記 */
}


.fn, .entry-footer, .screen-reader-text, .updated, .fas, .fa-history {display: none;}

.midashi {
  position: relative;
  color: #000;
  font-size:45px !important;
  padding: 28px 0 33px 0;
  text-align: center;
  margin: 1.5em 0;
}
.midashi:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 200px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #900;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tensen {
	
  color: #000;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #900;
  width:35em;
  text-align:center;
}

span.mobile-break  {
     display: inline-block;
   }

@media (max-width: 768px) {
     .mobile-break {
       display: inline-block;
     }
   }