@charset "utf-8";
/* CSS Document */


@media screen and (max-width:768px){
	
.sptop_space{
	padding:10px;
	box-sizing:border-box;
	overflow:hidden;
}

.sptop_ninki{
	width:100%;
	padding:5px;
	box-sizing:border-box;
	overflow:hidden;
}

.sptop_ninkicat{
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing:border-box;
	overflow:hidden;
	width:100%;
}

.sptop_ninkicat li{
	width:48.5%;
	text-align:center;
	margin-bottom:10px;
}

.sptop_ninkicat li img{
	width:100%;
}

.sptop_seasons{
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
	border:1px solid #AAA;
}

.sptop_senmon{
	display: -webkit-flex;
	display:flex;
	box-sizing:border-box;
	overflow:hidden;
}

.sptop_plusarrow{
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing:border-box;
	overflow:hidden;
	margin-top:0px;
	margin-bottom:0px;
}

.sptop_plusarrow a{
	text-decoration:none;
	color:#000;
}
}

