@charset "UTF-8";
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.button {
	display: inline-block;
	padding: 8px 16px;
	background-color: #1E281E;
	color: #fff;
	border-radius: 4px;
	border: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.button:hover {
	background-color: rgb(8.1428571429, 10.8571428571, 8.1428571429);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.button:active {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
/* Heading title */
.heading .heading__title {
	font-family: "EB Garamond", serif;
	font-size: 65px;
	line-height: 2;
	text-transform: uppercase;
}
.heading .heading__subtitle {
	font-family: "Zen Old Mincho", serif;
	font-size: 20px;
	position: relative;
	padding-bottom: 29px;
	margin-top: -8px;
	margin-left: 2px;
}
.heading .heading__subtitle:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 43px;
	height: 1px;
	background-color: #747474;
}
.heading.heading--center {
	text-align: center;
}
.heading.heading--center .heading__subtitle:after {
	left: 50%;
	transform: translateX(-50%);
}
.sp-visible {
	display: none;
}
.pc-visible {
	display: block;
}
@media (max-width: 719px) {
	.heading .heading__title {
		font-size: 45px;
		letter-spacing: 2px;
	}
	.heading .heading__subtitle {
		font-size: 17px;
		padding-bottom: 20px;
		margin-left: 6px;
		margin-top: -14px;
	}
	.heading .heading__subtitle:after {
		width: 33px;
	}
	.sp-visible {
		display: block;
	}
	.pc-visible {
		display: none;
	}
}
.main > .keyvisual {
	padding: 0;
	max-width: none;
}
.keyvisual {
	font-family: "Zen Old Mincho", serif;
	color: #ffffff;
	transition: opacity 0.1s linear;
}
.keyvisual .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 1;
}
.keyvisual__background {
	height: 100vh;
}
.keyvisual__background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.keyvisual__title {
	font-size: 63px;
	line-height: 1.4;
	letter-spacing: -6px;
}
.keyvisual__description {
	font-weight: 400;
	font-size: 24px;
	line-height: 2;
	margin-top: 35px;
	margin-left: 10px;
}
.keyvisual__description > span {
	font-size: 30px;
}
.keyvisual__content {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	z-index: 2;
	transform-origin: top left;
}
.keyvisual__inner {
	padding: 200px 0 100px;
}
.keyvisual__upper {
	padding: 0 86px 220px 78px;
}
.keyvisual__button {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.keyvisual__button > a.btn_contact_movein, .keyvisual__button > a.btn_region_selection {
	font-family: "Zen Old Mincho", serif;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	width: 266px;
	height: 120px;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.25;
	background: #fff url(../img/bg-button.png) no-repeat center center;
	box-shadow: 7.7px -6.3px 18px 0 rgba(0, 0, 0, 0.27);
	position: relative;
}
.keyvisual__button > a.btn_contact_movein::after, .keyvisual__button > a.btn_region_selection::after {
	content: "";
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 24px;
	height: 24px;
	background: url(../img/icon-next.svg) no-repeat center center;
	background-size: 100% auto;
}
@media (max-width: 719px) {
	.keyvisual__content {
		padding: 0;
		min-height: 604px;
		align-items: initial;
		padding-top: 140px;
	}
	.keyvisual__inner {
		padding: 0;
	}
	.keyvisual__upper {
		padding: 0 25px 160px;
	}
	.keyvisual__title {
		font-size: 36px;
	}
	.keyvisual__description {
		font-size: 15px;
		margin-top: 16px;
	}
	.keyvisual__description > span {
		font-size: 18px;
	}
	.keyvisual__button > a.btn_contact_movein, .keyvisual__button > a.btn_region_selection {
		font-size: 19px;
		width: 200px;
		height: 80px;
		background-size: cover;
	}
	.keyvisual__button > a.btn_contact_movein:after, .keyvisual__button > a.btn_region_selection:after {
		width: 14px;
		height: 14px;
	}
}
.keyvisual__button > a.btn_contact_salesproperty {
	display: flex;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: #fff solid 1px;
	position: relative;
	margin: 0 auto 1rem auto;
	/*
	position: absolute;
	right: 1rem;
	bottom: 1rem;*/
	overflow: hidden;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0;
	font-weight: 400;
	align-self: stretch;
	background-color: #2c2c2c;
	color: #fff;
}
.keyvisual__button > a.btn_contact_salesproperty::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
	z-index: 0;
}
.keyvisual__button > a.btn_contact_salesproperty .cta-inner {
	width: 100%;
	padding: 24px 10px 23px;
	text-align: center;
}
.keyvisual__button > a.btn_contact_salesproperty i {
	width: 32px;
	height: 32px;
	mask-size: 32px 32px;
	margin-bottom: 4px;
	display: inline-block;
	mask-image: url(../img/icon-tenant.svg);
	mask-repeat: no-repeat;
	mask-position: center;
	background-color: #fff;
}
.keyvisual__button > a.btn_contact_salesproperty span {
	font-weight: 700;
	transition: all 0.4s ease-in-out;
}
.half-size {
	width: 50%;
	height: auto;
}
.main > .introduction {
	padding: 0;
	max-width: none;
}
.introduction {
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	color: #ffffff;
	box-sizing: border-box;
}
.introduction__content {
	padding: 80px 0 99px;
}
.introduction__title {
	font-size: 42px;
	line-height: 2;
	margin-bottom: 24px;
}
.introduction__subtitle {
	font-size: 34px;
	line-height: 2.43;
}
.introduction__text {
	font-size: 18px;
	line-height: 2.44;
}
.introduction__image {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin: 0 auto;
	margin-top: 86px;
}
.introduction__inner {
	display: flex;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
	gap: 24px;
	will-change: transform;
	animation: scroll-marquee 100s linear infinite;
	backface-visibility: hidden;
}
.introduction__image-list {
	display: flex;
	justify-content: center;
	width: -moz-max-content;
	width: max-content;
	gap: 24px;
	flex: 1;
}
.introduction__image-item {
	flex-shrink: 0;
}
.introduction__image-item:nth-child(1), .introduction__image-item:nth-child(4n+1) {
	margin-top: 57px;
}
.introduction__image-item:nth-child(2), .introduction__image-item:nth-child(2n+4) {
	margin-top: 88px;
}
.introduction__image-item:nth-child(4), .introduction__image-item:nth-child(4n+4) {
	margin-top: 123px;
}
@media (max-width: 719px) {
	.introduction .introduction__logo {
		width: 156px;
		height: auto;
	}
	.introduction__content {
		padding: 52px 0 60px;
	}
	.introduction__image {
		margin-top: 40px;
	}
	.introduction__subtitle {
		font-size: 23px;
		line-height: 1.5;
		margin-top: 15px;
		margin-bottom: 40px;
	}
	.introduction__text {
		font-size: 14px;
		line-height: 1.86;
	}
	.introduction__inner {
		animation: scroll-marquee-sp 100s linear infinite;
	}
	.introduction__image-item {
		flex-shrink: 0;
	}
	.introduction__image-item img {
		width: 50%;
		/* 50% of parent on mobile */
		height: auto;
		/* Maintain aspect ratio */
	}
	.introduction__image-item:nth-child(1), .introduction__image-item:nth-child(4n+1) {
		margin-top: 28px;
	}
	.introduction__image-item:nth-child(2), .introduction__image-item:nth-child(4n+2) {
		margin-top: 44px;
	}
	.introduction__image-item:nth-child(4), .introduction__image-item:nth-child(4n+4) {
		margin-top: 61px;
	}
}
@keyframes scroll-marquee {
	0% {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(-4329px, 0, 0);
	}
}
@keyframes scroll-marquee-sp {
	0% {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(-2164.5px, 0, 0);
	}
}
.main > .concept {
	max-width: none;
	padding: 100px 25px 40px;
}
@media (min-width: 1400px) {
	.main > .concept {
		padding: 130px clamp(20px, 7.1vw, 100px) 106px;
	}
}
@media (max-width: 719px) {
	.main > .concept {
		padding: 60px 25px 28px;
	}
}
.concept {
	background: #fff url(../img/bg-concept.png) no-repeat top left;
	background-size: 100% auto;
	padding: 100px 25px 40px;
	font-family: "Zen Old Mincho", serif;
}
.concept .heading {
	margin-left: 33px;
}
.concept__inner {
	max-width: 1200px;
	margin: 0 auto;
}
.concept__title {
	font-size: 32px;
	line-height: 1.5625;
	margin-top: 45px;
	margin-left: 33px;
}
.concept__text {
	font-size: 18px;
	line-height: 2;
	margin-top: 33px;
	margin-left: 33px;
}
.concept__box {
	background: #fff url(../img/bg-concept-box.png) no-repeat top center;
	padding: 40px 25px;
	margin-top: 92px;
	color: #ffffff;
}
.concept__box-upper {
	margin-bottom: 48px;
	text-align: center;
}
.concept__box-upper-title {
	font-size: 26px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 58px;
	position: relative;
	display: inline-block;
	padding: 0 45px;
}
.concept__box-upper-title::after, .concept__box-upper-title::before {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	width: 40px;
	height: 1px;
	background-color: #ffffff;
}
.concept__box-upper-title::after {
	left: 0;
}
.concept__box-upper-title::before {
	right: 0;
}
.concept__box-upper-text {
	font-size: 18px;
	line-height: 32px;
	text-align: left;
	margin-left: clamp(0px, 4.5vw, 63px);
	letter-spacing: 2px;
}
.concept__box-list {
	display: flex;
	justify-content: space-between;
	gap: clamp(10px, 2.85vw, 40px);
}
@media (min-width: 1400px) {
	.concept {
		padding: 130px clamp(20px, 7.1vw, 100px) 106px;
	}
	.concept__box {
		padding: 76px clamp(20px, 5.7vw, 80px) 99px;
	}
}
@media (max-width: 719px) {
	.concept {
		background: #fff url(../img/bg-concept-sp.png) no-repeat top center;
		background-size: 100% auto;
		padding: 60px 25px 28px;
	}
	.concept .heading {
		margin-left: 0;
	}
	.concept__content {
		margin-top: 145px;
	}
	.concept__title {
		font-size: 19px;
		margin-top: 40px;
		margin-left: 0;
	}
	.concept__text {
		font-size: 14px;
		line-height: 1.71;
		margin-top: 18px;
		margin-left: 0;
	}
	.concept__box {
		margin-top: 54px;
		padding: 42px 25px 70px;
		margin-left: -25px;
		margin-right: -25px;
		background: #fff url(../img/bg-concept-box-sp.png) no-repeat top center;
		background-size: cover;
	}
	.concept__box-upper {
		margin-bottom: 53px;
	}
	.concept__box-upper-title {
		font-size: 19px;
		margin-bottom: 30px;
	}
	.concept__box-upper-title::after, .concept__box-upper-title::before {
		width: 30px;
	}
	.concept__box-upper-text {
		font-size: 14px;
		line-height: 1.4;
		margin-left: 0;
	}
	.concept__box-list {
		flex-direction: column;
		gap: 20px;
		padding: 0 20px;
	}
	.concept__box-list img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 1024px) {
	.concept__box-upper-text {
		margin-left: 0;
	}
	.concept .heading, .concept__title, .concept__text {
		margin-left: 0;
	}
}
.box {
	text-align: center;
	font-size: 17px;
	line-height: 29px;
}
.box__image {
	margin-bottom: 18px;
	box-shadow: -1.41px 1.41px 9px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 719px) {
	.box {
		font-size: 18px;
		font-family: "Zen Old Mincho", serif;
	}
	.box__image {
		margin-bottom: 14px;
	}
	.box:last-child {
		letter-spacing: -2px;
	}
}
.main > .space {
	max-width: none;
	padding: 0 0 118px;
}
@media screen and (max-width: 960px) {
	.main > .space {
		padding-bottom: 50px;
	}
}
.space {
	font-family: "Zen Old Mincho", serif;
	background-color: #ffffff;
}
.space__feature {
	margin-top: 169px;
}
.space__feature-item {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: clamp(20px, 6.43vw, 90px);
	box-sizing: border-box;
}
.space__feature-item:nth-of-type(1) .space__feature-image {
	height: 535px;
	flex: 1;
}
.space__feature-item:nth-of-type(1) .space__feature-content {
	flex-basis: 52.85%;
	text-align: right;
	padding-left: 20px;
}
.space__feature-item:nth-of-type(2) {
	flex-direction: row-reverse;
}
.space__feature-item:nth-of-type(2) .space__feature-image {
	height: 625px;
	flex: 1;
	margin-top: -48px;
}
.space__feature-item:nth-of-type(2) .space__feature-content {
	flex-basis: 49.65%;
	text-align: left;
	margin-top: 112px;
	padding-right: 20px;
}
.space__feature-item:nth-of-type(2) .space__feature-text {
	margin-top: 27px;
}
.space__feature-item:nth-of-type(3) .space__feature-image {
	height: 495px;
	flex: 1;
	margin-top: -52px;
}
.space__feature-item:nth-of-type(3) .space__feature-content {
	flex-basis: 53.5%;
	text-align: right;
	margin-top: 123px;
	padding-left: 20px;
}
.space__feature-item:nth-of-type(3) .space__feature-text {
	margin-top: 26px;
}
.space__feature-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.space__feature-title {
	font-size: 34px;
	line-height: 44px;
}
.space__feature-text {
	font-size: 20px;
	line-height: 2.2;
	margin-top: 50px;
}
@media screen and (max-width: 960px) {
	.space {
		padding-bottom: 50px;
	}
	.space__feature {
		margin-top: 49px;
	}
	.space .space__feature-content {
		margin-top: 0;
	}
	.space__feature-item {
		flex-direction: column;
		align-items: initial;
		gap: 28px;
	}
	.space__feature-item:nth-of-type(1), .space__feature-item:nth-of-type(3) {
		align-items: flex-end;
	}
	.space__feature-item:nth-of-type(1) .space__feature-image, .space__feature-item:nth-of-type(3) .space__feature-image {
		height: auto;
		margin-top: 0;
		flex-shrink: 0;
	}
	.space__feature-item:nth-of-type(1) .space__feature-content, .space__feature-item:nth-of-type(3) .space__feature-content {
		flex-basis: 100%;
		margin-top: 0;
	}
	.space__feature-item:nth-of-type(1) .space__feature-image {
		max-width: 76.3%;
	}
	.space__feature-item:nth-of-type(2) {
		flex-direction: column;
		align-items: flex-start;
	}
	.space__feature-item:nth-of-type(2) .space__feature-image {
		height: auto;
		margin-top: 0;
		flex-shrink: 0;
		max-width: 82%;
	}
	.space__feature-item:nth-of-type(2) .space__feature-content {
		flex-basis: 100%;
		margin-top: 0;
	}
	.space__feature-item:nth-of-type(2) .space__feature-text {
		margin-top: 17px;
	}
	.space__feature-item:nth-of-type(3) .space__feature-image {
		max-width: 75%;
	}
	.space__feature-item:nth-of-type(3) .space__feature-text {
		margin-top: 14px;
		letter-spacing: -0.5px;
	}
	.space__feature-item + .space__feature-item {
		margin-top: 48px;
	}
	.space__feature-content {
		padding: 0 25px;
		text-align: right;
	}
	.space__feature-title {
		font-size: 25px;
		line-height: 1.36;
	}
	.space__feature-text {
		font-size: 14px;
		line-height: 1.86;
		margin-top: 20px;
	}
}
.main-slider {
	width: 100%;
	margin-top: 40px;
}
.main-slider .swiper-slide {
	max-width: clamp(335px, 80vw, 900px);
	position: relative;
	aspect-ratio: 3/2;
}
.main-slider .swiper-slide:after {
	content: "";
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-slider .swiper-slide.swiper-slide-active::after {
	background-color: rgba(0, 0, 0, 0);
}
.main-slider img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.main-slider .main-prev, .main-slider .main-next {
	color: transparent;
	background: url(../img/icon-arrow.png) no-repeat center center;
}
.main-slider .main-prev {
	left: clamp(20px, 14vw, 50vw - 517px);
}
.main-slider .main-next {
	transform: rotate(180deg);
	right: clamp(20px, 14vw, 50vw - 517px);
}
@media (min-width: 1400px) {
	.main-slider {
		margin-top: 84px;
	}
}
@media (max-width: 719px) {
	.main-slider .swiper-slide {
		max-width: calc(100% - 50px);
		aspect-ratio: 3/2;
	}
	.main-slider .main-prev {
		left: -1px;
		background-size: 12px;
	}
	.main-slider .main-next {
		right: -1px;
		background-size: 12px;
	}
}
.thumb-slider {
	position: relative;
	max-width: 1150px;
	padding: 0 25px;
	margin: 0 auto;
	margin-top: 41px;
	overflow: hidden;
}
.thumb-slider .swiper {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	box-sizing: border-box;
}
.thumb-slider .thumb-prev, .thumb-slider .thumb-next {
	color: transparent;
	background: url(../img/icon-arrow-black.png) no-repeat center center;
	z-index: 1;
}
.thumb-slider .thumb-prev {
	left: -5px;
}
.thumb-slider .thumb-next {
	transform: rotate(180deg);
	right: -5px;
}
@media (max-width: 719px) {
	.thumb-slider {
		margin-top: 20px;
		padding: 0;
	}
	.thumb-slider .swiper {
		max-width: calc(100% - 24px);
	}
	.thumb-slider .thumb-prev {
		left: -8px;
		background-size: 6px auto;
	}
	.thumb-slider .thumb-next {
		right: -7px;
		background-size: 6px auto;
	}
}
.thumb-slider .swiper-slide {
	width: auto;
	cursor: pointer;
	transition: opacity 0.3s ease;
	max-width: 230px;
	aspect-ratio: 230/185;
	position: relative;
}
.thumb-slider .swiper-slide:after {
	content: "";
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.thumb-slider .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.thumb-slider .swiper-slide.swiper-slide-thumb-active::after {
	background-color: rgba(0, 0, 0, 0);
}
.main > .garage {
	max-width: none;
	padding: 0;
	padding: 80px 0 104px;
}
@media screen and (max-width: 960px) {
	.main > .garage {
		padding: 30px 0 36px;
	}
}
.garage {
	background-color: #eaeaea;
	font-family: "Zen Old Mincho", serif;
}
.garage img {
	max-width: 100%;
	height: auto;
}
.garage__list {
	max-width: 1250px;
	margin: 59px auto 0;
	padding: 0 25px;
}
.garage__content {
	padding: 45px 0 55px clamp(20px, 4.3vw, 60px);
	flex: 1;
}
.garage__image {
	max-width: 54.1666667%;
}
.garage__title {
	font-size: 30px;
	line-height: 37px;
	font-family: "Zen Old Mincho", serif;
	margin-bottom: 73px;
}
.garage__description {
	font-size: 18px;
	line-height: 2;
	position: relative;
}
.garage__description:after {
	content: "";
	display: block;
	width: calc(100% + 130px);
	transform: translate(-130px);
	height: 1px;
	background-color: #000000;
	position: absolute;
	top: -39px;
}
.garage__description:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-color: #000000;
	position: absolute;
	top: -41.5px;
	left: -130px;
	border-radius: 50%;
}
.garage__notes {
	font-size: 13px;
	line-height: 36px;
	margin-top: 6px;
}
.garage__item {
	display: flex;
}
.garage__item:nth-of-type(even) {
	flex-direction: row-reverse;
}
.garage__item:nth-of-type(even) .garage__content {
	padding-left: 0;
}
.garage__item:nth-of-type(even) .garage__description:after {
	transform: translate(0);
	width: calc(100% + 70px);
}
.garage__item:nth-of-type(even) .garage__description:before {
	left: auto;
	right: -70px;
}
@media screen and (max-width: 960px) {
	.garage {
		padding: 30px 0 36px;
	}
	.garage__list {
		margin: 40px auto;
		padding: 0 25px;
	}
	.garage__content {
		padding: 0 45px 0 0;
		position: relative;
	}
	.garage__image {
		max-width: 100%;
	}
	.garage__item {
		flex-direction: column;
		align-items: center;
		gap: 26px;
	}
	.garage__item:nth-of-type(even) {
		flex-direction: column;
	}
	.garage__item:nth-of-type(even) .garage__content {
		padding-left: 45px;
		padding-right: 0;
	}
	.garage__item:nth-of-type(even) .garage__description:before {
		left: 18px;
	}
	.garage__item:nth-of-type(even) .garage__description:after {
		width: 1px;
		height: calc(100% + 55px);
		transform: none;
		left: 20px;
		top: -55px;
	}
	.garage__item + .garage__item {
		margin-top: 56px;
	}
	.garage__title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.garage__description {
		font-size: 14px;
		line-height: 1.86;
		position: initial;
	}
	.garage__description:before {
		top: -55px;
		left: auto;
		right: 17px;
		width: 5px;
		height: 5px;
	}
	.garage__description:after {
		width: 1px;
		height: calc(100% + 55px);
		transform: none;
		left: auto;
		right: 19px;
		top: -55px;
	}
	.garage__notes {
		font-size: 12px;
		margin-top: 12px;
	}
}
.property {
	font-family: "Zen Old Mincho", serif;
	background-color: #f3f3f3;
	padding: 110px 0 103px;
}
.property .heading {
	margin-bottom: 89px;
}
.property__inner {
	display: flex;
	max-width: 1080px;
	margin: 0 auto;
}
.property__image {
	text-align: center;
	margin-top: 60px;
	padding: 0 25px;
}
.property__info {
	flex: 1;
	margin-top: -5px;
	font-size: 15px;
	line-height: 28px;
}
.property__info th {
	text-align: left;
	white-space: nowrap;
	padding: 8px 20px 8px 0;
	vertical-align: top;
}
.property__info td {
	vertical-align: top;
	padding: 8px 20px 8px 0;
}
.property__bg img {
	width: 100%;
	max-height: 845px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
@media screen and (max-width: 960px) {
	.property {
		padding: 35px 0 60px;
	}
	.property .heading {
		margin-bottom: 45px;
	}
	.property__inner {
		flex-direction: column;
		padding: 0 25px;
		gap: 0;
	}
	.property__image {
		margin-top: 30px;
	}
	.property__info {
		padding-left: 0;
		margin-top: 0;
		font-size: 13px;
		line-height: 20px;
	}
	.property__info th {
		padding: 8px 10px 8px 0;
		min-width: 100px;
	}
	.property__info td {
		padding: 8px 0px 8px 0;
	}
	.property__bg img {
		max-height: 450px;
	}
}
.main > .activity {
	max-width: none;
	padding: 0;
	padding: 127px 0 70px;
}
@media screen and (max-width: 959px) {
	.main > .activity {
		padding: 35px 0 55px;
	}
}
.activity {
	position: relative;
	font-family: "Zen Old Mincho", serif;
	background-color: #ffffff;
}
.activity__inner {
	display: flex;
	max-width: 1400px;
	box-sizing: border-box;
	margin: 0 auto;
}
.activity__content {
	flex: 1;
	width: 100%;
}
.activity__content-text {
	padding-right: 20px;
	padding-left: 25px;
	margin-left: 33px;
}
.activity__title {
	font-size: 32px;
	line-height: 1.5625;
	margin-top: 30px;
}
.activity__text {
	font-size: 18px;
	line-height: 2;
	margin-top: 55px;
}
.activity__image {
	text-align: right;
	display: flex;
	flex-direction: column;
	gap: 86px;
	margin-top: 29px;
	max-width: 50%;
}
.activity__image-item:first-child {
	margin-right: 70px;
}
.activity__thumbs {
	display: flex;
	gap: 73px;
	align-items: flex-end;
	margin-top: 76px;
	padding-right: 20px;
}
.activity__thumbs-item:last-child {
	margin-bottom: -57px;
}
@media (min-width: 1200px) {
	.activity__content-text {
		padding-left: 100px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 960px) {
	.activity__content-text {
		padding-left: 25px;
		padding-right: 25px;
	}
	.activity__image {
		max-width: 45%;
	}
}
@media screen and (max-width: 959px) {
	.activity {
		padding: 35px 0 55px;
	}
	.activity .heading {
		text-align: center;
	}
	.activity .heading__subtitle::after {
		left: 50%;
		transform: translateX(-50%);
	}
	.activity__title {
		font-size: 22px;
		line-height: 1.32;
		text-align: left;
		letter-spacing: -0.5px;
		margin-top: 39px;
	}
	.activity__inner {
		flex-direction: column;
		align-items: center;
		padding: 0 25px;
	}
	.activity__content-text {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
	}
	.activity__text {
		font-size: 14px;
		line-height: 1.86;
		margin-top: 21px;
		letter-spacing: -0.5px;
	}
	.activity__image {
		align-items: center;
		flex-direction: row;
		gap: 20px;
		margin-left: -25px;
		margin-right: -25px;
		margin-top: 44px;
		max-width: none;
	}
	.activity__image-item:first-child {
		margin-right: 0;
		flex-shrink: 0;
		max-width: 35.6%;
		margin-top: 52px;
	}
	.activity__thumbs {
		margin-top: 40px;
		display: none;
	}
}
.main > .access {
	max-width: none;
	padding: 70px 0 106px;
}
@media (max-width: 719px) {
	.main > .access {
		padding: 30px 0 62px;
	}
}
.access {
	font-family: "Zen Old Mincho", serif;
	padding: 70px 0 106px;
	background-color: #ffffff;
}
.access__inner {
	margin-top: 80px;
	display: flex;
	gap: clamp(25px, 5.3vw, 76px);
}
.access__map {
	max-width: 53.3%;
	flex: 1;
}
.access__map img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.access__map .access__map-wrapper {
	position: relative;
	width: 100%;
	padding-top: 93.8337801609%;
	/* ≈93.82% */
	overflow: hidden;
	height: 0;
}
.access__map .access__map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.access__info {
	flex: 1;
	margin-top: 80px;
	padding-right: clamp(25px, 7.15vw, 100px);
}
.access__info-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	position: relative;
}
.access__info-title > span {
	background-color: #ffffff;
	padding-right: 20px;
	position: relative;
	z-index: 1;
}
.access__info-title::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #d6d6d6;
	z-index: 0;
}
.access__info-text {
	font-size: 15px;
	line-height: 2.0666666667;
	margin-top: 29px;
}
.access__info-item:first-child .access__info-text {
	line-height: 2.4;
	margin-top: 13px;
}
.access__info-item:nth-child(2) {
	margin-top: 42px;
}
.access__info-item:nth-child(3) {
	margin-top: 59px;
}
.access .btn {
	display: inline-block;
	padding: 15px 70px 17px 60px;
	border: 1px solid #000000;
	background: #fff url("../img/icon-next.png") no-repeat 89% center;
	margin-top: 97px;
	font-size: 17px;
	font-family: "EB Garamond", serif;
	letter-spacing: 0.07em;
}
@media (max-width: 719px) {
	.access {
		padding: 30px 0 62px;
	}
	.access .heading {
		margin-bottom: 40px;
	}
	.access__inner {
		flex-direction: column;
		gap: 42px;
		margin-top: 40px;
	}
	.access__map {
		max-width: 100%;
	}
	.access__info {
		padding: 0 25px;
		margin-top: 0;
	}
	.access__info-title {
		font-size: 17px;
		line-height: 22px;
	}
	.access__info-text {
		font-size: 14px;
		line-height: 1.6428571429;
		margin-top: 9px;
	}
	.access__info-item:first-child .access__info-text {
		margin-top: 6px;
	}
	.access__info-item:nth-child(2) {
		margin-top: 25px;
	}
	.access__info-item:nth-child(3) {
		margin-top: 30px;
	}
	.access__info-item:nth-child(3) .access__info-text {
		margin-top: 12px;
	}
	.access .btn {
		width: 100%;
		max-width: 208px;
		text-align: center;
		padding: 16px 0;
		margin-top: 28px;
	}
}
.clt {
	background-color: #f3f3f3;
	font-family: "Zen Old Mincho", serif;
	padding: 40px 0;
	margin-bottom: -2rem;
}
.clt .heading .heading__title {
	font-size: 45px;
	position: relative;
	padding-bottom: 12px;
}
.clt .heading .heading__title:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	display: block;
	width: 43px;
	height: 1px;
	background-color: #747474;
}
.clt__inner {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 25px;
}
.clt__intro {
	max-width: 834px;
	margin: 40px auto 80px;
	display: grid;
	grid-template-columns: auto auto;
	gap: clamp(15px, 3.4vw, 47px);
	font-size: 18px;
	line-height: 2;
}
.clt__feature-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-moz-column-gap: clamp(25px, 4.3vw, 60px);
	column-gap: clamp(25px, 4.3vw, 60px);
	row-gap: 26px;
	margin-top: 40px;
}
.clt__feature-heading {
	font-size: 31px;
	line-height: 35px;
	text-align: center;
	position: relative;
}
.clt__feature-heading::before {
	content: "";
	position: absolute;
	top: -37px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #918263;
}
.clt__feature-title {
	font-size: 22px;
	line-height: 29px;
	margin-bottom: 16px;
}
.clt__feature-description {
	font-size: 16px;
	line-height: 29px;
	color: #686868;
}
.clt__feature-image {
	margin-bottom: 27px;
	aspect-ratio: 570/267;
}
.clt__feature-image img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}
.clt__feature-notes {
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	margin-top: 95px;
	padding-top: 45px;
	border-top: 1px solid #dcdcdc;
	max-width: 662px;
	margin-left: auto;
	margin-right: auto;
}
.clt__feature-notes > span {
	margin-right: -15px;
}
@media (min-width: 1400px) {
	.clt {
		padding: 106px 0 111px;
	}
	.clt__intro {
		margin: 100px auto 120px;
	}
	.clt__feature-list {
		margin-top: 81px;
	}
}
@media (max-width: 719px) {
	.clt {
		padding: 52px 25px 45px;
	}
	.clt .heading .heading__title {
		font-size: 35px;
	}
	.clt .heading .heading__title:after {
		width: 30px;
		bottom: 17px;
	}
	.clt__inner {
		padding: 0;
	}
	.clt__intro {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		margin-top: 28px;
		font-size: 14px;
		line-height: 1.86;
		margin-bottom: 64px;
	}
	.clt .clt__image img {
		max-width: 100%;
	}
	.clt__feature-list {
		grid-template-columns: 1fr;
		margin-top: 36px;
	}
	.clt__feature-heading {
		font-size: 22px;
	}
	.clt__feature-heading:before {
		top: -19px;
		width: 8px;
		height: 8px;
	}
	.clt__feature-image {
		margin-bottom: 15px;
	}
	.clt__feature-title {
		font-size: 17px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.clt__feature-description {
		font-size: 14px;
		line-height: 1.5;
	}
	.clt__feature-notes {
		margin-top: 38px;
		padding-top: 38px;
		font-size: 17px;
		line-height: 1.5;
	}
	.clt__feature-notes > span {
		margin-right: -10px;
	}
}