@charset "UTF-8";
/* PC <--> SP */
@media all and (max-width: 767px) {
  .viewpc {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .viewsp {
    display: none !important;
  }
}
@media all and (min-width: 992px) {
  .viewsptab {
    display: none !important;
  }
}
/* Clearfix */
#nagashima .cf:after {
  content: '';
  display: block;
  clear: both;
}
/* ======================================
 Top Only Settings. ( #nagashima )
========================================= */
/* [ MV ] */
#nagashima {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#nagashima #mv {
  background: url("/static/img/tour/campaign/nagashima/mv-bg-pool.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 60px 20px 120px;
}
#nagashima #mv img {
  margin: 0 auto;
  max-width: 900px;
  width: 95%;
}
@media (max-width: 565px) {
  #nagashima #mv {
    background: url("/static/img/tour/campaign/nagashima/sp-mv-bg-pool.jpg") no-repeat center center/ cover;
    padding:  15px 20px 25px;
  }
  #nagashima #mv img {
    margin: 0 auto;
    width: 80%;
  }
}
/* [ btn ] */
.btn-green a {
  background: #ABD646;
  font-weight: bold;
  font-size: 1em;
  position: relative;
  text-decoration: none;
  padding: 16px 10px 16px 0;
  border: 2px solid #333333;
  border-radius: 60px;
  display: block;
  color: #333;
  width: 80%;
  max-width: 480px;
  margin: 30px auto 0;
}
.btn-green a:hover {
  opacity: 0.7;
}
.btn-green.arrow-down a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 14px;
  font-size: 1.1em;
}
.btn-green.arrow-up a::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 14px;
  font-size: 1.1em;
}
.btn-black a {
  background: #333;
  font-weight: bold;
  font-size: 1em;
  position: relative;
  text-decoration: none;
  padding: 10px 10px 10px 0;
  border-radius: 60px;
  display: block;
  color: #FFF;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.btn-black a:hover {
  opacity: 0.7;
}
.btn-black.arrow-right a::after,
.btn-green.arrow-right a::after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 14px;
  font-size: 1.1em;
}
.btn-green-detail a {
  background: #ABD646;
  font-weight: bold;
  font-size: 0.9em;
  position: relative;
  text-decoration: none;
  padding: 12px 6px 12px 0;
  border: 2px solid #333333;
  border-radius: 60px;
  display: block;
  color: #333;
  width: 100%;
}
.btn-green-detail a:hover {
  opacity: 0.7;
}

.btn-green-detail.arrow-right a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 14px;
  font-size: 1.1em;
}

.btn-blue a {
  background: #009BDC;
  font-weight: bold;
  font-size: 1em;
  position: relative;
  text-decoration: none;
  padding: 16px 10px 16px 0;
  border: 2px solid #333333;
  border-radius: 60px;
  display: block;
  color: #fff;
  width: 80%;
  max-width: 480px;
  margin: 30px auto 0;
}
.btn-blue a:hover {
  opacity: 0.7;
}
.btn-blue.arrow-down a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 14px;
  font-size: 1.1em;
  color: #fff;
  right: 24px;
}
@media (max-width: 767px) {
    .btn-blue a {
        font-size: 14px;
    }
}



/* [ contents ] */
.nav-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
}

.nav-title span {
    position: relative;
}

.nav-title span::before,
.nav-title span::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    top: 50%;
}

.nav-title span::before {
    left: -40px;
    transform: translateY(-50%) rotate(45deg);
}

.nav-title span::after {
    right: -40px;
    transform: translateY(-50%) rotate(-45deg);
}

.page-nav {
    padding: 0 0 30px;
}

.page-nav-list {
    margin: auto;
    max-width: 48%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1%;
}

.page-nav-list li {
    margin: 10px 0;
}

.page-nav-list li a {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px 20px 10px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EADA6F;
}

@media (max-width: 1150px) {
    .page-nav-list {
        max-width: 90%;
    }
}

@media (max-width: 860px) {
    .page-nav-list {
        max-width: 80%;
        grid-template-columns: auto;
        column-gap: 1%;
    }
}

