@charset "UTF-8";

/* ▼▼▼ トップ
======================================================*/
/* ▼ mainVisual
----------------------------------------*/
#mainVisual {
  background: #eeeeee;
}

/* ▼ pickup
----------------------------------------*/
#pickup {
  background: #fff9d5;
  border: 2px solid #f3c429;
  border-radius: 10px;
  margin-top: 3%;
  padding: 3% 5% 5%;
  margin-bottom: 5%;
}
#pickup h2 {
  max-width: 300px;
  background: #4ac7c7;
  border-radius: 20px;
  padding: 0 0 5px;
  margin: -6% auto 3%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  position: relative;
}
#pickup h2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #295698;
  border-bottom: 0;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: -9px;
}
#pickup h2 span {
  font-size: 26px;
}
#pickup p {
  font-size: 16px;
  text-align: center;
}
#pickup ol p {
  text-align: left;
}
#pickup a {
  color: #295698;
  font-size: 20px !important;
  text-decoration: underline;
  font-weight: bold;
}

/* 2024/04/25 一時的な対応 ここから */
/* ※SP版にも記述あり */
/* #pickup p{
        font-size: 20px;
    }
    #pickup img:nth-child(1) {
        width: 35%;
        margin-top: 20px;
        margin-right: 5%;
    }
    #pickup img:nth-child(2) {
        width: 60%;
    } */
#pickup .flex_box .pickup_img {
  max-width: 230px;
  margin-right: 24px;
}
#pickup .flex_box .pickup_txt {
  width: calc(100% - 254px);
}
#pickup .flex_box .pickup_txt li {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #c1c1c1;
}
/* ▲ 2024/04/25 一時的な対応 ここまで */

.last_update p {
  text-align: right;
  padding-right: 10px;
}
/* ▼ point
----------------------------------------*/
#point {
  background: #e7f7f7;
  padding: 3%;
  margin-bottom: 5%;
}
#point h2 {
  color: #4ac7c7;
  font-size: 28px;
  text-align: center;
  position: relative;
}
#point h2::after,
#point h2::before {
  content: "";
  display: block;
  width: 100px;
  height: 27px;
  background: url(../img/point_title_bg.png) center center / cover no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#point h2::before {
  left: 0;
}
#point h2::after {
  right: 0;
}
#point h3 {
  background: #4ac7c7;
  padding: 10px 20px;
  margin: 25px auto 10px;
  font-size: 18px;
  color: #fff;
}

