@charset "utf-8";

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

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

/* map */

.ngt_map {
	padding: 60px 0;
	text-align: left;
}
.ngt_frame {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}
.ngt_address 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 {
	content: '';
	position: absolute;
	top: 18%;
	left: 18%;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	box-sizing: border-box;
}

.ngt_info {
	width: 100%;
}
.ngt_info .ngt_pic img {
	max-width: 100%;
}
.ngt_info .ngt_box {
	background: #fafafa;
	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 (min-width: 721px) {

    #sps .swiper-wrapper {
        display: flex;
        justify-content: space-between;
    }
    #sps .swiper-wrapper .swiper-slide {
        width: 31.5%;
    }   
    
}
@media (min-width: 721px) and (max-width: 1200px) {
	
    h2.add_title_h2 {
        margin-bottom: 20px;
    }
	.ngt_map {
		padding: 0 15px 5vw;
	}
    .ngt_info .ngt_box {
        padding: 15px 1.5vw;
    }
	.ngt_address p {
        font-size: min(1.5vw,16px);
    }
    .ngt_name {
        font-size: min(2.4vw,30px);
        letter-spacing: .2vw;
    }
    .ngt_text {
        font-size: min(1.75vw,18px);
        letter-spacing: .1vw;
    }

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

	.ngt_map {
		margin: 0 0 40px;
		padding: 0 15px 40px;
	}

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