@charset "UTF-8";


.season_camp .section .insistence .review-link, .season_camp .section .insistence .report-link {
  position: relative;
}

.season_camp .section .insistence .review-link p:before, .season_camp .section .insistence .report-link p:before {
  content: "";
  background: url(/user_data/camp/2011handmist/img/1105/report_icon.png) no-repeat;
  position: absolute;
  width: 50px;
  height: 35px;
  top: 10px;
  left: 25px;
}

@media screen and (max-width: 767px) {
  .season_camp .section .insistence .review-link p:before, .season_camp .section .insistence .report-link p:before {
    background: url(/user_data/camp/2011handmist/img/1105/report_icon-sp.png) no-repeat;
    left: 10px;
    top: 5px;
  }
}

.season_camp .section .insistence .review-link p:after, .season_camp .section .insistence .report-link p:after {
  content: "";
  border-bottom: 2px solid #b9a6c4;
  border-right: 2px solid #b9a6c4;
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.season_camp .section .insistence .review-link {
  background: #f8f5fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f5fa), to(#ede7f1));
  background: linear-gradient(to bottom, #f8f5fa 0%, #ede7f1 100%);
}

.season_camp .section .insistence .review-link p:before {
  content: "";
  top: 5px;
  left: 10px;
  background: url(/user_data/camp/2011handmist/img/1105/review_icon.png) no-repeat;
}

@media screen and (max-width: 767px) {
  .season_camp .section .insistence .review-link p:before {
    background: url(/user_data/camp/2011handmist/img/1105/review_icon-sp.png) no-repeat;
    left: 5px;
  }
}

.season_camp .section .insistence .review-link p:after {
  border-bottom: 2px solid #d7cddd;
  border-right: 2px solid #d7cddd;
}


.season_camp .section .review .underline14 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(20%, #ede8f0));
  background: linear-gradient(transparent 60%, #ede8f0 20%);
}

.season_camp .section .review .review-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #4c4948;
  text-align: center;
  background: #ffffff;
  border: 2px solid #baa7c5;
  -webkit-box-shadow: 0px 5px #baa7c5;
  box-shadow: 0px 5px #baa7c5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 0px;
  line-height: 25px;
  padding: 9px 15px;
  width: 210px;
}

.season_camp .section .review__bg {
  background-color: #f6f8f9;
  width: 1200px;
}

@media screen and (max-width: 767px) {
  .season_camp .section .review__bg {
    width: 100%;
  }
}

.season_camp .section .review__bg .review_title {
  background: url("../img/1105/review_title-pc.png") no-repeat;
  background-position: 33% 0%;
}

@media screen and (max-width: 767px) {
  .season_camp .section .review__bg .review_title {
    background: url("../img/1105/review_title-sp.png") no-repeat;
    background-position: 0% 0%;
  }
}

.season_camp .section .review__bg .review_title-content::before, .season_camp .section .review__bg .review_title-content::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #bed6db;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  margin-right: 15px;
  margin-bottom: -5px;
  margin-top: -10px;
}

.season_camp .section .review__bg .review_title-content::after {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  margin-right: 0px;
  margin-left: 10px;
  margin-bottom: -5px;
  margin-top: -10px;
}

.season_camp .section .review__voice-contents {
  background-color: #ffffff;
  position: relative;
  padding: 50px 50px;
  border-radius: 3px;
  -webkit-filter: drop-shadow(0px 0px 3px #dadada);
  filter: drop-shadow(0px 0px 3px #dadada);
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .season_camp .section .review__voice-contents {
    padding: 30px 20px 20px;
    margin: 50px auto 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .section .review__voice-contents:not(:first-of-type) {
    margin-top: 60px;
  }
}

.season_camp .section .review__voice-contents:nth-child(2n) {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .season_camp .section .review__voice-contents:nth-child(2n) {
    margin-right: auto;
    margin-left: 0;
    z-index: 1;
  }
}

.season_camp .section .review__voice-contents:nth-child(2n):before {
  border-left: none;
  border-right: 30px solid #ffffff;
  left: auto;
  left: -25px;
  -webkit-transform: rotate(60deg);
  transform: rotate(-20deg);
}

@media screen and (max-width: 767px) {
  .season_camp .section .review__voice-contents:nth-child(2n+1) {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .season_camp .section .review__voice-contents:first-of-type {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.season_camp .section .review__voice-contents:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 25px;
  right: -25px;
  border-left: 30px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(-60deg);
  transform: rotate(20deg);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .season_camp .section .review__voice-contents:before {
    content: none;
  }
}

.season_camp .section .review__voice-contents .star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  /* グレーカラー 自由に設定化 */
  /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.season_camp .section .review__voice-contents .star5_rating:before, .season_camp .section .review__voice-contents .star5_rating:after {
  content: '★★★★★';
}

.season_camp .section .review__voice-contents .star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
  /* イエローカラー 自由に設定化 */
}

.season_camp .section .review__voice-contents .star5_rating.star50:after {
  width: 100%;
}

.season_camp .section .review__voice-contents .star5_rating.star45:after {
  width: 90%;
}

.season_camp .section .review__voice-contents .star5_rating.star40:after {
  width: 80%;
}

.season_camp .section .review__voice-contents .star5_rating.star35:after {
  width: 70%;
}

.season_camp .section .review__voice-contents .star5_rating.star30:after {
  width: 60%;
}

.season_camp .section .review__voice-contents .star5_rating.star25:after {
  width: 50%;
}

.season_camp .section .review__voice-contents .star5_rating.star20:after {
  width: 40%;
}

.season_camp .section .review__voice-contents .star5_rating.star15:after {
  width: 30%;
}

.season_camp .section .review__voice-contents .star5_rating.star10:after {
  width: 20%;
}

.season_camp .section .review__voice-contents .star5_rating.star5:after {
  width: 10%;
}

.season_camp .section .review__voice-contents .star5_rating.star0:after {
  width: 0%;
}

.season_camp .section .review .review-btn {
    border: 2px solid #a5ab2d;
    -webkit-box-shadow: 0px 5px #a5ab2d;
    box-shadow: 0px 5px #a5ab2d   
}