@charset "UTF-8";
/*----------------------------------------------------*/
/* なばなの里
----------------------------------------------------*/
/*共通
-------------------------------*/
.nabana {
  color: #fff;
}
.heading + p {
  margin-bottom: 60px;
}

a:hover {
    color: #fff;
    opacity: 0.6;
}

.bold {
  font-weight: bold;
}
.fz12 {
  font-size: 12px;
}

@media (max-width: 767px) {
  .heading + p {
    margin-bottom: 46px;
  }
}

/* section
-------------------------------------*/
.section {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}

/* 見出し
--------------------------------------*/
.heading {
  text-align: center;
  margin-bottom: 50px;
}
.heading span {
  display: block;
}
.heading .en {
  text-align: center;
  line-height: 1.4;
}

.heading .en img {
  text-align: center;
  margin: 0 auto 20px;
}

.heading .jp {
  font-size: 22px;
  line-height: 1.5;
  color: #cdbc5a;
}

@media (max-width: 767px) {
  .heading {
    margin-bottom: 20px;
  }

  .heading .en img {
    text-align: center;
    margin: 0 auto 20px;
  }

  .heading .jp {
    font-size: 18px;
    line-height: 1.5;
  }
}

/* list
---------------------------------------*/
/*dot*/
.dot-list {
  margin-bottom: 20px;
}
.dot-list li {
  display: block;
  position: relative;
  padding-left: 16px;
  font-size: 14px;
}
.dot-list li::before {
  content: "・";
  position: absolute;
  font-size: 14px;
  left: 0;
}
/* btn
--------------------------------------*/
.btn {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: auto;
  padding: 0;
}
.btn-cv {
  max-width: 400px;
  text-align: center;
  margin: 10px auto 0;
}
.btn-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  border-radius: 5px;
  background: #960000;
  color: #fff;
  transition: 0.3s;
}
.btn-link:hover {
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
  background-color: #960000;
  border: none;
}

.btn-link::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 1rem;
  color: #fff;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .btn {
    max-width: 100%;
    margin: 20px auto;
  }
  .btn-link {
    padding: 20px;
    font-size: 16px;
  }
  .btn-link::after {
    right: 30px;
    width: 20px;
    height: 24px;
  }
  .btn-cv {
    max-width: 100%;
  }
}

/*text-link*/
.text-link {
  display: inline-block;
  text-decoration: underline;
  color: #fff;
  position: relative;
  padding-right: 20px;
}

.text-link::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .text-link {
    margin-top: 5px;
    font-size: 12px;
  }
}

/* text
--------------------------------------*/
.lead {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .lead {
    font-size: 16px;
      line-height: 1.3;
  }
}

.kome {
  display: inline-block;
  position: relative;
  padding-left: 14px;
}
.kome::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* 背景
---------------------------------*/
.content-bg {
  background: url("/static/img/tour/campaign/nagashima/nabana/bg-content-pc.jpg")
    no-repeat top left/ cover;
}

@media (max-width: 767px) {
    .content-bg {
      background: url("/static/img/tour/campaign/nagashima/nabana/bg-content-sp.jpg")
        no-repeat top left/ cover;
    }
 
}

/* section
---------------------------------------------*/
/*　MV
-------------------------------*/
.mv-area {
  width: 100%;
  text-align: center;
}
.mv-area img {
  width: 100%;
  object-position: top center;
  object-fit: cover;
  margin: auto;
}

/*　Overview
-------------------------------*/
.overview-area {
}

.overview-slide-wrap {
  width: 100%;
}

.overview-slide-wrap .slick-slide {
  max-width: 767px;
  padding: 0 0.1%;
}

.overview-slide-wrap .slick-prev {
  z-index: 100;
  top: 260px;
  transform: translateY(-50%);
  left: calc(50% - 398px);
}

.overview-slide-wrap .slick-next {
  z-index: 100;
  transform: translateY(-50%);
  top: 260px;
  right: calc(50% - 390px);
}

.overview-slide-wrap .slick-prev:before, 
.overview-slide-wrap .slick-next:before {
    font-size: 30px;
}

.overview-slide-wrap .slick-prev:before, 
.overview-slide-wrap .slick-next:before {
    opacity: 1;
}

.overview-slide-wrap .img {
  max-width: 100%;
  text-align: center;
}

