@charset "utf-8";
/* CSS Document */

@charset "UTF-8";

body{
	background: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

a {
	text-decoration: none;
	color: #202015;
}

#wrapper{
	width: 100%;
	max-width:1024px;
	min-width:512px;
	margin:0 auto;
}

/* ヘッダー */
#header {
	background: #FFFFFF;
}

#header h1 {
	margin: 30px auto 20px;
	text-align: center;
	/*padding-right: 34.6%;
	padding-left: 34.6%;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/line01.jpg) no-repeat left center, url(../images/line02.jpg) no-repeat right center;*/
}
#header h1 img {
	width: 100px;
	height: auto;
}

/* ナビゲーション */
#nav {
	clear: left;
	padding: 10px 0;
	border-bottom: 1px solid #a8cc5e;
}
#nav ul {
	padding: 0 25px;
}
#nav ul li{
	float: left;
	overflow: hidden;
	width: 149px;
	text-align: center;
}
#nav ul li+li{
	margin-left: 16px;
}
#nav ul li a {
	font-size: 131%; /* 21px */
}
#nav ul li a:hover {
	opacity: 0.5;
	/*display: block;*/
}
/*#nav p {
	clear: left;
	border-bottom: 2px solid #a8cc5e;
}*/

/* カレント設定 */
#indexPage #nav .home a,
#hairPage #nav .nav1 a,
#coursePage #nav .nav2 a,
#accessPage #nav .nav3 a,
#reservePage #nav .nav4 a,
#galleryPage #nav .nav5 a {
	color: #4c6b0e;
}

/* コンテンツ */
#main {
	margin: 20px 0;
}

/* 第一階層タイトル */
#main h2{
	/*width: 350px;*/
	text-align: center;
	font-size: 225%; /* 36px */
	font-weight: 300;
	line-height: 150%;
	padding-bottom: 35px;
	background: url(../images/line03.jpg) no-repeat center bottom;
	margin-bottom: 30px;
}

/* 第二階層タイトル */
#main h3 {
	font-size: 187.5%; /* 30px */
	font-weight: 300;
	line-height: 150%;
	border-bottom: 1px solid #a8cc5e;
	padding-left: 40px;
	padding-bottom: 2px;
	background: url(../images/leaf.jpg) no-repeat left center;
	margin: 20px 0;
}

/* フッター */
#footer {
	clear: left;
	background: #cde298;
	text-align: center;
	padding: 20px 0 10px
}
#footer p a:hover img {
	opacity: 0.5;
}
#footer ul {
	margin: 15px 0;
}
#footer ul li {
	display: inline;
}
#footer ul li+li::before {
	content: "　|　";
}
#footer ul li a {
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer address {
	font-size: 87.5%; /* 14px */
}

/* カレント設定 */
#indexPage #footer .home a,
#hairPage #footer .nav1 a,
#coursePage #footer .nav2 a,
#accessPage #footer .nav3 a,
#reservePage #footer .nav4 a,
#galleryPage #footer .nav5 a {
	text-decoration: underline;
}
