@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 {
	margin: 0 -10px 0 -10px;
}

div.sns_list {
    display: flex;
    flex-direction: row;
    border: none;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
}

div.sns_list > div {
    width: 25%;
    display: flex;
    border-bottom: none;
}

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

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

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

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

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

	div.sns_list {
		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{
		height: 277px!important;
	}
}