@charset "UTF-8";
/*****************************
base
*****************************/
/* ----------------------------------------

--------------------------------------- */
.wrapper {
  background-color: #a61e20;
}

/* ----------------------------------------
  main_visual
--------------------------------------- */
.main_visual__inner {
  max-width: 1200px;
  margin: auto;
  height: 100vw;
}
@media screen and (min-width: 768px) {
  .main_visual__inner {
    height: 56.3vw;
  }
}
@media screen and (min-width: 1200px) {
  .main_visual__inner {
    height: 675px;
  }
}

/* ----------------------------------------
  main
--------------------------------------- */
.main_title {
  color: #eee;
}

/* ----------------------------------------
  footer
--------------------------------------- */
.footer {
  background-color: rgba(13, 13, 13, 0.9);
  color: #eee;
}

.page_top__inner {
  background: rgba(13, 13, 13, 0.7);
}

/* ----------------------------------------
  section
--------------------------------------- */
.section__title {
  color: #cfc787;
  text-shadow: 0 0 0 #cfc787;
}
.section__title_text {
  color: #cfc787;
}

/* ----------------------------------------
  col
--------------------------------------- */
.col__item_image::before {
  background: rgba(58.7, 30.9279569892, 0, 0.6);
  color: #eee;
}

/* ----------------------------------------
  girls_data
--------------------------------------- */
.girls_data__size {
  opacity: 0.7;
}
.girls_data__label_inner {
  background-color: rgb(177.9735682819, 129.0308370044, 74.5264317181);
  color: #fff;
}
.girls_data__label_inner:not(.girls_data__label_inner--next_attendance) {
  border-color: rgba(255, 255, 255, 0);
}
.girls_data__label_inner--next_attendance {
  background-color: #fff;
  color: rgb(177.9735682819, 129.0308370044, 74.5264317181);
}
.girls_data__label_inner.girls_data__label_inner--3, .girls_data__label_inner.girls_data__label_inner--5 {
  background-color: #adadad;
  border-color: #adadad;
}

/*----------------------------------------
	service
----------------------------------------*/
.service__content {
  max-width: 90rem;
  margin: -0.5rem auto 4rem;
  padding: 0 3%;
}
.service__list {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Zen Old Mincho", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 2px solid #cfc787;
  padding: 1.5rem 1em;
}
.service__item:not(:last-child)::after {
  content: "/";
  padding: 0 0.08em 0 0.08em;
  font-size: 1.4em;
  line-height: 0;
  color: rgb(228.5357142857, 218.5833333333, 138.9642857143);
  text-shadow: 0 0 0 rgb(228.5357142857, 218.5833333333, 138.9642857143);
  font-weight: 700;
  vertical-align: -0.12em;
}

/*----------------------------------------
	price
----------------------------------------*/
.price {
  max-width: 90rem;
  margin: -0.5rem auto 4rem;
  padding: 0 3%;
}
.price__table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin-bottom: 0.5rem;
}
.price__table th {
  background-color: #a07443;
}
.price__table th,
.price__table td {
  border: 1px solid rgb(202.8, 195.7333333333, 139.2);
  padding: 12px;
  width: 20%;
  height: 5rem;
}
@media screen and (max-width: 575px) {
  .price__table {
    display: flex;
  }
  .price__table table,
  .price__table tbody,
  .price__table tr,
  .price__table th,
  .price__table td {
    display: block;
    width: 100%;
    font-size: 1.75rem;
  }
  .price__table thead,
  .price__table tbody {
    width: 33.333%;
    display: block;
  }
  .price__table tbody {
    width: 66.666%;
    display: block;
  }
  .price__table th {
    text-align: left;
    padding-left: 1.5em;
    border: none;
  }
  .price__table th:not(.col_a),
  .price__table td {
    border: none;
    border-bottom: 1px solid rgb(202.8, 195.7333333333, 139.2);
    background-color: #fff;
    color: #000;
  }
  .price__table tbody th.col_a {
    width: 100%;
    text-align: center;
    padding: 1.2rem;
    font-size: 1.1em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 5rem;
  }
  .price__table tbody {
    margin-top: 5rem;
  }
}

.price_text {
  color: #eee;
}
@media screen and (max-width: 767px) {
  .price_text {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */