@charset "utf-8";
/* CSS Document */
/* ----------------- テーブル1 -------------------- */
.streetView {
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 30px;
}
.streetView_wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
}
.streetView_wrap >iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#contents3 {
	margin-top: 35px;
}

#music {
	margin: 10px 0 20px;
}