@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © Le uwin. ALL RIGHTS RESERVED.

HTML CSS Selectors Top

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------- */
#header-wrapper {
	/*background-color: rgba(255,255,255,0.85);*/
	background-color: transparent;
	position: absolute;
}
#header-wrapper header nav li {
	visibility:hidden;
}
#header-wrapper header nav li.sns {
	visibility:visible;
}
#header-wrapper.fixed {
	background-color: rgba(255,255,255,0.85);
	position: fixed;
}
#header-wrapper.fixed header nav li {
	visibility:visible;
}



/*---------------------------------------------------------------------------------
fv
--------------------------------------------------------------------------------- */
#mv-wrapper {
	width: 100%;
	min-width:1200px;
	position: relative;
	z-index: 1;
}
#fv_slider {
	position: relative;
}
#mv-wrapper div {
	width: 100%;
	min-width:1200px;
	height: 100%;
}
#mv-wrapper .mv {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.slick-dots {
	position: absolute;
	right: 100px;
	bottom: 50px;
}
.slick-dots li
{
    position: relative;
    width: 10px;
    height: 10px;
    margin-top: 15px;
    padding: 0;
    cursor: pointer;
	border: 3px solid #fff;
	border-radius: 8px;
}
.slick-dots li button
{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	color: transparent;
	outline: none;
	background: transparent;
	visibility: hidden;	
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li.slick-active 
{
    border-color: #555;
	background-color: #555;
}

#mv-wrapper .logo {
	position: absolute;
	bottom: 112px;
}
#mv-wrapper .logo.left {
	left: 175px;
}
#mv-wrapper .logo.center {
	width: 500px;
	left: 50%;
	margin-left: -250px;
	text-align: center;
}
#mv-wrapper .logo.right {
	right: 175px;
}


/*---------------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------------- */
#contents-wrapper {
	padding-top: 62px;
	padding-bottom: 120px;
	background-image: none;
	background-color: #fff;
	position: relative;
	z-index: 2;
}

/*pickup-style*/
#pickup-style {
	width: 970px;
	margin: 0 auto 90px; 
	position: relative;
}
#pickup-style header {
	width: 100%;
	position: absolute;
	top: 296px;
	left: 0;
}
#contents-wrapper #pickup-style header h3 {
	display: inline-block;
	font-family: 'Bad Script', cursive;
	font-size: 24px;
	line-height: 1;
	font-weight: normal;
	padding-bottom: 0px;
	background-image: none;
}

#pickup-style ul {
	overflow:hidden;
}
#pickup-style li {
	width: 280px;
	height: 280px;
	overflow:hidden;
	margin: 0 20px;
	float: left;
}
#pickup-style li:nth-of-type(1),
#pickup-style li:nth-of-type(2),
#pickup-style li:nth-of-type(3) {
	margin-bottom: 90px;
}
#pickup-style li a {
	display: block;
	width: 280px;
	height: 280px;
	transition: 0.5s;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#pickup-style li a:hover {
	opacity:1;
}
#pickup-style li a:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

#pickup-style .view-all {
	width: 240px;
	padding-top: 54px;
	margin: 0 auto;
}
#pickup-style .view-all a {
	display: block;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 15px;
	border: 1px solid #555;
}

