#facilities-sec1{
    position: relative;
    width: 100%;
}
#facilities-button-region{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
}
.facilities-button-region-img{
    width: 20%;
}/* CSS Document */

#river,#enter{position:relative;}
.tp-slide,.tp-slide2,.tp-slide3,.tp-slide4{
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center center;
height: 27vw;
 aspect-ratio:950/500;
 margin: auto 0.4%;
 position: relative;
}
.toprow{
	position: absolute;
top: 38%; 
left: 100%; 
transform: translate(-50%, -50%); 
 display: -ms-grid;
 -ms-grid-columns: min-content;
 overflow-x: hidden;
}
#kashikiri .toprow{top:32.5%;}
.autoplay-slider {
 display: flex;
 min-width: 100%;
 width: min-content;
 animation: 60s linear infinite sliderAnimation;/*ここの秒数でスピードが変わります*/
}
@keyframes sliderAnimation {
 100% {
  transform: translateX(-50%);
 }
}
/**スライダー画像  枚数によって()内の数字は調整してください**/
/**数字は折り返しです**/
/**１枚目**/
.tp-slide:nth-child(1),.tp-slide:nth-child(6){
 background-image: url(https://m-ine.net/kizantei/img/facilities/fs11.jpg);
}
/**2枚目**/
.tp-slide:nth-child(2),.tp-slide:nth-child(7){
 background-image: url(https://m-ine.net/kizantei/img/facilities/fs12.jpg);
}
/**3枚目**/
.tp-slide:nth-child(3),.tp-slide:nth-child(8){
 background-image: url(https://m-ine.net/kizantei/img/facilities/fs13.jpg);
}
/**4枚目**/
.tp-slide:nth-child(4),.tp-slide:nth-child(9){
 background-image: url(https://m-ine.net/kizantei/img/facilities/fs14.jpg);
}
/**5枚目**/
.tp-slide:nth-child(5),.tp-slide:nth-child(10){
 background-image: url(https://m-ine.net/kizantei/img/facilities/fs15.jpg);
}

/*************************************************************************************/
/**１枚目**/
.tp-slide2:nth-child(1),.tp-slide2:nth-child(6){
 background-image: url(https://m-ine.net/kizantei/img/facilities/fs21.jpg);
}
/**2枚目**/
.tp-slide2:nth-child(2),.tp-slide2:nth-child(7){
 background-image: url(https://m-ine.net/kizantei/img/facilities/fs22.jpg);
}
/**3枚目**/
.tp-slide2:nth-child(3),.tp-slide2:nth-child(8){
 background-image: url(https://m-ine.net/kizantei/img/facilities/fs23.jpg);
}
/**4枚目**/
.tp-slide2:nth-child(4),.tp-slide2:nth-child(9){
 background-image: url(https://m-ine.net/kizantei/img/facilities/fs24.jpg);
}
/**5枚目**/
.tp-slide2:nth-child(5),.tp-slide2:nth-child(10){
 background-image: url(https://m-ine.net/kizantei/img/facilities/fs25.jpg);
}
