@charset "UTF-8";
/* 星 */
.star-rating {
  display: inline-block;
  position: relative;
  font-size: 24px;
  line-height: 1;
  color: lightgray;
  margin-right: 4px; /* 数値との間に少し余白 */
}

.star-rating::before {
  content: "★★★★★";
}

.star-rating::after {
  content: "★★★★★";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffcf48;
  overflow: hidden;
  white-space: nowrap;
  width: 0%;
}

.rating-0::after {
  width: 0%;
}
.rating-0_5::after {
  width: 10%;
}
.rating-1::after {
  width: 20%;
}
.rating-1_5::after {
  width: 30%;
}
.rating-2::after {
  width: 40%;
}
.rating-2_5::after {
  width: 50%;
}
.rating-3::after {
  width: 60%;
}
.rating-3_5::after {
  width: 70%;
}
.rating-4::after {
  width: 80%;
}
.rating-4_5::after {
  width: 90%;
}
.rating-5::after {
  width: 100%;
}



.has-review {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.has-review  .mv-name {
    margin-bottom: 0;
}

.review_point {
  display: flex;
  align-items: center;
  margin-right: 16px;
  gap: 6px;
}

.js-modal {
  cursor: pointer;
}

.modal__item .review_point {
  padding-bottom: 1px;
}

.review_point .font-red {
  font-size: 28px;
  font-weight: bold;
  color: #f15c5c;
}

.review_point .font-black {
  font-size: 23px;
  color: #372c27;
  font-weight: bold;
}

.review_point .icon {
  display: flex;
  gap: 3px;
  align-items: center;
  opacity: 8;
  margin-top: 7px;
}

.js-modal {
  cursor: pointer;
}

.review_point .icon p {
  text-decoration: underline;
  font-size: 16px;
}

.review_point .icon img {
  display: block;
  width: 21px;
  height: 19px;
}

.review_displaySp {
  display: none;
}
@media screen and (max-width: 640px) {
  .review_displaySp {
    display: block;
  }
  .review_displayPc {
    display: none !important;
  }
}
/* その他 */

.hall-info--review {
  gap: 0px;
  padding: 0;
  padding-bottom: 19px;
}

.hall-wrap__left--new .hall-info__icon {
  text-align: left;
}

.hall-info__tel {
  margin-right: 4px;
}

.hall-info__icon {
  background: #ffffff;
}

.half-info--review__access {
  display: flex;
  gap: 36px;
}

.half-info--review__access p {
  position: relative;
}

.half-info--review__access .address:before {
  content: "";
  position: absolute;
  background: url(../img/icon-review-2.svg);
  width: 12px;
  aspect-ratio: 2/3;
  left: -16px;
  top: 6%;
}

.half-info--review__access .access:before {
  content: "";
  position: absolute;
  background: url(../img/icon-review-2.svg);
  width: 12px;
  aspect-ratio: 2/3;
  left: -16px;
  top: 6%;
}

.half-info--review__access p {
  font-size: 16px;
  color: #473933;
}

.half-info--review__access .address {
  white-space: nowrap;
}

.half-info--review__access .address span {
  all: unset;
}

.customer_review {
  padding: 4px 0 1.1px;
  background: #f3efec;
}

.customer_review__heading {
  text-align: center;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 500;
}

.customer_review__box {
  max-width: 1200px;
  background: white;
  margin: 0 auto;
  margin-bottom: 18px;
  border-radius: 2px;
  padding: 24px 0 36px;
}

.customer_review__heading .color_green {
  font-size: 28px;
  font-weight: bold;
  color: #1a767c;
}

.review__total {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
  margin-bottom: 31px;
  border-bottom: 1px solid #f0ebe7;
}

.review__total .total {
  font-size: 16px;
  font-weight: bold;
  background: #f3efec;
  border-radius: 4px;
  padding: 4px 6px;
  margin-right: 16px;
}

.review__total .review_point {
  margin-top: -6px;
  margin-right: 0;
}

.customer_review__items {
  display: flex;
  padding: 0 36px;
}

.customer_review__items > li {
  width: 33%;
}

.customer_review__items > li:not(:last-child) {
  padding-right: 32px;
  margin-right: 32px;
  position: relative;
}

.customer_review__items > li:not(:last-child):before {
  content: "";
  position: absolute;
  background: url(../img/border-review-1.svg);
  width: 2px;
  height: 100%;
  right: 0;
}

.customer_review__item .review__point {
  display: flex;
}

.customer_review__item .review_point {
  display: flex;
  justify-content: center;
  margin-right: 0;
  margin-bottom: 12px;
}

.customer_review__item .comment {
  font-size: 16px;
  line-height: 1.5;
}

.customer_review__note {
  max-width: 12px;
  margin: 0 auto;
  font-size: 14px;
}

.customer_review .btn {
  display: flex;
  cursor: pointer;
  justify-content: center;
  width: 3.6px;
  margin: 0 auto;
  margin-top: 36px;
  position: relative;
  border: 1px solid #707070;
  padding: 1px 0;
  position: relative;
  z-index: 1;
  background: white;
  filter: drop-shadow(0 6px 3px rgba(243, 239, 236));
  border-radius: 4px;
}

.customer_review .btn span {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  text-align: center;
}

.customer_review .btn span:before {
  content: "";
  background: url(../img/arrow-review-1.svg);
  width: 8px;
  aspect-ratio: 4/7;
  display: inline-block;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}

/* モーダル */

#modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 6);
}