.overview-slide-wrap .img img {
  border: 1px solid #fff;
  width: 100%;
  max-width: 100%;
}

.overview-slide-wrap .text-list {
  margin-top: 30px;
  text-align: center;
}

.overview-slide-wrap .text-list dt {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.overview-slide-wrap .text-list dd {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 8%;
}


@media (max-width: 768px) {
    .overview-slide-wrap .slick-slide {
        max-width: 700px;
        padding: 0 0.1%;
    }
    
    .overview-slide-wrap .slick-prev:before, 
    .overview-slide-wrap .slick-next:before {
        font-size: 23px;
    }
    
    .overview-slide-wrap .slick-prev {
        top: calc(50% - 35px);
        left: 25px;
    }

    .overview-slide-wrap .slick-next {
      top: calc(50% - 35px);
      right: 25px;
    }
}



@media (max-width: 767px) {
    .overview-area {
        padding: 60px 0 0;
    }

    .overview-slide-wrap .slick-slide {
        max-width: 297px;
        padding: 0 0.03%;
    }
    
    .overview-slide-wrap .text-list {
         margin-top: 10px;
    }

    .overview-slide-wrap .slick-prev {
        top: calc(50% - 35px);
        left: 30px;
    }

    .overview-slide-wrap .slick-next {
      top: calc(50% - 35px);
      right: 30px;
    }
    
    .overview-slide-wrap .text-list dt {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .overview-slide-wrap .text-list dd {
        font-size: 12px;
        padding: 0 2%;
        text-align: left;
    }
    

}

/* BusTour
--------------------------------*/
.card-plan-item {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
}

.card-inner {
  position: relative;
  z-index: 0;
  padding: 16px 10px;
  color: #020000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.card-inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 60px;
  right: 5px;
  display: block;
}

.item-a .card-inner::after {
  width: 200px;
  height: 154px;
  background: url("/static/img/tour/campaign/nagashima/nabana/img-card-plan-a.svg")
    no-repeat center center / 100%;
}

.item-b .card-inner::after {
  width: 146px;
  height: 153px;
  background: url("/static/img/tour/campaign/nagashima/nabana/img-card-plan-b.svg")
    no-repeat center center / 100%;
}
.item-c .card-inner::after {
  width: 142px;
  height: 165px;
  background: url("/static/img/tour/campaign/nagashima/nabana/img-card-plan-c.svg")
    no-repeat center center / 100%;
}
.item-d .card-inner::after {
  width: 158px;
  height: 138px;
  background: url("/static/img/tour/campaign/nagashima/nabana/img-card-plan-d.svg")
    no-repeat center center / 100%;
}
.card-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b79f25;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  padding: 10px 16px;
}
.card-plan-title {
  margin-bottom: 12px;
  font-size: 15px;
  color: #020000;
}
.card-plan-detail {
  margin-bottom: 12px;
  color: #020000;
  font-size: 14px;
}
.card-plan-detail dt {
  font-weight: 400;
  margin-bottom: 5px;
}
.card-plan-detail dd {
  line-height: 1.4;
  margin-bottom: 20px;
}

.card-plan-price span:before {
    content: none;
}

.card-plan-price small {
  font-size: 12px;
  font-weight: bold;
  color: #960000;
}

.bustour-area .card-plan-price {
}

.bustour-area .np {
  width: 74%;
  font-size: 12px;
  display: block;
  font-weight: bold;
  text-align: left;
  margin-left: auto;
  color: #020000;
}

.bustour-area .card-plan-price span {
  font-size: 20px;
  color: #960000;
}

/* btn */
.card-plan-item .btn-cv {
  font-size: 14px;
  max-width: 220px;
}

/*banner*/
.banner-link-wrap {
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .bustour-area .np {
    width: 55%;
    line-height: 1.1;
  }

  /*banner*/
  .banner-link-wrap {
    margin-top: 30px;
  }

  .card-plan-item .btn-cv {
    width: 80%;
    text-align: center;
    margin: 20px auto 0;
  }
  .card-plan-item .btn-link {
    font-size: 14px;
    padding: 16px;
  }
  .card-plan-item .btn-link::after {
    width: 20px;
    height: 20px;
    top: 48%;
    right: 13px;
  }
    
    .card-copy {
        padding: 20px 30px 16px;
    }
}

/*　Schedule area
------------------------------------*/
.schedule-area {
  background-color: #42270c;
  position: relative;
  padding: 140px 0 30px;
}

.schedule-area::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 97px;
  background-color: #a79121;
}

