@charset "UTF-8";

/* CSS Document */
#PageName {
	width: 1024px;
	margin: 10px auto;
	font-weight: bold;
}

.sp {
    display: none;
}

h3 {
    text-align: center;
    margin-bottom: 20px;
}

.btn_more,
.btn_close {
    text-align: center;
    margin-top: 30px;
}

.btn_more-cts {
    text-align: center;
}

/*=================
タイトル
=================*/
#sec-title {
    background-color: #f7f2ac;
    background-image: url(/attending/kokunai/huistenbosch/images/bg-title.png);
    background-repeat: no-repeat;
    background-position: center;
}

#sec-title .Common21__inner {
    padding: 0;
}

.wrap_title.flex {
    justify-content: space-between;
}

.wrap_title .text {
    width: calc(1024px - 600px);
    text-align: center;
    padding-top: 20px;
}

.wrap_title .photo {
    width: 600px;
}
.wrap_title .photo::after {
    content:'©HuisTenBosch／C-8527';
    position: absolute;
    font-size: 12px;
    right: 0;
}

.title_slider {
    display: none;
}

.title_slider.slick-initialized {
    display: block;
}

.txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    z-index: 10;
}

/*=================
お知らせ
=================*/
#sec-notice {
    text-align: center;
}

#sec-notice p {
    font-size: 1.9rem;
    line-height: 1.5;
    font-weight: 900;
    color: #fe0000;
}

#sec-notice a {
    display: inline-block;
    font-size: 1.9rem;
    line-height: 1.5;
    font-weight: 900;
    color: #006bcc;
}

#sec-notice span {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 900;
    color: #5d5d5d;
}

/*=================
アンカー
=================*/
#sec-nav .Common21__inner {
    padding: 50px 0;
}

#sec-nav .flex {
    justify-content: space-between;
}

#sec-nav .flex li {
    transition: all 0.3s;
}

#sec-nav .flex li:hover {
    transition: all 0.3s;
    opacity: 0.5;
}

/*=================
ハウステンボスとは
=================*/
#sec-about {
    background-image: url(/attending/kokunai/huistenbosch/images/bg-about.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}

.wrap_about {
    position: relative;
    border: dotted 4px #ff9d00;
    border-radius: 20px;
    height: 462px;
    z-index: 1;
}

#sec-about h3 {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background: #fffffd;
    padding: 0 20px;
}

#sec-about .img01 {
    position: absolute;
    bottom: -20px;
    right: 15px;
    z-index: 3;
}

#sec-about .img02 {
    position: absolute;
    top: 55px;
    right: 35px;
    z-index: 2;
}

#sec-about .txt01 {
    position: absolute;
    top: 90px;
    left: 35px;
    background-color: #ffad33;
    border-radius: 20px;
    width: 700px;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 900;
    color: #fff;
    padding: 20px 280px 20px 30px;
}

/*=================
おすすめツアーはこちら
=================*/
#sec-tour {
    background-image: url(/attending/kokunai/huistenbosch/images/bg-tour.png);
    background-repeat: repeat;
    background-position: top center;
}

#sec-tour h3 {
    margin-bottom: 30px;
}

#sec-tour .Common21__inner {
    padding: 70px 0 0;
}

#sec-tour .Common21__inner.Common21__inner--kyoten {
    padding: 70px 0 50px;
}

#sec-tour .Common21__inner.Common21__inner--kyoten:first-child {
	padding-bottom: 0;
}

.wrap_tour.flex {
    justify-content: space-between;
}

.wrap_tour::before {
    content: "";
    display: block;
    width: calc(96% / 4);
    order: 1;
}

.wrap_tour::after {
    content: "";
    display: block;
    width: calc(96% / 4);
}

.tmp_tour_box {
    width: calc(96% / 4);
    height: auto;
    margin-bottom: 34px;
    list-style: none;
}

.tmp_tour_box.more {
	width: 100%;
	text-align: center;
}

.tmp_tour_box dl {
    position: relative;
    align-content: flex-start;
    background-color: #fff;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    padding: 15px 10px 10px;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tmp_tour_box dl .wappen {
    position: absolute;
    top: -15px;
    display: inline-block;
    background-color: #dafffd;
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    font-size: 1.6rem;
    font-weight: 900;
    color: #196b9a;
    padding: 0px 5px;
}

.tmp_tour_box dl .photo {
    width: 100%;
}

.tmp_tour_box dl .photo img {
    width: 100%;
    height: auto;
}

.label_block {
    width: 100% !important;
    margin-top: 10px;
}

.label_wrap {
    justify-content: space-between;
}

