@charset "UTF-8";
/* ---------------

   サービスページ

   --------------- */


/* .p-land-mv
-------------------------------------------------- */
/*.custom-shape-divider-bottom-1719215705 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 10;
}

.custom-shape-divider-bottom-1719215705 svg {
    position: relative;
    display: block;
    width: calc(160% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1719215705 .shape-fill {
    fill: #FFFFFF;
}*/
.p-land-mv__figure {
  text-align: center;
}
.p-carousel__wrap {
  position: relative;
  z-index: 0;
}
.p-land-mv .splide-controller {
  margin-top: 0;
}
.p-land-mv .splide__pagination {
  flex-direction: column;
  gap: 8px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
}
.p-land-mv .splide__pagination__page {
  width: 8px;
  height: 8px;
  cursor: pointer;
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
  border-radius: 50%;
}
.p-land-mv .splide__pagination__page.is-active {
  width: 8px;
  background-color: var(--color-theme);
}
.p-land-mv__text {
  font-size: clamp(0.625rem, 0.573rem + 0.22vw, 0.75rem);
  color: #666;
  text-align: right;
  margin-block-start: 16px;
  margin-inline: clamp(24px, 0.464rem + 4.42vw, 64px);
}
:root {
 --easing: cubic-bezier(0.2, 1, 0.2, 1);
 --transition: 0.8s var(--easing);
 --color-base: #0c1210;
 --color-gray: #d6d7dc;
 --color-theme: #4c5158;
 --color-theme-darken: #6e8f00;
 --color-text: #adbdb7;
 --box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #fff;
 --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.08), -1rem -1rem 1.5rem #fff;
 --box-shadow-inset: inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), inset -0.8rem -0.8rem 1.2rem #fff;
 --box-shadow-dark: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.1), -0.8rem -0.8rem 1.2rem rgba(#fff, 0.2);
}
/* slider */
.slide-media {
  position: relative;
  overflow: hidden;
}
.slide-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide {
  z-index: 0;
}
/* 前へ / 次へボタン */
.splide__arrow--prev, .splide__arrow--next {
  display: none;
  place-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: var(--transition);
  background-color: var(--color-theme-darken);
  border-radius: 50%;
}
.splide__arrow--prev::after, .splide__arrow--next::after {
  width: 10px;
  height: 10px;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}
