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

.wrapper {
  background-image: linear-gradient(#f7f2de, rgb(251.9756097561, 250.0853658537, 242.5243902439), #f7f2de);
}

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

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

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

.footer {
  color: #fff;
  background-color: rgb(204.9342857143, 163.2128571429, 110.3657142857);
}

.page_top {
  color: #fff;
}
.page_top__inner {
  background-color: rgb(197.0657142857, 148.7871428571, 87.6342857143);
}

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

a:hover .girls_data__name,
a:hover .girls_data__size,
a:hover .girls_data__label_inner--next_attendance {
  color: rgb(255, 18.5, 18.5);
}

.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: rgb(244.3369565217, 102.1630434783, 131.7826086957);
  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 */