/**
 *  breakpoint
 */
#lead .lead_main .map {
  background-color: #FFF;
  padding: 6.25em 3.75em;
  padding-bottom: 4.6875em;
}
#lead .lead_main .map .map_base {
  position: relative;
  line-height: 0;
}
#lead .lead_main .map .map_base .i {
  position: absolute;
  top: -2.875em;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

#news .categoris {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#news .categoris .categoris_main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}
#news .categoris .categoris_main .category {
  display: inline-block;
  padding-left: 1px;
}
#news .categoris .categoris_main .category:not(:last-child) {
  margin-bottom: 1.25em;
}
#news .categoris .categoris_main .category li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 0.9375em;
  font-weight: bold;
  border-left: 1px solid #B3B3B3;
  border-right: 1px solid #B3B3B3;
  margin-left: -1px;
  margin-bottom: 1.75em;
  padding: 0 2.375em;
}
#news .categoris .categoris_main .category li > a {
  display: inline-block;
  position: relative;
  line-height: 1;
}
#news .categoris .categoris_main .category li > a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.625em;
  width: 0%;
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
  background-color: #BB2C25;
}
#news .categoris .categoris_main .category li > a.on::after {
  width: 100%;
}
#news ._col_main {
  display: block;
}
#news ._col_main .photo {
  line-height: 0;
}
#news ._col_main .photo img {
  width: 100%;
}
#news ._col_main .meta {
  line-height: 1;
}
#news ._col_main .meta .date,
#news ._col_main .meta .category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.8125em;
  font-weight: bold;
}
#news ._col_main .meta .date:not(:last-child)::after,
#news ._col_main .meta .category:not(:last-child)::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #B3B3B3;
  margin: 0 1.2307692308em;
}
#news ._col_main .shop_name {
  font-size: 1.1875em;
  line-height: 1.75;
}
#news ._col_main .info {
  font-size: 0.9375em;
  line-height: 1.75;
  color: #808080;
}
#news .page_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news .page_nav .pages {
  font-size: 0.9375em;
  color: #B3B3B3;
}
#news .page_nav .pages .current,
#news .page_nav .pages .max {
  margin: 0 1.6666666667em;
  font-weight: 700;
}
#news .page_nav .pages .current {
  color: #BB2C25;
}
#news .page_nav .prev,
#news .page_nav .next {
  width: 2.5em;
  height: 2.5em;
}
#news .page_nav .prev a,
#news .page_nav .next a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#news .page_nav .prev a:active, #news .page_nav .prev a:hover,
#news .page_nav .next a:active,
#news .page_nav .next a:hover {
  background-color: #000;
}
#news .page_nav .prev a:active .i::before, #news .page_nav .prev a:hover .i::before,
#news .page_nav .next a:active .i::before,
#news .page_nav .next a:hover .i::before {
  opacity: 0;
}
#news .page_nav .prev a:active .i::after, #news .page_nav .prev a:hover .i::after,
#news .page_nav .next a:active .i::after,
#news .page_nav .next a:hover .i::after {
  opacity: 1;
}/*# sourceMappingURL=index.css.map */