@charset "utf-8";
/*
.sybarite(){
  font-family: sybarite, serif;
  font-weight: 600;
  font-style: normal;
}
*/
/* CSS Document */
#page_title {
  margin-bottom: 5px;
}
#sch_title {
  padding-left: 190px;
}
#sch_navi {
  width: 693px;
  margin-top: 30px;
  margin-bottom: 10px;
}
#sch_navi #sch_select ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 5px;
  margin-top: 5px;
}
#sch_navi #sch_select ul > li {
  width: 93px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
#sch_navi #sch_select ul > li a {
  color: #ff5f6f;
  width: 93px;
  height: 30px;
  border: 2px solid #ff5f6f;
  box-sizing: border-box;
  transition: 300ms;
  background: transparent;
  display: block;
}
#sch_navi #sch_select ul > li a:hover,
#sch_navi #sch_select ul > li a.active {
  color: #fffffe;
  background: #ff5f6f;
}
.datePlate {
  color: #ff5f6f;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 3px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.datePlate > span {
  display: block;
  background: #ff5f6f;
  color: #fffffe;
  padding: 3px 5px;
  border-radius: 2px;
  margin-right: 3px;
}
#girl_wrap {
  margin-bottom: 20px;
  margin-left: 1px;
  height: auto;
  width: 694px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.girl_box {
  width: 172px;
  display: block;
  text-align: center;
  color: #666666;
  font-size: 10px;
  padding: 12px 0;
  height: 260px;
  border: solid 1px #bdbdbd;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
}
.wait_box {
  width: 172px;
  display: block;
  text-align: center;
  color: #000000;
  font-size: 10px;
  padding: 12px 0;
  height: 265px;
  border: solid 1px #bdbdbd;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
}
.girl_name {
  width: 100%;
  line-height: 1.6;
  margin: 0;
  color: #666666;
}
.girl_name em {
  font-weight: bold;
  font-size: 13px;
}
.girl_ico {
  width: 144px;
  margin: 0 auto;
  letter-spacing: 0;
}
.girl_ico > ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.girl_ico > ul li {
  width: calc(50% - 2px);
  margin: 1px;
  padding: 1px;
  background: #0871c1;
  color: white;
  font-size: 6px;
  border-radius: 1px;
  border: 1px solid #999;
  box-sizing: border-box;
}
.girl_ico > ul li.active {
  background: #005e15;
}
.girl_ico > ul li.rookie {
  background: #e81a93;
}
.girl_ico img {
  display: block;
  margin: 2px;
  width: 68px;
  height: 13px;
  float: left;
}
.girl_photo {
  position: relative;
  width: 140px;
  height: 182px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.girl_photo a img {
  width: 140px;
  height: 182px;
}
.big_ico {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 49px;
  height: 24px;
}
.time_box {
  width: 100%;
  font-size: 15px;
  color: #1e1e1e;
  margin-top: 5px;
}
/*待ち時間情報*/
.wait {
  font-weight: bold;
  margin: 0 auto;
  padding: 5px;
  width: 100%;
  color: #fffffe;
  font-size: 15px;
}
.time {
  padding: 5px;
  font-weight: bold;
  color: #666666;
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
}