.label_wrap li {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(1.1rem * 1.8 + 8px);
    border-radius: 5px;
    width: calc(96% / 2);
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 4px;
    box-sizing: border-box;
}

.label_wrap li span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; 
    line-height: inherit;
    font-size: inherit;
}

/* .label_wrap li:first-of-type {
    margin-right: 10px;
} */

.label-dept {
    background-color: #6cbeb9;
}

.label-cond {
    background-color: #80c269;
}

.tmp_tour_box dl dt {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 10px;
}

.tmp_tour_box dl .point1 {
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
    margin: 10px 0;
}

.tmp_tour_box dl .point {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
    margin: 10px 0;
}

.tmp_tour_box dl .price {
    font-size: 1.9rem;
    line-height: 1.5;
    color: #ff0000;
    font-weight: bold;
    text-align: right;
    margin-top: auto;
    letter-spacing: -0.001rem;
}

.tour_link {
    display: flex;
    height: 100%;
    text-decoration: none !important;
    transition: all 0.3s;
}

.tour_link:hover {
    transition: all 0.3s;
    opacity: 0.5;
}

.btn-tour_wrap {
    text-align: center;
}

.btn-tour_link {
    background-image: url(/attending/kokunai/huistenbosch/images/btn-tour_body.png);
    background-repeat: repeat-x;
    background-position: center left;
    background-color: #fff;
    cursor: pointer;

    position: relative;
    display: inline-block;
    width: auto;
    height: 55px;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    vertical-align: middle;
    margin: auto;
    padding: 12px 100px 0;
    text-decoration: none !important;
    transition: all 0.3s;
}

.btn-tour_link button::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 10px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    transition: 0.3s;
}

.btn-tour_link:hover {
    color: #fff;
    transition: all 0.3s;
    opacity: 0.5;
}

.btn-tour_link:visited {
    color: #fff;
}

.btn-tour_link::before {
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    background-image: url(/attending/kokunai/huistenbosch/images/btn-tour_before.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 9px;
    height: 55px;
}

.btn-tour_link::after {
    content: "";
    position: absolute;
    top: 0;
    right: -9px;
    background-image: url(/attending/kokunai/huistenbosch/images/btn-tour_after.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 9px;
    height: 55px;
}

/*=================
出発地からツアーを探す
=================*/
#sec-dest {
    background-image: url(/attending/kokunai/huistenbosch/images/bg-tour.png);
    background-repeat: repeat;
    background-position: top center;
}

#sec-dest .Common21__inner {
    padding: 50px 0;
}

.sec-dest__inner {
    border: solid 1px #e5e5e5;
    border-radius: 10px;
    background-color: #fff;
    padding: 30px;
}

/* ボタン */
.dest_navi_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.dest_navi_wrap li {
    width: calc(96% / 3);
}

.dest_navi_wrap li:not(:nth-last-of-type(-n+3)) {
    margin-bottom: 10px;
}

.dest_navi_wrap li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 19px;
    color: #fff;
    background-color: #6cbeb9;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px;
    padding: 15px 0;
    transition: all 0.3s;
}

.dest_navi_wrap li a::before {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    width: 0;
    height: 0;
    content: "";
    display: inline-block;
}

.dest_navi_wrap li a:hover {
    transition: all 0.3s;
    opacity: 0.5;
}

/*=================
ご希望の条件からツアーを探す
=================*/
#sec-search {
    background-image: url(/attending/kokunai/huistenbosch/images/bg-tour.png);
    background-repeat: repeat;
    background-position: top center;
}

/*=================
ホテルから探す
=================*/
#sec-hotel {
    background-image: url(/attending/kokunai/huistenbosch/images/bg-hotel.png);
    background-repeat: repeat;
    background-position: top center;
}

.wrap_hotel.flex {
    justify-content: space-between;
}

.wrap_hotel::before {
    content: "";
    display: block;
    width: calc(96% / 4);
    order: 1;
}

.wrap_hotel::after {
    content: "";
    display: block;
    width: calc(96% / 4);
}

.tmp_hotel_box {
    width: calc(96% / 4);
    height: auto;
    margin-bottom: 14px;
    list-style: none;
}

.tmp_hotel_box dl {
    position: relative;
    align-content: flex-start;
    background-color: #fff;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    padding: 10px;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    height: 100%;
}

.tmp_hotel_box dl .photo {
    width: 100%;
}

.tmp_hotel_box dl .photo img {
    width: 100%;
    height: auto;
}

.tmp_hotel_box dl dt {
    font-size: 1.9rem;
    line-height: 1.4;
    font-weight: 900;
    text-align: center;
    margin-top: 10px;
}

