@charset "utf-8";

/* #leftArea */
#leftArea {
	display: none;
}

/* centerTopArea */
#centerTopArea {
	display: none;
}

/* #bottomArea */
#bottomArea {
	display: none;
}

/* #bottomBigBanner */
#bottomBigBanner {
	display: block;

	/* 点滅するのを防ぐハック */
	will-change: transform;
}

/* rightArea */
#rightArea {
	display: none;
}

/* footer */
footer {
	font-size: 12px;
	margin-top: 120px;
}

/* #facility_name */
#facility_name {
	font-size: 16px;
	margin-bottom: 25px;
}

/* #box_homepage */
#box_homepage {	
	margin: 0 auto 24px;
}

/* ul.search_icons */
ul.search_icons {
	margin-bottom: 50px;
}

/* div.equip_detail */
div.equip_detail {
	text-align: center;	
}
div.child_detail {
	font-size: 14px;
	line-height: 22px;
}


/* p.note_camp */
p.note_camp {	
	font-size: 12px;	
}

/* #detail_notes */
#detail_notes {
	margin-top: 17px;
}

/* div.box_search_route */
div.box_search_route {
	margin-top: 44px;	
	margin-bottom: 19px;
}

/* div.adr */
div.adr {
	margin-bottom: 0;
	padding-bottom: 150px;
}

/* oneLineNote */
.oneLineNote {	
	font-size: 12px;
}