@charset "utf-8";


/* .btn */
.btn-ancour {
    display: block;
    text-align: center;
    text-decoration: underline;
    color: #cf3046;
    font-weight: bold;
    position: relative;
    font-size: 18px;
}

.btn-ancour:hover {
    color: #cf3046;
    text-decoration: underline;
}

.btn-ancour::after {
    content: '\f358';
    position: absolute;
    top: 2px;
    right: -16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #cf3046;
}

.btn-ancour .label {
    display: inline-block;
    width: fit-content;
    background: #cf3046;
    border-radius: 8px;
    padding: 2px 6px;
    margin-right: 8px;
    margin-left: -18px;
    font-size: 14px;
    color: #fff;
}

@media (max-width: 768px) {
    .btn-ancour {
        font-size: 15px;
    }
    
    .btn-ancour::after {
        top: 0;
        right: -16px;
        font-size: 16px;
    }
    
    .btn-ancour .label {
        font-size: 13px;
        margin-right: 3px;
    }
}

@media (max-width: 320px) {
        .btn-ancour {
            font-size: 14px;
        }
}



/* Hero */
.bg-wrap-hero{
  background: url(/static/img/tour/campaign/huistenbosch/bg-hero.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 10px;
}
.title-h1{
  width: 100%;
  height: auto;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}
@media(max-width:768px) {
  .bg-wrap-hero{
    background: url(/static/img/tour/campaign/huistenbosch/bg-hero-sp.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 10px 20px;
  }
}



/* Localnav */
.bg-wrap-localnav{
  border-bottom: 6px solid #1E326F;
}
.list-localnav{
  display: flex;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
.list-localnav > li{
  width: 50%;
  padding: 10px 0;
}
.list-localnav > li a{
  display: block;
  text-align: center;
  padding: 10px 6px 4px;
  font-size: 20px;
  font-weight: bold;
  color: #1E326F;
}
.list-localnav > li a:hover{
  text-decoration: none;
  color: #FE0E86;
}
.list-localnav > li + li a{
  border-left: 3px solid #1E326F;
}
@media(max-width:768px) {
  .list-localnav > li a{
    font-size: 16px;
  }
}

/* Info */
#Info{
  padding: 36px 0;
}

#Info p{
  font-size: 14px;
  line-height: 1.6;
}

#Info p b{
  font-size: 18px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

#Info .lead {
    text-align: center;
}

#Info .copy {
    position: relative;
}

#Info .copy::before,
#Info .copy::after {
    content: '';
    position: absolute;
    top: 0;
    display: inline-block;
    width: 3px;
    height: 28px;
    background-color: #1E326F;
}

#Info .copy::before {
  right: -18px;
  transform: rotate(35deg)
}

#Info .copy::after {
  left: -18px;
  transform: rotate(-35deg)
}


@media(max-width:768px) {
  #Info{
    padding: 24px 0;
  }
  #Info p b{
    font-size: 16px;
    margin-bottom: 6px;
  }
  #Info .lead {
    text-align: left;
  }
    
    #Info .copy::before,
    #Info .copy::after {
        width: 3px;
        height: 40px;
    }
}


/* Plan */
#Plan{
  padding: 60px 0;
  background: #ECF0F7;
}
/*
#Plan-bus{
  margin-bottom: 90px;
}
*/
.header-plan{
  text-align: center;
  margin-bottom: 48px;
}
.header-plan p{
  font-size: 14px;
  line-height: 1.6;
}
.container-title{
  border: solid 5px #1E326F;
  background: #fff;
  padding: 12px 12px 10px;
  margin:0 auto 24px;
  width: 100%;
  max-width: 563px;
  position: relative;
}
.container-title:before{
  content: "";
  display: block;
  width: calc(100% + 22px);
  height: calc(100% + 22px);
  background-image: url(/static/img/tour/campaign/huistenbosch/arrow-left-top.png),url(/static/img/tour/campaign/huistenbosch/arrow-left-bottom.png),url(/static/img/tour/campaign/huistenbosch/arrow-right-top.png),url(/static/img/tour/campaign/huistenbosch/arrow-right-bottom.png);
  background-repeat: no-repeat;
  background-position: top left , bottom left , top right , bottom right;
  background-size:33px 33px;
  /*background: red;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
.row-plan-title{
  position: relative;
  align-items: flex-end;
  justify-content: center;
  display: flex;
  padding: 0;
  margin: 0 0 0 -109px;
}
.icon-flower-posi{
/*  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);*/
  width: 109px;
  margin-top: -109px;
  margin-right: 12px;
}
.title-box{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  display: flex;
  color: #1E326F;
}
/*.title-box > div{
  display: flex;
  align-items: flex-end;
}*/
.title-box small{
  font-size: 18px;
  display: block;
  font-weight: bold;
}
.row-plan-title + p{
  margin-top: 24px;
}
.labe-hotel-num{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: #D9A603;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  padding: 6px 12px;
  border-radius: 4px;
}

