@charset "utf-8";
/* CSS Document */

#sort {
  background: #eeeeee;
  padding: 10px 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#sort span {
  font-size: 4vw;
}
#lady select {
  padding: 8px 5px;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
}
.right p,
.right span {
  color: #000;
  font-size: 3.5vw;
}
.right .about {
  margin-top: 5px;
}

.sch_area li.sch_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
}
li a.list_a {
  display: block;
  z-index: 10;
  text-decoration: none;
}
.sch_area li .thumb {
  width: 35%;
  margin-right: 2%;
}
.sch_area li .right {
  width: 63%;
  position: relative;
}
.icon_a {
  position: relative;
  z-index: 11;
}
/*.sch_area li .right:after {
    content: "＞";
    position: absolute;
    top: 35px;
    right: 0;
    font-size: 4.5vw;
    font-weight: bold;
}*/
.sch_area .right .time {
  font-size: 3.5vw;
  display: block;
  margin-bottom: 5px;
}
.sch_area .right .now {
  display: inline-block;
  background: #c80037;
  color: #fff;
  padding: 2px 5px;
  margin-right: 5px;
}
.sch_area .right .today {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 2px 5px;
  margin-right: 5px;
}
.sch_area .right .s_comment {
  background: #c4ecff;
  color: #464646;
  text-align: center;
  padding: 3px 0;
}
.sch_area .right .status {
  display: block;
  color: #cc264d;
  margin: 5px 0 3px 0;
}
.sch_area .right .type {
  display: inline-block;
  border: 1px solid #e0e0e0;
  color: #5c5c5c;
  font-size: 2.5vw;
  padding: 2px 3px;
  border-radius: 3px;
}
.sch_area .right .name {
  margin-bottom: 5px;
  line-height: 1.6;
  color: #c90037;
  font-size: 4.5vw;
  font-weight: bold;
}
.sch_area .right .new {
  font-size: 3.5vw;
  font-weight: normal;
  color: #c90037;
  border: 1px solid #c90037;
  border-radius: 2px;
  padding: 2px 4px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.sch_area .right .size {
  font-size: 3.5vw;
  color: #000;
}
.sch_area .right .age {
  padding-right: 4px;
  color: #000;
}
.sch_area .reserve_icon {
  background: #f9a71a;
}
.sch_area .monopoly_icon {
  background: #c80037;
}
.sch_area .special_icon {
  background: #f5295f;
}
.situation,
.right span.situation {
  display: block;
  background: #249bff;
  padding: 3px 0;
  color: #fff;
  font-size: 3.5vw;
  text-align: center;
}
.time.situation.auto_comment {
  background: #c90037;
}
.time.situation.intake {
  background: #ff24ba;
}
.yotei {
  display: block;
  border: 1px solid #249bff;
  text-align: center;
  padding: 3px 0;
  font-size: 3.7vw;
  color: #000;
}
.right .comment {
  display: block;
  color: #666;
  font-size: 3.5vw;
}
.reserve_btn_box {
  display: flex;
  flex-wrap: nowrap;
  margin: 5px 0;
}
.reserve_btn_box li {
  background: #faa71b;
  border-radius: 2px;
  padding: 3px 4px;
  margin-right: 5px;
}
.reserve_btn_box li:last-child {
  margin-right: 0;
}
.reserve_btn_box li span {
  color: #fff;
  font-size: 3.5vw;
}
.reserve_btn_box li.popular {
  background: #f05caa;
}
.reserve_btn_box li.special {
  background: #f5295f;
}
.calendar {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.calendar .calendar_txt {
  display: block;
  margin-bottom: -10px;
  padding: 5px 5px 0;
  font-size: 85%;
  text-align: right;
}
.calendar ul {
  position: relative;
  margin: 0 auto;
  padding: 10px 5px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -0.4em;
}
.calendar ul li {
  display: block;
  /*padding: 10px 0;*/
  color: #000000;
  text-decoration: none;
  position: relative;
}
.calendar ul li {
  display: inline-block !important;
  width: auto !important;
  margin-left: -1px;
  padding: 0 !important;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-color: #e0e0e0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
}
.calendar ul li a,
.calendar ul li span {
  display: block;
  /*padding: 5px 10px;*/
  color: #000;
  background: #fff;
  text-align: center;
}
.cal {
  background: #ffe6ec;
  padding: 5px 10px;
  color: #000;
  border-bottom: 1px solid #e0e0e0;
}
li.satday .cal {
  color: #00b1ff;
}
li.sunday .cal {
  color: #e94e76;
}
.condition {
  padding: 10px 0;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
  display: none;
}
.sch_area .sch_box .swiper-button-next,
.sch_area .sch_box .swiper-container-rtl .swiper-button-prev {
  background-image: url(https://img.undernavi.com/front/sp/shop/arrow_slider_next.png);
  background-size: 100% auto;
  right: 10px;
  left: auto;
}
.sch_area .sch_box .swiper-button-prev,
.sch_area .sch_box .swiper-container-rtl .swiper-button-next {
  background-image: url(https://img.undernavi.com/front/sp/shop/arrow_slider_prev.png);
  background-size: 100% auto;
  left: 10px;
  right: auto;
}
.flex_icon {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 10px;
}
.flex_icon .icon_a {
  width: 48%;
}

.flex_icon.flex_icon_ladylist a {
  background: #c90037;
  padding: 0.5rem;
  text-align: center;
  display: flex;
  align-items: center;
}
.flex_icon.flex_icon_ladylist a span {
  font-size: 0.3.5vw;
  color: #fff;
}
.flex_icon.flex_icon_ladylist {
}
.flex_icon.flex_icon_ladylist img {
  width: 22%;
  margin-right: 0.6rem;
  vertical-align: middle;
}

.icon_dialect {
  position: absolute;
  left: 0.2rem;
  bottom: 0.5rem;
}
.sch_area li .thumb a {
  position: relative;
}
.standby_comment_marquee03 {
  position: relative;
  height: 30px;
  overflow: hidden;
  width: 100%;
}
.standby_comment_marquee03 li {
  position: absolute;
  top: -999em;
  left: 0;
  margin: 0;
  padding: 0;
  display: block;
  white-space: nowrap;
  overflow: visible;
  z-index: 0;
}

/**************************************

UN関西統合用

*************************************/

.lady_list-genrettl {
  font-size: 4.5vw;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}

/**************************************

search form

*************************************/
.search_container-box {
  background: #eeeeee;
  padding: 5px 10px 10px 10px;
}
.search_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 25px;
  width: 100%;
  margin: 10px auto;
  background: #fff;
  box-sizing: border-box;
}
.search_container label {
  width: 100%;
}
.search_container input {
  width: 100%;
  padding: 10px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
}

.search_container input::placeholder {
  color: #767d83;
}

.search_container button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.search_container button::after {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23767d83%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  content: "";
}
.filter_box {
  display: flex;
  gap: 0 10px;
}
#lady .filter_box-item {
  display: flex;
  width: 50%;
  position: relative;
}
.filter_box-item::after {
  content: "";
  width: 5px;
  height: 5px;
  border-color: rgb(51, 51, 51) rgb(51, 51, 51) currentcolor currentcolor;
  border-style: solid solid none none;
  border-width: 2px 2px 0px 0px;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}
#lady .filter_box select {
  width: 100%;
  background: #fff;
  padding: 8px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #000;
  margin: 0;
}
.lady_iconList {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
}
.lady_iconList span {
  color: #fff;
  width: calc(100% / 2 - 3px);
  text-align: center;
  font-size: 2.8vw;
  padding: 0.3rem 0.2rem;
  white-space: nowrap;
  border-radius: 4px;
}
.lady_iconList .asobotalk_icon {
  background: #dc276d;
}
