@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__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: #333;
    padding: 10px;
    margin-bottom: 10px;
        background: #fff;
}
@media screen and (max-width: 760px) {
  .c-list-room__link {
  height: 40px;
  }
}
.c-list-room__link.is-current, .c-list-room__link:hover {
    background: #7abcdd;
    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;
}
.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: 30%;
}
.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: 30%;
  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: 3%;
  text-align: center;
  background: #f2faff;
}
.c-list-therapist__txtbox p span {
  margin: 0;
	font-weight: 700;
        color: #333;
}
.c-list-therapist__txtbox > p {
  margin: 0;

}
.lowTextbox{
overflow: hidden;
    color: #333;
    line-height: 18px;
}
.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;
}
}
.c-list-therapist-LT__time_under {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0.6rem 0 0.6rem 0;
}
.c-list-therapist-LT__time_under-today{
display: block;
font-size: 1.6rem;
margin: 0.6rem 0 0 0;
line-height: 3.0rem;
background: #56aad3;
border-radius: 6px;
}

.c-list-therapist-LT__time_under-today li{
color: #fff;
font-size: 1.6rem;
}

.c-list-therapist-LT__time_under-today span{
color: #fff;
font-size: 1.6rem;
}

.c-list-therapist-LT__time_under-room{
display: block;
    font-size: 1.6rem;
    margin: 0.6rem 0 0.6rem 0;
    line-height: 3.0rem;
    color: #927355;
    background: #fff;
    border-radius: 6px;
}
.c-list-therapist-featureicon__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 5px;
  margin-top: 5px;
}
.c-list-therapist-featureicon__item li {
    max-height: 100px;
    position: relative;
    font-size: 1.2rem;
    padding: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #8fabb5;
    border-radius: 6px;
    color: #fff;
}

.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: 3.0rem;
    margin: 6px auto;
    color: #fff;
}

i.fa-regular.fa-clock {
    color: #fff;
}

object.new-staff-sns {
    width: 20%;
    display: block;
}
object.new-staff-sns img {
    display: block;
    padding: 0 0 5px 5px;
}

span.c-list-therapist__status_under.c-list-therapist__status--onwards {
    background: rgba(80, 163, 193, 0.9);
}

.c-list-therapist__item span.staffclass {
    line-height: 0;
    /* height: 0; */
    display: block;
}
.instore-at-newface {
    text-align: center;
    color: #1d6c92;
    background: #fff;
    padding: 5px;
}