html {
	position: relative;
	min-height: 100%;
	padding-bottom: 77px;
	box-sizing: border-box;
}
footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 77px;
	background-color: #fff;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", メイリオ, Osaka, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;

/* スマホ フォントサイズ対応 */
	-webkit-text-size-adjust: 100%;

}



#main {
	width: 1300px;
	margin: 0 auto;
	text-align: center;
}

#left_area {
	float: left;
	width: 300px;
	margin: 50px 0 0 20px;
	text-align: left;
}
#side_menu {
	font-size: 18px;
	line-height: 1.5;
	color: #111;
}
#side_menu p {
	line-height: 3.0;
}
#side_menu p:before {
	font-family: "FontAwesome";
/*	content: '\f111';*/
	content: '\f144';
	padding: 0 0.5em 0 0;
	color: #f3cd6a;
	font-size: 20px;
}
#side_menu a {
	color: #111;
}
#side_menu a:hover {
	color: #ccc;
}
.side_banner {
	width: 100%;
	margin: 60px auto;
}
.side_banner img {
	padding: 3px;
/*	border: 1px #f33 solid;*/
	border: 1px #ccc solid;
}

.side_banner a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.side_banner a img {
	margin: 15px 10px;
	transition: 0.3s;
}




#main_area {
	float: left;
	width: 920px;
	margin: 10px 0 0 25px;
	text-align: left;
	font-size: 17px;
}
.title_box1 {
	padding: 20px 0 20px 30px;
	text-align: left;
	font-size: 26px;
	border-left: solid 8px #f3cd6a;
/*	letter-spacing: 0.2em;*/
	color: #111;
	line-height: 1.2;
}
.title_box1 span {
	margin: 0 0 0 30px;
	font-size: 18px;
}
.title_box1 {
	margin: 30px 0;
}



/* アクセス */
#access_box, #map_illust {
	width: 850px;
	margin: 0 auto;
	border:solid 1px #e8e8e8;
	text-align: center;
}
#map_otera {
	width: 830px;
	height: 450px;
	margin: 15px auto;
	text-align: center;
}
#access_box p {
	line-height: 1.0;
	font-size: 17px;
	color: #111;
}
#access_box {
	padding: 0 0 15px 0;
}
#map_illust {
	padding: 50px 0;
}








.maru_stop {
	line-height: 3;
}
.maru_stop:before {
	font-family: "FontAwesome";
	content: '\f28d';
	padding: 0 0.7em 0 0;
	color: #f3cd6a;
	font-size: 20px;
}
.shikaku:before {
	font-family: "FontAwesome";
	content: '\f0c8';
	padding: 0 0.5em 0 0;
	color: #f3cd6a;
	font-size: 20px;
}
.maru p:before {
	font-family: "FontAwesome";
	content: '\f111';
	padding: 0 1.0em 0 0;
	color: #000;
	font-size: 10px;
}



#main_area hr {
	width: 100%;
	margin: 80px auto;
	border-top: 1px solid #e8e8e8;}










