@charset "utf-8";
html {
	position: relative;
}
body, html, main {
	height: 100%;
}
body {
	height: 100%;
	position: relative;
	background-color:#F9F4ED
}

#cont {
	height: 100%;
	margin: 64px 0 0 0;
	width: 100%;
	min-width: 1000px;
}
footer {
	margin: 0px 0 0 0;
}

/*メインビジュアル*/
#slideshow {
	width  : 100%;
	height : 100%;
	position:relative;
}
#slideshow div {
	width  : 100%;
	height : 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#slideshow div.active {
	z-index:10;
}
#slideshow div.last-active {
	z-index:9;
}
#slideshow:after {
	display: block;
	height: 90px;
	width: 158px;
	background-image: url(../images/index/logo-trans.png);
	background-repeat: no-repeat;
	margin: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	content:"";
	z-index:20;
}


.cd-fixed-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}

.cd-scrolling-bg {
	position: relative;
	z-index: 9;
}
.cd-scrolling-bg .inner {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.cd-scrolling-bg .inner h2 {
	text-align: center;
}
.cd-scrolling-bg .more {
	text-align: center;
}

/* Side Nav */
ul#nav {
	position : fixed;
	z-index  : 999;
	top      : 50%;
	right: 55px;
	margin-top: -105px;
}

ul#nav li {
	height   : 42px;
	position : relative;
}

ul#nav a {
	display     : block;
	width       : 12px;
	height      : 12px;
	text-indent : -9000px;
	overflow    : hidden;
	outline     : none;
	background-color: #ccc;
	-webkit-border-radius:  6px;
    -moz-border-radius:     6px;
    -o-border-radius:       6px;
    border-radius:          6px;
}

ul#nav a:hover, nav#main li.active a {
	background-color: #004D73;
}

ul#nav h1 {
	display     : none;
}

ul#nav span {
	display     : none;
}


/*Our salon*/
#our_salon {
	padding-top: 137px;
	padding-bottom: 130px;
}
#our_salon .inner {
	width: 840px;
}
#our_salon h2 {
	text-align: left;
}
#our_salon p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	width: 400px;
	padding-left: 145px;
}
#our_salon .image {
	height: 240px;
	width: 295px;
	position: absolute;
	top: 0px;
	right: 0px;
}

/*Menu & Price*/
#price {
	padding-top: 95px;
	padding-bottom: 93px;
}
#price .inner {
	width: 940px;
}
#price dl {
	padding-left: 200px;
	padding-bottom: 60px;
	min-height: 270px;
}
#price dt {
	font-family: "PT Sans", sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	width: 200px;
	float: left;
	clear: left;
	color: #707273;
}
#price dd {
	font-size: 16px;
	float: left;
	width: 150px;
	padding-bottom: 25px;
	color: #707273;
}
#price .image {
	width: 380px;
	position: absolute;
	top: 186px;
	right: 0px;
}

/*Hair catalog*/
#hair {
	padding-top: 92px;
	padding-bottom: 110px;
}
#hair .inner {
	width: 1000px;
}
#hair ul {
	padding-bottom: 55px;
}
#hair li {
	float: left;
	width: 220px;
	padding-right: 40px;
}
#hair li:last-child {
	padding-right: 0px;
}
/*Staff*/
#staff {
	padding-top: 137px;
	padding-bottom: 130px;
}
#staff .inner {
	width: 1000px;
}
#staff .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#staff .inner ul li {
  width: 480px;
}
#staff .inner p {
	padding-bottom: 32px;
}
#staff .inner ul li p img {
  width: 100%;
  height: auto;
}

/*Blog*/
#blog {
	padding-top: 122px;
	padding-bottom: 100px;
}
#blog .inner {
	width: 1000px;
}
#blog ul {
	padding-bottom: 60px;
}
#blog li {
	float: left;
	width: 220px;
	padding-right: 40px;
}
#blog li img {
	height: 220px;
	width: auto;
}
#blog li h3 {
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#blog li span {
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
	color: #004d73;
}
#blog li:last-child {
	padding-right: 0px;
}
#blog li .desc {
	height: 220px;
	width: 220px;
	overflow: hidden;
	background-image: url(../images/index/noimage.jpg);
	background-repeat: no-repeat;
	background-size: 220px auto;
	background-position: center center;
}
/*#blog li .desc div {
	display: none;	
}
#blog li .desc div.image{
	display: block;
}*/
#blog li a {
	display: block;
}
#blog li a:hover {
	-ms-filter: "alpha( opacity=50 )";
	opacity: 0.5;
	text-decoration: none;
}
#blog li a:hover img {
	-ms-filter: "alpha( opacity=100 )";
	opacity:1;
}

/*Salon interior*/
#interior {
	padding-top: 105px;
	
}
#interior .inner {
	width: 1000px;
}
#interior h3 {
  font-family: 'PT Sans', sans-serif;
  font-size: 30px;
  text-align: center;
  color: #a87600;
  padding-bottom: 30px;
}
#interior ul {
	padding-bottom: 50px;
}
#interior li {
	float: left;
	width: 328px;
	padding-right: 8px;
}
#interior li:last-child {
	padding-right: 0px;
}
#interior .more {
  padding-bottom: 86px;
}

/*Information*/
#information {
	padding-top: 123px;
	padding-bottom: 40px;
}
#information h2 {
  text-align: center;
}
#information .inner {
	width: 940px;
  padding-bottom: 80px;
}

#information #info-l {
	float: left;
	width: 585px;
}
#information #info-l #map {
	padding-bottom: 12px;
}
#information #info-l .btn {
	text-align: right;
	padding-bottom: 15px;
}
#information #info-l p {
	font-size: 14px;
}

#information #info-r {
	float: right;
	width: 300px;
}
#information #info-r h3 {
  font-family: 'PT Sans', sans-serif;
  font-size: 25px;
  padding-bottom: 12px;
}
#information #info-r .tel {
	padding-top: 30px;
	padding-bottom: 20px;
}
#information #info-r .tel-num {
	font-family: "PT Sans", sans-serif;
	font-size: 30px;
	color: #ae834a;
	display: inline-block;
	padding-left: 25px;
}
#information #info-r .tel img {
  vertical-align: text-bottom;
}

#information #info-r .image {
}
#information #info-r .btn {
	padding-left: 7px;
}

#information dl {
	overflow:hidden;
	font-family: 'PT Sans', sans-serif;
	font-size: 110%;
}

#information dl dt {
	width: 50px;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}

#information dl dd {
	float: left;
	margin: 0 0 10px 0;
}







