@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: #8d7057;
    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: #19bdaf;
    color: #fff;
    border-radius: 5px;
}
.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: 0px solid #C6B19F;
    padding: 0px;
    background: #fff;
}
.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;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}
.c-list-therapist__top .new {
    display: block;
    width: 30%;
    margin: 0;
}
.c-list-therapist__under {
  position: absolute;
		width: 100%;
  right: 0px;
  bottom: 0px;
	z-index: 10;
	pointer-events: none;
}

.c-list-therapist__under .sns-x{
display: block;
    width: 15%;
    margin: 0 0 1% 2%;
}

.c-list-therapist__under .rank{
display: block;
    width: 20%;
    margin: 0 0 0 2%;
}
.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);
}
span.staffclass {
    display: block;
    /* padding: 0 5px; */
    width: 100%;
    line-height: 0;
}
.c-list-therapist__txtbox {
    text-align: center;
    background: #fff;
}
.c-list-therapist__txtbox p span {
margin: 0;
    color: #333;
}
.c-list-therapist__txtbox > p {
  margin: 0;
color: #000;
}
.lowTextbox{
overflow: hidden;
    color: #8F3636;
}
.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;
    background: linear-gradient(#454545, #000);
}
.c-list-therapist-LT__time_under-today{
    display: block;
    font-size: 1.7rem;
    margin: 0 0 0 0;
    line-height: 3.6rem;
    color: #fff;
}
.c-list-therapist-LT__time_under-room{
    display: block;
    font-size: 1.6rem;
    line-height: 3.0rem;
    color: #ffffff;
}
.c-list-therapist-featureicon__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 5px;
  margin-top: 6px;
}
.c-list-therapist-featureicon__item li {
max-height: 100px;
    position: relative;
    color: #ffffff;
    font-size: 1.2rem;
    padding: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #000;
    border-radius: 3px;
}

.c-list-therapist__status_under {
display: block;
    width: 100%;
    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: #ffffff;
}

..c-list-therapist-featureicon__item:empty {
  display: none;
}