/* 基本スタイル */
body {
	margin: 0;
	border: 0;
	background: #EFE;
}

div#base {
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
	background-color: white;
	line-height: 150%;
}

/* ヘッダ部分 */
div#header {
	background: url(forest.jpg);
	background-size: cover;
	height: 200px;
	position: relative;
	line-height: 100%;
}

div#header .building {
	position: absolute;
	height: 180px;
	top: 6px;
	left: 6px;
	border: 4px solid #FFFFD9;
}

div#header .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 494px;
}

div#header h1 {
	position: absolute;
	padding: 0;
	margin: 0;
	left: 26px;
	bottom: 26px;
	width: 494px;
}

div#header .subtitle {
	position: absolute;
	left: 100px;
	bottom: 100px;
	width: 184px;
}

div#header .logo_area {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 160px;
	width: 200px;
	background: white;
}

div#header .logo {
	position: absolute;
	width: 90%;
	left: 5%;
	top: 33%;
}

div#header .phone_area {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 200px;
	height: 20px;
	background: #080;
	color: white;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	padding: 10px 0;
	overflow: hidden;
}

@media only screen and (max-width: 720px) {
	div#header {
		height: 144px;
	}

	div#header .building {
		height: 130px;
		top: 4px;
		left: 4px;
		border-width: 3px;
	}

	div#header h1 {
		left: 17px;
		bottom: 17px;
		width: 319px;
	}

	div#header .title {
		width: 319px;
	}

	div#header .subtitle {
		left: 68px;
		bottom: 62px;
		width: 115px;
	}

	div#header .logo_area {
		height: 116px;
		width: 144px;
	}

	div#header .phone_area {
		width: 144px;
		height: 14px;
		font-size: 14px;
		line-height: 14px;
		padding: 7px 0;
	}
}

@media only screen and (max-width: 480px) {
	div#header {
		height: 80px;
	}

	div#header .building {
		height: 70px;
		top: 3px;
		left: 3px;
		border-width: 2px;
	}

	div#header h1 {
		left: 11px;
		bottom: 11px;
		width: 209px;
	}

	div#header .title {
		width: 209px;
	}

	div#header .subtitle {
		left: 37px;
		bottom: 45px;
		width: 84px;
	}

	div#header .logo_area {
		height: 64px;
		width: 100px;
	}

	div#header .phone_area {
		width: 100px;
		height: 10px;
		font-size: 10px;
		line-height: 10px;
		padding: 4px 0;
	}
}

/* グローバルナビ部分 */
div#gnavi {
	margin: 2px 0px;
	border-width: 2px 0px;
	border-style: solid;
	border-color: #080;
	height: 6px;
	background-color: #080;
}

/* 本体部分 */
#content {
	padding: 0.5em;
}

#main {
	width: 600px;
	float: left;
}

#sub {
	width: 320px;
	float: right;
	text-align: center;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 950px) {
	#main {
		width: 550px;
	}
}

@media only screen and (max-width: 900px) {
	#main {
		width: 500px;
	}
}

@media only screen and (max-width: 850px) {
	#main {
		width: 450px;
	}
}

@media only screen and (max-width: 800px) {
	#main {
		width: 400px;
	}
}

@media only screen and (max-width: 750px) {
	#content {
		padding: 0 2px;
	}
	#main {
		float: none;
		width: auto;
		margin: 0.5em auto;
	}
	#sub {
		float: none;
		width: auto;
		margin: 0.5em auto;
	}
}

/* メインコンテンツ */
#main h2 {
	margin: 0.5em 0 0.5em 0;
	padding: 0.3em 0;
	background: #CFC;
	font-size: 24px;
	vertical-align: middle;
}

#main h2 .circle {
	display: inline-block;
	vertical-align: middle;
	background: url('head-circle.png');
	background-size: 36px 36px;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	
}

#main p {
}

/* コラム部分 */
#sub .column {
	width: 315px;
	display: block;
	vertical-align: top;
	border: 2px solid #080;
	margin-bottom: 0.5em;
	text-align: left;
}
@media only screen and (max-width: 765px) {
	#sub .column {
		width: auto;
	}
}

#sub .column-title {
	background: #080;
	color: #FFF;
	padding: 0.5em;
	font-weight: bold;
}

.column-content {
	margin: 0;
	padding: 0.5em;
}

.column-content {
	padding: 0.5em;
}

.news {
}

.gmap {
	position: relative;
	height: 300px;
	width: auto;
	overflow: hidden;
}
 
.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* フッタ部分 */
div#footer {
	clear: both;
	background-color: #080;
	color: white;
}

div#copyright {
	padding: 0.5em;
}

