.u-desktop,
.u-pc {
	display: block;
}

.u-mobile,
.u-sp {
	display: none;
}

@font-face {
	src: url("../fonts/constantia.ttf") format("truetype");
	font-display: swap;
	font-family: "Constantia";
	font-style: normal;
	font-weight: normal;
}

body {
	color: #000;
	font-family: "Shippori Mincho", serif, sans-serif;
	padding-top: 80px;
	padding-top: 5rem;
}

html {
	scrollbar-gutter: stable;
	scroll-behavior: smooth;
}

/* ブラウザ標準のスムーススクロール */

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

address {
	font-style: normal;
}

table {
	width: 100%;
}

/* support iOS */

html {
	height: -webkit-fill-available;
	height: 100%;
}

body {
	min-height: 100vh;
	min-height: 100svh;
	min-height: -webkit-fill-available;
}

figure {
	line-height: 0;
}

img {
	height: auto;
	width: 100%;
}

.p-access__hero-title.l-page-hero__title {
	color: #000;
}

.p-access__title {
	color: #22393d;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.875;
	text-align: center;
}

.p-access__text {
	color: #22393d;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
}

.p-access-terminal {
	margin-top: 94px;
	margin-top: 5.875rem;
}

.p-access-terminal__inner.l-inner {
	max-width: 1762px;
	max-width: 110.125rem;
}

.p-access-terminal__content {
	text-align: center;
}

.p-access-terminal__text {
	margin-top: 56px;
	margin-top: 3.5rem;
}

