@charset "UTF-8";

/* =====================================
  main
===================================== */
.guide {
  position: relative;
}

.bg_city {
  margin-top: 7rem;
  padding-bottom: 0;
}

.guide .bg_city::before {
  background-image: url(/wordpress/wp-content/themes/ecomusubi/img/common/bg_city_gray.png);
}

/* tab + pc */
@media screen and (min-width: 768px) {
  .bg_city {
    margin-top: 10rem;
  }
}

/*
  guide
========================== */
.secondly_sub_ttl {
  margin-top: 1.5em;
  margin-bottom: .5em;
}
