@charset "utf-8";
/* CSS Document */

/* =========================================================
	main.html ランキング
========================================================= */

/* pc */

@media screen and (min-width: 981px) {
  .rank_pc_btn {
    margin-bottom: 25px;
  }
  .rankingBox {
    cursor: pointer;
  }
  .rankVessel .girlsinfo, .rankVessel .shopname {
    display: none;
  }
  .rankVessel ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
  }
  .rankVessel .rankingBox {
    width: 320px;
    height: auto;
    display: inline-block;
    /* margin: 0 0.5%; */
    /* border-radius: 10px; */
    background-color: #ffffff;
    box-sizing: border-box;
  }
  .rankVessel .rankingBox a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px;
    transition: all .2s ease;
    background-color: #2f2f2f;
    color: #ffffff;
  }
  .rankVessel .rankingBox a:hover {
    /* text-decoration: underline; */
  }
  .rankVessel .rankingBox a .rankingPhoto img {
    transition: opacity .2s ease;
  }
  .rankVessel .rankingBox a:hover .rankingPhoto img {
    opacity: 0.8;
  }
  .rankVessel .rankingBox .rankingBox_content {
    position: relative;
    height: auto;
  }
  .rankVessel .rankingBox .rankingBox_left_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 160px;
    /* margin: 2%; */
    position: relative;
    /* top: -20px; */
    /* left: 10px; */
  }
  .rankVessel .rankingBox .rankingBox_right_content {
    display: flex;
    width: 127px;
    /* margin: 2%; */
    flex-direction: column;
    justify-content: space-between;
  }
  .rankVessel .rankingBox .rankingBox_left_content .imgRank, .rankVessel .rankingBox .rankingBox_left_content .imgRank img, .rankVessel .rankingBox .rankingBox_right_content .rankingPhoto, .rankVessel .rankingBox .rankingBox_right_content .rankingPhoto img, .rankVessel .rankingBox .rankingBox_right_content .shopBanner, .rankVessel .rankingBox .rankingBox_right_content .shopBanner img {
    width: 100%;
    height: auto;
    /* margin: 2%; */
  }
  .rankVessel .rankingBox .rankingBox_left_content .imgRank {
    width: 132px;
    margin: 0 auto;
  }
  .rankVessel .rankingBox .rankingBox_right_content .rankingPhoto {
    background-color: #ffffff;
    margin-bottom: 10px;
  }
  .rankVessel .rankingBox .girlsName {
    width: auto;
    line-height: 38px;
    text-align: center;
    /* color: #4a57ff; */
    font-weight: bold;
    font-size: 20px;
  }
  .rankVessel .rankingBox .girlsName span {
    font-weight: inherit;
    font-size: 16px;
  }
  .rankVessel .rankingBox .girlsSchedule {
    width: auto;
    text-align: center;
  }
  .rankVessel .rankingBox .girlsSchedule .girlsSyukkin {
    /* background-color: #ffffff; */
    color: #ffffff;
    border: #ffffff 1px solid;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
    margin-bottom: 5px;
  }
  .rankVessel .rankingBox .today .girlsSyukkin {
    background-color: #ffffff;
    color: #2f2f2f;
  }
  .rankVessel .rankingBox .girlsSchedule .girlsScheduleDate {
    margin-right: 5%;
    font-weight: bold;
  }
  .rankVessel .rankingBox .girlsSchedule .girlsTime {
    line-height: 22px;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    /* top: 15px; */
    line-height: 30px;
  }
  .rankVessel .rankingBox .shopBanner {
    width: auto;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .not_exist_girlsTime{
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    position: relative;
    top: -5px;
  }
}

/* スマホ */

@media screen and (max-width: 980px) {
  .rankVessel .shopname,.rankVessel .shopBanner,.rankVessel .girlsinfo {
    display: none;
  }
  .health .rankVessel .rankingBox {
    /* border: 1px solid #2b6ce2; */
  }
  .esthe .rankVessel .rankingBox {
    /* border: 1px solid #158039; */
  }
  .rankVessel .rankingBox {
    /* width: 96%; */
    /* height: auto; */
    /* display: inline-block; */
    /* margin: 1% 0; */
    /* padding: 1%; */
    /* border-radius: 10px; */
    background-color: #2f2f2f;
    color: #ffffff;
    margin-bottom: 4%;
  }
  .rankVessel .rankingBox a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 4%;
    color: inherit;
    text-decoration: none;
  }
  .rankVessel .rankingBox .rankingBox_left_content{
    /* float: right; */
    width: 52%;
    padding: 0 3%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .rankVessel .rankingBox .rankingBox_right_content{
    /* float: left; */
    width: 45%;
  }
  .rankVessel .imgRank {
    /* width: 94%; */
    /* margin: 0 auto; */
    height: 60%;
  }
  .rankVessel .rankingPhoto img {
    /* border-radius: 10px; */
  }

  .rankVessel .rankingData {
    height: 37%;
    /* padding: 2vw 0 0 0; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .rankVessel .girlsName {
    /* height: 27%; */
    font-size: 4.75vw;
    font-weight: bold;
    /* color: #4a57ff; */
    text-align: center;
  }
  .rankVessel .girlsSchedule {
    /* height: 60%; */
    font-size: 4vw;
    font-weight: bold;
  }
  .rankVessel .girlsAge {
    font-size: 0.85em;
    font-weight: inherit;
  }
  .rankVessel .girlsSyukkin {
    line-height: 6vw;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-weight: bold;
    width: 100%;
    margin: 0 auto 5%;
    font-size: 1.1em;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    box-sizing: border-box;
  }
  .rankVessel .today .girlsSyukkin {
    background-color: #ffffff;
    color: #2f2f2f;
  }
  .rankVessel .girlsTime {
    /* line-height: 6vw; */
    font-size: 4.5vw;
    text-align: center;
    font-weight: bold;
  }
  .rankVessel .girlsScheduleDate {
    font-size: 4vw;
    font-weight: bold;
    margin-right: 5%;
  }

  .not_exist_girlsTime{
    font-weight: bold;
  }
}