@media (max-width: 768px) {
    .nav-title span::before,
    .nav-title span::after {
        width: 40px;
    }

    .nav-title span::before {
        left: -48px;
    }

    .nav-title span::after {
        right: -40px;
    }
    
    .page-nav {
        padding: 0 0 30px;
    }
    
    .page-nav-list li {
        margin: 10px 0 0;
    }
    
    .page-nav-list li a {
        font-size: 13px;
        padding: 16px 20px 16px 8px;
    }

    .page-nav-list .btn-green.arrow-down a::after {
        right: 8px;
    }
    
    .bottom-nav-list li a{
        width: 100%;
        font-size: 13px;
    }
    
    .bottom-nav-list li.btn-green.arrow-up a::after {
       right: 8px; 
    }
}

@media (max-width: 560px) {
    
    .page-nav-list {
        max-width: 94%;
    }

    .page-nav-list li a {
        font-size: 13px;
    }

    .page-nav-list .btn-green.arrow-down a::after {
        right: 8px;
    }
}

#dep-wrap {
  background: #009BDC;
/*  padding: 40px 0 60px;*/
  padding: 40px 0 100px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
}

#bg-gray-wrap {
  padding: 20px 0 30px 0;
  background-color: #E8E8E8;
  color: #333;
  position: relative;
  z-index: 0;
}

.txt-center-pc {
  text-align: center;
}
.txt-catch {
  font-weight: bold;
  position: relative;
  padding-top: 95px;
}
.txt-catch::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 80px;
  background: url(/static/img/tour/campaign/nagashima/head_enjoy.png) no-repeat;
  background-size: contain;
  transform: translate(-50%);
  top: 0;
  left: 50%;
}
.flex-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-box li {
  width: 50%;
}
.usual-price {
  font-weight: bold;
  text-decoration: line-through;
  text-align: right;
  padding-right: 15px;
}
.special-price {
  font-weight: bold;
  font-size: 2em;
  color: #DB0808;
}
.wrap-price .num.min::after {
  content: "円～";
  font-size: 16px;
}
.wrap-price .num.max::after {
  content: "円";
  font-size: 16px;
}
.ryokoshien-box .special-price {
  text-align: left;
  margin-left: 10px;
}
.special-price small {
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 768px) {
    
    #dep-wrap {
        padding: 10px 0 60px;
    }
    
    #bg-gray-wrap {
        padding: 20px 0 30px 0;
    }
}


#Tour-list {
  background-color: #E8E8E8;
  padding: 160px 0 160px;
  text-align: center;
  position: relative;
  z-index: 0;
}

/*
#Tour-list::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  四角形を傾けます
  transform: skewY(3deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #E8E8E8;
}
*/

.tour-set {
  width: 88%;
  margin: 0 auto;
}
.tit-tour {
  position: relative;
  font-size: 1.2em;
  margin-bottom: 20px;
}
.tit-tour::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 70px;
  background: url(/static/img/tour/campaign/nagashima/head_tour.svg) no-repeat;
  background-size: contain;
  transform: translate(-50%);
  top: -90px;
  left: 50%;
}
.txt-start {
  width: 100%;
  line-height: 3em;
  font-size: 1.2em;
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
}


.txt-start-pool {
	display: inline-block;
	text-align: center;
  line-height: 2em;
  font-size: 1.2em;
	padding: 0 5px 0 5px;
  border-bottom: solid 2px #333;
	margin: 20px auto 0;
}

.txt-red {
  color: #DB0808;
}
.tour-set ul {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px dashed #333;
}

#start-kyoto{
	margin-top: 60px;
}


