/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.top_insta_t_5 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_t_5 .sns_list .sns_text {
  width: 100%;
}
.top_insta_t_5 .sns_list .sns_text ul {
  display: none;
}
.top_insta_t_5 .sns_list .sns_text .sns_date {
  color: #472a0d;
  font-size: 1.2em;
}
.top_insta_t_5 .sns_list .sns_text .caption {
  line-height: 1.5em;
}
.top_insta_t_5 .sns_list .square-inner {
  position: relative;
  display: block;
}
.top_insta_t_5 .sns_list .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
  padding-top: 100%;
}
.top_insta_t_5 .sns_list .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.top_insta_t_5 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.top_insta_t_5 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.top_insta_t_5 .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 18%;
  margin: 1%;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .top_insta_t_5 .sns_list > div {
    width: 31.333%;
  }
}
@media only screen and (max-width: 640px) {
  .top_insta_t_5 .sns_list > div {
    width: 48%;
  }
}
@media only screen and (max-width: 320px) {
  .top_insta_t_5 .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.local_insta .sns_list {
  border: none;
}
.local_insta .sns_list .sns_photo {
  width: 20%;
}
.local_insta .sns_list .sns_photo a {
  display: block;
}
.local_insta .sns_list .sns_photo .square-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.local_insta .sns_list .sns_photo .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
  padding-top: 100%;
}
.local_insta .sns_list .sns_photo .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.local_insta .sns_list .sns_text {
  width: 80%;
}
.local_insta .sns_list .sns_text .sns_date {
  width: 110px;
  text-align: center;
  background: #472a0d;
  color: #fff;
  margin-bottom: 10px;
}
.local_insta .sns_list .sns_text ul li {
  background: rgba(204, 204, 204, 0.3);
  margin: 3px;
}
.local_insta .sns_list .sns_text ul li a {
  padding: 3px;
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .local_insta .sns_list > div {
    flex-direction: row !important;
  }
}
@media only screen and (max-width: 640px) {
  .local_insta .sns_list .sns_photo {
    width: 100%;
  }
  .local_insta .sns_list .sns_photo img {
    width: 100%;
  }
  .local_insta .sns_list .sns_text {
    width: 100%;
  }
}/*# sourceMappingURL=common_style.css.map */