@charset "UTF-8";
/*===================================
RESORT LIFE
===================================*/

/*共通*/
.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_location_pc.jpg) no-repeat center center / cover;
	aspect-ratio: 1200/326;
	position: relative;
}
.page_Head {
	padding: 50px 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;
}
.page_Head p {
	font-size: 16px;
	letter-spacing: 0.18em;
	line-height: 1.62889688;
}

#mapWrap {
	margin: 80px auto 100px;
}

.location_Wrap .access {
	margin: 0 auto 30px;
}
.location_Wrap .notes_Wrap {
	width:100%;
}

.cityview_Box {
	max-width: 1000px;
	width:100%;
	background: #163259;
	padding: 60px 40px 40px;
	color:#FFF;
	margin: 0 auto 150px;
}
.cityview_Box h3 {
	/*font-size: 40px;
	letter-spacing: 0.1em;*/
	text-align: center;
	padding: 0 0 40px;
	color: #b7b08c;

	font-size: 25px;
    letter-spacing: 0.38em;
}
.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 40px;
}
.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;
}

#lifeInfoWrap {
}
.lifeinfo_head {
	color: #fff;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin: 0 0 40px;
}
.pickup_list {
	flex-wrap: wrap;
	gap: 30px 20px;
	margin: 0 0 80px;
}
.pickup_list li {
	width: calc((100% - 60px) / 4);
}
.pickup_list li p {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.12em;
	line-height: 1.6;
	margin-top: 1em;
}

.lifeinfo_box {
	display: flex;
	gap: 30px;
}
.lifeinfo_box--content {
	width: calc((100% - 30px) / 2);
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.lifeinfo_box--content h4 {
	font-size: 19px;
	color: #af9c69;
	letter-spacing: 0.1em;
	display: block;
	padding: 0 0 0.5em;
}
.lifeinfo_box--content li {
	border-bottom: 1px solid;
	margin: 1em 0 0;
	font-size: 14px;
	letter-spacing: 0.2em;
}
.lifeinfo_box--content li dl {
	display: flex;
	justify-content: space-between;
	padding: 0.75em 0;
}




.notes_Wrap {
	max-width: 1000px;
	padding: 50px 0 150px;
}

.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_location_sp.jpg) no-repeat center center / cover;
		aspect-ratio: 750/532;
	}

	.page_Head {
		padding: 30px 0 60px;
	}
	.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;
	}


	#mapWrap {
		width: 100vw;
		margin: 0 calc(50% - 50vw) 90px;
	}


	.cityview_Box {
		width:100%;
		padding: 40px 5%;
		margin: 0 auto 60px;
	}
	.cityview_Box h3 {
		/*font-size: 24px;*/
		padding: 0 0 30px;
        font-size: 18px;
	}
	.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;*/
		font-size: 18px;
		line-height: 1.66666667;
		padding: 0 0 25px;
	}
	.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;
	}


	.lifeinfo_head {
		font-size: 16px;
		line-height: 1.8125;
		letter-spacing: 0.1em;
		margin: 0 0 45px;
	}
	.pickup_list {
		flex-wrap: wrap;
		gap: 30px 20px;
		margin: 0 0 80px;
	}
	.pickup_list li {
		width: calc((100% - 20px) / 2);
	}
	.pickup_list li p {
		font-size: 12px;
		letter-spacing: 0.1em;
	}

	.lifeinfo_box {
		flex-direction: column;
		gap: 40px;
	}
	.lifeinfo_box--content {
		width: 100%;
		gap: 40px;
	}
	.lifeinfo_box--content h4 {
		font-size: 16px;
		padding: 0 0 0.5em;
	}
	.lifeinfo_box--content li {
		margin: 1em 0 0;
		font-size: 11px;
		letter-spacing: 0.1em;
	}
	.lifeinfo_box--content li dl {
		display: flex;
		justify-content: space-between;
		padding: 0.75em 0;
	}

	.notes_Wrap {
		padding: 40px 0 100px;
	}
	.brand_Wrap {
		margin: 0 auto 50px;
	}


}
