.under_mv {
  background: url("../images/mv_shop.jpg") center center/cover;
}
.under_mv h1 {
  padding: 115px 0;
}
@media all and (max-width: 767px) {
  .under_mv {
    background: url("../images/mv_shop_sp.jpg") center center/cover;
  }
  .under_mv h1 {
    padding: 47px 0;
  }
}

.infos_arc1 .inner {
  max-width: 1000px;
}
.infos_arc1 .lines {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  display: grid;
  grid-template-columns: 120px 1fr;
  border-top: 1px solid #6795BB;
  box-sizing: border-box;
  padding: 20px 0;
}
.infos_arc1 .lines:last-of-type {
  border-bottom: 1px solid #6795BB;
}
@media all and (max-width: 767px) {
  .infos_arc1 .lines {
    font-size: 1.4rem;
    grid-template-columns: 1fr;
    padding: 15px 0;
    line-height: 1.5;
  }
  .infos_arc1 .ymd {
    margin-bottom: 5px;
  }
}

.pagenate_wrap {
  margin-top: 40px;
}

/*# sourceMappingURL=infos_arc.css.map */