.splide__arrow--prev::after {
  margin-left: 0.2rem;
  transform: rotate(-135deg);
}
.splide__arrow--next::after {
  margin-right: 0.2rem;
  transform: rotate(45deg);
}
.splide__arrow:disabled {
  pointer-events: none;
  opacity: 0;
}
.splide__arrow:focus-visible {
 outline: 3px solid rgba(180, 233, 0, 0.8);
 outline-offset: 3px;
 z-index: 1;
 transition: none;
}
.splide__pagination {
  font-size: 0;
}
.splide__pagination__page:focus-visible {
 outline: 3px solid rgba(180, 233, 0, 0.8);
 outline-offset: 3px;
 z-index: 1;
 transition: none;
}
.splide__slide:focus-visible {
 outline: 3px solid rgba(180, 233, 0, 0.8);
 outline-offset: 3px;
 z-index: 1;
 transition: none;
}
.splide-wrapper {
  position: relative;
}
.splide__arrow>svg {
  display: none;
}
.p-land-mv {
  overflow: hidden;
  padding-top: clamp(40px, 1.878rem + 2.65vw, 64px);
}
.p-land-mv .splide-a:not(.is-active) .splide__track {
  overflow: visible;
}
.p-land-mv .splide__track {
  overflow: visible;
}
.p-land-mv .splide__arrow--prev, .p-land-mv .splide__arrow--next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-land-mv .splide__arrow--prev::before, .p-land-mv .splide__arrow--next::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--box-shadow-dark);
  box-shadow: var(--box-shadow-dark);
}
.p-land-mv .splide__arrow--prev::after, .p-land-mv .splide__arrow--next::after {
  border-color: #fff;
}
.p-land-mv .splide__arrow--prev {
  right: calc(100% - 1.6rem);
}
.p-land-mv .splide__arrow--next {
  left: calc(100% - 1.6rem);
}
.p-land-mv .splide-a:not(.is-active) {
  padding: 0;
}
.p-land-mv .splide-a:not(.is-active) .splide__arrow--prev, .p-land-mv .splide-a:not(.is-active) .splide__arrow--next {
  display: none;
}
.p-land-mv .splide-a:not(.is-active) .splide__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.p-land-mv .slide {
  overflow: hidden;
  border-radius: 4px;
}
.p-land-mv .slide-media {
  padding-top: 62.5%;
}
.p-land-mv .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}
.p-land-mv .slide-content {
  background-color: #3c3c3c;
  padding: 3.2rem;
}
.p-land-mv .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}
.p-land-mv .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}
.p-feature__title + .p-feature__text {
  margin-top: clamp(16px, 0.793rem + 0.88vw, 24px);
}
.p-feature__text p + p, .p-feature__text p + ul, .p-feature__text ul + p {
  margin-top: 1rem;
}
.p-feature__text ul {
  list-style-type: disc;
  padding-inline-start: 1.2rem;
}
.p-feature__text ul li:not(:first-of-type) {
  margin-block-start: 8px;
}
.p-base__list {
  border-bottom: 1px solid #dadbdb;
}
.p-base__item {
  border-top: 1px solid #dadbdb;
  padding: clamp(16px, 0.586rem + 1.77vw, 32px) 0 clamp(16px, 0.586rem + 1.77vw, 32px) clamp(32px, 1.896rem + 0.44vw, 36px);
  position: relative;
}
.p-base__item:before, .p-base__item:after {
  content: "";
  display: block;
  position: absolute;
}
.p-base__item:before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #4c5158;
  top: clamp(16px, 0.586rem + 1.77vw, 32px);
  left: 0;
}
.p-base__item:after {
  border-left: 2px solid #4c5158;
  border-bottom: 2px solid #4c5158;
  width: 10px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(clamp(16px, 0.586rem + 1.77vw, 32px) + 7px);
  left: 7px;
}
@media only screen and (max-width: 1024px) {
.pc {
  display: none !important;
}
.p-land-mv .splide__track {
  padding: 0 3.2rem;
}
.p-land-mv .splide__arrow--prev {
  right: calc(100% - 4rem);
}
.p-land-mv .splide__arrow--next {
  left: calc(100% - 4rem);
}
}
/* .l-main
-------------------------------------------------- */
.p-land-head {
  margin-top: clamp(64px, 3.171rem + 3.54vw, 96px);
}
.-flex.p-land-label__list {
  display: flex;
  gap: 12px;
}
.p-land-label__item {
  background-color: #4c5158;
  color: #fff;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 4px;
  font-size: clamp(0.875rem, 0.823rem + 0.22vw, 1rem);
  vertical-align: middle;
  font-weight: normal;
}
.-sale.p-land-label__item {
  background-color: #e60012;
}
.p-land-head__title {
  margin-top: 8px;
}
.p-land-head__title span {
  display: inline-block;
}
.p-land-date {
  margin-top: 24px;
}
.-bg.p-land-date {
  background-color: #f1f1f2;
  border-radius: 8px;
  padding: clamp(16px, 0.793rem + 0.88vw, 24px) clamp(24px, 1.293rem + 0.88vw, 32px);
  display: inline-block;
}
.-flex.p-land-date__list {
  display: flex;
  flex-direction: column;
}
.p-land-date__item {
}
.p-land-date__item:not(:last-of-type) {
  border-bottom: solid 1px #dadbdb;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.-flex.p-land-date__unit {
  display: flex;
  gap: 8px;
}
.p-land-tag {
  margin-top: 16px;
}
.-flex.p-land-tag__list {
  display: flex;
  flex-wrap: wrap;
}
.p-land-tag__item {
  position: relative;
}
.p-land-tag__item:not(:last-of-type) {
  margin-right: 8px;
}
.p-land-tag__item:not(:last-of-type)::after {
  content: '/';
  margin-left: 8px;
}
.p-land-mv {
  margin: /*clamp(40px, 1.878rem + 2.65vw, 64px)*/ 0 calc(50% - 50vw);
  position: relative;
}
.p-outline__table th, .p-outline__table td {
  display: table-cell;
  border-top: 1px solid #dbdcde;
  padding: clamp(16px, 0.793rem + 0.88vw, 24px);
}
.p-outline__table th {
  border-top: 1px solid #4c5158;
  width: 32%;
}
.p-outline__table tr:last-of-type th {
  border-bottom: 1px solid #4c5158;
}
tr:has(> th[scope="row"]) li {
  list-style: disc;
}
td[colspan="2"][scope="row"] dl {
  display: flex;
}
td[colspan="2"][scope="row"] dt {
  font-weight: normal;
}
td[colspan="2"][scope="row"] li:not(:first-of-type) {
  margin-block-start: 4px;
}
.p-outline__text {
  margin-top: 24px;
}
.p-life-head {
  margin-top: clamp(16px, 0.793rem + 0.88vw, 24px);
}
.p-life-head__title {
  font-size: clamp(1rem, 0.896rem + 0.44vw, 1.25rem);
}
@media screen and (min-width: 520px) {
}
@media screen and (min-width: 600px) {
.-bg.p-land-date {
  background-color: #f1f1f2;
  border-radius: 8px;
  padding: clamp(16px, 0.793rem + 0.88vw, 24px) clamp(24px, 1.293rem + 0.88vw, 32px);
  display: inline-block;
}
.-flex.p-land-date__list {
  flex-direction: row;
  gap: 0;
}
.p-land-date__item:not(:last-of-type) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: solid 1px #dadbdb;
  padding-right: 24px;
  margin-right: 24px;
}
.-flex.p-land-date__unit {
  flex-direction: column;
}
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 960px) {
.p-land-mv .p-land-mv__carousel:not(.is-active) .-flex.p-land-mv__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.p-land-mv__slide {
  flex-basis: calc((100% - 40px) / 2);
}
.p-land-mv__text {
  text-align: revert;
  margin-inline: revert;
}
.-grid.p-plot-section__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
}
@media screen and (min-width: 1280px) {
.p-land-mv {
  margin: 0;
}
.-land.l-side-nav {
  padding-top: clamp(40px, 1.878rem + 2.65vw, 64px);
}
.-bg.p-land-date {
  display: none;
}
.l-side-nav > .-bg.p-land-date {
  display: block;
}
.p-land-date {
  margin-top: 56px;
}
.-bg.p-land-date {
  background-color: #f1f1f2;
  border-radius: 8px;
  padding: clamp(16px, 0.793rem + 0.88vw, 24px) clamp(24px, 1.293rem + 0.88vw, 32px);
}
.-flex.p-land-date__list {
  flex-direction: column;
}
.p-land-date__item:not(:last-of-type) {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  border-bottom: solid 1px #dadbdb;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.p-gift {
  margin-top: 40px;
}
}


