@charset "UTF-8";

.mg10 {
  margin: 10px 0;
}

.point .point__txt::before {
  content: none;
}

.point .point__cg {
  padding: 20px 0 10px 0;
}

#attractive .point__cg {
  padding: 0 0 10px 0;
}

#point h2.ttl_sec:before {
  background-image: url(/shikitabi/images/tour_2021/mountain_icon.svg);
}

#about h2.ttl_sec:before {
  background-image: url(/shikitabi/images/tour_2021/torii_icon.svg);
}

.l-green #attractive {
  background-image: none;
}

#attractive .point_wrap h3 {
  font-size: 1.2rem;
  background: linear-gradient(transparent 70%, #daeabc 70%);
}

.point .bnr {
  margin: 20px 0;
}

.point .bnr img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  box-shadow: 2px 2px 4px gray;
  border-radius: 5px;
  display: block;
}

#point h3 {
  position: relative;
  padding: 0.6em;
  background: #daeabc;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#point h4 {
  font-size: 1.1rem;
}

#point h3:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #daeabc;
  width: 0;
  height: 0;
}

.report h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special_ohitori/report_icon.png);
}

@media (min-width: 721px) {
  .point .point__txt {
    padding: 0px 20px 0 0;
    width: 50%;
  }

  #attractive .point__figure {
    width: 50%;
    padding-right: 20px;
    padding-left: 0;
    margin-top: 0;
  }

  #attractive .point__txt {
    padding: 0px 0 20px 0;
    width: 50%;
  }

  #attractive .point__cg {
    padding: 20px 0 10px 0;
  }

  .point .bnr a {
    display: block;
    width: 60%;
    margin: 0 auto;
  }

  #point h3 {
    margin-bottom: 30px;
  }

  .tourList .lineup__card {
    width: calc((1000px - 40px) / 3);
    margin-bottom: 210px;
    position: relative;
    height: 100%;
  }

  .point .point__ｆigure,
  .point .point__figure {
    padding-left: 0;
    padding-right: 20px;
  }
}

/*=======================================

 .review 口コミ

=======================================*/

.reviewBox_name {
  display: flex;
  align-items: center;
  margin: 20px;
}

.reviewBox_img img {
  width: 100%;
  min-height: 195px;
  display: block;
}

.reviewBox_name figure {
  width: 30%;
  margin-right: 10px;
}

.reviewBox_name h4 {
  width: 70%;
  font-size: 1.4rem;
}

.reviewBox_cg .reviewBox_cg_a {
  /* background-color: #f1faff; */
  /* border: none; */
  padding: 0;
}

/* 閉じた状態の見た目 */
.rBt_txt.collapsed {
  max-height: 120px; /* 高さ制限 */
}

/* フェード（下にグラデーション） */
.rBt_txt.collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

/* 自動追加されるボタン */
.readmore-btn {
  display: block;
  width: 120px;
  margin: 1cqh auto 0;
  background: #0085c7;
  color: #fff;
  border: none;
  padding: 4px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s;
  text-align: center;
  z-index: 4;
}

/* WEBアンケート /　紙アンケート　CSS*/

.reviewBox_img {
  margin: 0 16px 10px;
}
.reviewBox_cg_a {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.review_type {
  font-size: 1rem;
  font-weight: 700;

  padding: 10px 16px;
  color: #fff;
}

.reviewBox_cg.is-paper .review_type {
  background-color: #7b5a12;
}

/* .reviewBox_cg.is-paper .rBt_sub {
  border-bottom: 1px dotted #7b5a12;
} */

.reviewBox_cg .rBt_sub {
  border-bottom: none;
}

.is-paper .review_meta {
  border-bottom: 1px dotted #7b5a12;
}

.reviewBox_cg.is-paper .readmore-btn {
  background: #7b5a12;
}

.reviewBox_cg.is-web .review_type {
  background-color: #145b7d;
}

/* .reviewBox_cg.is-web .rBt_sub {
  border-bottom: 1px dotted #145b7d;
} */

.is-web .review_meta {
  border-bottom: 1px dotted #145b7d;
}

.reviewBox_cg.is-web .readmore-btn {
  background: #145b7d;
}

.review_meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 60px;
  margin: 16px;
}

.review_meta .rBt_star,
.review_meta .rBt_sub {
  margin: 0;
  min-height: 26px;
}

.reviewBox_cg.is-web .reviewBox_txt {
  background: #f8fbfd;
  border: 1px solid #d9e8ef;
  border-radius: 12px;
  padding: 15px;
  margin: 0 16px 20px;
}

.reviewBox_cg.is-web .rBt_txt.collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f8fbfd);
  margin: 0 20px;
}

@media screen and (min-width: 768px) {
  .rBt_txt.collapsed::after {
    bottom: 60px;
  }

  #page_shikitabi .review_box {
    padding: 0;
    margin: 20px 0;
  }

  /* .reviewBox_cg .reviewBox_cg_a {
    padding: 10px;
  } */
}

/*==========================
ohitorireport
=======================*/
.ohitorireport__box {
  background: #ffedc1;
  border-radius: 5px;
  padding: 10px;
  margin: 20px 0;
}

.ohitorireport__q {
  text-indent: -2rem;
  padding: 10px 0 10px 40px;
}

.ohitorireport__q::before {
  background-image: url(/shikitabi/images/special_ohitori/q_icon.png);
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
  width: 1.7rem;
  height: 1.7rem;
  margin-top: -4px;
}

.ohitorireport__a {
  background: #fff;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
}

.ohitorireport__a__box {
  text-align: center;
  margin: 30px 0px;
}

.ohitorireport__a__box h4 {
  margin: 20px 0;
}

.fontsize_small {
  font-size: 0.8rem;
}

/* slick矢印ボタン */
.review .slick-btn {
  position: absolute;
  width: 55px;
  height: 55px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 160px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.review .slick-btn:hover {
  opacity: 0.7;
}

.review .slick-btn-prev {
  background-image: url(../../images/tour_2021/slide_preview.png);
  left: 0;
}

.review .slick-btn-next {
  background-image: url(../../images/tour_2021/slide_next.png);
  right: 0;
}

.slick-arrow {
  z-index: 2;
}

.review .label {
  display: flex;
  align-items: center;
  margin: 0px 3vw 0;
  color: #fff;
  font-weight: bold;
  height: 30px;
  box-sizing: border-box;
  background-color: #eb8f00;

  padding: 0 20px;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .review .label {
    margin: 0px 10px 0;
  }

  .ohitorireport__box {
    margin: 20px auto;
    width: 80%;
  }

  .pc_flex {
    display: flex;
  }

  .reportBox_img {
    width: 35%;
  }

  .reportBox_img img {
    width: 100%;
  }

  .reportBox_right {
    width: 60%;
    margin-left: 5%;
  }

  .reportBox_btn {
    width: 70%;
    margin: 0 auto;
  }
}
