@charset "utf-8";

/* CSS Document */
/* =========================================================
 女の子一覧（画像付表示）
========================================================= */
/* girlsListContents
--------------------------------------------------------- */
#girlsListContents {
  margin: 0 auto;
  width: 980px;
}

/*注釈*/
.annotationText {
  line-height: 1.3;
  margin: 0 0 10px;
}

/* ----- girlsListNav ----- */
#girlsListNav {
  position: relative;
}

.girlsListNotes {
  bottom: 0;
  font-size: 14px;
  left: 0;
  position: absolute;
  height: 16px;
  line-height: 16px;
  padding-left: 56px;
}

.girlsListNotes:before {
  content: "";
  background: url("/img/common/icon_girls_day.png") no-repeat;
  /* background-position: 4px center;
  background-size: 10px; */
  display: block;
  height: 18px;
  line-height: 17px;
  width: 53px;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
  text-indent: 18px;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.textList .girlsListNotes:before {
  content: "";
  background-image: none;
  background-color: #fff8cc;
  width: 45px;
}

#girlsListNav>ul {
  float: right;
  margin-right: 1px;
  background-color: #ffffff;
}

#girlsListNav li {
  background-color: #77715a;
  border-left: 1px solid #ffffff;
  float: left;
  height: 40px;
  text-align: center;
  width: 140px;
}

#girlsListNav li:first-child {
  border: none;
}

.girlsList #girlsListNav li:first-of-type, .textList #girlsListNav li:nth-of-type(2), .typeList #girlsListNav li:last-of-type {
  background-color: #791507;
}

#girlsListNav li:hover {
  opacity: 0.7;
}

#girlsListNav a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  line-height: 40px;
  text-decoration: none;
  width: 100%;
}

.girlsDate, .syameDate {
  margin-left: 0;
}

