@charset "UTF-8";
/* CSS Document */

/*====================

共通

=====================*/

* {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

.pcDisplayNone {
  display: block;
}

.spDisplayNone {
  display: none;
}

.br_sp {
  display: inline-block;
}

.l-hContainer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.l-wContainer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

li {
  list-style-type: none;
}

.red {
  color: red;
}

main {
  padding-top: 31%;
  font-size: 1rem;
  line-height: normal;
}

p {
  line-height: 1.7;
}

.tourList .tourCard__thumbnail figure img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.visuallyHidden {
  clip: rect(0 0 0 0);
  position: absolute;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

/* h2タイトル */

h2.ttl_sec {
  display: flex;
  display: -ms-flex;
  align-items: center;
  height: 60px;
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  /* margin: 0 0 30px; */
  padding: 3px 5px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.popularTour,
.attractive,
.point,
.calendar,
.tourList,
.tourListDay,
.similarContents,
.tourItem,
.qanda,
.calculation,
.coupon,
.plan,
.departureplace,
.about,
.keyword,
.ranking,
.grouptour {
  padding-top: 30px;
  padding-bottom: 30px;
}

a:hover {
  opacity: 0.7;
}

.font_bold {
  font-weight: bold;
}

@media (min-width: 721px) {
  .l-wContainer {
    width: 1000px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .l-hContainer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pcDisplayNone {
    display: none;
  }

  .spDisplayNone {
    display: block;
    /* margin: 0 auto; */
  }

  .br_sp {
    display: none;
  }

  main {
    padding-top: 6.1rem;
  }

  .popularTour,
  .attractive,
  .point,
  .calendar,
  .tourList,
  .tourListDay,
  .similarContents,
  .tourItem,
  .qanda,
  .plan,
  .departureplace,
  .about,
  .keyword,
  .ranking,
  .grouptour,
  .simple {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  h2.ttl_sec {
    font-size: 1.5rem;
  }
}

/*====================

  #hero

=====================*/

/* .l-red.newyearpre .tourList {
  background-image: url(/shikitabi/images/special_newyearpre/bg_syogatsu4.jpg);
} */

.hero .mainvisual picture {
  display: block;
}

@media (min-width: 721px) {
  .heroContainer {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 1000px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .l-pink .hero {
    background-image: url(/shikitabi/images/special/common/bg_stripe_pink.png);
  }

  .l-red .hero {
    background-image: url(/shikitabi/images/special/common/bg_stripe_red.png);
  }

  .l-lightblue .hero {
    background-image: url(/shikitabi/images/special/common/bg_stripe_lightblue.png);
  }

  .l-navy .hero {
    background-image: url(/shikitabi/images/special/common/bg_stripe_navy.png);
  }

  .l-green .hero {
    background-image: url(/shikitabi/images/special/common/bg_stripe_green.png);
  }

  .l-orange .hero {
    background-image: url(/shikitabi/images/special/common/bg_stripe_orange.png);
  }

  .l-blue .hero {
    background-image: url(/shikitabi/images/special/common/bg_stripe_blue.png);
  }

  .l-purple .hero {
    background-image: url(/shikitabi/images/special/common/bg_stripe_purple.png);
  }

  /* 正月 */

  .l-red.newyearpre .hero {
    background-image: url(/shikitabi/images/special_newyearpre/bg_syogatsu3.jpg);
    background-size: cover;
  }

  .l-orange.hatsumoude .hero {
    background-image: url(/shikitabi/images/special_newyearpre/bg_syogatsu4.jpg);
    background-size: cover;
  }
}

/*====================

  #nav

=====================*/

.l-pink .nav {
  background-color: #f7d3dc;
}

.l-red .nav {
  background-color: #edc9ca;
}

.l-lightblue .nav {
  background-color: #d4ecf7;
}

.l-navy .nav {
  background-color: #d9dae5;
}

.l-green .nav {
  background-color: #e7f1d3;
}

.l-orange .nav {
  background-color: #fbedcc;
}

.l-blue .nav {
  background-color: #cce7f4;
}

.l-purple .nav {
  background-color: #f7f0ff;
}

.nav ul {
  border-radius: 10px;
}

.l-pink .nav ul {
  background-color: #fdf6f8;
}

.l-red .nav ul {
  background-color: #fff0f0;
}

.l-lightblue .nav ul {
  background-color: #f1f9fd;
}

.l-navy .nav ul {
  background-color: #f7f7ff;
}

.l-green .nav ul {
  background-color: #fcfff6;
}

.l-orange .nav ul {
  background-color: #f9f3e6;
}

.l-blue .nav ul {
  background-color: #f1faff;
}

.nav li + li {
  border-top: solid 1px #909090;
}

.nav li .navList {
  pointer-events: all;
  position: relative;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding: 20px 50px 20px 20px;
  font-weight: bold;
  cursor: pointer;
  text-align: left;
  line-height: 1.4;
}

.nav li .navList::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 15px;
  width: 1.5rem;
  height: 1.5rem;
}

.nav li .popularTour_nav:before {
  background-image: url(/shikitabi/images/special/common/popular_icon.png);
}

.nav li .attractive_nav__koyo:before {
  background-image: url(/shikitabi/images/special/common/attractive_koyo_icon.png);
}

.nav li .attractive_nav__strawberry:before {
  background-image: url(/shikitabi/images/special/common/attractive_strawberry_icon.png);
}

.nav li .calendar_nav:before {
  background-image: url(/shikitabi/images/special/common/calendar_icon.png);
}

.nav li .tourList_nav:before,
.nav li .plan_nav:before {
  background-image: url(/shikitabi/images/special/common/tourList_icon.png);
}

.nav li .point_nav:before {
  background-image: url(/shikitabi/images/special/common/point_icon.png);
}

.nav li .question_nav:before {
  background-image: url(/shikitabi/images/special/common/question_icon.png);
}

.nav li .attractive_nav:before {
  background-image: url(/shikitabi/images/tour_2021/charm_icon_pc.png);
}

.nav li .similarContents_nav:before {
  background-image: url(/shikitabi/images/special/common/similarContents_icon.png);
}

.nav li .calculation_nav:before {
  background-image: url(/shikitabi/images/special/common/calculation_icon.png);
}

.nav li .sakura:before {
  background-image: url(/shikitabi/images/special/common/sakura_icon.png);
}

.nav li .departureplace_nav:before {
  background-image: url(/shikitabi/images/tour_2021/departureplace_icon_pc.png);
}

.nav li .about_nav:before {
  background-image: url(/shikitabi/images/tour_2021/recommendation_icon_pc.png);
}

.nav li .keyword_nav:before {
  background-image: url(/shikitabi/images/special/common/kw_icon.png);
}

.nav li .ranking_nav:before {
  background-image: url(/shikitabi/images/special/common/ranking_icon.png);
}

.nav li .grouptour_nav:before {
  background-image: url(/shikitabi/images/special/common/group_icon.png);
}

.nav li .review_nav:before {
  background-image: url(/shikitabi/images/tour_2021/review_icon.png);
}

.nav li .navList::after {
  content: "";
  position: absolute;
  right: 25px;
  width: 0px;
  height: 0px;
  top: 38%;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.l-pink .nav li .navList::after {
  border-top: 10px solid #e36d8c;
}

.l-red .nav li .navList::after {
  border-top: 10px solid #b8272d;
}

.l-lightblue .nav li .navList::after {
  border-top: 10px solid #29a2d9;
}

.l-navy .nav li .navList::after {
  border-top: 10px solid #40467c;
}

.l-green .nav li .navList::after {
  border-top: 10px solid #86bb21;
}

.l-orange .nav li .navList::after {
  border-top: 10px solid #eba600;
}

.l-blue .nav li .navList::after {
  border-top: 10px solid #0085c7;
}

.l-purple .nav li .navList::after {
  border-top: 10px solid #a877bb;
}

.nav a {
  position: relative;
}

@media (min-width: 721px) {
  .nav ul {
    display: flex;
    justify-content: center;
  }

  .l-pink .nav ul,
  .l-red .nav ul,
  .l-lightblue .nav ul,
  .l-navy .nav ul,
  .l-green .nav ul,
  .l-orange .nav ul,
  .l-blue .nav ul {
    background-color: transparent;
  }

  .nav li {
    border-left: solid 1px #909090;
    width: calc(100% / 5);

    justify-content: center;
  }

  .nav li .navList {
    padding: 30px 20px 25px;
    justify-content: center;
    text-align: center;
  }

  .nav li + li {
    border-top: none;
  }

  .nav li:last-child {
    border-right: solid 1px #909090;
  }

  .nav li a {
    text-align: center;
  }

  .nav li .navList::before {
    left: 45%;
    top: 0;
    position: absolute;
    margin-right: 0;

    width: 1.8rem;
    height: 1.5rem;
  }

  .nav li .navList::after {
    right: 45%;
    top: 77px;
  }
}

/*====================

  #popularTour

=====================*/

.l-pink .popularTour {
  background-color: #fbe9ee;
}

.l-red .popularTour {
  background-color: #f4dfe0;
}

.l-lightblue .popularTour {
  background-color: #e9f6fb;
}

.l-navy .popularTour {
  background-color: #ececf2;
}

.l-green .popularTour {
  background-color: #f3f8e8;
}

.l-orange .popularTour {
  background-color: #fdf6e5;
}

.l-blue .popularTour {
  background-color: #e5f3f9;
}

h2.ttl_sec::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
  width: 1.8rem;
  height: 1.8rem;
}

.popularTour h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/popular_icon.png);
}

/* .popularTour_wrap {

} */

.popularTour__cg {
  display: flex;
}

/*---------
scrollbar ここから
---------*/

.scroll__inner {
  padding: 20px 0 30px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.simplebar-scrollbar::before {
  background: #666666;
  border-radius: 10px;
  height: 12px !important;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track {
  background: #dddddd;
  border-radius: 10px;
  height: 14px !important;
  margin: 0 20px;
}

/*---------
scrollbar　ここまで
---------*/

.popularTour .lineup__card {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  width: 300px;
}

/* .popularTour_wrap a:first-child {
  margin-left: 20px;
} */

.popularTour_wrap a + a {
  margin-left: 20px;
  display: block;
}

.popularTour_wrap a:first-child {
  padding-left: 15px;
}

.popularTour_wrap a:last-child {
  padding-right: 15px;
}

.popularTour .la__header {
  display: flex;
  flex-wrap: wrap;
}

.popularTour .tourCard__ttl {
  padding: 1rem 1.2rem 0;
  font-size: 1.25rem;
  order: 2;
  width: 100%;
}

.tourList .tourCard__iconWrap .tourCard__icon__daystay,
.popularTour .tourCard__iconWrap .tourCard__icon__daystay {
  color: #fff;
  border: none;
}

.l-pink .tourCard__icon__daystay {
  background-color: #e36d8c;
}

.l-red .tourCard__icon__daystay {
  background-color: #b8272d;
}

.l-lightblue .tourCard__icon__daystay {
  background-color: #29a2d9;
}

.l-navy .tourCard__icon__daystay {
  background-color: #40467c;
}

.l-green .tourCard__icon__daystay {
  background-color: #86bb21;
}

.l-orange .tourCard__icon__daystay {
  background-color: #eba600;
}

.l-blue .tourCard__icon__daystay {
  background-color: #0085c7;
}

.l-purple .tourCard__icon__daystay {
  background-color: #a877bb;
}

.popularTour .tourCard__iconWrap {
  padding: 1rem 1.2rem 0;
  order: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.popularTour .tourCard__iconWrap p {
  border: 1px solid;
  font-weight: bold;
  padding: 2px 5px;
  font-size: 0.8rem;
}

.popularTour .tourCard__iconWrap p + p {
  margin-left: 10px;
}

.l-pink .popularTour .tourCard__icon__month {
  border: 1px solid #e36d8c;
  color: #e36d8c;
}

.l-red .popularTour .tourCard__icon__month {
  border: 1px solid #b8272d;
  color: #b8272d;
}

.l-lightblue .popularTour .tourCard__icon__month {
  border: 1px solid #29a2d9;
  color: #29a2d9;
}

.l-navy .popularTour .tourCard__icon__month {
  border: 1px solid #40467c;
  color: #40467c;
}

.l-green .popularTour .tourCard__icon__month {
  border: 1px solid #86bb21;
  color: #86bb21;
}

.l-orange .popularTour .tourCard__icon__month {
  border: 1px solid #eba600;
  color: #eba600;
}

.l-blue .popularTour .tourCard__icon__month {
  border: 1px solid #0085c7;
  color: #0085c7;
}

.popularTour .tourCard__icon__prefectures {
  border: #aaaaaa;
  color: #aaaaaa;
}

.popularTour .tourCard__thumbnail {
  position: relative;
  width: 100%;
}

.popularTour .tourCard__thumbnail figure {
  margin: 0;
  order: 0;
}

.popularTour .tourCard__thumbnail figure img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.popularTour .tourCard__img__iconWrap {
  position: absolute;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 1rem 0;
}

.popularTour .tourCard__img_icon {
  background-color: #e9e9e9;
  opacity: 0.9;
  padding: 2px 8px;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 5px;
}

.popularTour .tourCard__img__iconWrap .tourCard__img_icon + .tourCard__img_icon {
  margin-left: 5px;
}

.popularTour .la__body {
  padding: 1rem 1.2rem 0;
}

.popularTour .tourCard__txt {
  font-size: 0.85rem;
}

.popularTour .tourCard__price {
  text-align: right;
  color: #ff1d25;
  font-size: 1.3rem;
  font-weight: bold;
}

.popularTour .tourCard__price span {
  font-size: 0.85rem;
  border-bottom: dashed 1px #ff1d25;
  vertical-align: middle;
  margin-right: 10px;
}

.kakaku_op {
  background-color: #ff1d25;
  padding: 2px 5px;
  color: #fff;
}
.popularTour .la__footer {
  padding: 1rem 1.2rem;
}

.popularTour .tourCard__btn {
  border-radius: 5px;
}

.l-pink .popularTour .tourCard__btn {
  background-color: #e36d8c;
}

.l-red .popularTour .tourCard__btn {
  background-color: #b8272d;
}

.l-lightblue .popularTour .tourCard__btn {
  background-color: #29a2d9;
}

.l-navy .popularTour .tourCard__btn {
  background-color: #40467c;
}

.l-green .popularTour .tourCard__btn {
  background-color: #86bb21;
}

.l-orange .popularTour .tourCard__btn {
  background-color: #eba600;
}

.l-blue .popularTour .tourCard__btn {
  background-color: #0085c7;
}

.tourCard__btn p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

@media (min-width: 721px) {
  .popularTour_wrap {
    width: 1000px;
    margin: 20px auto;
  }
  .scroll__inner {
    overflow-x: visible;
    padding: 0;
  }

  .popularTour__cg {
    flex-wrap: wrap;
  }

  .popularTour .lineup__card {
    width: calc((1000px - 40px) / 3);
    margin-bottom: 190px;
    position: relative;
    height: 100%;
  }

  .popularTour_wrap a:first-child {
    padding-left: 0;
  }

  .popularTour_wrap a + a {
    margin-left: 0;
  }

  /* .popularTour_wrap a:nth-child(4n - 1) {
    padding-left: 20px;
  }

  .popularTour_wrap a:nth-child(3n - 1) {
    padding-left: 20px;
  } */

  .popularTour_wrap a:nth-child(3n - 1) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popularTour_wrap a:last-child {
    padding-right: 0;
  }

  .popularTour .tourCard__price {
    font-size: 1.6rem;
    padding: 0 1.2rem 0;
  }

  .popularTour .la__body {
    position: absolute;
    bottom: 65px;
    width: 100%;
    padding: 0;
  }

  .popularTour .tourCard__txt {
    min-height: 74px;
    padding: 1rem 1.2rem 0;
  }

  .popularTour .la__footer {
    position: absolute;
    bottom: -2px;
    width: 100%;
    padding: 0;
  }
  .popularTour .tourCard__btn {
    margin: 1rem 1.2rem;
  }

  .popularTour__cg a:nth-child(-n + 3) {
    margin-bottom: 10px;
  }

  .popularTour__cg a:nth-child(n + 4) {
    margin: 10px 0;
  }
}
/*====================

  #attractive

=====================*/

.attractive h2.ttl_sec:before {
  background-image: url(/shikitabi/images/tour_2021/charm_icon_pc.png);
}

.attractive.koyo h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/attractive_koyo_icon.png);
}

.attractive.strawberry h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/attractive_strawberry_icon.png);
}

.attractive__txt {
  padding: 15px 0;
}

.attractive .advice__txt {
  border-radius: 10px;
  margin: 20px 0;
  position: relative;
}

.attractive a {
  text-decoration: underline;
  color: #1a0dab;
}

.l-pink .attractive .advice__txt {
  background-color: #f7d3dc;
}

.l-red .attractive .advice__txt {
  background-color: #eabec0;
}

.l-lightblue .attractive .advice__txt {
  background-color: #bee3f4;
}

.l-navy .attractive .advice__txt {
  background-color: #c5c7d7;
}

.l-green .attractive .advice__txt {
  background-color: #daeabc;
}

.l-orange .attractive .advice__txt {
  background-color: #f9e4b2;
}

.l-blue .attractive .advice__txt {
  background-color: #b2daee;
}

.l-purple .attractive .advice__txt {
  background-color: #f7f0ff;
}

.attractive .advice__txt::before {
  background-image: url(/shikitabi/images/special/common/advice__icon.png);
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 10rem;
  height: 1.5rem;
  top: -4px;
  left: 10px;
  position: absolute;
}

.attractive .advice__txt p {
  padding: 30px 20px 20px;
}

.attractive .small_txt {
  font-size: 0.8rem;
}

.attractive .em_s {
  line-height: 2rem;
  font-style: normal;
  font-weight: bold;
}

.l-pink .attractive .em_s {
  border-bottom: dotted 3px #e36d8c;
}

.l-red .attractive .em_s {
  border-bottom: dotted 3px #b8272d;
}

.l-lightblue .attractive .em_s {
  border-bottom: dotted 3px #29a2d9;
}

.l-navy .attractive .em_s {
  border-bottom: dotted 3px #40467c;
}

.l-green .attractive .em_s {
  border-bottom: dotted 3px #86bb21;
}

.l-orange .attractive .em_s {
  border-bottom: dotted 3px #eba600;
}

.l-blue .attractive .em_s {
  border-bottom: dotted 3px #0085c7;
}

.attractive .em_m {
  font-weight: bold;
  font-style: normal;
}

.l-pink .attractive .em_m {
  background-color: #f9dfe6;
}

.l-red .attractive .em_m {
  background-color: #efd0d1;
}

.l-lightblue .attractive .em_m {
  background-color: #d0ebf7;
}

.l-navy .attractive .em_m {
  background-color: #d5d6e2;
}

.l-green .attractive .em_m {
  background-color: #e4f0ce;
}

.l-orange .attractive .em_m {
  background-color: #fbebc7;
}

.l-blue .attractive .em_m {
  background-color: #c7e4f3;
}

@media (min-width: 721px) {
  .attractive .advice__txt::before {
    left: 30px;
  }
  .attractive .advice__txt p {
    padding: 30px 40px;
  }
}

/*====================

  #point

=====================*/

.l-pink .point {
  background-image: url(/shikitabi/images/special/common/bg_stripe_pink.png);
}

.l-red .point {
  background-image: url(/shikitabi/images/special/common/bg_stripe_red.png);
}

.l-lightblue .point {
  background-image: url(/shikitabi/images/special/common/bg_stripe_lightblue.png);
}

.l-navy .point {
  background-image: url(/shikitabi/images/special/common/bg_stripe_navy.png);
}

.l-green .point {
  background-image: url(/shikitabi/images/special/common/bg_stripe_green.png);
}

.l-orange .point {
  background-image: url(/shikitabi/images/special/common/bg_stripe_orange.png);
}

.l-blue .point {
  background-image: url(/shikitabi/images/special/common/bg_stripe_blue.png);
}

.l-purple .point {
  background-image: url(/shikitabi/images/special/common/bg_stripe_purple.png);
}

.point h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/point_icon.png);
}

