@charset "UTF-8";
.page_ttl {
  background-image: url(../img/page_ttl_bg_works.jpg);
}

.bottom_contact {
  background-color: #f2f2f2;
  padding: 2rem 0;
  text-align: center;
}

.bottom_contact .bottom_contact_inner {
  background-color: white;
  padding: 1.8rem;
}

.bottom_contact .ttl_mincho {
  color: #ad5392;
  text-align: center;
  font-size: 1.3em;
}

.bottom_contact .tel,
.bottom_contact .mail {
  width: 20em;
  margin: 1rem auto;
  padding: 1rem;
}

.bottom_contact .tel figure,
.bottom_contact .mail figure {
  margin-bottom: 0.5rem;
}

.bottom_contact .tel p,
.bottom_contact .mail p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.bottom_contact .tel {
  background-color: #d8a9cf;
}

.bottom_contact .mail {
  background-color: #e1e476;
}

.bottom_contact .mail figure {
  padding: 0.4rem 0;
}

@media screen and (min-width: 600px) {
  .bottom_contact {
    padding: 3rem 0;
  }
  .bottom_contact .ttl_mincho {
    font-size: 2.2em;
    margin-bottom: 1rem;
  }
  .bottom_contact_wrapper {
    padding-top: 1rem;
    width: 41rem;
    margin: auto;
  }
  .tel,
  .mail {
    width: 20em;
    margin: 1rem auto;
    padding: 1rem;
  }
  .tel figure,
  .mail figure {
    margin-bottom: 0.5rem;
  }
}
/*# sourceMappingURL=works.css.map */