.content {
  position: relative;
  max-width: 616px;
  width: 100%;
  margin: 160px auto 160px;
  padding: 0;
}

#modal .review__total {
  display: none;
}

#close {
  position: absolute;
  left: -8px;
  width: 8px;
  height: 8px;
  background: #1d979f;
  cursor: pointer;
}

/* バツ */
#close .batsu {
  position: relative;
  width: 4px;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#close p,
#close .batsu span {
  display: none;
}

#close .batsu::before,
#close .batsu::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 100%;
  background-color: white;
  transform-origin: center;
}

#close .batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#close .batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.content .wrap {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 0 2px 0 0;
}
.content p {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

#modal .content p {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 0;
}

.modal__items {
  margin-bottom: 4px;
}

.modal__items li:not(:last-child) {
  padding-bottom: 3px;
  margin-bottom: 28px;
  position: relative;
}

.modal__items li:not(:last-child):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: url(../img/border-review-2.svg);
}

.modal_review {
  padding: 8px 0;
  border: 2px solid #1a767c;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  opacity: 8;
}
.modal_review > span {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 22px;
  color: #1a767c;
  font-weight: 600;
  position: relative;
}

.modal_review > span:before {
  position: absolute;
  content: "";
  stroke: #1a767c;
  width: 12px;
  aspect-ratio: 4/7;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow-review-2.svg);
}

