@charset "utf-8";


/**************************************************50
 * instagram
 **************************************************/
.instagram{
}
.instagram .title_bar_blue{
	width: 100% !important;
}
.instagrams{
}
.instagrams a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block;
	overflow: hidden;
	position: relative;
	transition: opacity 0.2s ease-out 0s;
	vertical-align: top;
}
.instagrams a:hover{
	opacity: 0.7;
}
.instagrams a:before{
	content: "";
	display: block;
	padding-top: 100%;
	pointer-events: none;
}
.instagrams a img{
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
@media screen and (max-width:359px){
	.instagrams a{
		width: 50%;
	}
	.instagrams a:last-child{
		display: none;
	}
}
@media screen and (max-width:767px){
	.instagram{
		padding: 0 3.125%;
	}
}
@media screen and (min-width:768px){
}
@media screen and (min-width:360px) and (max-width:1023px){
	.instagrams a{
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
}
@media screen and (min-width:1024px){
	.instagrams a{
		width: 25%;
	}
	.instagrams a:last-child{
		display: none;
	}
}
