/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 21 2025 | 11:55:10 */
/* ① HD (1280×720) 以上 */
@media (min-width: 1280px) {
  .swiper-slide picture {
    width: 73%;
  }
}

header.site-header {
	background-color: revert;
}

.swiper-slide {
	background: #fff;
}

footer {
	background-color: #d55c03;
	color: #fff;
}

.footer-nav {
	text-align: center;
}

.footer-nav ul li a {
	color: #fff;
}

.site-footer-copyright > p:nth-of-type(2) {
  display: none !important;
}