@charset "UTF-8";

/* //////////////////////////////////////////////

ROSE_index

////////////////////////////////////////////// */

#body-wrapper{
	background: #fff;
}
#body-wrapper p{
	color:#666;
}
.cap {
	margin-left:-52px;
	display:flex;
}

.cap h2{
	font-weight: 100;
	font-family: 'Abel', sans-serif;
	letter-spacing: 0.2em;
	font-size:2rem;
}
.cap::after{
	content:"";
	display:block;
	clear:both;
}

/*TOP*/
#top{
	width: 100%;
	padding: 0 0 50px 0;
	box-sizing: border-box;
}
#top .image{
	width: 100%;
	margin: 0 auto;
	position:relative;
	overflow:hidden;
}
.slideshow {
    width: 100%;
	height: 100%;
	display: block;
    top: 0px;
    left: 0px;
    z-index: 0;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
		left:0;
	}
	11% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
		left: 0;
	}
	30% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
		left: 0;
	}
	38% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
    	left: -2%;
	}
	100% { 
		opacity: 0;
		left: -2%;
	}
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
		left:0;
	}
	11% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
		left: 0;
	}
	30% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
		left: 0;
	}
	38% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
    	left: -2%;
	}
	100% { 
		opacity: 0;
		left: -2%;
	}
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
		left:0;
	}
	11% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
		left: 0;
	}
	30% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
		left: 0;
	}
	38% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
    	left: -2%;
	}
	100% { 
		opacity: 0;
		left: -2%;
	}
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
		left:0;
	}
	11% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
		left: 0;
	}
	30% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
		left: 0;
	}
	38% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
    	left: -2%;
	}
	100% { 
		opacity: 0;
		left: -2%;
	}
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
		left:0;
	}
	11% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
		left: 0;
	}
	30% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
		left: 0;
	}
	38% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
    	left: -2%;
	}
	100% { 
		opacity: 0;
		left: -2%;
	}
}


