@charset 'utf-8';

/* CSS Document */
.reviewWraqpper {
  margin: 0 auto;
  background-color: #ffffff;
  color: #333333;
}

.reviewBox {
  display: grid;
  border-bottom: 1px solid #cfcfcf;
  box-sizing: border-box;
}

.reviewBox:last-of-type {
  border-bottom: 0;
}

.reviewImage {
  background-color: #fff;
}

.reviewImage a {
  display: block;
  width: 100%;
  height: auto;
}

.reviewGirl {
  line-height: normal;
}

.reviewName {
  color: #00a8e6;
  text-decoration: none;
}

.starAvg {
  font-size: 0.9em;
}

.star_rate {
  color: #ffcc33;
  font-weight: 700;
  display: inline-block;
  box-sizing: border-box;
}

.girl_review_table {
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.girl_review_table form {
  width: 100%;
}

.review_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all .2s ease;
  box-sizing: border-box;
}

.review_row p {
  color: #07d;
}

.review_row p:nth-of-type(2) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review_row p:nth-of-type(3)::after {
  content: ">";
  float: right;
  color: #cfcfcf;
  transform: scaleY(1.8);
}

.review_row p .new {
  background-color: #da314b;
  color: #fff;
  font-weight: 700;
  display: inline-block;
}

/* ページャー */
.pagenation {
  display: flex;
  justify-content: center;
}

.pagenation button {
  background-color: #ddd;
  cursor: pointer;
  color: #444;
  border: 0;
}

.pagenation>form:last-of-type {
  margin-right: 0;
}

.pagenation button.active {
  pointer-events: none;
  background-color: #00a8e6;
  cursor: auto;
  color: #fff;
}

/* =========================================================
 口コミ　indexページ
========================================================= */
.girlSelect {
  text-align: center;
}

.reviewSelect {
  text-align: center;
}

.reviewLabels form {
  display: flex;
  justify-content: space-between;
}

.reviewLabels label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.reviewLabels input {
  box-sizing: border-box;
}

/* =========================================================
 口コミ　女性ページ
========================================================= */
.girlPage .reviewSize {
  display: block;
}

.reviewItem {
  border-bottom: 1px solid #cfcfcf;
  box-sizing: border-box;
}

.reviewItem:last-of-type {
  border-bottom: 0;
}

.reviewCustomer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
}

.reviewCustomer span:last-of-type {
  color: #888;
}

.star_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
}

.star_rate_term {
  box-sizing: border-box;
}

.star_head .star_rate_term {
  font-weight: 700;
}

.comment_area {
  background-color: #fff;
  line-height: 1.3;
  word-wrap: break-word;
  width: 100%;
  box-sizing: border-box;
}

.comment_row {
  margin-bottom: 1em;
  line-height: 1.6;
}

.comment_row:last-of-type {
  margin-bottom: 0;
}

.comment_term {
  display: inline-block;
  margin-left: -0.5em;
  font-size: 1.1em;
  font-weight: 700;
}

.pagenation span {display: flex;align-items: center;}

.pagenation span i {
  
}


