@charset "utf-8";
/*
.sybarite(){
  font-family: sybarite, serif;
  font-weight: 600;
  font-style: normal;
}
*/
#wait_title {
  padding-left: 190px;
}
.wait_bg {
  background: url(/img/shop/wait/bg_tit.png) no-repeat 0 0;
}
#cast_title {
  padding-left: 115px;
}
#cast_navi {
  width: 691px;
  min-height: 100px;
  border: solid 1px #D2D2D2;
  background: #fff;
  align-items: center;
  margin-top: 20px;
}
#cast_navi #cast_select {
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
#cast_navi #cast_select > ul.castFilter {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
#cast_navi #cast_select > ul.castFilter > li {
  height: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  display: block;
  margin-right: 5px;
  width: 25%;
}
#cast_navi #cast_select > ul.castFilter > li > select {
  width: 100%;
  color: #ff5f6f;
  border: 2px solid #ff5f6f;
}
#cast_navi #cast_select > ul.castFilter > li a {
  color: #ff5f6f;
  background: url(/img/shop/cast/bg_top_navi.png) no-repeat 0 0;
  display: block;
  width: 85px;
  height: 30px;
}
#cast_navi #cast_select > ul.castFilter > li:last-child {
  margin-right: 0;
}
#cast_navi #cast_select > ul.statusList {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  display: flex;
  align-items: flex-end;
}
#cast_navi #cast_select > ul.statusList > li {
  height: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  display: block;
  margin-right: 5px;
  transition: 300ms;
}
#cast_navi #cast_select > ul.statusList > li > select {
  width: 130px;
  color: #ff5f6f;
  border: 2px solid #ff5f6f;
}
#cast_navi #cast_select > ul.statusList > li a {
  color: #ff5f6f;
  border: 2px solid #ff5f6f;
  box-sizing: border-box;
  display: block;
  width: 85px;
  height: 25px;
}
#cast_navi #cast_select > ul.statusList li a:hover,
#cast_navi #cast_select > ul.statusList li a.active {
  color: #fffffe;
  border: none;
  font-weight: bold;
  background: #ff5f6f;
  position: relative;
}
#cast_navi #cast_select > ul.statusList li a:hover:before,
#cast_navi #cast_select > ul.statusList li a.active:before {
  content: "";
  background: #ff5f6f;
  position: absolute;
  margin: auto;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  bottom: -5px;
  transform: rotate(45deg);
}
#cast_navi #cast_select .submitButton {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #fffffe;
  font-weight: bold;
  background: #ff5f6f;
  width: 200px;
  justify-self: end;
}
#cast_navi #cast_select #cast_serch {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: start;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: end;
}
#cast_navi #cast_select #cast_serch input.text_area {
  height: 25px;
  border: 2px solid #ff5f6f;
  box-sizing: border-box;
  line-height: 25px;
  font-size: 12px;
  color: #000;
  padding: 0 3px;
  word-break: break-all;
  width: 200px;
}
#girl_wrap {
  margin: 20px 0;
  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 #D2D2D2;
  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.3;
  margin: 0;
  color: #666666;
}
.girl_name em {
  font-weight: bold;
  font-size: 13px;
}
.girl_ico {
  width: 144px;
  height: 35px;
  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;
  letter-spacing: 0;
}
.girl_ico > ul li.active {
  background: #005e15;
}
.girl_ico > ul li.rookie {
  background: #e81a93;
}
.girl_ico > ul li.rank1 {
  background-image: linear-gradient(to right, #643432 0, #cb9b51 22%, #d9c76d 45%, #ffeb80 50%, #d9c76d 55%, #cb9b51 78%, #643432 100%);
  color: #fffffe;
  text-shadow: 1px 1px 0 #000000;
}
.girl_ico > ul li.rank2 {
  background-image: linear-gradient(to right, #5c5e5e 0, #cdd5d3 22%, #d3e0dc 45%, #e9f6ee 50%, #d3e0dc 55%, #cdd5d3 78%, #5c5e5e 100%);
  color: #fffffe;
  text-shadow: 1px 1px 0 #000000;
}
.girl_ico > ul li.rank3 {
  background-image: linear-gradient(to right, #643432 0, #e18f5b 22%, #ee9b78 45%, #fcb18a 50%, #ee9b78 55%, #e18f5b 78%, #643432 100%);
  color: #fffffe;
  text-shadow: 1px 1px 0 #000000;
}
.girl_ico > ul li.rankOther {
  background: black;
}
.scheduleArea {
  width: 144px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
}
.scheduleArea > p:first-child {
  color: #fffffe;
  padding: 2px 4px;
  border-radius: 1px;
  background: linear-gradient(220deg, #ff5f6f, #fcad4f);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  -o-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 94% 0%;
  }
  50% {
    background-position: 7% 100%;
  }
  100% {
    background-position: 94% 0%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 94% 0%;
  }
  50% {
    background-position: 7% 100%;
  }
  100% {
    background-position: 94% 0%;
  }
}
@-o-keyframes AnimationName {
  0% {
    background-position: 94% 0%;
  }
  50% {
    background-position: 7% 100%;
  }
  100% {
    background-position: 94% 0%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 94% 0%;
  }
  50% {
    background-position: 7% 100%;
  }
  100% {
    background-position: 94% 0%;
  }
}
.scheduleArea > p:last-child {
  font-size: 12px;
}
.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;
}
/*待ち時間情報*/
.wait {
  border-bottom: 1px solid #bdbdbd;
  font-weight: bold;
  margin: 0 auto;
  padding: 5px;
  width: 90%;
  color: #fcad4f;
  font-size: 12px;
}
.time {
  padding: 5px;
  font-weight: bold;
  color: #666666;
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
}