/*CONCEPT*/
#concept .cnt1,
#concept .cnt2{
	width:80%;
	padding:0 100px;
	margin:180px auto;
    max-width: 1600px;
	display:flex;
}
#concept .cnt1{
	min-height:450px;
}
#concept .cnt1 .l-box{
	width:30%;
	min-width: 400px;
	min-height:450px;
	height:100%;
	position:relative;
}
#concept .cnt1 .l-box .text-box{
	padding-right:100px;
	top: 50%;
    transform: translateY(-50%);
	position:relative;
}
#concept .cnt1 .l-box .text-box h3{
	font-weight:200;
	font-size:1.45em;
	line-height:1.5;
	margin:50px 0 20px;
}
#concept .cnt1 .in1{
	width: 70%;
	max-width: 1100px;
	min-height:450px;
}
#concept .cnt1 .in1 .bg{
	width:100%;
	height:100%;
	min-height:450px;
	background: url(../img/index/image_concept1.jpg) no-repeat center left;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#concept .cnt2{
	margin-top:180px;
}
#concept .cnt2 .image-box{
	width: 70%;
	max-width: 1100px;
	order:0;
	display:flex;
}
#concept .cnt2 .image-box .in2,
#concept .cnt2 .image-box .in3,
#concept .cnt2 .image-box .in4,
#concept .cnt2 .image-box .in5{
	width: 50%;
	display:block;
}
#concept .cnt2 .image-box .in2 .bg{
	width: 100%;
	height:100%;
	background: url(../img/index/image_concept2.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#concept .cnt2 .image-box .in3 .bg{
	width: 100%;
	height:100%;
	background: url(../img/index/image_concept3.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#concept .cnt2 .image-box .in4 .bg{
	width: 100%;
	height:100%;
	background: url(../img/index/image_concept4.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#concept .cnt2 .image-box .in5 .bg{
	width: 100%;
	height:100%;
	background: url(../img/index/image_concept5.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#concept .cnt2 .r-box{
	width:30%;
	min-width: 400px;
	height:100%;
	position:relative;
	order:1;
}
#concept .cnt2 .r-box .text-box{
	padding-left:100px;
	top: 50%;
    transform: translateY(-50%);
	position:relative;
}
#concept .cnt2 .r-box .text-box h3{
	font-weight:200;
	font-size:1.45em;
	line-height:1.5;
	margin-bottom: 20px;
}





/*GALLERY*/
#gallery{
	width:100%;
	height:700px;
	margin:180px auto;
	display:flex;
}
#slide-box{
	order:0;
	width: 65%;
	height:700px;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.slide {
	width:100%;
	height:700px;
	background: rgba(64, 80, 96, 0.9);
	position: absolute;
	left: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.slide.next {
	opacity: 1;
	left: 75%;
	-webkit-transform: scale(0.75, 0.75);
	-moz-transform: scale(0.75, 0.75);
	-ms-transform: scale(0.75, 0.75);
	-o-transform: scale(0.75, 0.75);
	transform: scale(0.75, 0.75);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
}
.slide.future {
	opacity: 0;
	left: 100%;
	-webkit-transform: scale(0.5, 0.5);
	-moz-transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	-o-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	-o-filter: blur(10px);
	filter: blur(10px);
}
.slide.prev {
	opacity: 0;
	left: 25%;
	-webkit-transform: scale(1.25, 1.25);
	-moz-transform: scale(1.25, 1.25);
	-ms-transform: scale(1.25, 1.25);
	-o-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
}
.slide:nth-child(50) {
	z-index: -50;
}
.slide:nth-child(49) {
	z-index: -49;
}
.slide:nth-child(48) {
	z-index: -48;
}
.slide:nth-child(47) {
	z-index: -47;
}
.slide:nth-child(46) {
	z-index: -46;
}
.slide:nth-child(45) {
	z-index: -45;
}
.slide:nth-child(44) {
	z-index: -44;
}
.slide:nth-child(43) {
	z-index: -43;
}
.slide:nth-child(42) {
	z-index: -42;
}
.slide:nth-child(41) {
	z-index: -41;
}
.slide:nth-child(40) {
	z-index: -40;
}
.slide:nth-child(39) {
	z-index: -39;
}
.slide:nth-child(38) {
	z-index: -38;
}
.slide:nth-child(37) {
	z-index: -37;
}
.slide:nth-child(36) {
	z-index: -36;
}
.slide:nth-child(35) {
	z-index: -35;
}
.slide:nth-child(34) {
	z-index: -34;
}
.slide:nth-child(33) {
	z-index: -33;
}
.slide:nth-child(32) {
	z-index: -32;
}
.slide:nth-child(31) {
	z-index: -31;
}
.slide:nth-child(30) {
	z-index: -30;
}
.slide:nth-child(29) {
	z-index: -29;
}
.slide:nth-child(28) {
	z-index: -28;
}
.slide:nth-child(27) {
	z-index: -27;
}
.slide:nth-child(26) {
	z-index: -26;
}
.slide:nth-child(25) {
	z-index: -25;
}
.slide:nth-child(24) {
	z-index: -24;
}
.slide:nth-child(23) {
	z-index: -23;
}
.slide:nth-child(22) {
	z-index: -22;
}
.slide:nth-child(21) {
	z-index: -21;
}
.slide:nth-child(20) {
	z-index: -20;
}
.slide:nth-child(19) {
	z-index: -19;
}
.slide:nth-child(18) {
	z-index: -18;
}
.slide:nth-child(17) {
	z-index: -17;
}
.slide:nth-child(16) {
	z-index: -16;
}
.slide:nth-child(15) {
	z-index: -15;
}
.slide:nth-child(14) {
	z-index: -14;
}
.slide:nth-child(13) {
	z-index: -13;
}
.slide:nth-child(12) {
	z-index: -12;
}
.slide:nth-child(11) {
	z-index: -11;
}
.slide:nth-child(10) {
	z-index: -10;
}
.slide:nth-child(9) {
	z-index: -9;
}
.slide:nth-child(8) {
	z-index: -8;
}
.slide:nth-child(7) {
	z-index: -7;
}
.slide:nth-child(6) {
	z-index: -6;
}
.slide:nth-child(5) {
	z-index: -5;
}
.slide:nth-child(4) {
	z-index: -4;
}
.slide:nth-child(3) {
	z-index: -3;
}
.slide:nth-child(2) {
	z-index: -2;
}
.slide:nth-child(1) {
	z-index: -1;
}
.controls {
	width:150px;
	position: absolute;
	font-family: 'Abel', sans-serif;
	text-align: center;
	font-size:0.9em;
	color:#4f7594;
	background:#efefef;
	right: 0;
	bottom: 0;
}
.controls span.current {
	font-family: century gothic;
    display: inline-block;
    position: absolute;
	margin-top: 3px;
    width: 50px;
    height: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    vertical-align: middle;
}
.controls a {
	vertical-align: middle;
	width: 60px;
	height: 60px;
	display: block;
	position:relative;
}
.controls a.prev{
	float:left;
}
.controls a.next{
	float:right;
}
.controls::after{
	content:"";
	display:block;
	clear:both;
}
.controls a.prev:before {
	content: "";
    width: 20px;
    height: 1px;
    transform: translateY(36px) rotate(45deg);
    left: 15px;
    background: #4f7594;
    position: absolute;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.controls a.prev:after {
	content: "";
    width: 20px;
    height: 1px;
    transform: translateY(22px) rotate(-45deg);
    left: 15px;
    background: #4f7594;
    position: absolute;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.controls a.next:before {
	content: "";
    width: 20px;
    height: 1px;
    transform: translateY(22px) rotate(45deg);
    right: 15px;
    background: #4f7594;
    position: absolute;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.controls a.next:after {
	content: "";
    width: 20px;
    height: 1px;
    transform: translateY(36px) rotate(-45deg);
    right: 15px;
    background: #4f7594;
    position: absolute;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.controls .prev:hover,
.controls .next:hover{
}
.controls .prev:hover:before,
.controls .prev:hover:after{
	 transform: translateY(29px) rotate(0deg);
	 left: 0;
	 background:#4f7594;
}
.controls .next:hover:before,
.controls .next:hover:after{
	 transform: translateY(29px) rotate(0deg);
	 right: 0;
	 background:#4f7594;
}

#slide-1{
	width: 100%;
	background:url(../img/collection/s1.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#slide-2{
	width: 100%;
	background: url(../img/collection/s2.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#slide-3{
	width: 100%;
	background: url(../img/collection/s3.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#slide-4{
	width: 100%;
	background: url(../img/collection/s4.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#slide-5{
	width: 100%;
	background: url(../img/collection/s5.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}














#gallery .r-box{
	order:1;
	width:35%;
	min-width:400px;
	height:700px;
	background:#4A3331;
	color:#fff;
	box-sizing: border-box;
	height:100%;
	position:relative;
}
#gallery .r-box .text-box{
	top: 50%;
	padding:0 100px;
    transform: translateY(-50%);
	position:relative;
}

#gallery .r-box .text-box h3{
	font-weight:200;
	font-size:1.45em;
	color:#bbb;
	line-height:1.5;
	margin: 60px 0 20px;
}
#gallery .r-box .text-box p{
	color:#bbb;
}
#gallery .r-box .link{
    left: 0;
    bottom: 0;
}

#concept .link{
    left: 0;
    bottom: 0;
}

/*Instagram*/
#instagram{
	width:100%;
	margin:180px auto;
}
#instagram .isg{
	max-width:1180px;
	display:flex;
	width:80%;
	margin:0 auto;
}
#instagram .text-box{
	margin-left:52px;
	position:relative;
	width:100%;
	display:flex;
}
#instagram .text-box p{
	margin:15px 0 0 60px;
}
.instagram-item{
	width:80%;
	margin:70px auto 0;
	display:flex;
}
.instagram-item li{
	overflow:hidden;
	width:20%;
	box-sizing: border-box;
	margin:2px;
	position: relative;
    display: block;
	z-index:1;
}
.instagram-item li a{
	width:100%;
	height:100%;
	display:block;
}
.instagram-item li img{
	width: 100%;
    height: auto;
    display: block;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.instagram-item li a p{
	opacity:0;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	position:absolute;
	color:#fff !important;
	width:100%;
	height:100%;
	box-sizing: border-box;
	padding:20px;
	text-align:center;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	background: rgba(33, 39, 54, 0.5);
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
}
.instagram-item li a:hover p{
	opacity:1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*MENU*/
#menu{
	width:100%;
	margin:0 auto;
	position:relative;
}
#menu .in{
	max-width:1180px;
	width:80%;
	margin:0 auto;
	padding-top:180px;
	display:flex;
}
#menu .in2{
	max-width:1180px;
	width:80%;
	margin:0 auto;
	padding-bottom:180px;
	clear:both;
}
#menu .text-box{
	margin-left:52px;
	position:relative;
	width:100%;
	display:flex;
}
#menu .text-box p{
	margin:5px 0 0 60px;
}
#menu .link{
	right:0;
	top:185px;
}
#menu .menu-box{
	margin-top:70px;
}
#menu .menu-box:after,
#menu .item dl:after{
	content:"";
	clear:both;
	display:block;
}
#menu .l-box{
	float:left;
	width:50%;
	box-sizing: border-box;
	padding-right:50px;
}
#menu .r-box{
	float:right;
	width:50%;
	box-sizing: border-box;
	padding-left:50px;
}
#menu h3{
	font-weight: 700;
	font-family: 'Abel', sans-serif;
	letter-spacing: 0.2em;
	font-size:1.5rem;
	margin-bottom:35px;
}
#menu h3 span{
	font-size:0.8rem;
	letter-spacing: 0em;
}
#menu .item{
	margin:5px 0 60px;
}
#menu .item dl{
	margin-top:23px;
	width:100%;
	min-width:350px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}