.calculation h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/calculation_icon.png);
}

.sakura h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/sakura_icon.png);
}

.point .point__maintxt {
  margin: 20px 0;
}

.point .point__cg {
  padding: 80px 0 10px 0;
}

.point .point__txt {
  /* padding: 80px 0 10px 0; */
  position: relative;
}

.point .point__txt.h3none {
  padding: 20px 0;
}

.point .point__txt h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 20px;
}

.point .point__txt::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 5rem;
  height: 3rem;
  top: -60px;
  position: absolute;
}

.point .point__txt.h3none::before {
  display: none;
}

.l-pink .point_wrap .point__cg:nth-child(1) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point01_pink.png);
}

.l-pink .point_wrap .point__cg:nth-child(2) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point02_pink.png);
}

.l-pink .point_wrap .point__cg:nth-child(3) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point03_pink.png);
}

.l-red .point_wrap .point__cg:nth-child(1) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point01_red.png);
}

.l-red .point_wrap .point__cg:nth-child(2) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point02_red.png);
}

.l-red .point_wrap .point__cg:nth-child(3) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point03_red.png);
}

.l-lightblue .point_wrap .point__cg:nth-child(1) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point01_lightblue.png);
}

.l-lightblue .point_wrap .point__cg:nth-child(2) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point02_lightblue.png);
}

.l-lightblue .point_wrap .point__cg:nth-child(3) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point03_lightblue.png);
}

.l-navy .point_wrap .point__cg:nth-child(1) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point01_navy.png);
}

.l-navy .point_wrap .point__cg:nth-child(2) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point02_navy.png);
}

.l-navy .point_wrap .point__cg:nth-child(3) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point03_navy.png);
}

.l-navy .point_wrap .point__cg:nth-child(4) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point04_navy.png);
}

.l-navy .point_wrap .point__cg:nth-child(5) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point05_navy.png);
}

.l-navy .point_wrap .point__cg:nth-child(6) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point06_navy.png);
}

.l-navy .point_wrap .point__cg:nth-child(7) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point07_navy.png);
}

.l-navy .point_wrap .point__cg:nth-child(8) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point08_navy.png);
}

.l-green .point_wrap .point__cg:nth-child(1) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point01_green.png);
}

.l-green .point_wrap .point__cg:nth-child(2) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point02_green.png);
}

.l-green .point_wrap .point__cg:nth-child(3) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point03_green.png);
}

.l-orange .point_wrap .point__cg:nth-child(1) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point01_orange.png);
}

.l-orange .point_wrap .point__cg:nth-child(2) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point02_orange.png);
}

.l-orange .point_wrap .point__cg:nth-child(3) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point03_orange.png);
}

.l-blue .point_wrap .point__cg:nth-child(1) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point01_blue.png);
}

.l-blue .point_wrap .point__cg:nth-child(2) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point02_blue.png);
}

.l-blue .point_wrap .point__cg:nth-child(3) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point03_blue.png);
}

.l-purple .point_wrap .point__cg:nth-child(1) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point01_purple.png);
}

.l-purple .point_wrap .point__cg:nth-child(2) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point02_purple.png);
}

.l-purple .point_wrap .point__cg:nth-child(3) .point__txt::before {
  background-image: url(/shikitabi/images/special/common/point03_purple.png);
}

.point .point__ｆigure,
.point .point__figure {
  margin-top: 20px;
}

.point .point__ｆigure img,
.point .point__figure img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.point .point__btn {
  margin: 20px auto;
  width: 80%;
}

.point .point__btn a {
  display: block;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  color: #fff;

  border-radius: 2rem;
  box-shadow: 2px 2px 3px 0px #ddd;
}

.l-pink .point .point__btn a {
  background-color: #e36d8c;
}

.l-red .point .point__btn a {
  background-color: #b8272d;
}

.l-lightblue.point .point__btn a {
  background-color: #29a2d9;
}

.l-navy .point .point__btn a {
  background-color: #40467c;
}

.l-green.point .point__btn a {
  background-color: #86bb21;
}

.l-orange .point .point__btn a {
  background-color: #eba600;
}

.l-blue .point .point__btn a {
  background-color: #0085c7;
}

.l-purple .point .point__btn a {
  background-color: #a877bb;
}

