/*
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 {
  display: none;
}
.button {
  margin: 10px 0;
}

#sec_lineup .lineup_box .price_box {
  margin-bottom: 6px !important;
}
.newcolor_info {
  margin-top: 30px;
  margin-bottom: 30px;
}
.newcolor_box {
  display: flex;
  margin-bottom: 15px;
}
.newcolor_img {
  
}
.newimg {
  margin-bottom: 10px;
}
.newcolor_img img {
  max-width: 86px;
}
.newcolor_price {
  
}
.newcolor_price .price {
  font-weight: bold;
  font-size: 1.2em;
  display: inline-block;
  background: linear-gradient(transparent 60%, #e7cdc7 60%);
}
.newcolor_price .price span {
  font-size: 1.5em;
}
.newcolor_price .normal_price {
  margin-top: .5em;
  font-size: .9em;
}
.newcolor_price .attention {
  
}
.new_mark {
  position: relative;
}
.new_mark .icon_mark {
  position: absolute;
  z-index: 99;
  top: 30px;
  left: -60px;
  font-size: 70px;
}
.new-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fd7fd5;
  border-radius: 4px;
  animation: pulse 1.2s infinite;
}
@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.15); }
  100% { transform: scale(1); }
}

.newcolor_info form {
  font-weight: bold;
}
.newcolor_info .num {
  display: none;
}
@media screen and (max-width: 768px) {
  .newcolor_box {
    justify-content: space-around;
  }
  .new_mark .icon_mark {
    font-size: 36px;
    top: 40px;
    left: 10px;
  }
  #sec_lineup .lineup_box form select {
    width: 80%;
  }
}


/*------------ PC・SP 表示切替（768） -----------*/
@media screen and (max-width: 768px){
  .pc7 {
    display: none !important;
  }
}
@media screen and (min-width: 768px){
  .sp7 {
    display: none !important;
  }
}