@charset "utf-8";

.fadeOut {
    -webkit-animation: fadeOut .5s cubic-bezier(.55,0,.1,1) both;
    animation: fadeOut .5s cubic-bezier(.55,0,.1,1) both;
}
.fadeIn {
    -webkit-animation: fadeIn .5s cubic-bezier(.55,0,.1,1) both;
    animation: fadeIn .5s cubic-bezier(.55,0,.1,1) both;
}
@-webkit-keyframes fadeOut {
	to { opacity: 0; margin:0 0 0 0; }
	}
@keyframes fadeOut { 
	to { opacity: 0; margin:0 0 0 0; }
	}
@-webkit-keyframes fadeIn { from { opacity: 0; margin:100px 0 0 0;}
	}
@keyframes fadeIn { from { opacity: 0;  margin:100px 0 0 0; }
}



#gallery{
	background-image:url(../images/base.png);
	background-size:300px auto;
	padding:0 0 100px 0;
		}

#galleryHeader{
	position:relative;
	height:200px;
	margin:0 auto;
	background-image:url(../images/ribbon.png);
	background-repeat:repeat-x;
	background-size:auto 80px;
	background-position:center 60px;
	}
#galleryHeader a{
	width:600px;
	height:200px;
	display:block;
	background-image:url(../images/gallery.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	margin:0 auto;
	position:relative;
	text-align:center;
	color:#ffffff;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	}

#galleryHeader a h1{
	display:block;
	font-size:16px;
	text-shadow: 1px 0 10px #e19da8,1px 0 5px #e19da8;  
	}
#galleryHeader a h1 span{
	font-size:42px;
	line-height:50px;
	padding:65px 0 0 0;
	display:block;
	font-family: 'Cinzel Decorative', cursive;
	}


.item {
	width:2;
    margin: 0px;
    padding: 0px;
    float: left;
	position:relative;
}


/*================================================================================================================================================

お客様ギャラリーアーカイブ

================================================================================================================================================*/

#galleryArchive{
	}
#galleryArchive article{
	width : -webkit-calc(100% / 5) ;
	width : calc(100% / 5) ;
	float:left;
	}
#galleryArchive article a{
	position:relative;
	display:block;
	margin:5px;
	color:#ffffff;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	background-color:#ffffff;
	}
#galleryArchive:hover article a img{
	opacity:0.5;
	}
#galleryArchive:hover article a:hover img{
	opacity:1;
	}
#galleryArchive article a img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border:5px solid #ffffff;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow   : 0px 0px 10px 0px rgba(0,0,0,0.05);
	-ms-box-shadow    : 0px 0px 10px 0px rgba(0,0,0,0.05);
	-o-box-shadow     : 0px 0px 10px 0px rgba(0,0,0,0.05);
	box-shadow        : 0px 0px 10px 0px rgba(0,0,0,0.05);
	}
#galleryArchive article a:hover{
    -webkit-transform: scale(1.05);  
    -moz-transform: scale(1.05);
	transform: scale(1.05);
	background-color:#ffffff;
	z-index:99;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow   : 0px 0px 10px 0px rgba(0,0,0,0.05);
	-ms-box-shadow    : 0px 0px 10px 0px rgba(0,0,0,0.05);
	-o-box-shadow     : 0px 0px 10px 0px rgba(0,0,0,0.05);
	box-shadow        : 0px 0px 10px 0px rgba(0,0,0,0.05);
	}
#galleryArchive article a div{
	width:100px;
	height:100px;
	text-align:center;
	background-color:#000000;
	position:absolute;
	right:0;
	top:0;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	margin:-50px -50px 0 0;
	pointer-events:none;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
	opacity:0;
    -webkit-transform: scale(.1);  
    -moz-transform: scale(.1);
	transform: scale(.1); 
	
	}
#galleryArchive article a:hover div{
	opacity:1;
	-webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
	transform: scale(1.0);
	}

/*================================================================================================================================================

お客様ギャラリーシングル

================================================================================================================================================*/
#gallerySingle{
	position:relative;
	margin:100px auto;
	background-color:rgba(255,255,255,0.65);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow   : 0px 0px 10px 0px rgba(0,0,0,0.05);
	-ms-box-shadow    : 0px 0px 10px 0px rgba(0,0,0,0.05);
	-o-box-shadow     : 0px 0px 10px 0px rgba(0,0,0,0.05);
	box-shadow        : 0px 0px 10px 0px rgba(0,0,0,0.05);
	border-top:5px solid #ffffff;
	border-bottom:5px solid #ffffff;
	min-height:560px;
	position:relative;
	}
#gallerySingle .inner{

	}
#gallerySingle .inner #slide_selectorContainer{
	padding:0;
	height:760px;
	width:760px;
	position:absolute;
	right:-30px;
	top:-100px;
	}
.slide_selector div{
	outline:none;
	width:760px;
	height:760px;
	text-align:center;
	display:block;
	}
.slide_selector img{
	margin:10px;
	border:10px solid #ffffff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow   : 0px 0px 10px 0px rgba(0,0,0,0.2);
	-ms-box-shadow    : 0px 0px 10px 0px rgba(0,0,0,0.2);
	-o-box-shadow     : 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow        : 0px 0px 10px 0px rgba(0,0,0,0.2);
	width:auto;
	height:auto;
	max-width:720px;
	max-height:720px;
	display:block;
	position:relative;
	vertical-align:middle;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	}

#gallerySingleContents{
	text-align:center;
	color:#ffffff;
	
	}
