
/* スライドする要素 */
.slider {
  width: 200px;
  height: 127px;
  margin-right: 22px;

}


.slider img{
	width: 100%;
	height: auto;
	margin-top: -28px;

}

.siseki{
	margin-left: 10px;
	font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(12px, 1.2vw, 13px);
	color: #6f6f7f;
	font-weight: 700;
}
.slider:nth-child(1) {
  background-color: #ffffff;
}
.slider:nth-child(2) {
  background-color: #ffffff;
}
.slider:nth-child(3) {
  background-color: #ffffff;
}
.slider:nth-child(4) {
  background-color: #ffffff;
}
.slider:nth-child(5) {
  background-color: #ffffff;
}
.slider:nth-child(6) {
  background-color: #ffffff;
}
.slider:nth-child(7) {
  background-color: #ffffff;
}
.slider:nth-child(8) {
  background-color: #ffffff;
}
.slider:nth-child(9) {
  background-color: #ffffff;
}
.slider:nth-child(10) {
  background-color: #ffffff;
}
.slider:nth-child(11) {
  background-color: #ffffff;
}
.slider:nth-child(12) {
  background-color: #ffffff;
}
.slider:nth-child(13) {
  background-color: #ffffff;
}
.slider:nth-child(14) {
  background-color: #ffffff;
}
/* スライドレールの枠 */
.wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px;
	padding: 0;
	backgroud-repeat: no-repeat;
  border: 10px solid ##FaF0dd;;
	box-sizing: border-box;
	  background-color: rgba(228,220,200,0.2);
}
li{
    list-style: none;

}

li p{
    color: #fff;
	font-size: clamp(12px, 1.2vw, 13px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 700;
    margin: 15px 0 0 10px;
}


/* content4つをまとめたスライドブロック */
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 45s infinite linear 1s both;
  animation: loop-slide 45s infinite linear 1s both;
	  background-color: rgba(228,220,200,0.4);
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*=====スマホ用=====*/
@media screen and (max-width: 859px) {


.wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  height: 150px;

  margin-left: auto;
  margin-right: auto;
  margin-bottom: -5px;
	padding: 10px 0 2px 0;
	backgroud-repeat: no-repeat;
  border: 10px solid ##FaF0dd;;
	box-sizing: border-box;
	  background-color: rgba(250,240,235,0.8);
}

.slider {
  width: 170px;
  height: 104px;
  margin-right: 22px;
	border-radius: 5px;
}

.slider img{
	width: 170px;
	height: auto;

}

.slideshow {
  display: flex;
  -webkit-animation: loop-slide 45s infinite linear 1s both;
  animation: loop-slide 45s infinite linear 1s both;
	  background-color: #FaF0dd;

}

.slider:nth-child(1) {
  background-color: #ffffff;
}
.slider:nth-child(2) {
  background-color: #ffffff;
}
.slider:nth-child(3) {
  background-color: #ffffff;
}
.slider:nth-child(4) {
  background-color: #ffffff;
}
.slider:nth-child(5) {
  background-color: #ffffff;
}
.slider:nth-child(6) {
  background-color: #ffffff;
}
.slider:nth-child(7) {
  background-color: #ffffff;
}
.slider:nth-child(8) {
  background-color: #ffffff;
}
.slider:nth-child(9) {
  background-color: #ffffff;
}
.slider:nth-child(10) {
  background-color: #ffffff;
}
.slider:nth-child(11) {
  background-color: #ffffff;
}
.slider:nth-child(12) {
  background-color: #ffffff;
}


}