.tour-set ul.img-photo{
	width: 100%;
	justify-content: center;
	border: none;
}
.tour-set ul.img-photo li{
	width: 30%;
	padding: 0 5px;
}
.tour-set ul.img-photo li img{
	border-radius: 8px;
}
.tour-set ul li {
  padding: 30px 5px;
}
.tour-set ul li.tour-type {
  width: 28%;
  text-align: left;
  align-items: center;
}
#Limited-list .tour-set ul li.tour-type{
  width: 34%;
}
.tour-set ul li.tour-type h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 3px;
	margin-bottom: 6px;
}
.tour-set ul li.tour-type p {
	font-size: 14px;
	line-height: 1.6;
}
.tour-set ul li.tour-icon {
  width: 20%;
  text-align: left;
  padding-right: 5px;
}
#Limited-list .tour-set ul li.tour-icon{
  width: 14%;
}
.tour-set ul li.tour-icon img {
  vertical-align: top;
  margin-bottom: 3px;
  margin-right: 5px;
}
.tour-set ul li.special-price {
  width: 30%;
  text-align: right;
}
.tour-set ul li.btn-green-detail {
  width: 22%;
}
#Limited-list {
  background: url(/static/img/tour/campaign/nagashima/bg-pyramid.jpg);
  padding: 200px 0 150px;
  text-align: center;
  color: #FFF;
}

#Limited-list-pool {
  background: url(/static/img/tour/campaign/nagashima/bg-pool.jpg);
  padding: 200px 0 150px;
  text-align: center;
  color: #FFF;
}

.fixed-background {
  min-height: 100vh;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
}
.tit-limited {
  position: relative;
  font-size: 1.2em;
  margin-bottom: 20px;
}
.tit-limited::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 77px;
  background: url(/static/img/tour/campaign/nagashima/head_limited.svg) no-repeat;
  background-size: contain;
  transform: translate(-50%);
  top: -100px;
  left: 50%;
}

#Limited-list .tour-set, #Limited-list-pool .tour-set{
  background: #ECECEF;
  border-radius: 10px;
  padding: 20px 30px 30px;
  color: #333;
  width: 100%;
}
#Limited-list .tour-set ul:last-child {
  border-bottom: none;
}
#Limited-list .tour-set ul li.tour-icon img {
  width: 32px;
  height: auto;
}



#Fun {
  padding: 140px 0 60px 0;
  background-color: #009BDC;
  position: relative;
  z-index: 0;
  text-align: center;
}
#Fun::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0; /*四角形を傾けます*/
  transform: skewY(-3deg);
  transform-origin: top left;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #009BDC;
}
.tit-fun {
  position: relative;
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #FFF;
}
.tit-fun::before {
  content: "";
  position: absolute;
  width: 102px;
  height: 76px;
  background: url(/static/img/tour/campaign/nagashima/head_fun.svg) no-repeat;
  background-size: contain;
  transform: translate(-50%);
  top: -100px;
  left: 50%;
}
.spot-name {
  font-weight: bold;
  font-size: 1.2em;
}
.mark-attention {
  position: absolute;
}
/* [ Model Course ] */
#nagashima #modelcourse .modelcourse-title {
  margin: -15px;
}
#nagashima #modelcourse .modelcourse-comment {
  margin-top: 15px;
}
#nagashima #modelcourse .modelcourse-comment .note {
  color: #FFF;
  font-size: 12px;
}
#nagashima #modelcourse .modelcourse-inner {
  margin-top: 10px;
  text-align: left;
}
#nagashima #modelcourse .modelcourse-inner .modelcourse-row {
  position: relative;
  z-index: 0;
  width: 100%;
  margin-bottom: 30px;
}
#nagashima #modelcourse .modelcourse-inner .modelcourse-row::after {
  position: absolute;
  bottom: -14px;
  left: calc(50% - 15px);
  z-index: 1;
  width: 30px;
  height: 30px;
  background: #FFF;
  transform: rotate(-45deg);
  content: "";
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
}
#nagashima #modelcourse .modelcourse-inner .modelcourse-row:last-child {
  margin-bottom: 0;
}
#nagashima #modelcourse .modelcourse-inner .modelcourse-row:last-child::after {
  content: none;
}
#nagashima #modelcourse .modelcourse-inner .modelcourse-row .single-block {
  display: table;
  width: 100%;
  min-height: 80px;
  background: #FFF;
  border-radius: 8px;
}
#nagashima #modelcourse #tab01 .modelcourse-inner .modelcourse-row .single-block .time {
  display: table-cell;
  vertical-align: middle;
  width: 76px;
  background: #EADA6F;
  font-size: 12px;
  text-align: center;
  border: 2px solid #333;
  border-radius: 6px 0 0 6px;
}

