@charset "UTF-8";

/* 保育園概要
---------------------------------------------------- */
main h2::before {
    background: url(../images/h2.png) no-repeat;
    background-size: contain;
}
main .inner {
	padding-bottom: 150px;
	background: url(../images/main-bg.png) left 10px bottom 20px no-repeat;
}
section .row-column,
section .row-column-reverse {
	margin: 0 0 40px 0;
}
section .row-column figure,
section .row-column-reverse figure {
	text-align: center;
	margin-bottom: 20px;
}

/* レティーナ用画像
---------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
main h2::before {
    background: url(../images/h2@2x.png) no-repeat;
    background-size: contain;
}
main .inner {
	background: url(../images/main-bg@2x.png) left 10px bottom 20px no-repeat;
	background-size: 200px 86px;
}
}

/* iPad　縦　以上
---------------------------------------------------- */
@media all and (min-width: 767px) {
/* 保育園概要
---------------------------------------------------- */
section .row-column figure {
	margin-right: 40px;
	margin-bottom: 0;
}
section .row-column-reverse figure {
	margin-left: 40px;
	margin-bottom: 0;
}
}

/* iPad　縦　以上 レティーナ用画像
---------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) {

}

/* IE10 */
@media all and (-ms-high-contrast:none) and (min-width: 767px) {

}
