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

#daiyokuzyou,#kuutyuu,#sauna,#kashikiri{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/onsen/os11.jpg);
}
/**2枚目**/
.tp-slide:nth-child(2),.tp-slide:nth-child(7){
 background-image: url(https://m-ine.net/kizantei/img/onsen/os12.jpg);
}
/**3枚目**/
.tp-slide:nth-child(3),.tp-slide:nth-child(8){
 background-image: url(https://m-ine.net/kizantei/img/onsen/os13.jpg);
}
/**4枚目**/
.tp-slide:nth-child(4),.tp-slide:nth-child(9){
 background-image: url(https://m-ine.net/kizantei/img/onsen/os14.jpg);
}
/**5枚目**/
.tp-slide:nth-child(5),.tp-slide:nth-child(10){
 background-image: url(https://m-ine.net/kizantei/img/onsen/os15.jpg);
}

/*************************************************************************************/
/**１枚目**/
.tp-slide2:nth-child(1),.tp-slide2:nth-child(6){
 background-image: url(https://m-ine.net/kizantei/img/onsen/os21.jpg);
}
/**2枚目**/
.tp-slide2:nth-child(2),.tp-slide2:nth-child(7){
 background-image: url(https://m-ine.net/kizantei/img/onsen/os22.jpg);
}
/**3枚目**/
.tp-slide2:nth-child(3),.tp-slide2:nth-child(8){
 background-image: url(https://m-ine.net/kizantei/img/onsen/os23.jpg);
}
/**4枚目**/
.tp-slide2:nth-child(4),.tp-slide2:nth-child(9){
 background-image: url(https://m-ine.net/kizantei/img/onsen/os24.jpg);
}
/**5枚目**/
.tp-slide2:nth-child(5),.tp-slide2:nth-child(10){
 background-image: url(https://m-ine.net/kizantei/img/onsen/os25.jpg);
}


/*************************************************************************************/
/**１枚目**/
.tp-slide3:nth-child(1),.tp-slide3:nth-child(5){
 background-image: url(https://m-ine.net/kizantei/img/onsen/os31.jpg);
}
/**2枚目**/
.tp-slide3:nth-child(2),.tp-slide3:nth-child(6){
 background-image: url(https://m-ine.net/kizantei/img/onsen/os32.jpg);
}
/**3枚目**/
.tp-slide3:nth-child(3),.tp-slide3:nth-child(7){
 background-image: url(https://m-ine.net/kizantei/img/onsen/os33.jpg);
}
/**4枚目**/
.tp-slide3:nth-child(4),.tp-slide3:nth-child(8){
 background-image: url(https://m-ine.net/kizantei/img/onsen/os34.jpg);
}
/**5枚目**/
/*.tp-slide3:nth-child(5),.tp-slide3:nth-child(10){
 background-image: url(https://m-ine.net/kizantei/img/onsen/os35.jpg);
}*/


/*************************************************************************************/
/**１枚目**/
.tp-slide4:nth-child(1),.tp-slide4:nth-child(5){
 background-image: url(https://m-ine.net/kizantei/img/onsen/os41.jpg);
}
/**2枚目**/
.tp-slide4:nth-child(2),.tp-slide4:nth-child(6){
 background-image: url(https://m-ine.net/kizantei/img/onsen/os42.jpg);
}
/**3枚目**/
.tp-slide4:nth-child(3),.tp-slide4:nth-child(7){
 background-image: url(https://m-ine.net/kizantei/img/onsen/os43.jpg);
}
/**4枚目**/
.tp-slide4:nth-child(4),.tp-slide4:nth-child(8){
 background-image: url(https://m-ine.net/kizantei/img/onsen/os44.jpg);
}
/**5枚目**/
/*.tp-slide4:nth-child(5),.tp-slide4:nth-child(10){
 background-image: url(https://m-ine.net/kizantei/img/onsen/os45.jpg);
}*/