@media(max-width:768px) {
  .header-plan{
    margin-bottom: 24px;
  }
  .header-plan p{
    text-align: left;
  }
  .container-title{
    margin-bottom: 36px;
  }
  .row-plan-title{
    margin: 0;
    display: block;
    text-align: center;
  }
  .icon-flower-posi{
    position: absolute;
    top: -80%;
    left: -5px;
    width: 73px;
    margin-top: 0;
    margin-right:0;
  }
  .title-box{
    display: block;
    font-size: 20px;
  }
  .title-box small{
    font-size: 14px;
  }
  .container-title:before{
    content: "";
    display: block;
    width: calc(100% + 17px);
    height: calc(100% + 17px);
    background-size:22px 22px;
  }
  .labe-hotel-num{
    position: absolute;
    top: auto;
    bottom: -51%;
    right: 34%;
    transform: translate(0, 0);
    background: #D9A603;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 12px;
    border-radius: 4px;
    width: 100%;
    max-width: 100px;
  }
}



/*追記20250620
--------------------------------------------------*/
/*通常プラン*/
.wrap-default{
	margin-bottom: 30px;
}
.wrap-default .dl-bus-price + .dl-bus-price{
	border-bottom: 3px dotted #707070;
}

.wrap-default .title-box {
    padding: 10px 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    border-top: 2px solid #1E326F;
    border-bottom: 2px solid #1E326F;
    background: #fff;
    width: fit-content;
    margin: 0 auto 16px;
}

/*【九州在住者限定】「ワクワク先取りパスポート」プラン*/
.wrap-limited{
    background: #fff;
    padding: 20px;
    margin: 0 auto;
}
/*見出し*/
.wrap-limited .title-box {
    padding: 8px 10px 6px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    border-top: 2px solid #1E326F;
    border-bottom: 2px solid #1E326F;
    background: #fff;
    width: fit-content;
    margin: 0 auto 16px;
}
.wrap-limited .title-box small{
    color: #cf3046;
	margin-top: 5px;
}

.wrap-limited .wrap-text{
	text-align: center;
	margin: 0 auto 10px;
}

/*対象*/
.wrap-limited .wrap-info{
	margin-top: 10px;
	font-weight: bold;
}

/*注意文*/
.wrap-limited .attention-text{
	font-size: 14px;
	margin-top: 10px;
}

/*プラン全体*/
.wrap-limited .dl-bus-price{
	padding: 12px 5px;
}
.wrap-limited .title-dep span{
	background: none;
}

/*モーダル*/
#mordal-attention .modal-header{
	color: #1E326F;
	padding-right: 20px;
/*	padding: 10px 25px 10px 5px;*/
}
#mordal-attention .modal-header h4{
	font-weight: bold;
}
#mordal-attention .modal-footer{
    border-top: 1px solid #e9ecef;
}
#mordal-attention .modal-footer button{
	background: #1E326F!important;
}

/*ticket受け取りスクロール*/
#Receive .wrap-ticket {
    display: flex;
/*    overflow-x: scroll;*/
}
#Receive .wrap-ticket img{
	max-width: 50%;
}

@media(max-width:991px) {
	#Receive .wrap-ticket{
		justify-content: center;
		overflow-x: visible;
		padding: 0 10px 10px;
	}
	#Receive figure {
        background: #ECF0F7;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
	

