@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information
File name:     style.css
Created:       2021-06-28
Style Info:    長崎ハウステンボス特集 CSS
----------------------------------------------------------- */

.lp_huistenbosch img {
	max-width: 100%;
	height: auto;
}

/* ------------------------------------
  看板
------------------------------------ */

.lp_huistenbosch .sec_hero {
	position: relative;
	text-align: center;
	padding-top: 45px;
	height: 674px;
	background: url(../img/hero_visual_pc.jpg) center center/cover no-repeat;
}

.lp_huistenbosch .sec_hero::before {
	content: "";
	background: url(../img/hero_deco_01.png) center top repeat-x;
	width: 100%;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
}

.lp_huistenbosch .sec_hero .hero_title {
	max-width: 633px;
	margin: 0 auto;
}

.lp_huistenbosch .sec_hero .hero_title img {
	width: 100%;
	height: auto;
}

.lp_huistenbosch .sec_hero .anchor_nav {
	position: absolute;
	bottom: 85px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.lp_huistenbosch .sec_hero .anchor_nav ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.lp_huistenbosch .sec_hero .anchor_nav li {
	margin: 0 1px;
	width: 99px;
}

.lp_huistenbosch .sec_hero .anchor_nav li a {
	display: block;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 10px 0 rgba(108, 155, 223, 0.6);
	box-shadow: 0 0 10px 0 rgba(108, 155, 223, 0.6);
	background: #fff url(../img/bg_rhombus_01.png) center center repeat;
}

.lp_huistenbosch .sec_hero .anchor_nav li a[href*="tour"] {
	background-color: #e0f3ff;
}

.lp_huistenbosch .sec_hero .anchor_nav li a[href*="event"] {
	background-color: #Fff8e8;
}

.lp_huistenbosch .sec_hero .anchor_nav li a[href*="spot"] {
	background-color: #ffebf0;
}

.lp_huistenbosch .sec_hero .anchor_nav li a[href*="hotel"] {
	background-color: #f7f3e5;
}

.lp_huistenbosch .sec_hero .anchor_nav li a[href*="access"] {
	background-color: #daf8fd;
}

.lp_huistenbosch .sec_hero .anchor_nav li a img {
	border-radius: 100%;
	width: 100%;
	height: auto;
}

.lp_huistenbosch .sec_hero .copyright {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	font-size: 2.2rem;
	font-family: "M PLUS 1p", YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	font-weight: 500;
}

/* ------------------------------------
  カラフルテキスト
------------------------------------ */

.lp_huistenbosch .colorful_txt span:nth-child(8n+1) {
	color: #ffd6d6;
}

.lp_huistenbosch .colorful_txt span:nth-child(8n+2) {
	color: #ffe4b0;
}

.lp_huistenbosch .colorful_txt span:nth-child(8n+3) {
	color: #fffaa7;
}

.lp_huistenbosch .colorful_txt span:nth-child(8n+4) {
	color: #e3ffa7;
}

.lp_huistenbosch .colorful_txt span:nth-child(8n+5) {
	color: #b9fcfb;
}

.lp_huistenbosch .colorful_txt span:nth-child(8n+6) {
	color: #eadefe;
}

.lp_huistenbosch .colorful_txt span:nth-child(8n+7) {
	color: #ffdcf9;
}

.lp_huistenbosch .colorful_txt span:nth-child(8n) {
	color: #ffe5eb;
}

/* ------------------------------------
  section common
------------------------------------ */

.lp_huistenbosch .sec {
	background: #fff url(../img/bg_rhombus_01.png) center center repeat;
}

.lp_huistenbosch .sec_inner {
	max-width: 930px;
	position: relative;
	padding: 160px 15px 100px;
	margin: 0 auto;
	background: url(../img/title_deco_01_pc.png) center top no-repeat;
}

.lp_huistenbosch .sec_title {
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
	font-family: "M PLUS 1p", YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.lp_huistenbosch .sec_title span {
	font-size: 4.15rem;
	letter-spacing: 0.2em;
	font-weight: 800;
	text-shadow: 2px 2px 6px rgba(108, 155, 223, 0.5), -2px 2px 6px rgba(108, 155, 223, 0.5), 2px -2px 6px rgba(108, 155, 223, 0.5), -2px -2px 6px rgba(108, 155, 223, 0.5);
}

.lp_huistenbosch .sec:nth-of-type(2n) .sec_inner {
	padding-top: 190px;
	background: url(../img/title_deco_02_pc.png) center top no-repeat;
}

.lp_huistenbosch .sec .item_cnt {
	border-radius: 10px;
	border: 3px solid #87b0e7;
	background: #fff;
}

.lp_huistenbosch .sec .sec_btm_txt {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: 40px;
}

.lp_huistenbosch .sec .sec_btm_txt b {
	font-size: 107%;
}

.lp_huistenbosch .sec .sec_btm_txt small {
	font-size: 85.7%;
}

.lp_huistenbosch .sec .sec_btm_txt a {
	color: #87b0e7;
	text-decoration: underline;
}

/* ------------------------------------
  section 01.おすすめツアー
------------------------------------ */

.lp_huistenbosch .sec_tour {
	background-color: #e0f3ff;
}

.lp_huistenbosch .sec_tour .sec_inner {
	padding-bottom: 75px;
}

.lp_huistenbosch .sec_tour .tour_nav {
	text-align: center;
	margin-bottom: 40px;
}

.lp_huistenbosch .sec_tour .tour_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.lp_huistenbosch .sec_tour .tour_nav li {
	min-width: 128px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #87b0e7;
	background: #fff;
	border-radius: 40px;
	cursor: pointer;
	position: relative;
	padding: 0 30px;
	font-size: 2.1rem;
	font-weight: 700;
	margin: 0 4px;
	line-height: 1.5;
}

.lp_huistenbosch .sec_tour .tour_nav li.is_active {
	color: #fff;
	background: #87b0e7;
}

.lp_huistenbosch .sec_tour .tour_nav li.is_active::after {
	position: absolute;
	top: 100%;
	left: calc(50% - 5.5px);
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5.5px 0 5.5px;
	border-color: #87b0e7 transparent transparent transparent;
}

.lp_huistenbosch .sec_tour .tour_panel {
	display: none;
}

.lp_huistenbosch .sec_tour .tour_cnt {
	border-color: #87b0e7;
}

.lp_huistenbosch .sec_tour .tour_cnt a {
	display: block;
	padding: 20px;
	position: relative;
}

.lp_huistenbosch .sec_tour .tour_cnt a .arr {
	position: absolute;
	bottom: 22px;
	right: 20px;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: #87b0e7;
}

.lp_huistenbosch .sec_tour .tour_cnt a .arr::after {
	color: #fff;
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	left: calc(50% - 5px);
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.lp_huistenbosch .sec_tour .tour_cnt .tour_img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 75.63%;
	display: block;
	background: #f5f5f5;
}

.lp_huistenbosch .sec_tour .tour_cnt .tour_img img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.lp_huistenbosch .sec_tour .tour_cnt .tour_img img.fade-in {
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
	opacity: 0;
}

.lp_huistenbosch .sec_tour .tour_cnt .tour_img img.fade-in.lazyloaded {
	opacity: 1;
}

.lp_huistenbosch .sec_tour .tour_cnt .tour_name {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: calc(16px * 3 * 1.5);
	-webkit-line-clamp: 3;
}

.lp_huistenbosch .sec_tour .tour_cnt .tour_fee {
	font-size: 2.4rem;
	color: #ff0000;
	font-weight: 700;
	line-height: 1;
}

.lp_huistenbosch .sec_tour .tour_link {
	margin-top: 6px;
	text-align: center;
}

.lp_huistenbosch .sec_tour .tour_link a {
	position: relative;
	background: #87b0e7;
	color: #fff;
	border-radius: 50px;
	height: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.7rem;
	font-weight: 700;
	padding: 0 40px;
	margin: 0 auto;
	line-height: 0;
}

.lp_huistenbosch .sec_tour .tour_link a::after {
	color: #fff;
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 20px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ------------------------------------
  section 02.おすすめイベント
------------------------------------ */

.lp_huistenbosch .sec_event {
	background-color: #Fff8e8;
}

.lp_huistenbosch .sec_event .sec_inner {
	padding-bottom: 50px;
}

.lp_huistenbosch .sec_event .event_cnt {
	border-color: #feb363;
}

.lp_huistenbosch .sec_event .event_cnt .cnt_body {
	padding: 25px;
}

.lp_huistenbosch .sec_event .event_cnt .event_img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 54.85%;
	display: block;
	background: #f5f5f5;
	border-radius: 8px 8px 0 0;
}

.lp_huistenbosch .sec_event .event_cnt .event_img img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.lp_huistenbosch .sec_event .event_cnt .event_img img.fade-in {
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
	opacity: 0;
}

.lp_huistenbosch .sec_event .event_cnt .event_img img.fade-in.lazyloaded {
	opacity: 1;
}

.lp_huistenbosch .sec_event .event_cnt .event_img img {
	border-radius: 8px 8px 0 0;
}

.lp_huistenbosch .sec_event .event_cnt .event_name {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px;
}

.lp_huistenbosch .sec_event .event_cnt .event_comment {
	font-size: 1.5rem;
	line-height: 1.6;
}

.lp_huistenbosch .sec_event .event_cnt .event_date {
	color: #feb363;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 700;
	margin-top: 20px;
}

.lp_huistenbosch .sec_event .sec_btm_txt b {
	color: #feb363;
}

/* ------------------------------------
  section 03.おすすめスポット
------------------------------------ */

.lp_huistenbosch .sec_spot {
	background-color: #ffebf0;
}

.lp_huistenbosch .sec_spot .sec_inner {
	padding-bottom: 50px;
}

.lp_huistenbosch .sec_spot .spot_cnt {
	border-color: #ff8585;
}

.lp_huistenbosch .sec_spot .spot_cnt .cnt_body {
	padding: 20px;
}

.lp_huistenbosch .sec_spot .spot_cnt .spot_img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 66.66%;
	display: block;
	background: #f5f5f5;
	border-radius: 8px 8px 0 0;
}

.lp_huistenbosch .sec_spot .spot_cnt .spot_img img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.lp_huistenbosch .sec_spot .spot_cnt .spot_img img.fade-in {
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
	opacity: 0;
}

.lp_huistenbosch .sec_spot .spot_cnt .spot_img img.fade-in.lazyloaded {
	opacity: 1;
}

.lp_huistenbosch .sec_spot .spot_cnt .spot_img img {
	border-radius: 8px 8px 0 0;
}

.lp_huistenbosch .sec_spot .spot_cnt .spot_name {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 10px;
}

.lp_huistenbosch .sec_spot .spot_cnt .spot_comment {
	font-size: 1.5rem;
	line-height: 1.6;
}

/* ------------------------------------
  section 04.ホテル紹介
------------------------------------ */

.lp_huistenbosch .sec_hotel {
	background-color: #f7f3e5;
	background-image: url(../img/bg_rhombus_02.png);
}

.lp_huistenbosch .sec_hotel .hotel_cnt {
	border-color: #c8b46f;
	position: relative;
}

.lp_huistenbosch .sec_hotel .hotel_cnt .cnt_head {
	background: #c8b46f;
	border-radius: 10px 10px 0 0;
	position: relative;
	color: #fff;
	font-size: 2.6rem;
	padding: 16px 0;
	text-align: center;
	font-weight: 700;
	line-height: 1.2;
	min-height: 60px;
}

.lp_huistenbosch .sec_hotel .hotel_cnt .cnt_head::before,
.lp_huistenbosch .sec_hotel .hotel_cnt .cnt_head::after {
	content: "";
	position: absolute;
	top: -4px;
	width: 60px;
	height: 60px;
	background: url(../img/title_deco_03.png) left top/cover no-repeat;
}

.lp_huistenbosch .sec_hotel .hotel_cnt .cnt_head::before {
	left: -4px;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.lp_huistenbosch .sec_hotel .hotel_cnt .cnt_head::after {
	right: -4px;
}

.lp_huistenbosch .sec_hotel .hotel_cnt .cnt_body {
	padding: 28px 28px 120px;
}

.lp_huistenbosch .sec_hotel .hotel_img {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 66.58%;
	display: block;
	background: #f5f5f5;
}

.lp_huistenbosch .sec_hotel .hotel_img img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.lp_huistenbosch .sec_hotel .hotel_img img.fade-in {
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
	opacity: 0;
}

.lp_huistenbosch .sec_hotel .hotel_img img.fade-in.lazyloaded {
	opacity: 1;
}

.lp_huistenbosch .sec_hotel .hotel_comment {
	font-size: 1.5rem;
	line-height: 1.6;
	margin: 0 -2% 30px 0;
}

.lp_huistenbosch .sec_hotel .hotel_link {
	position: absolute;
	bottom: 28px;
	left: 28px;
	width: calc(100% - 56px);
}

.lp_huistenbosch .sec_hotel .hotel_link .link_tit {
	font-size: 2rem;
	color: #87b0e7;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.4;
	text-align: center;
}

.lp_huistenbosch .sec_hotel .hotel_link li a {
	position: relative;
	background: #c8b46f;
	color: #fff;
	border-radius: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 700;
}

.lp_huistenbosch .sec_hotel .hotel_link li a::after {
	color: #fff;
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 20px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.lp_huistenbosch .sec_hotel .map_tit {
	text-align: center;
	color: #c8b46f;
	font-size: 3.4rem;
	letter-spacing: 0.2em;
	font-family: "M PLUS 1p", YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	margin-bottom: 35px;
	font-weight: 800;
	background: url(../img/icon_pin_ocher.png) center top/30px auto no-repeat;
	padding-top: 60px;
}

.lp_huistenbosch .sec_hotel .map_wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
}

.lp_huistenbosch .sec_hotel .map_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------
  section 05.アクセス情報
------------------------------------ */

.lp_huistenbosch .sec_access {
	background-color: #daf8fd;
}

.lp_huistenbosch .sec_access .info_table {
	width: 100%;
	max-width: 590px;
	margin: 50px auto 0;
}

.lp_huistenbosch .sec_access .info_table th,
.lp_huistenbosch .sec_access .info_table td {
	border-top: 2px solid #daf8fd;
	font-size: 1.4rem;
	line-height: 1.7;
}

.lp_huistenbosch .sec_access .info_table th {
	background: #4ed1ea;
	color: #fff;
	text-align: left;
	padding: 15px;
	border-right: 2px solid #daf8fd;
	width: 36.3%;
	font-weight: 700;
}

.lp_huistenbosch .sec_access .info_table td {
	background: #fff;
	padding: 15px 15px 15px 25px;
}

.lp_huistenbosch .sec_access .info_table tr:first-of-type th,
.lp_huistenbosch .sec_access .info_table tr:first-of-type td {
	border-top: 0;
}

@media screen and (min-width: 641px), print {

.lp_huistenbosch .sec .item_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.lp_huistenbosch .sec .sec_btm_txt {
	text-align: center;
}

.lp_huistenbosch .sec_tour .tour_list {
	width: calc(100% + 10px);
	margin: 0 -5px;
}

.lp_huistenbosch .sec_tour .tour_cnt {
	width: calc(33.333% - 20px);
	margin: 0 10px 20px 10px;
}

.lp_huistenbosch .sec_tour .tour_cnt .cnt_head {
	margin-bottom: 15px;
}

.lp_huistenbosch .sec_tour .tour_link a {
	min-width: 280px;
}

.lp_huistenbosch .sec_event .event_list {
	width: calc(100% + 10px);
	margin: 45px -5px -20px;
}

.lp_huistenbosch .sec_event .event_cnt {
	width: calc(50% - 20px);
	margin: 0 10px 20px 10px;
}

.lp_huistenbosch .sec_spot .spot_list {
	width: calc(100% + 10px);
	margin: 45px -5px -10px;
}

.lp_huistenbosch .sec_spot .spot_cnt {
	width: calc(33.333% - 20px);
	margin: 0 10px 10px 10px;
}

.lp_huistenbosch .sec_hotel .hotel_list {
	margin: 0 -5px 50px;
	width: calc(100% + 10px);
}

.lp_huistenbosch .sec_hotel .hotel_cnt {
	margin: 0 10px 20px;
	width: calc(50% - 20px);
}

.lp_huistenbosch .sec_hotel .hotel_link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -9px;
	width: calc(100% + 18px);
}

.lp_huistenbosch .sec_hotel .hotel_link li {
	margin: 0 9px;
	width: calc(50% - 18px);
}

}

@media screen and (min-width: 769px), print {

.lp_huistenbosch a:hover {
	opacity: 0.75;
}

.lp_huistenbosch .sec_tour .tour_list {
	width: calc(100% + 30px);
	margin: 0 -15px;
}

.lp_huistenbosch .sec_tour .tour_cnt {
	width: calc(33.333% - 30px);
	margin: 0 15px 30px 15px;
}

.lp_huistenbosch .sec_event .event_list {
	width: calc(100% + 32px);
	margin: 45px 5px -30px;
}

.lp_huistenbosch .sec_event .event_cnt {
	width: calc(50% - 32px);
	margin: 0 16px 30px 16px;
}

.lp_huistenbosch .sec_spot .spot_list {
	width: calc(100% + 32px);
	margin: 45px -16px -30px;
}

.lp_huistenbosch .sec_spot .spot_cnt {
	width: calc(33.333% - 32px);
	margin: 0 16px 30px 16px;
}

.lp_huistenbosch .sec_hotel .hotel_list {
	margin: 0 -15px 70px;
	width: calc(100% + 30px);
}

.lp_huistenbosch .sec_hotel .hotel_cnt {
	border-radius: 16px;
	border-width: 4px;
	margin: 0 15px 40px;
	width: calc(50% - 30px);
}

}

@media screen and (max-width: 640px) {

.lp_huistenbosch .sec_hero {
	height: 105.33vw;
	padding-top: 5.33vw;
	background-image: url(../img/hero_visual_sp.jpg);
}

.lp_huistenbosch .sec_hero::before {
	height: 29.33vw;
	background-image: url(../img/hero_deco_01.png);
	background-size: cover;
}

.lp_huistenbosch .sec_hero .anchor_nav {
	bottom: 8vw;
}

.lp_huistenbosch .sec_hero .anchor_nav li {
	width: 17.33333vw;
}

.lp_huistenbosch .sec_hero .copyright {
	display: none;
}

.lp_huistenbosch .sec {
	background-size: 50px auto;
}

.lp_huistenbosch .sec_inner {
	padding: 22.66667vw 15px 13.33333vw;
	background-image: url(../img/title_deco_01_sp.png);
	background-size: 100% auto;
}

.lp_huistenbosch .sec_title {
	margin-bottom: 25px;
}

.lp_huistenbosch .sec_title span {
	font-size: 7.06667vw;
	text-shadow: 2px 2px 3px rgba(108, 155, 223, 0.4), -2px 2px 3px rgba(108, 155, 223, 0.4), 2px -2px 3px rgba(108, 155, 223, 0.4), -2px -2px 3px rgba(108, 155, 223, 0.4);
}

.lp_huistenbosch .sec:nth-of-type(2n) .sec_inner {
	padding-top: 22.66667vw;
	background-image: url(../img/title_deco_02_sp.png);
	background-size: 100% auto;
}

.lp_huistenbosch .sec .item_cnt {
	border-radius: 8px;
	border-width: 2px;
}

.lp_huistenbosch .sec .item_scroll_wrap {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 0 -15px;
}

.lp_huistenbosch .sec .item_scroll_wrap .item_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
}

.lp_huistenbosch .sec .item_scroll_wrap .item_cnt {
	margin-left: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60vw;
	flex: 0 0 60vw;
	white-space: normal;
	word-wrap: break-word;
}

.lp_huistenbosch .sec .sec_btm_txt {
	margin-top: 20px;
}

.lp_huistenbosch .sec_tour .sec_inner {
	padding-bottom: 30px;
}

.lp_huistenbosch .sec_tour .tour_nav {
	margin-bottom: 15px;
}

.lp_huistenbosch .sec_tour .tour_nav li {
	min-width: 80px;
	height: 25px;
	padding: 0 15px;
	font-size: 1.3rem;
}

.lp_huistenbosch .sec_tour .tour_nav li.is_active::after {
	left: calc(50% - 3px);
	border-width: 5px 3px 0 3px;
}

.lp_huistenbosch .sec_tour .tour_cnt {
	margin-bottom: 15px;
}

.lp_huistenbosch .sec_tour .tour_cnt a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lp_huistenbosch .sec_tour .tour_cnt a .arr {
	bottom: 12px;
	right: 10px;
	width: 20px;
	height: 20px;
}

.lp_huistenbosch .sec_tour .tour_cnt a .arr::after {
	top: calc(50% - 3px);
	left: calc(50% - 4px);
	width: 4px;
	height: 4px;
}

.lp_huistenbosch .sec_tour .tour_cnt .cnt_head {
	width: 38%;
}

.lp_huistenbosch .sec_tour .tour_cnt .cnt_body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 12px;
}

