@charset "utf-8";

/*----------------------------------------------------------------------------
 Reset 
 ---------------------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}
img { vertical-align:bottom }



/*----------------------------------------------------------------------------
 Basic
 ---------------------------------------------------------------------------*/

html {
	height: 100%;
	width: 100%;
}

body {
	font: 16px/22px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	padding: 0;
	text-align: center;
	position: relative;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #40210f;
	font-size: 16px;
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */

.clear {
	clear: both;
}

img {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

a {
	color: #141664;
}

a img:hover {
	opacity: 0.5;
}

.b {
	font-weight: bold;
}



/*----------------------------------------------------------------------------
 Layout 
 ---------------------------------------------------------------------------*/
 
.container {
	margin: 0 auto;	 
	text-align: left;
	background: url(images/bg_section.png) 0 50px no-repeat;
	width: 860px;
	padding: 100px 50px;
}
 
section h1 {
	margin-bottom: 50px;
}
 
section, footer {
	background: #fff;
	position: relative;
	z-index: 120;
}
 
/* header */

header {
	background: url(images/top_image01.jpg) right top no-repeat;
	width: 100%;
	height: 100%;
	min-width: 960px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	position: relative;
}

header > h1 {
	background: none;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 7%;
	margin-top: -69px;
}

#header_navi {
	background: rgba(64,33,15,0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	z-index: 150;
}

#navi {
	float: left;
	padding-left: 20px;
}

#sns {
	float: right;
}

#header_navi ul li {
	float: left;
	margin-right: 20px;
}


/* about */

#about {
	background: url(images/bg_about.jpg) center center no-repeat;
}

#about_navi {
	margin-top: 50px;
}

#about_navi li {
	float: left;
	margin-right: 30px;
}


/* stylist */

#stylist {
	background: url(images/bg_stylist.jpg) center center no-repeat;
}


/* access */

#access {
	background: url(images/bg_access.jpg) repeat;
}

#access h2, #stylist h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

#access p {
	border-bottom: 1px dotted #40210f;
	padding-bottom: 10px;
}

.access_txt {
	float: left;
	width: 300px;
}

.access_map {
	float: right;
	width: 540px;
}


/* footer */

footer {
	background: url(images/bg_footer.jpg) repeat;
	padding: 60px 0 20px;
}

footer p {
	margin-bottom: 40px;
}