@charset "utf-8";

/* ---------------------------------------------------------
 * #fv
** --------------------------------------------------------- */
#fv {
	position: relative;
	z-index: 10;
	/*margin-top: -152px;*/
}
#fv .video {
	overflow: hidden;
}
#fv .video iframe {
	width: 100%;
	height: auto;
	/*height: 630px;*/
	aspect-ratio: 560 / 315;
	pointer-events: none;
}
#fv .wrapper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 90px;
}

#fv .sns_icons {
	padding: 20px 8px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	left: 20px;
	bottom: 40px;
	z-index: 999;
}
#fv .sns_icons ul {}
#fv .sns_icons ul li {
	margin-bottom: 10px;
}

#fv .google_review {
	border-top: 1px solid #0ABAB5;
	padding-top: 10px;
}

#fv h1 {
	position: absolute;
	bottom: 120px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

#fv .book_now {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 1149px) {
	#fv h1 {
		font-size: calc(3200vw / 1150);
	}
}

@media (max-width: 959px) {}

@media (max-width: 519px) {
	#fv {
	}
	#fv::before,
	#fv::after {
		display: none;
	}
	#fv .video {
		width: 100%;
		aspect-ratio: 390 / 428;
	}
	#fv .video iframe {
		top: 0;
		left: 50%;
		width: auto;
		height: 100%;
		transform: translateX(-25%);
	}
	#fv video {
		aspect-ratio: 860 / 1556;
		object-fit: cover;
		object-position: center;
	}

	#fv .sns_icons {
		left: 0;
		right: 0;
		bottom: auto;
		top: calc(100% + 50px);
		display: flex;
		justify-content: center;
		align-items: center;
		width: fit-content;
		padding: 6px 15px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 8px;
	}
	#fv .sns_icons ul {
		display: flex;
		gap: 15px;
		margin-right: 15px;
	}
	#fv .sns_icons ul li {
		margin-bottom: 0;
	}
	#fv .google_review {
		padding-left: 15px;
		padding-block: 8px;
		border-top: none;
		border-left: 1px solid #0ABAB5;
	}

	#fv h1 {
		bottom: 60px;
		/*font-size: calc(2300vw / 390);*/
		font-size: calc(1200vw / 390);
	}

	#fv .book_now {
		bottom: -32px;
		width: 80%;
	}
	#fv .book_now .btn {
		width: 100%;
		text-align: center;
	}
}



/* ---------------------------------------------------------
 * .contents
** --------------------------------------------------------- */
.contents {
	padding-top: 50px;
	padding-bottom: 60px;
	background-image: linear-gradient(180deg, #bbfbf8, #fff);
}
.contents .top_gallery {}
.contents .top_gallery .top_galleries {
	display: flex;
	justify-content: flex-start;
}
.contents .top_gallery .top_galleries li {
}
.contents .top_gallery .top_galleries li img {
	width: 95%;
	height: auto;
	margin-inline: auto;
}
.contents section.tour {
	margin: 50px auto 0 auto;
	max-width: 1300px;
}
.contents h2 {
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 20px;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	.contents {
		padding-top: 150px;
	}
	.contents h2 {
		font-size: 30px;
	}
}


/* -------------------- tours -------------------- */
.contents .tours {
	opacity: 0;
	transition: opacity .3s linear;
	width: auto;
}

.contents .tours.slick-initialized {
	opacity: 1;
}

.contents .tours li {
	height: auto;
	padding: 0 16px 10px 16px;
}

.contents .tours li .inner {
	height: 100%;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 42, 41, .2);
	border-radius: 10px;
}

.contents .tours li button {
	width: 100%;
}

.contents .tours li button:hover {
	opacity: 0.7;
}

.contents .tours .eyecatch {
	aspect-ratio: 280 / 200;
	overflow: hidden;
	margin-bottom: 10px;
}
.contents .tours .eyecatch img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.contents .tours .no_image {
	aspect-ratio: 280 / 200;
	overflow: hidden;
	background-color: #dcdcdc;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	border-radius: 10px;
}

.contents .tours .arr {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 36px;
	margin-top: auto;
	margin-bottom: auto;
	z-index: 999;
}

.contents .tours .arr_l {
	left: 0;
}

.contents .tours .arr_r {
	right: 0;
}

.contents .tours .arr:hover {
	cursor: pointer;
}

.contents .tours li span.price {
	margin-left: 10px;
}

.contents .tours li p {}
.contents .tours li .line {
	font-size: 16px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;

}
.contents .tours li .line.one {
	-webkit-line-clamp: 1;
	height: 22px;
	line-height: 20px;
}
.contents .tours li .line.two {
	height: 44px;
	line-height: 20px;
	-webkit-line-clamp: 2;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	.contents .tours .slick-list {
		padding-right: 20%;
	}
}


.contents .to_list {
	text-align: center;
	margin-top: 20px;
}

.contents .to_list a {
	color: #0ABAB5;
	font-weight: bold;
}

.contents .to_list a span {
	background-image: url('../img/arr_green_r.png');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 0;
	padding-left: 26px;
	padding-bottom: 3px;
}



/* -------------------- category -------------------- */
.contents section.category {
	max-width: 754px;
	padding: 0 20px;
	margin: 50px auto 0 auto;
}
.contents section.category .categories {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 20px;
}
.contents .categories li {
	padding: 10px 10px 12px 10px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 42, 41, .2);
	border-radius: 10px;
	position: relative;
}
.contents .categories li::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url('../img/arr_green_r.png');
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
}
.contents .categories .thumb {
	aspect-ratio: 200 / 200;
	overflow: hidden;
	margin-bottom: 10px;
}
.contents .categories .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.contents .categories li h3 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	.contents section.category .categories {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}