.batsu_sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .content .wrap {
    padding: 0px 2px;
    border-radius: 0;
  }

  .content {
    margin: 0;
  }

  #close {
    position: initial;
    width: initial;
    height: initial;
    background: black;
  }

  #close .batsu span,
  #close p {
    display: block;
  }

  #close .batsu {
    display: none;
  }

  .batsu {
    display: none;
  }
  .batsu_sp {
    display: block;
    max-width: 81px;
    width: 100%;
  }
  .hall-name {
    padding: 0;
    margin: 0;
    background: none;
  }

  .hall_wrap {
    border-bottom: none;
    background: transparent url(/img/house/bg_line.png) no-repeat left bottom;
    background-size: 120%;
    margin: 0 0 26px;
  }

  .customer_review {
    background: white;
    padding: 5px 0 0;
  }

  .customer_review .customer_review__box .review__total {
    background: #f3efec;
    margin-bottom: 4px;
    padding: 12px 6px;
    position: relative;
  }

  .customer_review__box .review__total .total {
    background: white;
  }

  .customer_review .customer_review__box .review__total:before {
    content: "";
    position: absolute;
    bottom: -36px; /* 三角が下に飛び出すように */
    left: 50%;
    transform: translateX(-50%);
    border-width: 18px;
    border-style: solid;
    border-color: #f5f1ee transparent transparent transparent;
  }

  .customer_review__items {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .customer_review__items > li:not(:last-child) {
    padding-right: 0;
    margin-left: 0;
  }

  .customer_review__items > li:not(:last-child) {
    padding-right: 16px;
    margin-right: 0;
  }

  .customer_review__box {
    padding: 0 1px;
    margin-bottom: 12px;
  }

  .customer_review__items > li:not(:last-child):before {
    content: none;
  }

  .customer_review__item .review_point {
    border-bottom: 1px solid #f0ebe7;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .customer_review__items > li {
    padding-left: 0;
    width: initial;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 16);
  }

  .customer_review .btn {
    width: 80%;
  }

  .customer_review__note {
    text-align: center;
    font-size: 12px;
  }

  .content {
    background: white;
    padding-bottom: 3px;
  }

  .content #close,
  .content .wrap {
    margin: 0 2px;
    padding: 0;
  }

  .content #close {
    padding: 16px;
    border-radius: 0 0 1px 1px;
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #close .batsu span {
    background: white;
  }

  #modal .content #close p {
    color: white;
  }

  #modal .review__total {
    display: block;
    display: grid;
    grid-template-columns: 26% 1fr;
    border: none;
    padding-bottom: 0;
    margin-bottom: 2px;
  }

  #modal .review__total .total {
    background: white;
    border: 1px solid #362b25;
    padding-bottom: initial;
    padding: 4px;
    text-align: center;
  }

  .modal__items .star {
    display: flex;
    align-items: center;
  }

  #modal .review__total .review_point {
    padding-bottom: 0;
  }

  #modal .review__total .total {
    margin-right: 8px;
    font-weight: bold;
  }

  .modal__item .review_point {
    display: flex;
    justify-content: center;
    padding-bottom: 12px;
    margin-bottom: 12px;
    margin-right: 0;
    border-bottom: 1px solid #f0ebe7;
  }

  .modal__items li:not(:last-child):before {
    content: none;
  }

  .modal__items li {
    padding-bottom: 0;
    padding: 16px 16px 24px 16px;
    margin-bottom: 2px;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 16);
  }

  .modal_review {
    width: 2.63px;
    display: block;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
  }

  .modal_review span {
    color: #372c27;
    font-size: 16px;
  }

  .customer_review__box .review__total {
    background: #f3efec;
    border-bottom: none;
    padding-bottom: 0;
    padding: 1px 0;
    position: relative;
    margin-bottom: 4px;
  }

  .customer_review__box .review__total:before {
    content: "";
    position: absolute;
    bottom: -36px; /* 三角が下に飛び出すように */
    left: 50%;
    transform: translateX(-50%);
    border-width: 18px;
    border-style: solid;
    border-color: #f5f1ee transparent transparent transparent;
  }
}

/* エリア */
.customer_review--area {
  padding: 5px 0 0;
}

.customer_review--area .customer_review__heading {
  margin-bottom: 2px;
}

.customer_review--area.customer_review__box {
  background: none;
  padding: 0;
}

.customer_review--area .customer_review__items .customer_review__item {
  background: white;
  border-radius: 2px;
  width: 50%;
  padding: 17px 0 3px 0;
}

.customer_review--area .customer_review__items > li:last-child {
  display: none;
}
.customer_review--area .customer_review__items > li:not(:last-child) {
  padding-right: 0;
  margin-right: 0;
  position: initial;
}

.customer_review--area .customer_review__item .review_point {
  padding-bottom: 1px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f0ebe7;
}

.customer_review--area .customer_review__items {
  margin-bottom: 0;
  padding: 0;
  gap: 2px;
  background: #f3efec;
}

.customer_review--area .customer_review__item .comment {
  padding: 0 3px;
}

.customer_review--area .review__total,
.customer_review--area #bt,
.customer_review--area #modal {
  display: none;
}

.customer_review--area .customer_review__box {
  padding: 0;
}

.customer_review--area .customer_review__items > li:not(:last-child):before {
  content: none;
}

@media screen and (max-width: 640px) {
  .customer_review--area #bt,
  .customer_review--area #modal {
    display: block;
  }

  .customer_review--area .customer_review__items > li:last-child {
    display: block;
  }

  .customer_review--area {
    padding: 5px 0;
    margin: 5px -16px;
    background: white;
  }

  .customer_review--area .review__total {
    display: flex;
  }

  .customer_review--area .customer_review__items .customer_review__item {
    width: 100%;
  }

  .customer_review--area {
    margin: 0 -16px;
    padding: 5px 0 5px;
  }

  .customer_review--area .customer_review__heading {
    margin-bottom: 3px;
  }

  .customer_review--area .customer_review__items {
    background: white;
  }
}