@media (min-width: 721px) {
  .point .point_wrap {
    margin: 50px 0 0 0;
  }
  .point .point__cg {
    display: flex;
    padding: 0;
  }

  .txtlong.point .point__cg {
    display: block;
  }

  .txtlong.point .point__cg .point__txtlomg {
    display: flex;
    padding: 0;
  }

  .point__txtlomg .txtlong__txt {
    width: 60%;
  }

  .point__txtlomg .point__ｆigure,
  .point__txtlomg .point__figure {
    width: 40%;
  }

  .point .point__txt {
    padding: 60px 20px 0 0;
    width: 50%;
  }

  .point .point__txt.h3none {
    padding: 0px 20px 0 0;
    width: 50%;
  }

  .point .point__ｆigure,
  .point .point__figure {
    width: 50%;
    padding-left: 20px;
    margin-top: 0;
  }

  .txtlong.point .point__ｆigure,
  .txtlong.point .point__figure {
    padding-left: 40px;
  }

  .point .point__cg + .point__cg {
    margin-top: 40px;
  }

  .point .point__txt::before {
    top: 0;
  }
}

/*====================

  #calendar

=====================*/

.calendar h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/calendar_icon.png);
}

.calendar__wrap {
  padding-left: 15px;
}

.calendar .table {
  padding-right: 15px;
}

.calendar .table.month__no12 {
  width: calc(102px + (82px * 12));
}

.calendar .table.month__no11 {
  width: calc(102px + (82px * 11));
}

.calendar .table.month__no10 {
  width: calc(102px + (82px * 10));
}

.calendar .table.month__no9 {
  width: calc(102px + (82px * 9));
}

.calendar .table.month__no8 {
  width: calc(102px + (82px * 8));
}

.calendar .table.month__no7 {
  width: calc(102px + (82px * 7));
}

.calendar .table.month__no6 {
  width: calc(102px + (82px * 6));
}

.calendar .table.month__no5 {
  width: calc(102px + (82px * 5));
}

.calendar .table.month__no4 {
  width: calc(102px + (82px * 4));
}

.calendar .table.month__no3 {
  width: calc(102px + (82px * 3));
}

.calendar .table.month__no2 {
  width: calc(102px + (82px * 2));
}

.calendar .table.month__no1 {
  width: calc(102px + (82px * 1));
}
.calendar .thead_tr {
  display: flex;
}

.calendar .thead_tr .th {
  color: #fff;
}

.l-pink .calendar .thead_tr .th {
  background-color: #e36d8c;
}

.l-red .calendar .thead_tr .th {
  background-color: #b8272d;
}

.l-lightblue .calendar .thead_tr .th {
  background-color: #29a2d9;
}

.l-navy .calendar .thead_tr .th {
  background-color: #40467c;
}

.l-green .calendar .thead_tr .th {
  background-color: #86bb21;
}

.l-orange .calendar .thead_tr .th {
  background-color: #eba600;
}

.l-blue .calendar .thead_tr .th {
  background-color: #0085c7;
}

.calendar .thead_tr .th {
  padding: 10px 0;
  font-size: 0.8rem;
  font-weight: bold;
}
.calendar .thead_tr .th:nth-child(1) {
  width: 100px;
  position: sticky;
  left: 0;
  z-index: 10;
}

.l-pink .calendar .thead_tr .th:nth-child(1) {
  border-right: 2px #e2aabf solid;
}

.l-red .calendar .thead_tr .th:nth-child(1) {
  border-right: 2px #ce6b6f solid;
}

.l-lightblue .calendar .thead_tr .th:nth-child(1) {
  border-right: 2px #6cbfe5 solid;
}

.l-navy .calendar .thead_tr .th:nth-child(1) {
  border-right: 2px #7c80a5 solid;
}

.l-green .calendar .thead_tr .th:nth-child(1) {
  border-right: 2px #acd067 solid;
}

.l-orange .calendar .thead_tr .th:nth-child(1) {
  border-right: 2px #f1c250 solid;
}

.l-blue .calendar .thead_tr .th:nth-child(1) {
  border-right: 2px #50abd9 solid;
}

.calendar .thead_tr .th:nth-child(n + 2) {
  width: 82px;
  text-align: center;
  /* border-right: solid 1px #e2aabf; */
  z-index: 8;
}

.ganchart {
  position: relative;
}

.ganchart__line__wrap {
  display: flex;
  /* align-items: center;
  justify-content: center; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ganchart__line__th {
  width: 102px;
  position: sticky;
  left: 0;
}

.ganchart__line:nth-child(even) {
  width: 41px;
  height: 100%;
  z-index: 7;
}

.l-pink .ganchart__line:nth-child(even) {
  border-right: dashed 1px #dfbeca;
}

.l-red .ganchart__line:nth-child(even) {
  border-right: dashed 1px #e8b9bb;
}

.l-lightblue .ganchart__line:nth-child(even) {
  border-right: dashed 1px #a1d6ee;
}

.l-navy .ganchart__line:nth-child(even) {
  border-right: dashed 1px #a5c5dd;
}

.l-green .ganchart__line:nth-child(even) {
  border-right: dashed 1px #b7d283;
}

.l-orange .ganchart__line:nth-child(even) {
  border-right: dashed 1px #dfc992;
}

.l-blue .ganchart__line:nth-child(even) {
  border-right: dashed 1px #96c3da;
}

.ganchart__line:nth-child(odd) {
  width: 41px;
  height: 100%;
  z-index: 9;
}

.l-pink .ganchart__line:nth-child(odd) {
  border-right: solid 1px #e2aabf;
}

.l-red .ganchart__line:nth-child(odd) {
  border-right: solid 1px #e8b9bb;
}

.l-lightblue .ganchart__line:nth-child(odd) {
  border-right: solid 1px #b9e1f3;
}

.l-navy .ganchart__line:nth-child(odd) {
  border-right: solid 1px #abaec5;
}

.l-green .ganchart__line:nth-child(odd) {
  border-right: solid 1px #b5d577;
}

.l-orange .ganchart__line:nth-child(odd) {
  border-right: solid 1px #eac873;
}

.l-blue .ganchart__line:nth-child(odd) {
  border-right: solid 1px #80bfe0;
}

.ganchart__line:last-child {
  border-right: none;
  width: 41px;
  height: 100%;
}

/* .ganchart__line:last-child {
  border-right: dotted 1px #333;
} */

/* .ganchart .tbody {
  width: calc(100px + ((100% / 12 + 21px) * 3) + 3px);
} */

.calendar .tbody .tbody_tr {
  display: flex;
}

.calendar .tbody_tr .th {
  width: 100px;
  position: sticky;
  left: 0;
  z-index: 10;
}

.l-pink .calendar .tbody_tr .th {
  border-right: 2px #e2aabf solid;
}

.l-red .calendar .tbody_tr .th {
  border-right: 2px #ce6b6f solid;
}

.l-lightblue .calendar .tbody_tr .th {
  border-right: 2px #6cbfe5 solid;
}

.l-navy .calendar .tbody_tr .th {
  border-right: 2px #7c80a5 solid;
}

.l-green .calendar .tbody_tr .th {
  border-right: 2px #acd067 solid;
}

.l-orange .calendar .tbody_tr .th {
  border-right: 2px #f1c250 solid;
}

.l-blue .calendar .tbody_tr .th {
  border-right: 2px #50abd9 solid;
}

.calendar .tbody_tr .td {
  width: calc(100% - 102px);
  display: flex;
  align-items: center;
  z-index: 9;
}

.calendar .tbody_tr .th p {
  padding: 10px;
  font-size: 0.8rem;
  font-weight: bold;
}

.l-pink .calendar .tbody .tbody_tr:nth-child(odd) .th {
  background-color: #fcf0f3;
}

.l-pink .calendar .tbody .tbody_tr:nth-child(even) .th {
  background-color: #f8dae2;
}
.l-pink .calendar .tbody .tbody_tr:nth-child(odd) {
  background-color: #fcf0f3;
}

.l-pink .calendar .tbody .tbody_tr:nth-child(even) {
  background-color: #f8dae2;
}

.l-red .calendar .tbody .tbody_tr:nth-child(odd) .th {
  background-color: #f8e9ea;
}

.l-red .calendar .tbody .tbody_tr:nth-child(even) .th {
  background-color: #edc9ca;
}
.l-red .calendar .tbody .tbody_tr:nth-child(odd) {
  background-color: #f8e9ea;
}

.l-red .calendar .tbody .tbody_tr:nth-child(even) {
  background-color: #edc9ca;
}

.l-lightblue .calendar .tbody .tbody_tr:nth-child(odd) .th {
  background-color: #e9f6fb;
}

.l-lightblue .calendar .tbody .tbody_tr:nth-child(even) .th {
  background-color: #c9e8f5;
}
.l-lightblue .calendar .tbody .tbody_tr:nth-child(odd) {
  background-color: #e9f6fb;
}

.l-lightblue .calendar .tbody .tbody_tr:nth-child(even) {
  background-color: #c9e8f5;
}

.l-navy .calendar .tbody .tbody_tr:nth-child(odd) .th {
  background-color: #ececf2;
}

.l-navy .calendar .tbody .tbody_tr:nth-child(even) .th {
  background-color: #cfd1de;
}
.l-navy .calendar .tbody .tbody_tr:nth-child(odd) {
  background-color: #ececf2;
}

.l-navy .calendar .tbody .tbody_tr:nth-child(even) {
  background-color: #cfd1de;
}

.l-green .calendar .tbody .tbody_tr:nth-child(odd) .th {
  background-color: #f3f8e8;
}

.l-green .calendar .tbody .tbody_tr:nth-child(even) .th {
  background-color: #e1eec7;
}
.l-green .calendar .tbody .tbody_tr:nth-child(odd) {
  background-color: #f3f8e8;
}

.l-green .calendar .tbody .tbody_tr:nth-child(even) {
  background-color: #e1eec7;
}

.l-orange .calendar .tbody .tbody_tr:nth-child(odd) .th {
  background-color: #fdf6e5;
}

.l-orange .calendar .tbody .tbody_tr:nth-child(even) .th {
  background-color: #fae9bf;
}
.l-orange .calendar .tbody .tbody_tr:nth-child(odd) {
  background-color: #fdf6e5;
}

.l-orange .calendar .tbody .tbody_tr:nth-child(even) {
  background-color: #fae9bf;
}

.l-blue .calendar .tbody .tbody_tr:nth-child(odd) .th {
  background-color: #e5f3f9;
}

.l-blue .calendar .tbody .tbody_tr:nth-child(even) .th {
  background-color: #bfe0f1;
}
.l-blue .calendar .tbody .tbody_tr:nth-child(odd) {
  background-color: #e5f3f9;
}

.l-blue .calendar .tbody .tbody_tr:nth-child(even) {
  background-color: #bfe0f1;
}

/* ここは未定 */

.calendar .tbody_tr .tbody__bar {
  height: 15px;
  width: calc(100% / 6);

  display: block;
  margin: 0 10px;
  border-radius: 10px;
}

/* /ここは未定 */

.l-pink .tbody_tr .tbody__bar {
  background-color: #e36d8c;
}

.l-red .tbody_tr .tbody__bar {
  background-color: #b8272d;
}

.l-lightblue .tbody_tr .tbody__bar {
  background-color: #29a2d9;
}

.l-navy .tbody_tr .tbody__bar {
  background-color: #40467c;
}

.l-green .tbody_tr .tbody__bar {
  background-color: #86bb21;
}

.l-orange .tbody_tr .tbody__bar {
  background-color: #eba600;
}

.l-blue .tbody_tr .tbody__bar {
  background-color: #0085c7;
}

@media (min-width: 721px) {
  .calendar .calendar__wrap {
    width: 1000px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .calendar .thead_tr .th:nth-child(n + 2) {
    width: calc((1000px - 102px) / 12);
  }

  .calendar .table.month__no12 {
    width: calc(102px + ((898px / 12) * 12));
  }

  .calendar .table.month__no11 {
    width: calc(102px + ((898px / 12) * 11));
  }

  .calendar .table.month__no10 {
    width: calc(102px + ((898px / 12) * 10));
  }

  .calendar .table.month__no9 {
    width: calc(102px + ((898px / 12) * 9));
  }

  .calendar .table.month__no8 {
    width: calc(102px + ((898px / 12) * 8));
  }

  .calendar .table.month__no7 {
    width: calc(102px + ((898px / 12) * 7));
  }

  .calendar .table.month__no6 {
    width: calc(102px + ((898px / 12) * 6));
  }

  .calendar .table.month__no5 {
    width: calc(102px + ((898px / 12) * 5));
  }

  .calendar .table.month__no4 {
    width: calc(102px + ((898px / 12) * 4));
  }

  .calendar .table.month__no3 {
    width: calc(102px + ((898px / 12) * 3));
  }

  .calendar .table.month__no2 {
    width: calc(102px + ((898px / 12) * 2));
  }

  .calendar .table.month__no1 {
    width: calc(102px + ((898px / 12) * 1));
  }

  .ganchart__line:nth-child(even) {
    width: calc(898px / 24);
  }

  .ganchart__line:nth-child(odd) {
    width: calc(898px / 24);
  }
}
/*====================

  #tourList

=====================*/

.l-pink .tourList {
  background-color: #fbe9ee;
}

.l-red .tourList {
  background-color: #f4dfe0;
}

.l-lightblue .tourList {
  background-color: #e9f6fb;
}

.l-navy .tourList {
  background-color: #ececf2;
}

.l-green .tourList {
  background-color: #f3f8e8;
}

.l-orange .tourList {
  background-color: #fdf6e5;
}

.l-blue .tourList {
  background-color: #e5f3f9;
}

.l-purple .tourList {
  background-color: #f7f0ff;
}

.tourList h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/tourList_icon.png);
}