.p-access-terminal__thumbnails {
	grid-gap: 0px 1.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-access-terminal__thumb {
	max-width: 554px;
	max-width: 34.625rem;
	position: relative;
}

.p-access-terminal__thumb-desc {
	color: #fff;
	left: 50%;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, .74);
	text-shadow: 0 0 0.625rem rgba(0, 0, 0, .74);
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.p-access-terminal__thumb-desc-title {
	font-family: "EB Garamond", serif;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	text-transform: uppercase;
}

.p-access-terminal__thumb-desc-text {
	font-family: "EB Garamond", serif;
	font-size: 54px;
	font-size: 3.375rem;
	letter-spacing: 0em;
}

.p-access-terminal__thumb-desc-text .-sm {
	font-size: 44px;
	font-size: 2.75rem;
}

.p-access-terminal__map {
	margin-inline: auto;
	margin-top: 148px;
	margin-top: 9.25rem;
	max-width: 1200px;
	max-width: 75rem;
	width: 100%;
}

.p-access-terminal__map img {
	display: block;
	height: auto;
	width: 100%;
}

.p-access-transfer {
	margin-top: 108px;
	margin-top: 6.75rem;
}

.p-access-transfer__img-top-text {
	border-bottom: 1px solid #1a1311;
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	padding-bottom: 14px;
	padding-bottom: 0.875rem;
}

.p-access-transfer__img-top-text .-sm {
	font-size: 16px;
	font-size: 1rem;
}

.p-access-transfer__img-top {
	display: block;
	margin-top: 19px;
	margin-top: 1.1875rem;
	width: 100%;
}

.p-access-transfer__title {
	margin-top: 116px;
	margin-top: 7.25rem;
}

.p-access-transfer__text {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-access-transfer__text-note {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 400;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.p-access-transfer__img-bottom {
	margin-top: 82px;
	margin-top: 5.125rem;
}

.p-access-simulation {
	margin-top: 112px;
	margin-top: 7rem;
}

.p-access-simulation img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-access-bus {
	margin-top: 143px;
	margin-top: 8.9375rem;
	padding-bottom: 224px;
	padding-bottom: 14rem;
}

.p-access-bus__text {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-access-bus img {
	margin-top: 76px;
	margin-top: 4.75rem;
}

.p-concept__hero-title.l-page-hero__title {
	color: #000;
}

.p-concept__bg {
	position: relative;
}

.p-concept__bg::before {
	inset: 0;
	background: url("../images/concept/concept_bg.webp") no-repeat center center/cover;
	content: "";
	height: 100vh;
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.p-concept__bg > * {
	position: relative;
	z-index: 2;
}

.p-concept__desc {
	color: #e6d9c0;
	max-width: 600px;
	max-width: 37.5rem;
}

.p-concept__desc.--sm .p-concept__desc-title {
	font-size: 24px;
	font-size: 1.5rem;
}

.p-concept__desc-title {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.875;
}

.p-concept__desc-title.--ls {
	letter-spacing: 0.1em;
}

.p-concept__desc-text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-concept-section__img-wrap {
	position: relative;
}

.p-concept-section__img {
	position: absolute;
}

.p-concept-location {
	margin-top: 152px;
	margin-top: 9.5rem;
}

.p-concept-location__media {
	grid-gap: 0px 0px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-concept-location__media-left {
	padding-right: 83px;
	padding-right: 5.1875rem;
}

.p-concept-location__desc {
	padding-left: 83px;
	padding-left: 5.1875rem;
}

.p-concept-location__media-left-img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-concept-location__media-right {
	padding-top: 48px;
	padding-top: 3rem;
}

.p-concept-location__img {
	margin-top: 130px;
	margin-top: 8.125rem;
}

.p-concept-area {
	margin-top: 142px;
	margin-top: 8.875rem;
	padding-bottom: 185px;
	padding-bottom: 11.5625rem;
}

.p-concept-area__media {
	grid-gap: 0px 0px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-concept-area__media-right {
	padding-inline: 53px 83px;
	padding-inline: 3.3125rem 5.1875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 35px;
	padding-bottom: 2.1875rem;
}

.p-concept-area__note {
	width: 195px;
	width: 12.1875rem;
}

.p-concept-area__img {
	margin-inline: auto;
	margin-top: 130px;
	margin-top: 8.125rem;
	max-width: 1200px;
	max-width: 75rem;
}

.p-concept-shopping {
	margin-top: 154px;
	margin-top: 9.625rem;
}

.p-concept-shopping__content {
	padding-right: 117px;
	padding-right: 7.3125rem;
}

.p-concept-shopping__desc {
	margin-left: 117px;
	margin-left: 7.3125rem;
	margin-top: -300px;
	margin-top: -18.75rem;
}

.p-concept-gourmet {
	margin-top: 82px;
	margin-top: 5.125rem;
	padding-bottom: 236px;
	padding-bottom: 14.75rem;
}

.p-concept-gourmet__content {
	padding-left: 117px;
	padding-left: 7.3125rem;
}

.p-concept-gourmet__desc {
	margin-top: -188px;
	margin-top: -11.75rem;
}

.p-concept-park {
	margin-top: 208px;
	margin-top: 13rem;
	padding-bottom: 264px;
	padding-bottom: 16.5rem;
}

.p-concept-park__desc.p-concept__desc {
	margin-inline: auto 200px;
	margin-inline: auto 12.5rem;
	margin-top: -363px;
	margin-top: -22.6875rem;
	max-width: 512px;
	max-width: 32rem;
}

.p-concept-position {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-concept-position__inner.l-inner {
	max-width: 1840px;
	max-width: 115rem;
}

.p-concept-position__content {
	gap: 104px;
	gap: 6.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-concept-position__img {
	max-width: 978px;
	max-width: 61.125rem;
}

.p-concept-position__desc.p-concept__desc {
	color: #22393d;
	padding-top: 194px;
	padding-top: 12.125rem;
}

.p-concept-access {
	margin-top: -307px;
	margin-top: -19.1875rem;
	padding-bottom: 147px;
	padding-bottom: 9.1875rem;
}

.p-concept-access__content {
	padding-left: 117px;
	padding-left: 7.3125rem;
}

.p-concept-access__desc.p-concept__desc {
	color: #22393d;
	margin-top: -224px;
	margin-top: -14rem;
	padding-left: 83px;
	padding-left: 5.1875rem;
}

.p-design {
	position: relative;
}

.p-design::before {
	inset: 0;
	background: url("../images/design/design_bg.webp") no-repeat center center/cover;
	content: "";
	height: 100vh;
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.p-design > * {
	position: relative;
	z-index: 2;
}

.p-design__about-content {
	padding-block: 90px 115px;
	padding-block: 5.625rem 7.1875rem;
}

.p-design__about-title {
	color: #e6d9c0;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.875;
	text-align: center;
}

.p-design__about-text {
	color: #e6d9c0;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 57px;
	margin-top: 3.5625rem;
	text-align: center;
}

.p-design__entrance-content {
	padding-block: 35px 80px;
	padding-block: 2.1875rem 5rem;
}

.p-design__entrance-title {
	color: #e6d9c0;
}

.p-design__entrance-title .-en {
	color: #e6d9c0;
	font-family: "EB Garamond", serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.2em;
}

.p-design__entrance-title .-ja {
	color: #e6d9c0;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.15em;
}

.p-design__entrance-text {
	padding-block: 8px;
	padding-block: 0.5rem;
	color: #e6d9c0;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 34px;
	margin-top: 2.125rem;
	max-width: 670px;
	max-width: 41.875rem;
	padding-left: 42px;
	padding-left: 2.625rem;
	position: relative;
}

.p-design__entrance-text::before {
	background-color: #e6d9c0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
	width: 0.25rem;
}

.p-design__facade-content {
	padding-top: 36px;
	padding-top: 2.25rem;
}

.p-design__landplan-content {
	padding-top: 123px;
	padding-top: 7.6875rem;
	position: relative;
}

.p-design__landplan-img {
	-o-object-fit: contain;
	height: auto;
	max-width: 952px;
	max-width: 59.5rem;
	object-fit: contain;
	position: absolute;
	right: -232px;
	right: -14.5rem;
	top: 0;
	width: auto;
}

.p-design__landplan-text {
	color: #e6d9c0;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 500px;
	max-width: 31.25rem;
}

.p-design__landplan-list {
	gap: 33px 97px;
	gap: 2.0625rem 6.0625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	margin: 0;
	margin-top: 160px;
	margin-top: 10rem;
	padding: 0;
}

.p-design__landplan-item {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: grid;
	grid-template-columns: auto 1fr;
	max-width: 554px;
	max-width: 34.625rem;
}

.p-design__landplan-item:nth-child(1),
.p-design__landplan-item:nth-child(2) {
	grid-column: 1/-1;
}

.p-design__landplan-num {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e6d9c0;
	border-radius: 0.25rem;
	color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-family: "EB Garamond", serif;
	font-size: 25px;
	font-size: 1.5625rem;
	height: 34px;
	height: 2.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0em;
	width: 34px;
	width: 2.125rem;
}

.p-design__landplan-item-title {
	color: #e6d9c0;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0em;
}

.p-design__landplan-item-text {
	color: #e6d9c0;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	margin: 0;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-design__landplan-item-text-note {
	color: #e6d9c0;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0em;
}

.p-design__designer {
	margin-block: 156px 83px;
	margin-block: 9.75rem 5.1875rem;
}

.p-design__designer-content {
	border: 1px solid #e6d9c0;
	color: #e6d9c0;
	padding: 60px 130px 88px 100px;
	padding: 3.75rem 8.125rem 5.5rem 6.25rem;
}

.p-design__designer-title {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.p-design__designer-media {
	gap: 42px;
	gap: 2.625rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: grid;
	grid-template-columns: 1fr 14.75rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-design__designer-head {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-bottom: 1px solid #707070;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.p-design__designer-name {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.p-design__designer-name .-ja {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5;
}

.p-design__designer-label {
	font-family: "EB Garamond", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.18em;
}

.p-design__designer-text {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.9;
	margin-top: 18px;
	margin-top: 1.125rem;
	text-align: justify;
}

.p-design__designer-awards {
	gap: 18px;
	gap: 1.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-design__designer-awards-title {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
}

.p-design__designer-awards-list {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.75;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-design__designer-visual {
	max-width: 236px;
	max-width: 14.75rem;
}

.p-location-facility-grid {
	grid-gap: 0px 2rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 70px;
	margin-top: 4.375rem;
}

.p-location-facility-grid__col {
	gap: 40px;
	gap: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-location-facility-grid__col--left {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.p-location-facility-grid__col--right {
	gap: 1px;
}

.p-location-facility-grid__col--right .p-location-facility-item--row:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.p-location-facility-grid__col--right .p-location-facility-item--row:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
}

.p-location-facility-item {
	gap: 8px;
	gap: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-location-facility-item__caption {
	color: #22393d;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.p-location-facility-item--row {
	gap: 18px;
	gap: 1.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-location-facility-item--row .p-location-facility-item__img {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 240px;
	max-width: 15rem;
	width: 100%;
}

.p-location-facility-item--row .p-location-facility-item__caption {
	border-bottom: 1px solid #707070;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	width: 100%;
}

.p-location__hero-title.l-page-hero__title {
	color: #000;
}

.p-location__sec__mv-img {
	position: relative;
}

.p-location__sec__mv-title {
	font-family: "EB Garamond", serif;
	font-size: 58px;
	font-size: 3.625rem;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0em;
	line-height: 1.2931034483;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-location__sec__mv-title.--white {
	color: #fff;
	text-shadow: 0 0 6px rgba(0, 0, 0, .36);
	text-shadow: 0 0 0.375rem rgba(0, 0, 0, .36);
}

.p-location__sec__mv-title--park {
	color: #000;
}

.p-location__sec__mv-title--gourmet {
	color: #fff;
	font-size: 48px;
	font-size: 3rem;
	left: 175px;
	left: 10.9375rem;
	position: absolute;
	top: 68px;
	top: 4.25rem;
}

.p-location-about {
	margin-top: 94px;
	margin-top: 5.875rem;
	text-align: center;
}

.p-location-about__title {
	color: #22393d;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.875;
	text-align: center;
}

.p-location-about__text {
	color: #22393d;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 57px;
	margin-top: 3.5625rem;
	text-align: center;
}

.p-location-about__img {
	margin-inline: auto;
	margin-top: 76px;
	margin-top: 4.75rem;
	max-width: 1200px;
	max-width: 75rem;
	mix-blend-mode: multiply;
	padding-left: 77px;
	padding-left: 4.8125rem;
}

.p-location-shopping {
	margin-top: 94px;
	margin-top: 5.875rem;
}

.p-location-gourmet {
	margin-top: 94px;
	margin-top: 5.875rem;
}

.p-location-gourmet__content {
	position: relative;
}

.p-location-gourmet__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 50%;
	padding: 100px 83px 38px;
	padding: 6.25rem 5.1875rem 2.375rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-location-gourmet__intro {
	color: #fff;
}

.p-location-gourmet__title {
	font-family: "EB Garamond", serif;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0em;
}

.p-location-gourmet__lead {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-location-gourmet__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 550px;
	max-width: 34.375rem;
}

.p-location-gourmet-grid {
	gap: 49px;
	gap: 3.0625rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.p-location-gourmet-grid__item {
	gap: 8px;
	gap: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
}

.p-location-gourmet-grid__img {
	display: block;
}

.p-location-gourmet-grid__img img {
	height: auto;
	width: 100%;
}

.p-location-gourmet-grid__caption {
	color: #22393d;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	white-space: normal;
}

.p-location-education {
	margin-top: 258px;
	margin-top: 16.125rem;
}

.p-location-education__support {
	margin-top: 86px;
	margin-top: 5.375rem;
}

.p-location-education__support-head {
	gap: 48px;
	gap: 3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-location-education__support-text {
	font-family: "EB Garamond", serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 400;
	letter-spacing: 0em;
}

.p-location-education__support-title {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-top: 4px;
	margin-top: 0.25rem;
	white-space: nowrap;
}

.p-location-education__support-head-img {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-location-education__support-img {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 304px;
	max-width: 19rem;
	width: 100%;
}

.p-location-education__support-content {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-location-park {
	margin-top: 94px;
	margin-top: 5.875rem;
}

.p-location-temple {
	margin-top: 94px;
	margin-top: 5.875rem;
}

.p-location-medical {
	margin-top: 94px;
	margin-top: 5.875rem;
}

.p-location-medical__facilities {
	margin-top: 85px;
	margin-top: 5.3125rem;
}

.p-location-medical__facilities-sec:nth-of-type(n + 2) {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-location-medical__facilities-sec-grid {
	grid-gap: 0px 2.375rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-location-medical__facilities-sec__title {
	gap: 13px;
	gap: 0.8125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "EB Garamond", serif;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.2916666667;
	white-space: nowrap;
}

.p-location-medical__facilities-sec__title::after {
	background-color: #000;
	content: "";
	display: block;
	height: 1px;
	margin-top: 16px;
	margin-top: 1rem;
	width: 100%;
}

.p-location-area-info {
	margin-top: 156px;
	margin-top: 9.75rem;
	padding-bottom: 186px;
	padding-bottom: 11.625rem;
}

.p-location-area-info__title {
	font-family: "EB Garamond", serif;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.2916666667;
	text-align: center;
}

.p-location-area-info__img:first-of-type {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.p-location-area-info__img:last-of-type {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-map {
	padding-bottom: 106px;
	padding-bottom: 6.625rem;
}

.p-map__img-wrap {
	border: 1px solid #707070;
	overflow: hidden;
}

.p-map__img {
	display: block;
	height: auto;
	vertical-align: top;
	width: 100%;
}

.p-map__btn-wrap {
	margin-top: 104px;
	margin-top: 6.5rem;
}

.p-map__btn {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #22393d;
	border-radius: 0.3125rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "EB Garamond", serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 400;
	height: 100px;
	height: 6.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
	max-width: 600px;
	max-width: 37.5rem;
	text-align: center;
}

.p-outline {
	padding-bottom: 227px;
	padding-bottom: 14.1875rem;
}

.p-outline__list-title {
	padding-block: 10px;
	padding-block: 0.625rem;
	border-bottom: 1px solid #707070;
	color: #22393d;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	font-weight: 400;
	letter-spacing: 0em;
}

.p-outline__list-title:nth-of-type(n + 2) {
	margin-top: 94px;
	margin-top: 5.875rem;
}

.p-outline__row {
	grid-gap: 0 3.5625rem;
	border-bottom: 1px solid #707070;
	color: #22393d;
	display: grid;
	font-size: 18px;
	font-size: 1.125rem;
	grid-template-columns: 18.75rem 1fr;
	letter-spacing: 0em;
	margin: 0;
	padding: 0;
}

.p-outline__row dt {
	padding-block: 18px;
	padding-block: 1.125rem;
	font-weight: 400;
	margin: 0;
}

.p-outline__row dd {
	padding-block: 18px;
	padding-block: 1.125rem;
	margin: 0;
}

.p-outline__row dd p + p {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-top-about {
	height: 450vh;
}

.p-top-about__sticky {
	height: 100vh;
	overflow: hidden;
	position: sticky;
	top: 0;
}

.p-top-about__media {
	inset: 0;
	overflow: hidden;
	position: absolute;
}

.p-top-about__img {
	-o-object-fit: cover;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	-webkit-filter: blur(0);
	filter: blur(0);
	height: 100%;
	object-fit: cover;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	width: 100%;
}

.p-top-about__overlay {
	inset: 0;
	background-color: #264146;
	mix-blend-mode: multiply;
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.p-top-about__scroll-content {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -100vh;
	min-height: 350vh;
	padding-top: 300vh;
}

.p-top-about__content-inner.l-inner {
	max-width: 840px;
	max-width: 52.5rem;
}

.p-top-about__content {
	color: #e6d9c0;
	position: relative;
	text-align: center;
	z-index: 2;
}

.p-top-about__logo {
	margin-inline: auto;
	max-width: 308px;
	max-width: 19.25rem;
}

.p-top-about__catch {
	font-size: 38px;
	font-size: 2.375rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.5;
	margin-top: 106px;
	margin-top: 6.625rem;
}

.p-top-about__text {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 80px;
	margin-top: 5rem;
}

.p-top-about__link.c-link {
	margin-inline: auto;
	color: #e6d9c0;
	margin-top: 70px;
	margin-top: 4.375rem;
}

.p-top-about__link.c-link::before {
	background-color: #e6d9c0;
}

.p-top-about__link.c-link::after {
	background-color: #e6d9c0;
}

.p-top-about__notice {
	bottom: 22px;
	bottom: 1.375rem;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: absolute;
	right: 13px;
	right: 0.8125rem;
	z-index: 2;
}

.p-top-access .p-top__sec-content {
	max-width: 530px;
	max-width: 33.125rem;
}

.p-top-hero {
	overflow: hidden;
}

.p-top-hero__inner {
	height: 100%;
	width: 100%;
}

.p-top-hero__video {
	width: 100%;
}

.p-top-info {
	padding-block: 74px 92px;
	padding-block: 4.625rem 5.75rem;
	position: relative;
}

.p-top-info::before {
	inset: 0;
	background: url("../images/top/info_bg.webp") no-repeat center center/cover;
	content: "";
	opacity: 1;
	position: absolute;
	z-index: 0;
}

.p-top-info > * {
	position: relative;
	z-index: 1;
}

.p-top-info__inner.l-inner {
	max-width: 1200px;
	max-width: 75rem;
	text-align: center;
}

.p-top-info__divider {
	margin-block: 54px 40px;
	margin-block: 3.375rem 2.5rem;
	background-color: #707070;
	height: 1px;
}

.p-top-info__label {
	font-family: "EB Garamond", serif;
	font-size: 23px;
	font-size: 1.4375rem;
	letter-spacing: 0.1em;
}

.p-top-info__label::after {
	background-color: #707070;
	content: "";
	display: block;
	height: 1px;
	margin: 12px auto 48px;
	margin: 0.75rem auto 3rem;
	width: 65px;
	width: 4.0625rem;
}

.p-top-info__title {
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.p-top-info__text {
	margin-inline: auto;
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-top-info__btn {
	margin-inline: auto;
	display: inline-block;
	max-width: 360px;
	max-width: 22.5rem;
}

.p-top-info__btn.c-btn {
	-webkit-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0, 0, 0, .16);
	box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0, 0, 0, .16);
	margin-top: 28px;
	margin-top: 1.75rem;
	max-width: 600px;
	max-width: 37.5rem;
}

.p-top-location__deco {
	inset: 0;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.p-top-location__overlay {
	inset: 0;
	background-color: rgba(255, 255, 255, .85);
	display: none;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.p-top-overview {
	padding-block: 24px 28px;
	padding-block: 1.5rem 1.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 146px;
	min-height: 9.125rem;
	position: relative;
}

.p-top-overview::before {
	inset: 0;
	background: url("../images/top/overview_bg.webp") no-repeat center center/cover;
	content: "";
	mix-blend-mode: overlay;
	opacity: 0.88;
	position: absolute;
	z-index: 0;
}

.p-top-overview > * {
	position: relative;
	z-index: 1;
}

.p-top-overview__inner.l-inner {
	max-width: 1744px;
	max-width: 109rem;
}

.p-top-overview__items {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 1px solid #264146;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	height: 82px;
	height: 5.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-overview__item {
	padding-inline: 38px;
	padding-inline: 2.375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #264146;
	color: #264146;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	white-space: nowrap;
}

.p-top-overview__value {
	max-width: 236px;
	max-width: 14.75rem;
}

.p-top-overview__text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.28125;
	text-align: center;
}

.p-top-overview__text-note {
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.p-top-overview__text-num {
	font-family: "EB Garamond", serif;
	font-size: 39px;
	font-size: 2.4375rem;
	letter-spacing: 0em;
}

.p-top-overview__tilde {
	font-size: 39px;
	font-size: 2.4375rem;
	letter-spacing: 0em;
	vertical-align: middle;
}

.p-top-design {
	height: 450vh;
}

.p-top-design__sticky {
	height: 100vh;
	overflow: hidden;
	position: sticky;
	top: 0;
}

.p-top-design__media {
	inset: 0;
	position: absolute;
}

.p-top-design__img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-design__overlay {
	inset: 0;
	background-color: #071d1b;
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.p-top-design__scroll-content {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: -100vh;
	min-height: 350vh;
	padding-top: 300vh;
}

.p-top-location {
	height: 450vh;
}

.p-top-location__sticky {
	height: 100vh;
	overflow: hidden;
	position: sticky;
	top: 0;
}

.p-top-location__media {
	inset: 0;
	position: absolute;
}

.p-top-location__img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-location__scroll-content {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -100vh;
	min-height: 350vh;
	padding-top: 300vh;
}

.p-top-access {
	height: 450vh;
}

.p-top-access__sticky {
	height: 100vh;
	overflow: hidden;
	position: sticky;
	top: 0;
}

.p-top-access__media {
	inset: 0;
	position: absolute;
}

.p-top-access__img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-access__overlay {
	inset: 0;
	background-color: #071d1b;
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.p-top-access__scroll-content {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -100vh;
	min-height: 350vh;
	padding-top: 300vh;
}

.p-top__sec-content {
	color: #fff;
	max-width: 510px;
	max-width: 31.875rem;
	position: relative;
	z-index: 2;
}

.p-top__sec-content.--right {
	margin-left: auto;
	text-align: right;
}

.p-top__sec-content.--right .p-top__sec-heading::before {
	left: auto;
	right: 0;
}

.p-top__sec-content.--right .p-top__sec-link.c-link {
	margin-left: auto;
}

.p-top__sec-content.--color-main {
	color: #22393d;
}

.p-top__sec-content.--color-main .p-top__sec-heading::before {
	background-color: #22393d;
}

.p-top__sec-content.--color-main .p-top__sec-lead {
	color: #22393d;
}

.p-top__sec-content.--color-main .p-top__sec-text {
	color: #22393d;
}

.p-top__sec-content.--color-main .p-top__sec-link.c-link {
	color: #22393d;
}

.p-top__sec-content.--color-main .p-top__sec-link.c-link::before {
	background-color: #22393d;
}

.p-top__sec-content.--color-main .p-top__sec-link.c-link::after {
	background-color: #22393d;
}

.p-top__sec-heading {
	font-family: "EB Garamond", serif;
	font-size: 27px;
	font-size: 1.6875rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.5;
	padding-bottom: 23px;
	padding-bottom: 1.4375rem;
	position: relative;
}

.p-top__sec-heading::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 60px;
	width: 3.75rem;
}

.p-top__sec-lead {
	font-size: 29px;
	font-size: 1.8125rem;
	font-weight: 600;
	letter-spacing: 0.3em;
	line-height: 1.6;
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-top__sec-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.3em;
	line-height: 2;
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-top__sec-link.c-link {
	color: #fff;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.p-top__sec-link.c-link::before {
	background-color: #fff;
}

.p-top__sec-link.c-link::after {
	background-color: #fff;
}

.p-top__sec-notice {
	bottom: 22px;
	bottom: 1.375rem;
	color: #000;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: absolute;
	right: 13px;
	right: 0.8125rem;
	z-index: 2;
}

.p-top__sec-notice.--white {
	color: #fff;
}

.c-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0.375rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	height: 80px;
	height: 5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 20.4px;
	max-width: 600px;
	max-width: 37.5rem;
	min-inline-size: 200px;
	min-inline-size: 12.5rem;
	opacity: 1;
	padding: 13px 36px;
	padding: 0.8125rem 2.25rem;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .35);
	width: 100%;
}

.c-btn--yellow {
	background: -webkit-gradient(linear, left top, left bottom, from(#b1a510), to(#727201));
	background: linear-gradient(#b1a510 0%, #727201 100%);
}

.c-btn--orange {
	background: -webkit-gradient(linear, left top, left bottom, from(#d39127), to(#8e5b05));
	background: linear-gradient(#d39127 0%, #8e5b05 100%);
}

.c-link {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Constantia", serif;
	font-size: 16px;
	font-size: 1rem;
	height: 25px;
	height: 1.5625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1;
	position: relative;
	width: 180px;
	width: 11.25rem;
}

.c-link::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.c-link::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	opacity: 1;
	position: absolute;
	width: 50%;
	z-index: 2;
}

/* ============================================
  ドロワーメニュー
============================================ */

.l-drawer {
	background-color: rgba(162, 156, 151, .9);
	display: none;
	height: 100%;
	opacity: 0;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	width: 375px;
	width: 23.4375rem;
	z-index: 999;
}

.l-drawer.is-open {
	display: block;
	opacity: 1;
}

.l-drawer__inner {
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 375px;
	max-width: 23.4375rem;
	min-height: 100vh;
	padding: 40px 20px;
	padding: 2.5rem 1.25rem;
	position: relative;
	z-index: 3;
}

.l-drawer__bg-text {
	left: 0;
	position: absolute;
	top: 0;
	width: 74px;
	width: 4.625rem;
	z-index: -1;
}

/* CLOSEボタン */

.l-drawer__close {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	position: absolute;
	right: 15px;
	right: 0.9375rem;
	top: 14px;
	top: 0.875rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.l-drawer__close:hover {
	opacity: 0.7;
}

.l-drawer__close-icon {
	display: block;
	height: 20px;
	height: 1.25rem;
	position: relative;
	width: 30px;
	width: 1.875rem;
}

.l-drawer__close-icon::before,
.l-drawer__close-icon::after {
	background-color: #fff;
	content: "";
	height: 2px;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transition: background-color 0.3s, -webkit-transform 0.3s ease;
	transition: background-color 0.3s, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, background-color 0.3s;
	transition: transform 0.3s ease, background-color 0.3s, -webkit-transform 0.3s ease;
	width: 35px;
	width: 2.1875rem;
}

.l-drawer__close-icon::before {
	-webkit-transform: translate(-50%, -50%) translateY(0) rotate(210deg);
	transform: translate(-50%, -50%) translateY(0) rotate(210deg);
}

.l-drawer__close-icon::after {
	-webkit-transform: translate(-50%, -50%) translateY(0) rotate(-28deg);
	transform: translate(-50%, -50%) translateY(0) rotate(-28deg);
}

/* ナビゲーション */

.l-drawer__nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-drawer__nav-list {
	width: 100%;
}

.l-drawer__nav-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-drawer__nav-item {
	margin-inline: auto;
	padding-block: 15px;
	padding-block: 0.9375rem;
	max-width: 350px;
	max-width: 21.875rem;
	position: relative;
}

.l-drawer__nav-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	text-align: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.l-drawer__nav-link:hover {
	opacity: 0.7;
}

.l-drawer__nav-en {
	color: #fff;
	font-family: "EB Garamond", serif;
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.1em;
	line-height: 1.1764705882;
}

/* ボタンエリア */

.l-drawer__buttons {
	gap: 22px;
	gap: 1.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.l-drawer__button.c-btn {
	margin-inline: auto;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	height: 35px;
	height: 2.1875rem;
	max-width: 170px;
	max-width: 10.625rem;
	min-inline-size: 170px;
	min-inline-size: 10.625rem;
	padding: 8px;
	padding: 0.5rem;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .35);
	width: 100%;
}

.l-drawer__button.c-btn.c-btn--yellow {
	background: linear-gradient(210deg, #b1a510 0%, #727201 100%);
}

.l-drawer__button.c-btn.c-btn--orange {
	background: linear-gradient(210deg, #d39127 0%, #8e5b05 100%);
}

.l-drawer__footer-image {
	margin: 38px auto 0;
	margin: 2.375rem auto 0;
	width: 200px;
	width: 12.5rem;
}

/* オーバーレイ */

.l-drawer-overlay {
	background-color: rgba(0, 0, 0, .5);
	height: 100vh;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 0.5s, visibility 0.5s;
	transition: opacity 0.5s, visibility 0.5s;
	visibility: hidden;
	width: 100%;
	z-index: 99;
}

.l-drawer-overlay.is-open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.l-footer {
	background-color: #f9f6f1;
	position: relative;
	z-index: 2;
}

.l-footer__notion {
	padding-block: 38px 48px;
	padding-block: 2.375rem 3rem;
	background-color: #22393d;
}

.l-footer__notion-text {
	color: #e6d9c0;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.l-footer__evaluation {
	padding-block: 50px 28px;
	padding-block: 3.125rem 1.75rem;
	background-color: #e6d9c0;
}

.l-footer__evaluation-content {
	gap: 60px;
	gap: 3.75rem;
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-footer__evaluation-content-left {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 316px;
	max-width: 19.75rem;
}

.l-footer__evaluation-content-right {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 296px;
	max-width: 18.5rem;
}

.l-footer__evaluation-content-right-text {
	font-size: 10px;
	font-size: 0.625rem;
	margin-top: 6px;
	margin-top: 0.375rem;
}

.l-footer__nav {
	padding-block: 130px 120px;
	padding-block: 8.125rem 7.5rem;
	background: url("../images/common/footer_bg-nav.webp") no-repeat center center/cover;
	overflow: hidden;
	position: relative;
}

.l-footer__nav-inner {
	padding-inline: 25px;
	padding-inline: 1.5625rem;
	width: 100%;
}

.l-footer__nav-swiper-container {
	padding-inline: 62px;
	padding-inline: 3.875rem;
	margin-inline: auto;
	max-width: 1758px;
	max-width: 109.875rem;
	position: relative;
}

.l-footer__nav-swiper {
	margin-inline: auto;
	max-width: 1635px;
	max-width: 102.1875rem;
}

.l-footer__nav-slide {
	aspect-ratio: 1/1;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 250px;
	max-width: 15.625rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.l-footer__nav-slide::before {
	inset: 0;
	background-color: #000;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 2;
}

.l-footer__nav-slide-img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: relative;
	width: 100%;
	z-index: 1;
}

.l-footer__nav-slide-desc {
	padding-inline: 4px;
	padding-inline: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 5;
}

.l-footer__nav-slide-desc .l-footer__nav-slide-title {
	font-family: "EB Garamond", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-shadow: 0 0 6px #000;
	text-shadow: 0 0 0.375rem #000;
}

.l-footer__nav-slide-desc .l-footer__nav-slide-text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.01em;
	margin-top: 18px;
	margin-top: 1.125rem;
	text-shadow: 0 0 6px #000;
	text-shadow: 0 0 0.375rem #000;
}

.js-footer-nav-slider .swiper-slide {
	width: 100%;
}

.l-footer__nav-swiper-prev,
.l-footer__nav-swiper-next {
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	color: transparent;
	cursor: pointer;
	height: 48px;
	height: 3rem;
	padding: 0;
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 16px;
	width: 1rem;
	z-index: 2;
}

.l-footer__nav-swiper-prev {
	background-image: url("../images/common/icon/triangle-left.svg");
	left: 0;
}

.l-footer__nav-swiper-next {
	background-image: url("../images/common/icon/triangle-right.svg");
	right: 0;
}

.l-footer__series {
	padding-block: 65px 100px;
	padding-block: 4.0625rem 6.25rem;
	background: url("../images/common/footer_bg-other.webp") no-repeat center center/cover;
}

.l-footer__series-title-wrap {
	color: #e6d9c0;
	text-align: center;
}

.l-footer__series-title,
.property .top-common__title-sans.property__heading-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #e6d9c0;
}

.l-footer__series-title-border,
.property .property__heading-title::after {
	background-color: #e6d9c0;
	display: inline-block;
	height: 1px;
	margin: 22px auto 20px;
	margin: 1.375rem auto 1.25rem;
	width: 58px;
	width: 3.625rem;
	bottom: -36px;
	bottom: -2.25rem;
}

.l-footer__series-text,
.property .property__heading-sub {
	color: #e6d9c0;
	font-family: "EB Garamond", serif;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.3em;
	margin-bottom: 55px;
	margin-bottom: 3.4375rem;
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.l-footer__cta {
	padding-block: 50px 65px;
	padding-block: 3.125rem 4.0625rem;
	background-color: #22393d;
}

.l-footer__cta-grid {
	grid-gap: 0px 3.5rem;
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-footer__cta-block {
	max-width: 480px;
	max-width: 30rem;
	text-align: center;
}

.l-footer__cta-text {
	color: #e6d9c0;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2.0666666667;
}

.l-footer__cta-btn {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.l-footer__info {
	padding-block: 54px 70px;
	padding-block: 3.375rem 4.375rem;
	background-color: #22393d;
	border-top: 1px solid #e6d9c0;
	color: #e6d9c0;
	text-align: center;
}

.l-footer__info-title {
	font-size: 16px;
	font-size: 1rem;
}

.l-footer__info-tel {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 28px;
	margin-top: 1.75rem;
	max-width: 398px;
	max-width: 24.875rem;
}

.l-footer__info-note {
	margin-top: 18px;
	margin-top: 1.125rem;
}

.l-footer__info-note p {
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: -0.05em;
}

.l-footer__info-note p + p {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.l-footer__info-insta {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 44px auto 0;
	margin: 2.75rem auto 0;
	max-width: 500px;
	max-width: 31.25rem;
}

.l-footer__logos {
	background-color: #fff;
	padding: 30px 50px 50px;
	padding: 1.875rem 3.125rem 3.125rem;
}

.l-footer__content {
	gap: 50px;
	gap: 3.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-footer__logo-grid {
	gap: 25px;
	gap: 1.5625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-footer__logo-item {
	text-align: center;
}

.l-footer__logo-item:nth-of-type(1) .l-footer__logo-img {
	max-width: 178px;
	max-width: 11.125rem;
}

.l-footer__logo-item:nth-of-type(2) .l-footer__logo-img {
	max-width: 157px;
	max-width: 9.8125rem;
}

.l-footer__logo-img {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 49px;
	height: 3.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.l-footer__copyright-text {
	color: #22393d;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	text-align: right;
}

.l-hamburger {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}

.l-hamburger__lines {
	gap: 7px;
	gap: 0.4375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-hamburger__line {
	background-color: #707070;
	height: 2px;
	height: 0.125rem;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
	width: 30px;
	width: 1.875rem;
}

.l-hamburger__line:nth-child(1) {
	-webkit-transform-origin: center;
	transform-origin: center;
}

.l-hamburger__line:nth-child(2) {
	-webkit-transform-origin: center;
	transform-origin: center;
}

.l-hamburger__line-wrapper {
	-webkit-transform-origin: center;
	transform-origin: center;
}

.l-hamburger__line-wrapper {
	gap: 7px;
	gap: 0.4375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-hamburger__line-wrapper-small {
	background-color: #fff;
	height: 1px;
	height: 0.0625rem;
	width: 20px;
	width: 1.25rem;
}

.l-hamburger__text {
	color: #fff;
	font-family: "EB Garamond", serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: -7px;
	margin-top: -0.4375rem;
}

/* SP：サイズだけ少し調整 */

.l-header {
	background-color: #fff;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	z-index: 100;
}

.l-header.is-hidden {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.l-header__inner.l-inner {
	gap: 37px;
	gap: 2.3125rem;
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	height: 5rem;
	max-width: none;
	padding: 25px 30px 15px;
	padding: 1.5625rem 1.875rem 0.9375rem;
}

.l-header__logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 368px;
	max-width: 23rem;
}

.l-header__logo a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-header__logo-image {
	-o-object-fit: contain;
	height: auto;
	max-width: 368px;
	max-width: 23rem;
	object-fit: contain;
	width: 100%;
}

.l-header__nav {
	margin-left: auto;
}

.l-header__nav-list {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-header__nav-item {
	display: grid;
	height: inherit;
	place-items: center;
}

.l-header__nav-item:nth-child(3) {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.l-header__nav-item a {
	color: #22393d;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.l-header__nav-item a:hover {
	opacity: 0.7;
}

.l-header__nav-text {
	gap: 13px;
	gap: 0.8125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	font-size: 1rem;
	height: inherit;
	letter-spacing: 0.1em;
	line-height: 20.4px;
	text-align: left;
	white-space: nowrap;
}

.l-header__nav-text::before {
	background-color: #22393d;
	content: "";
	display: block;
	height: 1px;
	height: 0.0625rem;
	width: 16px;
	width: 1rem;
}

.l-header__nav-item a.c-btn {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	height: 35px;
	height: 2.1875rem;
	max-width: 170px;
	max-width: 10.625rem;
	min-inline-size: 170px;
	min-inline-size: 10.625rem;
	padding: 8px;
	padding: 0.5rem;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .35);
}

.l-header__nav-item a.c-btn.c-btn--yellow {
	background: linear-gradient(210deg, #b1a510 0%, #727201 100%);
}

.l-header__nav-item a.c-btn.c-btn--orange {
	background: linear-gradient(210deg, #d39127 0%, #8e5b05 100%);
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1416px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-page-hero {
	position: relative;
}

.l-page-hero.--concept {
	background-color: #fff;
}

.l-page-hero__content {
	bottom: 0;
	height: 100%;
	left: 0;
	padding-top: 66px;
	padding-top: 4.125rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.l-page-hero__title {
	color: #fff;
	font-family: "EB Garamond", serif;
	font-size: 82px;
	font-size: 5.125rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 1.2;
}

.l-page-title {
	margin-bottom: 86px;
	margin-bottom: 5.375rem;
	padding-top: 140px;
	padding-top: 8.75rem;
}

.l-page-title__inner {
	text-align: center;
}

.l-page-title__text {
	color: #22393d;
	font-family: "EB Garamond", serif;
	font-size: 43px;
	font-size: 2.6875rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.l-sp-bottom-nav {
	display: none;
}

.l-sp-bottom-nav__item {
	gap: 5px;
	gap: 0.3125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0em;
	padding: 6px 8px;
	padding: 0.375rem 0.5rem;
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

a.l-sp-bottom-nav__item:nth-of-type(2),
a.l-sp-bottom-nav__item:nth-of-type(3) {
	opacity: 0.5;
	pointer-events: none;
}

.l-sp-bottom-nav__item:active {
	opacity: 0.8;
}

.l-sp-bottom-nav__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-sp-bottom-nav__icon img {
	-o-object-fit: contain;
	display: block;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	height: 20px;
	height: 1.25rem;
	object-fit: contain;
	width: 20px;
	width: 1.25rem;
}

.l-sp-bottom-nav__divider {
	background-color: rgba(255, 255, 255, .2);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 1px;
}

/* スマホメニュー*/

.sp-nav {
	background-color: #22393d;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
	width: 100%;
	z-index: 9998;
}

.is-openSP {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.sp-nav__logo {
	margin: 18px 0 0 20px;
	margin: 1.125rem 0 0 1.25rem;
}

.sp-nav__items {
	gap: 24px;
	gap: 1.5rem;
	display: grid;
	grid-template-columns: 1fr;
	padding-top: 138px;
	padding-top: 8.625rem;
}

.sp-nav__item {
	font-family: "EB Garamond", serif;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.2916666667;
	text-align: center;
	text-transform: uppercase;
}

.sp-nav__item a {
	color: #808080;
}

.sp-nav__item span {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
}

.u-anime {
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	visibility: hidden;
	will-change: opacity, transform, visibility;
}

.u-anime.is-show,
.u-load-anime.is-show {
	opacity: 1;
	visibility: visible;
}

.u-anime.--fadeinup {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.u-anime.--fadeinup.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.u-anime.--fadein {
	-webkit-transform: none;
	transform: none;
}

.u-anime.--fadein.is-show {
	-webkit-transform: none;
	transform: none;
}

.u-anime.--fadeinrich {
	-webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s;
}

.u-anime.--fadeinrich.is-show {
	opacity: 1;
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s;
}

.u-anime.--fadeindown {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.u-anime.--fadeindown.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.u-anime.--fadeinleft {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.u-anime.--fadeinleft.is-show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.u-anime.--fadeinright {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.u-anime.--fadeinright.is-show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.u-anime.--rotatein {
	-webkit-transform: rotate(-10deg) scale(0.9);
	transform: rotate(-10deg) scale(0.9);
}

.u-anime.--rotatein.is-show {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
}

.u-anime.--slideinleft {
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: clip-path;
}

.u-anime.--slideinleft.is-show {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	transition: clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.u-anime.--delay1 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.u-anime.--delay2 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.u-anime.--delay3 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.u-anime.--delay4 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.u-anime.--delay5 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.u-anime.--delay6 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.u-anime.--delay7 {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.u-anime.--delay8 {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.u-anime.--delay9 {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.u-anime.--delay10 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.u-anime.--delay11 {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.u-anime.--delay12 {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.u-anime.--delay13 {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.u-anime.--delay14 {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.u-anime.--delay15 {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.u-anime.--delay16 {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.u-anime.--delay17 {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.u-anime.--delay18 {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.u-anime.--delay19 {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.u-anime.--delay20 {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.u-bg-light-beige {
	background-color: #f9f6f1;
}

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

@media (hover: hover) {

a:hover {
	opacity: 0.7;
}

.l-footer__nav-slide:hover {
	opacity: 1;
}

.l-footer__nav-slide:hover::before {
	opacity: 0.6;
}

a.u-anime.is-show:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

}

@media (min-width: 768px) {

.l-inner.--sm {
	max-width: 78.125rem;
}

.l-inner.--lg {
	max-width: 103.125rem;
}

}

@media (max-width: 1800px) {

.p-design__landplan-img {
	max-width: 49.5833333333vw;
	right: -12.0833333333%;
}

.p-top-overview__item {
	padding-inline: 1.9791666667vw;
}

.p-top-overview__text {
	font-size: 1.75rem;
}

.p-top-overview__text-num {
	font-size: 2rem;
}

.p-top-overview__tilde {
	font-size: 2rem;
}

.l-footer__nav-swiper-container {
	padding-inline: 3.2291666667vw;
}

.l-footer__nav-slide-desc .l-footer__nav-slide-text {
	font-size: max(0.875rem, 0.7291666667vw);
}

}

@media (max-width: 1600px) {

.p-concept-position__content {
	gap: 5.4166666667vw;
}

.p-design__landplan-img {
	max-width: min(59.5rem, 100% - 34.375rem);
	right: 0;
}

}

@media screen and (max-width: 1599px) {

.p-concept-shopping__desc {
	margin-top: -5.2083333333vw;
}

.p-concept-gourmet__desc {
	margin-top: -3.125vw;
}

.p-concept-park__desc.p-concept__desc {
	margin-right: 10.4166666667vw;
	margin-top: -5.2083333333vw;
}

.p-concept-position__content {
	gap: 2rem;
}

.p-concept-access {
	margin-top: -5.2083333333vw;
}

.p-concept-access__desc.p-concept__desc {
	margin-top: -3.125vw;
	padding-left: 4.3229166667vw;
}

.p-location-education__support-head {
	gap: 1.5rem;
}

.p-top-overview__text {
	font-size: 1.375rem;
	line-height: 1.2857142857;
}

.p-top-overview__text-num {
	font-size: 1.75rem;
}

.p-top-overview__tilde {
	font-size: 1.75rem;
}

.l-footer__nav-slide-desc .l-footer__nav-slide-text {
	font-size: max(0.6875rem, 0.625vw);
}

}

@media screen and (max-width: 1439px) {

.p-design__landplan-list {
	gap: 1.25rem 3.75rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-design__designer-content {
	padding: 3.75rem 3.75rem 5.5rem;
}

}

@media (max-width: 1366px) {

html {
	font-size: 1.1713030747vw;
}

}

@media screen and (max-width: 1279px) {

.u-xl {
	display: none;
}

.p-top-overview__text {
	font-size: 1.25rem;
	line-height: 1.5;
}

}

@media (max-width: 1024px) {

.p-top-overview__text {
	font-size: 1.25rem;
}

}

@media screen and (max-width: 1023px) {

.u-lg {
	display: none;
}

.p-concept-shopping__desc {
	margin-top: -2.0833333333vw;
}

.p-concept-gourmet__desc {
	margin-top: -1.0416666667vw;
}

.p-concept-park__desc.p-concept__desc {
	margin-top: -2.0833333333vw;
}

.p-concept-access {
	margin-top: -2.0833333333vw;
}

.p-concept-access__desc.p-concept__desc {
	margin-top: -1.3020833333vw;
	padding-left: 0;
}

}

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

.u-desktop,
.u-pc {
	display: none;
}

.u-mobile,
.u-sp {
	display: block;
}

body {
	padding-bottom: 5.0625rem;
	padding-top: 4.6875rem;
}

html {
	font-size: 16px;
}

.p-access__hero-title.l-page-hero__title {
	color: #fff;
}

.p-access__title {
	font-size: 1.3125rem;
	line-height: 1.8095238095;
}

.p-access__text {
	font-size: 1rem;
}

.p-access-terminal {
	margin-top: 2.9375rem;
}

.p-access-terminal__text {
	margin-top: 1.75rem;
}

.p-access-terminal__thumbnails {
	grid-gap: 0.375rem 0.4375rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2rem;
}

.p-access-terminal__thumb {
	max-width: none;
}

.p-access-terminal__thumb:nth-of-type(n + 2) .p-access-terminal__thumb-desc-title {
	font-size: 1.3125rem;
}

.p-access-terminal__thumb:nth-of-type(n + 2) .p-access-terminal__thumb-desc-text {
	font-size: 1.4375rem;
}

.p-access-terminal__thumb:nth-of-type(n + 2) .p-access-terminal__thumb-desc-text .-sm {
	font-size: 1.1875rem;
}

.p-access-terminal__thumb-desc-title {
	font-size: 1.75rem;
}

.p-access-terminal__thumb-desc-text {
	font-size: 1.875rem;
}

.p-access-terminal__thumb-desc-text .-sm {
	font-size: 1.5625rem;
}

.p-access-terminal__map {
	margin-top: 3.875rem;
}

.p-access-transfer {
	margin-top: 3.5rem;
}

.p-access-transfer__img-top-text {
	font-size: 1rem;
	padding-bottom: 0.4375rem;
}

.p-access-transfer__img-top-text .-sm {
	font-size: 0.6875rem;
}

.p-access-transfer__img-top {
	margin-top: 0.5rem;
}

.p-access-transfer__title {
	margin-top: 6.0625rem;
}

.p-access-transfer__text {
	margin-top: 2.6875rem;
}

.p-access-transfer__text-note {
	margin-top: 0.625rem;
	text-align: left;
}

.p-access-transfer__img-bottom {
	margin-top: 1.8125rem;
}

.p-access-simulation {
	margin-top: 2.375rem;
}

.p-access-simulation img {
	margin-top: 1.8125rem;
}

.p-access-bus {
	margin-top: 6.625rem;
	padding-bottom: 3rem;
}

.p-access-bus__text {
	margin-top: 1.8125rem;
}

.p-access-bus img {
	margin-top: 2.875rem;
}

.p-concept__bg::before {
	background: url("../images/concept/concept_bg-sp.webp") no-repeat center center/cover;
}

.p-concept__desc.--sm .p-concept__desc-title {
	font-size: 1.125rem;
}

.p-concept__desc.--sm .p-concept__desc-text {
	font-size: 0.75rem;
}

.p-concept__desc-title {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	line-height: 1.65;
	text-align: center;
}

.p-concept__desc-text {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
}

.p-concept-location {
	margin-top: 2.8125rem;
}

.p-concept-location__media {
	grid-template-columns: 1fr;
}

.p-concept-location__media-left {
	padding-right: 0;
}

.p-concept-location__desc {
	padding-left: 0;
}

.p-concept-location__media-left-img {
	margin-top: 2.75rem;
}

.p-concept-location__media-right {
	margin-top: 2.375rem;
	padding-top: 0;
}

.p-concept-location__img {
	-webkit-overflow-scrolling: touch;
	margin-right: -0.9375rem;
	margin-top: 6.25rem;
	overflow: auto;
	padding-bottom: 0.75rem;
}

.p-concept-location__img img {
	max-width: 49.625rem;
	width: 49.625rem;
}

.p-concept-location__img-note {
	color: #fff;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	margin-top: 0.375rem;
	text-align: right;
}

.p-concept-area {
	margin-top: 6.375rem;
	padding-bottom: 6.125rem;
}

.p-concept-area__media {
	gap: 2.6875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-concept-area__media-right {
	padding-inline: 0;
	padding-bottom: 0;
}

.p-concept-area__note {
	display: none;
}

.p-concept-area__img {
	-webkit-overflow-scrolling: touch;
	margin-right: -0.9375rem;
	margin-top: 2rem;
	overflow: auto;
	padding-bottom: 0.75rem;
}

.p-concept-shopping {
	margin-top: 1.5rem;
}

.p-concept-shopping__content {
	gap: 2.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding-right: 0;
}

.p-concept-shopping__img {
	margin-inline: -0.9375rem;
}

.p-concept-shopping__desc {
	margin-left: 0;
	margin-top: 0;
}

.p-concept-gourmet {
	margin-top: 3.25rem;
	padding-bottom: 7.5rem;
}

.p-concept-gourmet__content {
	gap: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding-left: 0;
}

.p-concept-gourmet__img {
	margin-inline: -0.9375rem;
}

.p-concept-gourmet__desc {
	margin-top: 0;
}

.p-concept-park {
	margin-top: 2.375rem;
	padding-bottom: 5.5rem;
}

.p-concept-park__content {
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-concept-park__img {
	margin-inline: -0.9375rem;
}

.p-concept-park__desc.p-concept__desc {
	margin-right: 0;
	margin-top: 0;
}

.p-concept-position {
	margin-top: 2.125rem;
}

.p-concept-position__content {
	gap: 0.625rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-concept-position__img {
	margin-inline: -0.9375rem;
}

.p-concept-position__desc.p-concept__desc {
	padding-top: 0;
}

.p-concept-access {
	margin-top: 2.875rem;
	padding-bottom: 5.625rem;
}

.p-concept-access__content {
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding-left: 0;
}

.p-concept-access__img {
	margin-inline: -0.9375rem;
}

.p-concept-access__desc.p-concept__desc {
	margin-top: 0;
}

.p-concept .scroll-hint-icon.scroll-hint-icon-circle {
	-webkit-animation: none;
	animation: none;
	background-color: transparent;
	background-image: url("../images/concept/scroll-hint-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 4.375rem 4.375rem;
	border-radius: 50%;
	height: 5rem;
	left: 50%;
	margin-left: -2.5rem;
	min-width: 5rem;
	padding: 0;
	top: calc(50% - 40px);
	width: 5rem;
}

.p-concept .scroll-hint-icon.scroll-hint-icon-circle:before,
.p-concept .scroll-hint-icon.scroll-hint-icon-circle:after {
	display: none;
}

.p-concept .scroll-hint-icon.scroll-hint-icon-circle .scroll-hint-text {
	display: none;
}

.p-concept .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
	opacity: 1;
}

.p-design::before {
	background: url("../images/design/design_bg-sp.webp") no-repeat center center/cover;
}

.p-design__about-content {
	padding-block: 2.9375rem 3.0625rem;
}

.p-design__about-title {
	font-size: 1.3125rem;
	line-height: 1.8095238095;
}

.p-design__about-text {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2.0625;
	margin-top: 1.8125rem;
	text-align: justify;
}

.p-design__entrance-content {
	padding-block: 1.0625rem 7.4375rem;
}

.p-design__entrance-title .-en {
	font-size: 1.5rem;
}

.p-design__entrance-title .-ja {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
}

.p-design__entrance-text {
	padding-block: 0;
	font-size: 0.875rem;
	line-height: 2.5;
	margin-top: 1.5rem;
	padding-left: 1.625rem;
}

.p-design__facade-content {
	padding-top: 1.0625rem;
}

.p-design__landplan-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 7rem;
}

.p-design__landplan-img {
	margin-inline: auto;
	margin-top: 2rem;
	max-width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	position: static;
}

.p-design__landplan-text {
	font-size: 0.875rem;
	line-height: 2.5;
	margin-top: 1.5rem;
}

.p-design__landplan-list {
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.p-design__landplan-item {
	gap: 1rem;
	grid-template-columns: auto 1fr;
}

.p-design__landplan-num {
	font-size: 1.125rem;
	height: 1.625rem;
	width: 1.625rem;
}

.p-design__landplan-item-title {
	font-size: 0.875rem;
}

.p-design__landplan-item-text {
	font-size: 0.75rem;
	margin-top: 0.375rem;
}

.p-design__landplan-item-text-note {
	font-size: 0.75rem;
}

.p-design__designer {
	margin-block: 4.5625rem;
}

.p-design__designer-content {
	padding: 1.375rem 1.125rem 1.875rem;
	position: relative;
}

.p-design__designer-title {
	font-size: 1.25rem;
}

.p-design__designer-media {
	gap: 0;
	grid-template-columns: 1fr;
	margin-top: 4.375rem;
}

.p-design__designer-head {
	padding-bottom: 1.5rem;
}

.p-design__designer-name {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 0.9375rem;
}

.p-design__designer-name .-ja {
	font-size: 1.1875rem;
}

.p-design__designer-label {
	font-size: 1rem;
}

.p-design__designer-text {
	font-size: 0.875rem;
}

.p-design__designer-awards {
	gap: 0.25rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 2rem;
}

.p-design__designer-awards-list {
	font-size: 0.8125rem;
	letter-spacing: 0em;
}

.p-design__designer-visual {
	max-width: 8.1875rem;
	position: absolute;
	right: 1.125rem;
	top: 1.375rem;
}

.p-location-facility-grid {
	gap: 1.875rem;
	grid-template-columns: 1fr;
	margin-top: 3.5625rem;
}

.p-location-facility-grid__col {
	gap: 1.875rem;
}

.p-location-facility-grid__col--right {
	gap: 0.125rem;
}

.p-location-facility-item {
	gap: 0.125rem;
}

.p-location-facility-item__caption {
	font-size: 0.75rem;
}

.p-location-facility-item--row {
	gap: 0.75rem;
}

.p-location-facility-item--row .p-location-facility-item__img {
	max-width: calc(50% - 6px);
}

.p-location-facility-item--row--pc {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-location__sec__mv-title {
	color: #fff;
	font-size: 2.0625rem;
	line-height: 1;
	text-shadow: 0 0 0.375rem rgba(0, 0, 0, .36);
}

.p-location__sec__mv-title--park {
	color: #fff;
	text-shadow: 0 0 0.375rem rgba(0, 0, 0, .36);
}

.p-location__sec__mv-title--gourmet {
	position: static;
}

.p-location-about {
	margin-top: 3rem;
}

.p-location-about__title {
	font-size: 1.3125rem;
	line-height: 1.8095238095;
}

.p-location-about__text {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2.0625;
	margin-top: 1.8125rem;
	text-align: justify;
}

.p-location-about__img {
	margin-top: 4rem;
	padding-left: 0;
}

.p-location-shopping {
	margin-top: 3rem;
}

.p-location-gourmet {
	margin-top: 3rem;
}

.p-location-gourmet__box {
	padding: 0;
	position: static;
	-webkit-transform: none;
	transform: none;
}

.p-location-gourmet__intro {
	color: #22393d;
}

.p-location-gourmet__title {
	font-size: 2.0625rem;
}

.p-location-gourmet__lead {
	font-size: 1.3125rem;
	margin-top: 2rem;
	text-align: center;
}

.p-location-gourmet__text {
	font-size: 1rem;
	margin-top: 1.8125rem;
	text-align: center;
}

.p-location-gourmet-grid {
	gap: 1.5rem;
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.p-location-gourmet-grid__caption {
	font-size: 0.75rem;
}

.p-location-education {
	margin-top: 9.625rem;
}

.p-location-education__support {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 6.125rem;
}

.p-location-education__support-head {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-location-education__support-desc {
	text-align: center;
}

.p-location-education__support-title {
	font-size: 1.3125rem;
	letter-spacing: 0.15em;
}

.p-location-education__support-head-img {
	display: none;
}

.p-location-education__support-img {
	max-width: none;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-location-education__support-content {
	margin-top: 4.0625rem;
}

.p-location-park {
	margin-top: 3.5rem;
}

.p-location-temple {
	margin-top: 3rem;
}

.p-location-medical {
	margin-top: 9.875rem;
}

.p-location-medical__facilities {
	margin-top: 3.9375rem;
}

.p-location-medical__facilities-sec:nth-of-type(n + 2) {
	margin-top: 4.375rem;
}

.p-location-medical__facilities-sec-grid {
	grid-gap: 1.75rem 0px;
	grid-template-columns: 1fr;
}

.p-location-medical__facilities-sec__title {
	border-bottom: 1px solid #000;
	font-size: 2.0625rem;
}

.p-location-medical__facilities-sec__title::after {
	display: none;
}

.p-location-area-info {
	margin-top: 7rem;
	padding-bottom: 2.5rem;
}

.p-location-area-info__title {
	font-size: 2.0625rem;
}

.p-location-area-info__img:first-of-type {
	margin-top: 2rem;
}

.p-map {
	padding-bottom: 5.375rem;
}

.p-map__btn-wrap {
	margin-top: 3.5rem;
}

.p-map__btn {
	font-size: 1.25rem;
	height: 3.75rem;
	max-width: 20.625rem;
}

.p-outline {
	padding-bottom: 6.4375rem;
}

.p-outline__list-title {
	font-size: 1rem;
}

.p-outline__list-title:nth-of-type(n + 2) {
	margin-top: 7rem;
}

.p-outline__row {
	grid-gap: 0.25rem 0;
	font-size: 1rem;
	grid-template-columns: 1fr;
}

.p-outline__row dt {
	padding-block: 0.875rem 0;
}

.p-outline__row dd {
	padding-block: 0 0.875rem;
}

.p-outline__row dd p + p {
	margin-top: 1rem;
}

.p-top-about__content {
	margin-inline: auto;
	max-width: 18.75rem;
}

.p-top-about__logo {
	max-width: 12.25rem;
}

.p-top-about__catch {
	font-size: 1.25rem;
	margin-top: 2.25rem;
}

.p-top-about__text {
	font-size: 0.875rem;
	margin-top: 2.25rem;
	text-align: left;
}

.p-top-about__link.c-link {
	color: #e6d9c0;
}

.p-top-about__notice {
	bottom: 0.6875rem;
	font-size: 0.75rem;
	right: 1.0625rem;
}

.p-top-access__overlay {
	background-color: #000;
	mix-blend-mode: multiply;
}

.p-top-access .p-top__sec-content {
	max-width: 20.625rem;
}

.p-top-design__overlay {
	mix-blend-mode: multiply;
}

.p-top-info {
	padding-block: 2.875rem 3.25rem;
}

.p-top-info::before {
	background: url("../images/top/info_bg-sp.webp") no-repeat center center/cover;
}

.p-top-info__divider {
	margin-block: 2.25rem 2rem;
}

.p-top-info__label {
	font-size: 1.125rem;
}

.p-top-info__label::after {
	margin: 0.875rem auto 1.625rem;
}

.p-top-info__title {
	font-size: 1.5rem;
	letter-spacing: 0em;
}

.p-top-info__text {
	margin-top: 0.9375rem;
}

.p-top-info__btn.c-btn {
	margin-top: 1.25rem;
}

.p-top-location__overlay {
	display: block;
}

.p-top-overview {
	padding-block: 0.4375rem 1.875rem;
	min-height: unset;
}

.p-top-overview::before {
	background: url("../images/top/overview_bg-sp.webp") no-repeat center center/cover;
}

.p-top-overview__items {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-left: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	margin-top: 0.5rem;
	max-width: 21.875rem;
	width: 100%;
}

.p-top-overview__item {
	padding-inline: 0;
	border-bottom: 1px solid #264146;
	border-right: none;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	min-height: 5rem;
	padding: 0;
}

.p-top-overview__text {
	font-size: 1.25rem;
}

.p-top-overview__text-note {
	font-size: 0.75rem;
}

.p-top-overview__text-num {
	font-size: 1.5625rem;
}

.p-top-overview__tilde {
	font-size: 1.5rem;
}

.p-top__sec-content {
	margin-inline: auto;
	max-width: 19.375rem;
	text-align: center;
}

.p-top__sec-content .p-top__sec-heading::before {
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-top__sec-content .p-top__sec-link.c-link {
	margin-inline: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top__sec-content.--right {
	margin-inline: auto;
	text-align: center;
}

.p-top__sec-content.--right .p-top__sec-heading::before {
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-top__sec-content.--right .p-top__sec-link.c-link {
	margin-inline: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top__sec-heading {
	font-size: 1.125rem;
}

.p-top__sec-lead {
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	margin-top: 2.25rem;
}

.p-top__sec-text {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	margin-top: 2rem;
	text-align: justify;
}

.p-top__sec-link.c-link {
	margin-top: 2.25rem;
}

.p-top__sec-notice {
	bottom: 0.6875rem;
	font-size: 0.75rem;
	right: 1.0625rem;
}

.c-btn {
	height: 4.375rem;
}

.c-link {
	font-size: 0.75rem;
	height: 1.125rem;
	width: 7.5rem;
}

.l-drawer {
	max-width: 40rem;
	width: 100%;
}

.l-drawer__inner {
	max-width: 40rem;
}

.l-drawer__close {
	gap: 0;
}

.l-drawer__close-icon {
	height: 1.25rem;
	width: 2.1875rem;
}

.l-drawer__close-icon::before,
.l-drawer__close-icon::after {
	height: 0.0625rem;
	width: 2.1875rem;
}

.l-drawer__buttons {
	gap: 1rem;
	margin-top: 2.5rem;
}

.l-footer__notion {
	padding-block: 1.1875rem 1.375rem;
}

.l-footer__notion-text {
	font-size: 0.625rem;
	letter-spacing: 0.05em;
	line-height: 1.9;
}

.l-footer__evaluation {
	padding-block: 2.625rem 1.75rem;
}

.l-footer__evaluation-content {
	gap: 2rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-footer__evaluation-content-left {
	margin-inline: auto;
	max-width: 16.875rem;
}

.l-footer__evaluation-content-right {
	margin-inline: auto;
	max-width: 16.875rem;
}

.l-footer__evaluation-content-right-text {
	margin-top: 0.5rem;
}

.l-footer__nav {
	padding-block: 1.5625rem 1.5rem;
	background-image: url("../images/common/footer_bg-nav-sp.webp");
}

.l-footer__nav-inner {
	padding-inline: 0.9375rem;
}

.l-footer__nav-swiper-container {
	display: contents;
}

.l-footer__nav-swiper {
	grid-gap: 0.25rem 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-footer__nav-swiper .swiper-wrapper {
	display: contents;
}

.l-footer__nav-swiper-prev,
.l-footer__nav-swiper-next {
	display: none;
}

.l-footer__series {
	padding-block: 2.375rem 3.375rem;
	background-image: url("../images/common/footer_bg-other-sp.webp");
}

.l-footer__series-title,
.property .top-common__title-sans.property__heading-title{
	font-size: 1rem;
}

.l-footer__series-title-border,
.property .property__heading-title::after {
	margin: 1.125rem auto 1rem;
	bottom: -1.5rem;
}

.l-footer__series-text,
.property .property__heading-sub {
	margin-bottom: 1.875rem;
	margin-top: 1.5rem;
}

.l-footer__cta {
	padding-block: 3.75rem 4rem;
}

.l-footer__cta-grid {
	grid-gap: 3.25rem 0;
	grid-template-columns: 1fr;
}

.l-footer__cta-block {
	margin-inline: auto;
}

.l-footer__cta-text {
	font-size: 0.875rem;
	letter-spacing: 0em;
	line-height: 1.7142857143;
}

.l-footer__cta-btn {
	margin-top: 1.625rem;
}

.l-footer__info {
	padding-block: 2.75rem 2.8125rem;
}

.l-footer__info-tel {
	margin-top: 0.75rem;
}

.l-footer__info-note {
	margin-inline: auto;
	margin-top: 0.875rem;
	text-align: left;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-footer__info-note p + p {
	margin-top: 0.25rem;
}

.l-footer__info-insta {
	margin: 2rem auto 0;
	max-width: 20.625rem;
}

.l-footer__logos {
	padding: 0.3125rem 1.3125rem 1.875rem;
}

.l-footer__content {
	gap: 0.375rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-footer__logo-grid {
	gap: 0.75rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.l-footer__logo-item:nth-of-type(1) .l-footer__logo-img {
	max-width: 8.8125rem;
}

.l-footer__logo-item:nth-of-type(2) .l-footer__logo-img {
	max-width: 8.3125rem;
}

.l-footer__logo-img {
	height: auto;
}

.l-hamburger__line-wrapper-small {
	width: 0.9375rem;
}

.l-hamburger__text {
	font-size: 0.625rem;
	margin-top: -0.25rem;
}

.l-hamburger {
	padding: 0.5rem;
}

.l-header__inner.l-inner {
	gap: 1rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 4.6875rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.9375rem 0.9375rem 0.625rem;
}

.l-header__logo {
	max-width: 16.125rem;
}

.l-header__logo-image {
	max-width: 16.125rem;
}

.l-header__nav {
	display: none;
}

.l-header__nav-list {
	margin-right: 0;
}

.l-inner {
	max-width: 37.5rem;
	padding-left: 15px;
	padding-right: 15px;
}

.l-page-hero__content {
	padding-top: 6.125rem;
}

.l-page-hero__title {
	font-size: 2rem;
	text-align: center;
}

.l-page-title {
	margin-bottom: 2rem;
	padding-top: 2.1875rem;
}

.l-page-title__text {
	font-size: 1.5rem;
}

.l-sp-bottom-nav {
	padding-block: 0.9375rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: #22393d;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	min-height: 5.0625rem;
	position: fixed;
	right: 0;
	z-index: 99;
}

.sp-nav {
	display: none;
}

.header__drawer {
	display: none;
}

}

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

.p-access-terminal__thumbnails > li:nth-child(1) {
	grid-column: 1/-1;
}

.p-concept-area__img img {
	max-width: none;
	width: 41.25rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