.tmp_hotel_box dl .point {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
    margin: 10px 0 20px;
}

.tmp_hotel_box dl .button {
    margin-top: auto;
}

.tmp_hotel_box dl .button a {
    position: relative;
    display: block;
    border: solid 1px #f66868;
    border-radius: 3px;
    font-size: 1.9rem;
    line-height: 1;
    color: #f66868;
    font-weight: 900;
    text-align: center;
    margin-top: auto;
    padding: 5px 0;

    -moz-box-shadow: 2px 2px 0px 1px rgba(246, 104, 104, 1);
    -webkit-box-shadow: 2px 2px 0px 1px rgba(246, 104, 104, 1);
    -ms-box-shadow: 2px 2px 0px 1px rgba(246, 104, 104, 1);
    box-shadow: 2px 2px 0px 1px rgba(246, 104, 104, 1);

    text-decoration: none !important;
    transition: all 0.3s;
}

.tmp_hotel_box dl .button a:hover {
    transition: all 0.3s;
    opacity: 0.5;
}

.btn-hotel_link {
    transition: all 0.3s;
}

.btn-hotel_link:hover {
    transition: all 0.3s;
    opacity: 0.5;
}

/*=================
イベント情報
=================*/
#sec-event {
    background-image: url(/attending/kokunai/huistenbosch/images/bg-event.png);
    background-repeat: repeat;
    background-position: top center;
}

.wrap_event.flex {
    justify-content: space-between;
    background-image: url(/attending/kokunai/huistenbosch/images/il_deco01.png);
    background-repeat: no-repeat;
    background-position: right 95%;
}

.wrap_event::before {
    content: "";
    display: block;
    width: calc(96% / 4);
    order: 1;
}

.wrap_event::after {
    content: "";
    display: block;
    width: calc(96% / 4);
}

.tmp_event_box {
    width: calc(96% / 4);
    height: auto;
    margin-bottom: 14px;
    list-style: none;
}

.tmp_event_box dl {
    position: relative;
    align-content: flex-start;
    background-color: #fff;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    padding: 10px;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    height: 100%;
}

