@charset "utf-8";

/* ##### ipad proのlandscape(1366px)のみ ##### */
@media screen and (orientation: landscape) and (max-width: 1366px) {

}



/* ##### 1200px以上 ##### */
@media (min-width: 1200px) {

}



/* ##### 1024px未満 ##### */
@media (max-width: 1024px) {
	
}



/* ##### ipadのlandscape(1024px)のみ ##### */
@media screen and (orientation: landscape) and (max-width: 1024px) {
	
}



/* ##### 768px未満 ##### */
@media (max-width: 768px) {
	
}



/* ##### iphone6 plusのlandscape(736px) ##### */
@media screen and (orientation: landscape) and (max-width: 736px) {
	
}



/* ##### iphone6のlandscape(667px) ##### */
@media screen and (orientation: landscape) and (max-width: 667px) {
	
}




/* ##### androidのlandscape(640px) ##### */
@media screen and (orientation: landscape) and (max-width: 640px) {
	
}



/* ##### iphone5のlandscape(568px) ##### */
@media screen and (orientation: landscape) and (max-width: 568px) {
	
}


/* ##### 414px未満 ##### */
@media (max-width: 414px) {
	.profile-top-cont > dl > dt {
		width: 30%;
	}
	
	.profile-top-cont > dl > dd {
		padding-left: 30%;
	}
	
	.profile > dl > dt {
		width: 25%;
	}
	
	.profile > dl > dd {
		padding-left: 25%;
	}
	
	.intro-of-studio > img {
		width: 100%;
		margin-bottom: 3.0rem;
		float: none;
	}
	
	.intro-of-studio > dl {
		float: none;
		width: 100%;
	}
	
	.map:before {
		padding-top: 100%;
	}

	#map_canvas {
		height: 50.0rem;
	}
}



/* ##### 375px未満 ##### */
@media (max-width: 375px) {
	
}



/* ##### 360px未満 ##### */
@media (max-width: 360px) {
	
}



/* ##### 321px未満 ##### */
@media (max-width: 321px) {
	
}