/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: -1;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 900px;
  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;
  /*付け足し分*/
  height:100%;
  }
  
  .rslides img.text01 {
  position: absolute;
  left: 50%;
  margin-left: -400px;
  top: 40%;
  width: 400px;
  height: auto;
  z-index: 10;
  }
  
  .rslides img.text02 { 
  position: absolute;
  left: 50%;
  margin-left: -400px;
  top: 40%;
  width: 400px;
  height: auto;
  z-index: 10;
  }
  
  .rslides img.text03 {
  position: absolute;
  bottom: 30%;
  right: 50%;
  margin-right: -400px;
  width: 280px;
  height: auto;
  }
  
  .rslides img.text04 {
  position: absolute;
  bottom: 40%;
  right: 50%;
  margin-right: -400px;
  width: 280px;
  height: auto;
  }
  
  .rslides img.text05 {
  position: absolute;
  right: 50%;
  margin-right: -400px;
  top: 35%;
  width: 400px;
  height: auto;
  z-index: 10;
  }
  
@media (min-width: 581px) and (max-width: 768px) {
	.rslides {
		
	}
	
	.rslides li {
		height: 700px;
		text-align: center;
	}
	
	.rslides img.text01 {
	  left: 2%;
	  top: 26%;
	  width: 360px;
	  height: auto;
	  display: none;
	  }
	  
	.rslides img.text02 {
	  left: 2%;
	  top: 32%;
	  display: none;
	 }
	  
	 .rslides img.text03 {
	  left: 2%;
	  top: 26%;
	  display: none;
	 }
	 
	 .rslides img.text04 {
	  display: none;
	 }
	 
	 .rslides img.text05 {
	  display: none;
	 }
}

@media screen and (max-width: 580px) {	
	.rslides {
		height: 290px;
		margin-top: 0px;
	}
		
	.rslides li {
		margin-top: 80px;
		height: 240px;
	}
	
	.rslides img.text01 {
	  left: 4%;
	  top: 55%;
	  width: 180px;
	  height: auto;
	  margin-left: 0px;
	  display: block;
	  }
	  
	.rslides img.text02 {
	  left: 4%;
	  top: 55%;
	  width: 180px;
	  height: auto;
	  margin-left: 0px;
	  display: block;
	 }
	  
	 .rslides img.text03 {
	  left: 4%;
	  bottom: 20%;
	  width: 180px;
	  height: auto;
	  margin-left: 0px;
	  display: block;
	 }
	 
	 .rslides img.text04 {
	  left: 4%;
	  bottom: 20%;
	  width: 180px;
	  height: auto;
	  margin-left: 0px;
	  display: block;
	 }
	 
	 .rslides img.text05 {
	  left: 4%;
	  top: 50%;
	  width: 180px;
	  height: auto;
	  margin-left: 0px;
	  display: block;
	  }
}