/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {
  .reviewBox {
    width: 920px;
    height: 100%;
    margin: 0 auto;
    padding: 30px 15px;
    font-size: 20px;
    grid-template-rows: 35px 31px 1fr;
    grid-template-columns: 180px 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
  }

  .reviewImage {
    width: 180px;
    grid-row: 1 / 4;
    grid-column: 1;
  }

  .reviewImage img {
    transition: opacity .2s ease;
    width: 100%;
    height: auto;
  }

  .reviewImage:hover img {
    opacity: 0.8;
  }

  .reviewState {
    width: 690px;
  }

  .reviewGirl {
    grid-row: 1;
    grid-column: 2;
  }

  .reviewName {
    font-size: 26px;
    text-underline-offset: 0.3em;
  }

  .reviewName:hover {
    text-decoration: underline;
    color: #059;
  }

  .starAvg {
    width: 100%;
    grid-row: 2;
    grid-column: 2;
  }

  .star_rate {
    margin-right: 5px;
    font-size: 22px;
    width: 22px;
    height: 22px;
  }

  .girl_review {
    grid-row: 3;
    grid-column: 2;
  }

  .review_row {
    padding: 0 13px;
    height: 50px;
  }

  .review_row p {
    font-size: 22px;
    line-height: normal;
  }

  .review_row:hover {
    background-color: #ffa;
  }

  .review_row:hover p {
    color: #059;
  }

  .review_row p:nth-of-type(1) {
    width: 18%;
  }

  .review_row p:nth-of-type(2) {
    width: 45%;
  }

  .review_row p:nth-of-type(3) {
    width: 37%;
  }

  .review_row p .new {
    font-size: 12px;
    line-height: 1.7;
    vertical-align: 3px;
    margin-left: 5px;
    padding: 0 5px;
  }

  /* ページャー */
  .pagenation {
    width: 920px;
    margin: 20px auto;
  }

  .pagenation form, .pagenation span {
    margin-right: 5px;
  }

  .pagenation button {
    width: 44px;
    height: 40px;
    font-size: 22px;
    border-radius: 3px;
  }

  .pagenation button:not(.active):hover {
    background-color: #f5f5f5;
  }

  /* =========================================================
   口コミ　indexページ
  ========================================================= */
  .girlSelect {
    margin-top: 50px;
  }

  .reviewSelect {
    width: 600px;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    text-align: center;
  }

  .reviewLabels form {
    width: 450px;
    margin: 20px auto 0;
  }

  .reviewLabels label {
    font-size: 20px;
  }

  .reviewLabels input {
    width: 20px;
    height: 20px;
    vertical-align: -3px;
  }

  /* =========================================================
   口コミ　女性ページ
  ========================================================= */
  .girlPage .reviewBox {
    grid-template-rows: 120px 1fr;
    grid-template-columns: 180px 1fr;
  }

  .girlPage .reviewSize {
    margin-top: 19px;
  }

  .girlPage .reviewName {
    font-size: 30px;
  }

  .girlPage .reviewBox .starAvg {
    font-size: 20px;
  }

  .girlPage .reviewBox .star_rate {
    font-size: 34px;
    width: 34px;
    height: 34px;
  }

  .reviewList {
    width: 920px;
    margin: 0 auto;
  }

  .reviewItem {
    padding: 20px 9px 30px;
  }

  .reviewCustomer {
    margin-bottom: 18px;
  }

  .reviewCustomer span:first-of-type {
    font-size: 24px;
  }

  .reviewCustomer span:last-of-type {
    font-size: 20px;
  }

  .star_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 113px;
  }

  .star_left {
    width: 43%;
  }

  .star_right {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
    height: 100%;
  }

  .star_item {
    font-size: 18px;
  }

  .star_item.star_head {
    font-size: 24px;
  }

  .star_rate_term {
    width: 165px;
    font-size: 20px;
  }

  .star_rate_value .star_rate {
    font-size: 1.35em;
    width: 1.1em;
    height: 1.1em;
  }

  .star_head .star_rate_term {
    width: 140px;
    font-size: 40px;
  }

  .comment_area {
    font-size: 20px;
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #ccc;
  }
}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  .reviewWraqpper {
    width: 96%;
    padding: 7% 0;
  }

  .reviewBox {
    padding: 4% 2%;
    position: relative;
    grid-template-rows: calc(25vw / 3 * 4 * 0.6) calc(25vw / 3 * 4 * 0.4) 1fr;
    grid-template-columns: 25vw 1fr;
    grid-column-gap: 5%;
  }

  .reviewImage {
    grid-row: 1 / 3;
    grid-column: 1;
  }

  .reviewGirl {
    grid-row: 1;
    grid-column: 2;
    display: flex;
    flex-direction: column;
  }

  .reviewName {
    font-size: 5vw;
  }

  .reviewSize {
    font-size: 4vw;
    margin-top: 2%;
  }

  .starAvg {
    grid-row: 2;
    grid-column: 2;
  }

  .star_rate {
    margin-right: 1.5%;
    font-size: 5vw;
    width: 5vw;
    height: 5vw;
  }

  .girl_review {
    grid-row: 3;
    grid-column: 1 / 3;
  }

  .girl_review_table {
    margin-top: 3%;
  }

  .review_row {
    height: 8vw;
    width: 96%;
    margin: 2% auto;
    padding: 0 1.3%;
  }

  .review_row p {
    font-size: 3.6vw;
  }

  .review_row p:nth-of-type(1) {
    width: 15%;
  }

  .review_row p:nth-of-type(2) {
    width: 51%;
  }

  .review_row p:nth-of-type(3) {
    width: 34%;
  }

  .review_row p .new {
    font-size: 2.6vw;
    line-height: 1.4;
    padding: 0 5%;
    vertical-align: middle;
  }

  /* ページャー */
  .pagenation {
    margin: 3% auto;
  }

  .pagenation form, .pagenation span {
    margin-right: 1.5%;
  }

  .pagenation button {
    font-size: 3.8vw;
    width: 9vw;
    height: 9vw;
    line-height: 9vw;
    border-radius: 0.5vw;
  }

  /* =========================================================
   口コミ　indexページ
  ========================================================= */
  .reviewSelect {
    width: 100%;
    height: 10vw;
    line-height: 10vw;
    font-size: 4.5vw;
    color: #444;
    max-width: 100%;
    border: 1px solid #888888;
    background: #fff;
    transition: all .2s linear;
    border-radius: 0.8vw;
  }

  .reviewLabels {
    width: 75%;
    margin: 3% auto;
  }

  .reviewLabels label {
    font-size: 3.2vw;
    width: 25%;
  }

  .reviewLabels input {
    width: 3.6vw;
    height: 3.6vw;
    vertical-align: -11%;
    margin-right: 6%;
  }

  .girl_review_table .star_rate {
    font-size: 1em;
    width: 1em;
    height: 1em;
  }


  /* =========================================================
   口コミ　女性ページ
  ========================================================= */
  .girlPage .reviewBox {
    grid-template-rows: 60% 1fr;
  }

  .girlPage .reviewGirl {
    padding-top: 0.5em;
  }

  .girlPage .reviewBox .starAvg {
    font-size: 4vw;
  }

  .girlPage .reviewBox .star_rate {
    font-size: 6vw;
    width: 6vw;
    height: 6vw;
  }

  .reviewItem {
    padding: 2% 2% 7%;
  }

  .reviewCustomer {
    margin-bottom: 7%;
  }

  .reviewCustomer span:last-of-type {
    font-size: 0.9em;
  }

  .star_left {
    line-height: normal;
    margin-bottom: 4%;
  }

  .star_right {
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 5%;
  }

  .star_item {
    width: 100%;
  }

  .star_right .star_item {
    border-bottom: 1px solid #ccc;
    height: 9vw;
  }

  .star_right .star_item:last-of-type {
    border-bottom: 0;
  }

  .star_rate_term {
    width: 40%;
  }

  .star_rate_value {
    width: 60%;
    padding-left: 2%;
    box-sizing: border-box;
  }

  .star_head .star_rate_term {
    font-size: 7vw;
    width: auto;
    margin-right: 6%;
  }

  .star_head .star_rate_value .star_rate {
    font-size: 1.8em;
    width: 1em;
    height: 1em;
  }

  .star_right .star_rate_term {
    border-right: 1px solid #ccc;
    height: 100%;
    line-height: 9vw;
    padding-left: 2%;
    box-sizing: border-box;
  }

  .star_right .star_rate_term:last-of-type {
    border-bottom: 0;
  }
}