@charset "UTF-8";
.girl-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
@media screen and (min-width: 640px) {
  .girl-lists {
    grid-template-columns: repeat(4, 1fr);
  }
}
.girl-lists--3col {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}
@media screen and (min-width: 640px) {
  .girl-lists--3col {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
.girl-lists__item {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 3px 0px rgb(212, 212, 212);
  overflow: hidden;
}
.girl-lists__anchor {
  display: block;
  height: 100%;
}
.girl-lists__img-block {
  position: relative;
}
.girl-lists__thumb {
  width: 100%;
  aspect-ratio: 2/3;
}
.girl-lists__thumb--dummy {
  position: absolute;
  top: 0;
  left: 0;
}
.girl-lists__text-block {
  padding: 15px;
  line-height: 1.5;
}
.girl-lists__attendance {
  background-color: #FF8E8E;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px;
  position: absolute;
  left: 3px;
  bottom: 3px;
}
.girl-lists__newface {
  background-color: #FF8E8E;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px;
  position: absolute;
  right: 3px;
  bottom: 3px;
}
.girl-lists__newface::after {
  content: "新人";
}
.girl-lists__shop-name {
  font-size: 12px;
}
.girl-lists__girl-name {
  font-size: 14px;
}
.girl-lists__time {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .girl-lists__time::before {
    font-family: "Material Icons Round";
    content: "\e192";
    display: inline-block;
    margin-right: 3px;
    vertical-align: bottom;
  }
}
.girl-lists__help {
  font-size: 12px;
}
.girl-lists__date {
  color: #32913A;
  font-size: 12px;
}
.girl-lists__size {
  font-size: 12px;
}
.girl-lists__temperature {
  color: #1aaa1a;
  font-size: 12px;
}
.girl-lists__temperature::before {
  font-family: "Material Icons Round";
  content: "\f076";
  display: inline-block;
  margin-right: 3px;
  vertical-align: bottom;
}
.girl-lists__state {
  font-size: 12px;
}
.girl-lists__state--waiting {
  color: #fff;
  background-color: #f72d8a;
  font-weight: bold;
  text-align: center;
}
.girl-lists__state--full {
  color: #999;
}
.girl-lists__state--end {
  color: #999;
}
.girl-lists__state--nexttime {
  color: #f72d8a;
  font-weight: bold;
}
.girl-lists__playop {
  display: flex;
  font-size: 12px;
  gap: 3px;
  margin: 3px 0;
}
.girl-lists__playop span {
  background-color: #efefef;
  color: #b1b1b1;
  display: block;
  flex-grow: 1;
  text-align: center;
}
.girl-lists__playop .course_m {
  background-color: #f9f9f9;
  color: #42a7ff;
  font-weight: bold;
}
.girl-lists__playop .course_h {
  background-color: #f9f9f9;
  color: #ff427e;
  font-weight: bold;
}
.girl-lists__playop .three_play {
  background-color: #FF8E8E;
  color: #fff;
}
.girl-lists__help-shop {
  font-size: 12px;
}

.early {
  color: #6a8bee;
}

.late {
  color: #dc63dc;
}/*# sourceMappingURL=newface.css.map */