@charset "UTF-8";
/* CSS Document */
/* みやこ幼稚園 */

/*
ヘッダー＆フッター
*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*ワンヘルスロゴ*/
	.logo_oh {
		position: absolute;
		top: 10px;
		left: 310px;
		width: 100px;
		height: auto;
	}
}

/*SP*/
@media only screen and (max-width: 768px) {
	/*ワンヘルスロゴ*/
	.logo_oh {
		position: absolute;
		top: 3px;
		right: 100px;
		width: 50px;
		height: auto;
	}
}

/*
トップページ
*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*メインビジュアル*/
	#top-key img.oh {
		position: absolute;
		top: 150px;
		left: 40px;
		width: 300px;
		height: auto;
	}
	
}

/*SP*/
@media only screen and (max-width: 768px) {
	/*メインビジュアル*/
	#top-key img.oh {
		z-index: 1;
		position: absolute;
		top: 60px;
		left: 10px;
		width: 150px;
		height: auto;
	}
}