@charset "UTF-8";
/* CSS Document */

.tourList h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/ranking_icon.png);
}

#staff .ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/ranking_icon.png);
}

.l-orange .tourList {
  background-color: #fdf6e5;
}

.attractive {
  background-color: #fff;
}

.tourList_wrap article {
  padding: 40px 15px;
  position: relative;
}

.tourList_wrap h3 {
  position: absolute;
  top: 3px;
  width: 5em;
}
.tourList__cg figure img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.tourList_wrap .body {
  background-color: #fff;
  min-height: 160px;
}

.tourList_wrap h4 {
  font-size: 1.2rem;
  padding: 15px 15px 0;
  min-height: 60px;
}

.tourList_wrap .body p {
  padding: 15px;
  min-height: 100px;
}

.tourList_wrap .body dl {
  padding: 15px 15px 0;
  font-size: 0.8rem;
  color: #eba600;
}
.tourList_wrap .body dl dt::before {
  content: "▼";
  display: inline-block;
  margin-right: 6px;
  font-size: 12px;
}
.tourList_wrap .body dl dd {
  font-weight: bold;
}

.tourList__cg {
  opacity: 0;
}

.tourList__cg.slick-initialized {
  opacity: 1;
}

.tourList__cg:not(.is-slick-ready) {
  display: none;
}

.tourList__cg.slick-initialized {
  display: block;
}

/* .tourList__cg .slick-track {
  display: flex;
} */

.tourList__cg .slick-slide {
  height: auto;
}

.tourList_wrap a:last-child {
  padding-right: 0;
}

.tourList_wrap a:first-child {
  padding-left: 0;
}

.sliderWrap {
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

/* スライダードット */

.slick-dots {
  padding: 10px 0;
}
.tourList__cg .slick-dots li button:before {
  content: none;
}

.tourList__cg .slick-dots li button {
  font-size: 13px;
  width: auto;
  height: auto;
  padding: 4px 8px;
  border-radius: 999px;
  color: #eba600;
}

.tourList__cg .slick-dots li.slick-active button {
  font-weight: bold;
}

.tourList__cg .slick-dots li.slick-active button {
  font-size: 1.3rem;
  font-weight: bold;
}

/* スタッフより一言背景 */

.l-orange .attractive .advice__txt {
  background-color: #f9e4b2;
}

/* ボタン */
.l-orange .tourList__nav a {
  background-color: #f3cc6c;
}

/* 添乗員のおすすめカテゴリー */

.point .point__txt::before {
  display: none;
}

.point .point__txt h3 {
  position: relative;
  margin-left: 3rem;
  /* background: linear-gradient(transparent 70%, #ffe4a3 70%); */
  display: inline-block;
  /* margin: 0 auto; */
  line-height: 2rem;
  font-style: normal;
  font-weight: bold;
  border-bottom: dashed 1px #eb8f00;
  color: #f17d05;
}

.point__txt h3::before {
  background-image: url(/shikitabi/images/special/common/flag_icon.png);
}

.point__txt h3::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 3rem;
  height: 2.5rem;
  position: absolute;
  left: -2.5rem;
}

.point .point__txt p {
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 10px;
}

.point .point__txt p em {
  background: linear-gradient(transparent 70%, #ffe4a3 70%);
  font-style: normal;
  font-weight: bold;
}

.nav li .point_nav:before {
  background-image: url(/shikitabi/images/special/common/tourList_icon.png);
}

.point h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/tourList_icon.png);
}

@media (min-width: 768px) {
  .point .point__txt {
    padding: 5px 20px 0 0;
    width: 50%;
  }
}