.lp_huistenbosch .sec_tour .tour_cnt .tour_name {
	font-size: 1.4rem;
	margin-bottom: 8px;
	max-height: calc(14px * 3 * 1.5);
}

.lp_huistenbosch .sec_tour .tour_cnt .tour_fee {
	font-size: 2rem;
}

.lp_huistenbosch .sec_tour .tour_link {
	margin-top: 15px;
}

.lp_huistenbosch .sec_tour .tour_link a {
	height: 40px;
	font-size: 1.4rem;
	padding: 0 30px;
}

.lp_huistenbosch .sec_tour .tour_link a::after {
	right: 14px;
}

.lp_huistenbosch .sec_event .sec_inner {
	padding-bottom: 25px;
}

.lp_huistenbosch .sec_event .event_cnt {
	margin-bottom: 18px;
}

.lp_huistenbosch .sec_event .event_cnt .cnt_body {
	padding: 15px;
}

.lp_huistenbosch .sec_event .event_cnt .event_img {
	border-radius: 5px 5px 0 0;
}

.lp_huistenbosch .sec_event .event_cnt .event_img img {
	border-radius: 5px 5px 0 0;
}

.lp_huistenbosch .sec_event .event_cnt .event_comment {
	margin-bottom: 1.5rem;
	line-height: 1.5;
}

