.guide-about {
	padding: 50px 0;
}

.guide-about .c-ttl__02,
.guide-about .c-ttl__01 {
	margin-bottom: 40px;
}

.guide-about__block {
	gap: 10px 0;
}

.guide-about__block-ttl {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.guide-about__block-img img {
	width: 100%;
}

.guide-destination {
	background: #f4f5f7;
	padding: 50px 0;
}

.guide-destination__heading {
	margin-bottom: 40px;
}

.destination-column {
	--gutter: 15px;
	gap: 30px 0;
}

.destination-column:not(:last-child) {
	margin-bottom: 30px;
}

.destination-column__img {
	position: relative;
	overflow: hidden;
	line-height: 0;
}

.destination-column__wrap::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: .4;
	display: block;
}

.destination-column__img::before {
	content: "";
	padding-top: calc((300 / 267) * 100%);
	display: block;
}

.destination-column__img img {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.destination-column__ct {
	position: absolute;
	padding: 10px;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: white;
	text-align: center;
	z-index: 2;
}

.destination-column__ttl {
	margin-bottom: 10px;
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.destination-column__desc {
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.guide-experiences {
	padding: 50px 0;
}

.guide-experiences .c-ttl__01 {
	margin-bottom: 30px;
}



.guide-while {
	background: #f4f5f7;
	padding: 50px 0;
}

.while-wrap {
	gap: 20px 0;
}

.while-wrap__left {
	border-right: 1px solid #ebebeb;
}

.while-wrap__links {
	margin-right: -1px;
	position: sticky;
	top: 140px;
}

.while-wrap__links li.active a {
	color: black;
	background: white;
}

.while-wrap__link {
	display: block;
	padding: 10px 16px;
	color: #8d8d8d;
	background: #f7f7f7;
	border: 1px solid #ebebeb;
	font-weight: 700;
}

.while-wrap__tab {
	display: none;
}

.while-wrap__tab.active {
	display: block;
}

.guide-product {
	padding: 50px 0;
}

@media screen and (max-width: 992px) {
	.guide-about {
		padding: 30px 0;
	}

	.guide-about .c-ttl__02,
	.guide-about .c-ttl__01 {
		margin-bottom: 10px;
	}

	.guide-about__block-ttl {
		margin-bottom: 5px;
	}

	.guide-destination {
		padding: 30px 0;
	}

	.guide-destination__heading {
		margin-bottom: 20px;
	}

	.destination-column {
		gap: 10px 0;
	}

	.destination-column:not(:last-child) {
		margin-bottom: 15px;
	}



	.guide-experiences {
		padding: 30px 0;
	}

	.guide-while {
		padding: 30px 0;
	}

	.guide-product {
		padding: 30px 0;
	}
}