.tourList__nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.tourList__nav li {
  margin: 5px;
}

.tourList__nav a {
  padding: 10px 35px 10px 20px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 20px;
  position: relative;
  box-shadow: 2px 2px 3px 0px #ddd;
  display: inline-block;
}

.l-pink .tourList__nav a {
  background-color: #eea7ba;
}

.l-red .tourList__nav a {
  background-color: #d07175;
}

.l-lightblue .tourList__nav a {
  background-color: #72c2e6;
}

.l-navy .tourList__nav a {
  background-color: #9194b3;
}

.l-green .tourList__nav a {
  background-color: #b9d87f;
}

.l-orange .tourList__nav a {
  background-color: #f3cc6c;
}

.l-blue .tourList__nav a {
  background-color: #72bce0;
}

.l-purple .tourList__nav a {
  background-color: #a877bb;
}

.tourList__nav .brown a {
  background-color: #8d6449;
  color: #fff;
}

.tourList__nav .blue a {
  background-color: #0095d9;
  color: #fff;
}

.tourList__nav .orange a {
  background-color: #f08300;
  color: #fff;
}

.tourList__nav .green a {
  background-color: #3eb370;
  color: #fff;
}

.tourList__nav .lightblue a {
  background-color: #a0d8ef;
  color: #fff;
}

.tourList__nav .purple a {
  background-color: #a877bb;
  color: #fff;
}

.tourList__nav a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 36%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.tourList_wrap + .tourList_wrap {
  margin-top: 40px;
}
.tourListPlan__ttl {
  padding: 0.25em 0.5em;
  background: transparent;
  font-size: 1rem;
}

.tourListPlan__txt {
  margin: 10px 0;
  /* font-size: 0.9rem; */
  line-height: 1.5;
}

.l-pink .tourListPlan__ttl {
  border-left: solid 5px #e36d8c;
}

.l-red .tourListPlan__ttl {
  border-left: solid 5px #b8272d;
}

.l-lightblue .tourListPlan__ttl {
  border-left: solid 5px #29a2d9;
}

.l-navy .tourListPlan__ttl {
  border-left: solid 5px #40467c;
}

.l-green .tourListPlan__ttl {
  border-left: solid 5px #86bb21;
}

.l-orange .tourListPlan__ttl {
  border-left: solid 5px #eba600;
}

.l-blue .tourListPlan__ttl {
  border-left: solid 5px #0085c7;
}

.l-purple .tourListPlan__ttl {
  border-left: solid 5px #a877bb;
}

.brown .tourListPlan__ttl {
  border-left: solid 5px #8d6449;
}

.blue .tourListPlan__ttl {
  border-left: solid 5px #0095d9;
}

.orange .tourListPlan__ttl {
  border-left: solid 5px #f08300;
}

.green .tourListPlan__ttl {
  border-left: solid 5px #3eb370;
}

.lightblue .tourListPlan__ttl {
  border-left: solid 5px #a0d8ef;
}

.tourList__cg {
  display: flex;
}

.tourList .lineup__card {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  width: 300px;
}

.tourList_wrap a + a {
  margin-left: 20px;
  /* display: block; */
}

.tourList_wrap a:first-child {
  padding-left: 15px;
}

.tourList_wrap a:last-child {
  padding-right: 15px;
}

.tourList .la__header {
  display: flex;
  flex-wrap: wrap;
}

.tourList .tourCard__ttl {
  padding: 1rem 1.2rem 0;
  font-size: 1.25rem;
  order: 2;
  width: 100%;
  /* min-height: 60px; */
}

.tourList .tourCard__iconWrap {
  padding: 1rem 1.2rem 0;
  order: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.tourList .tourCard__iconWrap p,
.tourList .pickupTour__iconWrap p {
  border: 1px solid;
  font-weight: bold;
  padding: 2px 5px;
  font-size: 0.8rem;
  display: inline-block;
  margin: 2px 4px;
}

/* .tourList .tourCard__iconWrap p {
  margin-bottom: 5px;
} */

/* .tourList .tourCard__iconWrap p + p,
.tourList .pickupTour__iconWrap p + p {
  margin-left: 10px;
} */

.l-pink .tourList .tourCard__icon__month {
  border: 1px solid #e36d8c;
  color: #e36d8c;
}

.l-red .tourList .tourCard__icon__month {
  border: 1px solid #b8272d;
  color: #b8272d;
}

.l-lightblue .tourList .tourCard__icon__month {
  border: 1px solid #29a2d9;
  color: #29a2d9;
}

.l-navy .tourList .tourCard__icon__month {
  border: 1px solid #40467c;
  color: #40467c;
}

.l-green .tourList .tourCard__icon__month {
  border: 1px solid #86bb21;
  color: #86bb21;
}

.l-orange .tourList .tourCard__icon__month {
  border: 1px solid #eba600;
  color: #eba600;
}

.l-blue .tourList .tourCard__icon__month {
  border: 1px solid #0085c7;
  color: #0085c7;
}

.l-purple .tourList .tourCard__icon__month {
  border: 1px solid #a877bb;
  color: #a877bb;
}

.tourList .brown .tourCard__icon__month {
  border: 1px solid #8d6449;
  color: #8d6449;
}

.tourList .blue .tourCard__icon__month {
  border: 1px solid #0095d9;
  color: #0095d9;
}

.tourList .orange .tourCard__icon__month {
  border: 1px solid #f08300;
  color: #f08300;
}

.tourList .green .tourCard__icon__month {
  border: 1px solid #3eb370;
  color: #3eb370;
}

.tourList .lightblue .tourCard__icon__month {
  border: 1px solid #a0d8ef;
  color: #a0d8ef;
}

.tourList .tourCard__icon__prefectures {
  border: #aaaaaa;
  color: #aaaaaa;
}

.tourList .pickupTour__icon__month {
  border: #b8272d;
  color: #b8272d;
}

.tourList .pickupTour__icon__prefectures {
  border: #aaaaaa;
  color: #aaaaaa;
}

.tourList .tourCard__thumbnail {
  position: relative;
  width: 100%;
}

.tourList .tourCard__thumbnail figure {
  margin: 0;
  order: 0;
}

.tourList .tourCard__thumbnail figure img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.tourList .tourCard__img__iconWrap,
.tourList .pickupTour__img__iconWrap {
  position: absolute;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 1rem 0;
}

.tourList .tourCard__img_icon,
.tourList .pickupTour__img_icon {
  background-color: #e9e9e9;
  opacity: 0.9;
  padding: 2px 8px;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 5px;
}

.tourList .tourCard__img__iconWrap .tourCard__img_icon + .tourCard__img_icon,
.tourList .pickupTour__img__iconWrap .pickupTour__img_icon + .pickupTour__img_icon {
  margin-left: 5px;
}

.tourList .la__body {
  padding: 1rem 1.2rem 0;
}

.tourList .tourCard__txt {
  font-size: 0.85rem;
  min-height: 70px;
}

.tourList .tourCard__price {
  text-align: right;
  color: #ff1d25;
  font-size: 1.3rem;
  font-weight: bold;
}

.tourList .tourCard__price .small {
  font-size: 1.2rem;
}

.tourList .tourCard__price span {
  font-size: 0.85rem;
  border-bottom: dashed 1px #ff1d25;
  vertical-align: middle;
  margin-right: 10px;
}

.tourList .la__footer {
  padding: 1rem 1.2rem;
}

.tourList .tourCard__btn {
  border-radius: 5px;
}

.l-pink .tourList .tourCard__btn {
  background-color: #e36d8c;
}

.l-red .tourList .tourCard__btn {
  background-color: #b8272d;
}

.l-lightblue .tourList .tourCard__btn {
  background-color: #29a2d9;
}

.l-navy .tourList .tourCard__btn {
  background-color: #40467c;
}

.l-green .tourList .tourCard__btn {
  background-color: #86bb21;
}

.l-orange .tourList .tourCard__btn {
  background-color: #eba600;
}

.l-blue .tourList .tourCard__btn {
  background-color: #0085c7;
}

.l-purple .tourList .tourCard__btn {
  background-color: #a877bb;
}

.tourList .brown .tourCard__btn {
  background-color: #8d6449;
}

.tourList .blue .tourCard__btn {
  background-color: #0095d9;
}

.tourList .orange .tourCard__btn {
  background-color: #f08300;
}

.tourList .green .tourCard__btn {
  background-color: #3eb370;
}

.tourList .lightblue .tourCard__btn {
  background-color: #a0d8ef;
}

.tourCard__btn p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

/* オススメリボン */

.osusume .ribbon-content {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
}

.osusume .ribbon-content .ribbon {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  background: #eb8f00;
  /* background: linear-gradient(to right, #4298fa 0%, #8fcdff 100%); */
  color: #fff;
  text-shadow: 0 2px 2px #eb8f00;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.osusume .ribbon-content .ribbon:before {
  left: 14px;
}

.osusume .ribbon-content .ribbon:before,
.osusume .ribbon-content .ribbon:after {
  position: absolute;
  content: "";
  border-top: 4px solid #eb8f00;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.osusume .ribbon-content .ribbon:after {
  right: 18px;
}

.osusumeContents.tourList_wrap a:nth-child(-n + 3) {
  margin-left: 0px;
  /* display: block; */
}

/* iconカラー */
.tourList .tourCard__iconWrap p.tourCard__icon__orange,
.popularTour .tourCard__iconWrap p.tourCard__icon__orange {
  color: #e13904;
  border: 1px solid #e13904;
}

.tourList .tourCard__iconWrap p.tourCard__icon__blue {
  color: #0085c7;
  border: 1px solid #0085c7;
}

.tourList .tourCard__iconWrap p.tourCard__icon__pink {
  color: #d10a89;
  border: 1px solid #d10a89;
}

/* PC時　横長カード型で紹介　左右非対称 */
.tourList .widthCard__pc .lineup__card {
  display: flex;
  flex-wrap: wrap;
}

.tourList .widthCard__pc .lineup__card .la__header,
.tourList .widthCard__pc .lineup__card .tourCard__thumbnail,
.tourList .widthCard__pc .lineup__card .la__body,
.tourList .widthCard__pc .lineup__card .la__footer {
  width: 100%;
}

.tourList .widthCard__pc .lineup__card .tourCard__thumbnail {
  order: 1;
}

.tourList .widthCard__pc .lineup__card .la__header {
  order: 2;
}

.tourList .widthCard__pc .lineup__card .la__body {
  order: 3;
}

.tourList .widthCard__pc .lineup__card .la__footer {
  order: 4;
}

/* PC時　横長カード型で紹介　左右非対称
   --- おすすめポイント内でツアー紹介　例：河津特集 */
.l-pink .point .point_tourList,
.l-red .point .point_tourList,
.l-lightblu .point .point_tourList,
.l-navy .point .point_tourList,
.l-green .point .point_tourList,
.l-orange .point .point_tourList,
.l-blue.point .point_tourList {
  background-color: transparent;
}

/* ツアーが1つの場合 */
.tourList .oneCard .lineup__card {
  width: 100%;
}

@media (min-width: 721px) {
  .tourList .tourList_wrap {
    width: 1000px;
    margin: 30px auto;
  }

  .tourList__cg {
    flex-wrap: wrap;
  }

  .tourList .lineup__card {
    width: calc((1000px - 40px) / 3);
    margin-bottom: 190px;
    position: relative;
    height: 100%;
  }

  .tourList__cg a:first-child {
    padding-left: 0;
  }

  .tourList_wrap a:last-child {
    padding-right: 0;
  }

  .tourList__cg a + a {
    margin-left: 0;
  }

  /* .tourList__cg a:nth-child(3n - 1) {

  } */

  .tourList__cg a:nth-child(3n - 1) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tourList__sec {
    padding: 30px 0 0 0;
  }

  .tourListPlan__ttl {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }

  .tourList .tourCard__ttl {
    min-height: auto;
  }

  .tourList .tourCard__price {
    font-size: 1.6rem;
    padding: 0 1.2rem 0;
  }

  .tourList .la__body {
    position: absolute;
    bottom: 65px;
    width: 100%;
    padding: 0;
  }

  .tourList .tourCard__txt {
    min-height: 74px;
    padding: 1rem 1.2rem 0;
  }

  .tourList .la__footer {
    position: absolute;
    bottom: -2px;
    width: 100%;
    padding: 0;
  }

  .tourList .tourCard__btn {
    margin: 1rem 1.2rem;
  }

  .tourList__cg a:nth-child(-n + 3) {
    margin-bottom: 10px;
  }

  .tourList__cg a:nth-child(n + 4) {
    margin: 10px 0;
  }

  /* おすすめコンテツがある時のPC並び */

  /* .osusumeContents .tourList__cg a:nth-child(3n - 1) {
    padding-left: 0;
    padding-right: 0;
  }

  .osusumeContents .tourList__cg a:nth-child(4n - 1) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .osusumeContents .tourList__cg a:nth-child(-n + 4) {
    margin-bottom: 10px;
  }

  .osusumeContents .tourList__cg a:nth-child(n + 4) {
    margin: 0 0 10px 0;
  }

  .osusumeContents .tourList__cg a:nth-child(n + 5) {
    margin: 10px 0;
  } */

  .pickupTour__card {
    position: relative;
  }

  .tourList .pickupTour__card {
    display: flex;
    /* border: 3px dashed #d07175;
    padding: 20px; */
    align-items: center;
    /* background-color: #fff; */
  }

  .pickupTour__thumbnail {
  }

  .tourList .pickupTour__thumbnail {
    width: 40%;
    position: relative;
  }

  .tourList .pickupTour__thumbnail img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }

  .tourList .pickupTour__body {
    width: 52%;
    padding: 0 40px;
  }

  .tourList .pickupTour__ttl {
    font-size: 1.3rem;
    border-bottom: 1px dashed #b8272d;
    color: #b8272d;
    margin-bottom: 10px;
  }

  .tourList .pickupTour_cg {
    margin: 0 0 10px;
  }
  .tourList .pickupTour__footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  /* PC時　横長カード型で紹介　左右非対称 */

  .tourList .widthCard__pc {
    display: flex;
    flex-wrap: wrap;
  }

  .tourList .widthCard__pc a {
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
    padding: 20px 0;
  }

  .tourList .widthCard__pc .lineup__card {
    display: block;
    /* flex-wrap: wrap; */
    width: 100%;
    position: static;
    height: auto;
  }

  .tourList .widthCard__pc .lineup__card .tourCard__thumbnail {
    float: left;
    width: 40%;
    /* overflow: hidden; */
    /* clear: both; */
    display: block;
    padding: 0 20px;
  }

  .tourList .widthCard__pc .tourCard__thumbnail figure img {
    width: 100%;
    height: 260px;
    object-fit: cover;
  }

  .tourList .widthCard__pc .lineup__card .la__header {
    width: 55%;
    float: right;

    display: block;
  }

  .tourList .widthCard__pc .lineup__card .tourCard__ttl {
    padding: 0;
    font-size: 1.4rem;
    /* font-size: 1.3rem; */

    width: auto;
    margin: 0 1.2rem 0;
  }

  .l-pink .tourList .widthCard__pc .lineup__card .tourCard__ttl {
    border-bottom: 1px dashed #e36d8c;
    color: #e36d8c;
  }

  .l-red .tourList .widthCard__pc .lineup__card .tourCard__ttl {
    border-bottom: 1px dashed #b8272d;
    color: #b8272d;
  }

  .l-lightblue .tourList .widthCard__pc .lineup__card .tourCard__ttl {
    border-bottom: 1px dashed #29a2d9;
    color: #29a2d9;
  }

  .l-navy .tourList .widthCard__pc .lineup__card .tourCard__ttl {
    border-bottom: 1px dashed #40467c;
    color: #40467c;
  }

  .l-green .tourList .widthCard__pc .lineup__card .tourCard__ttl {
    border-bottom: 1px dashed #86bb21;
    color: #86bb21;
  }

  .l-orange .tourList .widthCard__pc .lineup__card .tourCard__ttl {
    border-bottom: 1px dashed #eba600;
    color: #eba600;
  }

  .l-blue .tourList .widthCard__pc .lineup__card .tourCard__ttl {
    border-bottom: 1px dashed #0085c7;
    color: #0085c7;
  }

  .tourList .widthCard__pc .lineup__card .tourCard__iconWrap {
    width: auto;
  }

  .tourList .widthCard__pc .lineup__card .la__body {
    width: 55%;
    float: right;
    display: block;
    position: static;
  }

  .tourList .widthCard__pc .lineup__card .tourCard__txt {
    font-size: 1rem;
    min-height: 70px;
  }

  .tourList .widthCard__pc .lineup__card .la__footer {
    display: block;
    float: right;
    width: 55%;
    position: static;
  }

  .tourList .widthCard__pc .lineup__card .tourCard__btn {
    margin: 0 1.2rem;
  }

  .tourList .tourList__cg.widthCard__pc a + a {
    margin-top: 40px;
  }

  .tourList .tourList__cg.widthCard__pc a:nth-child(-n + 3) {
    margin-bottom: 0;
  }

  /* .tourList .tourList__cg.widthCard__pc a:nth-child(n + 4) {
    margin: 0;
  } */

  .tourList .tourList__cg.widthCard__pc a:nth-child(3n - 1) {
    padding-left: 0;
    padding-right: 0;
  }

  .tourList .widthCard__pc a:nth-child(2n) .la__header {
    float: left;
  }

  .tourList .widthCard__pc a:nth-child(2n) .tourCard__thumbnail {
    float: right;
  }

  .tourList .widthCard__pc a:nth-child(2n) .la__body {
    float: left;
  }

  .tourList .widthCard__pc a:nth-child(2n) .la__footer {
    float: left;
  }

  /* .tourList .tourCard__iconWrap p {
    margin-bottom: 0;
  } */
}

