@charset "UTF-8";
.top-news {
  padding: 15px 15px 0 15px;
}
@media screen and (min-width: 640px) {
  .top-news {
    padding: 0 15px;
  }
}
.top-news__mini {
  display: grid;
  gap: 15px;
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .top-news__mini {
    max-width: 834px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-news__mini-anchor {
  display: grid;
  grid-template-columns: 50px auto;
  gap: 15px;
}
.top-news__mini-anchor:nth-child(n+2) {
  border-top: solid 1px #ddd;
  padding-top: 15px;
}
.top-news__mini-img {
  width: 50px;
}
.top-news__mini-title {
  font-size: 12px;
}
.top-news__mini-title em {
  background-color: #333;
  color: #fff;
  padding: 3px;
  line-height: 20px;
}
.top-news__mini-title span {
  margin-left: 15px;
  color: #999;
}
.top-news__mini-text {
  color: #2d54f7;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 7.5px;
}

.news-banner {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}
.news-banner__anchor {
  display: block;
  text-align: center;
}
.news-banner__img {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .news-banner__img {
    max-width: 834px;
    margin-left: auto;
    margin-right: auto;
    max-width: 465px;
  }
}

.news-sp-week {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 3px 0px rgb(212, 212, 212);
  border-radius: 5px;
  padding: 30px;
  text-align: center;
}
.news-sp-week__text {
  font-size: 14px;
}
.news-sp-week__text em {
  font-style: normal;
  font-weight: bold;
}
.news-sp-week__button {
  background-color: #0AA4AA;
}

.news-restart {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 3px 0px rgb(212, 212, 212);
  border-radius: 5px;
  padding: 30px;
}
.news-restart__date {
  color: #999;
  font-size: 12px;
  text-align: right;
}
@media screen and (min-width: 640px) {
  .news-restart__inner {
    max-width: 465px;
    margin: auto;
  }
}
.news-restart__title {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.news-restart__title em {
  font-style: normal;
  font-weight: bold;
}
.news-restart__text {
  margin-top: 15px;
  font-size: 14px;
}

.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;
}

.shoplist li {
  border-bottom: solid 1px #ddd;
}
.shoplist__anchor {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 15px;
  position: relative;
}
.shoplist__anchor::after {
  color: #999;
  content: "+";
  display: block;
  line-height: 18px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: calc(50% - 9px);
  width: 10px;
}
.shoplist__item--open .shoplist__anchor::after {
  content: "-";
}
.shoplist__content {
  background-color: #fff;
  padding: 15px;
}

.syukkin__message {
  background-color: #e4e4e4;
  font-size: 14px;
  padding: 15px;
  grid-area: 1/1/2/6;
}
.syukkin__title {
  background-color: #efefef;
  margin-bottom: 15px;
  padding: 15px;
}
.syukkin__title::before {
  font-family: "Material Icons Round";
  content: "\eb9b";
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}
.syukkin__number {
  color: #f72d8a;
  margin: 0 5px;
}/*# sourceMappingURL=syukkin.css.map */