@charset "utf-8";

.bodykamikouchi{
  background: #F4F4F4;
}
.parts-header{
  margin-bottom: 60px;
}
.parts-header h2{
  margin-bottom: 24px;
}
.parts-header.h2-design{
  text-align: center;
}
.h2-design h2{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
}
.h2-design h2:before{
  content: "";
  display: inline-block;
  background: url(/static/img/tour/campaign/shinshu/common/title-icon01.png) no-repeat top left;
  width:50px;
  height:55px;
  background-size: cover;
}
.h2-design h2:after{
  content: "";
  display: inline-block;
  background: url(/static/img/tour/campaign/shinshu/common/title-icon02.png) no-repeat top left;
  width:25px;
  height:22px;
  background-size: cover;
  margin-left: 10px;
}
.h3-design h3{
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.h3-design h3:after {
  content: "";
    width: 60%;
    height: 12px;
    max-width: 220px;
    background: -moz-linear-gradient(45deg, rgba(240,236,136,1.00) 0%, rgba(240,236,136,0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(240,236,136,1.00) 25%,rgba(240,236,136,0) 100%);
    background: linear-gradient(135deg, rgba(240,236,136,1.00) 0%,rgba(240,236,136,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0EC88', endColorstr='#00fefcea',GradientType=1 );
    display: block;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 767px) {
.parts-header{
  margin-bottom: 30px;
}
.parts-header h2{
  padding: 0 25px;
}
.h2-design h2{
  font-size: 20px;
  display: block;
  position: relative;
}
.h2-design h2:before{
  position: absolute;
  left: 0;
  top: -20px;
  width:40px;
  height:44px;
}
.h2-design h2:after{
  position: absolute;
  right: 0;
  bottom: 0;
  margin-left: 0;
  width:20px;
  height:18px;
}
.h3-design h3{
  font-size: 16px;
}
}

.bg-color{
  padding: 24px;
}
.dl-plandetail .bg-color{
  padding: 12px;
}
.bg-gray{
  background:#fafafa;
}


.hero{
  background:url(/static/img/tour/campaign/shinshu/common/bg_230308.jpg) no-repeat center center;
  height: 440px;
  text-align: center;
  position: relative;
  background-size: cover;
  overflow: hidden;
}
.hero h1{
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.hero h1 img{
  height: 400px;
  width: auto;
}
.hero-price{
  position: absolute;
  bottom:55px;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*
.hero-price.hero-under{
  position: absolute;
  width: 100%;
  bottom:60px;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/
.hero-price .num{
  font-size: 55px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0);
  text-shadow: 2px 2px 0 #F14482;
  -webkit-text-stroke: 0.1px #2c2c2c;
}
/*
.hero-price.hero-under .num{
  font-size: 70px;
  font-weight: bold;
}
*/
.hero-price .num.min:before{
  content:"￥";
  font-size: 30px;
  color: #F14482;
  text-shadow: none;
}
.hero-price .num.min:after{
  content:"～";
  font-size: 18px;
  color: #F14482;
  text-shadow: none;
  position: relative;
  top: -8px;
  margin-left: 5px;
}
/*
.hero-price.hero-under .normal-line{
  display: none;
}
*/
@media screen and (max-width: 767px) {
  .hero{
    background:url(/static/img/tour/campaign/shinshu/common/bg_sp_230308.jpg) no-repeat center center;
    height: 300px;
    text-align: center;
    position: relative;
    background-size: cover;
  }
  .hero h1{
    padding: 0 20px;
  }
  .hero h1 img{
    height: auto;
    max-width: 300px;
  }
  .hero-price{
    bottom:25px;
  }
  /*
  .hero-price.hero-under{
    bottom:30px;
  }
  */
  .hero-price .num{
    font-size: 36px;
  color: rgba(0, 0, 0, 0);
  text-shadow: 1px 1px 0 #F14482;
  -webkit-text-stroke: 0.5px #2c2c2c;
  }
  /*
  .hero-price.hero-under .num{
    font-size: 50px;
  }
  */
}
@media screen and (max-width: 576px) {
.hero{
  height: auto;
}
.hero h1{
  padding: 0;
  position: relative;
  transform:initial;
  top: auto;
  left: auto;
  overflow: hidden;
}
.hero h1 img{
  display: block;
  height: auto;
  width: 100%;
  max-width: 300px;
  margin: 16px auto;
}
.hero-price{
  bottom:14%;
}
/*
.hero-price.hero-under{
  bottom:12%;
}
*/
.hero-price .num{
  font-size: 40px;
}
/*
.hero-price.hero-under .num{
  font-size: 50px;
}
*/
.hero-price .num.min:before{
  font-size: 13px;
}
.hero-price .num.min:after{
  font-size: 13px;
}
}
@media screen and (max-width: 414px) {
.hero-price{
  bottom:14%;
}
/*
.hero-price.hero-under{
  bottom:10%;
}
*/
.hero-price .num{

}
/*
.hero-price.hero-under .num{
  font-size: 30px;
}
*/
.hero-price .num.min:after{
  top: -2px;
  margin-left: 2px;
}
}


.page-nav{
  margin:24px auto 48px auto;
}
.col-pagenav{
  text-align: center;
}
.col-pagenav a{
  display: block;
  padding: 6px 32px;
  color: #2c2c2c;
  font-weight: bold;
  font-size: 20px;
  border-right:2px dashed #2c2c2c;
  background:url(/static/img/tour/campaign/shinshu/arrow.png) no-repeat 96% center;
  background-size: 20px 20px;
}
.col-pagenav a:hover{
  color: #1F68C9;
  background:url(/static/img/tour/campaign/shinshu/common/arrow_on.png) no-repeat 96% center;
  background-size: 20px 20px;
  text-decoration: none;
}
#tokyoarea .col-pagenav.col-tokyo a,
#osakaarea .col-pagenav.col-osaka a,
#naganoarea .col-pagenav.col-nagano a{
  color: #1F68C9;
  background:url(/static/img/tour/campaign/shinshu/common/arrow_on.png) no-repeat 92% center;
  background-size: 20px 20px;
  text-decoration: none;
}
.col-pagenav.col-active a{
  background-color: #cee9d4;
  background:#cee9d4 , url(/static/img/tour/campaign/shinshu/arrow.png) no-repeat 92% center;
  background-size: 20px 20px;
}
.row-pagenav .col-pagenav:first-child a{
  border-left:2px dashed #2c2c2c;
}

@media (min-width: 768px){
.page-nav .container{
    max-width: 100%;
}
}
@media (min-width: 992px){
.page-nav .container {
    max-width: 960px;
}
}
@media screen and (max-width: 767px) {
.page-nav{
  margin:12px auto 24px auto;
}
.col-pagenav{
  text-align: center;
}
.col-pagenav a{
  font-size: 14px;
  padding: 3px 3px 12px;
  border-right:1px dashed #2c2c2c;
  background-size: 12px 12px;
  background-position: bottom center;
}
.col-pagenav a:hover{
  background-size: 12px 12px;
  background-position: bottom center;
}
#tokyoarea .col-pagenav.col-tokyo a,
#osakaarea .col-pagenav.col-osaka a,
#naganoarea .col-pagenav.col-nagano a{
  background-size: 12px 12px;
  background-position: bottom center;
}
.col-pagenav.col-active a{
  background-size: 12px 12px;
}
.row-pagenav .col-pagenav:first-child a{
  border-left:1px dashed #2c2c2c;
}
}



.about{
  padding-bottom: 30px;
}
.about h2{
  text-align: center;
}
.about h2 img{
  margin:0 auto;
  width:100%;
  max-width: 600px;
}
.about-lead{
  font-weight: bold;
  text-align: center;
}
.row-aboutplan {
  margin-bottom: 72px;
}
.dl-aboutplan{
  padding: 0 24px;
}
.dl-aboutplan dt{
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
.about{
  padding-bottom: 48px;
}
.row-aboutplan {
  margin-bottom: 36px;
}
.dl-aboutplan{
  padding: 0 12px;
}
.dl-aboutplan dt{
  margin-bottom: 12px;
}
.dl-aboutplan dt img{
  margin-left: auto;
  margin-right: auto;
}
.dl-aboutplan dd{
  font-size: 14px;
}
}

.wrap-bus{
  margin: 0 auto;
  width:100%;
  max-width: 900px;
}
.wrap-bus h3{
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.wrap-bus h3 span{
  background: #F4F4F4;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.pickup .wrap-bus h3 span{
  background: #F1F5EE;
}
.wrap-bus h3:before{
  content:"";
  display: block;
  width: 100%;
  border-bottom: dotted 2px #333;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.dl-seat{
  background: #fff;
  padding: 8px;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
  border-radius: 2px;
}
.dl-seat dt{
  margin-bottom: 12px;
}
.dl-seat dd{
  font-size: 14px;
}
#naganoarea .col-3seat{
  display: none;
}
#osakaarea .col-4seat{
  display: none;
}
@media screen and (max-width: 767px) {
.wrap-bus{
  margin: 24px auto 0;
  max-width: auto;
  width:90%;
}
.wrap-bus h3{
  font-size: 18px;
}
}

.pickup{
  background: #F1F5EE;
  padding: 60px 0;
}
.row-pickupplan{
  margin-bottom: 72px;
}

.card-plan{
  background: #fff;
  padding: 12px;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
  border-radius: 2px;
  margin-bottom: 24px;
}
.plan-title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.plan-label{
  display: block;
  margin-bottom: 12px;
}
.label-higaeri{
  display: inline-block;
  background: #f8d674;
  color: #333;
  padding: 6px 12px;
  font-size: 16px;
}
.label-hotel{
  display: inline-block;
  background: #c27ace;
  color: #fff;
  padding: 6px 12px 3px;
  font-size: 16px;
	border: 2px solid #c27ace;
}
.label-bus{
  display: inline-block;
  background: #7a9ece;
  color: #fff;
  padding: 6px 12px;
  font-size: 16px;
}
.detail-img{
  margin-bottom: 12px;
}
.detail-outline{
  margin-bottom: 24px;
}
.detail-price{
  margin-bottom: 12px;
  text-align: right;
}
@media screen and (max-width: 767px) {
.pickup{
  padding: 50px 0 30px;
}
.row-pickupplan{
  margin-bottom: 36px;
}
.detail-outline{
  font-size: 14px;
}
}



.num{
  font-family: 'Oswald', sans-serif;
  color: #F14482;
}
.detail-price{
  position: relative;
  overflow: hidden;
}
/*
.detail-price:before{
  content: "販売終了しました";
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  background: #fff;
  height: 100%;
  color: red;
}
*/
.detail-price .num{
  font-size: 160%;
  font-weight: bold;
  color: #F14482;
}
.num.max{
  display: none;
}
/*.num.max:after{
  content:"円";
  font-size: 14px;
}*/
.num.min:after{
  content:"円～";
  font-size: 14px;
}
.detail-price .normal-line .num{
  font-size: 18px;
  color: #333;
}
/*.price-tour .num.min:after{
  content:"円～";
  font-size: 14px;
}*/


.btn-blue{
  border:solid 2px #1F68C9;
  border-radius: 8px;
  padding: 6px 6px;
  color: #1F68C9;
  text-align: center;
  display: block;
  background: #fff;
  font-weight: bold;
}
.dl-baseplan .btn-blue{
  display: block;
}
.btn-blue:hover{
  color: #fff;
  background: #1F68C9;
  text-decoration: none;
}

.btn-blue.btn-disabled:before{
  content: "東京発";
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
  background: #eee;
  border: 2px solid #eee;
  color: #666;
  border-radius: 8px;
  padding: 6px 6px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
/*.card-plan .btn-blue{
  display: none;
}*/



.base{
  padding: 60px 0;
  background:#fff;
}
.base-lead{
  font-weight: bold;
  text-align: center;
}

.dl-baseplan dt{
  margin-bottom: 24px;
}
.baseplan-outline{
  margin-bottom: 24px;
}
.list-baseplan li + li{
  margin-top: 12px;
}
/*.list-baseplan .num{
  display: none;
}*/
.list-baseplan .num{
  font-family: 'Oswald', sans-serif;
  color: #1F68C9;
}
.list-baseplan .num{
  font-size: 140%;
  font-weight: bold;
  color: #1F68C9;
  margin-left: 12px;
}
.list-baseplan .normal-line .num{
  font-size: 18px;
}
.list-baseplan .num.min:after{
  content:"円～";
  font-size: 14px;
}
.list-baseplan .btn-blue:hover .num{
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
.dl-baseplan{
  margin-bottom: 36px;
}
.dl-baseplan dt{
  margin-bottom: 12px;
  text-align: center;
}
.dl-baseplan dt img{
  margin-right: auto;
  margin-left: auto;
}
.baseplan-outline{
  margin-bottom: 12px;
  font-size: 14px;
}
.list-baseplan .num{
  font-size: 120%;
}
}

.bus{
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
.bus{
  padding: 30px 0;
}
}



.wrap-plandetail{
  width:100%;
  max-width: 900px;
  margin:0 auto;
}
.wrap-plandetail + .wrap-plandetail{
  margin-top: 96px;
}
.dl-plandetail{
  padding: 0 24px 0 34px;
  background:url(/static/img/tour/campaign/shinshu/checkmark.png) no-repeat top left;
  background-size: 15px 16px;
}
.dl-plandetail dt{
  position: relative;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
}
.dl-plandetail dt span{
  background: #fff;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 2;
}
.dl-plandetail dt a span{
  background: #fff;
  padding: 0 25px 0 0;
  position: relative;
  z-index: 2;
}
.dl-plandetail dt:before{
  content:"";
  display: block;
  width: 100%;
  border-bottom: dotted 2px #7ace8c;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.dl-plandetail dd{
  font-size: 14px;
  line-height: 1.6;
}
.dl-plandetail dd a{
  display: block;
}
.dl-plandetail dd .mb-2 strong{
  color: red;
}
.dl-plandetail dd ul li + li{
  margin-top: 12px;
}
.dl-plandetail dd ul li strong{
  display: block;
  background: #fafafa;
  padding: 3px 3px;
  font-size: 90%;
  margin-bottom: 6px;
}
.dl-plandetail .collapsed{
  color: #333;
}
.dl-plandetail dt a span:after{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    content: "▲";
    color: #7ace8c;
    z-index: 2;
}
.dl-plandetail dt a.collapsed span:after {
    content: "▼";
}
@media screen and (max-width: 767px) {
.dl-plandetail{
  padding: 0;
  background:none;
}
.dl-plandetail dt{
  margin-bottom: 12px;
}
}

.wrap-busplan li{
  border: 3px solid #E5E5E5;
  padding: 24px;
}
.wrap-busplan li + li{
  margin-top: 24px;
}
.dl-rosendetail{
  padding: 0 24px 0 0;
}
.dl-rosendetail dt{
  position: relative;
  left: -36px;
  top: -12px;
  margin-bottom: 12px;
}
.dl-rosendetail dd{
  font-size: 14px;
}


.dl-rosenprice{
  padding: 0 0 0 24px;
  border-left: dotted 2px #E5E5E5;
}
.dl-rosenprice dt{
  color: #F14482;
  text-align: center;
  margin-bottom: 12px;
}
.dl-rosenprice dt .num{
  font-size: 200%;
  margin-left: 12px;
}
.dl-rosenprice.btn-disabled dt{
  display: none;
}
.rosenprice-nav{
  margin-bottom: 12px;
}
.rosenprice-price{
  text-align: center;
}
.bus-kamikouchihatsu{
  background:#fafafa;
  padding: 12px;
  margin-top: 24px;
}
.title-buskamikouchihatsu{
  font-weight: bold;
  margin-bottom: 12px;
}
.bus-kamikouchihatsu .dl-rosendetail{
  padding: 0 24px;
}
.dl-rosenprice{
  padding: 0 24px;
}
.img-label-tokyo{
  width:100%;
  max-width:168px;
}
.img-label-shinjuku{
  width:100%;
  max-width:264px;
}
.img-label-osaka{
  width:100%;
  max-width:244px;
}
@media screen and (max-width: 767px) {
.wrap-busplan li{
  padding: 12px;
}
.wrap-busplan li + li{
  margin-top: 12px;
}
.dl-rosendetail{
  padding: 0 0 12px;
}
.dl-rosendetail dt{
  position: relative;
  top: 0;
  left: -24px;
}
.dl-rosendetail dd{
  font-size: 13px;
}
.dl-rosenprice dt{
  font-size: 14px;
}
.dl-rosenprice{
  padding: 12px 0 0;
  border-left:none;
  border-top: dotted 2px #E5E5E5;
}
.dl-rosenprice dt .num{
  font-size: 140%;
}
.bus-kamikouchihatsu{
  padding: 12px
  margin-top: 12px;
}
.bus-kamikouchihatsu .dl-rosendetail{
  padding: 0 0 12px 0;
}
.bus-kamikouchihatsu .rosenprice-nav{
  margin-bottom: 0;
}
}

.list-attention{
  width: 90%;
  margin:0 auto;
}
.list-attention li{
  font-size: 13px;
}
.list-attention li + li{
  margin-top: 3px;
}


.midokoro{
  padding: 60px 0;
  background:#F1F5EE;
}


.slick-prev{
  left: 0;
  z-index: 2;
}
.slick-next{
  right: 0;
  z-index: 2;
}
.slick-dots{
  bottom: -25px;
}
.slick-dots li button:before{
  font-size: 14px;
}


/*.wrap-stisticky .tab-stisticky{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}*/
.nav-tabs{
	border: none;
	width: 50%;/*20240712追記*/
	margin: auto;/*20240712追記*/
}
.nav-gentei,.nav-higaeri,.nav-hotel{
  position: relative;
  font-weight: bold;
}
.nav-gentei a,.nav-higaeri a,.nav-hotel a{
  color: #2c2c2c;
}
.nav-gentei .nav-link{
  background: #FAF3E1 !important;
  border-left: 2px solid #FAF3E1;
  border-right: 2px solid #FAF3E1;
  border-top: 6px solid #FAF3E1;
}
.nav-tabs .nav-gentei .nav-link.active{
  border: 2px solid #F9D674;
  border-top: 6px solid #F9D674;
}
.nav-tabs .nav-gentei .nav-link.active:before{
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FAF3E1;
  z-index: 2;
}
.nav-tabs .nav-gentei .nav-link.active:after{
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #F9D674;
  z-index: 1;
}
.nav-higaeri .nav-link{
  background: #C4D4EA !important;
  border-left: 2px solid #C4D4EA;
  border-right: 2px solid #C4D4EA;
  border-top: 6px solid #C4D4EA;
}
.nav-tabs .nav-higaeri .nav-link.active{
  border: 2px solid #7A9ECE;
  border-top: 6px solid #7A9ECE;
}
.nav-tabs .nav-higaeri .nav-link.active:before{
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #C4D4EA;
  z-index: 2;
}
.nav-tabs .nav-higaeri .nav-link.active:after{
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #7A9ECE;
  z-index: 1;
}
.nav-hotel .nav-link{
  background: #F1E1F4 !important;
  border-left: 2px solid #F1E1F4;
  border-right: 2px solid #F1E1F4;
  border-top: 6px solid #F1E1F4;
}
.nav-tabs .nav-hotel .nav-link.active{
  border: 2px solid #C17ACE;
  border-top: 6px solid #C17ACE;
}
.nav-tabs .nav-hotel .nav-link.active:before{
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #F1E1F4;
  z-index: 2;
}
.nav-tabs .nav-hotel .nav-link.active:after{
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #C17ACE;
  z-index: 1;
}

.tab-content{
  background:#fff;
}
.tab-kamikouchi .tab-pane{
  padding-top: 96px;
}
/*#osakaarea .nab-tabkamikouchi{
  width: 66.6666%;
  margin-left: auto;
  margin-right: auto;
}*/
#naganoarea .nab-tabkamikouchi{
  width: 66.6666%;
  margin-left: auto;
  margin-right: auto;
}
.nab-tabkamikouchi.nav-tabs .nav-link{
  padding:24px 6px;
}
.nab-tabkamikouchi .nav-item{
  margin-left:10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
.nav-gentei,.nav-higaeri,.nav-hotel{
  font-size: 13px;
}
.tab-kamikouchi .tab-pane{
  padding-top: 48px;
}
.nab-tabkamikouchi.nav-tabs .nav-link{
  padding:12px 6px;
}
.nab-tabkamikouchi .nav-item{
  margin-left:3px;
  margin-right: 3px;
}
}




.modal-title{
  font-size: 16px;
}
.modal-header .close{
  padding: 1rem;
  margin: -1rem -1rem -1rem auto !important;
}
.modal .pd{
  margin-bottom: 24px;
}
.modal-header{
  background:#F1F5EE;
}
.modal-body .morning,.modal-body .night{
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
}
.modal-body .morning{
  background: url(/seat/img/common/ico_evening01_o.png) no-repeat left center;
  background-size: 16px 16px;
}
.modal-body .night{
  background: url(/seat/img/common/ico_night01_o.png) no-repeat left center;
  background-size: 16px 16px;
}
.modal-body .plan-price{
  text-align: right;
}
.modal-body .plan-price .num{
  font-size: 160%;
  font-weight: bold;
  color: #F14482;
}
.modal-body .plan-price .num.max:after{
  content:"円";
  font-size: 14px;
}
.modal-body .plan-price .num.min:after{
  content:"～";
  font-size: 14px;
}
.modal-body .plan-price .normal-line .num{
  font-size: 18px;
  color: #333;
}

.plan-detail .comingsoon{
  text-align: center;
  font-size: 0;
  opacity: 0.5;
  font-weight: bold;
  color: #F14482;
  pointer-events: none;
}
.plan-detail .comingsoon:before {
  content: "Comingsoon";
  font-size: 1rem;
}


/*20220902追記*/
.detail-btn h4{
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  letter-spacing: 0.3em;
  color: #fff;
}
.detail-btn .sign_asa{
  background: #ff7d4c;
}
.detail-btn .sign_yoru{
  background: #3c6091;
}

/* 旅行支援
--------------------------------------------------------- */
.label-ryokoshien {
  display: inline-block;
  background: #fff;
  color: #ff7d4c;
  padding: 6px 12px 3px;
  font-size: 16px;
	border: 2px solid #ff7d4c;
	margin: 0 5px 5px 0;
}
h2 > .label-ryokoshien {
	font-size: 24px;
}
.note-sale {
	
}
.note-sale dd {
	margin-top: 0.6rem;
}
.note-sale dd + dt {
	margin-top: 1rem;
}



/* Menu ComingSoon
--------------------------------------------------------- */
.link-off a,
.link-off.nav-hotel a.nav-link {
	pointer-events: none;
	background: none;
	color: #aaa;
}
/*.page-nav .comingsoon a:after {
	white-space: pre-wrap;
	content: '\A Cominsoon';
	font-size: 16px;
	font-weight: normal;
}*/

/* Btn ComingSoon
--------------------------------------------------------- */
a.pre-sales {
	pointer-events: none;
	color: #aaa;
}
.dl-baseplan .comingsoon {
	text-align: center;
  font-size: 0;
  opacity: 0.5;
  font-weight: bold;
  color: #F14482;
  pointer-events: none;
}
.dl-baseplan .comingsoon:before {
  content: "Comingsoon";
  font-size: 1rem;
}