/*====================

  #similarContents

=====================*/

.l-pink .similarContents {
  background-color: #fff;
}

.similarContents h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/similarContents_icon.png);
}

.similarContents ul li {
  width: 100%;
  /* background-color: #ddd; */
  /* min-height: 110px; */
}

.similarContents ul li + li {
  margin-top: 20px;
}

.similarContents ul li img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

@media (min-width: 721px) {
  .similarContents ul {
    display: flex;
    flex-wrap: wrap;
  }

  .similarContents ul li {
    width: calc(50% - 20px);
  }

  .similarContents ul li:nth-last-child(n + 3) {
    margin-bottom: 30px;
  }

  .similarContents ul li:nth-child(2n) {
    margin-left: 40px;
  }

  .similarContents ul li + li {
    margin-top: 0;
  }

  .similarContents .l-hContainer {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
/*====================

  #tourItem

=====================*/

.l-pink .tourItem {
  background-color: #fcedf1;
}

.l-red .tourItem {
  background-color: #f6e5e5;
}

.l-lightblue .tourItem {
  background-color: #e5f4fa;
}

.l-navy .tourItem {
  background-color: #e8e9ef;
}

.l-green .tourItem {
  background-color: #f0f7e4;
}

.l-orange .tourItem {
  background-color: #fdf4e0;
}

.l-blue .tourItem {
  background-color: #e0f0f8;
}

.tourItem h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/tourItem_icon.png);
}

.tourItem__nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.tourItem__nav li {
  margin: 5px;
}

.tourItem__nav a {
  padding: 10px 20px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 20px;
  position: relative;
  box-shadow: 2px 2px 3px 0px #ddd;
  /* margin-bottom: 10px; */
  display: inline-block;
}

.tourItem__nav a.pink {
  background-color: #eea7ba;
}

.tourItem__nav a.green {
  background-color: #86bb21;
}

.tourItem__nav a.orange {
  background-color: #eb8f00;
}

.tourItem__nav a.blue {
  background-color: #0085c7;
}

.tourItem__ttl {
  padding: 0.25em 0.5em;
  background: transparent;
  margin-bottom: 10px;
}

.tourItem__wrap.pink .tourItem__ttl {
  border-left: solid 5px #e36d8c;
}

.tourItem__wrap.green .tourItem__ttl {
  border-left: solid 5px #86bb21;
}

.tourItem__wrap.orange .tourItem__ttl {
  border-left: solid 5px #eb8f00;
}

.tourItem__wrap.blue .tourItem__ttl {
  border-left: solid 5px #0085c7;
}

/* .tourItem__img {
  width: 100%;
  background-color: #ddd;
  height: 180px;
  margin-bottom: 10px;
} */

.tourItem__img img {
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
  object-fit: cover;
}

.tourItem__txt {
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.tourItem__list {
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 1px #ccc;
}

.tourItem__list dt {
  width: 30%;
  padding: 15px 10px;
  display: flex;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: bold;
  border-bottom: 1px dashed #909090;
  box-sizing: border-box;
}

.tourItem__list dt::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
  width: 1rem;
  height: 0.7rem;
}

.tourItem__wrap.pink .tourItem__list dt::before {
  background-image: url(/shikitabi/images/special/common/check_pink.png);
}

.tourItem__wrap.orange .tourItem__list dt::before {
  background-image: url(/shikitabi/images/special/common/check_orange.png);
}

.tourItem__wrap.green .tourItem__list dt::before {
  background-image: url(/shikitabi/images/special/common/check_green.png);
}

.tourItem__wrap.blue .tourItem__list dt::before {
  background-image: url(/shikitabi/images/special/common/check_blue.png);
}

.tourItem__list dd {
  width: 70%;
  padding: 15px 10px;
  font-size: 0.8rem;
  border-bottom: 1px dashed #909090;
  box-sizing: border-box;
}

.tourItem__list dt:last-of-type,
.tourItem__list dd:last-of-type {
  border-bottom: none;
}

.tourItem__wrap + .tourItem__wrap {
  margin-top: 20px;
}

@media (min-width: 721px) {
  .tourItem__cg {
    display: flex;
  }

  .tourItem__cg .tourItem__img {
    width: 50%;
    margin-right: 20px;
  }

  .tourItem__cg .tourItem__txtWrap {
    width: 50%;
    margin-left: 20px;
  }

  .tourItem__img {
    height: 300px;
  }
}

/*====================

  #QandA

=====================*/

.qanda .hyoka,
.qanda .top {
  display: none;
}
/* 共通評価非表示 */

.l-pink .qanda {
  background-image: url(/shikitabi/images/special/common/bg_stripe_pink.png);
}

.l-red .qanda {
  background-image: url(/shikitabi/images/special/common/bg_stripe_red.png);
}

.l-lightblue .qanda {
  background-image: url(/shikitabi/images/special/common/bg_stripe_lightblue.png);
}

.l-navy .qanda {
  background-image: url(/shikitabi/images/special/common/bg_stripe_navy.png);
}

.l-green .qanda {
  background-image: url(/shikitabi/images/special/common/bg_stripe_green.png);
}

.l-orange .qanda {
  background-image: url(/shikitabi/images/special/common/bg_stripe_orange.png);
}

.l-blue .qanda {
  background-image: url(/shikitabi/images/special/common/bg_stripe_blue.png);
}

.l-purple .qanda {
  background-image: url(/shikitabi/images/special/common/bg_stripe_purple.png);
}

