/* --------------------------------------------------------------------------------
sightseeing
-------------------------------------------------------------------------------- */
#sightseeing .sightseeing-inner {
	width: 950px;
	margin: 0 auto;
	padding: 40px 0 50px;
	
	color: #585755;
}

/********** txt-sightseeing **********/
#sightseeing .sightseeing-inner .txt-sightseeing {
	padding: 0 0 50px;
}
#sightseeing .sightseeing-inner .txt-sightseeing h2 {
	padding: 0 0 50px;
	text-align: center;
	font-weight: 500;
	font-size: 40px;
}
#sightseeing .sightseeing-inner .txt-sightseeing .txt p {
	line-height: 2;
	text-align: center;
	font-size: 19px;
}


/* ----------------------------------------
section
---------------------------------------- */
#sightseeing .sightseeing-inner .sections-wrapper {
	width: 910px;
	margin: 0 auto;
}
#sightseeing .sightseeing-inner .sections-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	width: 100%;
}
#sightseeing .sightseeing-inner section {
	display: flex;
	flex-direction: column;
	
	width: 425px;
	padding: 0 0 90px;
}
#sightseeing .sightseeing-inner section .name-sight {
	padding: 0 0 25px;
	text-align: center;
	font-weight: 600;
	font-size: 19px;
	color: #858583;
}
#sightseeing .sightseeing-inner section .img-sight {
	padding: 0 0 25px;
}
#sightseeing .sightseeing-inner section .txt-access {
	margin: 0 0 15px;
	padding: 37px 0;
	text-align: center;
	font-size: 23px;
	color: #585755;
	background: #faf7f0;
}
#sightseeing .sightseeing-inner section .txt-info {
	flex: 1;
	padding: 0 0 30px;
}
#sightseeing .sightseeing-inner section .txt-info p {
	line-height: 2;
	font-size: 17px;
	color: #858583;
}
#sightseeing .sightseeing-inner section .btn-details {
	display: flex;
	justify-content: center;
	
	width: 100%;
}
#sightseeing .sightseeing-inner section .btn-details a {
	align-self: flex-end;
	
	width: 250px;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 2px;
	border: solid 1px #cfab86;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.04em;
	font-size: 15px;
	font-weight: 600;
	color: #c29365;
	background: #fff url("../images/index/icon-arr-1.png") no-repeat calc(100% - 20px) 50%;
}


















