@charset "utf-8";

.mix{
  display: none;
}

#cast_box_list {
  display: flex;
  flex-flow: row wrap;
}

.shop_box {
  position: relative;
  width: 418px;
  min-height: 350px;
  margin: 1px 7px 16px;
  padding: 10px;
  border: solid 1px #aeaeae;
  background: #f5f5f5;
  box-sizing: border-box;
}

.shop_box a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.shop_box h3 {
  font-size: 13px;
  margin: 0 0 8px;
  padding: 2px 0;
  background: #313131;
  color: #fff;
  text-align: center;
}

.main_img img{
  max-width: 100%;
}

.shop_txt{
  overflow: hidden;
  margin: 0 0 5px;
  height: 110px;
  font-size: 12px;
  line-height: 1.3em;
}

.sub_img {
  font-size: 0px;
  text-align: center;
}

.sub_img li{
  display: inline-block;
  width: 15%;
  margin: 0.5%;
  text-align: center;
  border: solid 1px #aeaeae;
}

.sub_img li img{
  max-width: 100%;
}