.qanda h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/question_icon.png);
}

.qanda .ttl {
  font-size: 4vw;
  letter-spacing: 2px;
  margin: 0 0 5vw;
  font-weight: bold;
  text-align: center;
}

.qanda .wrap .box {
  margin: 0 0 3vw;
}

.qanda .text a {
  text-decoration: underline;
  color: #1a0dab;
}

.qanda .wrap .box .question {
  background-size: 4vw 4vw, 4vw 4vw, 4vw 4vw;
  background-position: left 3vw top 4vw, left top, right 3vw center;
  padding: 3.4vw 9vw 3vw 8vw;
  font-size: 3.4vw;
  background-color: white;
  background-repeat: no-repeat;
  line-height: 1.8;
}

.l-pink .qanda .wrap .box .question {
  background-image: url(/shikitabi/images/special/common/icon_faq_question_pink.png),
    url(/shikitabi/images/special/common/icon_corner_pink.png),
    url(/shikitabi/images/special/common/icon_faq_plus_pink.png);
}

.l-red .qanda .wrap .box .question {
  background-image: url(/shikitabi/images/special/common/icon_faq_question_red.png),
    url(/shikitabi/images/special/common/icon_corner_red.png),
    url(/shikitabi/images/special/common/icon_faq_plus_red.png);
}

.l-lightblue .qanda .wrap .box .question {
  background-image: url(/shikitabi/images/special/common/icon_faq_question_lightblue.png),
    url(/shikitabi/images/special/common/icon_corner_lightblue.png),
    url(/shikitabi/images/special/common/icon_faq_plus_lightblue.png);
}

.l-navy .qanda .wrap .box .question {
  background-image: url(/shikitabi/images/special/common/icon_faq_question_navy.png),
    url(/shikitabi/images/special/common/icon_corner_navy.png),
    url(/shikitabi/images/special/common/icon_faq_plus_navy.png);
}

.l-green .qanda .wrap .box .question {
  background-image: url(/shikitabi/assets/images/icon_faq_question.png),
    url(/shikitabi/assets/images/icon_corner_green.png), url(/shikitabi/assets/images/icon_faq_plus.png);
}

.l-orange .qanda .wrap .box .question {
  background-image: url(/shikitabi/images/special/common/icon_faq_question_orange.png),
    url(/shikitabi/images/special/common/icon_corner_orange.png),
    url(/shikitabi/images/special/common/icon_faq_plus_orange.png);
}

.l-blue .qanda .wrap .box .question {
  background-image: url(/shikitabi/images/special/common/icon_faq_question_blue.png),
    url(/shikitabi/images/special/common/icon_corner_blue.png),
    url(/shikitabi/images/special/common/icon_faq_plus_blue.png);
}

.l-purple .qanda .wrap .box .question {
  background-image: url(/shikitabi/images/special/common/icon_faq_question_purple.png),
    url(/shikitabi/images/special/common/icon_corner_purple.png),
    url(/shikitabi/images/special/common/icon_faq_plus_purple.png);
}

.qanda .wrap .box .answer {
  background-size: 4vw 4vw;
  background-position: left 3vw top 4vw;
  padding: 3.4vw 3vw 3vw 8vw;
  font-size: 3.4vw;
  display: none;
  background-color: white;

  background-repeat: no-repeat;
  line-height: 1.8;
}

.l-pink .qanda .wrap .box .answer {
  background-image: url(/shikitabi/images/special/common/icon_faq_answer_pink.png);
}

.l-red .qanda .wrap .box .answer {
  background-image: url(/shikitabi/images/special/common/icon_faq_answer_red.png);
}

.l-lightblue .qanda .wrap .box .answer {
  background-image: url(/shikitabi/images/special/common/icon_faq_answer_lightblue.png);
}

.l-navy .qanda .wrap .box .answer {
  background-image: url(/shikitabi/images/special/common/icon_faq_answer_navy.png);
}

.l-green .qanda .wrap .box .answer {
  background-image: url(/shikitabi/assets/images/icon_faq_answer.png);
}

.l-orange .qanda .wrap .box .answer {
  background-image: url(/shikitabi/images/special/common/icon_faq_answer_orange.png);
}

.l-blue .qanda .wrap .box .answer {
  background-image: url(/shikitabi/images/special/common/icon_faq_answer_blue.png);
}

.l-purple .qanda .wrap .box .answer {
  background-image: url(/shikitabi/images/special/common/icon_faq_answer_purple.png);
}

.l-pink .qanda .wrap .box .answer {
  color: #e36d8c;
}

.l-red .qanda .wrap .box .answer {
  color: #b8272d;
}

.l-lightblue .qanda .wrap .box .answer {
  color: #29a2d9;
}

.l-navy .qanda .wrap .box .answer {
  color: #40467c;
}

.l-green .qanda .wrap .box .answer {
  color: #86bb21;
}

.l-orange .qanda .wrap .box .answer {
  color: #eba600;
}

.l-blue .qanda .wrap .box .answer {
  color: #0085c7;
}

.l-purple .qanda .wrap .box .answer {
  color: #a877bb;
}

.qanda .wrap .box .question.active {
  background-size: 4vw 4vw, 4vw 4vw;
  background-repeat: no-repeat;
  background-position: left 3vw top 4vw, right 3vw center;
  background-image: url(/shikitabi/assets/images/icon_faq_question_w.png),
    url(/shikitabi/assets/images/icon_faq_minus.png);
  color: white;
}

.l-pink .qanda .wrap .box .question.active {
  background-color: #e36d8c;
}

.l-red .qanda .wrap .box .question.active {
  background-color: #b8272d;
}

.l-lightblue .qanda .wrap .box .question.active {
  background-color: #29a2d9;
}

.l-navy .qanda .wrap .box .question.active {
  background-color: #40467c;
}

.l-green .qanda .wrap .box .question.active {
  background-color: #86bb21;
}

.l-orange .qanda .wrap .box .question.active {
  background-color: #eba600;
}

.l-blue .qanda .wrap .box .question.active {
  background-color: #0085c7;
}

.l-purple .qanda .wrap .box .question.active {
  background-color: #a877bb;
}

@media (min-width: 721px) {
  .qanda .ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 0 30px;
  }
  .qanda .wrap {
    margin: 0 0 60px;
  }

  .qanda .wrap .box {
    margin: 0 0 10px;
  }

  .qanda .wrap .box .question {
    background-size: 20px 20px, 18px 18px, 17px 17px;
    background-position: left 20px top 20px, left top, right 20px center;
    padding: 16px 60px 18px 50px;
    font-size: 16px;
    line-height: 1.8;
  }

  .qanda .wrap .box .answer {
    display: none;
    background-size: 20px 20px;
    background-position: left 20px top 20px;
    padding: 16px 20px 18px 50px;
    line-height: 1.8;
    font-size: 16px;
  }

  .l-pink .qanda .wrap .box .answer {
    color: #e36d8c;
  }

  .l-red .qanda .wrap .box .answer {
    color: #b8272d;
  }

  .l-lightblue .qanda .wrap .box .answer {
    color: #29a2d9;
  }

  .l-navy .qanda .wrap .box .answer {
    color: #40467c;
  }

  .l-green .qanda .wrap .box .answer {
    color: #86bb21;
  }

  .l-orange .qanda .wrap .box .answer {
    color: #eba600;
  }

  .l-blue .qanda .wrap .box .answer {
    color: #0085c7;
  }

  .l-purple .qanda .wrap .box .answer {
    color: #a877bb;
  }

  .qanda .wrap .box .question.active {
    background-size: 20px 20px, 17px 17px;

    background-position: left 20px top 20px, right 20px center;
    color: white;
  }
}

/*====================

  パンくず

=====================*/

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.breadcrumb ul li {
  margin-right: 20px;
  font-size: 0.6rem;
}

.breadcrumb ul li::after {
  content: "";
  position: absolute;
  margin-top: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin-left: 4px;
}
.breadcrumb ul li:last-child:after {
  display: none;
}

/*====================

  .saidnav

=====================*/

.saidnav {
  position: fixed;
  right: 40px;
  bottom: 5%;
  z-index: 3;
  width: 30px;
}

.saidnav__wrap .s_top {
  display: flex;
  align-items: center;
  font-weight: bold;
  text-align: center;
  font-size: 0.6rem;
  background-color: #eb8f00;
  color: #fff;
  border-radius: 60px;
  width: 35px;
  height: 35px;
  line-height: 0.9rem;
  padding: 15px 10px 5px 10px;
  position: relative;
}

.saidnav__wrap .s_top::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  top: 17%;
  position: absolute;
  left: 40%;
}

@media (min-width: 721px) {
  .saidnav {
    right: 5vw;
    bottom: 10%;
  }
}

/*====================

  .tourListDay

=====================*/

.tourListDay h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/calendar_icon.png);
}

/* -------------[予約カレンダー]------------- */

/* タブ */
.tourListDay__nav {
  padding: 0 20px;
  margin: 20px 0;
  width: 100%;
}

.tourListDay__nav .tourListDay__li {
  background: #fff;
  border: 1px solid #333;
  text-align: center;
  color: #333;
  border-radius: 10px;
  font-weight: bold;
  margin: 0 5px;
}

.tourListDay__nav .tourListDay__li .week {
  background-color: #ccc;
  display: block;
  border-radius: 0 0 10px 10px;
}

.tourListDay__nav .tourListDay__li .week.sat {
  background-color: #c6eeff;
}

.tourListDay__nav .tourListDay__li .week.sun,
.tourListDay__nav .tourListDay__li .week.shuku {
  background-color: #ffd0cb;
}

.tourListDay__nav li .tourListDay__li:hover {
  background: #eb8f00;
  color: #fff;
}

/* slick矢印ボタン */
.tourListDay__nav .slick-btn {
  position: absolute;
  width: 35px;
  height: 35px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 6px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.tourListDay__nav .slick-btn:hover {
  opacity: 0.7;
}

.tourListDay__nav .slick-btn-prev {
  background-image: url(/shikitabi/images/tour_2021/tab_preview.svg);
  left: 0;
  width: 11px;
  top: 4vw;
}

.tourListDay__nav .slick-btn-next {
  background-image: url(/shikitabi/images/tour_2021/tab_next.svg);
  right: 0;
  width: 11px;
  top: 4vw;
}

.tourListDay__wrap {
  margin: 20px 0;
}

.tourListDay__group h3 {
  text-align: center;
  padding: 2px 0;
}

.tourListDay__group.sat h3 {
  background-color: #c6eeff;
}

.tourListDay__group.sun h3,
.tourListDay__group.shuku h3 {
  background-color: #ffd0cb;
}

.tourListDay__group.week h3 {
  background-color: #ccc;
}

.tourListDay__cg li {
  position: relative;
}

.tourListDay__cg li::after {
  content: "";
  position: absolute;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  left: calc(100% - 15px);
  top: 50%;
}

.tourListDay__cg li + li {
  border-top: 1px solid #ccc;
}

.tourListDay__cg li a:hover {
  opacity: 0.7;
  background-color: #eb8f00;
  display: block;
}

.tourListDay__group .tourListDay__list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 5px;
  align-items: center;
  justify-content: space-between;
}

.tourListDay__group .tourListDay__list__left {
  width: 30%;
}

.tourListDay__list__left .thumbnail {
  width: 100%;
  height: 70px;
}

.tourListDay__list__left .thumbnail img {
  width: 100%;
  height: 70px;
  object-fit: cover;
}

.tourListDay__group .tourListDay__list__right {
  width: 64%;
  padding: 0 3%;
}

.tourListDay__group .tourListDay__list__right .title .saiko {
  font-size: 0.8rem;
  background: #86bb21;
  color: white;
  padding: 2px 5px;
  margin-right: 5px;
}

.tourListDay__list .title {
  /* width: 100%; */
  font-weight: bold;
}

/* .tourListDay__list .code {
  width: 20%;
}

.tourListDay__list .code p {
  margin-right: 10px;
  background-color: #e9e9e9;
  opacity: 0.9;
  padding: 2px 8px;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 5px;
  height: 21px;
  display: inline-block;
} */

.tourListDay__list .price {
  text-align: right;
  color: #ff1d25;
  font-size: 1.3rem;
  font-weight: bold;
  /* width: 65%; */
}