.tmp_event_box dl .photo {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.tmp_event_box dl .photo img {
    width: 100%;
    height: auto;
}

.tmp_event_box dl .date {
    background-color: #4894bc;
    border-radius: 5px;
    font-size: 1.7rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    padding: 3px 0;
}

.tmp_event_box dl dt {
    font-size: 1.9rem;
    line-height: 1.4;
    font-weight: 900;
    text-align: center;
    margin-top: 10px;
}

.tmp_event_box dl .point {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
    margin: 10px 0 20px;
}

.tmp_event_box dl .link {
    margin-top: auto;
}

.tmp_event_box dl .link a {
    display: block;
    font-size: 1.7rem;
    font-weight: 900;
    color: #4894bc;
    text-align: right;
}


.Event__notice {
    font-size: 1.1rem;
    text-align: right;
}

/*=================
おすすめスポット
=================*/
#sec-spot {
    background-image: url(/attending/kokunai/huistenbosch/images/bg-spot.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}

.wrap_spot.flex {
    justify-content: space-between;
    background-image: url(/attending/kokunai/huistenbosch/images/il_deco01.png);
    background-repeat: no-repeat;
    background-position: right 95%;
}

.wrap_spot::before {
    content: "";
    display: block;
    width: calc(96% / 4);
    order: 1;
}

.wrap_spot::after {
    content: "";
    display: block;
    width: calc(96% / 4);
}

.tmp_spot_box {
    width: calc(96% / 4);
    height: auto;
    margin-bottom: 14px;
    list-style: none;
}

.tmp_spot_box dl {
    position: relative;
    align-content: flex-start;
    background-color: #fff;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    padding: 10px;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    height: 100%;
}

.tmp_spot_box dl .photo {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.tmp_spot_box dl .photo img {
    width: 100%;
    height: auto;
}

.tmp_spot_box dl dt {
    font-size: 1.9rem;
    line-height: 1.4;
    font-weight: 900;
    text-align: center;
    margin-top: 10px;
}

.tmp_spot_box dl .point {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
    margin: 10px 0 20px;
}

.tmp_spot_box dl .link {
    margin-top: auto;
}

.tmp_spot_box dl .link a {
    display: block;
    font-size: 1.7rem;
    font-weight: 900;
    color: #4894bc;
    text-align: right;
}

/*=================
花の見ごろカレンダー
=================*/
#sec-calendar {
    background-image: url(/attending/kokunai/huistenbosch/images/bg-calendar.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap_calendar {
    border: dotted 4px #dc4c8c;
    border-radius: 20px;
    text-align: center;
    padding: 30px 0;
}

/*=================
動画で楽しもう
=================*/
#sec-movie {
    background-size: auto auto;
    background-color: rgba(252, 238, 218, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(250, 227, 193, 1) 5px, rgba(250, 227, 193, 1) 10px);
}

.tmp_movie_box dl {
    background-color: #fff;
    padding: 15px;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    height: 100%;
}

.tmp_movie_box dl .photo1 {
    width: 100%;
    position: relative;
  padding-top: 56.25%;
}

.tmp_movie_box dl .photo1 > div,
.tmp_movie_box dl .photo1 iframe,
.tmp_movie_box dl .photo1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tmp_movie_box dl .photo1 img {
    width: 100%;
    height: auto;
}

.tmp_movie_box dl dt {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 5px 0;
	font-weight: 900;
}

.white-popup-block {
    position: relative;
    background: #FFF;
    padding: 10px;
    text-align: left;
    max-width: 865px;
    margin: 40px auto;
}

.bc-player-default_default {
    width: 100% !important;
    height: 485px !important;
}

.popup-modal-dismiss {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 5px;
}

/*=================
ハウステンボス周辺情報
=================*/
#sec-nearby {
    background-image: url(/attending/kokunai/huistenbosch/images/bg-nearby.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}

.wrap_nearby.flex {
    justify-content: space-between;
}

.wrap_nearby::before {
    content: "";
    display: block;
    width: calc(96% / 4);
    order: 1;
}

.wrap_nearby::after {
    content: "";
    display: block;
    width: calc(96% / 4);
}

.tmp_nearby_box {
    width: calc(96% / 4);
    height: auto;
    margin-bottom: 14px;
    list-style: none;
}

.tmp_nearby_box dl {
    position: relative;
    align-content: flex-start;
    background-color: #fff;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    padding: 10px;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    height: 100%;
}

.tmp_nearby_box dl .photo {
    width: 100%;
}

.tmp_nearby_box dl .photo img {
    width: 100%;
    height: auto;
}

.tmp_nearby_box dl dt {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 900;
    text-align: center;
    margin-top: 10px;

    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.tmp_nearby_box dl .point {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
    margin: 10px 0 20px;
}

.tmp_nearby_box dl .link {
    margin-top: auto;
}

.tmp_nearby_box dl .link a {
    display: block;
    font-size: 1.7rem;
    font-weight: 900;
    color: #4894bc;
    text-align: right;
}

/*=================
アクセス情報
=================*/
#sec-access {

}

#sec-access .Common21__inner::after {
    content: "";
    position: absolute;
    bottom: -65px;
    right: -100px;
    background-image: url(/attending/kokunai/huistenbosch/images/SP21-001405D.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 323px;
    height: 323px;
    z-index: -1;
}

table.access {
	border-collapse: collapse;
    margin: 0 auto;
}

table.access tr {
    display: block;
}

table.access tr:first-of-type {
    margin-bottom: 30px;
}
	
table.access th, table.access td {
	text-align: left;
} 

table.access td {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 900;
    vertical-align: middle;
    padding-left: 10px;
}

/*=================
よくある質問
=================*/
#sec-qa {
    background-size: auto auto;
    background-color: rgba(233, 248, 255, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(208, 240, 255, 1) 5px, rgba(208, 240, 255, 1) 10px);
}

.wrap_faq-list:not(:last-child) {
    margin-bottom: 20px;
}

#sec-qa h4 {
    display: flex;
    width: 100%;
    position: relative;
    text-align: left;
    font-size: 2.0rem;
    line-height: 1.5;
    padding: 10px 50px 10px 10px;
    color: #333;
    cursor: pointer;
}

#sec-qa h4:before,
#sec-qa h4:after {
    content: "";
    width: 20px;
    height: 4px;
    display: block;
    background-color: #333333;
    position: absolute;
    right: 17px;
    top: 25px;
    transform-origin: center center;
    z-index: 3;
    transition: transform .4s ease 0s;
}

#sec-qa h4:after {
    transform: translateY(-50%);
}

#sec-qa h4:before {
    transform: translateY(-50%) rotate(90deg);
}

#sec-qa h4.faq_open:before {
    transform: translateY(-50%);
}

#sec-qa .faq-list {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

#sec-qa p {
    display: flex;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 10px;
}

.txt_q {
    display: inline-block;
    font-size: 3rem;
    font-weight: 900;
    color: #1d7de9;
    margin-right: 20px;
	line-height: 1.0;
    /*padding-top: 5px;*/

}

