#sub_main .ttl span::before {
  background: url(../img/voice/icon_voice.svg) no-repeat;
  background-size: contain;
}

.voice_list {
  margin-top: 90px;
  gap: 50px 0;
}

.voice_list>li {
  width: 31%;
}

.voice_list>li .ttl {
  font-size: 24px;
  padding: 20px 0 22px;
}

.voice_list>li .content_inner {
  padding: 24px 26px 42px;
}

.voice_list>li .photo {
  width: 114px;
  height: 133px;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 20px 10px 0;
}

.voice_list>li .photo img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.voice_list>li p {
  margin-top: -7px;
}

.voice_list>li a::before {
  content: '';
  background: url(../img/voice/icon_circle_arrow.svg) no-repeat;
  background-size: contain;
  width: 41px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.voice_list ul.before_after {
  position: relative;
  margin-top: 20px;
}

.voice_list ul.before_after li {
  width: 46%;
}

.voice_list ul.before_after li .room_img {
  height: 92px;
  position: relative;
}

.voice_list ul.before_after li .room_img img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.voice_list ul.before_after li:first-child {
  border: 3px solid #06C1A8;
}

.voice_list ul.before_after li:first-child .label {
  background: #06C1A8;
}

.voice_list ul.before_after li:last-child {
  border: 3px solid var(--site-secondary);
}

.voice_list ul.before_after li:last-child .label {
  background: var(--site-secondary);
}

.voice_list ul.before_after li .label {
  text-align: center;
  line-height: 1.0;
  padding: 4px 0 3px;
}

.voice_list ul.before_after li .label img {
  width: 72px;
}

.voice_list ul.before_after::after {
  content: '';
  background: url(../img/voice/icon_sankaku_right.svg) no-repeat;
  width: 12px;
  height: 14px;
  position: absolute;
  left: 50.2%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single_before_after {
  position: relative;
  gap: 0 6%;
}

.single_before_after li {
  width: 40%;
  padding: 0;
}

.single_before_after li:first-child {
  border: 5px solid #06C1A8;
}

.single_before_after li:first-child .label {
  background: #06C1A8;
}

.single_before_after li:last-child {
  border: 5px solid var(--site-secondary);
  padding: 0;
}

.single_before_after li:last-child .label {
  background: var(--site-secondary);
}

.single_before_after li .room_img {
  height: 265px;
  position: relative;
}

.single_before_after li .room_img img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single_before_after li .label {
  text-align: center;
  line-height: 1.0;
  padding: 12px 0 12px;
}

.single_before_after li .label img {
  width: 115px;
}

.single_before_after li::after {
  content: none;
}

.single_before_after::after {
  content: '';
  background: url(../img/voice/icon_sankaku_right.svg) no-repeat;
  width: 32px;
  height: 36px;
  position: absolute;
  left: 50.2%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.customer_box {
  margin-top: 65px;
}

.customer_box .list_ttl {
  margin-bottom: 35px;
}

.customer_box .list_ttl::before {
  background: url(../img/voice/icon_customer.svg) no-repeat;
  background-size: contain;
}

.customer_box img {
  width: 280px;
  float: left;
  margin: 0 48px 0 0;
}

.customer_box p {
  margin-top: -7px;
}

.staff_box {
  margin-top: 65px;
}

.staff_box .list_ttl::before {
  background: url(../img/voice/icon_staff.svg) no-repeat;
  background-size: contain;
}

.wide_box .btn_wrapper {
  margin: 30px 0 20px;
}

@media only screen and (max-width: 1024px) {
  .voice_list {
    margin-top: 70px;
  }

  .voice_list>li .ttl {
    font-size: 21px;
  }

  .single_before_after li .room_img {
    height: 235px;
  }

  .single_before_after li .label {
    padding: 10px 0 8px;
  }

  .customer_box {
    margin-top: 55px;
  }

  .staff_box {
    margin-top: 45px;
  }

  .wide_box .btn_wrapper {
    margin: 40px 0 15px;
  }
}

@media only screen and (max-width: 960px) {
  .voice_list {
    margin-top: 50px;
    gap: 40px 0;
  }

  .voice_list>li {
    width: 48%;
  }

  .voice_list>li .ttl {
    padding: 16px 0 18px;
  }

  .single_before_after li .room_img {
    height: 175px;
  }

  .single_before_after li .label {
    padding: 8px 0 6px;
  }

  .single_before_after li .label img {
    width: 90px;
  }

  .single_before_after::after {
    width: 24px;
    height: 28px;
  }

  .customer_box {
    margin-top: 55px;
  }

  .customer_box .list_ttl {
    margin-bottom: 30px;
  }

  .customer_box img {
    width: 30%;
    margin: 0 35px 0 0;
  }

  .staff_box {
    margin-top: 40px;
  }

  .wide_box .btn_wrapper {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 568px) {
  .voice_list {
    margin-top: 35px;
    gap: 25px 0;
  }

  .voice_list>li {
    width: 100%;
  }

  .voice_list>li .ttl {
    padding: 16px 0 18px;
  }

  .voice_list>li .content_inner {
    padding: 20px 20px 40px;
  }

  .voice_list ul.before_after {
    margin-top: 15px;
  }

  .voice_list ul.before_after li .room_img {
    height: 82px;
  }

  .single_before_after {
    gap: 35px 0;
  }

  .single_before_after li {
    width: 100%;
  }

  .single_before_after li .room_img {
    height: 175px;
  }

  .single_before_after li .label {
    padding: 8px 0 6px;
  }

  .single_before_after li .label img {
    width: 90px;
  }

  .single_before_after::after {
    background: url(../img/voice/icon_sankaku_down.svg) no-repeat;
    width: 38px;
    height: 21px;
    left: 50%;
    top: 50%;
  }

  .customer_box {
    margin-top: 35px;
  }

  .customer_box .list_ttl {
    margin-bottom: 22px;
  }

  .customer_box img {
    width: 47.8%;
    margin: 0 8% 10px 0;
  }

  .staff_box {
    margin-top: 30px;
  }

  .wide_box .btn_wrapper {
    margin: 25px 0 15px;
  }
}


/*----google口コミ---*/
.google_wrap {
  background: url(../img/voice/reviews-bg.jpg)no-repeat;
  background-size: cover;
  position: relative;
  padding: 20px 6vw 15px;
  margin-bottom: 50px;
  border-radius: 10px;
}

.google_wrap::after {
  content: '';
  background: url(../img/voice/illustration-reviews.svg)no-repeat;
  background-size: contain;
  width: 240px;
  height: 160px;
  position: absolute;
  top: -30px;
  right: 7vw;
  filter: drop-shadow(0 4px 2px var(--site-primary); );
}

.reviews .reviews_txt {
  position: relative;
  font-size: 42px;
  color: #fff;
  text-shadow: 4px 4px 0px var(--site-primary);
  ;
  font-weight: bold;
  text-align: right;
  line-height: 1.4;
  display: block;
  width: 70%;
  text-align: center;
}

.reviews .reviews_txt em {
  font-size: 58px;
  color: #f7f81f;
}

.reviews .reviews_txt::before {
  content: '';
  background: url(../img/voice/revews-left.png)no-repeat;
  background-size: contain;
  width: 37px;
  height: 107px;
  position: absolute;
  left: 0;
  top: 0;
  filter: drop-shadow(4px 4px 0 var(--site-primary));
}

.reviews .reviews_txt::after {
  content: '';
  background: url(../img/voice/revews-right.png)no-repeat;
  background-size: contain;
  width: 37px;
  height: 107px;
  position: absolute;
  right: 0;
  top: 0;
  filter: drop-shadow(4px 4px 0 var(--site-primary));
}

.reviews .reviews_txt span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  text-shadow: 2px 2px 0px var(--site-primary);
  ;
  padding-left: 15vw;
}

@media screen and (max-width: 1024px) {
  .google_wrap {
    padding: 15px 5vw;
  }

  .reviews .reviews_txt {
    width: 74%;
  }

  .google_wrap::after {
    right: 4vw;
  }

  .reviews .reviews_txt span {
    padding-left: 26vw;
  }
}

@media screen and (max-width: 960px) {
  .google_wrap {
    padding: 15px 3vw;
  }

  .reviews .reviews_txt {
    font-size: 32px;
  }

  .reviews .reviews_txt em {
    font-size: 48px;
  }

  .reviews .reviews_txt::before,
  .reviews .reviews_txt::after {
    width: 30px;
    height: 87px;
    text-shadow: 2px 2px 0px var(--site-primary);
    ;
  }

  .reviews .reviews_txt span {
    padding-left: 21vw;
  }

  .google_wrap::after {
    right: 2vw;
    top: 5px;
    width: 160px;
    height: 107px;
  }
}

@media screen and (max-width: 568px) {
  .google_wrap {
    margin-bottom: 25px;
  }

  .reviews .reviews_txt {
    font-size: 21px;
    width: 63%;
    text-shadow: 2px 2px 0px var(--site-primary);
    ;
    line-height: 1;
  }

  .reviews .reviews_txt em {
    font-size: 29px;
  }

  .reviews .reviews_txt span {
    padding-left: 0;
  }

  .google_wrap::after {
    width: 118px;
    height: 79px;
  }

  .reviews .reviews_txt::before,
  .reviews .reviews_txt::after {
    width: 17px;
    height: 54px;
    filter: drop-shadow(2px 2px 0 var(--site-primary));
  }

  .reviews .reviews_txt span {
    font-size: 9px;
    text-shadow: 1px 1px 0px var(--site-primary);
    ;
    margin-top: 7px;
  }
}

.review-content {
  background: var(--site-primary);
}

/*-----------best3--------------*/
.sub_ttl{
  margin-bottom: 10px;
}
.sub_ttl span {
  position: relative;
  padding: 0 45px;
  font-size: 32px;
  font-weight: bold;
}

.sub_ttl span em {
  font-size: 37px;
}

.sub_ttl span::before,
.sub_ttl span::after {
  content: '';
  opacity: .7;
  width: 37px;
  height: 42px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sub_ttl span::before {
  background: url(../img/common/line_left_green02.svg)no-repeat;
  background-size: contain;
  left: 0;
}

.sub_ttl span::after {
  background: url(../img/common/line_right_green02.svg)no-repeat;
  background-size: contain;
  left: right;
}
.ttls{
  margin-bottom: 50px;
}
.ttls h2 {
  padding: 0 70px;
  font-size: 47px;
  text-align: left;
  position: relative;
  display: inline-block;
  line-height: 1.1;
}

.ttls h2::before,
.ttls h2::after {
  content: '';
  width: 62px;
  height: 135px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ttls h2::before {
  background: url(../img/voice/best-left.png)no-repeat;
  background-size: contain;
  left: 0;
}

.ttls h2::after {
  background: url(../img/voice/best-right.png)no-repeat;
  background-size: contain;
  right: 0;
}

.lg_txt {
  font-size: 64px;
}

.ttls h2 span::after {
  content: '';
  background: url(../img/voice/icon_best3.png)no-repeat;
  background-size: contain;
  position: absolute;
  width: 120px;
  height: 145px;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
}

.ttls h2 span {
  padding-right: 150px;
}

.best ul {
  gap: 2%;
  align-items: end;
}

.best ul li {
  width: 32%;
  padding: 20px 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.best ul li p{
    line-height: 1.5;
}

.best ul li.second {
  border: 4px solid #b8bac0;
}

.best ul li.first {
  border: 6px solid #c8b45a;
}

.best ul li.third {
  border: 4px solid #a16622;
}

.best ul li h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 60px;
}

.best ul li h3 em{
  font-size: 28px;
}

.ribbon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  margin: 0;
  padding: 40px 0 10px;
  z-index: 2;
  width: 62px;
  text-align: center;
  font-size: 17px;
  color: white;
  background: #c8b45a;
}

.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 31px solid #c8b45a;
  border-right: 31px solid #c8b45a;
  border-bottom: 10px solid transparent;
}

.best ul li.second .ribbon {
  background: #b8bac0;
}

.best ul li.second .ribbon::after {
  border-left: 31px solid #b8bac0;
  border-right: 31px solid #b8bac0;
}

.best ul li.third .ribbon {
  background: #a16622;
}

.best ul li.third .ribbon::after {
  border-left: 31px solid #a16622;
  border-right: 31px solid #a16622;
}

.best ul li .ribbon em {
  position: relative;
  padding-top: 25px;
}

.best ul li .ribbon em::before {
  content: '';
  background: url(../img/voice/icon_crown02.svg)no-repeat;
  background-size: contain;
  width: 32px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.best ul li.first .ribbon em::before {
  background: url(../img/voice/icon_crown01.svg)no-repeat;
}

.box {
  background: #ddffec;
  padding: 15px;
  margin-top: auto;
}

.photo {
  width: 89px;
  float: left; 
  margin-right: 10px;
}
.photo img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
.review-content .lg_inner_space{
  padding: 40px 0;
}

.best ul li.first .space{
  height: 10em;
}
.best ul li h3 em{
  font-size: 22px;
}
}

@media screen and (max-width: 960px) {
.sub_ttl span{
  font-size: 26px;
}
.sub_ttl span em{
  font-size: 32px;
}
.ttls h2{
  font-size:40px ;
  padding: 0 60px;
}
.ttls h2 span {
    padding-right: 110px;
    display: inline-block;
}
.ttls h2::before, .ttls h2::after {
    width: 52px;
    height: 113px;
}
.lg_txt{
  font-size: 52px;
}
.ttls h2 span::after{
    width: 95px;
    height: 115px;
    right: 60px;
}

.best ul li.first .space{
  height: 10em;
}
.best ul li{
  padding: 20px;
}
.photo{
  width: 60px;
}
.space{
  height: 10.5em;
}
.best ul li.first .space {
        height: 13.5em;
    }
}

@media screen and (max-width: 568px) {
  .review-content .lg_inner_space {
        padding: 20px 0;
    }
.sub_ttl span{
  font-size: 18px;
}
.sub_ttl span em{
  font-size: 22px;
}
.sub_ttl span::before, .sub_ttl span::after{
  width: 17px;
    height: 24px;
}
.sub_ttl span{
  padding: 0px 20px;
}
.ttls{
  margin-bottom: 30px;
}
.ttls h2{
  font-size: 20px;
  padding: 0 35px;
}
.ttls h2 span{
padding-right: 60px;
}
.lg_txt{
  font-size: 26px;
}
.ttls h2 span::after{
  width: 55px;
  height: 70px;
}
.ttls h2::before, .ttls h2::after{
  width: 30px;
  height: 65px;
}
.ttls h2 span::after{
  width: 55px;
  height: 70px;
  right: 35px;
}

.best ul{
  flex-direction: column;
  gap: 20px;
}
.best ul li{
  width: 100%;
  min-height: auto;
}
.best ul li.second {
  order: 2;
}

.best ul li.first {
  order: 1;
}

.best ul li.third {
  order: 3;
}
.best ul li.first .space {
        height: 6.5em;
    }
.best ul li .space{
    height: 5.5em;
  }
}

/*-------プラグインの表示非表示化---------*/
 .ti-widget.ti-goog .ti-verified-by-row{
  display: none!important;
 }

/*# sourceMappingURL=voice.css.map */