.tourListDay__list .price .price__txt {
  font-size: 0.85rem;
  border-bottom: dashed 1px #ff1d25;
  vertical-align: middle;
  margin-right: 10px;
}

/* tld__detail 花火特集日付から探すvar　*/
.tld__detail .tourListDay__list__left .thumbnail img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.tld__detail .title {
  line-height: 1.2;
  margin-bottom: 5px;
}

.tld__detail .txt p {
  font-size: 0.8rem;
  line-height: 1.4;
}
.tld__detail .day {
  font-weight: bold;
  color: #40467c;
}

.tld__detail .tourListDay__list__left .thumbnail {
  height: auto;
}

.tld__detail .day .day__txt {
  font-size: 0.8rem;
  color: #fff;
  background-color: #40467c;
  padding: 2px 6px;
  margin-right: 5px;
}

.tld__detail .day .day__txt_sp {
  font-size: 0.8rem;
  color: #fff;
  background-color: #40467c;
  padding: 2px;
  text-align: center;
}

.tld__detail .tourListDay__group .tourListDay__list {
  /* align-items: flex-start; */

  align-items: center;
}

.tld__detail .tourListDay__group + .tourListDay__group {
  border-top: 1px solid #ccc;
}

.tld__detail .day {
  margin-bottom: 3px;
}

.tld__detail .tourListDay__list__right {
  display: flex;
  flex-wrap: wrap;
}

.tld__detail .tourListDay__list__right .title {
  order: 2;
  width: 100%;
}

.tld__detail .tourListDay__list__right .day {
  order: 1;
  width: 100%;
}

.tld__detail .tourListDay__list__right .txt {
  order: 3;
  width: 100%;
}

.tld__detail .tourListDay__list__right .price {
  order: 4;
  width: 100%;
}

@media (min-width: 721px) {
  .tourListDay__group .tourListDay__list {
    justify-content: flex-start;
  }

  .tourListDay__group {
    width: 90%;
    margin: 0 auto;
  }

  .tourListDay__group .tourListDay__list__left {
    width: 15%;
  }

  .tourListDay__group .tourListDay__list__right {
    width: 79%;
    padding: 0 3%;
    display: flex;
  }

  .tourListDay__list .title {
    width: 60%;
    /* order: 2; */
  }

  /* .tourListDay__list .code {
    order: 1;
    width: 10%;
  } */

  .tourListDay__list .price {
    /* order: 3; */
    width: 40%;
  }

  .tourListDay__nav .slick-btn-prev {
    top: 18px;
  }

  .tourListDay__nav .slick-btn-next {
    top: 18px;
  }

  /* tld__detail 花火特集日付から探すvar　*/

  .tld__detail .tourListDay__group .tourListDay__list__left {
    width: 30%;
  }

  .tld__detail .tourListDay__group .tourListDay__list__right {
    width: 60%;
    padding: 0 3%;
  }

  .tld__detail .tourListDay__list__left .thumbnail img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }

  .tld__detail .tourListDay__list__left .thumbnail {
    width: 100%;
    height: auto;
  }

  .tld__detail .tourListDay__list .title {
    width: auto;
    /* order: 2; */
  }

  .tld__detail .title {
    font-size: 1.4rem;
  }

  .tld__detail .txt p {
    font-size: 1rem;
    line-height: 2;
  }

  .tld__detail .day {
    font-weight: bold;
    color: #40467c;
    font-size: 1.2rem;
  }

  .tld__detail .day .day__txt {
    font-size: 0.9rem;
  }

  .tld__detail .tourListDay__list .price {
    /* order: 3; */
    width: auto;
  }

  .tld__detail .tourListDay__list .price {
    font-size: 1.6rem;
  }

  .tld__detail .tourListDay__cg li a:hover {
    opacity: 0.7;
    background-color: #fffbed;
    display: block;
  }

  .tld__detail .tourListDay__group .tourListDay__list {
    padding: 20px 5px;
  }
}

/* ===========================

記事・レポート

=========================== */

.report_main_txt {
  padding: 15px 0;
}

.report .point_wrap {
  margin: 0;
}

.report_box {
  margin: 20px 0 70px 0;
  padding: 0 0 20px;
}

.report_img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}
.report_img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.report_h3 {
  border-left: 5px solid #eb8f00;
  border-bottom: 1px solid #eb8f00;
  padding: 0.5rem 1rem;
  margin: 20px 0;
}

.report_txt {
  font-size: 0.9rem;
}

.reportBox_cg {
  position: relative;
  margin: 0.5vw 0 5vw 0;
}

.reportBox_cg a {
  display: block;
  padding: 3vw;
  position: relative;
  transition: opacity 0.7s;
  margin: 0 2vw;
  box-shadow: 2px 2px 8px grey;
}

.reportBox_cg a:hover {
  opacity: 0.7;
}

.reportBox_img {
  margin-bottom: 10px;
}

.reportBox_img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.reportBox_h3 {
  border-bottom: 1px dotted #eb8f00;
  padding: 0.5rem 0;
}

.reportBox_txt {
  margin: 20px 0;
  font-size: 0.9rem;
  /* height: 110px; */
}

.reportBox_btn {
  display: block;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background-color: #eb8f00;
  border-radius: 0.5rem;
  position: relative;
}

.reportBox_btn::after {
  content: "";
  position: absolute;
  margin-top: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  right: 1rem;
  top: 0.7rem;
}

/* .report_box .slick-btn-prev {
  background-image: url(../../images/tour_2021/slide_preview.png);
  left: 10px;
}

.report_box .slick-btn-next {
  background-image: url(../../images/tour_2021/slide_next.png);
  right: 10px;
}

.report_box .slick-btn {
  position: absolute;
  width: 45px;
  height: 45px;
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: -35px;
  cursor: pointer;
  transition: opacity 0.3s;
} */

@media (min-width: 721px) {
  .reportBox_cg a {
    padding: 15px;
    margin: 0 10px;
    display: flex;
  }

  .reportBox_cg {
    margin: 5px 0;
  }

  .report .point_wrap .reportBox_cg + .reportBox_cg {
    margin-top: 20px;
  }

  .reportBox_img {
    margin-bottom: 0;
    width: 30%;
  }

  .reportBox_txtCg {
    width: 70%;
    padding-left: 20px;
  }

  #page_shikitabi .report_box {
    margin: 20px 50px;
    padding: 0;
  }

  /* .report_box .slick-track {
    display: inline-block;
  }

  .report_box .slick-btn-prev {
    background-image: url(../../images/tour_2021/slide_preview.png);
    left: 0;
  }

  .report_box .slick-btn-next {
    background-image: url(../../images/tour_2021/slide_next.png);
    right: 0;
  }

  .report_box .slick-btn {
    position: absolute;
    width: 45px;
    height: 45px;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: -35px;
    cursor: pointer;
    transition: opacity 0.3s;
  }

  #page_shikitabi .report_box .slick-btn-next {
    right: -50px;
  }

  #page_shikitabi .report_box .slick-btn-prev {
    left: -50px;
  }

  #page_shikitabi .report_box .slick-btn {
    bottom: 190px;
  } */

  .reportBox_img img {
    width: 284px;
    height: 190px;
    object-fit: cover;
  }

  .reportBox_txt {
    margin: 20px 0;
    font-size: 0.9rem;
    height: 70px;
  }

  .reportBox_btn {
    width: 40%;
    margin: 0 0 0 auto;
  }
}

/* ===========================

クーポン

=========================== */

/* .coupon {
  background-image: url(/shikitabi/images/special/common/bg_coupon.jpg);
        background-size: cover;
} */

.coupon .coupon__h2 {
  font-size: 1.2rem;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff1d25;
  text-align: center;
  margin: 20px 0;
}

/* .coupon .coupon__h2::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 42px;
  background-image: url(/shikitabi/images/special/common/coupon_h2_left.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.coupon .coupon__h2::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 42px;
  background-image: url(/shikitabi/images/special/common/coupon_h2_right.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
} */

.coupon_dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
  margin: 20px 0;
}

.coupon_dl a {
  text-decoration: underline;
  color: #0085c7;
}

.coupon_dl dt {
  width: 30%;
  padding: 15px 10px;
  background-color: #ffdede;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  text-align: center;
  font-size: 0.95rem;
  font-weight: bold;
  border-bottom: 1px dashed #9c9c9c;
  box-sizing: border-box;
}

.coupon_dl dd {
  width: 70%;
  padding: 15px;
  font-size: 0.95rem;
  border-bottom: 1px dashed #9c9c9c;
  box-sizing: border-box;
}

.coupon_dd_h {
  font-weight: bold;
  /* margin-bottom: 5px; */
  word-spacing: normal;
}

.coupon_dl dt:last-of-type,
.coupon_dl dd:last-of-type {
  border-bottom: none;
}

.coupon_dd_h.code {
  font-size: 1.2rem;
}

.coupon_dd_p {
  font-size: 0.8rem;
}
.coupon__txt .note {
  font-size: 0.8rem;
}

@media (min-width: 721px) {
  /* .coupon .coupon__h2::before {
    width: 18px;
    height: 23px;
    margin-right: 10px;
  }

  .coupon .coupon__h2::after {
    width: 18px;
    height: 23px;
    margin-left: 10px;
  } */

  .coupon__txt {
    width: 80%;
    margin: 0 auto;
  }

  .coupon .coupon__h2 {
    font-size: 1.5rem;
  }
  .gw .coupon__h2 img {
    width: 450px;
    margin: 0 auto;
  }
}

/*====================

  #about

=====================*/

.about h2.ttl_sec:before {
  background-image: url(/shikitabi/images/tour_2021/recommendation_icon_pc.png);
}

.em__txt {
  font-weight: bold;
  font-size: 1.4rem;
}

@media (min-width: 721px) {
  .about__ul {
    display: flex;
    flex-wrap: wrap;
  }

  .about__ul .about__li {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
  }

  /* .about__ul .about__li + .about__li {
    margin-left: 10px;
  } */

  .about__ul .about__li:nth-child(2n) {
    margin-left: 20px;
  }

  .about .tourItem__img img {
    height: 300px;
  }
}

/*====================

  #departureplace

=====================*/

.departureplace h2.ttl_sec:before {
  background-image: url(/shikitabi/images/tour_2021/departureplace_icon_pc.png);
}

/* -------------[集合・出発]------------- */

.d_card {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.d_h3 {
  color: #fff;
  background-color: #86bb20;
  padding: 5px 10px;
  margin: 10px 0;
}
.d_h3::before {
  background-image: url(/shikitabi/images/tour_2021/d_h3_icon.svg);
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
  width: 23px;
  height: 17px;
}

.d_txtBox h4 {
  color: #ff1d25;
  margin-bottom: -10px;
}

.d_dl {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
  font-weight: bold;
}

.d_dl dt {
  background-color: #ddd;
  padding: 0px 15px;
  border-radius: 15px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}

.d_dl dd {
  margin-right: 40px;
}

.d_txt {
  font-size: 0.8rem;
  margin: 10px 0;
}

.d_link {
  margin: 0 auto;
}

.d_link a {
  display: block;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  background-color: #fff;
  border: 2px solid #86bb21;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);

  margin: 20px auto;
  position: relative;
}

.d_link a:hover {
  background-color: #eaf9ce;
}

.d_link_btn {
  color: #86bb21;
  position: relative;
}

.d_link_btn::after {
  content: "";
  position: absolute;
  margin-left: 1rem;
  margin-top: 6px;
  border-top: 2px solid #86bb21;
  border-right: 2px solid #86bb21;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

@media (min-width: 721px) {
  .d_card {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
  }

  .map_img {
    width: 50%;
  }

  .d_txtBox {
    width: 50%;
    padding-left: 50px;
  }

  .d_dl dd {
    margin-right: 60px;
  }

  .d_txt {
    margin: 40px 0;
  }
}

@media (max-width: 400px) {
  .d_dl dd {
    margin-right: 0;
  }
}

/*====================

  #plan

=====================*/

.plan h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/tourList_icon.png);
}

.l-pink .plan {
  background-color: #fbe9ee;
}

.l-red .plan {
  background-color: #f4dfe0;
}

.l-lightblue .plan {
  background-color: #e9f6fb;
}

.l-navy .plan {
  background-color: #ececf2;
}

