@charset "UTF-8";

.about_us{
	width: 100%;
	height: auto;
	background: #ffffff;
	margin-bottom: 30px;
}

.about_us_photo{
	text-align: center
}

div.about_us img{
	margin-top: 0px;	
	width: 50%;
    height: auto;
}

.studio_btn{
	text-align: center
}

div.studio_btn img{
	margin-top: 20px;	
	width: auto;
    height: 60px;
}

/*スマホ用*/
@media screen and (max-width: 480px){
.about_us{
	width: 100%;
	height: 400px;
	background: #ffffff;
	margin-bottom: 0px;
}
div.about_us img{
	margin-top: 0px;	
	width: 90%;
    height: auto;
}
div.studio_btn img{
	margin-top: 50px;	
	width: auto;
    height: 60px;
}
}