#nagashima #modelcourse #tab02 .modelcourse-inner .modelcourse-row .single-block .time {
  display: table-cell;
  vertical-align: middle;
  width: 76px;
  background: #F6B575;
  font-size: 12px;
  text-align: center;
  border: 2px solid #333;
  border-radius: 6px 0 0 6px;
}

#nagashima #modelcourse .modelcourse-inner .modelcourse-row .single-block .time strong {
  font-size: 18px;
	font-weight: 600;
}
#nagashima #modelcourse .modelcourse-inner .modelcourse-row .single-block .spot {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 15px;
  border: 2px solid #333;
	border-left: none;
  border-radius: 0 6px 6px 0;	
	
	
}
#nagashima #modelcourse .modelcourse-inner .modelcourse-row .single-block .spot .spot-area {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
#nagashima #modelcourse .modelcourse-inner .modelcourse-row .single-block .spot .spot-area-sub {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
}
#nagashima #modelcourse .modelcourse-inner .modelcourse-row .details-wrap {
  background: #000;
  padding: 15px;
  color: #FFF;
}
#nagashima #modelcourse .modelcourse-inner .modelcourse-row .details-wrap .inner-title {
  margin-bottom: 15px;
  font-size: 16px;
  text-align: center;
}
#nagashima #modelcourse .modelcourse-inner .modelcourse-row .details-wrap .photo-block li {
  margin-top: 15px;
}
#nagashima #modelcourse .modelcourse-inner .modelcourse-row .details-wrap .photo-block li:nth-child(odd) {
  padding-right: 7px;
}
#nagashima #modelcourse .modelcourse-inner .modelcourse-row .details-wrap .photo-block li:nth-child(even) {
  padding-left: 7px;
}
#nagashima #modelcourse.newtime .modelcourse-inner .modelcourse-row .single-block .spot .spot-option {
  display: block;
  width: 100%;
  background: #FEEBF2;
  padding: 12px 6px;
  margin-top: 5px;
}
/*#nagashima #modelcourse.newtime .modelcourse-inner .modelcourse-row .single-block .spot .spot-option b{color: #F53D7E;}*/
#nagashima #modelcourse.newtime .modelcourse-inner .modelcourse-row .single-block .spot .spot-option .spot-area-sub {
  text-align: center;
  display: block;
}
@media all and (min-width: 768px) {
  #nagashima #modelcourse .modelcourse-title {
    margin: 0 auto;
    max-width: 570px;
  }
  #nagashima #modelcourse .modelcourse-comment {
    margin-top: 0px;
  }
  #nagashima #modelcourse .modelcourse-comment .note {
    font-size: 14px;
  }
  #nagashima #modelcourse .modelcourse-inner {
    margin-top: 20px;
  }
  #nagashima #modelcourse .modelcourse-inner .modelcourse-row {
    margin-bottom: 40px;
  }
  #nagashima #modelcourse .modelcourse-inner .modelcourse-row::after {
    bottom: -19.5px;
    width: 40px;
    height: 40px;
  }
  #nagashima #modelcourse .modelcourse-inner .modelcourse-row .single-block {
    min-height: 90px;
  }

	#nagashima #modelcourse #tab01 .modelcourse-inner .modelcourse-row .single-block .time,#nagashima #modelcourse #tab02 .modelcourse-inner .modelcourse-row .single-block .time{
	width: 130px;
    font-size: 14px;
	}	
  #nagashima #modelcourse .modelcourse-inner .modelcourse-row .single-block .spot {
    display: table;
    width: 100%;
    min-height: 90px;
    padding: 24px 20px;
  }
  #nagashima #modelcourse .modelcourse-inner .modelcourse-row .single-block .spot .spot-area {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
  }
  #nagashima #modelcourse .modelcourse-inner .modelcourse-row .single-block .spot .spot-area-sub {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    text-align: right;
  }
  #nagashima #modelcourse .modelcourse-inner .modelcourse-row .details-wrap {
    padding: 30px;
  }
  #nagashima #modelcourse .modelcourse-inner .modelcourse-row .details-wrap .inner-title {
    font-size: 18px;
  }
  #nagashima #modelcourse .modelcourse-inner .modelcourse-row .details-wrap .inner-content {
    font-size: 16px;
  }
  #nagashima #modelcourse.newtime .modelcourse-inner .modelcourse-row .single-block .spot {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
  }
  #nagashima #modelcourse.newtime .modelcourse-inner .modelcourse-row .single-block .spot.box-block {
    display: block;
  }
  #nagashima #modelcourse.newtime .modelcourse-inner .modelcourse-row .single-block .spot .spot-spec {
    display: block;
    width: 60%;
  }
  #nagashima #modelcourse.newtime .modelcourse-inner .modelcourse-row .single-block .spot .spot-area {
    width: 40%;
    display: block;
  }
  #nagashima #modelcourse.newtime .modelcourse-inner .modelcourse-row .single-block .spot .spot-area-sub {
    width: 60%;
    display: block;
  }
  #nagashima #modelcourse.newtime .modelcourse-inner .modelcourse-row .single-block .spot .spot-spec .spot-area-sub, #nagashima #modelcourse.newtime .modelcourse-inner .modelcourse-row .single-block .spot .spot-option .spot-area-sub {
    width: 100%;
  }
}
@media all and (min-width: 992px) {
  #nagashima #modelcourse .modelcourse-inner {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}
.list-style01 {}
.list-style01 li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}
.list-style01 li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(/static/img/tour/campaign/nagashima/ico-check.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 10%;
}
.img-thrill li {
  padding: 10px;
  text-align: center;
}
#nagashima #modelcourse .modelcourse-inner .modelcourse-row .single-block .spot.row {
  margin: 0;
  border: 2px solid #333;
	border-left: none;
	
}
#nagashima #modelcourse .modelcourse-inner .modelcourse-row .single-block .spot.row div {
  padding: 0;
}
.tab-fun {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  display: flex;
}
.nav-tabs {
  border: none;
}
.tab-fun li {
  width: 50%;
}
.tab-fun li:nth-child(1) {
  padding: 0 10px 0 0;
}
.tab-fun li:nth-child(2) {
  padding: 0 0 0 10px;
}
.tab-fun li a {
  padding: 12px 0;
  border: 2px solid #333 !important;
  background: #FFF;
  border-radius: 8px !important;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.tab-fun li .nav-link.tab-yellow.active {
  background: #EADA6F;
	color: #333;
}

.tab-fun li .nav-link.tab-orange.active {
  background: #F6B575;
	color: #333;	
}


#reco img {
  display: block !important;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .tour-set {
    width: 100%;
    margin: 0 auto;
  }
  .special-price {
    font-weight: bold;
    font-size: 1.6em;
    color: #DB0808;
  }
  .special-price small {
    font-weight: 600;
    font-size: 15px;
  }
  #Tour-list {
    padding: 160px 0 70px;
  }
  .tour-set ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    border-bottom: 1px dashed #333;
    padding: 15px 0;
  }	
	
  .tour-set ul li {
    padding: 0;
  }
  #Limited-list-pool .tour-set ul li.tour-icon,#Limited-list-pool .tour-set ul li.tour-icon {
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-bottom: 5px;
  }

