@charset "UTF-8";
/* CSS Document */

.c-list-room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.c-list-room:empty{
display: none;
}


.c-list-room__item {
  min-width: 100px;
  margin-right: 10px;
}
.c-list-room__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .c-list-room__link {
    height: 40px;
  }
}
.c-list-room__link.is-current,
.c-list-room__link:hover {
  background: #666;
  color: #fff;
}
.c-list-room__link.is-grayout {
  opacity: 0.4;
}
.c-list-therapist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
}
@media screen and (min-width: 600px) {
  .c-list-therapist {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 800px) {
  .c-list-therapist {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .c-list-therapist {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-list-therapist__item {
    overflow: hidden;
    border: 1px solid #f00;
    border-radius: 8px;
	background: hsl(0deg 0% 100% / 60%);
}
.c-list-therapist__img {
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.c-list-therapist__img img {
  transition: 0.5s all;
}
.c-list-therapist__top {
  position: absolute;
  width: 100%;
  right: 0px;
  top: 0px;
}
.c-list-therapist__under {
  position: absolute;
  width: 100%;
  right: 0px;
  bottom: 0px;
}
.c-list-therapist__img .new {
    display: block;
    width: 20%;
    margin-top: 2%;
    margin-left: 2%;
}
.c-list-therapist__img .staffclass {
    display: block;
    width: 20%;
    margin-top: 2%;
    margin-left: 2%;
}
.c-list-therapist__img .sns-x {
  display: block;
  width: 20%;
  margin: 0 0 0.5rem 0.5rem;
  z-index: 1;
}
.c-list-therapist__img .rank {
  display: block;
  width: 25%;
  margin: 0 0 0.5rem 0.5rem;
  z-index: 1;
}
.c-list-therapist__status--notime {
  background: rgba(255, 116, 159, 0.8);
}
.c-list-therapist__status--reservable {
  background: rgba(80, 163, 193, 0.9);
}
.c-list-therapist__status--soldout {
  background: rgba(173, 56, 56, 0.9);
}
.c-list-therapist__status--end {
  background: rgba(100, 100, 100, 0.9);
}
.c-list-therapist__status--work {
  background: rgba(204, 157, 0, 0.9);
}
.c-list-therapist__status--today {
  background: rgba(83, 193, 142, 0.8);
}
.c-list-therapist__txtbox {
  padding: 10px 5px;
  text-align: center;
}
.c-list-therapist__txtbox p span {
  margin: 0;
  font-weight: 700;
}
.c-list-therapist__txtbox > p {
  margin: 0;
  color: #333;
}
.lowTextbox {
  color: #333;
      overflow: hidden;
}
.c-list-therapist__spec {
  font-size: 1.4rem;
  letter-spacing: 0.8px;
}
.c-list-therapist__spec span {
  font-size: 80%;
  color: #927355;
}
@media screen and (max-width: 480px) {
  .c-list-therapist__spec {
    font-size: 1.2rem;
  }
}
.fa-clock-four:before, .fa-clock:before {
    content: "\f017";
    color: #fff;
}
.c-list-therapist-LT__time_under {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 0;
    background: #f00;
    border-radius: 6px;
}
.c-list-therapist-LT__time_under-today {
  display: block;
  font-size: 1.6rem;
  margin: 0.6rem 0 0 0;
  line-height: 3rem;
  color: #fff;
}
.c-list-therapist-LT__time_under-room {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 0.6rem 0;
  line-height: 3rem;
  color: #ffffff;
}
.c-list-therapist-featureicon__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 5px;
  margin-top: 10px;
}
.c-list-therapist-featureicon__item li {
    max-height: 100px;
    position: relative;
    color: #FF0001;
    font-size: 1.2rem;
    padding: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    border: 1px solid #FF0001;
}

.c-list-therapist__status_under {
  display: block;
  width: 95%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 20px;
  padding: 0 10px;
  line-height: 3rem;
  margin: 6px auto;
  color: #fff;
}

span.staff-movie-icon {
    display: block;
    width: 20%;
    margin: 0 0 0.5rem 0.5rem;
}