/* ▼ voice
----------------------------------------*/
#voice {
  background: #4ac7c7;
  border-radius: 10px;
  margin-bottom: 7%;
}
#voice .voice_content {
  background: #4ac7c7;
  padding: 20px;
  border-radius: 10px;
}
#voice span {
  /* color: #f3c11c; */
}
#voice .sub_title {
  padding: 3% 7% 3% 7%;
  background: url(../img/voice_title_bg_pc.png) no-repeat center/contain;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#voice h2 {
  display: table;
  background: -webkit-linear-gradient(45deg, transparent 8px, #000 8px),
    -webkit-linear-gradient(135deg, transparent 8px, #000 8px),
    -webkit-linear-gradient(225deg, transparent 8px, #000 8px),
    -webkit-linear-gradient(315deg, transparent 8px, #000 8px);
  background: -moz-linear-gradient(45deg, transparent 8px, #000 8px),
    -moz-linear-gradient(135deg, transparent 8px, #000 8px),
    -moz-linear-gradient(225deg, transparent 8px, #000 8px),
    -moz-linear-gradient(315deg, transparent 8px, #000 8px);
  background: -o-linear-gradient(45deg, transparent 8px, #000 8px),
    -o-linear-gradient(135deg, transparent 8px, #000 8px),
    -o-linear-gradient(225deg, transparent 8px, #000 8px),
    -o-linear-gradient(315deg, transparent 8px, #000 8px);
  background: -ms-linear-gradient(45deg, transparent 8px, #000 8px),
    -ms-linear-gradient(135deg, transparent 8px, #000 8px),
    -ms-linear-gradient(225deg, transparent 8px, #000 8px),
    -ms-linear-gradient(315deg, transparent 8px, #000 8px);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  padding: 5px 4%;
  margin: 0 auto 30px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  position: relative;
}
#voice .voice_rank li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
#voice ul.voice_rank li:last-child {
  margin-bottom: 0;
}
#voice .voice_rank li > div {
  width: calc(100% - 75px);
  padding: 0 5%;
  position: relative;
}
#voice .voice_rank li > div::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: -60px;
  bottom: 0;
}
#voice .voice_rank li:nth-child(1) > div::before {
  background: url(../img/voice_icon01.png) no-repeat center/cover;
}
#voice .voice_rank li:nth-child(2) > div::before {
  background: url(../img/voice_icon02.png) no-repeat center/cover;
}
#voice .voice_rank li:nth-child(3) > div::before {
  background: url(../img/voice_icon03.png) no-repeat center/cover;
}
#voice ul.voice_rank li h3 {
  color: #295698;
  font-size: 20px;
}
#voice ul.voice_rank li h3 a {
  text-decoration: underline;
  text-decoration-color: #295698;
}

#voice ul.voice_rank table {
  width: 100%;
  margin-top: 25px;
}
#voice ul.voice_rank table th,
#voice ul.voice_rank table td {
  width: 33.33%;
  border: 2px solid #fff;
  text-align: center;
}
#voice ul.voice_rank table th {
  background: #4ac7c7;
  color: #fff;
}
#voice ul.voice_rank table td {
  padding: 12px;
  background: #e7f7f7;
  /* line-height: 1em; */
}
#voice ul.voice_rank table td img {
  margin: auto;
  width: 33px;
  display: block;
  padding-bottom: 4px;
}

#voice ul.voice_rank li .btn a {
  width: 136px;
  height: 56px;
}

/* ▼ rank_box
----------------------------------------*/
.rank_list {
}
.rank_list li {
  background: #e7f7f7;
  border-top: 6px solid #4ccdcd;
  padding-bottom: 20px;
  position: relative;
}
.rank_list li {
  margin-bottom: 50px;
}
.rank_list li:last-child {
  margin-bottom: 0;
}
.rank_list li::before {
  content: "";
  display: block;
  width: 95px;
  height: 116px;
  position: absolute;
  top: -20px;
  left: 15px;
}
.rank_list li.rank01::before {
  background: url(../img/rank01_icon.png) no-repeat center/cover;
}
.rank_list li.rank02::before {
  background: url(../img/rank02_icon.png) no-repeat center/cover;
}
.rank_list li.rank03::before {
  background: url(../img/rank03_icon.png) no-repeat center/cover;
}
.rank_list h2 {
  font-size: 28px;
  text-align: center;
  margin: 5% 0;
}
.rank_list .container h2 span {
  padding: 0 15px 5px;
  /* background:linear-gradient(transparent 60%, #FFEF87 60%); */
  text-decoration: underline;
  position: relative;
  text-decoration-color: #295698;
  color: #295698;
}

.rank_list .recommendation {
  background: #fff;
  padding: 20px;
  margin-bottom: 7%;
}
.rank_list .recommendation h3 {
  background: #4ac7c7;
  border-radius: 10px 10px 0 0;
  padding: 4px 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.recommendation > div {
  padding: 0 0 15px 45px;
  margin: 20px 0;
  position: relative;
}
.recommendation > div:not(:last-child) {
  border-bottom: 2px dotted #bfa275;
}
.recommendation > div:last-child {
  margin-bottom: 0;
}
.recommendation > div::before {
  content: "";
  display: block;
  width: 33px;
  height: 28.5px;
  background: url(../img/icon_note.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
.recommendation > div p:first-child {
  margin-bottom: 10px;
  color: #723b26;
  font-size: 20px;
  font-weight: bold;
}

/* ▼ 2024/04/25 一時的な対応 ここから */
/* ※SP版にも記述あり */
.recommendation img {
  width: 50%;
}
.recommendation > div p img {
  margin-top: 15px;
}
/* ▲ 2024/04/25 一時的な対応 ここまで */

/* ▼ 2024/04/25 一時的な対応 ボタン光る ここから */
/* .rank_list .btn a{
        position: relative;
        overflow: hidden;
    }
    .rank_list .btn a::before {
        position: absolute;
        content: '';
        display: inline-block;
        top: -180px;
        left: 0;
        width: 30px;
        height: 100%;
        background-color: #fff;
        animation: shiny 3s ease-in-out infinite;
    }
    @-webkit-keyframes shiny {
        0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
        80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
        81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
        100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
    } */
.rank_list .btn a {
  overflow: hidden;
}
.rank_list .btn a::before {
  animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}
@keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
/* ▲ 2024/04/25 一時的な対応 ボタン光る ここまで */

.recommend-content-pc {
  display: table-cell;
}

.recommend-content-sp {
  display: none;
}

@media (max-width: 768px) {
  .recommend-content-pc {
    display: none;
  }

  .recommend-content-sp {
    display: table-cell;
  }
}

.rank_list .btn {
  margin-bottom: 7%;
  text-align: center;
}
.rank_list .btn a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icon_link.png) no-repeat center/contain;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}
.rank_list .second a::after {
  background: url(../img/icon_link_pink.png) no-repeat center/contain;
}
.rank_list table {
  width: 100%;
  margin-bottom: 30px;
}
.rank_list table th,
.rank_list table td {
  width: 33.33%;
  border: 2px solid #f4ede5;
  text-align: center;
}
.rank_list table th {
  background: #4ac7c7;
  color: #fff;
}
.rank_list table td {
  padding: 7px;
  background: #fff;
}
.rank_list table td img {
  margin: auto;
  width: 33px;
  display: block;
  background: #fff;
}
/* reviews*/
.reviews .slider {
  /* max-width: 500px; */
  margin: 0 auto 40px;
}
.slick-slide {
  background: #fff;
}
.slider_box {
  padding: 25px;
  background: #fff;
  margin-bottom: 10px;
}
.slider_box.review_more {
  cursor: pointer;
  width: 50%;
  margin: 0 auto;
  padding: 10px;
}
.slider_box.review_more p {
  text-align: center;
}
.review_hide {
  display: none;
}
.slider_box .flex_box {
  display: flex !important;
  align-items: center;
  margin-bottom: 10px;
}
.slider_box div .txt {
  padding-left: 20px;
}
.slider_box div .txt h4 {
  font-size: 18px;
}
.slider_box div .txt .star {
  color: #f3c11c;
  font-size: 30px;
  line-height: 1.4;
}
.slider_box div .txt span.star_score {
  color: #000;
  margin-left: 10px;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

/* arrowsカスタム */
.slider_box .slick-prev,
.slider_box .slick-next {
  width: 20px;
  height: 35px;
  top: 50%;
}
.slick-prev {
  left: -55px;
}
.slick-next {
  right: -55px;
}
.slick-next:before {
  content: url(../img/slide_arrow_next.png) !important;
}
.slick-prev:before {
  content: url(../img/slide_arrow_prev.png) !important;
}
.slick-prev:before,
.slick-next:before {
  opacity: 1;
}

.reviews .google_review {
  margin: 0 auto 40px;
}

.google_review .lede {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  color: #e6290f;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
.google_review .lede::before,
.google_review .lede::after {
  background-color: #e6290f; /* 横線の色 */
  content: "";
  height: 2px;
  width: 31px;
}
.google_review .lede::before {
  margin-right: 5px;
  transform: rotate(70deg);
}
.google_review .lede::after {
  margin-left: 5px;
  transform: rotate(-70deg);
}

.google_review_image_box {
  margin: auto;
  max-width: 500px;
}
.google_review img {
  /* margin: auto; */
  width: 100%;
  /* display: block; */
}

.google_review .caption {
  font-size: 10px;
  text-align: right;
}

/* comment*/
.comment {
  margin-bottom: 60px;
}
/* campaign*/
.campaign {
  background: #fff9d5;
  border: 4px solid #f3c429;
  margin-top: 65px;
}
.campaign h3 {
  max-width: 400px;
  margin: -60px auto 10px;
}
.campaign div.mb20 p {
  max-width: 500px;
  margin: auto;
  text-align: center;
  font-size: 20px;
}

/* ▼ search
----------------------------------------*/
#search {
  background: #4ac7c7;
  border-radius: 10px;
  padding: 20px;
}
#search > div {
  background: #fff;
  padding: 4% 6%;
}
#search h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  position: relative;
}
#search h2::after,
#search h2::before {
  content: "";
  display: block;
  width: 100px;
  height: 27px;
  background: url(../img/search_title_bg.png) center center / cover no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#search h2::before {
  left: 0;
}
#search h2::after {
  right: 0;
}
#search .check_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#search .check_list li {
  width: 33.33%;
  margin: 2% 0;
}
#search .check_list li.select {
  width: 100%;
}
#search select {
  /* width: 100%; */
  max-width: 225px;
  border: 3px solid #ccc !important;
  border-radius: 5px;
  padding: 10px 35px 10px 10px;
  color: #333;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