/* WordPress compatibility layer (migrated from assets/css/theme.css). */
:root {
	--land-ink: #42464f;
	--land-ink-deep: #252933;
	--land-muted: #6b7078;
	--land-line: #dfe1e4;
	--land-soft: #f4f5f5;
	--land-paper: #fff;
	--land-red: #e60024;
	--land-red-dark: #b9001c;
	--land-orange: #d93405;
	--land-green: #83c958;
	--land-footer: #4d525d;
	--land-shell: 1440px;
	--land-gutter: clamp(20px, 4vw, 64px);
	--land-shadow: 0 20px 50px rgb(32 37 44 / 10%);
	--land-radius: 4px;
}

:where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid #1769aa;
	outline-offset: 4px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.c-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	padding: 10px 16px;
	background: var(--land-ink-deep);
	color: #fff;
	font-weight: 700;
	transform: translateY(-160%);
	transition: transform 0.2s ease;
}

.c-skip-link:focus {
	transform: translateY(0);
}

.c-heading-3__en {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 10px;
	color: var(--land-ink);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.c-heading-3__en span {
	width: 8px;
	height: 8px;
	background: var(--land-red);
	border-radius: 50%;
}

.c-heading-3__en.-light {
	color: #fff;
}

.c-heading-3__en.-light span {
	background: var(--land-green);
}

a.c-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 58px;
	padding: 13px 30px;
	background: var(--land-orange);
	border: 2px solid var(--land-orange);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgb(239 61 11 / 16%);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

a.c-button:hover {
	background: var(--land-red-dark);
	border-color: var(--land-red-dark);
	transform: translateY(-2px);
}

a.c-button.-outline {
	background: transparent;
	border-color: var(--land-ink);
	box-shadow: none;
	color: var(--land-ink);
}

a.c-button.-outline:hover {
	background: var(--land-ink);
	border-color: var(--land-ink);
	color: #fff;
}

a.c-button .c-arrow,
.c-pagination .c-arrow {
	position: relative;
	display: inline-block;
	flex: 0 0 auto;
	width: 18px;
	height: 12px;
	color: currentColor;
}

a.c-button .c-arrow::before,
a.c-button .c-arrow::after,
.c-pagination .c-arrow::before,
.c-pagination .c-arrow::after {
	position: absolute;
	content: "";
}

a.c-button .c-arrow::before,
.c-pagination .c-arrow::before {
	top: 50%;
	right: 0;
	left: 0;
	height: 2px;
	background: currentColor;
	transform: translateY(-50%);
}

a.c-button .c-arrow::after,
.c-pagination .c-arrow::after {
	top: 50%;
	right: 1px;
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}

a.c-button .c-arrow.-previous::after,
.c-pagination .c-arrow.-previous::after {
	right: auto;
	left: 1px;
	transform: translateY(-50%) rotate(-135deg);
}

.c-icon.-external {
	display: inline-block;
	flex: 0 0 auto;
	width: 1.25em;
	height: 1.25em;
	background: currentColor;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-image: var(--land-icon-external);
	mask-image: var(--land-icon-external);
}

.p-estate {
	margin-block-start: clamp(32px, 1.793rem + 0.88vw, 40px);
}

.-flex.p-estate__list {
	display: flex;
	flex-direction: column;
	gap: 56px;
	padding: 0;
	margin: 0;
}

.p-estate__post {
	position: relative;
	min-width: 0;
	overflow: hidden;
}

.p-estate-figure {
	position: relative;
	z-index: 0;
	margin: 0;
}

.p-estate-figure__image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 3 / 2;
}