/*Colection*/
#style-collection {
	width: 100%;
	min-width: 1200px;
	height: 815px;
	padding-top: 125px;
	background-image: url(../img/top/bg_colection.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#style-collection:before {
	display: block;
	width: 100%;
	min-width: 1200px;
	height: 9px;
	background-image: url(../img/common/line_double.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	content:"";
}
#style-collection .inner {
	width: 1000px;
	height: 815px;
	margin: 0 auto 0;
	position: relative;
}
#style-collection .inner h3 {
	width: 200px;
	height: 525px;
	text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
}
#style-collection .inner p {
	padding-left: 218px;
}
#style-collection li {
	width: 400px;
	height: 120px;
	position: absolute;
	-webkit-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
}
#style-collection li a {
	display: block;
	background-color: #fcfcfc;
}
#style-collection li a:hover {
	opacity:1;
}
#style-collection li a:hover img {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity:0.5;
}
#style-collection li a:after {
	display: block;
	width: 165px;
	height: 75px;
	position: absolute;
	top: 25px;
	content:"";
	-webkit-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	transform: rotate(7deg);
}
#style-collection li:nth-of-type(1) {
	top: 18px;
	left: 471px;
}
#style-collection li:nth-of-type(1) a:after {
	right: 26px;
	background-image: url(../img/top/btn_colection_01.png);
}
#style-collection li:nth-of-type(2) {
	top: 137px;
	left: 486px;
}
#style-collection li:nth-of-type(2) a:after {
	right: 41px;
	background-image: url(../img/top/btn_colection_02.png);
}
#style-collection li:nth-of-type(3) {
	top: 256px;
	left: 501px;
}
#style-collection li:nth-of-type(3) a:after {
	right: 56px;
	background-image: url(../img/top/btn_colection_03.png);
}
#style-collection li:nth-of-type(4) {
	top: 375px;
	left: 516px;
}
#style-collection li:nth-of-type(4) a:after {
	right: 71px;
	background-image: url(../img/top/btn_colection_04.png);
}
#style-collection li:nth-of-type(5) {
	top: 494px;
	left: 531px;
}
#style-collection li:nth-of-type(5) a:after {
	right: 86px;
	background-image: url(../img/top/btn_colection_05.png);
}

/*Wedding*/
#wedding {
	width: 100%;
	min-width: 1200px;
	padding-top: 97px;
	padding-bottom: 170px;
	background-image: url(../img/common/line_double.png);
	background-repeat: repeat-x;
	position: relative;
}
#wedding .inner-wrap {
	width: 100%;
	min-width: 1200px;
	height: 620px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 5;
}
@media screen and (min-width: 1200px) {
	#wedding .inner-wrap {
		background-size: cover;		
	}
}
#wedding header {
	height: 177px;
}
#wedding header h3 {
	display: inline-block;
	font-family: 'Italianno', cursive;
	font-size: 80px;
	line-height: 1;
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 0px;
	background-image: none;
}
#wedding .inner {
	width: 1000px;
	margin: 0 auto;
	overflow:hidden;
}
#wedding .inner .left {
	width: 380px;
	margin-left: 55px;
	float: left;
}
#wedding .inner .right {
	width: 380px;
	margin-right: 55px;
	float: right;
}
#wedding .slick-prev {
	left: -40px;
	background-position: left top;
}
#wedding .slick-next {
	right: -40px;
	background-position: right top;
}
#wedding .slick-prev,
#wedding .slick-next {
	width: 29px;
	height: 39px;
	background-image: url(../img/top/btn_wedding_slider.png);
	background-color: transparent !important;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}

#wedding .inner li a {
	display: block;
	width: 380px;
	height: 380px;
	transition: 0.5s;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#wedding .inner li a:hover {
	opacity:1;
}
#wedding .inner li a:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

#wedding .btn-detail {
	width: 205px;
	height: 116px;
	position: absolute;
	top: 659px;
	left: 50%;
	margin-left: -250px;
}
#wedding .btn-detail a {
	display: block;
	width: 205px;
	height: 116px;
	-webkit-animation: rotate-detail 2s;
	-webkit-animation-iteration-count: infinite;
	animation: rotate-detail 2s;
	animation-iteration-count: infinite;
}
@-webkit-keyframes rotate-detail {
     /* webkit用keyframes */ 
    0% { -webkit-transform: rotate(5deg); }
	50% { -webkit-transform: rotate(-5deg); }
    100% { -webkit-transform: rotate(5deg); }
}
@keyframes rotate-detail {
    0% { transform: rotate(5deg); }
	50% { transform: rotate(-5deg); }
    100% { transform: rotate(5deg); } 
}


#wedding .btn-all {
	width: 180px;
	height: 116px;
	position: absolute;
	top: 659px;
	left: 50%;
	margin-left: 40px;
	
}
#wedding .btn-all a {
	display: block;
	width: 205px;
	height: 116px;
	-webkit-animation: rotate-all 2s;
	-webkit-animation-iteration-count: infinite;
	animation: rotate-all 2s;
	animation-iteration-count: infinite;
}
@-webkit-keyframes rotate-all {
     /* webkit用keyframes */ 
    0% { -webkit-transform: rotate(-5deg); }
	50% { -webkit-transform: rotate(5deg); }
    100% { -webkit-transform: rotate(-5deg); }
}
@keyframes rotate-all {
    0% { transform: rotate(-5deg); }
	50% { transform: rotate(5deg); }
    100% { transform: rotate(-5deg); } 
}

