@charset "UTF-8";

/* --------------------------------------------------------------

	清光学園 第二早蕨幼稚園 [アクセスマップ・お問い合わせCSS]
	/common/css/con_access.css

-------------------------------------------------------------- */

/* ==================================================
	base
================================================== */

@media screen and (min-width: 741px) {
body#access #content_wrap {
	background: url(../../access/images/title_bg.png) center top repeat-x;
}
#content_wrap #content h1 {
	height: 94px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 6px;
}
body#access #content_wrap #content #content_body {
	padding: 6px 6px 0;
}
}

@media screen and (max-width: 740px) {
body#access #content_wrap {
	background: none;
}
body#access #content_wrap h1 {
	margin-bottom: 0;
}
body#access table th,
body#access table td {
	padding-left: 1em;
	padding-right: 1em;
}
}


/* ==================================================
	box01
================================================== */


@media screen and (min-width: 741px) {
body#access .box01 #googlemap {
	margin-bottom: 30px;
}
body#access .box01 #map {
	float: left;
	margin-right: 20px;
}
body#access .box01 #googlemap_sp {
	display: none;
}
}

@media screen and (max-width: 740px) {
body#access .box01 #googlemap {
	display: none;
}
body#access .box01 #map {
	margin: 2em 0 1em;
	text-align: center;
}
}

/* ==================================================
	box02
================================================== */

@media screen and (min-width: 741px) {
body#access .box02 {
	padding-top: 90px;
	margin-top: -40px;
}
}
body#access .box02>div {
	border: solid 1px #cdcdcd;
	padding: 30px;
}
body#access .box02 #tel {
	font-size: 146%;
	font-weight: bold;
	color: #c09873;
}

@media screen and (max-width: 740px) {
body#access .box02 {
	margin-top: 0px;
}
body#access .box02>div {
	padding: 1.5em;
}
}