.tour-set ul li.tour-icon {
  width: 100%;
  text-align: center;
  padding-right: 0;
}
#Limited-list .tour-set ul li.tour-icon{
  width: 100%;
  text-align: center;
  padding-right: 0;
}
	
  .tour-set ul li.tour-icon img {
    vertical-align: top;
    margin-right: 5px;
    width: 32px;
    height: auto;
  }
  .tour-set ul li.tour-type {
    width: 100%;
    text-align: center;
  }
  #Limited-list .tour-set ul li.tour-type{
    width: 100%;
    text-align: center;
  }
  .tour-set ul li.special-price {
    width: 100%;
    text-align: center;
  }
  .tour-set ul li.btn-green-detail {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .txt-center-pc {
    text-align: left;
  }
  .special-price {
    padding-left: 0;
  }
  .tour-set ul li.tour-type {}
  .flex-box li {
    width: 100%;
  }
  .usual-price {
    text-align: center;
    padding-right: 0;
  }
  #Limited-list {
    padding: 150px 0 100px;
  }
  #Fun {
    padding: 140px 0 60px;
  }
  .tab-fun li a {
    font-size: 15px;
  }
  .tab-fun li:nth-child(1) {
    padding: 0 5px 0 0;
  }
  .tab-fun li:nth-child(2) {
    padding: 0 0 0 5px;
  }
  .tit-limited {
    
  }
	.tour-set ul.img-photo{
		display: block;

}
.tour-set ul.img-photo li{
	width:100%;
	padding: 0 0 10px;
}
#Limited-list .tour-set, #Limited-list-pool .tour-set{
  padding: 20px 20px 30px;
  width: 94%;
}	
	#Limited-list-pool{
		padding: 160px 0 60px ;
	}


}
/* ターミナルリンク設置 */
#bus-terminal {
  margin: 0 0 20px 0;
}
a.bus-terminal-link {
  padding: 12px 20px 12px 30px;
  font-size: 16px;
  color: #333;
  border: 1px solid #999;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  max-width: 400px;
  position: relative;
}
a.bus-terminal-link:hover {
  text-decoration: none;
  background: #feebf2;
}
a.bus-terminal-link:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 15px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f53d7e;
}

