/**
 *  breakpoint
 */
#single .art-head .meta {
  text-align: center;
  line-height: 1;
}
#single .art-head .meta .category:not(:last-child)::after,
#single .art-head .meta .zone:not(:last-child)::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #B3B3B3;
  margin: 0 1.625em;
}
#single .art-head .meta .category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.0625em;
  font-weight: bold;
}
#single .art-head .meta .zone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1em;
  font-weight: bold;
}
#single .art-head .name {
  font-size: 2em;
  line-height: 1.75;
  text-align: center;
}
#single .art-head .info {
  font-size: 1.1875em;
  line-height: 1.75;
  text-align: center;
  color: #808080;
}
#single .information > .info_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#single .information > .info_head > .info_ttl span {
  font-size: 1.4375em;
  font-weight: bold;
}
#single .information > .info_head > .info_links a {
  display: inline-block;
  line-height: 0;
  width: 1.875em;
}
#single .information > .info_head > .info_links a img {
  width: 100%;
}
#single .information > .info_head > .info_links a:not(:last-child) {
  margin-right: 0.9375em;
}/*# sourceMappingURL=single-shop.css.map */