@charset "utf-8";
.content_schdule {
  padding-block: 20px 30px;
  position: relative;
}
.wrap_tableSchedule {
  margin: 20px 30px 0;
}
.table_schedule {
  display: flex;
  border-top: 1px solid #ddcd96;
  border-left: 1px solid #ddcd96;
}
.item_tableSchedule {
  flex: 1;
  text-align: center;
  height: 56px;
  line-height: 56px;
  background: #fcfaf4;
  border-right: 1px solid #ddcd96;
  border-bottom: 1px solid #ddcd96;
  position: relative;
  transition: 0.5s ease-out;
}
.item_tableSchedule:not(.tableSchedule_on) {
  cursor: pointer;
}
.tableSchedule_on {
  color: #0caf73;
  background: #fff;
  position: relative;
}
.tableSchedule_on:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #0caf73;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
}
.tableSchedule_on:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #0caf73;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -7px;
}
.item_tableSchedule:not(.tableSchedule_on):hover {
  color: #962314;
  text-decoration: none;
  background: #fff;
}
.tit_esthe {
  padding-left: 10px;
  margin-block: 20px;
}

/*------------------------------------------------------------
　キャスト
-------------------------------------------------------------*/
.schedule_contents {
  display: none;
}
.schedule_on {
  display: block;
}
.schedule-item {
  display: grid;
  grid-template-rows: auto 1fr;
  padding-bottom: 20px;
  cursor: pointer;
}
.schedule-item_contents {
  overflow: hidden;
  margin-top: -60px;
}
.schedule-item_inner {
  position: relative;
  top: 0;
  transition: top 0.5s ease-out;
}
.schedule-item:hover .schedule-item_inner {
  top: 34px;
}
.schedule-item:hover .c-h-bBorder::before {
  opacity: 1;
}
.img_box {
  aspect-ratio: 3/4;
}
.img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.schedule_girls_rank {
  height: 22px;
  left: 4px;
}
.schedule_girls_data1 {
  background: rgb(255 255 255 / 0.7);
  padding: 5px 10px 10px;
}
.schedule_girls_data2 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-inline: 10px;
}
.girls_time {
  margin-top: 0;
}
