.navi-top .navi-list li{
	width:100%;
}
.page-index section.shows-spots .container img{
	max-width:150px;
	height:auto;
}
.page-index section.shows-spots .container>div .shows-spots-list{
	justify-content: center;
}
.page-index section.shows-spots .container>div .shows-spots-list li{
	width:25%;
	padding:0 2rem;
}

.page-index section.shows-spots .container .space{
	width:100%;
	border-right:0 !important;
	border-top:0;
	margin-bottom:100px
}

@media(max-width:1199.98px){
	.page-index section.shows-spots .container{
		flex-direction: column;
	}
	.page-index section.shows-spots .container>div{
		width:100%;
		border-right:0 !important;
	}
	.page-index section.shows-spots .container .shows{
		border-bottom:0;
	}
	.page-index section.shows-spots .container .space .shows-spots-list{
		flex-wrap: wrap;
		gap:2rem 0;
	}
}