/* チェックボックス */
input[type="checkbox"] {
  display: none;
}
.checkbox01-parts {
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}
.checkbox01-parts::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  border: 3px solid #ccc;
  border-radius: 5px;
  vertical-align: middle;
}
input[type="checkbox"]:checked + .checkbox01-parts::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 23%;
  left: 7%;
  width: 5px;
  height: 11px;
  transform: rotate(40deg);
  border-bottom: 2px solid #e6290f;
  border-right: 2px solid #e6290f;
}
/* ボタン */
#search .btn a {
  max-width: 375px;
  background: #f3c11c;
  box-shadow: 0 4px 0 #e1b218;
  color: #333;
}
#search .btn a::before {
  content: "";
  display: block;
  width: 30px;
  height: 33px;
  background: url(../img/icon_search.png) no-repeat center/cover;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
}

/* ▼▼▼ 検索結果
------------------------------------------------------*/
.search_results {
  display: flex;
  justify-content: space-between;
  background: #f7f7f7;
  padding: 25px;
  margin-bottom: 30px;
}
.search_results_txt {
  margin-bottom: 10px;
  color: #295698;
  font-size: 18px;
  font-weight: bold;
}
.search_results_txt::before {
  content: "検索結果：";
}
.search_results_txt::after {
  content: "件";
}
.search_conditions_txt::before {
  content: "検索条件：";
}
.search_results > div {
  width: calc(100% - 220px);
}
.search_results p.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3c11c;
  box-shadow: 0 4px 0 #e1b218;
  border-radius: 5px;
  width: 200px;
  height: 60px;
  margin-left: 20px;
  padding: 15px 15px 15px 55px;
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.search_results p.btn:hover {
  cursor: pointer;
}
.search_results p.btn::before {
  content: "";
  display: block;
  width: 30px;
  height: 33px;
  background: url(../img/icon_search.png) no-repeat center / cover;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
}
.sort {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}
.sort select {
  width: 100%;
  max-width: 225px;
  border: 3px solid #ccc !important;
  border-radius: 5px;
  padding: 10px 35px 10px 10px;
  color: #333;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.sort::after {
  content: "";
  width: 12px;
  height: 6px;
  background: url(../img/sort_arrow.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}
.sort::before {
  content: "並び替え：";
  margin-right: 5px;
}
#search_results #search {
  display: none;
  margin-bottom: 50px;
}