.schedule-content {
  padding: 80px 2% 30px 18%;
}

@media (max-width: 1024px) {
    .schedule-content {
        padding: 80px 2% 30px 10%
    }
}


@media (max-width: 767px) {
  .schedule-area {
    padding: 70px 0 50px;
  }
}

/* schedulelist　- tab -
-------------------------------------*/
/* tab button
------------------------*/
.schedule-buttonlist {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  border-bottom: none;
}
.schedule-buttonlist li:not(:last-child) {
  margin-right: 1%;
}

.schedule-buttonlist li {
  width: 24%;
  flex: 1 1 auto;
  text-align: center;
  font-size: 16px;
}

.schedule-buttonlist li button,
.schedule-buttonlist li .nav-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 10px 16px 30px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  position: relative;
  transition: 0.3s;
  border: 5px solid #a7a7a7;
  background-color: #fff;
  color: #a7a7a7;
  line-height: 1.5;
}

.schedule-buttonlist .nav-link:hover,
.schedule-buttonlist .nav-link.active {
  border: 5px solid #a79121;
  color: #a79121;
  opacity: 1;
}

/*非アクティブ時の各タブ英字*/
.schedule-buttonlist li .nav-link::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  transform: translateY(-50%);
  transition: 0.3s;
}
.schedule-buttonlist li .button-a::before {
  width: 32px;
  height: 24px;
  background: url("/static/img/tour/campaign/nagashima/nabana/ico-button-a-gray.svg")
    no-repeat center center/ 100%;
}
.schedule-buttonlist li .button-b::before{
  width: 24px;
  height: 25px;
  background: url("/static/img/tour/campaign/nagashima/nabana/ico-button-b-gray.svg")
    no-repeat center center/ 100%;
}
.schedule-buttonlist li .button-c::before{
  width: 25px;
  height: 30px;
  background: url("/static/img/tour/campaign/nagashima/nabana/ico-button-c-gray.svg")
    no-repeat center center/ 100%;
}
.schedule-buttonlist li .button-d::before {
  width: 30px;
  height: 27px;
  background: url("/static/img/tour/campaign/nagashima/nabana/ico-button-d-gray.svg")
    no-repeat center center/ 100%;
}

/*タブがactiveの時、ホバー時のボタンカラー変更*/
.schedule-buttonlist .button-a.active::before,
.schedule-buttonlist li .button-a:hover::before{
  background: url("/static/img/tour/campaign/nagashima/nabana/ico-button-a-gold.svg")
    no-repeat center center/ 100%;
}

.schedule-buttonlist .button-b.active::before,
.schedule-buttonlist li .button-b:hover::before{
  background: url("/static/img/tour/campaign/nagashima/nabana/ico-button-b-gold.svg")
    no-repeat center center/ 100%;
}

.schedule-buttonlist .button-c.active::before,
.schedule-buttonlist li .button-c:hover::before{
  background: url("/static/img/tour/campaign/nagashima/nabana/ico-button-c-gold.svg")
    no-repeat center center/ 100%;
}

.schedule-buttonlist .button-d.active::before,
.schedule-buttonlist li .button-d:hover::before{
  background: url("/static/img/tour/campaign/nagashima/nabana/ico-button-d-gold.svg")
    no-repeat center center/ 100%;
}

/*tab button activeの挙動*/
.schedule-buttonlist li button.active {
  position: relative;
}

