@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: #fff;
    padding: 10px;
    margin-bottom: 10px;
    background: linear-gradient(
      120deg,
      #080807 0%,
      #211d17 48%,
      #0a0908 100%
    );
    border: 1px solid rgba(192, 170, 132, 0.66);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08),
                0 2px 7px rgba(0,0,0,0.24);
    text-shadow: 0 1px 2px rgba(0,0,0,0.7);
    transition: filter 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 760px) {
  .c-list-room__link {
  height: 40px;
  }
}
.c-list-room__link.is-current, .c-list-room__link:hover {
    color: #fffaf0;
    background-image: linear-gradient(
      135deg,
      #171512 0%,
      #302a21 48%,
      #151310 100%
    );
    border-color: rgba(218, 195, 151, 0.88);
    box-shadow: inset 0 1px 0 rgba(255,248,232,0.12),
                0 2px 7px rgba(0,0,0,0.28),
                0 0 5px rgba(207,183,137,0.1);
    text-shadow: 0 1px 2px rgba(0,0,0,0.78);
}
.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;
    padding: 0;
    border: 0px solid #C5243E;
}
.c-list-therapist__img {
position: relative;
    margin: 0 auto;
    overflow: hidden;
    aspect-ratio: 500 / 750;
}
.c-list-therapist__img video {
    position: absolute;
    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;
}
.c-list-therapist__under {
  position: absolute;
		width: 100%;
  right: 0px;
  bottom: 0px;
}
.c-list-therapist__img .new {
    display: block;
    width: 20%;
    margin: 0.5rem 0 0.5rem 0.5rem;
}
.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: 5px 5px;
    text-align: center;
        background-image: linear-gradient(180deg, rgb(25 25 25), rgba(0, 0, 0, 1));
    border-radius: 0;
    margin-top: 0;
}

.c-list-therapist__txtbox-flame {
border: 0px solid #93754c;
    height: 100%;
}

.c-list-therapist__txtbox p span {
  margin: 0;
	font-weight: 700;
        color: #fff;
}
.c-list-therapist__txtbox > p {
  margin: 0;
color: #fff;
}
.lowTextbox{
overflow: hidden;
color: #fff;
    font-size: 1.3rem;
}
.lowTextbox:empty{
display: none;
}
.c-list-therapist__txtbox .staffclass {
    margin-bottom: 2.5%;
    display: block;
    line-height: 0;
}
.c-list-therapist__txtbox .staffclass:empty{
    display: none;
}

.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;
        border-radius: 0;    
	    background: linear-gradient(to right, #232323, #505050, #232323);
}
p.c-list-therapist__name span {
    color: #fff;
    font-size: 1.6rem;
    font-family: serif;
}
.c-list-therapist-LT__time_under-today{
display: block;
font-size: 1.4rem;
line-height: 2.6rem;
  color: #fff;
}
.c-list-therapist-LT__time_under-room{
display: block;
font-size: 1.4rem;	
line-height: 2.6rem;
    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;
    max-height: 100px;
    position: relative;
    color: #d6d6d6;
    font-size: 1.1rem;
    padding: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
        background: #313131;
}

.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;
  transform:translate3d(0,0,0);
}

/* 当日出勤ステータス：元の状態色を活かしたシャンパンゴールド仕上げ */
.c-list-therapist__status_under {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(229, 216, 190, 0.78);
    background-image: linear-gradient(
        105deg,
        rgba(137, 116, 80, 0.42) 0%,
        rgba(221, 207, 180, 0.22) 20%,
        rgba(255, 255, 255, 0.56) 47%,
        rgba(255, 253, 247, 0.2) 58%,
        rgba(176, 150, 105, 0.38) 100%
    );
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58),
                inset 0 -1px 0 rgba(101, 82, 51, 0.22),
                0 2px 8px rgba(0, 0, 0, 0.24),
                0 0 7px rgba(239, 228, 205, 0.12);
    color: #fffdf8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.72);
}

.c-list-therapist__status_under::after {
    position: absolute;
    top: 0;
    left: 8%;
    width: 58%;
    height: 1px;
    content: "";
    pointer-events: none;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.92) 48%,
        transparent 100%
    );
}

i.fa-regular.fa-clock {
    color: #fff;
}
.label_frame_1 {
      border: 4px solid #f29bb1;
    outline: 1px solid #f29bb1;
    display: inline-block;
    position: absolute;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    outline-offset: 1px;
    margin: 0px;
    z-index: 3;
    opacity: 1;
	left:0;
	top: 0;
	border-radius: 15px;
}

.c-list-therapist__under object.new-staff-sns {
    display: block;
    width: 18%;
   margin: 0 0 0.5rem 0.5rem;
}
.c-list-therapist__under object.new-staff-sns img {
    display: block;
    width: 60px;
}
span.staffclass {
    display: block;
    line-height: 0;
    aspect-ratio: 100 / 15;
}
.c-list-therapist__status--onwards {
    background: rgba(80, 163, 193, 0.9);
}

span.staff-movie-icon {
display: block;
    width: 60px;
    /* padding: 4px 0 0 0; */
    width: 18%;
    margin: 0 0 0.5rem 0.5rem;
}