/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {
  /* ▼ mainVisual
	----------------------------------------*/
  #mainVisual .container {
    padding: 0;
  }

  /* ▼ pickup
	----------------------------------------*/
  #pickup {
    padding: 2% 20px 20px;
    margin-bottom: 5%;
  }
  #pickup h2 {
    max-width: 260px;
    margin: -9% auto 3%;
  }
  #pickup h2::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #295698;
    border-bottom: 0;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -9px;
  }
  #pickup h2 span {
    font-size: 26px;
  }
  #pickup p {
    text-align: center;
  }

  /* ▼ 2024/04/25 一時的な対応 ここから */
  /* #pickup img:nth-child(1) {
            width: 100%;
            margin-right: 0%;
            margin-bottom: 5%;
        }
        #pickup img:nth-child(2) {
            width: 100%;
            margin-bottom: 5%;
        } */
  /* ▲ 2024/04/25 一時的な対応 ここまで */

  #pickup .flex_box .pickup_img {
    max-width: 100%;
    margin: 0 auto 20px;
  }
  #pickup .flex_box .pickup_txt {
    width: 100%;
  }
  #pickup .flex_box .pickup_txt li {
    font-size: 16px;
  }

  /* ▼ point
	----------------------------------------*/
  #point {
    padding: 20px 0 20px;
    position: relative;
  }
  #point::before {
    content: "";
    display: block;
    width: 115%;
    height: 100%;
    background: #e7f6f7;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: -1;
  }
  #point h2 {
    font-size: 24px;
  }
  #point h2::after,
  #point h2::before {
    display: none;
    width: ;
    height: 27px;
    background: url(../img/point_title_bg.png) center center / cover no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #point h2::before {
    left: 0;
  }
  #point h2::after {
    right: 0;
  }
  #point h3 {
    padding: 15px;
  }

  /* ▼ voice
	----------------------------------------*/
  #voice  .voice_content {
    padding: 15px;
  }
  #voice span {
    /* font-size: 25px; */
    text-align: center;
  }
  #voice .sub_title {
    background: none;
    padding: 0;
  }
  #voice h2 {
    padding: 10px 4%;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.3;
  }
  #voice .voice_rank li th {
    line-height: 1.5;
  }
  #voice .voice_rank li {
    display: block;
    padding: 20px 15px;
    margin-bottom: 15px;
    line-height: 1.2;
    position: relative;
  }
  #voice ul.voice_rank li:last-child {
    margin-bottom: 0;
  }
  #voice .voice_rank li > div {
    width: 100%;
    padding: 0 0 10px 0;
  }
  #voice .voice_rank li > div::before {
    width: 40px;
    height: 40px;
    left: -3px;
    top: -7px;
    bottom: auto;
  }
  #voice ul.voice_rank li h3 {
    font-size: 15px;
    padding-left: 50px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  #voice ul.voice_rank li p {
    padding-right: 70px;
  }
  #voice ul.voice_rank table td {
    /* font-size: 70%; */
  }
  #voice ul.voice_rank li .btn a {
    width: 60px;
    height: 45px;
    padding: 10px;
    font-size: 13px;
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
  }

  /* ▼ rank_box
	----------------------------------------*/
  .rank_list li {
    margin-bottom: 40px;
  }
  .rank_list li::before {
    content: "";
    display: block;
    width: 50px;
    height: 60px;
    top: -20px;
    left: 9px;
  }
  .rank_list h2 {
    font-size: 20px;
    margin: 9% 0;
  }
  .rank_list .recommendation {
    margin-bottom: 7%;
  }
  .rank_list .recommendation h3 {
  }
  .recommendation > div {
    padding: 0 0 15px 0;
  }
  .recommendation > div:not(:last-child) {
    border-bottom: 2px dotted #bfa275;
  }
  .recommendation > div:last-child {
    margin-bottom: 0;
  }
  .recommendation > div::before {
    width: 21px;
    height: 18.5px;
    top: 5px;
  }
  .recommendation > div p:first-child {
    padding-left: 32px;
    font-size: 17px;
    line-height: 1.4;
  }
  /* ▼ 2024/04/25 一時的な対応 ここから */
  .recommendation img {
    width: 100%;
  }
  .recommendation > div p img:not(:first-child) {
    margin-top: 0;
  }
  /* ▲ 2024/04/25 一時的な対応 ここまで */
  .rank_list .btn {
    margin-bottom: 7%;
    text-align: center;
  }

  /* reviews*/
  .reviews .slider {
    /* width: 80%; */
    margin: 0 auto 40px;
  }
  .slider_box {
    padding: 20px;
  }
  .slider_box .flex_box {
    display: block !important;
  }
  .slider_box div .txt {
    padding-left: 0;
  }
  .slider_box div .txt h4 {
    margin-top: 10px;
    font-size: 17px;
  }
  .slider_box div .txt .star {
    font-size: 25px;
  }
  /* arrowsカスタム */
  .slider_box .slick-prev,
  .slider_box .slick-next {
    width: 20px;
    height: 35px;
    top: 50%;
  }
  .slick-prev {
    left: -35px;
  }
  .slick-next {
    right: -35px;
  }
  .slick-next:before {
    content: url(../img/slide_arrow_next.png) !important;
  }
  .slick-prev:before {
    content: url(../img/slide_arrow_prev.png) !important;
  }
  .slick-prev:before,
  .slick-next:before {
    opacity: 1;
  }

  .reviews .google_review {
    margin: 0 auto 40px;
  }

  .google_review .lede {
    color: #e6290f;
  }

  /* comment*/
  .comment {
    margin-bottom: 60px;
  }
  /* campaign*/
  .campaign {
    padding: 15px;
  }
  .campaign h3 {
    max-width: 400px;
    margin: -60px auto 10px;
  }
  .campaign div.mb20 p {
    text-align: center;
    font-size: 16px;
  }

  /* ▼ search
	----------------------------------------*/
  #search {
    background: #4ac7c7;
    border-radius: 10px;
    padding: 20px;
  }
  #search > div {
    padding: 15px 20px 20px;
  }
  #search h2 {
    font-size: 21px;
  }
  #search h2::after,
  #search h2::before {
    display: none;
  }
  #search h2::before {
    left: 0;
  }
  #search h2::after {
    right: 0;
  }
  #search .check_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #search .check_list li {
    width: 50%;
    margin: 2% 0;
  }
  /* ボタン */
  #search .btn a {
    max-width: 375px;
    background: #f3c11c;
    box-shadow: 0 4px 0 #e1b218;
    color: #333;
  }
  #search .btn a::before {
    width: 26px;
    height: 28px;
    left: 22px;
  }
  /* ▼▼▼ 検索結果
	------------------------------------------------------*/
  .search_results {
    padding: 15px 0px;
    margin-bottom: 20px;
    position: relative;
  }
  .search_results::before {
    content: "";
    display: block;
    width: 120%;
    height: 100%;
    background: #f7f7f7;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: -1;
  }
  .search_results > div {
    width: calc(100% - 140px);
  }
  .search_results_txt {
    font-size: 15px;
  }
  .search_results p.btn {
    width: 120px;
    margin-left: 15px;
    padding: 15px 15px 15px 45px;
    font-size: 14px;
  }
  .search_results p.btn::before {
    width: 25px;
    height: 28px;
    left: 11px;
  }
  .sort {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 25px;
  }
  .sort select {
    width: 100%;
    max-width: 150px;
  }
  .sort::before {
    content: "並び替え：";
    margin-right: 5px;
  }
}

