.name_box{
	width:100%;
	margin-bottom:20px;
}
.name_box h2{
	font-size:24px;
	font-weight:bold;
	margin-bottom:12px;
}
.name_box h2 span{
	font-size:14px;
}

.map_box{
	width:100%;
	margin-bottom:20px;
}

.info_box{
	width:100%;
	margin-bottom:20px;
}
.info_box .lbox{
	width:357px;
	float:left;
}
.info_box .rbox{
	width:340px;
	float:right;
}
.info_box .rbox h3{
	border:1px solid #ccc;
	padding:8px;
	margin-bottom:20px;
	margin-bottom:20px;
}

/*studio_box*/
.studio_box{
	width:100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.studio_box:after{
	content: "";
	display: block;
	clear: both;
}
.studio_box .image{
	margin-bottom: 20px;
}
.studio_box .image img{
	margin-bottom: 10px;
}
.studio_box .image img:nth-of-type(odd){
	margin-right: 10px;
}
.studio_box .text{
	margin-bottom: 20px;
}
.studio_box .text h2{
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 15px;
}
.studio_box .text p{
	margin-bottom: 20px;
}
.studio_box .map{
	margin-bottom: 20px;
}
.studio_box .map iframe{
	width:100%;
}

@media screen and (max-width: 640px) {/*sp*/
    aside{
        padding: 0 5%;
        margin-bottom: 1.0rem;
        box-sizing: border-box;
    }
    aside >img{
        width: 100% !important;
        height: auto !important;
    }
}
