@charset "utf-8";



@media screen and (min-width : 320px) {

.instagram h3{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-size: 16px;
	color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.instagram h3 img{
	vertical-align: sub;
}
.instagram-container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1px;
}
.instagram-item {
	width: 33.33333333%;
}
a.instagram-card{
	width: 100%;/*縦横で100%表示させる*/
	height: 100%;
	display: block;
	position: relative;
/*	margin-bottom: 16px;*/
}
a.instagram-card img{
	width: 100%;
	height: 100px;
	object-fit: cover;
}
.instagram-card__img{
	max-width: 100%;
	height: auto;
	display: block;
}
.instagram-card__badge{
	display: none;
/*
	position: absolute;
	top: 8px;
	left: 8px;
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: 14px;
	color: #ffffff!important;
*/
}
.instagram-icon{
	display: none;
/*
	width: 20px;
	height: 20px;
	color: #ffffff!important;
*/
}
.instagram-card__comment{
	display: none;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
}

@media screen and (min-width : 360px) {
a.instagram-card img{
	height: 110px;
}
}
@media screen and (min-width : 414px) {
a.instagram-card img{
	height: 170px;
}
}
@media screen and (min-width : 500px) {
a.instagram-card img{
	height: 185px!important;
}
}



