/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-size: contain;
  }
@media screen and (max-width: 991px) {
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-size: contain;
  }
}
@media screen and (max-width: 480px) {
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-size: contain;
  }
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
.visible_pc {
  display: block;
  }
.visible_sp {
  display: none;
  }
@media screen and (max-width: 991px){
.visible_pc {
  display: none;
  }
.visible_sp {
  display: block;
  /*margin-top: 58px;*/
  }
}
.rslides_wrap {
	 width: 100%;
	 position: relative;
}
.rslides_wrap div.slide-copy {
	position:absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 10;
	width: 100%;
}
.rslides_wrap div.slide-copy > p{
	font-size: 2rem;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: 0.15em;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 15px;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
@media screen and (max-width:991px) {
.rslides_wrap div.slide-copy > p{
	font-size: 1.8rem;
}
.rslides_wrap div.slide-copy > img{
	width: 100%;
	max-width: 300px;
}
}
@media screen and (max-width: 768px) {
.rslides_wrap div.slide-copy > p{
	margin-bottom: 10px;
	font-size: 1.5rem;
}
.rslides_wrap div.slide-copy > img{
	width: 100%;
	max-width: 260px;
}
}
@media screen and (max-width: 480px) {
.rslides_wrap div.slide-copy > p{
	font-size: 1.3rem;
}
.rslides_wrap div.slide-copy > img{
	max-width: 220px;
}
}


