/* 南城市特集LP start */
.nanjoshi2401 .kv {
	height: 470px;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.nanjoshi2401 .kv::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, #002279 0%, rgba(0, 51, 181, 0.00) 64.81%);
	opacity: 0.6;
	z-index: 1;
}

.nanjoshi2401 .kv-img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	transform: translateY(-50%);
}

.nanjoshi2401 .kv-inner {
	position: absolute;
	bottom: 80px;
	padding: 0 40px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}

.nanjoshi2401 .kv-ttl {
	color: #FFFFFF;
	font-size: 6.4rem;
	font-weight: 700;
	text-shadow: 1px 1px 1px #000;
	position: relative;
	display: inline-block;
}

.nanjoshi2401 .kv-ttl-sub {
	font-size: 2.4rem;
	font-weight: 400;
	margin-bottom: 0;
}

.nanjoshi2401 .kv-ttl-bg {
	position: absolute;
	z-index: -1;
	top: -40px;
	right: -180px;
}

.nanjoshi2401 .sec {
	margin-bottom: 80px;
}

.nanjoshi2401 .sec.dark {
	background-color: #333333;
	color: #fff;
	padding: 80px 0;
}

.nanjoshi2401 .sec.dark a {
	color: #fff;
	text-decoration: underline;
}

.nanjoshi2401 .sec.dark a:hover {
	text-decoration: none;
}

.nanjoshi2401 .sec.dark .anchor-link {
	margin-bottom: 24px;
	z-index: 20;
}

.nanjoshi2401 .sec.dark .anchor-link ul {
	height: auto;
	min-width: 0;
	justify-content: center !important;
}

.nanjoshi2401 .sec.dark .anchor-link .btn-anker {
	color: #fff;
	background-color: rgba( 0, 0, 0, .4);
	text-decoration: none;
	border: none;
}

.nanjoshi2401 .sec.dark .anchor-link .btn-anker.active {
	background-color: #fff;
	color: #333;
}

.nanjoshi2401 .charm p {
	font-size: 1.4rem;
	text-align: center;
}

.nanjoshi2401 .charm-map {
	margin-bottom: 8px;
}

.nanjoshi2401 .charm-map img {
	display: block;
	width: 100%;
}

.nanjoshi2401 .charm-pics {
	display: flex;
	margin-bottom: 8px;
}

.nanjoshi2401 .charm-pics-item {
	display: block;
	margin-right: 8px;
	min-width: 0;
}

.nanjoshi2401 .charm-pics-item:last-child {
	margin-right: 0;
}

.nanjoshi2401 .charm-pics-item img {
	display: block;
	width: 100%;
}

