@charset "utf-8";
p {
  font-size: 16px;
}
.wine-emphasis {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 600;
}
.slider-wrap {
  max-width: 1004px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.splide__slide img {
  width: 100%;
}
.splide__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: calc(100% + 44px);
}
.splide__arrow {
  background: none;
  border: none;
  padding: 0;
}
.splide__arrow {
  width: 30px;
  height: 30px;
}
.slide-info {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 6px;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
#image-slider {
  margin-bottom: 15px;
}
#thumbnail-slider .splide__list {
  flex-wrap: wrap;
}
#thumbnail-slider .splide__slide {
  width: 25% !important;
}
#thumbnail-slider-list {
  transform: unset !important;
}
#thumbnail-slider .is-active::before {
  content: "";
  background-color: rgba(51, 51, 51, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.wine-h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
	margin-bottom: 43px;
}
.wine-slider {
	border-bottom: 1px solid #707070;
}
.wine-container.container {
	max-width: 890px;
}
.wine-column {
	padding-right: 18px;
	padding-left: 18px;
}
.wine-h4 {
	font-size: 1.42rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
	padding-bottom: 9px;
	border-bottom: 1px solid #707070;
	margin-bottom: 22px;
}
.wine-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 0;
}
.wine-list li {
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 16px;
}
.wine-list li span {
	display: block;
	font-weight: 400;
	padding-top: 3px;
}
.wine-flex {
  row-gap: 50px;
}
@media all and (min-width: 576px) {
	#thumbnail-slider .splide__slide{
		width: 20%!important;
  }
}
@media all and (min-width: 768px) {
	.splide__arrow {
		width: 50px;
    height: 50px;
  }
  .slide-info{
		padding: 12px;
  }
  #thumbnail-slider .splide__slide{
		width: 16.6666666666%!important;
  }
  #image-slider{
		margin-bottom: 27px;
  }
  .slider-wrap{
    padding: 0 22px;
  }
	.wine-emphasis{
		font-size: 1.71rem;
  }
	.wine-flex {
    row-gap: 87px;
	}
}
@media all and (min-width: 992px) {
	.wine-h4{
		font-size: 1.42rem;
	}
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
	.wine-item{
    max-width: 581px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {
}

@media all and (max-width: 400px) {
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {
}
