/*// コンテナ*/
.instagram-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -1px;
}
 
.instagram-item{
  width: 48%;
  height: auto;
  padding: 1px;
}

 img.instagram-card__img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

.instagram-card__comment{
  font-family: vdl-v7mincho, serif;
  font-weight: lighter;
}
 
@media screen and (min-width: 768px){
 .instagram-container{
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}
  .instagram-item {
      width: 20%;
  }
}
 
a.instagram-card{
  display: block;
  position: relative;
  margin-bottom: 16px;
}
 
.instagram-card__img{
  height: auto;
  max-width: 100%;
  display: block;
}
 
 
 
/*// いいね数、コメント数*/
.instagram-card__badge{
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  color: #ffffff;
}
 
/*// いいねアイコン、コメントアイコン*/
.instagram-icon{
  display: block;
  width: 20px;
  height: 20px;
  color: #ffffff;
  fill: #ffffff;
}
 
/*// コメント*/
.instagram-card__comment{
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  fill: #ffffff;
}


.reserve-form{
  display: none!important;
}

.qr{
  display: none!important;
}