@media (max-width: 1200px) {
  .schedule-buttonlist li:not(:last-child) {
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .schedule-buttonlist li:nth-child(even) {
    margin-right: 0;
  }
  .schedule-buttonlist li {
    width: 48%;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .schedule-buttonlist {
    justify-content: space-between;
  }
  .schedule-buttonlist li {
    width: 48%;
    height: 80px;
  }

  .schedule-buttonlist li button,
  .schedule-buttonlist li .nav-link {
    font-size: 13px;
    line-height: 1.6;
    padding: 10px 10px 10px 36px;
  }

  .schedule-buttonlist li .button-a::before {
    width: 28px;
    height: 28px;
    left: 5px;
  }
  .schedule-buttonlist li .button-b::before {
    width: 22px;
    height: 26px;
    left: 5px;
  }
  .schedule-buttonlist li .button-c::before {
    width: 24px;
    height: 28px;
    left: 5px;
  }
  .schedule-buttonlist li .button-d::before {
    width: 25px;
    height: 28px;
    left: 5px;
  }
}

/*tab content
-------------------------*/
.schedule-content {
  display: none;
  /*padding: 8px;*/
  transition: 0.3s;
}
.schedule-content.active {
  display: block;
}

.schedule-content p {
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .schedule-content {
    padding: 20px 0;
  }

  .schedule-content p {
    font-size: 12px;
    margin-bottom: 0;
  }
}

/* timeline */
.timeline-list {
  margin-top: 10px;
}

.timeline-list li {
  display: block;
  margin-bottom: 60px;
}

.timeline-content-list {
  display: flex;
}

.timeline-content-list > dt {
  width: 10%;
  position: relative;
  text-align: center;
}

.timeline-content-list > dt::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 100px;
  left: 50px;
  width: 2px;
  height: 100%;
  display: block;
  background-color: #b79f25;
}

.timeline-list li:last-of-type .timeline-content-list > dt::after {
  content: none;
}

.timeline-content-list dt .time {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b79f25;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

/*※の位置調整*/
.timeline-content-list dt .time > .fz-small {
  position: absolute;
  top: 40px;
  right: 15px;
  font-size: 10px;
}
.timeline-content-list dt .time > .fz-small.one {
  top: 40px;
  right: 15px; 
}
.timeline-content-list dt .time > .fz-small.two {
    top: 50px;
    right: 10px; 
}
.timeline-content-list dt .time > .fz-small.three {
    top: 40px;
    right: 10px; 
}
.timeline-content-list dt .time > .fz-small.four {
    top: 50px;
    right: 14px; 
}

.timeline-content-list dd {
  width: 78%;
  padding-top: 20px;
  padding-left: 4%;
  overflow: hidden;
}

.timeline-content-list .fz-small {
  font-size: 14px;
}
.timeline-content-list .fz-small.fz12 {
  font-size: 12px;
}

p.timeline-content-title {
  font-size: 18px;
  font-weight: bold;
}

.timeline-check-list {
  margin-top: 20px;
}

.timeline-check-list dt {
  position: relative;
}

.timeline-check-list dt span {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding: 0 16px;
  background-color: #42270c;
  margin-bottom: 5px;
}

.timeline-check-list dt span::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 14px;
}

.timeline-check-list dt::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.timeline-check-list dd {
  width: 100%;
  padding: 0 0 0 16px;
}

.attention-box {
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 10px 10px 8px;
    border-radius: 3px;
    background: rgba(110,85,50,0.6);
    /* border: 1px dotted #b79f25;*/
}

/*写真*/
.timeline-content-img img {
  border-radius: 5px;
}

@media (max-width: 1024px) {
    .timeline-content-list > dt {
        width: 18%;
    }
}


@media (max-width: 767px) {
    
  .timeline-list li {
    margin-bottom: 20px;
  }
  .timeline-content-list dt .time {
    width: 90px;
    height: 90px;
  }

　/*※の位置調整*/
  .timeline-content-list dt .time > .fz-small {
    top: 35px;
    right: 9px;
  }
.timeline-content-list dt .time > .fz-small.one {
    top: 35px;
    right: 9px; 
}
  .timeline-content-list dt .time > .fz-small.two {
    top: 46px;
    right: 5px;
  }
 .timeline-content-list dt .time > .fz-small.three {
    right: 5px;
    top: 35px;
  }
 .timeline-content-list dt .time > .fz-small.four {
    right: 9px;
    top: 45px;
  }

  .timeline-content-list > dt {
    width: 30%;
    text-align: center;
  }

  .timeline-content-list > dt::after {
    top: 90px;
    left: 45px;
  }

  p.timeline-content-title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .timeline-content-list .fz-small {
    font-size: 12px;
    font-weight: 400;
  }

  .timeline-content-img:not(:first-of-type) {
    margin-top: 5px;
  }

  .timeline-check-list dt {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .timeline-check-list dt span {
    padding: 0 18px;
    font-size: 12px;
  }
  .timeline-check-list dt::after {
    top: auto;
    bottom: -10px;
    left: 18px;
  }
    
  .attention-box {
     padding: 10px;
  }
}

/*gold plan box*/
.box-gold {
  width: 90%;
  max-width: 570px;
  margin: 0 auto 0 8%;
  border-radius: 10px;
  border: 5px solid #a79121;
  background: #fff;
  padding: 30px 30px;
  text-align: center;
  color: #020000;
}

.box-gold-title {
  display: inline-block;
  padding: 0 20px 5px;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 2px solid #a79121;
  margin-bottom: 20px;
}

.box-gold .card-plan-detail dd {
  margin-bottom: 16px;
  text-align: left;
}

.box-gold .card-plan-detail dt {
  margin-bottom: 5px;
}

.box-gold-price .np {
  font-size: 14px;
  font-weight: bold;
    color: #020000;
}

.box-gold-price .card-plan-price span {
  font-size: 22px;
  color: #960000;
}

.box-gold-dot-list li {
  display: block;
  padding-left: 16px;
  position: relative;
}
.box-gold-dot-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.box-gold .btn-cv {
  width: 100%;
  max-width: 257px;
}

.box-gold .btn-link {
    padding: 14px 20px 13px;
}

@media (max-width: 767px) {
  /*gold plan box*/
  .box-gold {
    width: 100%;
    max-width: 100%;
    padding: 30px 10px;
    margin: 40px auto 0;
  }

  .box-gold-title {
    display: block;
    font-size: 15px;
    padding: 0 5px 10px;
    margin-bottom: 20px;
  }

  .box-gold .card-plan-detail dd {
    margin-bottom: 16px;
    text-align: left;
  }

  .box-gold .card-plan-detail dt {
    text-align: left;
    margin-bottom: 5px;
  }

  .box-gold-price .np {
    font-size: 14px;
  }

  .box-gold-price .card-plan-price span {
    color: #960000;
    font-size: 20px;
  }

  .box-gold .btn-cv {
    width: 90%;
    margin: 10px auto 0;
  }

  .box-gold .btn-cv .btn-link::after {
      right: 20px;
  }
}


/* column area
-----------------------------------------*/
.column-area {
    background-color: #200D01;
    padding: 100px 0 80px;
}

.column-area .heading {
    margin-bottom: 40px;
}

.list-column {
    idth: 100%;
    max-width: 755px;
    margin-left: auto;
    margin-right: auto;
}

.list-column li:not(:first-child) {
    margin-top: 20px;
}

.btn-column {
    display: block;
    border-radius: 8px;
    background: #fff;
    padding: 10px 25px 10px 10px;
    position: relative;
    color: #1C1C1C;
    transition: 0.3s;
    text-decoration: none;
}

.btn-column:hover {
    opacity: 0.8;
    text-decoration: none;
}

.btn-column::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    font-weight: bold;
    color: #b79f25;
}

.dl-column {
    display: flex;
}

.dl-column dt {
    font-size: 16px;
    width: 78.2%;
    padding: 0 25px;
    display: flex;
    align-items: center;
    order: 2;
    color: #020000;
}

.dl-column dd {
    width: 21.8%;
    order: 1;
}

.dl-column dd img {
    border-radius: 8px;
}

@media (max-width: 767px) {
    .column-area {
        padding: 60px 0 50px;
    }
    
    .column-area .heading {
        margin-bottom: 30px;
    }

    .btn-column {
        padding: 10px 25px 10px 10px;
    }
    
    .btn-column::after {
        right: 10px;
    }
     
    .dl-column dt {
        width: 64.3%;
        padding: 5px 0 0 10px;
        font-size: 14px;
    }
    
    .dl-column dd {
        width: 35.7%;
    }
        
}


/* button area
-----------------------------------------*/
.button-area {
  background: url("/static/img/tour/campaign/nagashima/nabana/bg-button-area-pc.jpg")
    no-repeat top left/ cover;
  text-align: center;
}

.button-area .btn-link::after {
    transform: translateY(-50%) rotate(-90deg);
}

.js-link-ancker {
    text-decoration: none;
}

@media (max-width: 767px) {
  .button-area {
    background: url("/static/img/tour/campaign/nagashima/nabana/bg-button-area-sp.jpg")
    no-repeat top left/ cover;
    padding: 20px 0;
  }
}