@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; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.girlsListNotes {
  /* bottom: 0; */
  font-size: 14px;
  /* left: 0; */
  /* position: absolute; */
  /* height: 16px; */
  /* line-height: 16px; */
  /* padding-left: 53px; */
  width: 558px;
  color: #cb0000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

.girlsListNotes:before {
  /* content: ""; */
  /* background-image: url("/img/common/icon_girls_day.png"); */
  /* background-position: 0 0; */
  /* background-repeat: no-repeat; */
  /* background-size: 10px; */
  /* background-color: #333333; */
  /* display: block; */
  /* height: 16px; */
  /* line-height: 17px; */
  /* width: 49px; */
  /* font-weight: bold; */
  /* color: #ffffff; */
  /* 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: #eeeeee;
  border: 1px solid #979797;
  width: 45px;
}

#girlsListNav>ul {
  /* float: right; */
  /* margin-right: 1px; */
  background-color: #ffffff;
  box-shadow: 0px 3px 1px 0px #dbe0e0;
  width: 422px;
}

#girlsListNav li {
  background-color: #949494;
  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: #494949;
}

#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 #494949;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 10px 0 0;
  }

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

  #typeListNav a {
    color: #323232;
    display: flex;
    height: 38px;
    /* line-height: 38px; */
    text-decoration: none;
    text-align: center;
    width: 153px;
    justify-content: center;
    align-items: center;
    padding: 0 2%;
    box-sizing: border-box;
  }

  #typeListNav a p {
    font-weight: bold;
  }

  #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: #494949;
  }

  #typeListNav span {
    font-weight: bold;
  }

  /* =========================================================
 女の子一覧（テキスト表示）
========================================================= */
  /* ----- textListBlock ----- */
  #textListBlock {
    background-color: #979797;
    margin: 20px auto 10px;
  }

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

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

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

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

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

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

  #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-color: #cb0000;
    border-bottom: 1px solid #cfcdcf;
    border-right: 1px solid #cfcdcf;
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 0 4px;
  }

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

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

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

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

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

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

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

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

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

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

  table.tablesorter tbody tr {
    display: table-row !important;
  }

  #imgPreviewContainer {
    z-index: 3;
  }

}

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

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

  #girlsListBlock {
    margin: 4vw auto 8vw;
  }

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

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

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

  .textList .girlsListNotes:before {
    /* border: 1px solid #979797; */
    /* 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: #eeeeee;
    color: #1d1e1f;
  }

  #textListBlock td.newfaceCell span {
    background: #fe2549;
    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%;
    /* background-color: #ff697b; */
  }

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

  #textListBlock table.tablesorter thead tr th {
    box-sizing: border-box;
    background-color: #494949;
    color: #ffffff;
    border-color: #979797;
    height: 8vw;
    /* line-height: 7.7vw; */
    padding: 0;
    display: inline-block;
    font-size: 2.6vw;
    font-weight: bold;
    background-size: 5.3vw;
    border-right-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 7%;
  }

  table.tablesorter thead tr:first-of-type th {
    width: calc(100% / 4);
    /* text-indent: 0.4em; */
  }

  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 *3);
    display: flex;
  }

  table.tablesorter thead tr:last-of-type th {
    width: 50%;
    /* text-indent: 0.1em; */
  }

  table.tablesorter tbody {
    width: 100%;
  }

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

  table.tablesorter tbody tr td {
    box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
    color: #4e2509;
    border: 1px solid #979797;
    height: 8vw;
    line-height: 8vw;
    padding: 0;
    position: relative;
    font-size: 3.44vw;
    border-width: 0 0 1px 1px;
    grid-row: 1;
    text-align: center;
  }

  td#bustCell {
    grid-column: 6;
  }

  td#cupCell {
    grid-column: 7;
  }

  td.mChkCell {
    grid-column: 4;
  }

  td.sChkCell {
    grid-column: 5;
  }

  #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 tbody tr.today td {
    background-color: #eeeeee;
    /* color: #3d2400; */
  }

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

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

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

  .girlsListNav {
    margin-bottom: 3%;
    border-bottom: 1px solid #4e2509;
  }

  .girlsListNavTitle {
    float: none;
    height: 12vw;
    width: 100%;
    border-left: none;
    /* box-shadow: 0 1vw 0 #815500; */
    background-image: url("/s/img/common/bg_subTitle.png");
    background-size: cover;
    background-repeat: no-repeat;
    /* text-shadow: 0px -1px 0 rgb(191 183 164); */
    /* border-radius: 3px; */
    /* border: 1px solid #5b2e0f; */
  }

  .girlsListNavTitle p {
    height: 100%;
    line-height: 11vw;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #d0c9a6;
  }

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

  .girlsListNavItem {
    display: none;
    border-top: none;
    position: relative;
    z-index: 0;
    /* padding-bottom: 1%; */
    /* background: linear-gradient(to bottom,  rgba(229,223,209,1) 0%,rgba(159,144,111,1) 70%,rgba(159,144,111,1) 72%,rgba(229,223,209,1) 100%); */
  }

  .girlsListNavItemBox {
    margin: 0 auto;
    /* width: 98%; */
    /* background-color: #fffef9; */
  }

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

  .girlsListNavItem li {
    background: #949494;
    /* border: 1px solid #86c193; */
    /* border-radius: 4px; */
    -moz-border-radius: 4px;
    display: inline-block;
    margin: 3% 0 0;
    vertical-align: top;
    width: 49%;
    box-sizing: border-box;
    box-shadow: 0 0.75vw 0 0 rgb(21 21 21 / 80%);
  }

  .girlsListNavItem li a {
    color: #ffffff;
    display: table-cell;
    font-size: 3.2vw;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .girlsListNavItem li a p {
    font-weight: bold;
    display: inline;
    line-height: 1.3;
  }

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

  /* 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:last-of-type, #typeListNav li.selectTypeList {
    background: #494949;
    box-shadow: none;
  }

  .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: #1d1e1f;
  }

  .girlsListNotes {
    font-size: 3.8vw;
    margin-bottom: 2%;
  }

  table#sort_table.tablesorter thead tr .header {
    background-position: right -10% center;
  }

  #imgPreviewContainer {
    display: none!important;
  }
  
}

/*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;
  }
}