#menu .item dt{
	float:left;
	line-height:1.4em;
	display:block;
}
#menu .item dt span{
	font-size:0.9rem;
}
#menu .item dd{
	float:right;
	display:block;
}
#menu .item dd.snd{
	margin-top:15px;
}
#menu ul li{
	list-style: disc;
	margin-left:10px;
	color:#777;
	font-size:0.9em;
}

/*STAFF*/
#staff{
	width:100%;
	padding:0 0 60px 0;
	margin:0 auto;
}
#staff .in{
	max-width:1180px;
	display:flex;
	width:80%;
	margin:0 auto;
}
#staff .text-box{
	margin-left:52px;
	position:relative;
	width:100%;
	display:flex;
}
#staff .text-box p{
	margin:5px 0 0 60px;
}
.staff-item{
	width:100%;
	margin-top:70px;
	display:flex;
	float:right;
	position:relative;
}
.mt0{
	margin-top:0;
}


.staff-item li img{
	width:100%;
	height:auto;}
	
.label-box{
	clear:both;
	width:69.5%;
	position:relative;
	float:right;
}
.label-box .bg-line-l{
	border:1px solid #e5e5e5;
	position:absolute;
	width:45%;
	top:47px;
	left:0;
	z-index:1;
}
.label-box .bg-line-r{
	border:1px solid #e5e5e5;
	position:absolute;
	width:45%;
	top:47px;
	right:0;
	z-index:1;
}
label {
    color:#fff;
	background:#fff;
	width:100px;
	margin:0 auto !important;
	display:block;
	overflow:hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
label p.btn-t {
	font-size:0.9em;
	color:#fff;
}
label p.btn{
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
label p.btn .plus{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 1px;
  margin: -2px 0 0 -20px;
  background: transparent;
  transition: .3s;
}
label p.btn .plus:before, label p.btn .plus:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  background: #333;
  transition: .3s;
}
label p.btn .plus:before{
  transform: rotate(-0deg);
  -webkit-transform: rotate(-0deg);
}
label p.btn .plus:after{
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
label p.btn:hover .plus:before, label p.btn:hover .plus:after{
	background:#dba24c;
}
p.close-txt{
	opacity:0;
} 
label p.close-btn{
	margin-top:0px;
	background:;	
}
label p.btn .close{
  background: transparent;
}
label p.btn .close:before, label p.btn .close:after{
  margin-top: 0;
}
label p.btn .close:before{
	background:#333;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
label p.btn .close:after{
	background:#333;
	transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
}
/*クリックビュー*/
.view-box{
	position:relative;
	display:none;
	clear:both;

}
/* ローディング */
.loading{
	position: fixed;
	left:50%;
	top:50%;
	background:#fff;
	z-index:10000;
}
.load-view-box{
	padding: 100px 0;
    position: relative;
    width: 69.5%;
    float: right;
}

.include{
	display:none;
	opacity:0;
}

.style-image{
	position: relative;
    width: 96%;
	margin:180px auto 0;
    height: 500px;
    overflow: hidden;
}
.style-image .image-bg{
	width: 120%;
    height: 120vh;
    position: absolute;
    overflow: hidden;
    background: url(../img/index/style-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-position:center;
    opacity: 0;
}

/*ACCESS*/
#access{
	width:96%;
	margin:0 auto 180px;
	display:flex;
}
#access:after,
#access dl:after{
	clear:both;
	display:block;
	content:"";
}
#access .in{
	width:40%;
	min-width: 400px;
	min-height:450px;
	position:relative;
	order:0;
}
#access .in .text-box{
	padding-right:100px;
	top: 45%;
	float:right;
    transform: translateY(-50%);
	position:relative;
}
#access .in .text-box .address-box{
	margin-top:50px;
}
#access dl{
	margin-top:13px;
	display:flex;
}
#access dt{
	line-height:1.4em;
	display:block;
}
#access dt span{
	font-size:0.9rem;
}
#access dd{
	padding-left:50px;
	display:block;
}
#access dd a{
	color:#1a1a19 !important;
}
#access .in .link{
	right:-60px;
	bottom:0;
	z-index:1;
}
#access #map{
	width: 60%;
	min-height:450px;
	order:1;
}

