@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
@media screen and (max-width: 834px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 640px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}

.Instagram_01{
	clear: both;
    padding: 40px 0 0 0;
    margin: 0 -10px 0 -10px;
}

div.sns_list {
	border: none;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.sns_list div {
	border: none;
	width: 25%
}

div.sns_list div.sns_photo {
	width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

div.sns_list div.sns_text {
	display:none;
}

.sns_photo img{
	width: 100%;
	height: 285px!important;
    object-fit: cover;
}

@media screen and (max-width: 834px){
	.sns_photo img{
	width: 100%;
	height: 164px!important;
	}
}


@media screen and (max-width: 640px){
	.Instagram_01{
		margin: 0 -5px 0 -5px;
	}

	div.sns_list {
	border: none;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	}

	div.sns_list div {
	width: 50%
	}

	div.sns_list div.sns_photo {
	width: 100%;
    padding: 5px;
    box-sizing: border-box;
	}

	.sns_photo img{
	width: 100%;
	height: 275px!important;
	}
}