@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 {
    text-align: center;
    margin-top: 30px;
}

/*=================
タイトル
=================*/
#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;
}

/*=================
地図
=================*/
.wrap_map {
    text-align: center;
}

.map_anchor.flex {
    flex-wrap: wrap-reverse;
    justify-content: center;
    margin: 30px 0;
}

.map_anchor li {
    margin-bottom: 10px;
}

.map_anchor .f-item:not(:nth-child(4)) {
    margin-right: 14px;
}

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

.wrap_hotel {
    border: solid 2px #e5e5e5;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 40px;
    padding: 40px 0;
}

#sec-hotel .photo-beside.flex {
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 30px;
}

#sec-hotel .photo-vertical.flex {
    align-content: space-between;
}

#sec-hotel .photo {
    width: 471px;
}

#sec-hotel .text {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0 30px;
}

#sec-hotel .link01,
#sec-hotel .link02 {
    text-align: right;
    margin-bottom: 20px;
    padding: 0 30px;
}

#sec-hotel .link01 a {
    font-size: 2.2rem;
    font-weight: 900;
    color: #5f52a1;
}

#sec-hotel .link02 a {
    font-size: 2.2rem;
    font-weight: 900;
    color: #d1437d;
}

#sec-hotel .wrap_btn-hotel {
    text-align: center;
}

#sec-hotel .wrap_btn-hotel li {
    transition: all 0.3s;
}

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

#sec-hotel .wrap_btn-hotel li:not(:last-child) {
    margin-bottom: 10px;
}


/*=================
長崎の観光情報
=================*/
#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;
}

.btn_top {
    margin: 20px 0 50px;
    text-align: center;
    transition: all 0.3s;
}

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

/* 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;
}

.bannerCassette_content p {
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.3;
	word-wrap: break-word;
}

.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%;
}

.ttlBox {
	position: relative;
}
.ttlBox .dest {
  font-size: 16px;
  color: #fff;
  min-width: 182px;
  border-radius: 45px;
  border-width: 3px;
  height: 34px;
  text-align: center;
  padding: 0 15px;
  background: #d1437d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2;
  bottom: 18px;
  max-width: 350px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-weight: bold;
}

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

.bannerCassette_content p img {
	width: 100%;
}