@charset "utf-8";
p{
  font-size: 16px;
}
.breakfast-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;
}
.breakfast-h3{
	text-align: center;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 31px;
  letter-spacing: 0.1em;
}
.breakfast-h4{
	font-size: 1rem;
  font-weight: 600;
	line-height: 1.75;
  letter-spacing: 0.1em;
	text-align: center;
}
.breakfast-btn {
	text-align: center;
}
.btn-standard{
	width: 290px;
	padding: 11px 50px 11px 20px;
}
.breakfast-list li {
	letter-spacing: 0.1em;
}
@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;
  }
	.breakfast-emphasis{
		font-size: 1.71rem;
  }
	.breakfast-h3{
		font-size: 2rem;
	}
	.breakfast-flex {
		align-items: center;
	}
	.breakfast-h4{
		font-size: 1.1rem;
		text-align: left;
	}
	.breakfast-list li {
		font-size: 1rem;
	}
	.breakfast-btn {
		text-align: left;
	}
	.breakfast-bottom {
		margin-bottom: 24px;
	}
}
@media all and (min-width: 992px) {
	.breakfast-h4{
		font-size: 1.42rem;
	}
	.btn-standard{
		width: 355px;
	}
	.breakfast-list li {
		font-size: 16px;
	}
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
	.breakfast-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) {

}
