img {
  max-width: 100%;
  height: auto;
}

.sp7_container {
  margin: 0 auto 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sp7_container {
    max-width: 640px;
  }
}
@media only screen and (min-width: 769px) {
  .sp7_container {
    max-width: 1200px;
  }
}

.hero {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .hero_item {
    margin: 0 3px;
  }
}
@media only screen and (min-width: 769px) {
  .hero_item {
    margin: 0 3px;
  }
}

.shop_description {
  background: #1a1a1a;
  padding: 22px 30px 15px;
  margin: 10px 0 0;
}
.shop_description p {
  font-size: 15px;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0;
}
.shop_description .shop_tanto {
  float: right;
}

.instagram_area {
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .instagram_box {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .instagram_box {
    width: 70%;
  }
}

@media only screen and (max-width: 768px) {
  .instagramContainer {
    max-width: 100%;
    margin: 0% 0% 2%;
    padding: 0 2% 1%;
  }
}
@media only screen and (min-width: 769px) {
  .instagramContainer {
    width: 100%;
    margin: 0%;
    padding: 0;
  }
}

.instagramItem {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-box-pack: justify;
  -moz-flex-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.instagramItem .insta-box {
  width: 18.6%;
}
@media only screen and (max-width: 768px) {
  .instagramItem .insta-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 48%;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 2%;
    margin-right: auto;
  }
}
@media only screen and (min-width: 769px) {
  .instagramItem .insta-box {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 4px;
    margin-right: 0;
    padding-bottom: 4px;
  }
}
.instagramItem .insta-box a {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.instagramItem .insta-box a .spacer {
  padding-bottom: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
  opacity: 0;
}
.instagramItem .insta-box a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 2px #fff;
}
.instagramItem .insta-box a .oblongImg {
  height: 100%;
  width: auto;
  max-width: initial;
  min-width: initial;
}
.instagramItem .insta-box a .verticalImg {
  width: 100%;
  height: auto;
  max-height: initial;
  min-height: initial;
}
.instagramItem .insta-box a .likes {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  opacity: 0;
  z-index: 20;
}
.instagramItem .insta-box a:hover .likes {
  opacity: 1;
}
.instagramItem .insta-box a:hover .spacer {
  opacity: 1;
}
