@charset "UTF-8";

.kvArea {
	padding: 6.4rem 0px;
	background: url(../imgs/pttl_bg.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 1.5em;
}

.kvArea .pttl {
	max-width: 616px;
	width: calc(100vw * 616 / 1440);
	padding-left: 5rem;
	padding-right: 5rem;
	background: #fff;
	margin-left: auto;
	margin-right: 0;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
@media screen and (max-width: 767px) {
	.kvArea {
		padding: 3.5rem 0px;
		background: url(../imgs/pttl_bg_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.kvArea .pttl {
		max-width: 232px;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

.btn__device {
	display: block;
	padding-right: 2rem;
	padding-bottom: 1.5rem;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #1071ae;
	cursor: pointer;
}
.btn__device::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: 2px;
	background: url(../imgs/bg-line.png) no-repeat center center;
	background-size: 100% 100%;
}
.btn__device::after {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	width: 9px;
	height: 15px;
	background: url(../imgs/icon-arrow.png) no-repeat 0 0;
}
@media screen and (max-width: 767px) {
	.btn__device {
		font-size: 1.4rem;
	}

	.mapNav__row {
		max-width: 1172px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 3rem;
	}
	.mapNav__row .clm2__item {
		width: calc(50% - 10px);
	}
	.mapNav__row .clm2__item:nth-child(n + 3) {
		margin-top: 2rem;
	}
}

.mapNav area {
	cursor: pointer;
}

.tabCont {
	display: none;
}
.tabCont.active {
	display: block !important;
}
/*
*/
/*
	.ChangeElem_Panel {
		display: none;
	}
	.ChangeElem_Panel.select {
		display: block;
	}
*/

.areaBlock + .areaBlock {
	margin-top: 10rem;
}

.sNav {
	margin-bottom: 8rem;
	border-bottom: solid 1px #87b8d6;
}

.sNav.btm {
	margin-top: 8rem;
	margin-bottom: 0;
	border-top: solid 1px #87b8d6;
	border-bottom: none;
}

.sNav__list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/*
		flex-direction: column;
*/
	justify-content: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sNav__item {
	width: calc(408 / 1024 * 100%);
	margin: 0 16px;
	text-align: center;
}

.sNav__link {
	position: relative;
	display: block;
	cursor: pointer;
	padding-bottom: 10px;
	font-size: 18px;
	letter-spacing: 0.05em;

	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sNav__link small {
	font-size: 80%;
}

.sNav__link span {
	display: block;
	padding: 0.8rem 0 1.3rem;
	background: #003870;
	color: #fff;

	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sNav__link::before {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sNav__link::after {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sNav__link.is-active {
	border: solid 1px #87b8d6;
	border-top-width: 0;
	border-bottom-width: 0;
}
.sNav__link.is-active span {
	top: 5px;
	padding: 1.4rem 0 0.7rem;
	background: #fff;
	color: #0066aa;
}
.sNav__link.is-active::before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	width: auto;
	height: 5px;
	background: #0066aa;
}
.sNav__link.is-active::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	width: auto;
	height: 2px;
	background: #fff;
}

.btm .sNav__link {
	padding-top: 10px;
	padding-bottom: 0;
}
.btm .sNav__link span {
	padding: 0.9rem 0 1.2rem;
}
.btm .sNav__link.is-active {
	border: solid 1px #87b8d6;
	border-top-width: 0;
	border-bottom-width: 0;
}
.btm .sNav__link.is-active span {
	top: auto;
	bottom: 5px;
	padding: 0.5rem 0 1.6rem;
}
.btm .sNav__link.is-active::before {
	top: auto;
	bottom: 0;
}
.btm .sNav__link.is-active::after {
	top: -1px;
	bottom: auto;
}
@media screen and (min-width: 768px) {
	.sNav__link:hover {
		border: solid 1px #87b8d6;
		border-top-width: 0;
		border-bottom-width: 0;
	}
	.sNav__link:hover span {
		top: 5px;
		padding: 1.4rem 0 0.7rem;
		background: #fff;
		color: #0066aa;
	}
	.sNav__link:hover::before {
		content: "";
		position: absolute;
		top: 0;
		left: -1px;
		right: -1px;
		width: auto;
		height: 5px;
		background: #0066aa;
	}
	.sNav__link:hover::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		right: 0;
		width: auto;
		height: 2px;
		background: #fff;
	}

	.btm .sNav__link:hover span {
		top: auto;
		bottom: 5px;
		padding: 0.5rem 0 1.6rem;
	}
	.btm .sNav__link:hover::before {
		top: auto;
		bottom: 0;
	}
	.btm .sNav__link:hover::after {
		top: -1px;
		bottom: auto;
	}
}
@media screen and (max-width: 767px) {
	.areaBlock + .areaBlock {
		margin-top: 5rem;
	}

	.sNav {
		margin-bottom: 4rem;
		padding-bottom: 1rem;
	}

	.sNav.btm {
		margin-top: 4rem;
	}

	.sNav__list {
	}
	.sNav__item {
		width: 100%;
		margin: auto;
	}
	.sNav__item:nth-child(n + 2) {
		margin-top: 1rem;
	}

	.sNav__link {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 1.4rem;
	}
	.sNav__link small {
		font-size: 80%;
	}

	.sNav__link span {
		top: 0;
		padding: 0.8rem 0 1rem;
	}

	.sNav__link.is-active {
		border: solid 1px #87b8d6;
		border-bottom-width: 1px;
	}
	.sNav__link.is-active span {
		top: 0;
		/*
		margin-top: .5rem;
*/
		padding: 1rem 0 0.8rem;
	}
	.sNav__link.is-active span::before {
		content: "";
		position: absolute;
		top: 0;
		left: -1px;
		right: -1px;
		width: auto;
		height: 5px;
		background: #0066aa;
	}

	.sNav__link::after {
		display: none;
	}
	.sNav__link.is-active::after {
		display: none;
	}

	.btm .sNav__list {
		margin-top: 10px;
	}
	.btm .sNav__link {
		padding-top: 0;
		padding-bottom: 0;
	}
	.btm .sNav__link span {
		bottom: 0;
		padding: 0.8rem 0 1rem;
	}
	.btm .sNav__link.is-active {
		border: solid 1px #87b8d6;
		border-top-width: 1px;
	}
	.btm .sNav__link.is-active span {
		bottom: 0;
		padding: 0.7rem 0 1.1rem;
	}
	.btm .sNav__link.is-active span::before {
		top: auto;
		bottom: 0;
	}
	.btm .sNav__link.is-active::before {
		display: none;
	}
	.btm .sNav__link.is-active::after {
		display: none;
	}

	.sNav__link {
		-webkit-transition: all 0s ease;
		-o-transition: all 0s ease;
		transition: all 0s ease;
	}
	.sNav__link span {
		-webkit-transition: all 0s ease;
		-o-transition: all 0s ease;
		transition: all 0s ease;
	}

	.sNav__link::before {
		-webkit-transition: all 0s ease;
		-o-transition: all 0s ease;
		transition: all 0s ease;
	}
	.sNav__link::after {
		-webkit-transition: all 0s ease;
		-o-transition: all 0s ease;
		transition: all 0s ease;
	}
}

.aNav {
	margin-top: 5.5rem;
}
.aNav + .area__row {
	margin-top: 3rem;
}

.aNav__list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/*
		flex-direction: column;
*/
	justify-content: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.aNav__item {
	width: calc(100% / 10);
	text-align: center;
}
.aNav__item:nth-child(n + 11) {
	margin-top: 2rem;
}

.aNav__link {
	position: relative;
	display: block;
	cursor: pointer;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1;

	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.aNav__link::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 14px;
	margin-top: -7px;
	background: #ccc;
}
.aNav__item:nth-of-type(10) .aNav__link::after,
.aNav__item:nth-of-type(20) .aNav__link::after,
.aNav__item:last-child .aNav__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 14px;
	margin-top: -7px;
	background: #ccc;
}
@media screen and (max-width: 767px) {
	.aNav {
		margin-top: 4rem;
	}
	.aNav + .area__row {
		margin-top: 2rem;
	}

	.aNav__item {
		width: calc(100% / 4);
	}
	.aNav__item:nth-child(n + 5) {
		margin-top: 2rem;
	}

	.aNav__link {
		position: relative;
		display: block;
		cursor: pointer;
		font-size: 1.2rem;
		letter-spacing: 0;
		line-height: 1;

		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.aNav__link::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 1px;
		height: 14px;
		margin-top: -7px;
		background: #ccc;
	}

	.aNav__item:nth-child(4n) .aNav__link::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 1px;
		height: 14px;
		margin-top: -7px;
		background: #ccc;
	}
}

.areaHeading {
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
}
.areaHeading span {
	display: inline-block;
}
.areaHeading span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -40px;
	width: 30px;
	height: 2px;
	background: #87b8d6;
}
.areaHeading span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -40px;
	width: 30px;
	height: 2px;
	background: #87b8d6;
}

.areaHeading + .areaHeading__sub {
	margin-top: 60px;
}

.areaHeading__sub {
	position: relative;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #0066aa;
	text-align: center;
}
.areaHeading__sub::after {
	content: "";
	position: absolute;
	bottom: -3rem;
	left: 0;
	right: 0;
	width: 1px;
	height: 20px;
	margin: auto;
	background: #1071ae;
}
.areaHeading__sub + .area__row {
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	.areaHeading {
		font-size: 1.8rem;
	}

	.areaHeading + .areaHeading__sub {
		margin-top: 4rem;
	}

	.areaHeading__sub {
		font-size: 1.4rem;
	}
	.areaHeading__sub::after {
		bottom: -3rem;
	}
	.areaHeading__sub + .area__row {
		margin-top: 3rem;
	}
}

/* section */

.mapNav {
	margin-top: 10rem;
	padding: 10rem 0 2rem;
	background: rgb(235,243,246);
	background: linear-gradient(180deg, rgba(235,243,246,1) 0%, rgba(255,255,255,0) 100%);
}
@media screen and (max-width: 767px) {
	.mapNav {
		margin-top: 5rem;
		padding: 5rem 0 0;
	}
}
.mapNav .imgWrap {
	margin-top: 6rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.mapNav .imgWrap {
		margin-top: 3rem;
	}
}

.section--leaseback .clm_box {
	display: flex;
	justify-content: space-between;
	margin-top: 6.2rem;
}
.section--leaseback .clm_box.clm3_n > div {
	width: 31.25%;
}
.section--leaseback .clm_box.clm3_n > div .pcap {
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0;
	margin-top: calc(1rem - (((1rem * 1.5) - 1rem) / 2));
	margin-bottom: calc(0rem - (((1rem * 1.5) - 1rem) / 2));
	text-align: left;
}
@media screen and (max-width: 767px) {
	.section--leaseback .clm_box.clm3_n {
		display: block;
	}
	.section--leaseback .clm_box.clm3_n > div {
		width: 100%;
	}
	.section--leaseback .clm_box.clm3_n > div img {
		width: 100%;
	}
	.section--leaseback .clm_box.clm3_n > div + div {
		margin-top: 3rem;
	}
}
.section--leaseback .frame_box {
	margin-top: 4rem;
	padding: 5rem 3.1rem;
	border: 1px solid #cccccc;
	background: url(../imgs/frame_bg.jpg) repeat top center;
}
@media screen and (max-width: 767px) {
	.section--leaseback .frame_box {
		padding: 3rem 2rem;
	}
}
.section--leaseback .frame_box h4 {
	text-align: center;
	line-height: 1;
}
.section--leaseback .frame_box h4 span {
	font-size: 2.2rem;
	line-height: 1.363636364;
	letter-spacing: 0.1em;
	color: #000;
	display: inline-block;
	position: relative;
	margin-top: calc(0rem - (((2.2rem * 1.363636364) - 2.2rem) / 2));
	margin-bottom: calc(0rem - (((2.2rem * 1.363636364) - 2.2rem) / 2));
}
.section--leaseback .frame_box h4 span::before,
.section--leaseback .frame_box h4 span::after {
	content: "";
	height: 2px;
	width: 3rem;
	position: absolute;
	top: 50%;
	background: #81b1d0;
}
.section--leaseback .frame_box h4 span::before {
	left: -10px;
	transform: translate(-100%, -50%);
}
.section--leaseback .frame_box h4 span::after {
	right: -10px;
	transform: translate(100%, -50%);
}
@media screen and (max-width: 767px) {
	.section--leaseback .frame_box h4 span {
		font-size: 1.6rem;
	}
}
.section--leaseback .frame_box .frame_inner {
	max-width: 610px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
	.section--leaseback .frame_box .frame_inner {
		padding-left: 0;
		padding-right: 0;
	}
}
.section--leaseback .frame_box .frame_inner h5 {
	color: #1071ae;
	border: 1px solid #1071ae;
	background: #fff;
	text-align: center;
	margin-top: 2.5rem;
	font-size: 1.6rem;
	line-height: 1;
	padding: 1.3rem 0;
}
@media screen and (max-width: 767px) {
	.section--leaseback .frame_box .frame_inner h5 {
		font-size: 1.4rem;
	}
}
.section--leaseback .frame_box .frame_inner .clm_in {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 2.4rem;
}
.section--leaseback .frame_box .frame_inner .clm_in > div {
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0.1em;
	margin-left: 1.6rem;
}
@media screen and (max-width: 767px) {
	.section--leaseback .frame_box .frame_inner .clm_in > div {
		font-size: 1.4rem;
	}
}
.section--leaseback .frame_box .frame_inner .text {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-top: calc(1.7rem - (((1.6rem * 1.5) - 1.6rem) / 2));
	margin-bottom: calc(0rem - (((1.6rem * 1.5) - 1.6rem) / 2));
}
@media screen and (max-width: 767px) {
	.section--leaseback .frame_box .frame_inner .text {
		font-size: 1.4rem;
		margin-top: calc(1.5rem - (((1.4rem * 1.5) - 1.4rem) / 2));
		margin-bottom: calc(0rem - (((1.4rem * 1.5) - 1.4rem) / 2));
	}
}

.section--area {
	padding-top: 8rem;
}

.area__row {
	height: 53px;
	background: #1071ae;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #fff;
	text-align: center;
}
.area__row p {
	position: relative;
	top: -2px;
}
.areaDetails__row {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
}

.clm__location {
	width: calc(232 / 1024 * 100%);
	padding-right: 2rem;
}
.clm__property {
	width: calc(384 / 1024 * 100%);
}

.clm__age {
	width: calc(232 / 1024 * 100%);
}

.clm__occupied {
	width: calc(176 / 1024 * 100%);
}

.areaDetails__row .clm__location {
	padding: 2.5rem 2rem 2.5rem 0;
	border-bottom: solid 1px #e0e0e0;
}
.areaDetails__row .clm__property,
.areaDetails__row .clm__age,
.areaDetails__row .clm__occupied {
	padding: 2.5rem 0;
	border-bottom: solid 1px #e0e0e0;
}

.areaDetails__row + .areaHeading__sub {
	margin-top: 6rem;
}
@media screen and (max-width: 767px) {
	.section--area {
		padding-top: 4rem;
	}

	.area__row {
		height: 42px;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
	}
	.area__row p {
		top: 0;
		font-size: 1.2rem;
	}
	.areaDetails__row {
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		line-height: 1.4;
	}

	.clm__location {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;

		width: calc(212 / 1024 * 100%);
		padding-right: 0;
	}
	.clm__property {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;

		width: calc(404 / 1024 * 100%);
	}

	.clm__age {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;

		width: calc(232 / 1024 * 100%);
	}

	.clm__occupied {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;

		width: calc(176 / 1024 * 100%);
	}

	.areaDetails__row .clm__location {
		padding: 1.8rem 2rem 2rem 0;
	}
	.areaDetails__row .clm__property,
	.areaDetails__row .clm__age,
	.areaDetails__row .clm__occupied {
		padding: 1.8rem 0 2rem;
	}

	.areaDetails__row + .areaHeading__sub {
		margin-top: 4rem;
	}
}