.nanjoshi2401 .model-headding {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.nanjoshi2401 .model-grade {
	margin-right: 8px;
	display: flex;
}

.nanjoshi2401 .model-grade img {
	height: 16px;
}

.nanjoshi2401 .model-grade img:not(:last-child) {
	/* margin-right: 8px; */
}

.nanjoshi2401 .model-label {
	margin-right: 8px;
	display: flex;
}

.nanjoshi2401 .model-label .tag-hoteltype-white {
	transform: scale(1);
	line-height: 16px;
	padding: 4px 10px;
	font-size: 1.2rem;
}

.nanjoshi2401 .model-name {
	margin-bottom: 0;
	font-size: 2.4rem;
}

.nanjoshi2401 .model-lead {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.nanjoshi2401 .model:not(:last-child) {
	margin-bottom: 80px;
}

.nanjoshi2401 .model-body {
	display: flex;
}

.nanjoshi2401 .model-image {
	flex: 1;
}

.nanjoshi2401 .model-movieWrap {
	position: relative;
	max-height: 450px;
	overflow: hidden;
}

.nanjoshi2401 .model-movieWrap video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.nanjoshi2401 .model-movie {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
}

.nanjoshi2401 .model-detail {
	width: 400px;
	margin-left: 24px;
}

.nanjoshi2401 .model-pics {
	display: flex;
	margin: 16px -8px 0;
}

.nanjoshi2401 .model-pics-item {
	padding: 0 8px;
	width: calc( 100% / 3 );
}

.nanjoshi2401 .model-pics-item-head {
	height: 156px;
	margin-bottom: 8px;
}

.nanjoshi2401 .model-pics-item-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nanjoshi2401 .model-pics-item-body p {
	font-size: 1.4rem;
}

.nanjoshi2401 .model-course-day {
	margin-bottom: 24px;
	font-size: 1.4rem;
	
}

.nanjoshi2401 .model-course-day > dt, 
.nanjoshi2401 .model-plan > dt {
	padding: 0 8px;
	position: relative;
	border-left: 1px solid #FF503E;
	font-weight: 700;
	line-height: 1.4;
}

.nanjoshi2401 .model-course-day > dd {
	padding-left: 22px;
}

.nanjoshi2401 .model-course-day > dd + dt {
	margin-top: 16px;
}

.nanjoshi2401 .model-plan {
	font-size: 1.4rem;
}

.nanjoshi2401 .model-course-timeschedule > dt {
	float: left;
	margin-right: 8px;
}

.nanjoshi2401 .model-course-timeschedule > dt.circle {
	position: relative;
}

.nanjoshi2401 .model-course-timeschedule > dt.circle::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #FFFFFF;
	position: absolute;
	left: -14px;
	top: 9px;
}

.nanjoshi2401 .model-course-timeschedule > dd {
	overflow: hidden;
}

.nanjoshi2401 .model-plan-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	height: 60px;
	padding: 0 16px;
	font-size: 1.6rem;
	font-weight: 900;
	background-color: rgba( 255, 255, 255, .1);
	border: 1px solid rgba( 255, 255, 255, .8);
	border-radius: 4px;
	margin: 8px 0;
	text-decoration: none !important;
}

.nanjoshi2401 .model-plan-btn:hover {
	opacity: .7;
}

.nanjoshi2401 .notes {
	color: #757575;
	font-size: 1.2rem !important;
}

.nanjoshi2401 .model .notes {
	color: #C6C6C6;
}

.nanjoshi2401 p.notes {
	padding-left: 1em;
}

.nanjoshi2401 p.notes::before {
	content: '※';
	margin-left: -1em;
}

.nanjoshi2401 ul.notes {
	padding-left: 1em;
}

.nanjoshi2401 ul.notes > li::before {
	content: '※';
	margin-left: -1em;
}

.nanjoshi2401 .notes a {
	text-decoration: underline;
}

.nanjoshi2401 .notes a:hover {
	color: #0066CC;
}

.nanjoshi2401 .pamphlet {
	width: 100%;
	height: 318px;
}

.nanjoshi2401 .pamphlet img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: none;
	object-position: right;
}

.nanjoshi2401 .bunner-wrap {
	margin-bottom: 80px;
}

.nanjoshi2401 .bunner-list {
	display: flex;
}

.nanjoshi2401 .bunner-list > li {
	flex: 1;
	border-radius: 8px;
	overflow: hidden;
}

.nanjoshi2401 .bunner-list > li:not(:last-child) {
	margin-right: 32px;
}

.nanjoshi2401 .bunner-list > li img {
	width: 100%;
	display: block;
}

.nanjoshi2401 .bunner-list a:hover {
	opacity: .7;
}

