@charset "utf-8";
/* ---------------------------------------------------------------------------------
HTML CSS Selectors top
--------------------------------------------------------------------------------- */
html {
	position: relative;
}
body, html, main {
	height: 100%;
}
body {
	height: 100%;
	position: relative;
	background-color:#fdfbf5;
}

#cont {
	height: 100%;
	margin: 73px 0 0 0;
	width: 100%;
	min-width: 1000px;
}
#cont .cd-scrolling-bg h2 {
	font-size: 26px;
	line-height: 1;
	font-family: 'Cormorant Infant', serif;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-align: center;
	color: #dc711a;
}


#footer-wrapper {
	margin: 0px 0 0 0;
	position: relative;
    z-index: 9;
}

/*メインビジュアル*/
#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;
}



.cd-fixed-bg {
  position: relative;
	/*min-width: 1100px;*/
    min-width: 1210px;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;

}

.tab .cd-fixed-bg {
  background-size: auto 100%!important;
  background-attachment: scroll!important;
}

.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 {
	width: 152px;
	margin-left: auto;
	margin-right: auto;
}
.cd-scrolling-bg .more a {
	display: block;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 22px;
	line-height: 1;
	font-family: 'Cormorant Infant', serif;
	letter-spacing: 0.05em;
	font-weight: 300;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	background-color: #F4A400;
}

/* 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: 188px;
	height: 414px;
	background-image: url(../img/top/bg_our.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#our_salon .inner {
	width: 970px;
	padding-right: 130px;
	margin-left: auto;
	margin-right: auto;
}
#our_salon h2 {
	height: 50px;
}
#our_salon h3 {
	font-size: 28px;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 20px;
}
#our_salon p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	width: 520px;
	margin-left: auto;
	margin-right: auto;
}
#our_salon .image {
	position: absolute;
	top: -55px;
	right: 70px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #E6E6E6;
	box-shadow: 0px 0px 2px 0px #848484;
	transform: rotate(6deg);
	-moz-box-shadow:3px 3px 13px 0px #e6e6e6;
	-webkit-box-shadow:3px 3px 13px 0px #e6e6e6;
	box-shadow:3px 3px 13px 0px #e6e6e6;
}

/*Menu & Price*/
#price {
	padding-top: 127px;
	padding-bottom: 93px;
}
#price .inner {
	width: 714px;
}
#price .inner h2 {
	padding-bottom: 85px;
}
#price dl {
	padding-bottom: 60px;
	min-height: 270px;
}
#price dt {
	font-size: 20px;
	line-height: 1;
	font-family: 'Cormorant Infant', serif;
	letter-spacing: 0.05em;
	font-weight: 600;
	width: 246px;
	float: left;
	clear: left;
	color: #878684;
}
#price dd {
	font-size: 16px;
	float: left;
	width: 150px;
	padding-bottom: 25px;
	color: #8786843;
}
#price .image {
	position: absolute;
	top: 70px;
	right: 0px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #E6E6E6;
	box-shadow: 0px 0px 2px 0px #848484;
	-moz-box-shadow:3px 3px 13px 0px #e6e6e6;
	-webkit-box-shadow:3px 3px 13px 0px #e6e6e6;
	box-shadow:3px 3px 13px 0px #e6e6e6;
}

/*Hair catalog*/
#hair {
	padding-top: 117px;
	padding-bottom: 85px;
}
#hair .inner {
	width: 1000px;
}
#hair .inner h2 {
	padding-bottom: 90px;
}
#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: 120px;
	padding-bottom: 110px;
}
#staff .inner {
	width: 600px;
}
#staff .inner h2 {
	padding-bottom: 70px;
}
#staff .inner p {
	padding-bottom: 55px;
}

/*Blog*/
#blog {
	padding-top: 130px;
	padding-bottom: 100px;
}
#blog .inner {
	width: 1000px;
}
#blog .inner h2 {
	padding-bottom: 78px;
}
#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: 13px;
	font-weight: bold;
	color: #dc711a;
}
#blog li span {
	font-family: 'Cormorant Infant', serif;
	letter-spacing: 0.075em;
	color: #707273;
}
#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: 130px;
	padding-bottom: 90px;
}
#interior .inner {
	width: 1000px;
}
#interior .inner h2 {
	padding-bottom: 80px;
}
#interior ul {
	padding-bottom: 50px;
}
#interior li {
	float: left;
	width: 328px;
	padding-right: 8px;
}
#interior li:last-child {
	padding-right: 0px;
}


/*Information*/
#information {
	padding-top: 110px;
	padding-bottom: 120px;
}
#information .inner {
	width: 1000px;
}
#information .inner h2 {
	padding-bottom: 75px;
}

#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 .btn img {
	padding-right: 10px;
}
#information #info-l p {
	font-size: 14px;
}

#gmap,
#gmap iframe {
	width: 584px;
	height: 380px;
}

#information #info-r {
	float: right;
	width: 365px;
	padding-bottom: 50px;
}
#information #info-r dl {
	overflow:hidden;
}

#information #info-r dl dt {
	width: 75px;
	float: left;
	clear: left;
	margin: 0 0 30px 0;
}

#information #info-r dl dd {
	width: 290px;
	float: left;
	margin: 0 0 30px 0;
}

#information #info-r dl dd.telnum {
	font-family: 'Cormorant Infant', serif;
	font-size: 30px;
	line-height: 1;
	color: #dc711a;
}

#information #info-r .image {
	position: absolute;
	bottom: 0;
	right: -30px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #E6E6E6;
	box-shadow: 0px 0px 2px 0px #848484;
	transform: rotate(6deg);
	-moz-box-shadow:3px 3px 13px 0px #e6e6e6;
	-webkit-box-shadow:3px 3px 13px 0px #e6e6e6;
	box-shadow:3px 3px 13px 0px #e6e6e6;
}
#information #info-r .btn-recruit {
	padding-top: 70px;
}

#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;
}


#information ul {
	overflow:hidden;
}
#information li {
	padding-right: 20px;
	float: left;
}




