.review-summary {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  padding: 10px 0 10px 25px;
  border-radius: 5px;
}

.review-summary .rating {
  font-size: 1.2em;
}

.review-summary .star-rating {
  color: #f39c12;
  font-size: 19px;
  margin-left: 7px;
  vertical-align: middle;
  display: flex;
  padding-bottom: 0.1em;
}

.review-summary .review-count {
  font-size: 14px;
  font-weight: normal;
  margin-left: 8px;
  padding-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .review-summary .review-count {
    font-size: 13px;
  }
}

.review {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.review.hidden {
  display: none;
}

.review-header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.reviewer-name {
  font-weight: bold;
  font-size: 15px;
  word-break: break-all;
}

.review-date {
  color: #999;
  white-space: nowrap;
}

.review-rating {
  color: #f39c12;
  font-size: 19px;
}

.review-comment {
  margin: 10px 0;
  word-wrap: break-word;
}

.response {
  margin: 10px 0;
}

.shop-name {
  display: inline-block;
  font-weight: bold;
  color: #3498db;
  margin-top: 10px;
  font-size: 15px;
}

.response-date {
  color: #999;
  margin-left: 10px;
}

.response-comment {
  margin-top: 5px;
}

.report-link {
  color: #999;
  text-decoration: none;
  font-size: 12px;
}

.pageSecTitle#review {
  background: #454545;
  color: #fff;
  border: none;
  margin-bottom: 6px;
  margin-top: 5px;
  font-size: 20px;
  text-indent: 0;
  padding: 5.49px 15px;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pageSecTitle#review {
    padding: 14px 15px 5.49px 15px;
    display: block;
  }
}

.pageSecTitle#review i {
  vertical-align: middle;
  margin-right: 2.5px;
}

.pagination {
  margin: 20px 0;
}

.pagination-btn {
  background-color: #7689b0;
  color: white;
  border: none;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0 5px;
  cursor: pointer;
}

.pagination-btn.active {
  background-color: #434e64;
}

.pagination-btn:hover {
  opacity: 0.7;
}

.ellipsis {
  padding: 0px 5px;
  color: #666666;
}

.bi-star {
  color: #d3d3d3;
}

.star-rating .bi-star-half {
  position: relative;
  display: inline-block;
  color: #e0e0e0; /* ベースの色を薄いグレーに */
}

.star-rating .bi-star-half::before {
  content: '\f587'; /* bi-star-half のユニコード */
  position: absolute;
  left: 0px;
  top: 1px;
  width: 50%;
  overflow: hidden;
  color: #f39c12; /* 半分塗りつぶされた星の色（黄色） */
}

.star-rating .bi-star-half::after {
  content: '\f588'; /* bi-star のユニコード */
  color: #e0e0e0; /* 塗りつぶされていない部分の色（薄いグレー） */
  display: inline-block;
  font-family: 'bootstrap-icons' !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rating {
  display: flex;
  align-items: center;
}

.rating-number {
  margin-left: 1.5em;
  font-size: 1.3em;
  font-weight: bold;
  color: #666;
}

.single-star {
  font-size: 19px; /* アイコンのサイズを調整 */
  color: #f39c12; /* 星の色（黄色） */
  margin-right: 10px;
  margin-left: 5px;
  padding-bottom: 0.1em;
}

.review__link {
  color: #666666;
  text-decoration: underline;
  /* border-bottom: 1px solid #666666; */
  font-size: 13px;
  vertical-align: middle;
}

.review__link:hover {
  border-bottom: none;
}

@media screen and (max-width: 430px) {
.rating-number {font-size: 1em;}
.single-star {font-size: 14px;}
.review__link {font-size: 11px;}
}
