/*ロングスライド（縦）=================================================================================================================*/

.slideshow2 li{
	list-style: none;
}

/* スライドする要素 */
.content2 {
  width: 100%;
  height: 100%;
  margin: 10px;
  z-index: 5;
}

/* スライドレールの枠 */
.wrap2 {
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 5;
}
/* content4つをまとめたスライドブロック */
.slideshow2 {
  display: flex;
  -webkit-animation: loop-slide 50s infinite linear 0.1s both;
  animation: loop-slide 50s infinite linear 0.3s both;
  z-index: 5;
}

.slideshow2 img{
  width: 300px;
  height: 450px;
  margin: 30px;
  z-index: 5;
}

@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* ホバー時に動きを止める*/
.slide-paused2:hover .slideshow2 {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
/* ホバー時の装飾 */
.content-hover2 {
  transition: all 0.2s;
}
.content-hover2:hover {
  transform: translateY(-20px);
  border-radius: 0 10%;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
  cursor: pointer;
}

.name,.name2{
  display: inline-block;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.name:hover{
	color:#51bed5;
}
.name2{
	opacity: 0.6;
}

@media screen and (max-width: 1200px) {
.slideshow2 img{
  width: 200px;
  height: 300px;
  z-index: 5;
}

.name,.name2{
  display: block;
  font-size: 13px;
}
}

/*拡大スライダー =================================================================================================================*/

	
.modaal-inner-wrapper {
}

.modaal-image {
}

 .modaal-gallery-item img{
}


@media screen and (max-width: 800px) {
	.modaal-inner-wrapper {
}

.modaal-image {
}

 .modaal-gallery-item img{
}
}