#gallerySingleContents h2{
	margin:0;
	padding:0;
	font-size:36px;
	}

#gallerySingle #bx-pager{
	width:100%;
	text-align:center;

	}
#gallerySingle #bx-pager a{
	width:76px;
	height:76px;
	display:inline-block;
	overflow:hidden;
	border:2px solid #ffffff;
	background-size:cover;
	background-position:top center;
	margin:1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	}	
			
#gallerySingle #bx-pager a:hover,
#gallerySingle #bx-pager a.active{
	border:2px solid rgba(225,75,110,1);
	}			
			
#gallerySingleContents{
	padding:20px 0;
	width : -webkit-calc(100% - 720px) ;
	width : calc(100% - 720px) ;
	height:auto;
	color:#000000;
	}

#galleryPrevNext{
	width:120px;
	height:60px;
	display:block;
	margin:0 auto 10px auto;
	}
#galleryPrevNext div{
	width:60px;
	height:60px;
	display:block;
	float:left;
	}
#galleryPrevNext div a{
	text-indent:-99999px;
	display:block;
	width:60px;
	height:60px;
	position:relative;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	}
#galleryPrevNext div a:hover{
	opacity:0.5;
	}
#galleryPrevNext div#slider-prev a:before{
	content:"";
	width:18px;
	height:18px;
	border-left:2px solid rgba(225,75,110,1);
	border-bottom:2px solid #E14B6E;
	position:absolute;
	z-index:100;
	left:50%;
	top:50%;
	margin:-10px 0 0 -5px;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	-ms-transform     : rotate(45deg);
	-o-transform      : rotate(45deg);
	transform         : rotate(45deg);
	}
#galleryPrevNext div#slider-next a:before{
	content:"";
	width:18px;
	height:18px;
	border-right:2px solid rgba(225,75,110,1);
	border-top:2px solid rgba(225,75,110,1);
	position:absolute;
	z-index:100;
	right:50%;
	top:50%;
	margin:-10px -5px 0 0;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	-ms-transform     : rotate(45deg);
	-o-transform      : rotate(45deg);
	transform         : rotate(45deg);
	}			

#clientName{
	border:4px solid #ffffff;
	background-image:url(../images/header.png);
	background-size:40px auto;
	background-color:#faebec;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow   : 0px 0px 10px 0px rgba(0,0,0,0.05);
	-ms-box-shadow    : 0px 0px 10px 0px rgba(0,0,0,0.05);
	-o-box-shadow     : 0px 0px 10px 0px rgba(0,0,0,0.05);
	box-shadow        : 0px 0px 10px 0px rgba(0,0,0,0.05);
	width:160px;
	height:160px;
	display:block;
	margin:-120px auto 10px auto;
	position:relative;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;  
	}
			
#clientName h2{
   font-style: normal;
   font-weight: 500;	
	font-size:28px;
	line-height:30px;
	width:100%;
	text-align:center;
	position:absolute;
	top:50%;
	margin:-15px 0 0 0;
	color:#8f6036;
	}
#clientName h4{
   font-style: normal;
   font-weight: 500;	
	font-size:18px;
	line-height:30px;
	width:100%;
	text-align:center;
	position:absolute;
	bottom:50%;
	margin:0px 0 15px 0;
	color:#8f6036;
	}
			
/*次へ前へ*/
			
			
/*次へ前へ*/
	
#clientPrevNext{
	width:180px;
	height:60px;
	margin:150px auto 0 auto;
	position:relative;
	}	
			
#clientPrevNext div#next,
#clientPrevNext div#prev,
#clientPrevNext div#goArchive{
	height:60px;
	width:60px;
	position:absolute;
	top:0;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	}
#clientPrevNext div:hover{
	opacity:0.5
	}
#clientPrevNext div a{
	position:relative;
	display:block;
	width:60px;
	height:60px;

	}

#clientPrevNext div#next{
	left:0;
	top:0;
	}
#clientPrevNext div#next a:before{
	content:"";
	width:28px;
	height:28px;
	border-left:2px solid rgba(225,75,110,1);
	border-bottom:2px solid rgba(225,75,110,1);
	position:absolute;
	z-index:100;
	left:50%;
	top:50%;
	margin:-15px 0 0 -10px;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	-ms-transform     : rotate(45deg);
	-o-transform      : rotate(45deg);
	transform         : rotate(45deg);
	}
#clientPrevNext div#prev{
	right:0;
	top:0;
	}
#clientPrevNext div#prev a:before{
	content:"";
	width:28px;
	height:28px;
	border-right:2px solid rgba(225,75,110,1);
	border-top:2px solid rgba(225,75,110,1);
	position:absolute;
	z-index:100;
	right:50%;
	top:50%;
	margin:-15px -10px 0 0;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	-ms-transform     : rotate(45deg);
	-o-transform      : rotate(45deg);
	transform         : rotate(45deg);
	}
#clientPrevNext div#goArchive{
	left:50%;
	top:0;
	margin:0 0 0 -30px;
	}
#clientPrevNext div#goArchive:before{
	content:"";
	width:24px;
	height:2px;
	background-color:rgba(225,75,110,1);
	position:absolute;
	left:50%;
	top:50%;
	margin:-1px 0 0 -12px;
	}
#clientPrevNext div#goArchive a:before{
	content:"";
	width:24px;
	height:20px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-12px 0 0 -12px;
	border-top:2px solid rgba(225,75,110,1);
	border-bottom:2px solid rgba(225,75,110,1);
	}
			
			
			
			
			
			
			