.p-estate-figure__image.-drawing {
	background: #fff;
	object-fit: contain;
}

.p-estate-label,
.p-estate-figure__address {
	position: absolute;
	z-index: 1;
}

.p-estate-label {
	bottom: 16px;
	left: 16px;
}

.-flex.p-estate-label__list {
	display: flex;
	gap: 1px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.p-estate-label__item {
	display: inline-block;
	padding-block: 2px;
	padding-inline: 12px;
	background: #4c5158;
	color: #fff;
	font-size: clamp(0.75rem, 0.698rem + 0.22vw, 0.875rem);
	vertical-align: middle;
}

.-sale.p-estate-label__item {
	background: #e60012;
}

.-signed.p-estate-label__item {
	background: #a65400;
}

.-close.p-estate-label__item {
	background: #686d75;
}

.p-land-label__item.-applied {
	background: #a65400;
}

.p-land-label__item.-contracted {
	background: #686d75;
}

.p-estate-figure__address {
	top: 0;
	right: 0;
	max-width: 78%;
	padding-block: 8px;
	padding-block-start: 6px;
	padding-inline: 16px;
	background: #fff;
	border-bottom-left-radius: 4px;
	color: #4c5158;
	font-size: clamp(0.75rem, 0.698rem + 0.22vw, 0.875rem);
	font-weight: 700;
}

.-flex.p-estate__content {
	display: flex;
	flex-direction: column;
}

.p-estate-head {
	order: 2;
	margin-block-start: 16px;
}

.p-estate-head__title {
	min-width: 0;
	margin: 0;
	overflow: hidden;
}

a.p-estate__link {
	font-size: clamp(1.125rem, 0.97rem + 0.66vw, 1.5rem);
}

a.p-estate__link[href]::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.p-estate__link.-close::after,
.p-estate__link.-signed::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: grid;
	place-content: center;
	width: 100%;
	height: 100%;
	margin: auto;
	background: rgb(76 81 88 / 64%);
	color: #fff;
	font-size: clamp(1.125rem, 0.97rem + 0.66vw, 1.5rem);
	font-weight: 700;
	pointer-events: none;
}

.p-estate__link.-close::after {
	content: "契約済";
}

