@charset "UTF-8";

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

ANTIQUE_index

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

#body-wrapper{
	background: #fff;
}
#body-wrapper p{
	color:#666;
}
.cap {
	margin-left:-52px;
	display:flex;
}
.cap .line{
	height: 4px;
    background: #9e9e9e;
    width: 30px;
    margin: 22px 22px 22px 0;
    display: table;
}
.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 50px;
	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;
}
.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 24s linear infinite 0s;
    -moz-animation: imageAnimation 24s linear infinite 0s;
    -o-animation: imageAnimation 24s linear infinite 0s;
    -ms-animation: imageAnimation 24s linear infinite 0s;
    animation: imageAnimation 24s 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");
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
    background-image: url("../img/index/top_main3.jpg");
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow li:nth-child(4) span {
    background-image: url("../img/index/top_main4.jpg");
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
/* Animation for the slideshow images */


.slideshowsp {
    width: 100%;
	height: 100%;
	display: none;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.slideshowsp 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 24s linear infinite 0s;
    -moz-animation: imageAnimation 24s linear infinite 0s;
    -o-animation: imageAnimation 24s linear infinite 0s;
    -ms-animation: imageAnimation 24s linear infinite 0s;
    animation: imageAnimation 24s linear infinite 0s;
}

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


@-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 .l-box .link{
	right:0;
	bottom:0;
}
#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 .cnt1 .in1 .bg2{
	width:100%;
	height:100%;
	min-height:450px;
	background: url(../img/index/image_concept4.jpg) no-repeat center left;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#concept .cnt1 .in1 .bg3{
	width:100%;
	height:100%;
	min-height:450px;
	background: url(../img/index/image_concept5.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{
	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 .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;
}
#gallery #slide-box{
	order:0;
	width: 65%;
	height:700px;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
#gallery .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;
}

#gallery #slide-1{
	width: 100%;
	background: url(../img/index/image_gallery1.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#gallery #slide-2{
	width: 100%;
	background: url(../img/index/image_gallery2.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#gallery #slide-3{
	width: 100%;
	background: url(../img/index/image_gallery3.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#gallery #slide-4{
	width: 100%;
	background: url(../img/index/image_gallery4.jpg) no-repeat center center;
    display: block;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#gallery #slide-5{
	width: 100%;
	background: url(../img/index/image_gallery5.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:#222222;
	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 .cap .line{
	border:1px solid #878787;
}
#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;
}

/*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;
}
#instagram2 .text-box p{
	margin-top: 50px;
}
.instagram-item{
	width:80%;
	margin:70px auto 0;
	display:flex;
}
#instagram2{
	width: 600px;
}
.instagram-item2{
	width:100%;
	margin:70px auto 0;
	display:flex;
	flex-wrap: wrap;
}
.instagram-item li{
	overflow:hidden;
	width:20%;
	box-sizing: border-box;
	padding:2px;
	position: relative;
    display: block;
	z-index:1;
	opacity: 0;
}
.instagram-item-box2 li{
	overflow:hidden;
	width:25%;
	box-sizing: border-box;
	padding:2px;
	position: relative;
    display: block;
	z-index:1;
	opacity: 0;
}
.instagram-item li a,
.instagram-item-box2 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,
.instagram-item-box2 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,
.instagram-item-box2 li a:hover p{
	opacity:1;
	-webkit-transform: scale(1);
	transform: scale(1);
}



/*MENU*/
#menu{
	width:100%;
	background:#f5f5f5;
	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;
}

.p_check ul li{
	list-style: disc;
	margin-left:10px;
	color:#777;
	font-size:0.9em;
}

/*STAFF*/
#staff{
	width:100%;
	padding:180px 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:69.5%;
	margin-top:70px;
	display:flex;
	float:right;
	position:relative;
}
.mt0{
	margin-top:0;
}
.staff-item li{
	overflow:hidden;
	width:33.333333333%;
	box-sizing: border-box;
	margin:3px;
	position: relative;
    display: block;
}
.staff-item .bg-w{
	width:100%;
	height:100%;
	background:#fff;
}
.staff-item li.btn{
	margin:2px;
	position: absolute;
    display: block;
	width:100%;
	height:60px;
	bottom:0;
}
.staff-item .bk_pink-l{
	width:178px;
	height:60px;
	position:absolute;
	z-index:0;
	left:-3px;
	top:-3px;
	bottom:none;
	background: #878787;
}
.staff-item .bk_pink-r{
	width:178px;
	height:60px;
	position:absolute;
	z-index:0;
	right:-3px;
	bottom:-3px;
	background: #878787;
}
.staff-item li .profile{
	width:100%;
	height:100%;
	display:block;
}
.staff-item li .profile h3{
	text-align:center;
	letter-spacing:0.1em;
	font-size:15px;
	line-height: 1.4em;
}
.staff-item li .profile h3 span{
	color:#eee;
	font-size:0.6em;
}
.staff-item li .profile p{
	margin-top:20px;
	color:#eee !important;
}
.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 .p-text p span{
	font-weight: 700;
    display: block;
	text-align: center;
}

.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:0;
	bottom:0;
	z-index:1;
    transform: translateX(50%);
}
#access #map2{
	width: 60%;
	min-height:450px;
	order:1;
}

