/* CSS Document */
/*◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 769px) {
  .instagram_show_con {
    width: 100%;
    margin: 60px auto 0;
  }
  .instagram_show_con img {
    max-width: 100%;
    height: auto;
  }
  /*ul design*/
  .instagram_gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  /*li design*/
  .instagram_gallery-item {
    list-style: none;
    box-sizing: border-box;
    padding: 0 20px 40px;
    /*width: 25%;*/
    flex: 1 1 15%;
    -ms-flex: 1 1 15%;
  }
  .instagram_gallery-item:hover {
    opacity: 0.7;
  }
  .instagram_gallery li {
    position: relative;
  }
  .instagram_gallery li:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .instagram_gallery img, .instagram_gallery video {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 768px) {
  /*ここにcss*/
  .instagram_show_con {
    width: 100%;
    margin: 10px auto 25px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /*ul design*/
  .instagram_gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  /*li design*/
  .instagram_gallery-item {
    list-style: none;
    box-sizing: border-box;
    padding: 0 5px 10px;
    flex: 1 1 33.3%;
    -ms-flex: 1 1 25%;
  }
 .instagram_gallery li {
    position: relative;
  }
  .instagram_gallery li:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .instagram_gallery img, .instagram_gallery video {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object


  /*◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆*/