/* ----- girlsListBlock ----- */
#girlsListBlock {
  margin: 20px auto 0;
}

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {
  .girlsListNavItem {
    display: block !important;
  }

  #typeListNav {
    margin: 10px 0 0;
  }

  #typeListNav li {
    background-color: #fff;
    border: 1px solid #791507;
    color: #791507;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 9px 9px 0 0;
  }

  #typeListNav li.long {
    font-size: 12px;
  }

  #typeListNav a {
    color: #791507;
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 153px;
  }

  #typeListNav a:hover,
  #typeListNav li.selectTypeList a {
    color: #ffffff;
  }

  /*表記が長い時用*/
  #typeListNav li:nth-of-type(6n) {
    margin-right: 0;
  }

  #typeListNav li:hover,
  #typeListNav li.selectTypeList {
    background-color: #791507;
  }

  #typeListNav span {
    font-weight: bold;
  }

  /* =========================================================
 女の子一覧（テキスト表示）
========================================================= */
  /* ----- textListBlock ----- */
  table.tablesorter tbody tr {
    display: table-row !important;
  }

  #textListBlock {
    border: 2px solid #313131;
    background-color: #313131;
    margin: 20px auto 30px;
  }

  #textListBlock table {
    border-collapse: collapse;
    width: 100%;
  }

  #textListBlock th {
    border: 1px solid #979797;
    margin: 0;
    padding: 5px;
    text-align: center;
    background-color: #5e472c;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
  }

  #textListBlock td {
    border: 1px solid #979797;
    margin: 0;
    padding: 9px 5px;
    text-align: center;
    background: #eeeeee;
    color: #1d1e1f;
    font-size: 13px;
    vertical-align: middle;
}
  }

  #textListBlock .today td {
    background: #fff8cc;
  }

  #textListBlock td.nameCell,
  #textListBlock td.looksCell,
  #textListBlock td.descriptionCell {
    text-align: left;
    padding-left: 8px;
    /* padding-right: 8px; */
  }

  /* 名前 */
  #textListBlock td.nameCell {
    font-size: 14px;
    width: 60px;
  }

  #textListBlock td.nameCell a {
    color: #2c2c2c;
  }

  #textListBlock td.nameCell a:hover {
    text-decoration: none;
  }

  /* 年齢 */
  #textListBlock td.ageCell {
    width: 50px;
  }

  /* 新人 */
  #textListBlock td.newfaceCell {
    padding: 0 9px;
    width: 45px;
  }

  #textListBlock td.newfaceCell span {
    background: #fe2549;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0px;
  }

  /* 身長 */
  #textListBlock td.heightCell {
    width: 50px;
  }

  /* バスト */
  #textListBlock td.bustCell {
    width: 57px;
  }

  /* カップ */
  #textListBlock td.cupCell {
    width: 57px;
  }

  /* ウエスト */
  #textListBlock td.waistCell {
    width: 70px;
  }

  /* ヒップ */
  #textListBlock td.hipCell {
    width: 57px;
  }

  /* M度 */
  #textListBlock td.mChkCell {
    width: 40px;
  }

  /* S度 */
  #textListBlock td.sChkCell {
    width: 40px;
  }

  /* ルックス */
  #textListBlock td.looksCell {
    width: 70px;
  }

  /* 出勤時間 */
  #textListBlock td.timeCell {
    width: 100px;
  }

  /* 出勤形態 */
  #textListBlock td.descriptionCell {
    width: 90px;
  }

  #textListBlock thead tr:nth-child(2) {
    text-indent: -1vw;
  }

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  #girlsListContents {
    width: 100%;
  }

  .annotationText {
    line-height: 1.5;
    margin: 5vw 0;
  }

  #girlsListBlock {
    /* margin: 4vw auto 8vw; */
    margin: 0 2% 2%;
  }

  .girlsBox a {
    top: 8.5%;
  }

  /* テキストリスト */
  #girlsListContents.textList {
    margin: 6vw auto;
  }

  /* タイプリスト */
  #girlsListContents.typeList {
    margin: 6vw auto;
  }

  #typeListNav li {
    height: 10vw;
    line-height: 10vw;
  }

  .textList .girlsListNotes::before {
    border: 1px solid #3d2400;
    box-sizing: border-box;
    content: "";
    width: 10vw;
    display: inline-block;
    height: 4vw;
    position: absolute;
    top: 44%;
    left: 0;
    transform: translate(0, -50%);
  }

  .nameCell, .ageCell, .newfaceCell, .bustCell, .cupCell {
    text-align: center;
  }

  #textListBlock td.newfaceCell span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    width: 80%;
    line-height: 1.6em;
  }

  .serchgirs p {
    width: 50%;
    float: left;
    line-height: 9vw;
    font-size: 3.2vw;
    text-align: right;
    font-weight: bold;
  }

  .serchgirs input {
    width: 41%;
    padding: 2.5% 2%;
    border-radius: 4px;
    float: right;
    font-size: 3.2vw;
  }

  /*-- ここから --*/
  .girlsTextListContents #textListBlock table.tablesorter tbody .today td, 
  .girlsListNotes.textList::before {
    background: #fff8cc;
    color: #1d1e1f;
  }

  /* #textListBlock td.newfaceCell span {
    background: #ff005f;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    margin: 0 auto;
    font-size: 3vw;
  } */

  .videoIcon {
    right: 1vw;
  }

  .syameIcon {
    left: 1vw;
  }