/*NEWS*/
#news{
	display:flex;
	width:96%;
	margin:180px auto 0;
}
#news:after,
#news #recrute .in:after,
#news  #blog ul li:after{
	clear:both;
	display:block;
	content:"";
}
#news #recrute .link{
	margin-top:30px;
	position:relative;
}
#news #recrute{
	width:40%;
	min-width:400px;
	position:relative;
	order:0;
	border-right:1px solid #d7d7d7;
}
#news #blog{
	width:60%;
	position:relative;
	order:1;
}
#news #recrute .in .recrute-box,
#news #blog .in .blog-box{
	margin-top:50px;
}
#news #recrute .in{
	padding-right: 102px;
	float:right;
}
#news #blog h2 span{
	font-size:1.3rem;
}
#news #blog .in{
	padding-left: 152px;
}
#news #blog ul{
	margin-top:13px;
}
#news  #blog ul li{
	line-height:1.4em;
	display:block;
	display:flex;
}
#news  #blog ul li p{
	margin:17px 0 0 30px;
}
#news  #blog ul li p time{
	font-weight: 700;
	font-family: 'Abel', sans-serif;
	letter-spacing: 0.2em;
	font-size:1rem;
	margin-right:20px;
}
@media screen and (max-width: 1280px) , (max-device-width : 1280px) {
	#access .in .text-box{
		padding-right:50px;
	}
	#news #recrute .in{
		padding-right:52px;
	}
	#news #blog .in{
		padding-left:102px;
	}
}
@media screen and (max-width: 1200px) , (max-device-width : 1200px) {
	/*light-box*/
	.label-tr{
		position:absolute;
		width:100%;
		height:100%;
		display: block;
		top: 0;
		z-index: 1;
	}
	.item > label {
		color: #000;
		cursor: pointer;
		display: inline-block;
		opacity:0;
	}
	
	.modal-overlay {
		background-color: rgba(255,255,255,1);
		position: fixed;
		overflow:scroll;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		text-align:center;
	}
	.modal-wrap {
		position: absolute;
		margin: 0 auto;
		width: 80%;
		max-width:400px;
		box-sizing: border-box;
		top: 50%;
		left:50%;
		transform: translate(-50%,-50%);
	}
	
	.modal-wrap label {
		font-size:15px;
		padding:10px;
		font-family: 'Abel', sans-serif;
		letter-spacing:2px;
		background: #d28a94;
		color: #fff;
		cursor: pointer;
		display: block;
	}
	.modal-wrap .image-label{
		margin-top:10px;
	}
	.modal-wrap .image-label,
	.modal-wrap .image-label img{
		width:100%;
	}
	.modal-wrap .p-text h3{
		letter-spacing:0.1em;
		font-size:15px;
		line-height: 1.4em;
	}
	.modal-wrap .p-text h3 span{
		font-size:0.6em;
	}
	.modal-wrap .p-text p{
		margin-top:10px;
		text-align:left;
	}
	input {
	position: absolute;
	z-index: -9999;
	visibility: hidden;
	}
	
	.modal-overlay {
		opacity:0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		-webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
		-moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
		-ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
		-o-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
		transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
		z-index: -999;
	}
	
	input:checked ~ .modal-overlay {
	opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-0-transform: scale(1);
		transform: scale(1);
	z-index: 999;
	}
}
@media screen and (max-width: 1150px) , (max-device-width : 1250px) {
	#access .in,
	#access #map,
	#news #recrute,
	#news #blog{
		width:50%;
	}
}
@media screen and (max-width: 1050px) , (max-device-width : 1050px) {
	#menu .text-box{
		margin-left:0;
		display:block;
	}
	#menu .text-box p{
		margin:30px 0 0 0;
	}
	#menu .l-box,
	#menu .r-box{
		float:none;
		width:100%;
		padding:0;
	}
	#menu .link{
		top: 260px;
	}
}
@media screen and (max-width: 950px) , (max-device-width : 950px) {
	#concept .cnt1,
	#concept .cnt2,
	#gallery,
	#instagram{
		margin:100px auto;
	}
	#menu .in{
		padding-top:100px;
	}
	#menu .in2{
		padding-bottom:100px;
	}
	#staff{
		padding:100px 0;
	}
	#access{
		margin:0 auto 100px;
	}
	.style-image,
	#news{
		margin:100px auto 0;
	}
	footer{
		margin-top:100px;
	}
}
@media screen and (max-width: 930px) , (max-device-width : 930px) {
	.cap{
		margin-left:0;
		display:block;
	}
	#concept .cnt1{
		margin:60px auto;
	}
	#concept .cnt2,
	#gallery,
	#instagram{
		margin:100px auto;
	}
	#menu .in{
		padding-top:100px;
	}
	#menu .in2{
		padding-bottom:100px;
	}
	#staff{
		padding:100px 0;
	}
	#access{
		margin:0 auto 100px;
	}
	.style-image,
	#news{
		margin:100px auto 0;
	}
	footer{
		margin-top:100px;
	}
	#concept .cnt1,
	#concept .cnt2{
		width:96%;
		display:block;
		height:auto !important;
		padding:0;
	}
	#concept .cnt1 .l-box{
		width:100%;
		min-width:100%;
		height:auto !important;
		min-height:auto;
	}
	#concept .cnt1 .l-box .text-box{
		width:86%;
		margin:0 auto;
		padding-right:0;
		top:0;
		transform:translateY(0);
		padding-bottom: 100px;
	}
	#concept .cnt1 .in1{
		width:100%;
	}
	#concept .cnt1 .in1 .bg{
		background-position:center;
	}
	#concept .cnt2 .image-box{
		width:100%;
	}
	#concept .cnt2 .r-box{
		width:100%;
		min-width:100%;
		margin:0 auto;
		height:auto !important;
	}
	#concept .cnt2 .r-box .text-box{
		padding-left:0;
		top:0;
		transform:translateY(0);
		margin:100px 0 60px 30px;
	}
	#concept .cnt1 .l-box .text-box h3 br,
	#concept .cnt2 .r-box .text-box h3 br{
		display:none;
	}
	#gallery{
		display:block;
		height: auto;
	}
	#gallery .r-box{
		width:100%;
		min-width:100%;
	}
	#gallery .r-box .text-box{
		top:0;
		transform:translateY(0);
		padding:0;
		width:80%;
		margin:0 auto;
		padding: 60px 0 100px;
	}
	#gallery .r-box .link{
		left: auto;
		right:0;
	}
	
	#concept .link{
		left: auto;
		right:0;
	}
	
	
	 #slide-box{
		width:100%;
		height:550px;
	}
	#instagram .text-box{
		margin-left:0;
		display:block;
	}
	#instagram .text-box p{
		margin:30px 0 0 0;
	}
	.instagram-item{
		width:96%;
	}
	#menu .in{
		display:block;
	}
	#menu .link{
		top: 0;
		margin:30px 2% 30px 0;
		float:right;
		position: relative !important;
	}
	#staff .in{
		display:block;
		padding-bottom:60px;/*LINKボタン追加で120px*/
	}
	#staff .text-box{
		display:block;
		margin-left:0;
	}
	#staff .text-box p{
		margin:30px 0 0 0;
	}
	.staff-item{
		width:100%;
		margin:0 auto;
		float:none;
	}
	.staff-item li.btn{
		left:0 !important;
		right:0;
		top:-60px;
	}
	.staff-item li.btn a.link{
		right:5px;
	}
	.label-box{
		width: 96%;
    	margin: 0 auto;
		float:none;
	}
	.load-view-box{
		float:none;
		width:100%;
	}
	#access{
		display:block;
	}
	#access .in{
		width:100%;
		min-width:100%;
		height:auto !important;
		min-height: auto;
		padding-bottom:120px;
	}
	#access .in .text-box{
		width:86%;
		margin:0 auto;
		top:initial;
		float:none;
		transform:translateY(0);
		padding-right:initial;
	}
	#access #map{
		width:100%;
	}
	#access .in .link{
		right:0 !important;
	}
	#news{
		display:block;
	}
	#news #recrute{
		border-right:none;
		width:86%;
		margin:0 auto;
		min-width:86%;
	}
	#news #recrute .in{
		width:100% !important;
		padding-right:0;
		float:none;
	}
	#news #recrute .link{
		right:-8%;
	}
	#news #blog{
		width:86%;
		margin:190px auto 0;
	}
	#news #blog .in{
		padding-left:0;
	}
}
@media screen and (max-width: 800px) , (max-device-width : 800px) {
	#top{
		padding:0;
	}
	#top .image,
	.slideshow{
		height:550px !important;
	}
	#concept .cnt1 .in1,
	#concept .cnt2 .image-box .in2,
	#concept .cnt2 .image-box .in3,
	#concept .cnt2 .image-box .in4,
	#concept .cnt2 .image-box .in5,
	.style-image{
		height:450px !important;
	}
	#menu .text-box p br,
	#staff .text-box p br{
		display:none;
	}
	.style-image .image-bg{
		height:200%;
	}
}
@media screen and (max-width: 600px) , (max-device-width : 600px) {
	#top .image,
	.slideshow{
		height:500px !important;
		padding:0;
	}
	#concept .cnt1{
		margin:100px auto;
	}
	#concept .cnt1 .in1,
	#concept .cnt1 .in1 .bg,
	#concept .cnt2 .image-box .in2,
	#concept .cnt2 .image-box .in3,
	#concept .cnt2 .image-box .in4,
	#concept .cnt2 .image-box .in5,
	.style-image{
		height:300px !important;
	}
	#concept .cnt1 .in1,
	#concept .cnt1 .in1 .bg{
		min-height:300px;
	}
	#menu .item dl{
		min-width:100%
	}
	#slide-box{
		height:400px;
	}
	.slide{
		height:400px;
	}
	.label-box .bg-line-l,
	.label-box .bg-line-r{
		width:35%;
	}
	#access #map{
		display:none;
	}
	#access .in .link{
		right:7%;
	}
}
@media screen and (max-width: 450px) , (max-device-width : 450px) {
	#top .image,
	.slideshow{
		height:450px !important;
	}
	#slide-box{
		height:350px;
	}
	.slide{
		height:350px;
	}
	.staff-item .bk_pink-l,
	.staff-item .bk_pink-r{
		display:none;
	}
	#menu .item dt{
		font-size: 0.85em;
	}
	#menu .item dt span{
		font-size: 0.8rem;
	}
	#menu .item dd{
		font-size: 0.85rem;
	}
	#feed p{
		font-size:0.9em;
	}
	#access dd{
		padding-left:25px;
	}
}
@media screen and (max-width: 375px) , (max-device-width : 375px) {
	#top .imag,
	.slideshowe{
		height:380px !important;
	}
}
@media screen and (max-height: 950px) , (max-device-height : 950px) {
	#concept .cnt1 .l-box .text-box h3{
		margin: 30px 0 20px;
	}
}