/*期間限定プラン*/
.box-link-limited{
	width: 70%;
	margin: 30px auto;
	border: 3px solid #333;
	border-radius: 8px;
	background: #FFF;
	text-align: center;
	padding-bottom: 20px;

}

.box-link-limited dt{
	background: #333;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
}

.box-link-limited dd{
	display: flex;
	align-items: center;
	padding: 20px 20px 0 60px;
	position: relative;
	font-weight: bold;
	text-align: left;
}

.box-link-limited dd::before{
	content: "";
  position: absolute;
  width: 33px;
  height:30px;
  background: url(/static/img/tour/campaign/nagashima/ico-link-limited.svg) no-repeat;
  background-size: contain;
  left:20px;
  top: 40%;
	
}

.box-link-limited dd .btn-green a{
	width:200px; 
	padding: 8px 6px 8px 0;
	margin: 0;	
	text-align: center;
	
	
}
.box-link-limited dd .btn-green{
	margin-left: auto;
}

@media all and (max-width: 767px) {
	.box-link-limited{
		width: 100%;
	}
	.box-link-limited dd{
		display: block;
		text-align: left;
	}
	.box-link-limited dd span{
		display: block;
		text-align: center;
		margin-top: 10px;

	}
	
	.box-link-limited dd .btn-green {
        margin:10px  auto;
    }
    .box-link-limited dd .btn-green a{
		width: 90%;
    }	
	
	.box-link-limited dd::before{
      left:20px;
      top: 20px;
    }
	
}