.l-green .plan {
  background-color: #f3f8e8;
}

.l-orange .plan {
  background-color: #fdf6e5;
}

.l-blue .plan {
  background-color: #e5f3f9;
}

.l-purple .plan {
  background-color: #f7f0ff;
}

/* 004 */
.button004 a {
  background: #40467c;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 70px;
  padding: 4px 5px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.design02 {
  width: 980px;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #778ca3;
  font-size: 0.9rem;
  background-color: #fff;
}
.design02 tr {
  border-top: dashed 1px #778ca3;
}
.design02 th {
  padding: 10px 2px;
  background: #40467c;
  width: calc(100% / 7);
  color: #fff;
}
.design02 td {
  padding: 10px 0;
}

@media (min-width: 721px) {
  .design02 {
    width: 100%;
    font-size: 1rem;
  }
}

/*====================

  #keyword

=====================*/

.keyword h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/kw_icon.png);
}

.keyword .tourList__nav {
  justify-content: center;
  margin-bottom: 0;
}

@media (min-width: 721px) {
  .keyword .tourList__nav {
    width: 70%;
    margin: 0 auto;
  }

  .tourList__nav a {
    font-size: 1rem;
    border-radius: 30px;
  }
}

/*====================

  #ranking

=====================*/

.ranking h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/ranking_icon.png);
}

.ranking.bg_border {
  background-image: url(/shikitabi/images/special/common/bg_stripe_orange.png);
  background-color: #fff;
}

.ranking {
  background-color: #fdf6e5;
}

.special_summer_ranking .ranking {
  background-image: url(/shikitabi/images/special/common/bg_summer_rank.jpeg);
}

.ranking__img img {
  margin: 0 auto;
  display: block;
}

.rankinglist {
  margin: 20px 0;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}

.rankinglist__head {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.rankinglist__head img {
  width: 80px;
  margin-right: 20px;
}

.rankinglist__body figure {
  width: 100%;
}

.rankinglist__body figure img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}

.rankinglist__txt {
  font-size: 0.85rem;
  min-height: 70px;
}

.ranking__btn {
  display: block;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background-color: #eb8f00;
  border-radius: 10rem;
  position: relative;
  width: 200px;
  margin: 0 auto;
}

.ranking__btn p {
  text-align: center;
}

.ranking__btn::after {
  content: "";
  position: absolute;
  margin-top: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  right: 1rem;
  top: 0.7rem;
}

.no4-10 .rankinglist__body {
  display: flex;
}

.no4-10 .rankinglist__body figure {
  width: 30%;
  margin-right: 10px;
}

.no4-10 .rankinglist__body figure img {
  width: 100%;
  height: 70px;
  object-fit: cover;
}

.no4-10 .rankinglist__body .rankinglist__txt {
  width: 70%;
}

.la__footer {
  margin-top: 10px;
}

.no1 .ranking__btn {
  background-color: #ab9446;
}

.no2 .ranking__btn {
  background-color: #969696;
}

.no3 .ranking__btn {
  background-color: #cc823e;
}

.no4-10 .ranking__btn {
  background-color: #c6717b;
}

.ranking .reportBox_btn {
  margin: 0 auto;
}

@media (min-width: 721px) {
  .ranking__wrap {
    width: 100%;
    margin: 0 auto;
  }

  .rankinglist {
    margin: 30px 0;
    padding: 20px 30px;
  }

  .no1 .rankinglist__body {
    display: flex;
  }

  .no1 .rankinglist__body figure {
    width: 50%;
    margin-right: 40px;
  }

  .no1 .rankinglist__body figure img {
    height: 210px;
  }

  .no1 .rankinglist__body .rankinglist__txt {
    width: 50%;
    margin-right: 40px;
  }

  .rankinglist__head {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .ranking__pc2 {
    display: flex;
  }

  .ranking__pc2 a {
    width: calc(100% / 2);
  }

  .ranking__pc2 a + a {
    margin-left: 30px;
  }

  .ranking__pc2 .rankinglist {
    margin: 0;
  }
  .ranking__pc2 .rankinglist__body figure img {
    height: 210px;
  }

  .rankinglist__txt {
    font-size: 1rem;
  }

  .no4-10 {
    position: relative;
  }

  .no4-10 .rankinglist__body figure img {
    height: 150px;
  }

  .no4-10 .rankinglist__body figure {
    margin-right: 40px;
  }

  .no4-10 .rankinglist__head {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 64%;
  }

  .no4-10 .rankinglist__txt p {
    margin-top: 70px;
  }

  .no4-10 .la__footer {
    bottom: 20px;
    position: absolute;
    right: 300px;
  }
}

/*====================

  #grouptour

=====================*/

.grouptour h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/group_icon.png);
}

.grouptour__img img {
  margin: 0 auto;
  display: block;
}

.grouptour .reportBox_btn {
  margin: 0 auto;
}

/*====================

special_summer_ranking

=====================*/

.special_summer_ranking .point {
  background: none;
}

.special_summer_ranking .tourList {
  background: none;
}

/*====================

hanabi

=====================*/

/* .hanabi .tourList .tourCard__txt {
  min-height: 184px;
} */

.hanabi .tourList .tourCard__iconWrap,
.hanabi .popularTour .tourCard__iconWrap {
  padding: 0rem 0.5rem 0;
}

.hanabi .subtxt__ttl {
  font-weight: bold;
  color: #40467c;
}

.hanabi.l-navy .point {
  background-color: #ececf2;
  background-image: none;
}

@media (min-width: 721px) {
  .hanabi .tourList .lineup__card,
  .hanabi .popularTour .lineup__card {
    margin-bottom: 300px;
  }

  .hanabi .tourList .tourCard__txt,
  .hanabi .popularTour .tourCard__txt {
    min-height: 184px;
  }

  .hanabi.l-navy .hero {
    background-image: url(/shikitabi/images/common/hanabi_bg.jpeg);
  }
}

/*====================

review

=====================*/

.review h2.ttl_sec:before {
  background-image: url(/shikitabi/images/tour_2021/review_icon_pc.png);
}

.reviewBox_txt {
  padding: 0 20px 20px;
}

.reviewBox_photo_cg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px dotted #eb8f00;
  padding-bottom: 10px;
  font-weight: bold;
}

.reviewBox_star {
  width: 70%;
}

.reviewBox_photo {
  width: 30%;
}

.reviewBox_photo img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.rBt_star img {
  height: 1.5rem;
}

.rBt_star {
  margin: 10px 0;
}

.rBt_title {
  font-weight: bold;
  margin-bottom: 10px;
}

.rBt_sub {
  margin-bottom: 10px;
  border-bottom: 1px dotted #eb8f00;
  padding-bottom: 10px;
  font-weight: bold;
}

.reviewBox_photo_cg .rBt_sub {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
  font-weight: 0;
}

.rBt_sub::before {
  background-image: url(/shikitabi/images/tour_2021/memo_icon.svg);
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 3px;
  width: 1.6rem;
  height: 1.2rem;
}

.rBt_txt {
  font-size: 0.9rem;
}

/* .review_box {
  margin-bottom: 70px;
  padding: 0 0 20px;
} */

.review_box .slick-btn-prev {
  background-image: url(/shikitabi/images/tour_2021/slide_preview.png);
  left: 10px;
}

.review_box .slick-btn-next {
  background-image: url(/shikitabi/images/tour_2021/slide_next.png);
  right: 10px;
}

.review_box .slick-btn {
  position: absolute;
  width: 45px;
  height: 45px;
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: -45px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.reviewBox_cg {
  position: relative;
  margin: 2vw 0 5vw;
}

.reviewBox_cg .reviewBox_cg_a {
  display: block;
  padding: 3vw;
  position: relative;
  transition: opacity 0.7s;
  margin: 0 2vw;
  border: 1px solid #eee;
}

.slick-num {
  text-align: center;
  /* margin-bottom: 20px; */
}
.slick-num .inner {
  display: inline-block;
  padding: 10px 15px;
  color: #86bb21;
  font-weight: bold;
  background-color: #f6fdea;
}

/* #review .slick-num {
  position: relative;
}
#review .slick-num .inner {
  position: absolute;
  bottom: 80px;
} */

@media (min-width: 721px) {
  .reviewBox_cg .reviewBox_cg_a {
    padding: 0;
    margin: 0 10px;
  }

  #page_shikitabi .review_box {
    padding: 0;
  }

  .reviewBox_cg {
    margin: 0;
  }

  #page_shikitabi .review_box .slick-btn {
    bottom: 250px;
  }
  .review_box {
    margin: 0 50px;
  }

  .review_box .slick-btn-next {
    right: -50px;
  }

  .review_box .slick-btn-prev {
    left: -50px;
  }
  #review .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }

  #review .slick-num {
    position: static;
    display: block;
  }
  #review .slick-num .inner {
    position: static;
    bottom: 0;
  }
}

/*====================

staff

=====================*/

#staff .ttl_sec:before {
  background-image: url(/shikitabi/images/tour_2021/human_icon_pc.png);
}

.r_cardBox.staff__comment .r_card {
  display: flex;
  flex-flow: wrap;
}

.r_cardBox.staff__comment .r_card .r_card__right {
  order: 2;
  width: 100%;
}

.r_cardBox.staff__comment .r_card .r_card__left {
  order: 1;
  width: 100%;
}

.r_cardBox.staff__comment .r_card .restaurant_img {
  width: 60%;
  margin: 0 auto;
}

.r_cardBox.staff__comment .r_card .r_h3 {
  font-size: 1.05rem;
  border-top: 1px solid #eb8f00;
  border-right: 1px solid #eb8f00;
  border-left: 1px solid #eb8f00;
  margin-bottom: 0;
  padding: 10px 20px;
}

.r_cardBox.staff__comment .r_card .r_txt {
  border-right: 1px solid #eb8f00;
  border-left: 1px solid #eb8f00;
  border-bottom: 1px solid #eb8f00;
  margin-top: 0;
  padding: 10px 20px;
}

.r_cardBox.staff__comment .blog__btn {
  text-align: right;
  margin: 10px 0 5px;
}

.r_cardBox.staff__comment .blog__btn a {
  color: #fff;
  font-weight: bold;
  padding: 5px 25px 5px 10px;
  background-color: orange;
  position: relative;
  font-size: 0.8rem;
}

.r_cardBox.staff__comment .blog__btn a::after {
  content: "";
  position: absolute;
  margin-top: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 0.3rem;
}

@media (min-width: 721px) {
  .r_cardBox.staff__comment .r_card {
    flex-wrap: nowrap;
    width: 100%;
  }

  .r_cardBox.staff__comment .r_card .r_card__right {
    width: 70%;
  }

  .r_cardBox.staff__comment .r_card .r_card__left {
    width: 30%;
  }

  .r_cardBox.staff__comment .r_card .restaurant_img {
    width: 80%;
  }

  .r_cardBox.staff__comment .r_h3 {
    background-size: 5%;
  }
}

/*====================

tokuwari

=====================*/
@media (min-width: 721px) {
  .tourList.hayawari .lineup__card {
    margin-bottom: 230px;
  }
}

/*====================

nwes　新着

=====================*/

#page_shikitabi #news.news {
  margin: 30px 0;
}

#page_shikitabi #news .l-wContainer .news_wrap li.normal {
  display: none;
}

@media (min-width: 721px) {
  #page_shikitabi #news.news {
    margin: 60px 0 30px 0;
  }
}

/* .news_wrap li {
  padding: 10px;
}
.news_wrap li + li {
  border-top: solid 1px #ccc;
}

.news_wrap .date {
  font-weight: bold;
}

.news_wrap .label {
  margin-left: 10px;
  padding: 2px 5px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  width: 90px;
  display: inline-block;
  text-align: center;
}

.news_wrap .label.new {
  background-color: #ec6a3f;
}

.news_wrap .label.osusume {
  background-color: #eb8f00;
}

.news_wrap .label.renewal {
  background-color: #1fbda0;
}

.news_wrap .label.koshin {
  background-color: #3fa0ec;
} */

/*====================

simple　例：熊ページ

=====================*/

.simple__txt {
  padding: 15px 0;
}

.simple a {
  text-decoration: underline;
  color: #1a0dab;
}

.simple h2.ttl_sec::before {
  background-image: url(/shikitabi/images/tour_2021/recommendation_icon_pc.png);
}