.rank_list li table p {
  /* text-align: center; */
  /* margin: auto; */
}

.voice_rank li table p {
  text-align: center;
}

.voice_rank li table p span {
  color: #000 !important;
  /* font-size: 70% !important; */
}

@media screen and (max-width: 768px) {
  #voice ul.voice_rank li table p {
    padding-right: 0px;
  }
  .rank_list li table p span {
    /* font-size: 70% !important; */
    text-align: center;
  }
}

.review_detail {
  position: relative;
}

.review_text {
  max-height: 90px; /* 初期状態の高さ */
  overflow: hidden; /* はみ出た部分を非表示 */
  transition: max-height 0.3s ease;
}

@media screen and (max-width: 768px) {
  .review_text {
    max-height: 78px; /* 初期状態の高さ */
  }
}

.review_detail.expanded .review_text {
  max-height: none; /* 制限解除 */
}

.toggle_button {
  width: 100px;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  background-color: #fff;
  color: #007bff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
}

.toggle_button.hidden {
  display: none; /* 高さが十分に小さい場合はボタンを非表示 */
}

/* comparison */
/* ===== Comparison Table ===== */
#comparison_table {
  background-color: #e7f7f7;
  margin: 40px auto;
  padding: 20px;
}

#comparison_table .title_box {
  background: #0f3575;
  position: relative;
  text-align: center;
  margin: 0 auto 20px;
  padding: 8px 18px 8px;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid transparent;
  max-width: 480px;
}