.txt_a {
    display: inline-block;
    font-size: 3rem;
    font-weight: 900;
    color: #ff001e;
    margin-right: 20px;
    line-height: 1.0;
    /*padding-top: 5px;*/
}

/*=================
長崎の観光情報
=================*/
#sec-tourist {
    background-color: #faf4ae;
}

.wrap_tourist.flex {
    justify-content: center;
}

.wrap_tourist .tmp_tourist_box:first-child {
    margin-right: 10px;
}

.wrap_tourist .tmp_tourist_box:last-child {
    margin-top: 10px;
}

.tmp_tourist_box a {
    transition: all 0.3s;
}

.tmp_tourist_box a:hover {
    transition: all 0.3s;
    opacity: 0.5;
}

/*=================
おすすめ特集
=================*/
#sec-bn {

}

.tmp_bn_box dl {
}

.tmp_bn_box dl .photo1 {
    width: 100%;
}

.tmp_bn_box dl .photo1 img {
    width: 100%;
    height: auto;
}

.tmp_bn_box dl dt {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 5px 10px;
}

/* swiper */
.swiper-wrapper {
    height: auto;
    padding-bottom: 30px;
}

.swiper-slide {
    height: auto;
}

.swiper-container-horizontal>.swiper-scrollbar {
    width: 100%;
    height: 10px;
    background: #f5f5f5;
    left: 0;
}

.swiper-scrollbar-drag {
    background: #ccc;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    display: none;
}

.swiper-button-prev {
    left: -30px;
    transform: rotate(-180deg);
}

.swiper-button-next {
    right: -30px;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);

    width: 50px;
    height: 50px;
    top: 50%;
    cursor: pointer;
    z-index: 10;

    transition: all 0.3s;

    background-image: none;
    margin-top: 0;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    transition: all 0.3s;
    opacity: 0.5;
}

/* slick */
.slick-slide {
    position: relative;
}

.slide-dots {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slide-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slide-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    /*padding: 5px;*/

    cursor: pointer;

    border: 0;
    outline: none;
    background: rgba(139, 139, 139, 0.5);
    border-radius: 100px;
}

.slide-dots li.slick-active button {
    background: rgba(139, 139, 139, 1);
}

.slide-dots li button:hover,
.slide-dots li button:focus {
    outline: none;
}

.slide-dots li button:hover:before,
.slide-dots li button:focus:before {
    opacity: 1;
}



/*.btn-tour_more {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 1.3rem 5rem;
    border: 2px solid #196b9a;
    background: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.btn-tour_more:hover {
    background-color: #196b9a;
	color: #fff;
}
.btn-tour_more {
    display: block;
    flex-grow: 1;
    color: #196b9a;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-right: 40px;
    font-size: 23px;
}
.btn-tour_more::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 3px solid #196b9a;
    border-right: 3px solid #196b9a;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    transition: 0.3s;
}
.btn-tour_more:hover::after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}*/
.tmp_tour_box.more.bot {
	padding-bottom: 50px;
}
.bannerCassette_content p {
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.3;
	word-wrap: break-word;
}

.bannerCassette_content .bannerImg {
    width: 230px;
    height: 173px;
}

.bannerCassette_content p img {
	width: 100%;
}

.swiper-banner-container .swiper-slide a{
	text-decoration: none;
}

.bannerCassette_content:hover{
	opacity: 0.7;
}

 /*次ページボタンのスタイル*/ 
 .swiper-button-next {
	background-image: url(/attending/kokunai/huistenbosch/images/arrow.png) !important;
} 
/*前ページボタンのスタイル */
 .swiper-button-prev {
	background-image: url(/attending/kokunai/huistenbosch/images/arrow.png) !important;
	transform: scale(-1, 1); 
} 

.swiper-button-prev, .swiper-button-next {
    width: 44px !important;
    height: 44px !important;
    background-size: 44px 44px !important;
	top: 60%;
}


.NoTour {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 1.9rem;
}
.link01{
    display: block;
    text-align: right;
    margin-top: 20px;
    width: 100%;
}
.link01 a{
    position:relative;
    font-size: 2.2rem;
    font-weight: 900;
    color: #5f52a1;
    padding-right:30px;
}
.link01 a:hover{
    color:#ffa31e;
}
.link01 a::after{
    content:"\f35d";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
}
.link01_Text{
    display: block;
    text-align: right;
    /* margin-top: 12px; */
    width: 100%;
    font-size: 1.2rem;
    color:#333;
}