@media screen and (max-width: 767px) {
	.nanjoshi2401 .kv-img {
		height: 100%;
		top: 0 !important;
		transform: translateY(0);
		object-fit: cover;
	}

	.nanjoshi2401 .kv-inner {
		bottom: 40px;
		padding: 0 20px;
	}

	.nanjoshi2401 .kv-ttl {
		font-size: 4rem;
		line-height: 1.4;
	}

	.nanjoshi2401 .kv-ttl-sub {
		font-size: 1.6rem;
		margin-top: 8px;
		line-height: 1.8;
	}

	.nanjoshi2401 .kv-ttl-bg {
		top: -57px;
		right: 0;
	}

	.nanjoshi2401 .kv-ttl-bg img {
		width: 178px;
		height: 114px;
	}

	.nanjoshi2401 .charm-pics-item {
		height: 190px;
	}

	.nanjoshi2401 .charm-pics-item img {
		height: 100%;
		object-fit: cover;
	}

	.nanjoshi2401 .charm p {
		text-align: left;
	}

	.nanjoshi2401 .model-body {
		display: block;
		position: relative;
	}

	.nanjoshi2401 .model-detail {
		margin-left: 0;
		width: auto;
	}

	.nanjoshi2401 .model-image {
		position: relative;
		overflow: hidden;
		margin: 0 -16px 16px;
	}

	.nanjoshi2401 .model-movieWrap {
		padding: 0;
		width: auto;
		height: 100dvh;
		max-height: unset;
	}

	.nanjoshi2401.is-notLogin .model-movieWrap {
		height: calc(100dvh - 64px);
	}

	.nanjoshi2401 .model-courseWrap {
		position: absolute;
		top: calc( 100% - 160px );
		left: 0;
		right: 0;
		bottom: 0;
		padding-bottom: 70px;
		transition: all .3s;
		background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.00) 100%);
		display: flex;
		align-items: flex-end;
	}

	.nanjoshi2401 .model-image.is-show-timeschedule .model-courseWrap {
		top: 0;
		height: auto;
		background-color: rgba( 0, 0, 0, .7);
	}

	.nanjoshi2401 .model-course {
		height: 100%;
		overflow-y: hidden;
		padding: 16px;
		text-shadow: 1px 1px 1px #000;
	}

	.nanjoshi2401 .model-image.is-show-timeschedule .model-courseWrap .model-course {
		overflow-y: auto;
		height: fit-content;
		max-height: 100%;
	}

	.model-course-timescheduleBtn {
		color: #333;
		position: absolute;
		bottom: 24px;
		font-size: 1.6rem;
		color: #FFFFFF;
		background-color: transparent;
		padding: 8px 28px 8px 16px;
		left: 50%;
		transform: translateX(-50%);
	}

	.model-course-timescheduleBtn::after {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		display: block;
		border-right: 2px solid #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
		transform: rotate(45deg);
		position: absolute;
		right: 8px;
		top: 0px;
		bottom: 5px;
		margin: auto;
	}

	.nanjoshi2401 .model-image.is-show-timeschedule .model-course-timescheduleBtn::after {
		transform: rotate(-135deg);
		top: 5px;
		bottom: 0px;
	}

	.nanjoshi2401 .model-plan-btn {
		height: 48px;
	}

	.nanjoshi2401 .model-picsWrap {
		margin: 16px -16px 0;
		overflow-x: auto;
	}
	
	.nanjoshi2401 .model-picsWrap::-webkit-scrollbar{
		display:none;
	}

	.nanjoshi2401 .model-pics {
		margin: 0;
		padding: 0 8px;
		width: fit-content;
	}

	.nanjoshi2401 .model-pics-item {
		min-width: 220px;
	}

	.nanjoshi2401 .pamphlet {
		width: 100%;
		height: auto;
	}

	.nanjoshi2401 .pamphlet img {
		max-width: 343px;
		height: auto;
		object-fit: unset;
		margin: auto;
	}

	.nanjoshi2401 .bunner-wrap {
		margin-bottom: 40px;
		overflow-x: auto;
		margin-left: -16px;
		margin-right: -16px;
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.nanjoshi2401 .bunner-wrap::-webkit-scrollbar{
		display:none;
	}

	.nanjoshi2401 .bunner-list {
		width: fit-content;
	}
	
	.nanjoshi2401 .bunner-list > li {
		width: 300px;
	}
	
	.nanjoshi2401 .bunner-list > li:not(:last-child) {
		margin-right: 16px;
	}
}

@media screen and (max-width: 1199px) {
	.nanjoshi2401 .kv-img {
		height: 100%;
		top: 0 !important;
		transform: translateY(0);
		object-fit: cover;
	}
}

/* 南城市特集LP end */