/*全国支援誘導パーツ*/
.ryokoshien-box {
  padding: 15px 30px;
  background: #fffdf6;
  border: solid 3px #8ec31f;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 4px;
  margin-top: -60px;
}
.inner-ryokoshien-box {
  display: flex;
  width: 100%;
}
.inner-ryokoshien-box:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(/static/img/campaign/ryokoshien/logo-goto-w.png) no-repeat;
  background-size: cover;
}
.inner-ryokoshien-box > div {
  width: calc(100% - 120px);
  text-align: center;
}
.ryokoshien-box p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}
.title-ryokoshien-box {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: -15px -32px 10px;
  text-align: center;
  background: #8ec31f;
  padding: 8px;
}
.ryokoshien-box dl {
  display: flex;
  font-size: 14px;
}
.ryokoshien-box dl + dl {
  margin-top: 5px;
}
.ryokoshien-box dt {
  width: 100px;
  text-align: left;
}
.ryokoshien-box dd {
  width: calc(100% - 100px);
  text-align: left;
}
.ryokoshien-box dd small {
  display: block;
  line-height: 1.4;
}
@media(max-width:767px) {
  .ryokoshien-box {
    padding: 10px 10px;
  }
  .title-ryokoshien-box {
    display: flex;
    font-size: 16px;
    text-align: left;
    margin: -12px -12px 10px;
  }
  .title-ryokoshien-box:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: url(/static/img/campaign/ryokoshien/logo-goto-w.png) no-repeat;
    background-size: cover;
  }
  .title-ryokoshien-box > span {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
  .inner-ryokoshien-box:before {
    display: none;
  }
  .inner-ryokoshien-box > div {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .ryokoshien-box dl {
    display: block;
  }
  .ryokoshien-box dt {
    width: 100%;
  }
  .ryokoshien-box dt:before {
    content: "▼";
    margin-right: 3px;
    color: #da4453;
  }
  .ryokoshien-box dd {
    width: 100%;
  }
  .ryokoshien-box .special-price {
    text-align: center;
  }
  .flex-box {
    display: block;
    align-items: center;
  }
}

/* [ pickup megaabys summer ]  ここから*/
.pickup-pool-area {
    background-color: #FEF499;
    padding: 70px 0 100px;
    position: relative;
}

.pickup-pool-area::before,
.pickup-pool-area::after {
    content: '';
    position: absolute;
    display: block;
}
.pickup-pool-area::before {
    height: 108px;
    width: 100%;
    left: 0;
    top: -54px;
    background: url('/static/img/tour/campaign/nagashima/bg-pool-wave-pc.svg') no-repeat center center /100%;
}
.pickup-pool-area::after {
    bottom: 0;
    width: 100%;
    height: 15px;
    background: url('/static/img/tour/campaign/nagashima/pickup-content-line.svg') repeat center center /contain;
}

.box-pickup {
    border-radius: 10px;
    border: 4px solid #009BDC;
    background-color: #FFFCEA;
    padding: 0 0 30px 0;
    position: relative;
}

.box-pickup-head {
    background: #009BDC;
    border-radius: 5px 5px 0 0;
    padding: 30px 40px;
}

.box-pickup .flex-box {
    align-items: flex-start;
    padding: 50px 30px 46px;
}

.pickup-copy {
    text-align: center;
}

.pickup-label {
    text-align: center;
    margin: 0 auto 10px;
}

.pickup-img {
    width: 50%;
    position: relative;
    z-index: 0;
}
.pickup-img::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: -1;
    width: 100%;
    max-width: 480px;
    height: 100%;
    display: block;
    background: #FEF499;
    border-radius: 10px;
    border: 2px solid #333;
}

.pickup-img img {
    border-radius: 10px;
    border: 4px solid #333;
}

.pickup-textbox {
    width: 50%;
    padding: 0 2.5%;
    position: relative;
}

.pickup-ico {
    position: absolute;
    top: -30px;
    left: 10%;
}

.pickup-logo {
    text-align: center;
}

.pickup-title {
    text-align: center;
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom:  4px dotted #009BDC;
    margin-bottom: 25px;
}

.pickup-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
 /*    padding-bottom: 3px;
   border-bottom: 3px solid #012564;
    position: relative;*/
}

.pickup-text span,
.pickup-text small {
    font-weight: bold;
    font-familiy: "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
}

/*下線*/
/*
.pickup-text::after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: -3px;
    display: inline-block;
    width: 50%;
    height: 3px;
    right: 0;
    background: #FDD80C;
}
*/

/*集中線*/
.pickup-text .concent {
    display: inline-block;
    position: relative;
}
.pickup-text .concent::before {
   content: '';
   position: absolute;
   top: -10px;
   right: -18px;
   display: block;
   width: 20px;
   height: 22px;
   background: url('/static/img/tour/campaign/nagashima/ico-concent-line.svg') no-repeat center center / 100%;
}

.pickup-text.two {
    margin-top: 20px;
}

/*テキスト上部のドット*/
.text-dot-orange {
  -webkit-text-emphasis: circle #E9654E;
}