/************************************************************/



#menu .item .kara{
	margin-right:-15px;}

#menu .item .menu_p{
	font-size:12px;
	color:#4A3331;
	padding:10px 0;}

#menu .item .menu_p1{
	color:#D28A94;
	font-size:14px;
	margin:-35px 0 10px 0;}

#menu .item .menu_p11{
	color:#D28A94;
	font-size:14px;
	margin:25px 0 10px 0;}

.menu_p11 span{
	color:#4a3331;
	font-size:16px;
	border-bottom:1px solid #333;
	display:inline-block;
	font-weight:bold;}

.menu_p2{
	font-size:16px;
	color:#636;}

.menu_p3{
	color:#4a3331;}

.menu_p3 span{
	font-weight:bold;}

.staff-item li .profile{
	width:100%;
	height:100%;
	display:block;
}

.staff-item li .profile p{
	margin-top:20px;
	color:#eee !important;
}

.staff-item .bg-w{
	width:100%;
	height:100%;
	background:#fff;
}

.staff-item li img.bg{
	width: 100%;
    height: auto;
    display: block;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.staff-item li .profile .p-text{
	opacity:0;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	position:absolute;
	color:#fff !important;
	width:100%;
	height:100%;
	box-sizing: border-box;
	padding:30px;
	display: block;
	background: rgba(33, 39, 54, 0.5);
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
}
.staff-item li .profile .p-text:hover{
	opacity:1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.staff-item li .profile .p-text h3{
	font-size:18px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	padding:120px 0 0 0;}

.staff-item li .profile .p-text p{
	text-align:center;
	padding:15px;
	border:1px solid #fff;
	display:block;
	font-size:18px;
	background: rgba(33, 39, 54, 0.5);}

.staff-item li .profile .p-text p a:link , .staff-item li .profile .p-text p a:visited , .staff-item li .profile .p-text p a:hover ,.staff-item li .profile .p-text p a:active{
	color:#FCC;}

@media screen and (max-width: 640px) {
.pc{
	display:none;}

.wrapkorona{
	padding:30px 30px 0 30px;
	margin-bottom:-60px;}

.slideshow li span.view {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 16s linear infinite 0s;
    -moz-animation: imageAnimation 16s linear infinite 0s;
    -o-animation: imageAnimation 16s linear infinite 0s;
    -ms-animation: imageAnimation 16s linear infinite 0s;
    animation: imageAnimation 16s linear infinite 0s;
}

.slideshow li:nth-child(1) span { 
	background-image: url("../img/index/top_mainsp1.jpg"); }
	
.slideshow li:nth-child(2) span {
    background-image: url("../img/index/top_mainsp2.jpg");
	background-position:bottom;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s;}
	
.slideshow li:nth-child(3) span {
    background-image: url("../img/index/top_mainsp3.jpg");
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s;}
	
.slideshow li:nth-child(4) span {
    background-image: url("../img/index/top_mainsp4.jpg");
	background-position:bottom;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;}

.slideshow li:nth-child(5) span {
    background-image: url("../img/index/top_mainsp5.jpg");
	background-position:bottom;
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s;}

.slideshow li:nth-child(6) span {
    background-image: url("../img/index/top_mainsp6.jpg");
	background-position:bottom;
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s;}

.slideshow li:nth-child(7) span {
    background-image: url("../img/index/top_mainsp7.jpg");
	background-position:bottom;
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;}

.slideshow li:nth-child(8) span {
    background-image: url("../img/index/top_mainsp8.jpg");
	background-position:bottom;
    -webkit-animation-delay: 14s;
    -moz-animation-delay: 14s;
    -o-animation-delay: 14s;
    -ms-animation-delay: 14s;
    animation-delay: 14s;}
	


.staff-item li{
	overflow:hidden;
	width:33%;
	box-sizing: border-box;
	margin:3px;
	position: relative;
    display: block;
}

.spbtnfix{
	height:30px;}

.wrap1180{
	padding:0 15px;}

.info_l p{
	font-size:18px;
	letter-spacing:1px;
	color:#4A3331;
	background-image:url(../img/salon/icon.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:4px 0 0 18px;
	margin-bottom:5px;}
	
.info_r p{
	font-size:15px;
	letter-spacing:1px;
	color:#333;
	padding:0 10px 15px 10px;
	margin-bottom:15px;
	border-bottom:1px solid #D28A94;}

.menuhr{
	border-bottom:1px dotted #d28a94;
	height:1px;
	margin:30px 0;}
	
.staff2l{
	text-align:center;}

.staff2l img{
	width:200px;
	text-align:center;}

.staff2r{
	padding:10px 0 0 0;
	text-align:center;}

.feeed{
	width:300px;
	margin:0 auto;
	flex-wrap: wrap;
	text-align:center;}

.feeed img{
	width:140px;
	height:140px;
	margin:5px 5px;}

.mainasusp{
	margin-bottom:-100px;}

.mainasusp2{
	margin-bottom:-200px;}

.colep1{
	font-size:32px;
	font-weight:bold;
	color:#4a3331;
	text-shadow: 1px 2px 3px #d28a94;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:1px;
	line-height:30px;
	padding:15px 0;}

.colep1 span{
	font-size:18px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}


.works_title{
	background-image:url(../img/works/title_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0 0 20px 80px;
	font-size:16px;
	color:#333;
	letter-spacing:1px;}

.workspan1{
	font-size:14px;}

.workspan2{
	font-size:18px;
	font-weight:bold;
	color:#900;}

.workspan3{
	font-size:14px;
	color:#333;
	float:right;
	clear:right;}

.staff_de_p1{
	font-size:12px;
	letter-spacing:2px;
	font-weight:bold;
	color:#BA4B5C;}

.staff_de_p2{
	font-size:18px;
	letter-spacing:2px;
	font-weight:bold;
	color:#4a3331;
	padding-bottom:10px;
	line-height:23px;}

.staff_de_p2 span{
	font-size:12px;
	letter-spacing:2px;
	color:#BA4B5C;
	font-weight:normal;}

.staff_de_p3{
	font-size:14px;
	letter-spacing:2px;
	color:#4a3331;
	line-height:20px;
	padding-bottom:10px;}

.staff_de_p3 span{
	font-size:12px;
	letter-spacing:2px;
	color:#BA4B5C;
	font-weight:normal;
	}

.staff_de_r{
	width:100%;}


}

@media screen and (min-width: 641px) {
	
	.wrapkorona{
		width:880px;
		margin:0 auto -90px auto;}
	
	
.sp{
	display:none;}

.staff_de_p1{
	font-size:14px;
	letter-spacing:2px;
	font-weight:bold;
	color:#BA4B5C;}

.staff_de_p2{
	font-size:26px;
	letter-spacing:2px;
	font-weight:bold;
	color:#4a3331;
	padding-bottom:10px;}

.staff_de_p2 span{
	font-size:12px;
	letter-spacing:2px;
	color:#BA4B5C;
	font-weight:normal;}

.staff_de_p3{
	font-size:16px;
	letter-spacing:2px;
	color:#4a3331;
	line-height:20px;
	padding-bottom:10px;}

.staff_de_p3 span{
	font-size:12px;
	letter-spacing:2px;
	color:#BA4B5C;
	font-weight:normal;
	}

.slideshow li span.view {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 12s linear infinite 0s;
    -moz-animation: imageAnimation 12s linear infinite 0s;
    -o-animation: imageAnimation 12s linear infinite 0s;
    -ms-animation: imageAnimation 12s linear infinite 0s;
    animation: imageAnimation 12s linear infinite 0s;
}

.slideshow li:nth-child(1) span { background-image: url("../img/index/top_main1.jpg"); }
.slideshow li:nth-child(2) span {
    background-image: url("../img/index/top_main2.jpg");
	background-position:bottom;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
}
.slideshow li:nth-child(3) span {
    background-image: url("../img/index/top_main3.jpg");
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(4) span {
    background-image: url("../img/index/top_main4.jpg");
	background-position:bottom;
    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    -o-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
}

.colep1{
	font-size:42px;
	font-weight:bold;
	color:#4a3331;
	text-shadow: 1px 2px 3px #d28a94;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:1px;}

.colep1 span{
	font-size:18px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;}
	
.staff-item li{
	overflow:hidden;
	width:20%;
	box-sizing: border-box;
	margin:3px;
	position: relative;
    display: block;
}

.topics_p{
	font-size:16px;
	letter-spacing:1px;
	line-height:28px;}

.topics_p span{
	font-size:11px;
	color:#333;}

.mainasu{
	margin:-160px 0 0 0;}

.mainasu2{
	margin:-180px 0 0 0;}

.wrap1180{
	width:1180px;
	margin:0 auto;}

.info_l{
	width:350px;
	float:left;
	text-align:left;
	padding:20px 0;}

.info_l p{
	font-size:17px;
	letter-spacing:1px;
	color:#4A3331;
	background-image:url(../img/salon/icon.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:4px 0 0 18px;}
	

.info_r{
	width:790px;
	float:right;
	text-align:left;
	
	border-left:1px solid #D28A94;
	padding:20px 0 20px 40px;
	margin:15px 0;}

.info_r p{
	font-size:15px;
	letter-spacing:0.2px;
	color:#333;}

.staff_de_l{
	width:400px;
	margin-right:30px;
	float:left;}

.staff_de_r{
	float: right;
  width: 100%;
  margin-right: -430px;
  padding-right: 430px;
  box-sizing: border-box;}

.staff_de_l2{
	width:600px;
	margin-right:30px;
	float:left;}

.staff_de_r2{
	float: right;
  width: 100%;
  margin-right: -630px;
  padding-right: 630px;
  box-sizing: border-box;}

.sns img{
	height:15px;}



.bgc1{
	background-color:#F7EBED;


}


.menuhr{
	border-bottom:1px dotted #d28a94;
	height:1px;
	margin:0 0 60px 0;}

.top_sns_wrap{
	width:1180px;
	margin:0 auto;}

.top_sns_l{
	width:500px;
	float:left;}

.top_sns_r{
	width:600px;
	float:right;}

.sns_r_link{
	text-align:center;
	padding-top:30px;}


.staff2l{
	width:200px;
	float:left;
	margin-right:30px;
	margin-bottom:15px;}

.staff2l img{
	width:100%;}
	
.staff2r{
	padding:60px 0 0 0;
	text-align:center;}
	
.feeed{
	width:615px;
	float:right;
	flex-wrap: wrap;
	text-align:center;}
	
.feeed img{
	width:185px;
	height:185px;
	margin:10px 10px;}

.insta2in{
	width:1180px;
	margin:0 auto;}

.works_l{
	width:280px;
	margin-right:20px;
	float:left;}

.works_r{
	float: right;
  width: 100%;
  margin-right: -300px;
  padding-right: 300px;
  box-sizing: border-box;}

.works_title{
	background-image:url(../img/works/title_bg.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:20px 0 20px 70px;
	font-size:18px;
	color:#333;
	letter-spacing:1px;}

.workspan1{
	font-size:14px;}

.workspan2{
	font-size:18px;
	font-weight:bold;
	color:#900;}

.workspan3{
	font-size:14px;
	color:#333;
	float:right;
	clear:right;}




}







#slide-6{
	width: 100%;
	background: url(../img/salon/1.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-7{
	width: 100%;
	background: url(../img/salon/2.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-8{
	width: 100%;
	background: url(../img/salon/3.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-9{
	width: 100%;
	background: url(../img/salon/4.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-10{
	width: 100%;
	background: url(../img/salon/5.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-11{
	width: 100%;
	background: url(../img/salon/6.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-12{
	width: 100%;
	background: url(../img/salon/7.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-13{
	width: 100%;
	background: url(../img/salon/8.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-14{
	width: 100%;
	background: url(../img/salon/9.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-15{
	width: 100%;
	background: url(../img/salon/10.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-16{
	width: 100%;
	background: url(../img/nailbody/1.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-17{
	width: 100%;
	background: url(../img/nailbody/2.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-18{
	width: 100%;
	background: url(../img/collection/s6.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-19{
	width: 100%;
	background: url(../img/collection/s7.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-20{
	width: 100%;
	background: url(../img/collection/s8.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-21{
	width: 100%;
	background: url(../img/collection/s9.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-22{
	width: 100%;
	background: url(../img/works/1.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-23{
	width: 100%;
	background: url(../img/works/2.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.gallery2 {
  position: relative;
}
.gallery__list {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.7%;
}

	
.gallery__inside {
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: infinite-slide 20s linear infinite 1s;
          animation: infinite-slide 20s linear infinite 1s;
		  display:-webkit-box;

}
.gallery__title {
  width: 31.25%;
  height: 0;
  padding-top: 31.25%;
  z-index: 1;
}
.gallery__title div {
margin-top: 2.5625vw;
}
.gallery__title a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #D28A94;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  font-size: 5.625vw;
  color:#FFF;
  font-weight: normal;
  font-family: 'Abel', sans-serif;
  line-height: 1.2;
}
.gallery__title a span {
  width: 13px;
  width: 4.0625vw;
  height: 7px;
  height: 3.1875vw;
  display: inline-block;
  background:url(../img/common/arrow_on.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.gallery__inside ul {

  display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -webkit-flex-pack:start;
    -moz-flex-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    -moz-justify-content:flex-start;
    justify-content:flex-start;
  
}
.gallery__inside ul li {
  width: 100%;
  width: 100vw;
}



@-webkit-keyframes infinite-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes infinite-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 769px) {
  .gallery__list {
    position: relative;
    width: 100%;
    height: 360px;
    padding-top: 0;
  }
  .gallery__inside ul li {
    width: 560px;
  }
  .gallery__title {
    width: 200px;
    height: 200px;
    padding-top: 0;
  }
  .gallery__title div {
    margin-top: 10px;
  }
  .gallery__title a {
    font-size: 32px;
    transition: .15s;
  }
  .gallery__title a:hover {
    color: #fff;
    background-color: #5D424C;
	font-family: 'Abel', sans-serif;
  }
  .gallery__title a span {
    width: 26px;
    height: 20px;
    transition: .15s;
  }
  .gallery__title a:hover span {
    background-image: url(../img/common/arrow_on.png);
	
  }
}

.center-both {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}



.staff_de_p33{
	font-size:14px;
	letter-spacing:2px;
	color:#4a3331;
	line-height:20px;
	padding-bottom:10px;}

.staff_de_p33 span{
	font-size:12px;
	letter-spacing:2px;
	color:#BA4B5C;
	font-weight:normal;
	}

.nailstaff{
	background-color:#F8EEEF;
	margin:60px 0 0 0;
	padding:30px;}



.colep2{
	font-size:15px;
	color:#C69;
	letter-spacing:0.5px;
	margin:0 0 15px 10px;}

.colep3 {
	font-size:22px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#4a3331;
    overflow: hidden;
    text-align: left;
}

.colep3 span {
    display: inline-block;
    padding: 0 0.5em 0 0;
    position: relative;
}

.colep3 span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}



.colep3 span:after {
    left: 100%;
}

.colep4{
	font-size:14px;
	color:#666;
	padding-bottom:15px;}

.telbtn{
	padding:8px 15px;
	background-color:#3CC;
	color:#FFF;
	display:block;}


.top_fb{
	width:310px;
	margin:0 auto;
	padding-bottom:50px;}

.bgc2{
	background-color:#EFEFEF;


}

















