.review{
  margin-top: 30px;
}
.review-header{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review-rating{
  display: flex;
  align-items: center;
  gap: .2em;
  font-size: 20px;
  font-weight: bold;
  color: #71692b;
  /*
  @media screen and (min-width: 1200px) {
    font-size: 24px;
  }
  */
}
.review-rating img{
  width: 36px;
  /*
  @media screen and (min-width: 1200px) {
    width: 48px;
  }
  */
}
.review-rating-num{
  margin-left: .4em;
  font-size: 200%;
}
.review-star img{
  width: 180px;
  /*
  @media screen and (min-width: 1200px) {
    width: 222px;
  }
  */
}
.review-total{
  margin-top: 1em;
  font-size: 14px;
  /*
  @media screen and (min-width: 1200px) {
    font-size: 16px;
  }
  */
}
.review-body{
  margin-top: 1.5em;
  position: relative;
  overflow: hidden;
  padding-bottom: 36px;
}
.review-item{
  margin: 0 10px;
  border-radius: .8em;
  padding: 1.2em;
  background-color: #ebeae1;
}
.review-item-name{
  font-weight: bold;
}
.review-item-data{
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 1em 0;
}
.review-item-rating{
  width: 111px;
}
.review-item-date{
  font-size: 14px;
}
.review-item-text{
  height: 128px;
  font-size: 14px;
  overflow-y: auto;
}
.swiper-wrapper{
  transition-timing-function: ease-in-out;
}
span.swiper-pagination-bullet{
  width: 16px;
  height: 4px;
  border-radius: 4px;
  background: #71692b;
}
span.swiper-pagination-bullet-active{
  background: #111;
}




/*2025.10  ショートコード[ci_reviews_new]*/
.review-item-new{
    background-image: url(https://kato-aga-clinic.com/renew/wp-content/uploads/2025/10/agakt-nmb-part02-img02.webp);   
    padding: 1.2em 1.2em 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.review-item-new-date{
  font-size: 11px;
}
.review-item-new-text {
    height: 137px;
    font-size: 12px;
    overflow-y: auto;
}
#review-slider-new blockquote {
    width: 100%;
    margin: 0 0 60px;
    position: relative;
    background-color: transparent;
    padding: 15px 0;
}
#review-slider-new blockquote:before,#review-slider-new blockquote::after{
  display: none;
}
.review-item-new-name {
    font-size: 11px;
    text-align: right;
    color: #71692B;
}
span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #BBBBBB;
}
span.swiper-pagination-bullet-active{
  background: #B79D47;
}