@charset "utf-8";


/* ----------------------------------------------------------------------
	home
---------------------------------------------------------------------- */

/* main-box */
#home #main-box {
	position: relative;
	width: 960px;
	height: 514px;
	margin: 0 auto 28px;
}


/* h2 */
#home #main-box h2 {
	position: absolute;
	right: 18px;
	bottom: 2px;
}


/* main-txt */
#home #main-box p.main-txt {
	position: absolute;
	top: 26px;
	left: 23px;
}


/* mainimg */
#home #main-box ul#mainimg {
	position: absolute;
	top: 0;
	left: 230px;
}

#home #main-box ul#mainimg img {
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	behavior:url("/PIE.htc");
	position:relative;
}


/* btn-about */
#home #main-box p.btn-about {
	position: absolute;
	left: 180px;
	bottom: 0;
	z-index: 99999;
}

#home #main-box p.btn-about a {
	background: url(../../images/home/btn_about.png) 0 0 no-repeat;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	padding: 60px 0 0;
	width: 160px;
	height: 100px;
	display: block;
}

#home #main-box p.btn-about a:hover { opacity: 0.8; }

#home #main-box p.btn-about a span {
	color: #d9eab3;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
}


/* news-box */
#home #main-box .news-box {
	position: absolute;
	top: 26px;
	right: 0;
	background: url(../img/line_01.gif) 0 0 repeat-x;
	font-size: 13px;
	font-size: 1.3rem;
	width: 200px;
}

#home #main-box .news-box h3 {
	background: url(../img/line_01.gif) 0 bottom repeat-x;
	color: #a0ca3b;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
	padding: 10px 0 8px;
	padding: 14px 0 8px\9;
}

#home #main-box .news-box h3 span {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 8px;
}

#home #main-box .news-box dl {
	background: url(../img/line_01.gif) 0 bottom repeat-x;
	padding: 10px;
}

#home #main-box .news-box p.btn-more {
	text-align: center;
	margin: 15px 0 0;
}

#home #main-box .news-box p.btn-more a {
	background: url(../img/icon_a_01.gif) 0 0 no-repeat;
	text-decoration: none;
	padding-left: 18px;
}

/* sns */
#home #main-box aside.sns {
	position: absolute;
	left: 15px;
	bottom: 0;
}

#home #main-box aside.sns .facebook,
#home #main-box aside.sns .googleplus {
	width: 90px;
	float: left;
}


/* access-box */
#home .access-box {
	background: url(../img/bg_01.gif);
	padding: 30px 0;
}

#home .access-box .inner {
	width: 960px;
	margin: 0 auto;
}

#home .access-box .g-map {
	width: 620px;
	float: left;
}

#home .access-box .r-box {
	width: 310px;
	float: right;
}

#home .access-box p.salon-name {
	color: #a0ca3b;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	margin: 0 0 0.3em;
}

#home .access-box p.salon-name span {
	font-size: 32px;
	font-size: 3.2rem;
	margin-right: 8px;
}

#home .access-box ul { padding: 0 0 0.6em; }

#home .access-box ul li { margin: 0 0 0.4em; }

#home .access-box ul li span { display: block; }

#home .access-box dl dt {
	background: url(../img/icon_01.gif) 0 3px no-repeat;
	padding-left: 18px;
}

#home .access-box dl dd { margin: 0 0 0.6em 18px; }

#home .access-box dl dd .indent { margin-left: 1em; }

#home .access-box dl dd.btm { margin-bottom: 0; }