#comparison_table .comparison-title {
  text-align: center;
  margin-bottom: 30px;
}

#comparison_table .comparison-subtitle {
  display: inline-block;
  background: #4ac7c7;
  color: #fff;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

#comparison_table .comparison-heading {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  color: #333;
  text-align: center;
}

#comparison_table .txt_yellow {
  color: #f39800;
}

.reviews {
  margin-top: 50px;
}

#comparison_table .table-wrap {
  margin: 0 auto;
  overflow-x: auto;
}

#comparison_table .comparison-table {
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  text-align: center;
  margin: 0 auto;
  font-size: 12px !important;
}

#comparison_table .comparison-table tbody tr span {
  font-size: 12px !important;
}

#comparison_table .comparison-table th,
#comparison_table .comparison-table td {
  padding: 16px 14px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  line-height: 1.5;
  text-align: center;
  width: auto;
}

#comparison_table .comparison-table td img {
  max-width: 37px;
  height: auto;
  display: block;
  margin: auto;
}

#comparison_table .comparison-table .row-head {
  position: sticky;
  left: 0;
  z-index: 2;
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  background-color: #4ac7c7;
  border: 1px solid #e8e3e0;
  text-align: center;
  vertical-align: middle;
}

#comparison_table .comparison-table .row-text {
  text-align: center;
}

#comparison_table .comparison-table .btn {
  margin-bottom: 7%;
  text-align: center;
  a {
    font-size: 12px;
  }
}

