@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: 1dvb;
}
.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;
    min-height: 46px;
    box-sizing: border-box;
    color: #765c78;
    padding: 9px 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 26px;
    background: linear-gradient(rgb(255 255 255 / 90%), rgb(255 255 255 / 90%)) padding-box, linear-gradient(105deg, #98723e 0%, #d8bd82 24%, #f2e1b0 48%, #b88b4e 72%, #e4cc91 100%) border-box;
    box-shadow: 0 2px 6px rgba(118, 83, 126, .12);
    transition: background .24s ease, box-shadow .24s ease, filter .24s ease;
}
@media screen and (max-width: 760px) {
  .c-list-room__link {
  height: 40px;
  }
}
.c-list-room__link:hover:not(.is-current):not(.is-grayout) {
    background:
      linear-gradient(rgba(255, 255, 255, .72), rgba(255, 255, 255, .72)) padding-box,
      linear-gradient(105deg, #98723e 0%, #d8bd82 24%, #f2e1b0 48%, #b88b4e 72%, #e4cc91 100%) border-box;
    box-shadow: 0 0 6px rgba(188, 139, 207, .2), 0 2px 7px rgba(118, 83, 126, .12);
}
.c-list-room__link.is-current {
    color: #704b78;
    background:
      linear-gradient(100deg, #e3c9e8 0%, #e2c8e7 28%, #cdb7df 57%, #ccb5dd 100%) padding-box,
      linear-gradient(105deg, #98723e 0%, #d8bd82 24%, #f2e1b0 48%, #b88b4e 72%, #e4cc91 100%) border-box;
    box-shadow: 0 0 7px rgba(188, 139, 207, .28), 0 2px 7px rgba(118, 83, 126, .14);
    filter: brightness(1.03);
}
.c-list-room__link.is-grayout {
  opacity: 0.5;
  filter: none;
}
.c-list-therapist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
  padding-top: 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;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(195, 168, 123, .34);
    border-radius: 18px;
    box-shadow: 0 3px 12px rgba(104, 75, 94, .12);
}
.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;
	aspect-ratio: 500 / 750;
  border-radius: 17px 17px 0 0;
}
.c-list-therapist__img video {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.c-list-therapist__img img {
    transition: 0.5s all;
}
.c-list-therapist__top {
  position: absolute;
		width: 100%;
  right: 0px;
  top: 0px;
	z-index: 1;
}
.c-list-therapist__under {
  position: absolute;
		width: 100%;
  right: 0px;
  bottom: 0px;
	    z-index: 2;
}
.c-list-therapist__img .new {
    display: block;
    width: 35%;
    margin: 0;
    overflow: hidden;
    border-radius: 16px 0 0 0;
    line-height: 0;
}
.c-list-therapist__img .new img {
    display: block;
    width: 100%;
    height: auto;
}

.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: linear-gradient(100deg, rgba(195, 163, 218, .9), rgba(220, 177, 207, .9));
}
.c-list-therapist__status--reservable {
  background: linear-gradient(100deg, rgba(181, 145, 211, .92), rgba(211, 171, 209, .92));
}
.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: linear-gradient(100deg, rgba(174, 130, 207, .92), rgba(217, 166, 207, .92));
}
.c-list-therapist__status--today {
  background: linear-gradient(100deg, rgba(190, 153, 216, .9), rgba(218, 177, 210, .9));
}
.c-list-therapist__txtbox {
    padding: 8px 10px 12px;
    text-align: center;
    background: transparent;
}
.c-list-therapist__txtbox p span {
  margin: 0;
	font-weight: 700;
    color: #765080;
}
.c-list-therapist__txtbox > p {
  margin: 0;
color: #333;
}
.lowTextbox{
overflow: hidden;
color: #333;
  height: 22px;
}
.c-list-therapist__spec {
	font-size: 1.4rem;
	  letter-spacing: 0.8px;
}
.c-list-therapist__spec span {
	font-size: 80%;
	color: #86678e;
}
@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: 8px 0 0 0;
    border: 1px solid rgb(236 203 109);
    border-radius: 15px;
    background: linear-gradient(100deg, #b58bd0 0%, #d6afd5 48%, #b080c9 100%);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, .18);
}
.c-list-therapist-LT__time_under-today{
display: block;
font-size: 1.6rem;
margin: 0.6rem 0 0 0;
line-height: 3.0rem;
  color: #fff;
}
.c-list-therapist-LT__time_under-room{
display: block;
font-size: 1.6rem;
margin: 0 0 0.6rem 0;
line-height: 3.0rem;
    color: #fff;
}
.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;
    background-image: linear-gradient(135deg, #fff 0%, #fff 50%, #fff 100%);
    color: #765080;
    font-size: 1.1rem;
    /* padding: 3px 0; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid rgba(169, 124, 181, .5);
    letter-spacing: -0.05em;
}

.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;
}
.c-list-therapist__status--onwards {
    background: linear-gradient(100deg, rgba(181, 145, 211, .92), rgba(211, 171, 209, .92));
}
object.new-staff-sns {
    width: 20%;
    display: block;
	margin-bottom: 5px;
  max-width: 60px;
}
object.new-staff-sns img {
    display: block;
    padding: 5px 0 0 5px;
}