.color-orange {
    color: #E9654E;
}
.color-black {
    color: #333;
}
.big {
    font-size: 32px;
}

/*
.pickup-cv-area {
    margin-top: 20px;
}
*/

.pickup-cv-area .nav-title span {
    font-size: 16px;
}

.pickup-cv-area .nav-title span::before,
.pickup-cv-area .nav-title span::after {
    background-color: #333;
}

.pickup-cv-area .nav-title span::before {
    left: -54px;
}
.pickup-cv-area .nav-title span::after {
    right: -54px;
}

.pickup-cv-area .btn-blue a {
    font-weight: bold;
    font-size: 18px;
    animation: btn-anim 2s ease-out infinite;
}

@keyframes btn-anim {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

@media (min-width: 1921px) {
    .pickup-pool-area::before {
        background: url('/static/img/tour/campaign/nagashima/bg-pool-wave-pc.svg') no-repeat center center /cover;
    }
}

@media (max-width: 1199px) {
    .pickup-ico {
        position: absolute;
        top: -30px;
        left: 7px;
    }
    .pickup-title {
        font-size: 22px;
    }
}

@media(max-width: 991px) {
    .pickup-pool-area::before {
        top: -6vw;
        height: 13vw;
        background: url('/static/img/tour/campaign/nagashima/bg-pool-wave-sp.svg') no-repeat center center /cover; 
    }
    .box-pickup .flex-box {
        flex-wrap: wrap;
    }
    .box-pickup-head {
        padding: 25px 4% 25px 19%;
    }
    .pickup-ico {
        width: 24%;
        position: absolute;
        top: -34px;
        left: -37px;
    }
    .pickup-img {
        order: 1;
        width: 100%;
        max-width: 480px;
        text-align: center;
    }
    .pickup-textbox {
        order: 2;
        width: 86%;
        padding: 0;
        margin-top: 16px;
    }
    
    .pickup-text.two {
        border-bottom: none;
        line-height: 1.4;
    }
    
    .pickup-text.two::after {
        content: none;
    }
}

@media(max-width: 767px) {
    .pickup-pool-area {
        padding: 40px 0 64px;
    }
    .pickup-pool-area::before {
        top: -10vw;
        height: 13vw;
        background: url('/static/img/tour/campaign/nagashima/bg-pool-wave-sp.svg') no-repeat center center /cover; 
    }
    .pickup-pool-area::after {
        height: 10px;
        background: url('/static/img/tour/campaign/nagashima/pickup-content-line.svg') repeat center center /contain;
    }
    .box-pickup {
        border: 3px solid #009BDC;
        padding: 0 0 24px 0;
        max-width: 100%;
    }
    .box-pickup .flex-box {
        display: flex;
        padding: 24px 17px 30px 15px;
    }
    .box-pickup-head {
        padding: 20px 4% 20px 4%;
    }
    .pickup-copy {
        width: 94%;
        margin-left: auto;
        padding: 0 0 0 10%;
    }
    .pickup-label {
        width: 46%;
        text-align: center;
    }
    .pickup-img {
        width: 100%;
    }
    .pickup-img img {
        border: 2px solid #333;
    }

    .pickup-textbox {
        width: 100%;
        padding: 0;
        margin-top: 12px;
    }
    .pickup-ico {
        top: -13px;
        left: -20px;
    }
    .pickup-title {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 20px;
    }
    .pickup-text {
       font-size: 15px;
    }
    .pickup-text .concent::before {
       top: -14px;
       right: -20px;
    }

    .pickup-logo {
        text-align: center;
    }
    
    .pickup-cv-area {
        padding: 0 16px;
    }
    
    .pickup-cv-area .nav-title {
        line-height: 1.4;
    }
    
    .pickup-cv-area .nav-title span {
        font-size: 14px;
    }
    .pickup-cv-area .nav-title span::before {
        left: -42px;
    }
    .pickup-cv-area .nav-title span::after {
        right: -48px;
    }
    .pickup-cv-area .btn-blue a {
        font-size: 14px;
    }
    
}

/* [ pickup megaabys summer ]  ここまで*/



