@charset "UTF-8";
body {
	font: 1.6em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0 auto;
	padding: 0;
	color: #333;
	line-height: 1.8em;
	text-align: center;
}

h1, ul, ol, dl, p { 
	padding: 0;
	margin: 0;
}
ul, li {
	list-style-type: none;
}
h2 {
	text-align: center;
	margin: 20px 0;
}
h3 {
	text-align: center;
	margin: 0;
}
img {
	border: none;
	vertical-align: bottom;
}
a {
	color: #c0a97b;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}


a.button {
	width: 200px;
	margin: 0 auto;
	padding: 7px 2%;
	border: 1px solid #000;
	font-family: 'Lora', serif;
	text-align: center;
	color: #000;
	display: block;
}
a.button:hover {
	background: #000;
	color: #fff;
}


/********************** clear fix **********************/
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.clear {
	clear: both;
}



/********************** container **********************/
header {
	padding: 10px 0;
	text-align: center;
}

/*--------------------------------------------------------------------------------
　slideshow
--------------------------------------------------------------------------------*/
#slideshow {
	position: relative;
	width: 100%;
	height: 800px;
}
#slideshow li {
	position: absolute;
	height: 800px;
	margin: 0;
	padding: 0;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}
.slideshow {
	position: relative;
	width: 100%;
	height: 800px;
	display: block;
	overflow: hidden;
	z-index: 1;
}
#slideshow div {
	width: 100%;
	padding: 30px 3%;
	text-align: center;
	color: #fff;
	/*background: rgba(000,000,000,.50);*/
	position: absolute;
	bottom: 0;
	z-index: 100;
	box-sizing: border-box;
}
#slideshow h2 {
	position: absolute;
	top: 0;
	right: 0;
}
#slideshow h3 {
	width: 400px;
	padding: 30px;
	background: rgba(255,255,255,.50);
	position: absolute;
	top: 35%;
	right: 2%;
}
#slideshow h2 img,
#slideshow h3 img {
	width: 100%;
}

#container img {
	width: 100%;
}
.two {
	padding: 40px 0 0 0;
}
.two .top {
	background: #000;
}
.three {
	background: url(../img/03-bg.jpg) top repeat-x;
}
.four {
	margin: 30px 0;
}
.four li {
	margin-bottom: 20px;
}
.five {
}
.six {
	margin: 30px 0;
}
.six li {
	margin: 10px 0 20px 0;
}

/* salon */
.salon {
	padding: 60px 0 0 0;
	/*background: #f4efe4;*/
}
.salon h3 {
	margin-bottom: 30px;
}
.salon .inner {
	margin: 0 auto;
}
.salon li {
	width: 90%;
	margin: 0 auto 40px auto;
	text-align: left;
}
.salon li img {
	width: 100%;
}
.salon h4 {
	margin: 0 0 20px 0;
	font-size: 200%;
	font-family: Century, "Times New Roman", Times, serif;
	text-align: left;
	line-height: 1.5em;
}
.salon h4 span {
	font-size: 70%;
	display: block;
}

/* footer */
footer {
	padding: 10px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	background: #000;
	color: #999;
}