/*The (five) senses*/
#senses {
	padding-top: 30px;
	padding-bottom: 65px;
	background-image: url(../img/common/line_double.png);
	background-repeat: repeat-x;
}

#senses .inner {
	width: 1020px;
	margin: 0 auto;
	overflow:hidden;
}

#senses .item {
	width: 340px;
	padding-bottom: 35px;
	float: left;
	
}
#senses .item a {
	display: block;
	padding-top: 50px;
	margin: 0 10px;
	background-repeat: no-repeat;
	background-position: center top;
}
#senses .item a.sight {
	background-image: url(../img/top/icon_senses_01.png);
}
#senses .item a.hearing {
	background-image: url(../img/top/icon_senses_02.png);
}
#senses .item a.smell {
	background-image: url(../img/top/icon_senses_03.png);
}
#senses .item a.taste {
	background-image: url(../img/top/icon_senses_04.png);
}
#senses .item a.touch {
	background-image: url(../img/top/icon_senses_05.png);
}

#senses .item h4 {
	font-size: 14px;
	text-align: center;
	padding-bottom: 8px;
}
#senses .item h4 img {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 8px;
}

#senses .item p {
	padding: 0 20px;
	text-align: center;
}

/*Salon Identity*/
#identity {
	width: 100%;
	min-width: 1200px;
	padding-top: 100px;
	padding-bottom: 80px;
	background-image: url(../img/common/line_double.png);
	background-repeat: repeat-x;
}
#identity_wrap {
	width: 100%;
	min-width: 1200px;
	height: 530px;
	padding-top: 30px;
	margin-bottom: 87px;
	background-repeat: no-repeat;
	background-position: center center;
}

@media screen and (min-width: 1200px) {
	#identity_wrap {
		background-size: cover;		
	}
}
#identity_wrap h3 {
	color: #fff;
	margin-bottom: 30px;
}

#identity_wrap .inner {
	width: 1000px;
	margin: 0 auto;
	overflow:hidden;
}

#identity_wrap #slider {
	float: left;
	width: 600px;
	margin-left: 50px;
}
.slick-prev {
	left: -40px;
	background-position: left top;
}
.slick-next {
	right: -40px;
	background-position: right top;
}
.slick-prev,
.slick-next {
	width: 18px;
	height: 36px;
	background-image: url(../img/salon/btn_slider.png);
	background-color: transparent !important;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}


#identity_wrap #concept {
	float: right;
	width: 275px;
	height: 390px;
	margin-right: 6px;
	background-image: url(../img/salon/bg_identity.png);	
}

#concept h4 {
	width: 100%;
	height: 224px;
	text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
}
#concept p {
	padding: 0 27px 2em;
	text-align: center;
	font-size: 12px;
	color: #999;
}
#concept p strong {
	font-size: 16px;
	font-weight: bold;
}

/*Saff*/
#staff  {
	width: 100%;
	min-width: 1200px;
	padding-top: 82px;
	background-image: url(../img/common/line_double.png);
	background-repeat: repeat-x;
}
#staff header {
	margin-bottom: 28px;
}
#staff .inner {
	width: 1000px;
	margin: 0 auto;
	overflow:hidden;
}

#staff .inner .detail {
	width: 240px;
	float: right;
	padding-top: 60px;
}
#staff .inner .detail h4 {
	font-size: 20px;
	line-height: 1.2;
	padding-bottom: 10px;
	font-weight: bold;
}
#staff .inner .detail p {
	padding-bottom: 35px;
	color: #545454;
}
#staff .inner .detail .view-all {
	display: block;
	border: 1px solid #555555;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	color: #535353;
	padding: 15px;
}

#staff .inner .photo {
	width: 680px;
	padding-left: 25px;
	float: left;
}