#comparison_table .comparison-table thead th {
  font-weight: 700;
  border-bottom: 1px solid #e8e3e0;
  background: #fff;
  color: #000;
}

#comparison_table .merchant-figure {
  place-items: center;
  max-width: 160px;
  border-radius: 8px;
  overflow: hidden;
  height: 56px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
}
#comparison_table .merchant-figure img {
  height: 100%;
  object-fit: contain;
  max-height: 56px;
  width: auto;
  max-width: 100%;
  display: block;
}

#comparison_table .merchant-name {
  display: inline-block;
  font-weight: 700;
  margin-top: 4px;
}
#comparison_table .merchant-name:hover {
  text-decoration: underline;
}

#comparison_table .btn-cta:focus-visible {
  outline: 2px solid #5b2b63;
  outline-offset: 2px;
}

#comparison_table .comparison-table tbody tr:last-child td {
  vertical-align: bottom;
}

#comparison_table .btn a::after {
  content: none;
}

#comparison_table .btn a::before {
  animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  #comparison_table .sub_title {
    font-size: 16px;
    letter-spacing: 0.08em;
    margin: 0;
    text-align: center;
  }
  #comparison_table .title {
    font-size: clamp(20px, 3.2vw, 34px);
  }
  #comparison_table .comparison-table th,
  #comparison_table .comparison-table td {
    padding: 14px 10px;
    min-width: 140px;
  }
  #comparison_table .comparison-table .row-head {
    min-width: 30px;
  }

  #comparison_table .comparison-table .btn a {
    font-size: 12px;
  }
  #comparison_table .recommend-content-sp {
    text-align: center;

    span {
      text-align: center;
    }
  }

  #comparison_table .comparison-title {
    margin-bottom: 20px;
  }

  #comparison_table .comparison-subtitle {
    font-size: 14px;
    padding: 4px 16px;
    margin-bottom: 10px;
  }

  #comparison_table .comparison-heading {
    font-size: 20px;
  }
}

.recommend-content-sp span {
  /* text-align: center; */
  /* display: block; */
}

/* ▼ store-locations (店舗一覧アコーディオン)
----------------------------------------*/
.store-locations {
  margin-top: 20px;
}

.store-region {
  margin-bottom: 10px;
}

.region-header {
  width: 100%;
  background: #4ac7c7;
  color: #fff;
  padding: 15px 20px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
  position: relative;
}

.region-header:hover {
  background: #3eb5b5;
}

.region-header .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
  transition: transform 0.3s ease;
}

.store-region.expanded .region-header .arrow {
  transform: rotate(180deg);
}

.region-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.store-region.expanded .region-content {
  /* max-height will be set by JavaScript */
}

.clinic-list {
  padding: 15px;
  margin: 0;
}

/* ▼ shop list
----------------------------------------*/
.shop {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}

.shop:last-child {
  border-bottom: none;
}

.shop-image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 12px;
  background: #f5f5f5;
}

.shop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-info {
  flex: 1;
  min-width: 0;
}

.shop-name {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 1px;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.shop-name:hover {
  color: #4ac7c7;
  text-decoration: underline !important;
}

.shop-address {
  font-size: 14px;
  color: #666;
}

.shop-station {
  font-size: 11px;
  color: #666;
  line-height: 1.4;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shop-btn {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #4ac7c7;
  color: #fff;
  padding: 10px 16px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-left: 12px;
}

.shop-btn:hover {
  background: #3eb5b5;
}

.shop-btn .btn-icon {
  width: 16px;
  height: 16px;
}

/* ▼ modal
----------------------------------------*/
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow-y: auto;
  padding: 20px;
}

.modal-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: #fff;
  border-radius: 10px;
  max-width: 500px;
  width: 100%;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  max-height: 90vh;
  overflow-y: auto;
}

.modal-close {
  position: absolute;
  top: 4px;
  right: 15px;
  background: none;
  border: none;
  font-size: 32px;
  color: #666;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease;
  z-index: 1;
}

.modal-close:hover {
  background: #f5f5f5;
  color: #333;
}

.modal-header {
  background: #4ac7c7;
  color: #fff;
  padding: 10px 60px 10px 20px;
  border-radius: 10px 10px 0 0;
}

.modal-header h3 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}

.modal-body {
  padding: 20px;
}