@media(max-width:768px) {
	/*通常プラン*/
	.wrap-default .title-box {
        font-size: 16px;
        text-align: center;
    }
	.wrap-default .title-box {
		width: 80%;
		padding: 8px;
	}

	/*【九州在住者限定】「ワクワク先取りパスポート」プラン*/
	.wrap-limited .title-box {
        font-size: 16px;
        text-align: center;
    }
	.wrap-limited .wrap-text .leadtext,
	.wrap-limited .wrap-text .attention-text{
        text-align: left;
    }
	.wrap-limited .wrap-text p {
        font-size: 14px;
    }
	
	/*モーダル*/
	#mordal-attention .modal-header h4{
		font-size: 18px;
	}
}







.body-plandetail{
  padding-bottom: 60px;
}
.title-hotel-name{
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  padding-left: 66px;
}
.title-hotel-name:after{
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #1E326F;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
.label-name{
  background: #ECF0F7;
  padding: 0;
  font-size: 22px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #1E326F;
}
.label-name:before{
  content: "";
  display: flex;
  width: 13px;
  height:38px;
  border-left: 3px solid #1E326F;
  border-right: 3px solid #1E326F;
  background: #ECF0F7;
  position: relative;
  align-items: center;
  margin-right: 16px;
}
.label-name:after{
  content: "";
  display: flex;
  width: 13px;
  height:38px;
  border-left: 3px solid #1E326F;
  border-right: 3px solid #1E326F;
  background: #ECF0F7;
  position: relative;
  align-items: center;
  margin-left: 16px;
}
.label-category{
  font-size: 12px;
  color: #fff;
  background: #1E326F;
  margin-left: 14px;
  padding: 6px 12px;
  border-radius: 4px;
}
@media(max-width:768px) {
  .title-hotel-name{
    justify-content: center;
    padding-left: 0;
    margin-bottom: 60px;
  }
  .label-name{
    justify-content: center;
    text-align: center;
  }
  .label-category{
    position: absolute;
    bottom: -36px;
    margin-left: 0;
  }

}

@media(max-width: 320px) {
    .icon-flower-posi {
        left: -20px;
    }
}


.hotel-adress{
  font-color: #1E326F;
  font-weight: bold;
  position: relative;
  display: block;
  padding-left: 48px;
  font-size: 14px;
}
.hotel-adress:before{
  content: "住所：";
  position: absolute;
  top: 0;
  left: 0;
}
.list-hotelfeature{
  margin-top: 12px;
}
.list-hotelfeature li{
  display: inline-block;
  background: #666;
  color: #fff;
  border-radius: 4px;
  padding: 6px 12px 5px;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 6px;
  margin-right: 3px;
}

.list-hotelfeature li.label-yellow{
  background: #D9A603;
}
.list-hotelfeature li.label-green{
  background: #077D1E;
}
.list-hotelfeature li.label-purple{
  background: #BC0B87;
}
.list-hotelfeature li.label-navy{
  background: #1E236F;
}
.list-hotelfeature li.label-blue{
  background: #0D83BE;
}
.list-hotelfeature li.label-red{
  background: #EC6409;
}
.row-plan{
  display: flex;
  align-items: flex-start;
}
.col-img{
  width: 40%;
}
.col-text{
  width: 60%;
  padding-left: 24px;
}
.wrap-hotel-info{
  margin-bottom: 24px;
}
.wrap-hotel-info p{
  line-height: 1.6;
}
.wrap-hotel-info p + p{
  margin-top: 6px;
}
.title-dep{
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.title-dep span{
  background: #ECF0F7;
  padding: 0 12px 0 0;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  align-items: center;
  font-weight: bold;
  color: #1E326F;
}
.title-dep:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #1E326F;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
.dd-kumiawase{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}
.dd-price{
  text-align: right;
}
.dd-price .num{
  font-size: 30px;
  color: #FE0E86;
  font-weight: bold;
}
.dd-price .num.txt-tour:before{
  content: "2名1室おひとり様";
  margin-right: 12px;
  font-size: 12px;
  color: #333;
  font-weight: normal;
}
.dd-price .num.txt-buspass:before{
  content: "大人おひとり様";
  margin-right: 12px;
  font-size: 12px;
  color: #333;
  font-weight: normal;
}
.dd-price .num.min:after{
  content: "～";
  font-size: 70%;
  margin: 0 3px;
}
.dd-price .num.onlybus:after{
  content: "円～";
  font-size: 70%;
  margin: 0 3px;
}
.dd-price .num.max:after{
  content: "円";
  font-size: 70%;
  margin: 0 0 0 3px;
}

/*料金　追記*/
.dd-price .num.only:after {
   content: "円";
    font-size: 70%;
    margin: 0 3px;
}

.dd-price .num.none {
   display: none;
}

.dd-price .num.none:after {
   content: none;
}

.dd-btn{
  margin-top: 12px;
  text-align: right;
}
.btn-reserve{
  background: #fff;
  border: solid 3px #1E326F;
  padding: 12px 12px;
  border-radius: 8px;
  display: inline-block;
  color: #1E326F;
  font-weight: bold;
  text-align: center;
}
.btn-reserve:after{
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80%;
  margin-left: 12px;
}
.btn-reserve:hover{
  background:#1E326F;
  color: #fff;
  text-decoration: none;
}

.dl-dep-price {
  margin-bottom: 4em;
}


@media(max-width:768px) {
  .row-plan{
    display: block;
  }
  .col-img{
    width: 100%;
    margin-bottom: 12px;
  }
  .col-text{
    width: 100%;
    padding-left: 0;
  }
  .wrap-hotel-info p{
    font-size: 14px;
  }
  .dd-price{
    text-align: center;
  }
  .dd-kumiawase{
    margin-bottom: 12px;
  }
  .dd-price .num{
    font-size: 24px;
  }
  .dd-price .num.txt-tour:before,
  .dd-price .num.txt-buspass:before{
    margin-right: 0;
    font-size: 12px;
    display: block;
  }
  .dd-btn{
    text-align: center;
    margin-top: 6px;
  }
}





.dl-bus-price{
  display: table;
  width: 100%;
  padding: 12px 24px;
}
.dl-bus-price + .dl-bus-price{
  border-top: 3px dotted #707070;
}
.dl-bus-price:first-child{
  border-top: 3px dotted #707070;
}
.dl-bus-price:last-child{
  border-bottom: 3px dotted #707070;
}
.dl-bus-price > dt,
.dl-bus-price > dd{
  display: table-cell;
  vertical-align: middle;
  padding: 12px;
}
.dl-bus-price .title-dep{
  width: 30%;
  background: none;
  font-size: 20px;
  line-height: 1.6;
  position: relative;
  padding-left: 72px;
}
.dl-bus-price .title-dep:before{
  content: "朝発日帰り";
  font-size: 14px;
  display: inline-block;
  background: #EC6409;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 60px;
  border-radius: 4px;
  text-align: center;
  padding: 6px 6px;
  line-height: 1.2;
}
.dl-bus-price .title-dep:after{
  display: none;
}
.dl-bus-price .title-dep span{
  display: block;
}
.dl-bus-price .title-dep span small{
  font-size: 16px;
  font-weight: bold;
}
.bus-kumiawase{
  font-size: 14px;
}

.dl-bus-price .dd-price{
  width: 45%;
}
.dl-bus-price .dd-btn{
  width: 25%;
}
.dl-bus-price .dd-btn small{
  display: block;
  margin-top: 12px;
}
.dl-bus-price .dd-btn small a{
  text-decoration: none;
  padding: 8px 12px;
  display: block;
  text-align: center;
  max-width: 179px;
  margin-left: auto;
  border: 1px solid;
  border-radius: 20px;
}
.dl-bus-price .dd-btn small a:hover{
  text-decoration: none;
  color: #1e326f;
  opacity: 1;
  background: rgba(255,255,255,1);
}
@media(max-width:1200px) {
  .dl-bus-price .title-dep span small{
    display: block;
  }
}
@media(max-width:992px) {
  #Plan .container{
    max-width: 100%;
  }
}
@media(max-width:768px) {
  .dl-bus-price{
    display: block;
    padding: 18px 0;
  }
  .dl-bus-price > dt,
  .dl-bus-price > dd{
    display: block !important;
    width: 100% !important;
    padding: 0;
  }
  .dl-bus-price .title-dep{
    margin-bottom: 12px;
  }
  .dl-bus-price .title-dep:before{
    top: 0;
    left: 0;
    transform: initial;
  }
  .dl-bus-price .title-dep span small{
    display: inline;
    font-size: 14px;
  }
  .dl-bus-price .dd-btn{
    text-align: center;
  }
  .dl-bus-price .dd-btn small a{
    margin-right: auto;
  }
}


/* HotelList */
#HotelList{
  padding: 36px 0;
}
.title-hotel-list{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 5px solid #1E326F;
  margin-bottom: 36px;
  position: relative;
  text-align:center;
}
.title-hotel-list:after{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #1E326F;
  position: absolute;
  bottom: -13px;
}
.list-hotel-name{
  display: flex;
  justify-content: space-between;
}
.list-hotel-name > li{
  width: 100%;
  text-align: center;
}
.list-hotel-name > li a{
  display: block;
}
.list-hotel-name > li a:before{
  content: "●";
  font-size: 10px;
  position: relative;
  top: -2px;
  margin-right: 6px;
}

