@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: #b4674b;
    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;
    background: #fff;
	-webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
}
.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: 10px 5px;
  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: #97871e;
}
.lowTextbox:empty{
display: none;
}
.c-list-therapist__name {
    font-size: 2rem;
}
.c-list-therapist__spec {
	font-size: 1.4rem;
	  letter-spacing: 0.8px;
}
.c-list-therapist__spec span {
	font-size: 80%;
	color: #139e83;
}
@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: 10px 0 10px 0;
    border-radius: 10px;
    background-image: linear-gradient(342deg, rgba(255, 181, 152, 1), rgba(184, 105, 77, 1) 40%, rgba(176, 100, 73, 1) 50%, rgba(184, 105, 77, 1) 60%, rgba(255, 181, 152, 1));
}
.c-list-therapist-LT__time_under-today{
    display: block;
    font-size: 1.8rem;
    margin: 0.6rem 0 0 0;
    line-height: 3.6rem;
    color: #ffffff;
}
.c-list-therapist-LT__time_under-room{
display: block;
font-size: 1.6rem;	
margin: 0 0 0.6rem 0;
line-height: 3.0rem;
color: #ffffff;
}
.c-list-therapist-featureicon__item {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px 5px;
    margin-top: 10px;
}
.c-list-therapist-featureicon__item li {
    max-height: 100px;
    position: relative;
    background-color: #fff;
    color: #b4674b;
    font-size: 1.3rem;
    padding: 3px 3px;
    border: 1px solid #b4674b;
    border-radius: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

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