@charset "UTF-8";
/*===================================
VIRTUAL CITY VIEW
===================================*/

/*共通*/
.content_Wrap {
	overflow: hidden;
}
.content_Wrap figure {
	position: relative;
	height: fit-content;
}
.inner_1000 {
	margin: 0 auto;
}
.content_Bg {
	background: url(../../common/img/bg.jpg) no-repeat center top / 100% 100%;
	color: #b7b08c;
	padding: 0 0 0.1px;
}

/*個別*/
.page_MV {
	background: url(../img/mv_vr_pc.jpg) no-repeat center center / cover;
	aspect-ratio: 1200/326;
	position: relative;
}
.page_Head {
	padding: 50px 0 0;
	text-align: center;
}
.page_Head h2 {
	font-size: 25px;
	letter-spacing: 0.38em;
}
.page_Head span {
	font-size: 30px;
	letter-spacing: 0.34em;
	font-weight: 300; /*light*/
	display: block;
	margin: 1.25em auto;

	color: #fff;
	letter-spacing: 0.17em;
	line-height: 1.3;
}
.page_Head p {
	font-size: 16px;
	letter-spacing: 0.18em;
	line-height: 1.62889688;
}

.cityview_Box {
	max-width: 1000px;
	width:100%;
	/*background: #163259;*/
	padding: 0 40px 40px;
	color:#FFF;
	margin: 0 auto 50px;
}
.cityview_Box h3 {
	font-size: 40px;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 0 0 50px;
}
.cityview_Box figure {
	/* padding: 0 0 50px; */
	/*margin: 0 0 50px;*/
	margin: 0 0 25px;
	background: #fff;
}
.cityview_Box figure a {
	transition: .3s;
	position: relative;
}
.cityview_Box figure a:hover {
	opacity: .7;
}

.cityview_Box figure .btn_more {
	width: fit-content;
	letter-spacing: 0.1em;
	padding: 0 2.0em 0.5em 0.5em;
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 18px;
	color: #fff;
}
.cityview_Box figure .btn_more::before {
	content: "";
	display: block;
	background: #fff;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.cityview_Box figure .btn_more::after {
	content: "";
	display: block;
	background: #fff;
	width: 30px;
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: rotate(50deg);
	transform-origin: right bottom;
}

.cityview_Box h4 {
	font-size: 30px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 0 0 20px;
}
.cityview_Box p {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 0 0 20px;
}

.img_cityview + a {
	display: block;
	background: #b7b08c;
	color: #fff;
	text-align: center;
	font-size: min(1.8vw, 30px);
	letter-spacing: 0.05em;
	padding: 0.75em;
	margin: 0 0 25px;
	transition: .3s;
}
.img_cityview + a:hover {
	background: #fff;
	color: #b7b08c;
}

.cityview_Box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.cityview_Box ul li:nth-child(1) {
	width:60%;
}
.cityview_Box ul li:nth-child(1) p {
	text-align: left;
	font-size: 14px;
}
.cityview_Box ul li:nth-child(2) {
	width:40%;
}
.cityview_Box ul li:nth-child(2) .btn a {
	display: block;
	border:1px solid #FFF;
	padding: 20px 0;

	text-align: center;
	color:#FFF;
	transition: .3s;
}
.cityview_Box ul li:nth-child(2) .btn a:hover {
	transition: .3s;
	opacity: .5;
}

.footer_tel {
	color: #fff;
}


/*     tab
--------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px){





}


/*     sp
--------------------*/
@media screen and (max-width: 767px) {

	.page_MV {
		background: url(../img/mv_vr_sp.jpg) no-repeat center center / cover;
		aspect-ratio: 750/532;
	}
	.page_Head {
		padding: 30px 0 0;
	}
	.page_Head h2 {
		font-size: 18px;
	}
	.page_Head span {
		font-size: 18px;
		line-height: 1.66666667;
		margin: 1.25em auto;
	}
	.page_Head p {
		font-size: 13px;
		letter-spacing: 0.16em;
		line-height: 1.62889688;
	}

	.cityview_Box {
		width: 90%;
		padding: 0;
		margin: 0 auto 30px;
	}
	.cityview_Box h3 {
		font-size: 24px;
		padding: 0 0 30px;
	}
	.cityview_Box figure {
		/* padding: 0 0 20px; */
		/*margin: 0 0 20px;*/
		margin: 0 0 10px;
	}
	.cityview_Box figure .btn_more {
		font-size: 12px;
		left: 15px;
		bottom: 15px;
	}
	.cityview_Box figure .btn_more::after {
		width: 20px;
	}
	.cityview_Box h4 {
		font-size: 18px;
		padding: 0 0 20px;
	}
	.cityview_Box p {
		font-size: 12px;
		line-height: 1.8;
		letter-spacing: 0.1em;
		text-align: center;
		padding: 0 0 20px;
	}
	.img_cityview + a {
		font-size: 18px;
	}

	.cityview_Box ul {
		flex-direction:column;
		margin-top: 30px;
	}
	.cityview_Box ul li:nth-child(1) {
		width:100%;
	}
	.cityview_Box ul li:nth-child(1) p {
		font-size: 12px;
	}
	.cityview_Box ul li:nth-child(2) {
		width:100%;
	}
	.cityview_Box ul li:nth-child(2) .btn a {
		padding: 15px 0;
	}


}
