@charset "UTF-8";

/* *******************************************************************************************
* 
*	新川崎TOP
*
******************************************************************************************* */

/* ----------------------------- ビジュアル ----------------------------- */

.fitness_visual{
	background: url(../img/visual_img_pc.jpg) center 0 no-repeat;
	background-size:cover;
}


/* ----------------------------- 成人スクール ----------------------------- */
.fitness_adult .fitness_section_clm{
	 background:url(../img/adult_img_pc.jpg) no-repeat center bottom;
		background-size:cover;
		position: relative;
		box-sizing:border-box;
}



@media screen and (max-width : 768px){

	/* ----------------------------- ビジュアル ----------------------------- */

	.fitness_visual{
		background: url(../img/visual_img_sp.jpg) center 0 no-repeat;
		background-size: cover;
	}


	/* ----------------------------- 成人スクール ----------------------------- */
	.fitness_adult .fitness_section_main{
		 background:url(../img/adult_img_sp.jpg) no-repeat center 0;
			background-size:cover;
			padding: 36px 0;
	}

}