<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
/* =========================================================
 schedule
========================================================= */
/* scheduleContents
--------------------------------------------------------- */
#scheduleContents {
  margin: 0 auto;
}

/* ----- scheduleNav ----- */
#scheduleNav {
  margin: 0 auto;
  width: 980px;
}

#scheduleNav ol {
  text-align: center;
}

#scheduleNav li {
  background-color: #ffffff;
  box-sizing: border-box;
  float: left;
  height: 40px;
  width: 12.41%;
  margin-right: 1px;
}

#scheduleNav li:last-of-type {
  margin-right: 0;
}

#scheduleNav li.selectDay {
  position: relative;
}

#scheduleNav li.selectDay a {
  background-color: #ff4055;
  border-bottom: none;
}

#scheduleNav li:hover a {
  opacity: 0.8;
}

#scheduleNav a {
  background-color: #ff8d99;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  line-height: 40px;
  text-decoration: none;
}

/* ----- sortBtn ----- */
#sortBtn {
  margin: 17px auto 0;
  width: 980px;
}

#sortBtn li {
  color: #ff4055;
  cursor: pointer;
  float: left;
  font-size: 14px;
  /* font-weight: bold; */
  margin: 0 15px 0 0;
  padding: 5px 20px;
  vertical-align: middle;
  /* background-color: #ffffff; */
  border: 1px solid #ff4055;
}

#sortBtn li:hover,
#sortBtn li.selectSortBtn {
  color: #ffffff;
  background-color: #ff4055;
  /* border-color: #86c193; */
}

#sortBtn li.selectSortBtn {
  cursor: default;
}

#sortBtn li span {
  font-size: 12px;
  font-weight: inherit;
  margin: 0 0 0 5px;
  /* vertical-align: baseline; */
}

/* ----- scheduleBlock ----- */
#scheduleBlock {
  margin: 25px auto 0;
}

/* 「schedule_today.js」用
--------------------------------------------------------- */
#sortBtn {
  display: none;
}

#scheduleBlock {
  position: relative;
  width: 980px;
}

#temporaryBlock {
  display: none;
  margin: 10px auto 0;
  width: 980px;
}

.sortBox {
  float: left;
}

/* 即ヒメが居ない場合 */
#sortBtn li.dimmedBtn,
#sortBtn li.dimmedBtn:hover {
  color: #86c193;
  cursor: default;
  border: solid 1px #86c193;
  background-color: #fff;
}