.p-estate__link.-signed::after {
	content: "申し込み有";
}

.p-estate-tag {
	order: 1;
	margin-block-start: clamp(16px, 0.793rem + 0.88vw, 24px);
}

.-flex.p-estate-tag__list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

.p-estate-tag__item {
	padding-block: 4px;
	background: #f2f2f2;
	font-size: clamp(0.75rem, 0.698rem + 0.22vw, 0.875rem);
}

.p-estate-tag__item:first-of-type {
	padding-inline-start: 10px;
}

.p-estate-tag__item:last-of-type {
	padding-inline-end: 10px;
}

.p-estate-tag__item:not(:last-of-type)::after {
	padding-inline-start: 8px;
	margin-inline-end: 8px;
	color: #ccc;
	content: "/";
}

@media screen and (min-width: 768px) {
	.-flex.p-estate__list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: clamp(32px, -0.25rem + 4.69vw, 56px);
	}

	.p-estate__post {
		flex-basis: calc((100% - (clamp(32px, -0.25rem + 4.69vw, 56px) * 2)) / 3);
	}
}
.c-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 90px;
}

.c-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	height: 46px;
	padding-inline: 12px;
	border: 1px solid var(--land-line);
	font-size: 13px;
	font-weight: 700;
}

.c-pagination .current,
.c-pagination a:hover {
	background: var(--land-ink);
	border-color: var(--land-ink);
	color: #fff;
}

.p-land-head__catch {
	margin-top: clamp(12px, 0.698rem + 0.22vw, 16px);
	color: var(--land-muted);
}

.p-land-status {
	max-width: 760px;
	padding: 20px 24px;
	margin-top: 34px;
	background: #f2f3f4;
	border-left: 5px solid #747a83;
}

.p-land-status.-applied {
	background: #fff8ed;
	border-color: #bd6711;
}

.p-land-status.-contracted {
	border-color: #747a83;
}

.p-land-status strong {
	display: block;
	margin-bottom: 3px;
	font-size: 18px;
}

.p-land-status p {
	margin: 0;
	color: var(--land-muted);
	font-size: 13px;
}

.p-map iframe {
	display: block;
	width: 100%;
	height: 520px;
	border: 0;
}

.p-land-mv__image,
.p-plot-figure__image {
	height: auto;
}

.p-plot-figure.-single {
	display: block;
}

.p-plot-figure__caption {
	margin-top: 12px;
	color: var(--land-muted);
	font-size: 12px;
	text-align: center;
}

.p-empty,
.p-error,
.p-generic {
	min-height: 55vh;
	padding-block: clamp(80px, 10vw, 160px);
}

.p-empty {
	max-width: 720px;
	text-align: left;
}

.p-empty.-compact {
	min-height: auto;
	padding: 70px;
	background: var(--land-soft);
	text-align: center;
}

.p-empty h1,
.p-empty h2 {
	font-size: clamp(28px, 4vw, 48px);
}

.p-empty .c-button {
	margin-top: 24px;
}

.p-error {
	display: grid;
	grid-template-columns: 0.75fr 1fr;
	align-items: center;
	gap: clamp(30px, 8vw, 130px);
}

.p-error__number {
	color: #eceeef;
	font-family: Arial, sans-serif;
	font-size: clamp(130px, 22vw, 340px);
	font-weight: 900;
	letter-spacing: -0.08em;
	line-height: 0.75;
}

.p-error__content h1 {
	font-size: clamp(30px, 4vw, 52px);
	line-height: 1.4;
}

.p-error__content > p:not(.c-heading-3__en) {
	max-width: 600px;
	color: var(--land-muted);
}

.p-error__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.p-generic__article {
	max-width: 940px;
	margin-inline: auto;
}

.p-generic__article h1 {
	font-size: clamp(32px, 4vw, 54px);
}

@media (max-width: 680px) {
	.p-land-status {
		padding: 18px;
		margin-top: 28px;
	}

	.p-land-status strong {
		font-size: 15px;
	}

	.p-map iframe {
		height: 360px;
	}

	.p-empty.-compact {
		padding: 45px 24px;
	}

	.p-error {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.p-error__number {
		font-size: 150px;
	}

	.p-error__actions a.c-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