@media(max-width:768px) {

  .title-hotel-list{
    margin-bottom: 24px;
  }
  .list-hotel-name{
    display: block;
  }
  .list-hotel-name > li{
    text-align: left;
  }
  .list-hotel-name > li + li{
    margin-top: 12px;
  }
}




.slick-slider{
    margin-bottom: 12px;
}
.slick-slide{
    padding: 0 6px;
    height: auto;
}
.slick-next{
    right: 10px;
}
.slick-prev{
    left: 10px;
    z-index: 2;
}



#Copyright{
  margin-top: 40px;
  text-align: right;
  /*background: #ECF0F7;*/
}
#Copyright p{
  font-size: 12px;
}

/* ターミナルリンク設置 */

#bus-terminal{
	padding:20px 0 70px 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:#ECF0F7;
}

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: #1E326F;
}

#wc-pickup{
	margin-top:30px;
}

#wc-pickup .entry-box a:hover,
#wc-pickup .entry-box a:hover .card,
.card-plan-01:hover,
#relation-link a:hover{
	background:#ECF0F7;
}

/* reco */

#reco h2{
	font-size:20px;
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 5px solid #1E326F;
    margin-bottom: 36px;
    position: relative;
    text-align: center;
}
#reco .title02{
	display:block;
	background:none;
}
#reco .title02:before{
	display:none;
}

