@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

/* page title */
/* -------------------------------------------------- */
.pageWalking {
	background: url(../../img/walking/walking_title_bg.jpg) no-repeat center center / cover;
}

/* spot list */
/* -------------------------------------------------- */
.illustMap {
	margin-bottom: 90px;
}

.mapFigure {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 45px;
	border-radius: 15px;
	overflow: hidden;
}

.mapImg {
	width: 100%;
}

.spotRow {
	margin-bottom: 80px;
}

.spotBox {
	width: 23.8%;
	margin: 0 1.6% 20px 0;
	padding: 10px 10px 20px 10px;
	border: 1px solid #e1e3de;
	border-radius: 5px;
}

.spotBox:nth-of-type(4) {
	margin: 0 0 20px;
}

.spotBox:nth-last-of-type(1) {
	margin: 0 0 20px;
}

.spotBoxFigure {
	margin-bottom: 25px;
	border-radius: 5px;
	overflow: hidden;
}

.spotBoxFigure img {
	width: 100%;
}

.spotBoxDes {
	padding: 0 10px;
}

.spotBoxHead {
	margin-bottom: 15px;
}

.spotBoxNum {
	width: 25px;
	height: 25px;
	padding-top: 3px;
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1.0;
	letter-spacing: 0;
	text-align: center;
	color: #FFFFFF;
	background: #3EB134;
	border-radius: 50%;
}

.spotBoxTtl {
	width: calc(100% - 25px);
	padding-left: 15px;
	font-size: 2.0rem;
	line-height: 1.3;
}

.spotBoxTxt {
	font-size: 1.4rem;
	line-height: 1.7;
}

/* street view */
/* -------------------------------------------------- */
#view {
	margin-bottom: 100px;
}

.secTtlView {
	margin-bottom: 45px;
}

.viewCont {
	margin-bottom: 100px;
	position: relative;
}

.verticalFlow {
	position: absolute;
	top: 0;
	left: 0;
}

.viewContHead {
	padding: 20px;
	display: inline-block;
	position: relative;
	background: #FFFFFF;
	font-size: 2.2rem;
	line-height: 1.0;
	letter-spacing: 0.15em;
	border-radius: 0 0 5px 0;
}

.viewContHead:before {
	width: 1px;
	height: 15px;
	position: absolute;
	top: -15px;
	left: 50%;
	background: #D8D8D8;
	content: '';
}

.stViewArea {
	width: 100%;
	height: 600px;
	border-radius: 15px;
	overflow: hidden;
}

.stViewArea iframe {
	width: 100%;
	height: 100%;
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.mapFigure {
		padding: 0 5%;
	}
	
	.spotBox {
		width: 47.5%;
		margin: 0 5% 30px 0;
	}

	.spotBox:nth-of-type(2n) {
		margin: 0 0 30px;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.spotBoxNum {
		padding-top: 4px;
		font-size: 1.6rem;
	}

	.spotBoxTtl {
		font-size: 1.8rem;
		line-height: 1.4;
	}

	.spotBoxTxt {
		font-size: 1.4rem;
	}

	.stViewArea {
		height: 58.6vw;
	}

	.viewContHead {
		font-size: 2.0rem;
	}
}

@media screen and (max-width: 600px) {
	.spotBox {
		width: 100%;
		margin: 0 auto 20px !important;
		max-width: 500px;
	}

	.stViewArea {
		height: 350px;
	}

	.secTtlView {
		line-height: 1.5;
		letter-spacing: 0.03em;
	}

	.secTtlView ._br:before {
		content: '\A';
		white-space: pre;
	}

}