@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
body {
  color: #6a4242;
}

.wrapper {
  background-image: url(../img/bg.png);
  background-size: 75px;
  background-position: center top;
}
@media screen and (min-width: 768px) {
  .wrapper {
    background-size: 90px;
  }
}

@media screen and (min-width: 768px) {
  .description {
    margin-bottom: 3rem;
  }
}

.gallery__link::before {
  border-right-color: #ff8ca4;
  border-bottom-color: #ff8ca4;
}

.inline-wrap__image::after,
.inline-wrap__name a {
  background-color: #ff8ca4;
}

.footer {
  color: #fff;
  background-color: #ff9bb0;
}

.page_top {
  color: #fff;
}
.page_top__inner {
  background-color: #ff8ca4;
}

.girls_data__label_inner:not(.girls_data__label_inner--next_attendance) {
  background-color: #f64761;
}

.gallery__link:hover::before {
  border-right-color: #f8778a;
  border-bottom-color: #f8778a;
}

a:hover .girls_data__name,
a:hover .girls_data__size,
a:hover .girls_data__label_inner--next_attendance {
  color: #f8778a;
}

.info {
  font-family: "M PLUS 1", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  padding: 0 1rem;
}
.info__inner {
  max-width: 450px;
  min-height: 4em;
  background-color: #f46684;
  border: 1px solid #f53854;
  display: inline-block;
  margin: auto;
  padding: 0.5rem 1em 1rem;
  line-height: 1.3;
  border-radius: 5em;
  transition: 0.2s;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info__inner > span {
  color: #fff;
  transition: 0.2s;
}
.info__inner:hover {
  background-color: #fde2e3;
}
.info__inner:hover > span {
  color: #f53854;
}
.info__button {
  padding-top: 0.3rem;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */