@import url("../../css/contents.css");
body {
  background-color: #844ec8;
  background-image: url(../img/bg.jpg);
  background-position: center top;
  background-size: 250px;
}
@media screen and (min-width: 768px) {
  body {
    background-size: 300px;
  }
}

.wrapper {
  color: #0d0d0d;
}

.breadcrumbs {
  color: #fff;
  background-color: #0d0d0d;
}

.footer {
  color: #fff;
  background-color: rgb(123.888362069, 66.3271551724, 196.3728448276);
}

.page_top {
  color: rgba(255, 255, 255, 0.8);
}
.page_top__inner {
  background-color: #0d0d0d;
}

.shop__item:not(:last-child) .shop__item_inner {
  border-right-color: rgba(255, 255, 255, 0.5);
}

.title {
  padding-top: 1rem;
}
.title__inner {
  max-width: 1000px;
  height: 0;
  padding-top: 50%;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .title__inner {
    padding-top: 500px;
  }
}
.title__inner::after {
  content: "";
  background-image: url(../img/title.png);
  background-size: 100%;
  width: 100%;
  height: 0;
  padding-top: 50%;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.title__inner img {
  display: none;
}

.info {
  color: #0d0d0d;
}
.info__inner {
  background-color: #8025a3;
}
.info__inner:hover {
  background-color: rgb(154.112, 44.548, 196.252);
}

.gallery__item_inner {
  color: #0d0d0d;
  background-color: #fff;
}
.gallery__item_inner img {
  background-color: #cdcdcd;
}

.girls_data__inner::before {
  border-right-color: #844ec8;
  border-bottom-color: #844ec8;
}
.girls_data__inner::after {
  color: white;
}
.girls_data__inner:hover {
  color: #ef7e00;
}
.girls_data__inner:hover::before {
  border-right-color: rgba(239, 126, 0, 0.6);
  border-bottom-color: rgba(239, 126, 0, 0.6);
}
.girls_data__inner:hover::after {
  color: #fff;
}
.girls_data__shop {
  background-color: #0d0d0d;
  color: #fff;
}
.girls_data__label_inner:not(.girls_data__label_inner--next_attendance) {
  border-color: rgba(255, 255, 255, 0);
  background-color: #e95504;
  color: rgba(255, 255, 255, 0.95);
}
a:hover .girls_data__label_inner:not(.girls_data__label_inner--next_attendance) {
  background-color: #ef7e00;
}
.inline-wrap__image::after {
  background-color: #844ec8;
}
.inline-wrap__name a {
  color: #0d0d0d;
  color: #fff;
  background-color: #844ec8;
}
.inline-wrap__name a:hover {
  background-color: rgb(153.6310344828, 109.1275862069, 209.6724137931);
}

.section--shop_info .section__text {
  color: #fff;
}

.banner__item_inner {
  background-color: rgb(25.75, 25.75, 25.75);
  border-color: rgba(13, 13, 13, 0.3);
}
.banner a.banner__item_inner {
  color: #fff;
}

.active .banner__item_inner {
  background-color: rgb(140.5, 140.5, 140.5) !important;
}/*# sourceMappingURL=style.css.map */