@charset "utf-8";



#silideBox{
    width: 100%;
    overflow: hidden;
    position: relative;
}

#silideBox_sp{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sliders-text{
   position: absolute;
    right: 450px;
    top: 190px;
    z-index: 100;

}

.rslides {
  list-style: none;
  overflow: hidden;
  width: 100%;
height: 650px;
  padding: 0;
  margin: 0;
	
  }



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

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



.rslides li:nth-child(1){
    background:url(../img/01_1.jpg) no-repeat center center/ cover; 
  }
  .rslides li:nth-child(2){
    background:url(../img/3.jpg) no-repeat center center/ cover;
  }
 .rslides li:nth-child(3){
    background:url(../img/2.jpg) no-repeat center center / cover;
}  

.rslides img {
  display: block;
  height: 800px;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides_sp img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

@media screen and (min-width:481px)and ( max-width:767px) {
.rslides_sp {
  list-style: none;
  overflow: hidden;
  width: 100%;
height: 300px;
  padding: 0;
  margin: 0;
  }
	
.rslides_sp li:nth-child(1){
  background:url(../img/1_sp_767_2.jpg) no-repeat; 
}
.rslides_sp li:nth-child(2){
  background:url(../img/3_sp_767.jpg) no-repeat;
}
.rslides_sp li:nth-child(3){
  background:url(../img/2_sp_767.jpg) no-repeat;
}	
	
}

@media screen and (max-width: 480px) {
.rslides_sp {
  list-style: none;
  overflow: hidden;
  width: 100%;
height: 300px;
  padding: 0;
  margin: 0;
  }

	.rslides_sp li:nth-child(1){
    background:url(../img/1_sp_2.jpg) no-repeat;
}
.rslides_sp li:nth-child(2){
    background:url(../img/3_sp.jpg) no-repeat;
}
.rslides_sp li:nth-child(3){
    background:url(../img/2_sp.jpg) no-repeat;
}
	
}