/* 
  table.tablesorter {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  } */

  table.tablesorter thead {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  table.tablesorter thead tr:first-of-type {
    /* width: 62%;
    display: flex; */
    width: calc(100% /7 *5);
    display: flex;
  }

  #textListBlock table.tablesorter thead tr th {
    box-sizing: border-box;
    background-color: #5e472c;
    color: #ffffff;
    border-color: #6a6f73;
    height: 8vw;
    line-height: 8vw;
    padding: 0;
    display: inline-block;
    font-size: 3.2vw;
    font-weight: bold;
    background-size: 5.3vw;
    border-right-width: 0;
  }

  table.tablesorter thead tr:first-of-type th {
    width: 31%;
    text-indent: 2.5vw;
  }

  table.tablesorter thead tr:first-of-type th:first-of-type {
    /* width: 39.2%; */
    text-align: center;
    text-indent: 0;
  }

  table.tablesorter thead tr:last-of-type {
    width: calc(100% / 7 *2);
    display: flex;
  }

  table.tablesorter thead tr:last-of-type th {
    width: 50%;
    text-indent: 0.7vw;
  }

  table.tablesorter tbody {
    width: 100%;
  }

  /* table.tablesorter tbody tr {
    width: 100%;
    display: flex;
  } */

  table.tablesorter tbody tr td {
    box-sizing: border-box;
    /* width: 19vw; */
    background-color: #ffffff;
    color: #565656;
    border: 1px solid #6a6f73;
    height: 8vw;
    line-height: 8vw;
    padding: 0;
    position: relative;
    font-size: 3.44vw;
    border-width: 0 0 1px 1px;
  }

  #textListBlock table.tablesorter thead tr:nth-of-type(2) th:nth-of-type(3), 
  table.tablesorter tbody tr td.cupCell {
    border-right-width: 1px;
  }

  table.tablesorter {
    text-align: center!important;
  }

  table.tablesorter tbody tr.today td {
    background-color: #f0fff3;
    /* color: #3d2400; */
  }

  table.tablesorter tbody tr {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, calc(100% / 7));
  }

  #textListBlock td.nameCell {
    grid-column: 1;
    width: auto;
  }

  #textListBlock td.ageCell {
    grid-column: 2;
    width: auto;
  }

  #textListBlock td.newfaceCell {
    grid-column: 3;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  #textListBlock td.mChkCell {
    grid-column: 4;
    width: auto;
    grid-row: 1;
  }

  #textListBlock td.sChkCell {
    grid-column: 5;
    width: auto;
    grid-row: 1;
  }

  #textListBlock td.bustCell {
    grid-column: 6;
    width: auto;
  }

  #textListBlock td.cupCell {
    grid-column: 7;
    width: auto;
  }

  table.tablesorter tbody tr td:first-of-type {
    width: 24vw;
  }

  h3.reserveHeading {
    background: url("https://cinimg.awscf.net/tsuma-parade.jp/s/img/common/bg_subTitle.png?v=151117");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 3% 3%;
    font-weight: bold;
    color: #511500;
  }

  .girlsListNotes.textList {
    font-size: 3.2vw;
    margin: 2vw auto;
    position: relative;
    width: 92%;
    padding-left: 11vw;
    box-sizing: border-box;
    color: #565656;
  }

  .girlsListNav {
    margin-bottom: 3%;
  }

  .girlsListNavTitle {
    background: url("https://cinimg.awscf.net/tsuma-parade.jp/s/img/common/bg_subTitle.png?v=151117");
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    padding: 3% 3%;
  }

  .girlsListNavTitle p {
    background: none repeat scroll 0 0 #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    padding: 2% 0;
    text-align: center;
    width: 47%;
    font-size: 90%;
    font-weight: bold;
    color: #631900;
    -moz-box-shadow: 0 3px 0 0 #85431d;
    -webkit-box-shadow: 0 3px 0 0 #85431d;
    box-shadow: 0 3px 0 0 #85431d;
  }

  .girlsListNavTrigger {
    display: inline-block;
    margin: 0 0 0 3%;
  }

  .girlsListNavItem {
    border: solid 2px #631900;
    border-top: none;
    padding: 0 3%;
    position: relative;
    z-index: 0;
    display: none;
  }

  .girlsListNavItemBox {
    margin: 0 auto 5vw;
    width: 100%;
  }

  .girlsListNavItem ul {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .girlsListNavItem li {
    background: none repeat scroll 0 0 #6c6c6c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #504f48;
    display: inline-block;
    margin: 3% 0 0;
    vertical-align: top;
    width: 49%;
  }

  .girlsListNavItem li a {
    color: #ffffff;
    display: table-cell;
    font-size: 3.2vw;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    display: block;
  }

  .girlsListNavItem span {
    font-size: 100%;
    font-weight: bold;
  }

  #girlsListBlock .girlsBox .sokuhimeFrame {
    display: none;
  }

  /* text_list追加時に仕様変更
	*******************************/
  /* 全ページにclearfixつけるの面倒なので、ユニークで指定*/
  .clearfix::after {
    content: "";
    clear: both;
    display: block;
  }

  .girlsListNavItemBox::after {
    content: "";
    clear: both;
    display: block;
  }

  .girlsListNavItemBox li:nth-child(odd) {
    float: left;
    margin-right: 2%;
  }

  .girlsListNavItemBox li:nth-child(even) {
    float: right;
  }

  .girlsListNavItemBox li#listMenuLeft {
    float: left;
    margin-right: 2%;
  }

  .girlsListNavItemBox li#listMenuRight {
    float: right;
    margin-right: 0;
  }

  .textList #typeListNav li:last-of-type, 
  .girlsList #typeListNav li:nth-last-of-type(2), 
  #typeListNav li.selectTypeList {
    background-color:#855800;
  }

  .textList #typeListNav li:last-of-type a, 
  .girlsList #typeListNav li:nth-last-of-type(2) a, 
  #typeListNav li.selectTypeList a {
    color: #ffffff;
  }

  .nameCell a {
    color: #565656;
  }

  /* 新人情報 */
  #newface .girlsBox {
    margin: 0;
    width: 100%;
    /* height: 57vw; */
    /* border-bottom: 1px solid #3d2400; */
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    }
    
    #newface .girlsDate {
    background-color: transparent;
    border-style: solid;
    border-color: #333333;
    border-width: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
    /* bottom: 20.2vw; */
    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;
    border: 1px solid #333;
    }

    #newface .girlsBox .girlsDate::before {
      content: "次回";
    border-right-color: #333;
    /* background-color: #fff; */
    font-size: 3.44vw;
    height: 6.5vw;
    line-height: 6.5vw;
    width: 13vw;
    z-index: 1;
    color: #333333;
    font-weight: bold;
    }

    #newface .girlsBox.today .girlsDate {
      border-color: #bf1200;
    }
    
    #newface .girlsBox.today .girlsDate::before {
      content: "本日";
    border-right-color: #bf1200;
    background-color: #bf1200;
    font-size: 3.44vw;
    height: 6.5vw;
    line-height: 6.5vw;
    width: 13vw;
    z-index: 1;
    color: #ffffff;
    font-weight: bold;
    }
    
    #newface .girlsBox a {
    /* pointer-events: none; */
    bottom: 0;
    width: 100%;
    height: 100%;
    }
    
    #newface .girlsBox.sokuhime a::before,
    #newface .girlsBox.sokuhime a::after {
    content: none;
    }
    
    #newface .girlsAnchor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    background-color: transparent;
    border: none;
    }
    
    #newface .girlsPhoto {
    width: 47%;
    /* height: 57vw; */
    }
    
    #newface .sokuhime .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;
    }
    
    #newface .sokuhime .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;
    }
    
    #newface .girlsPhoto img {}
    
    #newface .girlsInfo {
    position: static;
    width: 49%;
    }
    
    #newface .girlsState {
    top: auto;
    bottom: 13.5%;
    right: 0;
    left: auto;
    width: 50%;
    }
    
    #newface .girlsDescription {
    display: block !important;
    font-size: 3.44vw;
    color: #333333;
    line-height: 1.2;
    }
    
    #newface .girlsState li.newfaceInfo {
    background-color: transparent;
    color: #3d2400;
    text-indent: 0;
    border: 2px solid #00ad76;
    box-sizing: border-box;
    width: 98%;
    position: absolute;
    right: 0;
    padding-left: 13vw;
    overflow: visible;
    height: 6.5vw;
    line-height: 5.5vw;
    bottom: 0;
    font-size: 3.44vw;
    font-weight: bold;
    }
    
    li.newfaceInfo {}
    
    #newface .girlsState li.newfaceInfo::after {
    width: 13vw;
    background-color: #00ad76;
    font-weight: bold;
    height: 6.5vw;
    line-height: 6.5vw;
    top: 50%;
    left: -2px;
    transform: translate(0, -50%);
    }
    
    #newface .girlsName {
    padding: 0;
    font-size: 5vw;
    margin-bottom: 1vw;
    border-bottom: none;
    text-align: left;
    color: #5e472c;
    background: none;
    }
    
    #newface .girlsSize {
    padding-left: 0;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    color: #333333;
    }
    
    #newface .girlsStateWrapVideoSyame {
    width: 100%;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    }
    
    #newface .girlsStateWrapVideoSyame p {
    width: calc(13vw + 1px);
    height: 6.5vw;
    line-height: 6vw;
    font-size: 3.44vw;
    font-weight: bold;
    }
    
    #newface .girlsBox a.soku {
    pointer-events: auto;
    width: 47%;
    height: calc(100% - 5vw);
    /* bottom: 5%; */
    position: absolute;
    top: 0;
    }
    
    #newface .girlsSize .forSoku {
    display: inline;
    font-weight: bold;
    }
    
    #newface .girlsSize span.sokuslash {
    display: none;
    }
    
    #newface .sokuhime .sokuhimeFrame {
    position: absolute;
    bottom: 5vw;
    left: 0;
    width: 47%;
    text-align: center;
    display: block;
    background-color: #bf1200;
    }
    
    #newface .sokuhimeFrame p {
    color: #ffffff;
    padding: 3.5% 0;
    }

    .girlsAnchor .sokuhimeFrame {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 47%;
      text-align: center;
      z-index: 2;
      display: block;
  }

  #newface .girlsBox.sokuhime .girlsAnchor:before,
  #newface .girlsBox.sokuhime .girlsAnchor:after {
    content: none;
  }
}

/*iphone5指定*/
@media only screen and (max-width: 320px) {
  #textListBlock td.newfaceCell span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    width: 80%;
    margin-left: 10%;
    line-height: 1.6em;
  }
}