.lp_huistenbosch .sec_event .event_cnt .event_date {
	font-size: 1.4rem;
	margin-top: 15px;
}

.lp_huistenbosch .sec_spot .sec_inner {
	padding-bottom: 25px;
}

.lp_huistenbosch .sec_spot .spot_cnt .cnt_body {
	padding: 15px;
}

.lp_huistenbosch .sec_spot .spot_cnt .spot_img {
	border-radius: 5px 5px 0 0;
}

.lp_huistenbosch .sec_spot .spot_cnt .spot_img img {
	border-radius: 5px 5px 0 0;
}

.lp_huistenbosch .sec_spot .spot_cnt .spot_comment {
	margin-bottom: 1.4rem;
	line-height: 1.5;
}

.lp_huistenbosch .sec_hotel .hotel_list {
	margin-bottom: 50px;
}

.lp_huistenbosch .sec_hotel .hotel_cnt .cnt_head {
	font-size: 1.7rem;
	padding: 8px 20px;
	min-height: 30px;
	border-radius: 5px 5px 0 0;
}

.lp_huistenbosch .sec_hotel .hotel_cnt .cnt_head::before,
.lp_huistenbosch .sec_hotel .hotel_cnt .cnt_head::after {
	top: -3px;
	width: 30px;
	height: 30px;
}

