@charset "UTF-8";
.sub-header {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 640px) {
  .sub-header {
    flex-direction: column-reverse;
  }
}

.content-btn {
  margin: 0;
  padding: 15px 15px 0 15px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
  align-items: stretch;
}
@media screen and (min-width: 640px) {
  .content-btn {
    max-width: 834px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(8, 1fr);
    padding: 30px 15px;
  }
}
.content-btn__item {
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.content-btn__anchor {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 3px 0px rgb(212, 212, 212);
  border-radius: 5px;
  padding: 10px;
  color: #0AA4AA;
  height: 100%;
}
.content-btn__anchor--no-link {
  background-color: #cbcbcb;
}

.hero {
  background-color: #d9d9d9;
  padding: 15px 0;
  margin-top: 15px;
}
@media screen and (min-width: 640px) {
  .hero {
    margin-top: 0;
  }
}
@media screen and (min-width: 640px) {
  .hero__wrapper {
    max-width: 834px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero__slide--divide {
  display: flex;
}
.hero__img-block {
  position: relative;
  display: block;
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
}
.hero__img-block--divide-lt {
  width: 50%;
  max-width: calc(590px / 2);
  position: absolute;
  right: 50%;
}
.hero__img-block--divide-rt {
  width: 50%;
  max-width: calc(590px / 2);
  position: absolute;
  left: 50%;
}
.hero__img-block--divide-lt img, .hero__img-block--divide-rt img {
  max-width: calc(590px / 2);
}
.hero__img {
  width: 100%;
}
.hero__img--dummy {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: #0AA4AA;
}

.swiper-pagination-bullet-active {
  background-color: #0AA4AA;
}

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

.shop-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}
@media screen and (min-width: 640px) {
  .shop-lists {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
.shop-lists__anchor {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 3px 0px rgb(212, 212, 212);
  display: block;
  height: 100%;
}
.shop-lists__anchor--closed {
  background-color: #efefef;
  color: #999;
}
.shop-lists__img-block {
  position: relative;
}
.shop-lists__thumb {
  width: 100%;
}
.shop-lists__thumb--dummy {
  position: absolute;
  top: 0;
  left: 0;
}
.shop-lists__text-block {
  padding: 15px;
  line-height: 1.5;
}
.shop-lists__sub-title {
  font-size: 12px;
}
.shop-lists__sub-title--closed {
  color: #be1414;
}
.shop-lists__name {
  font-size: 16px;
}

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

.pshot-lists {
  margin: 0 -15px;
}
@media screen and (min-width: 640px) {
  .pshot-lists {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin: 0;
  }
}
.pshot-lists__item {
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  overflow: hidden;
  padding: 15px;
}
@media screen and (min-width: 640px) {
  .pshot-lists__item {
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 3px 0px rgb(212, 212, 212);
    border-bottom: none;
  }
}
.pshot-lists__anchor {
  display: grid;
  grid-template-columns: 90px auto;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}
@media screen and (min-width: 640px) {
  .pshot-lists__anchor {
    grid-template-columns: 1fr;
  }
}
.pshot-lists__img-block {
  position: relative;
}
@media screen and (min-width: 640px) {
  .pshot-lists__img-block {
    width: 100%;
  }
  .pshot-lists__img-block::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
.pshot-lists__thumb {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 640px) {
  .pshot-lists__thumb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.pshot-lists__thumb--dummy {
  position: absolute;
  top: 0;
  left: 0;
}
.pshot-lists__text-block {
  overflow: hidden;
  line-height: 1.5;
}
.pshot-lists__title {
  font-size: 16px;
  font-weight: bold;
}
.pshot-lists__date {
  font-size: 14px;
}
.pshot-lists__girl-name {
  font-size: 14px;
  margin-top: 5px;
}
.pshot-lists__shop-name {
  font-size: 12px;
}

.diary-iframe {
  text-align: center;
}
.diary-iframe__timeline {
  width: 100%;
  max-width: 465px;
  height: 320px;
}

.news-block {
  background-color: #fff;
  padding: 15px;
}

.news-lists {
  margin-top: -15px;
  border-top: dashed 1px #ddd;
}
.news-lists__item {
  border-bottom: dashed 1px #ddd;
  padding: 15px 0;
}
.news-lists__anchor {
  display: grid;
  grid-template-columns: 45px auto;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.news-lists__thumb {
  width: 45px;
}
.news-lists__text-block {
  vertical-align: middle;
  overflow: hidden;
  line-height: 1.5;
}
.news-lists__title {
  font-size: 16px;
  font-weight: bold;
}
.news-lists__title a {
  color: #2d54f7;
  -webkit-text-decoration: #2d54f7 dotted underline;
          text-decoration: #2d54f7 dotted underline;
}
.news-lists__text {
  font-size: 12px;
  font-weight: normal;
}
.news-lists__text--description {
  color: #999;
}
.news-lists__date {
  margin-right: 15px;
}

.info-block {
  border-bottom: solid 1px #ddd;
  padding: 15px 0;
  text-align: center;
}
.info-block__img {
  width: 80%;
  max-width: 400px;
}
.info-block__text {
  font-size: 12px;
}

.info-block:first-of-type {
  padding: 0 0 15px 0;
}

.about-harekei {
  background: #ffdada;
  background: linear-gradient(135deg, #ffdada 0%, #c2dbf1 100%);
  padding: 30px 15px;
  margin-bottom: -30px;
}
.about-harekei__wrap {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  border-radius: 10px;
}
.about-harekei__title {
  font-size: 16px;
  margin-bottom: 15px;
}
.about-harekei__text {
  font-size: 14px;
  line-height: 1.6;
}

.gp-space-top {
  padding: 0 15px;
}
@media screen and (min-width: 640px) {
  .gp-space-top {
    max-width: 834px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}

.free-space-top {
  padding: 0 15px;
}
@media screen and (min-width: 640px) {
  .free-space-top {
    max-width: 834px;
    margin-left: auto;
    margin-right: auto;
  }
}

.free-space-main {
  display: grid;
  gap: 15px;
  margin-top: 15px;
  padding: 0 15px;
}
@media screen and (min-width: 640px) {
  .free-space-main {
    max-width: 834px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.free-space-sub {
  margin-top: 30px;
  padding: 0 15px;
}

.twitter-block {
  padding: 0 15px;
}
.twitter-block__title {
  text-align: center;
}
.twitter-block__data {
  margin: 0 auto;
  width: 100%;
  max-width: 590px;
}

.purelovers-block {
  padding: 0 15px;
  text-align: center;
}
.purelovers-block iframe {
  width: 100%;
  max-width: 320px;
  height: 50px;
}

.pr-block {
  border-radius: 3px;
  background-color: #fff;
  padding: 15px;
}
.pr-block__anchor {
  color: #2087f0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
}
.pr-block__img {
  max-height: 120px;
}
.pr-block__text {
  font-size: 14px;
  line-height: 1.5;
}

.movie-block {
  text-align: center;
}
.movie-block__data {
  width: 100%;
  max-width: 465px;
}
.movie-block__text {
  color: #999;
  font-size: 14px;
}

.banner-lists {
  display: grid;
  gap: 7.5px;
}
.banner-lists--1col {
  grid-template-columns: repeat(1, 1fr);
}
.banner-lists--2col {
  grid-template-columns: repeat(2, 1fr);
}
.banner-lists--3col {
  grid-template-columns: repeat(3, 1fr);
}
.banner-lists__img {
  width: 100%;
}/*# sourceMappingURL=main.css.map */