/*custum*/

/* ヘッダー変更
---------------------------------*/
.sp-hidden_head{
	display: block !important;
}

.pc-hidden_head{
	display: none !important;
}

img.sp-hidden_head{
	display: inline !important;
}

img.pc-hidden_head{
	display: none !important;
}


/* 画像変更
---------------------------------*/
.sp-hidden{
	display: block !important;
}

.pc-hidden{
	display: none !important;
}

img.sp-hidden{
	display: inline !important;
}

img.pc-hidden{
	display: none !important;
}


.menu_c {
	text-align: center !important;
	margin-right: auto !important;
	margin-left: auto !important;
}


/*サイドナビゲーション*/

.side_info {
	border: 1px solid #CCC;
	z-index: 9999;
	position: relative;
}

#side_btn a {
	position: fixed;
	right: 5px;
	text-align: center;
	width: 180px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	/*background-color: #F2F2F2;*/
	display: none;
	padding-right: 5px;
	padding-left: 5px;
	bottom: 20%;
}
#side_btn2 a {
	position: fixed;
	right: 5px;
	text-align: center;
	width: 180px;
	height: 80px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	/*background: #F2F2F2;*/
	display: none;
	padding-right: 5px;
	padding-left: 5px;
	bottom: 13%;
}

#side_btn3 {
	position: fixed;
	right: 5px;
	text-align: center;
	width: 180px;
	height: 150px;
	top: 280px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	background: #F2F2F2;
	padding-bottom: 10px;
	display: none;
	padding-right: 5px;
	padding-left: 5px;
}

/*portfolio*/

.portfolio-item-img {
	position: relative;
	overflow: hidden;
	padding-bottom: 0px;
}


.portfolio-item {
	overflow: hidden;
	vertical-align: top;
}



div.portfolio-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	background: white;
	display: block;
	color: black;
	bottom: 0;
	opacity: 0;
    -webkit-transition:  opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
	   -moz-transition:  opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
	     -o-transition:  opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
	        transition:  opacity 2s cubic-bezier(0.23, 1, 0.32, 1);	
}

.portfolio-hover-content {
	top: 40%;
	position: relative;
	left: 10%;
	-webkit-transform:  translateX(-400px);
	   -moz-transform:  translateX(-400px);
	    -ms-transform:  translateX(-400px);
	     -o-transform:  translateX(-400px);
	        transform:  translateX(-400px);
    -webkit-transition:  -webkit-transform 0.6s cubic-bezier(0.835, 0, 0.19, 1);
	   -moz-transition:     -moz-transform 0.6s cubic-bezier(0.835, 0, 0.19, 1);
	     -o-transition:       -o-transform 0.6s cubic-bezier(0.835, 0, 0.19, 1);
	        transition:          transform 0.6s cubic-bezier(0.835, 0, 0.19, 1);
}
.portfolio-item-img img {
	-webkit-transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
	width: 100%;	
}

.portfolio-item-img:hover img {
	-webkit-transition: -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
	   -moz-transition:    -moz-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
	     -o-transition:      -o-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
	        transition:         transform 2s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}

.portfolio-item-img:hover .portfolio-hover-content {
	-webkit-transform: translateX(0px);
	   -moz-transform: translateX(0px);
	    -ms-transform: translateX(0px);
	     -o-transform: translateX(0px);
	        transform: translateX(0px);
}

.portfolio-item-img:hover .portfolio-hover {
	-webkit-transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
	   -moz-transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
	     -o-transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
	        transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
	opacity: .85;
}


@media (max-width: 1200px) {

	
}


@media (max-width: 991px)  {
	
/* ヘッダー変更
---------------------------------*/
.sp-hidden_head{
	display: none !important;
}


.pc-hidden_head{
	display: block !important;
}

img.sp-hidden_head{
	display: none !important;
}

img.pc-hidden_head{
	display: inline !important;
}	


/*サイドナビゲーション*/
.side_info {
	display: none;
}	
	
}



@media (max-width: 768px)  {
/* 画像変更
---------------------------------*/
.sp-hidden{
	display: none !important;
}


.pc-hidden{
	display: block !important;
}

img.sp-hidden{
	display: none !important;
}

img.pc-hidden{
	display: inline !important;
}	
}


@media (max-width: 468px) {
	


}
