/*
Theme Name: Lightning Child
Template: lightning
*/

#main-slider {
	margin-bottom: 10px;
}
#slider-thumbnail ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0;
}
#slider-thumbnail ul li {
	list-style: none;
	width: calc((100% - 40px) / 5);
	opacity: .5;
	margin-right: 10px;
	margin-bottom: 10px;
}
#slider-thumbnail ul li:nth-child(5n){
	margin-right: 0;
}
#slider-thumbnail ul li.active-thumbnail {
	opacity: 1;
}
.swiper-pagination-bullets {
	position: static;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	margin: 0 0 0 10px;
	background: #114400;
	border-radius: 0;
}
.swiper-pagination-bullet:first-child {
	margin-left: 0;
}
@media screen and (max-width: 767px){
	#slider-thumbnail {
		display: none;
	}
}




.top-imglink {
  
}
.top-imglink:hover {
  opacity: .8;
}

.three-month {
	text-align: right;
	font-size: 14px;
}
.three-month2 {
	font-size: 14px;
	margin-top: 8px;
}
@media screen and (max-width: 767px) {
	.three-month {
		text-align: left;
	}
}



/*-----------------------------------------------
休業日の案内
-----------------------------------------------*/
.holiday2 {
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.holiday2 h3 {
  font-size: 14px;
  border-bottom: unset;
  color: #575757;
  margin-bottom: 8px;
  background: #d2d2d2;
  padding: 6px 20px;
  text-align: center;
  line-height: 1;
  margin-right: 10px;
  border-radius: 3px;
}
.holiday2 h3::after {
  display: none;
}
.holiday2 p {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.6;
  border-bottom: solid 1px;
}
@media screen and (max-width: 768px) {
  .holiday2 {
    margin-top: 20px;
    margin-bottom: 30px;
    display: block;
    padding: 0 10px;
  }
  .holiday2 h3 {
    margin-right: 0;
  }
  .holiday2 p {
    border-bottom: unset;
  }
}

.count-btn {
  visibility: hidden;
}
.button {
  margin: 10px 0;
}