@charset "Shift_JIS";

.reviewArea {
  margin-bottom: 40px;
}

.alertWrapper {
  padding: 11px 24px;
  margin-top: 20px;
  border-radius: 4px;
}

/* リストヘッダー */
.listHeader {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}

.listHeader .countArea {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
}

.listHeader .countFromTo {
  font-size: 16px;
}

.listHeader .countAll {
  font-size: 12px;
}

/* pager */
.pagerLink {
  margin-top: 30px;
  font-size: 0;
  text-align: center;
}

.pagerLink a:link,
.pagerLink a:visited {
  color: #3b1800;
}

.pagerLink a:hover {
  background-color: #fef5d8;
}

.pagerLink a,
.pagerLink span {
  display: inline-block;
  min-width: 60px;
  height: 32px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
}

.pagerLink a {
  color: #3b1800;
  border: 1px solid #bcb6b3;
}

.pagerLink a.page + a.page {
  border-left: none;
}

.pagerLink span {
  color: #ccc;
  border: 1px solid #eee;
}

.pagerLink span.page {
  color: #fff;
  background-color: #e77611;
  border-color: #e77611;
}

.pagerLink *:nth-child(3) {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagerLink *:nth-last-child(3) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagerLink .first,
.pagerLink .prev {
  margin-right: 8px;
  border-radius: 4px;
}

.pagerLink .next,
.pagerLink .last {
  margin-left: 8px;
  border-radius: 4px;
}

.pagerLink .page {
  min-width: 32px;
  font-size: 14px;
  font-weight: bold;
}

/* 絞り込み */
.reviewArea-refiner {
  display: flex;
  margin-top: 20px;
}

.reviewArea-refinerInputs {
  display: flex;
  width: 100%;
  padding: 12px;
  border: solid 1px #e0dbd7;
  border-radius: 4px;
}

.reviewArea-refinerInputs > dl {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.reviewArea-refinerInputs > dl:first-child {
  margin-left: 0;
}

.reviewArea-refinerInputs > dl > dt {
  font-weight: bold;
}

.reviewArea-refinerInputs > dl > dd {
  margin-left: 8px;
}

.reviewArea-refinerInputsBtn {
  margin-left: 20px;
}

.reviewArea-refinerInputs select {
  width: 100%;
  padding: 0 28px 0 8px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  color: #3b1800;
  text-align: left;
  appearance: none;
  cursor: pointer;
  background: url('/ou/d/cs/pc/image/icon_chevron_down_gray.svg') #fff no-repeat right 10px center / 11px auto;
  border: solid 1px #bcb6b3;;
  border-radius: 4px;
}

.reviewArea-refinerCompanion select {
  width: 200px;
}

.reviewArea-refinerMonth select {
  width: 68px;
}

.reviewArea-refinerContributor select {
  width: 200px;
}

.reviewArea-refinerInputsBtn > button {
  width: 100px;
  height: 32px;
  overflow: hidden;
  font: inherit;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
}

.reviewArea-sort {
  margin-left: auto;
}

.reviewArea-sortGroup {
  display: flex;
}

.reviewArea-sortGroup > ul {
  display: flex;
}

.reviewArea-sortGroup > ul > li {
  position: relative;
  margin: 0 6px 0 5px;
}

.reviewArea-sortGroup > ul > li::before {
  position: absolute;
  top: 4px;
  left: -6px;
  width: 1px;
  height: 12px;
  content: '';
  border-right: solid 1px #ccc;
}

.reviewArea-sortGroup > ul > li:first-child::before {
  content: none;
}

.reviewArea-sortGroup > ul > li:last-child {
  margin-right: 0;
}

.reviewArea-sortGroup > ul > li > span {
  font-size: 10px;
}

.reviewArea-sortItem {
  position: relative;
  display: inline-block;
  margin: 0 6px 0 5px;
}

.reviewArea-sortItem:first-child::after {
  position: absolute;
  top: 2px;
  right: -6px;
  width: 1px;
  height: 10px;
  content: '';
  border-right: solid 1px #ccc;
}

.reviewArea-sortItem.is-current {
  font-weight: bold;
  color: #e77611;
}

/* レビューカセット */
.reviewCassette__list {
  margin-top: 20px;
}

.reviewCassette__list > li {
  padding: 16px 0 18px;
  border-bottom: solid 1px #bcb6b3;
}

.reviewCassette__list > li:first-child {
  border-top: solid 1px #bcb6b3;;
}

.reviewCassette__title {
  font-size: 16px;
  font-weight: bold;
}

.reviewCassette__rating {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.reviewCassette__rating .rating {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.reviewCassette__rating .rating .reviewPoint {
  display: block;
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
}

.reviewCassette__list .rating .starM {
  vertical-align: -1px;
}

.reviewCassette__tag,
.reviewCassette__tags > li {
  display: inline-block;
  margin-right: 5px;
  padding: 0 4px;
  border: solid 1px #918b8a;
  color: #918b8a;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  color: #918b8a;
  border: solid 1px #918b8a;
}

.reviewCassette__contents {
  display: flex;
  margin-top: 12px;
}

.reviewCassette__reviewWrap {
  flex: 1;
}

.reviewCassette__experienceCheck {
	margin-bottom: 4px;
	font-weight: bold;
	color: #e77611;
}

.reviewCassette__comment {
  word-break: break-all;
}

.reviewCassette__detailList {
  margin-top: 8px;
  font-size: 10px;
  color: #5b4843;
}

/* ユーザ情報 */
.reviewCassette__userInfo {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.reviewCassette__userThumb {
  width: 30px;
  height: 30px;
  margin-right: 4px;
}

.reviewCassette__userThumb > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reviewCassette__userName {
  margin-right: 4px;
  font-weight: bold;
  line-height: 19px;
}

.reviewCassette__userName[class*="iconMedal-"] {
  padding-left: 23px;
}

.reviewCassette__tags {
  display: flex;
}

.reviewCassette__tags .tsuuTag {
  height: auto;
  color: #e78a13;
  border-color: #e78a13;
}

.reviewCassette__photoWrap {
  width: 212px;
  margin-left: 20px;
}

.reviewCassette__photo {
  display: block;
  text-align: center;
  outline: 1px solid #bcb6b3;
  outline-offset: -1px;
}

.reviewCassette__photo img {
  display: block;
  max-width: 212px;
  max-height: 159px;
  margin: 0 auto;
}

.reviewCassette__thumbs {
  display: flex;
  margin-top: 8px;
}

.reviewCassette__thumbs li {
  width: 68px;
  height: 51px;
  margin-left: 4px;
}

.reviewCassette__thumbs li:first-child {
  margin-left: 0;
}

.reviewCassette__thumbs li > picture {
  display: block;
  width: 68px;
  height: 51px;
  outline: 1px solid #bcb6b3;
  outline-offset: -1px;
}

.reviewCassette__list .jsc-pictureModal__reviewTrigger {
  cursor: pointer;
}

.reviewCassette__list .jsc-pictureModal__reviewTrigger:hover {
  opacity: 0.6;
}

.reviewCassette__photoMore {
  margin-top: 8px;
  text-align: center;
}

.reviewCassette__photoMore span {
  color: #1558ce;
  cursor: pointer;
}

.reviewCassette__photoMore span:hover {
  color: #e77611;
}

/* ランクアイコン（小） */
.iconMedal-gold {
  padding-left: 23px;
  background: url("/ou/d/cs/pc/image/icon_userrank_small.png") no-repeat 0 -120px;
}

.iconMedal-silver {
  padding-left: 21px;
  background: url("/ou/d/cs/pc/image/icon_userrank_small.png") no-repeat 0 -90px;
}

.iconMedal-bronze {
  padding-left: 21px;
  background: url("/ou/d/cs/pc/image/icon_userrank_small.png") no-repeat 0 -60px;
}

.iconMedal-regular {
  padding-left: 21px;
  background: url("/ou/d/cs/pc/image/icon_userrank_small.png") no-repeat 0 -30px;
}

.iconMedal-beginner {
  padding-left: 21px;
  background: url("/ou/d/cs/pc/image/icon_userrank_small.png") no-repeat 0 0;
}

/* クチコミ投稿 */
.reviewEntryArea {
  margin-top: 40px;
}

.reviewEntryBtnList {
  display: flex;
  margin-top: 20px;
}

.reviewEntryBtnList > li {
  margin-left: 10px;
}

.reviewEntryBtnList > li:first-child {
  margin-left: 0;
}

.btnReviewEntry a,
.btnPhotoEntry a {
  position: relative;
  width: 160px;
  height: 32px;
  font-size: 16px;
  line-height: 30px;
}

.btnReviewEntry a::before {
  position: absolute;
  top: 7px;
  left: 8px;
  width: 16px;
  height: 16px;
  content: '';
  background: url('/ou/d/cs/pc/image/icon_bubble_fill.svg') no-repeat 0 0 / 16px auto;
}

.btnPhotoEntry a::before {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 14px;
  content: '';
  background: url('/ou/d/cs/pc/image/icon_photo.svg') no-repeat 0 0 / 16px auto;
}

/* 体験した高評価プラン */
.experiencedPlan {
  width: 734px;
  margin-top: 17px;
  color: #3b1800;
}

.experiencedPlan .experiencedPlan__body {
  box-sizing: border-box;
  padding: 12px;
  border: solid 1px #ccc;
  border-radius: 5px;
}

.experiencedPlan .experiencedPlan__title {
  position: relative;
  padding-left: 8px;
  font-weight: bold;
}

.experiencedPlan .experiencedPlan__title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 3px;
  margin: 1px 0;
  content: '';
  background-color: #e77611;
  border-radius: 2px;
}

.experiencedPlan .experiencedPlan__planLink {
  color: #3b1800;
  text-decoration: none;
}

.experiencedPlan .experiencedPlan__plan {
  display: flex;
  margin-top: 8px;
  line-height: 1;
}

.experiencedPlan .experiencedPlan__imgBody {
  width: 60px;
  height: 45px;
}

.experiencedPlan .experiencedPlan__imgBody img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.experiencedPlan .experiencedPlan__detail {
  display: flex;
  justify-content: space-between;
  width: 636px;
  padding-left: 12px;
}

.experiencedPlan .experiencedPlan__detailLink {
  display: -webkit-box;
  width: 516px;
  height: 36px;
  overflow: hidden;
  font-weight: bold;
  line-height: 1.5;
  color: #1558ce;
  text-decoration: none;
  line-break: anywhere;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.experiencedPlan .experiencedPlan__planLink:hover .experiencedPlan__detailLink {
  color: #e77611;
}

.experiencedPlan .experiencedPlan__planLink:hover .experiencedPlan__imgBody {
  opacity: 0.6;
}

.experiencedPlan .experiencedPlan__priceArea {
  width: 91px;
}

.experiencedPlan .experiencedPlan__numberOfPeople {
  font-size: 10px;
  line-height: 1.5;
}

.experiencedPlan .experiencedPlan__price {
  font-weight: bold;
  line-height: 1.5;
}

.experiencedPlan .experiencedPlan__leadText {
  padding-top: 4px;
  font-size: 10px;
}

/* 遊び・体験プラン */
.otherPlanList {
  margin-top: 40px;
}

.otherPlanList .cassetteList-contentRelated > li {
  width: 181px;
  margin-left: 5px;
}

.otherPlanList .cassetteList-contentRelated > li a {
  display: inline;
  border: 0;
}
.otherPlanList .cassetteList-contentRelated > li:hover .item-image {
  opacity: 1;
}

.otherPlanList .cassetteList-contentRelated > li:first-child {
  margin-left: 0;
}

.otherPlanList .cassetteList-contentRelated > li .item-image {
  margin: auto;
}

.otherPlanList .cassetteList-contentRelated > li .item-image img {
  max-width: 172px;
  max-height: 129px;
}

.otherPlanList .cassetteList-contentRelated > li h3 {
  height: auto;
}

.otherPlanList .priceKbnNmDisp {
  font-weight: bold;
  color: #918b8a;
}

.otherPlanList .taxinUnitChrgDisp {
  display: inline-block;
  font-weight: bold;
  color: #fc0d1c;
  white-space: nowrap;
}