.lp_huistenbosch .sec_hotel .hotel_cnt .cnt_head::before {
	left: -3px;
}

.lp_huistenbosch .sec_hotel .hotel_cnt .cnt_head::after {
	right: -3px;
}

.lp_huistenbosch .sec_hotel .hotel_cnt .cnt_body {
	padding: 15px 15px 130px;
}

.lp_huistenbosch .sec_hotel .hotel_img {
	margin-bottom: 15px;
}

.lp_huistenbosch .sec_hotel .hotel_comment {
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.lp_huistenbosch .sec_hotel .hotel_link {
	bottom: 15px;
	left: 15px;
	width: calc(100% - 30px);
}

.lp_huistenbosch .sec_hotel .hotel_link .link_tit {
	font-size: 1.5rem;
	margin-bottom: 8px;
}

.lp_huistenbosch .sec_hotel .hotel_link li + li {
	margin-top: 8px;
}

.lp_huistenbosch .sec_hotel .hotel_link li a {
	height: 40px;
	font-size: 1.4rem;
}

.lp_huistenbosch .sec_hotel .hotel_link li a::after {
	right: 14px;
}

.lp_huistenbosch .sec_hotel .map_tit {
	font-size: 2.1rem;
	padding-top: 40px;
	background-size: 20px auto;
	margin-bottom: 20px;
}

.lp_huistenbosch .sec_hotel .map_wrap {
	padding-top: 123%;
}

.lp_huistenbosch .sec_access .info_table {
	margin-top: 30px;
}

.lp_huistenbosch .sec_access .info_table th,
.lp_huistenbosch .sec_access .info_table td {
	font-size: 1.3rem;
}

.lp_huistenbosch .sec_access .info_table th {
	padding: 10px;
	width: 32%;
	vertical-align: top;
}

.lp_huistenbosch .sec_access .info_table td {
	padding: 10px 10px 10px 15px;
}

}

@media screen and (max-width: 320px) {

.lp_huistenbosch .sec_tour .tour_cnt .tour_name {
	margin-bottom: 2.13333vw;
	font-size: 3.73333vw;
	max-height: calc(3.733vw * 3 * 1.5);
}

.lp_huistenbosch .sec_tour .tour_cnt .tour_fee {
	font-size: 5.33333vw;
}

.lp_huistenbosch .sec_event .event_cnt .event_name {
	font-size: 5.33333vw;
}

.lp_huistenbosch .sec_spot .spot_cnt .spot_name {
	font-size: 4.8vw;
}

.lp_huistenbosch .sec_hotel .hotel_link .link_tit {
	font-size: 4vw;
}

}

/*# sourceMappingURL=map/style.css.map */