.modal-map {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.modal-map iframe {
  display: block;
}

.modal-info-list {
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}

.modal-info-row {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}

.modal-info-row:last-child {
  border-bottom: none;
}

.modal-info-label {
  flex: 0 0 80px;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 10px 6px;
  background-color: #f0fafa;
  color: #4ac7c7;
  font-weight: bold;
  font-size: 13px;
  white-space: nowrap;
}

.modal-info-value {
  flex: 1;
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  border-left: 1px solid #e0e0e0;
}

.modal-info-label .info-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .region-header {
    padding: 12px 15px;
    font-size: 16px;
  }

  .clinic-list {
    padding: 10px 15px;
  }

  .shop {
    padding: 8px 0;
  }

  .shop-image {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .shop-name {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .shop-address {
    font-size: 12px;
  }

  .shop-station {
    font-size: 8px;
  }

  .shop-btn {
    padding: 8px 12px;
    font-size: 12px;
    margin-left: 8px;
  }

  .shop-btn .btn-icon {
    width: 14px;
    height: 14px;
  }

  .modal-overlay {
    padding: 10px;
  }

  .modal-content {
    max-height: 95vh;
  }

  .modal-header h3 {
    font-size: 18px;
  }

  .modal-body {
    padding: 15px;
  }

  .modal-map iframe {
    height: 215px;
  }

  .modal-info-label {
    flex: 0 0 80px;
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    padding: 8px 4px;
    font-size: 11px;
  }

  .modal-info-value {
    padding: 8px 10px;
    font-size: 11px;
  }
}

/* slider */
.anno {
  color: #474747;
  font-size: 9px;
  text-align: right;
  margin-top: 0;
}

.case-section {
  margin: 40px auto;
  position: relative;
  isolation: isolate;
}

.case-title {
  text-align: center;
  font-size: 1.6rem;
  color: #2a5d99;
  margin-bottom: 0;
}

.slide.active {
  display: flex;
}

.slide img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 5px;
}

.case-info p {
  margin: 6px 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
}

.case-info img {
  display: block;
  margin: auto;
}

.case-info--pane {
  background: linear-gradient(180deg, #f5faff 0%, #ffffff 100%);
  border: 2px solid #aac1dd;
  border-radius: 12px;
  padding: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(58, 142, 219, 0.08);
}

.case-info--pane::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 4px;
  border-radius: 4px;
  opacity: 0.9;
}

.case-info--pane .info-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 10px 16px;
  align-items: start;
  padding: 7px 0;
  border-bottom: 1px dashed #dbeafa;
}

.case-info--pane .info-row:last-child {
  border-bottom: none;
}

.case-info--pane .info-row--full {
  padding-bottom: 4px;
}

.case-info--pane .info-label {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  background: #e9f2fb;
  color: #1e4d85;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 999px;
  white-space: nowrap;
  border: 1px solid #cfe5f8;
}

.case-info--pane .info-label .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 0, "opsz" 20;
  font-size: 18px;
  line-height: 1;
  color: #2a5d99;
}

.case-info--pane .info-text {
  font-size: 14px;
  line-height: 1.5;
  color: #2b2b2b;
  text-align: left;
}

.slider {
  position: relative;
  border-radius: 12px;
  overflow-x: hidden;
}

.slides {
  position: relative;
  z-index: 1;
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
  touch-action: pan-y;
}

.slide {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: 10px 20px 30px;
}

.slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #cfe5f8;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, transform 0.2s;
  z-index: 5;
}

.slider .arrow:hover {
  background: #3a8edb;
  color: #fff;
  transform: translateY(-50%) scale(1.05);
}

.slider .arrow.prev {
  left: 0;
}

.slider .arrow.next {
  right: 0;
}

.slider .arrow .material-symbols-outlined {
  font-size: 24px;
  color: inherit;
}

.slider .arrow::before {
  opacity: 0;
}

.case-section .dots {
  position: absolute !important;
  left: 50% !important;
  bottom: 12px !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  gap: 8px !important;
  z-index: 1000 !important;
  pointer-events: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.case-section .dots button {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  border: 0;
  background: #cfd8e3;
  cursor: pointer;
}

.case-section .dots button.active {
  background: #4c8bf5;
}

@media (max-width: 600px) {
  .case-info--pane .info-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .case-info--pane .info-label {
    width: fit-content;
  }

  .slide {
    padding: 10px 0 30px;
  }

  h2 .material-symbols-outlined {
    margin-right: 5px;
  }
}
