@charset "utf-8";

/* -----------------------
home_add.css
----------------------- */

.add_cen {
	text-align: center;
}
h2.add_title_h2 {
	display: inline-block;
	padding: 0 15px;
	border-bottom: 5px solid #aad440;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 8px;
}

/* map */

.ngt_map {
	background: #f5f5f5;
	padding: 60px 0;
	text-align: left;
}
.ngt_frame {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}
.ngt_area {
	position: relative;
	width: 60%;
}
.ngt_area .map img {
	width: 100%;
}
.ngt_area .swiper {
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible;
}
.ngt_area .swiper-wrapper {
	display: block;
}
.ngt_area .swiper-slide {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px!important;
	height: 48px!important;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	transition: .5s;
}
.ngt_area .swiper-slide.h {
	top: 240px;
	left: 280px;
}
.ngt_area .swiper-slide.n {
	top: 270px;
	left: 230px;
}
.ngt_area .swiper-slide.i {
	top: 135px;
	left: 390px;
}
.ngt_area .swiper-slide.swiper-slide-thumb-active,
.ngt_area .swiper-slide.swiper-slide-thumb-active span::before {
	background: #aad440;
}
.ngt_area .swiper-slide.swiper-slide-thumb-active:nth-of-type(2),
.ngt_area .swiper-slide.swiper-slide-thumb-active:nth-of-type(2) span::before {
	background: #fe9295;
}
.ngt_area .swiper-slide.swiper-slide-thumb-active:nth-of-type(3),
.ngt_area .swiper-slide.swiper-slide-thumb-active:nth-of-type(3) span::before {
	background: #40c5d4;
}
.ngt_address span,
.ngt_area .swiper-slide span {
	display: inline-block;
	vertical-align: middle;
	color: #6e3406;
	line-height: 1;
	position: relative;
	width: 18px;
	height: 18px;
	background: currentColor;
	border: 1px solid currentColor;
	border-radius: 40% 60% 0% 100% / 40% 100% 0% 60%;
	box-sizing: content-box;
	transform: rotate(45deg);
}
.ngt_address span::before,
.ngt_area .swiper-slide span::before {
	content: '';
	position: absolute;
	top: 18%;
	left: 18%;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	box-sizing: border-box;
}


.ngt_info {
	width: 36%;
}
.ngt_info .ngt_pic img {
	max-width: 100%;
}
.ngt_info .ngt_box {
	background: #fff;
	border-bottom: 8px solid #fe9295;
	padding: 20px;
}
.ngt_address {
	display: flex;
	justify-content: center;
	gap: 0 15px;
}
.ngt_address p {
	font-size: 16px;
	text-align: center;
}
.ngt_name {
	margin: 10px 0;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
}
.ngt_text {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 5px;
	background: #feebd6;
	border-radius: 20px;
	text-align: center;
}
.ngt_btn a {
	display: block;
	width: 200px;
	margin: 15px auto 0;
	padding: 2px;
	border: 1px solid #6f3507;
	border-radius: 10px;
	color: #6f3507;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	transition: .5s;
}
.ngt_btn a:hover {
	background: #fff6f5;
}
.swiper-button-prev,
.swiper-button-next {
	background: rgba(255,255,255,.75);
	border-radius: 50%;
}
.swiper-button-prev svg,
.swiper-button-next svg {
	width: 12px;
	height: auto;
	color: #6f3507;
}
.ngt_address span {
	color: #ef6367;
}
.ngt_info .swiper-slide.n .ngt_box {
	border-color: #aad440;
}
.ngt_info .swiper-slide.n .ngt_box .ngt_address span {
	color: #aad440;
}
.ngt_info .swiper-slide.n .ngt_box .ngt_text {
	background: #ecf5ce;
}
.ngt_info .swiper-slide.i .ngt_box {
	border-color: #40c5d4;
}
.ngt_info .swiper-slide.i .ngt_box .ngt_address span {
	color: #40c5d4;
}
.ngt_info .swiper-slide.i .ngt_box .ngt_text {
	background: #d6ede6;
}


@media (max-width: 1360px) and (min-width: 1201px) {
	
	.ngt_info {
		padding-right: 4vw;
		box-sizing: border-box;
	}
	
}
@media (max-width: 1200px) {
	
	/* map */

	.ngt_map {
		margin: 40px 0;
		padding: 40px 0;
	}
	.ngt_frame {
		display: block;
	}
	.ngt_area {
		width: 720px;
		margin: 0 auto 30px;
	}
	.ngt_info {
		width: 432px;
		margin: 0 auto;
	}

	
}
@media (max-width: 720px) {
	
	h2.add_title_h2 {
		padding: 0 4vw;
		font-size: 5vw;
		letter-spacing: .5vw;
	}
	
	/* map */

	.ngt_map {
		padding-left: 15px;
		padding-right: 15px;
	}
	.ngt_area {
		width: 100%;
	}
	.ngt_area .swiper-slide {
		width: 9.6vw!important;
		height: 9.6vw!important;
	}
	.ngt_area .swiper-slide.h {
		top: 27vw;
		left: 34vw;
	}
	.ngt_area .swiper-slide.n {
		top: 31vw;
		left: 24vw;
	}
	.ngt_area .swiper-slide.i {
		top: 16vw;
		left: 46vw;
	}
	.ngt_address span,
	.ngt_area .swiper-slide span {
		width: 3.6vw;
		height: 3.6vw;
	}
	.ngt_address span::before,
	.ngt_area .swiper-slide span::before {
		width: 1.6vw;
		height: 1.6vw;
	}

	.ngt_info {
		width: min(432px,100%);
	}
	.ngt_info .ngt_box {
		padding: 15px 6vw;
	}
	.ngt_address {
		gap: 0 10px;
	}
	.ngt_address p {
		font-size: 14px;
	}
	.ngt_name {
		font-size: min(7vw,27px);
		letter-spacing: .2vw;
	}
	.ngt_text {
		font-size: 15px;
	}	
	
}