.girlsBox.today .girlsDate span,
.girlsBox.guidanceEnd .girlsDate span {
  border-left: none;
}

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {
  #temporaryBlock .sortBox:not(:nth-of-type(5n)) {
    margin-right: 10px;
  }

  .sortBox:not(:nth-of-type(5n)) {
    margin-right: 10px;
  }

  #scheduleNav ol {
    box-shadow: 0px 2px 2px 0px rgba(12, 48, 45, 0.15);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(12, 48, 45, 0.15);
    -moz-box-shadow: 0px 2px 2px 0px rgba(12, 48, 45, 0.15);
  }

  #scheduleNav li.selectDay::after {
    content: "";
    display: block;
    border-top: 7px solid #ff4055;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #scheduleNav li:hover::after {
    opacity: 0.8;
  }

  #sortBtn ul {
    /* margin-left: 35px; */
  }

  #sortBtn li::before {
    /* content: "▶"; */
    /* font-size: 10px; */
    /* margin-right: 3px; */
    /* vertical-align: middle; */
  }

  #temporaryBlock h3 {
    background-image: url(/img/common/bg_heading_long.png);
    background-size: cover;
  }
}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  #scheduleNav {
    width: 92%;
    margin: 3vw auto;
  }

  #scheduleNav li {
    height: 12vw;
    width: 23.5%;
    margin: 0 2% 1.8vw 0;
  }

  #scheduleNav li:first-of-type {
    /* width: 30%; */
    /* height: 25.8vw; */
  }

  #scheduleNav li:nth-of-type(4),
  #scheduleNav li:nth-of-type(8) {
    margin-right: 0;
  }

  #scheduleNav li:nth-of-type(8) {
    /* display: none; */
  }

  #scheduleNav a {
    background-color: #6c6c6c;
    font-size: 3.6vw;
    height: 100%;
    border-radius: 5px;
    border-bottom: 0.8vw solid #444444;
    line-height: 1.3;
    box-sizing: border-box;
  }

  #scheduleNav li:nth-of-type(-n+2) a {
    line-height: 12vw;
  }

  #scheduleNav li:nth-of-type(n + 3) a {
    padding-top: 4%;
  }

  #scheduleNav li.selectDay a {
    /* line-height: 25.8vw; */
    /* font-size: 4vw; */
    background-color: #ff7282;
  }

  #sortBtn {
    margin: -4vw auto 3vw;
    width: 94%;
  }

  #sortBtn li {
    font-size: 3.2vw;
    margin: 0 3vw 0 0;
  }

  #sortBtn li span {
    font-size: 2.8vw;
    margin: 0 0 0 5px;
  }

  #scheduleBlock {
    width: 96%;
    margin: 0 auto 4vw;
  }

  #temporaryBlock {
    display: none !important;
  }

  .sortBox {
    float: none;
  }

  #scheduleBlock.selected {
    width: 100%;
  }

  .selected .sortBox {
    width: 94%;
    margin: 0 auto;
    padding: 2% 0;
  }

  .selected .girlsBox {
    margin: 0;
    width: 100%;
    height: 57vw;
    border-bottom: 1px solid #3d2400;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }

  .selected .girlsBox:last-of-type {
    /* border-bottom: none; */
  }

  .selected .girlsDate {
    background-color: transparent;
    border-style: solid;
    border-color: #ff6374;
    border-width: 2px;
    margin: 0;
    position: absolute;
    bottom: 33%;
    right: 0;
    z-index: 1;
    width: 49%;
    height: 6.5vw;
    box-sizing: border-box;
    color: #3d2400;
    font-size: 3.6vw;
    padding-left: 13vw;
    padding-right: 0;
    line-height: 5.5vw;
    overflow: hidden;
    text-align: center;
    border-left: none;
  }

  .selected .girlsDate:before {
    content: "本日";
    border-right-color: #ff6374;
    background-color: #ff6374;
    font-size: 3.44vw;
    height: 6.5vw;
    line-height: 6.5vw;
    width: 13vw;
    z-index: 1;
    color: #ffffff;
    font-weight: bold;
  }

  .selected .girlsBox.today .girlsDate span {
    color: inherit;
    display: inline;
  }

  .selected .girlsBox a {
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  .selected .girlsBox.sokuhime a:before {
    content: none;
  }

  .selected .girlsBox.sokuhime a:after {
    content: none;
  }

  .selected .girlsAnchor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    background-color: transparent;
    border: none;
  }

  .selected .girlsPhoto {
    width: 47%;
    height: 57vw;
  }

  .selected .girlsPhoto::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    box-sizing: border-box;
    border-image-slice: 4;
    z-index: 2;
    border: 3px solid #ff6374;
  }

  .selected .girlsPhoto::after {
    content: "";
    background: url("/s/img/common/img_sokuhime_icon.png") no-repeat;
    background-size: 30%;
    display: block;
    height: 100%;
    z-index: 3;
    width: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    position: absolute;
  }

  .selected .girlsInfo {
    position: static;
    width: 49%;
  }

  .selected .girlsState {
    top: auto;
    /* bottom: 19%; */
    bottom: 12.5%;
    right: 0;
    left: auto;
    width: 50%;
  }

  .selected .girlsState li {
    width: 22.5%;
    height: 6.5vw;
    line-height: 6.5vw;
    background-color: #f94468;
    top: 0;
    font-size: 3.44vw;
    font-weight: bold;
  }

  .selected .girlsState li.videoIcon {
    right: auto;
    left: 28.2%;
  }

  .selected .girlsState li.newfaceInfo {
    background-color: transparent;
    color: #3d2400;
    text-indent: 0;
    border: 1px solid #00ad76;
    box-sizing: border-box;
    width: 98%;
    position: absolute;
    right: 0;
    padding-left: 13vw;
    /* font-size: 3vw; */
  }

  .selected .girlsStateWrapVideoSyame {
    width: 100%;
    margin-top: 20.8%;
  }

  .girlsStateWrapVideoSyame p {
    /* height: 6.5vw; */
    /* line-height: 6vw; */
    /* font-size: 3.44vw; */
    /* font-weight: bold; */
    /* width: 38%; */
  }

  .selected .girlsState li.newfaceInfo.newOver {
    border: none;
  }

  .selected .girlsState li.newfaceInfo::after {
    width: 13vw;
    background-color: #00ad76;
    font-weight: bold;
    height: 6.5vw;
    line-height: 6vw;
  }

  .selected .girlsDescription {
    display: block !important;
    font-size: 3.8vw;
    color: #333333;
    line-height: 1.2;
  }

  .selected .girlsName {
    padding: 0;
    font-size: 5vw;
    margin-bottom: 1vw;
    border-bottom: none;
    text-align: left;
    color: #ff4055;
  }

  .selected .girlsSize {
    padding-left: 0;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    color: #333333;
  }

  .selected .sokuhimeFrame {
    position: absolute;
    /* bottom: 5vw; */
    bottom: 0;
    left: 0;
    width: 47%;
    text-align: center;
    display: block;
  }

  .selected .sokuhimeFrame p {
    color: #ffffff;
    background-color: #ff6374;
    padding: 3.5% 0;
  }

  .selected br.soku {
    display: block;
  }

  .selected span.soku {
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
  }

  .selected .girlsSize span.sokuslash {
    display: none;
  }

  .selected .girlsDate br.forSp {
    display: none !important;
  }

  .selected .girlsBox a {
    pointer-events: none;
  }

  .selected .girlsBox a.soku {
    pointer-events: auto;
    width: 47%;
    height: 95%;
    bottom: 5%;
  }

  .girlsBox:nth-of-type(5n) {
    margin-right: 2%;
  }

  .girlsBox:nth-of-type(3n) {
    /* margin-right: 0; */
  }

  .sortBox:nth-of-type(3n) .girlsBox {
    margin-right: 0;
  }

  .scheduleWrapper {
    /* background-color: #e2f4f4; */
    position: relative;
    /* border-top: 0.5vw solid rgba(110,184,184,0.35); */
    /* border-bottom: 0.5vw solid rgba(110,184,184,0.35); */
    margin-bottom: 7vw;
    padding-top: 7vw;
  }

  .scheduleWrapper::before {
    /* content: ""; */
    /* display: block; */
    /* border-bottom: 3vw solid #e2f4f4; */
    /* border-right: 2.15vw solid transparent; */
    /* border-left: 2.15vw solid transparent; */
    /* width: 0; */
    /* height: 0; */
    /* position: absolute; */
    /* top: -2.5vw; */
    /* left: 18.35vw; */
    /* margin: 0 auto; */
    /* z-index: 1; */
  }

  .scheduleWrapper::after {
    /* content: ""; */
    /* display: block; */
    /* border-bottom: 3.7vw solid rgba(110,184,184,0.35); */
    /* border-right: 2.6vw solid transparent; */
    /* border-left: 2.6vw solid transparent; */
    /* width: 0; */
    /* height: 0; */
    /* position: absolute; */
    /* top: -3.5vw; */
    /* left: 17.85vw; */
    /* margin: 0 auto; */
    /* z-index: -1; */
  }

  #sortBtn ul {}

  #sortBtn li {
    font-weight: normal;
    border-width: 0 0 1px;
    padding: 0;
    line-height: 1.5;
    color: #00a1ff;
    border-color: #00a1ff;
  }

  #sortBtn li.selectSortBtn {
    font-weight: bold;
    background-color: transparent;
    color: #ff4055;
    border-color: #ff4055;
  }

  #sortBtn li:not(.selectSortBtn):hover {
    background-color: transparent;
    color: #00a1ff;
  }

  .selected .girlsSize .forSoku {
    display: inline;
    font-weight: bold;
  }

  .selected .girlsStateWrapVideoSyame p {
    width: 13vw;
  }
}


/* =========================================================
 出勤表2列
========================================================= */
@media screen and (max-width: 320px) {
  .sortBox:nth-of-type(3n) .girlsBox {
    margin-right: 3%;
  }

  .sortBox:nth-of-type(even) .girlsBox {
    margin-right: 0;
  }
}</pre></body></html>