#reco .title02::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #1E326F;
    position: absolute;
    left:0;
    bottom: -13px;
}


/* Receive パスポート受け取り方法 */
#Receive {
/*    background: #fbf5e2;*/
    padding: 60px 0;
}

#Receive .container-title {
    margin-bottom: 36px;
}

#Receive .container-title::before {
   background-image: none;
}

#Receive .container-title .label {
    background: #cf3046;
    border-radius: 8px;
    padding: 3px;
    text-align: center;
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
}

#Receive .box-wrap {
    background: #ECF0F7;
    padding: 30px 32px;
    margin: 30px 0 0;
}

#Receive .box-wrap-title {
    margin-bottom: 16px;
    padding: 8px 10px 6px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    border-top: 2px solid #1E326F;
    border-bottom: 2px solid #1E326F;
    background: #fff;
}

#Receive .desc-list {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

#Receive .desc-list dt {
    width: 20%;
    padding: 6px 10px;
    margin-right: 10px;
    background: #1E326F;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

#Receive .desc-list dd {
    width: 76%;
    font-size: 16px;
}

#Receive figure {
    text-align: center;
}

#Receive figcaption {
    font-weight: bold;
}

#Receive .attention {
    color: #cf3046;
}

#Receive strong {
    font-weight: bold;
}

#Receive .underline {
    border-bottom: 1px solid #cf3046;
}

@media(max-width: 1199px) {
    #Receive .desc-list {
        margin-bottom: 20px;
    }

    #Receive .desc-list dt {
        width: 26%;
    }
}

@media(max-width: 768px) {
    #Receive {
        padding: 60px 0 40px;
    }
    #Receive .title-box {
        display: flex;
        align-items: center; 
    }
    
    #Receive .box-wrap-title {
        font-size: 16px;
        text-align: center;
    }
    
    #Receive .box-wrap {
        padding: 30px 14px;
    }
    
    #Receive .desc-list {
        margin-bottom: 12px;
    }
    
    #Receive .desc-list dt {
        width: 46%;
        padding: 6px 10px;
        margin: 0 4px 8px 0;
        font-size: 13px;
    }

    #Receive .desc-list dd {
        width: 100%;
        font-size: 13px;
    }
    
    #Receive .attention {
        margin-top: 10px;
    }
    
    #Receive figure {
       background: #ECF0F7;
       padding-bottom:0;
       margin-bottom: 0;
    }
    
}