/*NEWS*/
#news{
	display:flex;
	width:1180px;
	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:5px;
	position:relative;
}
#news #recrute .link2{
	margin-top:30px;
	background: #de5d6f;
}
#news #recrute{
	width:400px;
	padding-left: 70px;
	margin-left: auto;
	position:relative;
	order:0;
	border-left: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{
	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: 1450px) , (max-device-width : 1450px) {
	#news{
		display: block;
	    width: 80%;
	}
	#instagram2{
		margin: 180px auto 0;
		width: 100%;
	} 
	.instagram-item-box2 li {
		width: 25%;
	}
	#news #recrute {
		max-width: 1180px;
		width: 100% !important;
		margin: 180px auto 0;
		padding-left: 0;
		display: block;
		border-left: none;
	}
	#news #recrute .in{
		width: 100% !important;
	}
	.instagram-item2{
		width: 100%;
	}
	#instagram2 .text-box p,
	#news #recrute .in .recrute-box,
	#news #blog .in .blog-box {
		margin-top: 30px;
	}
}
@media screen and (max-width: 1280px) , (max-device-width : 1280px) {
	#access .in .text-box{
		padding-right:50px;
	}
	#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: #878787;
		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: 1250px) , (max-device-width : 1250px) {
	#news{
		width: 80%;
	}
	#access .in,
	#access #map2,
	#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 .cnt1 .in1 .bg2{
		background-position:center;
	}
	#concept .cnt1 .in1 .bg3{
		background-position:center;
	}
	#concept .cnt2 .image-box{
		width:100%;
	}
	#concept .cnt2 .r-box{
		width:86%;
		min-width:86%;
		margin:0 auto;
		height:auto !important;
	}
	#concept .cnt2 .r-box .text-box{
		padding-left:0;
		top:0;
		transform:translateY(0);
		margin:100px 0 60px;
	}
	#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;
	}
	#gallery #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:96%;
		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 #map2{
		width:100%;
	}
	#access .in .link{
		right:0 !important;
		transform: translateX(0);
	}
	.instagram-item2{
	    margin: 30px auto 0;
	}
	#news{
		display:block;
	}
	#news #recrute{
		border-right:none;
		margin:100px auto;
	}
	#news #recrute .in{
		width:100% !important;
		padding-right:0;
		float:none;
	}
	#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,
	.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 .cnt1 .in1 .bg2,
	#concept .cnt1 .in1 .bg3,
	#concept .cnt2 .image-box .in2,
	#concept .cnt2 .image-box .in3,
	.style-image{
		height:300px !important;
	}
	#concept .cnt1 .in1,
	#concept .cnt1 .in1 .bg{
		min-height:300px;
	}
	#concept .cnt1 .in1 .bg2{
		min-height:300px;
	}
	#concept .cnt1 .in1 .bg3{
		min-height:300px;
	}
	#menu .item dl{
		min-width:100%
	}
	#gallery #slide-box{
		height:400px;
	}
	#gallery .slide{
		height:400px;
	}
	.label-box .bg-line-l,
	.label-box .bg-line-r{
		width:35%;
	}
	#access #map2{
		display:block;
	}
	#access .in .link{
		right:7%;
	}
	.instagram-item{
		flex-wrap: wrap;
	}
	.instagram-item li,
	.instagram-item-box2 li {
		width: 50%;
	}
	.instagram-item li:nth-child(5){
		display: none;
	}
	#news {
		width: 86%;
	}
	#news #recrute{
		width: 86%;
	}
}
@media screen and (max-width: 450px) , (max-device-width : 450px) {
	#top .image,
	.slideshow{
		height:450px !important;
	}
	
	#gallery #slide-box{
		height:350px;
	}
	#gallery .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;
	}
}



@media only screen and (min-width: 800px){


.insta_btn{
	display: block;
	text-align: center;
	margin: 0 0 15px 0;
	
}

.insta_btn_sp{
	display: none;
	text-align: center;
	margin: 0 0 15px 0;
	
}



}




@media only screen and (max-width: 799px){
	
	.insta_btn{
	display: none;
	text-align: center;
	margin: 0 0 15px 0;
	
}

   .insta_btn_sp{
	display: block;
	text-align: center;
	margin: 0 0 15px 0;
	
}

   .insta_btn_sp img{
	width: 80%;
	
}

}
