@charset "UTF-8";

body.oc-front {
	margin: 0;
	padding: 0;
	background: #faf9f4;
	overflow: visible;
}

html.oc-lock,
html.oc-lock body {
	overflow: hidden;
}

.oc-root {
	position: relative;
	overflow-x: clip;
	background: #faf9f4;
	color: #333;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

.oc-root *,
.oc-root *::before,
.oc-root *::after {
	box-sizing: border-box;
}

.oc-root :where(h1, h2, h3, h4, p, ul, ol, li, small) {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-align: inherit;
}

.oc-root :where(h1, h2, h3, h4)::before,
.oc-root :where(h1, h2, h3, h4)::after {
	content: none;
}

.oc-root :where(ul, ol, li) {
	list-style: none;
}

.oc-root a {
	border: 0;
	background-color: transparent;
	box-shadow: none;
	color: inherit;
	text-decoration: none;
}

.oc-root img {
	max-width: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
}

.oc-root svg {
	vertical-align: middle;
}

.oc-root button,
.oc-root input {
	margin: 0;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
}

.oc-root button {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	line-height: inherit;
	text-transform: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.oc-root input[type="search"],
.oc-root input[type="search"]:focus {
	width: auto;
	min-width: 0;
	height: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.oc-root input[type="search"]::-webkit-search-decoration,
.oc-root input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.oc-root [hidden] {
	display: none !important;
}

.oc-root :focus-visible {
	outline: 2px solid #c9a978;
	outline-offset: 2px;
}

.oc-root [tabindex="-1"]:focus {
	outline: 0;
}

.oc-root .oc-vh {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
	white-space: nowrap;
}

.oc-root .oc-skip {
	position: absolute;
	top: -80px;
	left: 8px;
	z-index: 100001;
	padding: 10px 16px;
	border-radius: 8px;
	background: #2f4a3a;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.oc-root .oc-skip:focus {
	top: 8px;
}

.oc-root .oc-ico {
	flex-shrink: 0;
}

.oc-root .oc-only-pc {
	display: none;
}

.oc-root .oc-sphead {
	position: sticky;
	top: 0;
	z-index: 40;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	padding: 0 max(8px, calc(50% - 352px)) 0 max(16px, calc(50% - 340px));
	border-bottom: 1px solid #e4ded1;
	background: #fff;
}

.oc-root .oc-sphead__logo {
	display: block;
}

.oc-root .oc-sphead__logo img,
.oc-root .oc-drawer__head img {
	display: block;
	width: 150px;
	height: 43px;
	object-fit: contain;
	object-position: left center;
}

.oc-root .oc-menubtn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: 56px;
	height: 52px;
	color: #3e5e4b;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}

body.admin-bar .oc-root .oc-sphead {
	top: 32px;
}

.oc-root .oc-side,
.oc-root .oc-topbar {
	display: none;
}

.oc-root .oc-side__in {
	position: sticky;
	top: 0;
	display: flex;
	flex-direction: column;
	max-height: 100vh;
	padding: 32px 24px;
	overflow-y: auto;
	scrollbar-width: none;
}

.oc-root .oc-side__in::-webkit-scrollbar {
	display: none;
}

body.admin-bar .oc-root .oc-side__in {
	top: 32px;
	max-height: calc(100vh - 32px);
}

.oc-root .oc-side__logo {
	display: block;
	padding: 0 4px 28px;
}

.oc-root .oc-side__logo img {
	display: block;
	width: 208px;
	height: 60px;
	object-fit: contain;
	object-position: left center;
}

.oc-root .oc-snav {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.oc-root .oc-snav__item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	height: 76px;
	padding: 0 10px;
	overflow: hidden;
	border-radius: 8px;
	color: #333;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.oc-root .oc-snav__wm {
	position: absolute;
	right: 10px;
	bottom: 8px;
	color: #eef3ef;
	font-size: 26px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.02em;
	transition: color 0.2s ease;
}

.oc-root .oc-snav__icon,
.oc-root .oc-dnav__icon {
	position: relative;
	display: flex;
	flex-shrink: 0;
}

.oc-root .oc-snav__txt {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.oc-root .oc-snav__jp {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.oc-root .oc-snav__en {
	color: #527a62;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.2em;
	transition: color 0.2s ease;
}

.oc-root .oc-duo__t,
.oc-root .oc-duo__o,
.oc-root .oc-duo__a {
	transition: fill 0.2s ease, stroke 0.2s ease;
}

.oc-root a.oc-snav__item:hover {
	background: #3e5e4b;
	color: #fff;
}

.oc-root a.oc-snav__item:hover .oc-snav__wm {
	color: rgba(255, 255, 255, 0.08);
}

.oc-root a.oc-snav__item:hover .oc-snav__en {
	color: #c9a978;
}

.oc-root a.oc-snav__item:hover .oc-duo__o,
.oc-root a.oc-snav__item:hover .oc-duo__a {
	stroke: #fff;
}

.oc-root a.oc-snav__item:hover .oc-duo__t {
	fill: rgba(255, 255, 255, 0.18);
}

.oc-root .oc-snav__item.is-soon,
.oc-root .oc-dnav__item.is-soon {
	opacity: 0.5;
}

.oc-root .oc-mcta {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 28px;
	padding: 22px 20px 20px;
	border-radius: 8px;
	background: #527a62;
	color: #fff;
}

.oc-root .oc-mcta__text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
}

.oc-root .oc-mcta__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 48px;
	border-radius: 8px;
	background: #c9a978;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	transition: background-color 0.15s ease;
}

.oc-root .oc-mcta__btn:hover {
	background: #b8955f;
	color: #fff;
}

.oc-root .oc-topbar {
	height: 72px;
	border-bottom: 1px solid #e4ded1;
	background: #fff;
}

.oc-root .oc-topbar__in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	max-width: 1180px;
	height: 100%;
	margin: 0 auto;
	padding: 0 64px;
}

.oc-root .oc-topbar__text {
	min-width: 0;
	overflow: hidden;
	color: #6b6b6b;
	font-size: 13px;
	line-height: 1.5;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.oc-root .oc-topbar__tools {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 12px;
}

.oc-root .oc-search__box {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 260px;
	height: 40px;
	padding: 0 14px;
	border: 1px solid #e4ded1;
	border-radius: 8px;
	background: #faf9f4;
	color: #8c8c8c;
	cursor: text;
	transition: border-color 0.15s ease;
}

.oc-root .oc-search__box:focus-within {
	border-color: #527a62;
}

.oc-root .oc-search__input,
.oc-root .oc-search__input:focus {
	flex: 1 1 auto;
	color: #333;
	font-size: 13px;
	line-height: 1.5;
}

.oc-root .oc-search__input::placeholder {
	color: #8c8c8c;
	opacity: 1;
}

.oc-root .oc-topbar__btn {
	display: flex;
	align-items: center;
	gap: 8px;
	height: 44px;
	padding: 0 20px;
	border-radius: 8px;
	background: #c9a978;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	transition: background-color 0.15s ease;
}

.oc-root .oc-topbar__btn:hover {
	background: #b8955f;
	color: #fff;
}

.oc-root .oc-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #faf9f4;
}

.oc-root .oc-hero__photo {
	position: relative;
	z-index: 2;
	order: -1;
	container-type: inline-size;
}

.oc-root .oc-hero__frame {
	position: relative;
	aspect-ratio: 390 / 400;
	overflow: hidden;
	background: linear-gradient(180deg, #bcdcfc 0%, #d6e8f9 55%, #e6eef3 100%);
	container-type: size;
}

.oc-root .oc-hero__img {
	position: absolute;
	top: -20px;
	left: -150px;
	width: 768px;
	max-width: none;
	height: auto;
}

@supports (width: 1cqw) {
	.oc-root .oc-hero__frame {
		aspect-ratio: auto;
		height: min(102.564cqw, 560px);
	}

	.oc-root .oc-hero__img {
		--iw: max(100cqw, min(196.92cqw, 192cqh));
		top: -5cqh;
		left: clamp(calc(100cqw - var(--iw)), calc(50cqw - var(--iw) * 0.4488), 0px);
		width: var(--iw);
	}
}

.oc-root .oc-bubble {
	position: absolute;
	top: calc(100% - 50px);
	left: max(16px, calc(50% - 340px));
	z-index: 3;
	width: max-content;
	min-width: 252px;
	max-width: calc(100% - 32px);
	padding: 14px 16px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(47, 74, 58, 0.16);
	color: #333;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.55;
	text-align: center;
}

.oc-root .oc-bubble::before {
	content: "";
	position: absolute;
	top: -14px;
	left: 150px;
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
}

.oc-root .oc-bubble__em,
.oc-root .oc-hero__em {
	color: #527a62;
}

.oc-root .oc-scroll {
	display: none;
}

.oc-root .oc-hero__text {
	position: relative;
	padding: 64px 20px 36px;
	overflow: hidden;
}

.oc-root .oc-hero__leaf {
	position: absolute;
	top: 24px;
	right: max(-12px, calc(50% - 352px));
	display: flex;
	width: 192px;
	height: 192px;
	color: #e6dcc6;
}

.oc-root .oc-hero__leaf svg {
	width: 100%;
	height: 100%;
}

.oc-root .oc-hero__inner {
	position: relative;
	max-width: 680px;
	margin: 0 auto;
}

.oc-root .oc-hero__title {
	margin-top: 16px;
	color: #333;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.04em;
}

.oc-root .oc-hero__lead {
	margin-top: 16px;
	color: #5c5c5c;
	font-size: 14px;
	line-height: 1.9;
}

.oc-root .oc-hero__btns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 24px;
}

.oc-root .oc-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 52px;
	padding: 0 8px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	transition: background-color 0.15s ease;
}

.oc-root .oc-btn--green {
	background: #527a62;
	color: #fff;
}

.oc-root .oc-btn--green:hover {
	background: #3e5e4b;
	color: #fff;
}

.oc-root .oc-btn--line {
	border: 1px solid #527a62;
	background: #fff;
	color: #527a62;
}

.oc-root .oc-btn--line:hover {
	background: #eef3ef;
	color: #527a62;
}

.oc-root .oc-sv {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid #e4ded1;
}

.oc-root .oc-sv__img {
	display: block;
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	padding: 2px;
	border: 2px solid #527a62;
	border-radius: 50%;
	background: #fff;
	object-fit: cover;
}

.oc-root .oc-sv__body {
	display: flex;
	flex-direction: column;
	gap: 3px;
	line-height: 1.45;
}

.oc-root .oc-sv__label {
	color: #6b6b6b;
	font-size: 12px;
}

.oc-root .oc-sv__name {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 8px;
	color: #333;
	font-size: 15px;
	font-weight: 700;
}

.oc-root .oc-sv__badge {
	padding: 2px 8px;
	border-radius: 8px;
	background: #eef3ef;
	color: #3e5e4b;
	font-size: 12px;
	font-weight: 700;
}

.oc-root .oc-sv__link {
	align-self: flex-start;
	color: #527a62;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.oc-root .oc-sv__link:hover {
	color: #3e5e4b;
	text-decoration: underline;
}

.oc-root .oc-sec {
	padding: 56px 20px 48px;
}

.oc-root .oc-wrap {
	max-width: 680px;
	margin: 0 auto;
}

.oc-root .oc-label {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #527a62;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

.oc-root .oc-leafmark {
	flex-shrink: 0;
	width: 27px;
	height: 19px;
}

.oc-root .oc-label--hero {
	gap: 10px;
	font-size: 14px;
}

.oc-root .oc-label--hero .oc-leafmark {
	width: 30px;
	height: 22px;
}

.oc-root .oc-head {
	scroll-margin-top: 116px;
}

body.admin-bar .oc-root .oc-head {
	scroll-margin-top: 148px;
}

.oc-root .oc-head__title {
	margin-top: 12px;
	color: #333;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.03em;
}

.oc-root .oc-head__lead {
	margin-top: 10px;
	color: #5c5c5c;
	font-size: 14px;
	line-height: 1.8;
}

.oc-root .oc-head--center {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.oc-root .oc-head--split {
	padding-bottom: 16px;
	border-bottom: 1px solid #c9d8ce;
}

.oc-root .oc-head--dark .oc-label {
	color: #c9a978;
}

.oc-root .oc-head--dark .oc-head__title {
	color: #fff;
	font-size: 30px;
	line-height: 1.35;
}

.oc-root .oc-head--dark .oc-head__lead {
	color: #cfddd4;
}

.oc-root .oc-area {
	background-color: #fff;
	background-image: radial-gradient(#e8e2d4 1.2px, transparent 1.2px);
	background-size: 18px 18px;
}

.oc-root .oc-jmap {
	display: none;
}

.oc-root .oc-jsp {
	margin-top: 28px;
	padding: 20px 16px;
	border: 1px solid #e4ded1;
	border-radius: 8px;
	background: #fff;
}

.oc-root .oc-jsp__mini {
	display: grid;
	grid-template-columns: repeat(14, 16px);
	grid-template-rows: repeat(11, 16px);
	gap: 3px;
	width: 263px;
	margin: 0 auto;
}

.oc-root .oc-mtile {
	border-radius: 3px;
	background: #e7e2d6;
	transition: background-color 0.2s ease;
}

.oc-root .oc-mtile--l {
	border-radius: 5px;
}

.oc-root .oc-mtile.is-on {
	background: #527a62;
}

.oc-root .oc-jsp__now {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 8px;
	margin-top: 18px;
	color: #6b6b6b;
	font-size: 13px;
	line-height: 1.5;
}

.oc-root .oc-jsp__now strong {
	color: #2f4a3a;
	font-size: 18px;
	font-weight: 700;
}

.oc-root .oc-jsp__regions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 14px;
}

.oc-root .oc-rbtn {
	height: 44px;
	border: 2px solid #527a62;
	border-radius: 8px;
	background: #fff;
	color: #3e5e4b;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.oc-root .oc-rbtn:hover {
	background: #eef3ef;
}

.oc-root .oc-rbtn.is-on,
.oc-root .oc-rbtn.is-on:hover {
	border-color: #2f4a3a;
	background: #2f4a3a;
	color: #fff;
}

.oc-root .oc-jsp__prefs {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px dashed #cfc7b5;
}

.oc-root .oc-prefs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.oc-root .oc-pref {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 44px;
	border: 1px solid #527a62;
	border-radius: 8px;
	background: #fff;
	color: #3e5e4b;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	transition: background-color 0.15s ease;
}

.oc-root a.oc-pref:hover {
	background: #eef3ef;
	color: #3e5e4b;
}

.oc-root .oc-pref.is-soon {
	border-color: #ddd6c8;
	background: #faf9f4;
	color: #a39a86;
}

.oc-root .oc-soon {
	display: block;
	margin-top: 2px;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.04em;
}

.oc-root .oc-cities {
	margin-top: 20px;
	padding: 24px 18px;
	border-radius: 8px;
	background: #2f4a3a;
	color: #fff;
}

.oc-root .oc-cities__title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
}

.oc-root .oc-cities__lead {
	margin-top: 6px;
	color: #cfddd4;
	font-size: 13px;
	line-height: 1.6;
}

.oc-root .oc-cities__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(8, 40px);
	grid-auto-flow: column;
	gap: 6px 8px;
	margin-top: 18px;
}

.oc-root .oc-city {
	display: flex;
	align-items: center;
	gap: 8px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	transition: background-color 0.15s ease;
}

.oc-root a.oc-city:hover {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.oc-root .oc-city__no {
	flex-shrink: 0;
	width: 16px;
	color: #c9a978;
	font-size: 10px;
	font-weight: 900;
}

.oc-root .oc-city__name {
	flex: 1 1 auto;
	min-width: 0;
	white-space: nowrap;
}

.oc-root .oc-city__go {
	display: flex;
	color: #c9a978;
}

.oc-root .oc-city.is-soon {
	border-style: dashed;
	background: transparent;
	color: rgba(255, 255, 255, 0.45);
}

.oc-root .oc-city.is-soon .oc-city__no {
	color: rgba(201, 169, 120, 0.5);
}

.oc-root .oc-jmap__canvas {
	--u: 1px;
	position: relative;
	height: calc(540 * var(--u));
}

.oc-root .oc-jmap__tiles {
	position: absolute;
	top: calc(30 * var(--u));
	left: calc(14 * var(--u));
	display: grid;
	grid-template-columns: repeat(14, calc(40 * var(--u)));
	grid-template-rows: repeat(11, calc(40 * var(--u)));
	gap: calc(4 * var(--u));
}

.oc-root .oc-jmap__tiles > li {
	display: flex;
}

.oc-root .oc-tile {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	border-radius: calc(8 * var(--u));
	background: #e7e2d6;
	color: #6a624f;
	font-size: max(9.5px, calc(11 * var(--u)));
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.oc-root .oc-tile--l {
	font-size: calc(14 * var(--u));
}

.oc-root a.oc-tile:hover {
	background: #d8cfbb;
	color: #6a624f;
}

.oc-root .oc-tile.is-on {
	background: #527a62;
	color: #fff;
}

.oc-root a.oc-tile.is-on:hover {
	background: #3e5e4b;
	color: #fff;
}

.oc-root .oc-tile.is-soon,
.oc-root .oc-ward.is-soon {
	opacity: 0.45;
	cursor: default;
}

.oc-root .oc-howto {
	position: absolute;
	top: calc(26 * var(--u));
	left: calc(28 * var(--u));
	display: flex;
	flex-direction: column;
	gap: calc(10 * var(--u));
	width: calc(300 * var(--u));
}

.oc-root .oc-howto__title {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #333;
	font-size: calc(16 * var(--u));
	font-weight: 700;
	line-height: 1.45;
}

.oc-root .oc-howto__title .oc-leafmark {
	width: calc(24 * var(--u));
	height: calc(17 * var(--u));
}

.oc-root .oc-howto__steps {
	display: flex;
	flex-direction: column;
	gap: calc(6 * var(--u));
	color: #5c5c5c;
	font-size: max(10px, calc(13 * var(--u)));
	line-height: 1.6;
}

.oc-root .oc-howto__steps li {
	display: flex;
	gap: 8px;
}

.oc-root .oc-howto__no {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: calc(20 * var(--u));
	height: calc(20 * var(--u));
	border-radius: 50%;
	background: #2f4a3a;
	color: #fff;
	font-size: calc(11 * var(--u));
	font-weight: 700;
	line-height: 1;
}

.oc-root .oc-howto__top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: calc(8 * var(--u));
}

.oc-root .oc-howto__label {
	color: #6b6b6b;
	font-size: max(10px, calc(12 * var(--u)));
}

.oc-root .oc-chip {
	padding: calc(4 * var(--u)) calc(10 * var(--u));
	border: 1px solid #527a62;
	border-radius: 8px;
	color: #3e5e4b;
	font-size: max(10px, calc(12 * var(--u)));
	font-weight: 700;
	line-height: 1.5;
	transition: background-color 0.15s ease;
}

.oc-root a.oc-chip:hover {
	background: #eef3ef;
	color: #3e5e4b;
}

.oc-root .oc-chip.is-soon {
	border-style: dashed;
	border-color: #cfc7b5;
	color: #a39a86;
}

.oc-root .oc-rbtn--map {
	position: absolute;
	top: calc(var(--y) * var(--u));
	left: calc(var(--x) * var(--u));
	width: calc(var(--w) * var(--u));
	height: calc(36 * var(--u));
	border-radius: calc(8 * var(--u));
	box-shadow: 0 3px 0 rgba(47, 74, 58, 0.25);
	font-size: calc(13 * var(--u));
}

.oc-root .oc-tokyo {
	background: #eef3ef;
}

.oc-root .oc-trow {
	margin-top: 24px;
}

.oc-root .oc-wmap {
	padding: 16px 12px;
	border-radius: 8px;
	background: #fff;
}

.oc-root .oc-wmap__canvas {
	--u: 1px;
	position: relative;
}

.oc-root .oc-wmap__legend {
	display: flex;
	gap: 14px;
	padding: 0 2px 12px;
	color: #6b6b6b;
	font-size: 11px;
	line-height: 1.4;
}

.oc-root .oc-wmap__legend li {
	display: flex;
	align-items: center;
	gap: 5px;
}

.oc-root .oc-wmap__legend li::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: #527a62;
}

.oc-root .oc-wmap__legend li + li::before {
	background: #e7e2d6;
}

.oc-root .oc-wmap__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	grid-template-rows: repeat(5, 44px);
	gap: 4px;
}

.oc-root .oc-wmap__grid > li {
	display: flex;
	min-width: 0;
}

.oc-root .oc-ward {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	min-width: 0;
	border-radius: 6px;
	background: #e7e2d6;
	color: #5a5346;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-align: center;
	white-space: nowrap;
	transition: transform 0.15s ease;
}

.oc-root .oc-ward.is-hot {
	background: #527a62;
	color: #fff;
}

.oc-root a.oc-ward:hover {
	color: #5a5346;
	transform: translateY(-2px);
}

.oc-root a.oc-ward.is-hot:hover {
	color: #fff;
}

.oc-root .oc-tlist {
	margin-top: 32px;
}

.oc-root .oc-tlist__title {
	padding-bottom: 10px;
	border-bottom: 2px solid #527a62;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.oc-root .oc-tlist__title span {
	margin-left: 8px;
	color: #6b6b6b;
	font-size: 12px;
	font-weight: 500;
}

.oc-root .oc-tlist__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 12px;
}

.oc-root .oc-tcity {
	display: flex;
	align-items: center;
	gap: 6px;
	height: 39px;
	border-bottom: 1px dotted #cfc7b5;
	color: #333;
	font-size: 13px;
	line-height: 1.3;
	white-space: nowrap;
	transition: color 0.15s ease;
}

.oc-root .oc-tcity::before {
	content: "";
	display: block;
	flex-shrink: 0;
	width: 5px;
	height: 5px;
	background: #527a62;
}

.oc-root a.oc-tcity:hover {
	color: #527a62;
}

.oc-root .oc-tcity.is-soon {
	color: #aaa290;
}

.oc-root .oc-tcity.is-soon::before {
	background: #cfc7b5;
}

.oc-root .oc-slider {
	margin-top: 40px;
}

.oc-root .oc-slider__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
}

.oc-root .oc-slider__title {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
}

.oc-root .oc-slider__hint {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 4px;
	color: #6b6b6b;
	font-size: 11px;
	line-height: 1.5;
}

.oc-root .oc-slider__nav {
	display: none;
}

.oc-root .oc-slider__track {
	display: flex;
	gap: 12px;
	margin: 14px -20px 0;
	padding: 0 20px 6px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-padding-left: 20px;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.oc-root .oc-slider__track::-webkit-scrollbar {
	display: none;
}

.oc-root .oc-slider__track > li {
	display: flex;
	flex: 0 0 252px;
	scroll-snap-align: start;
}

.oc-root .oc-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	color: #333;
	transition: opacity 0.15s ease;
}

.oc-root a.oc-card:hover {
	color: #333;
	opacity: 0.78;
}

.oc-root .oc-card__img,
.oc-root .oc-pcard__img {
	position: relative;
	display: block;
	overflow: hidden;
	background: #e9e4d8;
}

.oc-root .oc-card__img {
	height: 140px;
}

.oc-root .oc-thumb {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.oc-root .oc-card__tag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 4px 10px;
	background: #527a62;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
}

.oc-root .oc-card__body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 14px;
}

.oc-root .oc-card__title {
	display: -webkit-box;
	height: 3.2em;
	overflow: hidden;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.oc-root .oc-card__date {
	color: #8c8c8c;
	font-size: 11px;
	line-height: 1.5;
}

.oc-root .oc-card.is-soon .oc-card__title,
.oc-root .oc-pcard.is-soon .oc-pcard__title {
	color: #8c8c8c;
}

.oc-root .oc-noimg {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: 100%;
	height: 100%;
	color: #b3a98f;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.12em;
}

.oc-root .oc-noimg .oc-ico {
	width: 26px;
	height: 26px;
}

.oc-root .oc-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #527a62;
	border-radius: 8px;
	background: #527a62;
	color: #fff;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.oc-root .oc-arrow:hover {
	border-color: #3e5e4b;
	background: #3e5e4b;
}

.oc-root .oc-arrow:disabled,
.oc-root .oc-arrow:disabled:hover {
	border-color: #527a62;
	background: #fff;
	color: #527a62;
	cursor: default;
}

.oc-root .oc-basic {
	background: #2f4a3a;
	color: #fff;
}

.oc-root .oc-phases {
	margin-top: 32px;
}

.oc-root .oc-phase {
	position: relative;
	padding: 0 0 36px 34px;
}

.oc-root .oc-phase:last-child {
	padding-bottom: 0;
}

.oc-root .oc-phase::before {
	content: "";
	position: absolute;
	top: 18px;
	bottom: -18px;
	left: 7px;
	width: 2px;
	background: rgba(255, 255, 255, 0.2);
}

.oc-root .oc-phase:last-child::before {
	bottom: 60px;
}

.oc-root .oc-phase__dot {
	position: absolute;
	top: 10px;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #c9a978;
	box-shadow: 0 0 0 5px rgba(201, 169, 120, 0.22);
}

.oc-root .oc-phase__head {
	display: flex;
	align-items: baseline;
	gap: 12px;
}

.oc-root .oc-phase__num {
	color: #c9a978;
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
}

.oc-root .oc-phase__title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
}

.oc-root .oc-phase__text {
	margin-top: 10px;
	color: #cfddd4;
	font-size: 13px;
	line-height: 1.7;
}

.oc-root .oc-phase__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 14px;
}

.oc-root .oc-pcard {
	display: flex;
	height: 84px;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	color: #333;
	transition: opacity 0.15s ease;
}

.oc-root a.oc-pcard:hover {
	color: #333;
}

.oc-root .oc-pcard__img {
	flex: 0 0 92px;
	height: 84px;
}

.oc-root .oc-pcard .oc-noimg .oc-ico {
	width: 22px;
	height: 22px;
}

.oc-root .oc-pcard .oc-noimg__label {
	display: none;
}

.oc-root .oc-pcard__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	min-width: 0;
	padding: 10px 12px;
}

.oc-root .oc-pcard__title {
	display: -webkit-box;
	overflow: hidden;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.oc-root .oc-pcard__more {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #527a62;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
}

.oc-root .oc-pcard__more .oc-ico {
	width: 12px;
	height: 12px;
}

.oc-root .oc-pcard.is-soon .oc-pcard__more {
	color: #a39a86;
	font-weight: 500;
}

.oc-root .oc-more {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	margin-top: 36px;
	padding: 0 48px;
	border: 1px solid #fff;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	transition: background-color 0.15s ease;
}

.oc-root .oc-more .oc-ico {
	position: absolute;
	top: 50%;
	right: 18px;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
}

.oc-root .oc-more:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.oc-root .oc-cta {
	padding: 44px 20px;
	background: #efe6d4;
}

.oc-root .oc-cta__title {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}

.oc-root .oc-cta__lead {
	margin-top: 12px;
	color: #5c5c5c;
	font-size: 14px;
	line-height: 1.8;
}

.oc-root .oc-cta__btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 58px;
	margin-top: 22px;
	padding: 0 48px;
	border-radius: 8px;
	background: #527a62;
	box-shadow: 0 4px 0 #2f4a3a;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	transition: background-color 0.15s ease;
}

.oc-root .oc-cta__btn .oc-ico {
	position: absolute;
	top: 50%;
	right: 18px;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
}

.oc-root .oc-cta__btn:hover {
	background: #3e5e4b;
	color: #fff;
}

.oc-root .oc-foot {
	padding: 40px 20px 0;
	background: #3e5e4b;
	color: #fff;
}

.oc-root .oc-foot__logo {
	display: inline-block;
	padding: 12px 16px;
	border-radius: 8px;
	background: #faf9f4;
}

.oc-root .oc-foot__logo img {
	display: block;
	width: 170px;
	height: 49px;
	object-fit: contain;
}

.oc-root .oc-foot__text {
	margin-top: 16px;
	color: #eef3ef;
	font-size: 13px;
	line-height: 1.9;
}

.oc-root .oc-foot__nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px 16px;
	margin-top: 28px;
}

.oc-root .oc-fcol {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
}

.oc-root .oc-fcol--wide {
	grid-column: 1 / -1;
}

.oc-root .oc-fcol__title {
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.oc-root .oc-fcol__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 13px;
	line-height: 1.45;
}

.oc-root .oc-fcol--two .oc-fcol__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 16px;
}

.oc-root .oc-fcol__link {
	color: #eef3ef;
	font-size: 13px;
}

.oc-root .oc-fcol__link:hover {
	color: #fff;
	text-decoration: underline;
}

.oc-root .oc-foot__copy {
	margin: 32px -20px 0;
	padding: 16px 20px calc(88px + env(safe-area-inset-bottom, 0px));
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	color: #dce7df;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

.oc-root .oc-bbar {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 45;
	display: grid;
	grid-template-columns: 1fr 1.35fr;
	gap: 8px;
	height: calc(68px + env(safe-area-inset-bottom, 0px));
	padding: 8px max(12px, calc(50% - 340px)) calc(8px + env(safe-area-inset-bottom, 0px));
	border-top: 1px solid #e4ded1;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 -4px 12px rgba(47, 74, 58, 0.06);
}

.oc-root .oc-bbar__area,
.oc-root .oc-bbar__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

.oc-root .oc-bbar__area {
	border: 1px solid #527a62;
	color: #3e5e4b;
}

.oc-root .oc-bbar__cta {
	background: #c9a978;
	color: #fff;
}

.oc-root .oc-bbar__area:hover {
	color: #3e5e4b;
}

.oc-root .oc-bbar__cta:hover {
	color: #fff;
}

.oc-root .oc-drawer {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	justify-content: flex-end;
}

.oc-root .oc-drawer__bg {
	position: absolute;
	inset: 0;
	background: rgba(47, 74, 58, 0.35);
	opacity: 0;
	transition: opacity 0.24s ease;
}

.oc-root .oc-drawer.is-open .oc-drawer__bg {
	opacity: 1;
}

.oc-root .oc-drawer__panel {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: #faf9f4;
	animation: oc-drawer-in 0.24s ease-out;
}

@keyframes oc-drawer-in {
	from {
		opacity: 0;
		transform: translateX(28px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.oc-root .oc-drawer__head {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	padding: 0 8px 0 16px;
	border-bottom: 1px solid #e4ded1;
	background: #fff;
}

.oc-root .oc-drawer__body {
	flex: 1 1 auto;
	padding: 20px 20px 32px;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.oc-root .oc-drawer .oc-search__box {
	width: 100%;
	height: 48px;
	background: #fff;
}

.oc-root .oc-drawer .oc-search__input,
.oc-root .oc-drawer .oc-search__input:focus {
	font-size: 16px;
}

.oc-root .oc-dnav {
	display: flex;
	flex-direction: column;
	margin-top: 12px;
}

.oc-root .oc-dnav__item {
	display: flex;
	align-items: center;
	gap: 14px;
	height: 76px;
	border-bottom: 1px solid #e4ded1;
	color: #333;
}

.oc-root a.oc-dnav__item:hover {
	color: #333;
}

.oc-root .oc-dnav__txt {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 3px;
}

.oc-root .oc-dnav__jp {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
}

.oc-root .oc-dnav__sub {
	color: #6b6b6b;
	font-size: 12px;
	line-height: 1.45;
}

.oc-root .oc-dnav__go {
	display: flex;
	color: #527a62;
}

.oc-root .oc-mcta--drawer {
	gap: 14px;
	margin-top: 24px;
	padding: 20px 18px;
}

.oc-root .oc-mcta--drawer .oc-mcta__btn {
	height: 50px;
}

.oc-root .oc-dlinks {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 24px;
	font-size: 12px;
	line-height: 1.5;
}

.oc-root .oc-dlinks__link {
	color: #6b6b6b;
}

.oc-root .oc-dlinks__link:hover {
	color: #527a62;
}

@media (hover: none) {
	.oc-root a:active,
	.oc-root button:active {
		opacity: 0.75;
	}
}

@media (min-width: 600px) {
	.oc-root .oc-drawer__panel {
		width: 420px;
		box-shadow: -8px 0 24px rgba(47, 74, 58, 0.12);
	}
}

@media (max-width: 782px) {
	body.admin-bar .oc-root .oc-sphead {
		top: 46px;
	}

	body.admin-bar .oc-root .oc-head {
		scroll-margin-top: 162px;
	}
}

@media (max-width: 600px) {
	body.admin-bar .oc-root .oc-sphead {
		top: 0;
	}

	body.admin-bar .oc-root .oc-head {
		scroll-margin-top: 116px;
	}
}

@media (min-width: 1280px) {
	.oc-root .oc-sphead,
	.oc-root .oc-bbar,
	.oc-root .oc-drawer,
	.oc-root .oc-only-sp,
	.oc-root .oc-br-sp {
		display: none;
	}

	.oc-root .oc-only-pc {
		display: block;
	}

	.oc-root .oc-layout {
		display: flex;
		align-items: stretch;
	}

	.oc-root .oc-side {
		display: block;
		flex: 0 0 260px;
		width: 260px;
		border-right: 1px solid #e4ded1;
		background: #fff;
	}

	.oc-root .oc-body {
		flex: 1 1 auto;
		min-width: 0;
		container-type: inline-size;
	}

	.oc-root .oc-topbar {
		display: block;
	}

	.oc-root .oc-label {
		gap: 10px;
		font-size: 14px;
	}

	.oc-root .oc-leafmark {
		width: 30px;
		height: 22px;
	}

	.oc-root .oc-hero {
		flex-direction: row;
		height: 620px;
	}

	.oc-root .oc-hero__text {
		display: flex;
		flex: 0 0 auto;
		flex-direction: column;
		justify-content: center;
		order: 0;
		width: 520px;
		padding: 0 64px;
	}

	.oc-root .oc-hero__leaf {
		top: auto;
		right: -7px;
		bottom: -7px;
		width: 160px;
		height: 160px;
	}

	.oc-root .oc-hero__inner {
		width: 100%;
		max-width: 392px;
		margin: 0;
	}

	.oc-root .oc-hero__title {
		margin-top: 24px;
		font-size: 40px;
	}

	.oc-root .oc-hero__lead {
		margin-top: 24px;
		font-size: 15px;
	}

	.oc-root .oc-hero__btns {
		margin-top: 36px;
	}

	.oc-root .oc-btn {
		gap: 8px;
		height: 56px;
		font-size: 15px;
	}

	.oc-root .oc-sv {
		gap: 16px;
		margin-top: 32px;
		padding-top: 20px;
	}

	.oc-root .oc-sv__img {
		width: 72px;
		height: 72px;
	}

	.oc-root .oc-hero__photo {
		flex: 1 1 auto;
		order: 1;
		min-width: 0;
		height: 620px;
		overflow: hidden;
		background: linear-gradient(180deg, #bcdcfc 0%, #d6e8f9 55%, #e6eef3 100%);
		container-type: inline-size;
	}

	.oc-root .oc-hero__frame {
		position: absolute;
		inset: 0;
		aspect-ratio: auto;
		height: auto;
		background: none;
		container-type: normal;
	}

	.oc-root .oc-hero__img {
		--k: 1px;
		top: -40px;
		left: -166px;
		width: 1120px;
		-webkit-mask-image: linear-gradient(180deg, transparent 0, #000 calc(40 * var(--k))), linear-gradient(270deg, transparent 0, #000 64px);
		-webkit-mask-composite: source-in;
		mask-image: linear-gradient(180deg, transparent 0, #000 calc(40 * var(--k))), linear-gradient(270deg, transparent 0, #000 64px);
		mask-composite: intersect;
	}

	.oc-root .oc-bubble {
		--k: 1px;
		top: 12px;
		left: 368px;
		width: auto;
		min-width: 280px;
		max-width: none;
		padding: 14px 18px;
		box-shadow: 0 8px 22px rgba(47, 74, 58, 0.18);
		font-size: 22px;
		white-space: nowrap;
	}

	.oc-root .oc-bubble::before {
		top: auto;
		bottom: calc(-14 * var(--k));
		left: calc(16 * var(--k));
		border-top: calc(16 * var(--k)) solid #fff;
		border-right: calc(16 * var(--k)) solid transparent;
		border-bottom: 0;
	}

	.oc-root .oc-scroll {
		position: absolute;
		right: 36px;
		bottom: 36px;
		z-index: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 6px;
		width: 96px;
		height: 96px;
		border-radius: 50%;
		background: #2f4a3a;
		color: #fff;
		transition: background-color 0.2s ease;
	}

	.oc-root .oc-scroll::after {
		content: "";
		position: absolute;
		inset: -6px;
		border: 1px solid #c9a978;
		border-radius: 50%;
		pointer-events: none;
	}

	.oc-root .oc-scroll:hover {
		background: #527a62;
		color: #fff;
	}

	.oc-root .oc-scroll__text {
		color: #fff;
		font-size: 17px;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.04em;
	}

	.oc-root .oc-scroll__tri {
		display: block;
		width: 0;
		height: 0;
		border-top: 10px solid #c9a978;
		border-right: 7px solid transparent;
		border-left: 7px solid transparent;
		animation: oc-bob 1.4s ease-in-out infinite;
	}

	.oc-root .oc-sec {
		padding: 96px 64px;
	}

	.oc-root .oc-wrap {
		max-width: 1052px;
	}

	.oc-root .oc-head {
		min-height: 160px;
		scroll-margin-top: 0;
	}

	body.admin-bar .oc-root .oc-head {
		scroll-margin-top: 32px;
	}

	.oc-root .oc-head__lead {
		font-size: 15px;
	}

	.oc-root .oc-head--center {
		padding-top: 22px;
	}

	.oc-root .oc-head--center .oc-head__title {
		font-size: 36px;
		line-height: 1.3;
	}

	.oc-root .oc-head--center .oc-head__lead {
		margin-top: 12px;
	}

	.oc-root .oc-head--split {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		gap: 48px;
		padding-bottom: 14px;
	}

	.oc-root .oc-head--split .oc-head__title {
		font-size: 34px;
		line-height: 1.3;
		letter-spacing: 0.02em;
		white-space: nowrap;
	}

	.oc-root .oc-head--split .oc-head__lead {
		flex: 0 1 360px;
		min-width: 0;
		margin-top: 0;
	}

	.oc-root .oc-head--dark {
		padding-top: 30px;
	}

	.oc-root .oc-head--dark .oc-head__title {
		font-size: 40px;
		line-height: 1.3;
	}

	.oc-root .oc-jsp {
		display: none;
	}

	.oc-root .oc-jrow {
		display: grid;
		grid-template-columns: minmax(0, 640px) minmax(340px, 1fr);
		gap: 24px;
		margin-top: 40px;
	}

	.oc-root .oc-jmap {
		display: block;
		border: 1px solid #e4ded1;
		border-radius: 8px;
		background: #fff;
		container-type: inline-size;
	}

	.oc-root .oc-cities {
		margin-top: 0;
		padding: 32px;
	}

	.oc-root .oc-cities__title {
		font-size: 26px;
	}

	.oc-root .oc-cities__lead {
		margin-top: 4px;
		font-size: 14px;
	}

	.oc-root .oc-cities__list {
		margin-top: 20px;
	}

	.oc-root .oc-city {
		gap: 10px;
		padding: 0 12px;
	}

	.oc-root .oc-city__no {
		width: 18px;
		font-size: 11px;
	}

	.oc-root .oc-trow {
		display: grid;
		grid-template-columns: minmax(0, 560px) minmax(300px, 1fr);
		gap: 40px;
		margin-top: 40px;
	}

	.oc-root .oc-wmap {
		align-self: start;
		padding: 0;
		container-type: inline-size;
	}

	.oc-root .oc-wmap__canvas {
		height: calc(400 * var(--u));
	}

	.oc-root .oc-wmap__legend {
		position: absolute;
		top: calc(12 * var(--u));
		left: calc(25 * var(--u));
		gap: 16px;
		padding: 0;
		font-size: 12px;
	}

	.oc-root .oc-wmap__legend li {
		gap: 6px;
	}

	.oc-root .oc-wmap__legend li::before {
		width: 10px;
		height: 10px;
	}

	.oc-root .oc-wmap__grid {
		position: absolute;
		top: calc(46 * var(--u));
		left: calc(25 * var(--u));
		grid-template-columns: repeat(6, calc(80 * var(--u)));
		grid-template-rows: repeat(5, calc(60 * var(--u)));
		gap: calc(6 * var(--u));
	}

	.oc-root .oc-ward {
		border-radius: calc(8 * var(--u));
		font-size: calc(13 * var(--u));
		letter-spacing: 0;
	}

	.oc-root .oc-tlist {
		margin-top: 0;
	}

	.oc-root .oc-tlist__title {
		padding-bottom: 12px;
	}

	.oc-root .oc-tlist__title span {
		margin-left: 10px;
	}

	.oc-root .oc-tlist__grid {
		column-gap: 20px;
	}

	.oc-root .oc-tcity {
		gap: 8px;
		font-size: 14px;
	}

	.oc-root .oc-tcity::before {
		width: 6px;
		height: 6px;
	}

	.oc-root .oc-slider {
		margin-top: 56px;
	}

	.oc-root .oc-slider__head {
		align-items: center;
		min-height: 44px;
	}

	.oc-root .oc-slider__title {
		font-size: 20px;
	}

	.oc-root .oc-slider__hint {
		display: none;
	}

	.oc-root .oc-slider__nav {
		display: flex;
		gap: 8px;
	}

	.oc-root .oc-slider.is-static .oc-slider__nav {
		visibility: hidden;
	}

	.oc-root .oc-slider__track {
		gap: 24px;
		margin: 20px 0 0;
		padding: 0;
		scroll-padding-left: 0;
	}

	.oc-root .oc-slider__track > li {
		flex: 0 0 calc((100% - 72px) / 4);
	}

	.oc-root .oc-card__img {
		height: 150px;
	}

	.oc-root .oc-card__body {
		gap: 8px;
		padding: 16px;
	}

	.oc-root .oc-card__title {
		font-size: 15px;
	}

	.oc-root .oc-card__date {
		font-size: 12px;
	}

	.oc-root .oc-noimg {
		gap: 6px;
		font-size: 11px;
	}

	.oc-root .oc-noimg .oc-ico {
		width: 28px;
		height: 28px;
	}

	.oc-root .oc-phases {
		position: relative;
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 24px;
		margin-top: 48px;
	}

	.oc-root .oc-phases::before {
		content: "";
		position: absolute;
		top: 6px;
		right: 0;
		left: 7px;
		height: 2px;
		background: rgba(255, 255, 255, 0.22);
	}

	.oc-root .oc-phases::after {
		content: "";
		position: absolute;
		top: 2px;
		right: 1px;
		width: 9px;
		height: 9px;
		border-top: 2px solid rgba(255, 255, 255, 0.4);
		border-right: 2px solid rgba(255, 255, 255, 0.4);
		transform: rotate(45deg);
	}

	.oc-root .oc-phase {
		display: flex;
		flex-direction: column;
		padding: 0;
	}

	.oc-root .oc-phase::before,
	.oc-root .oc-phase:last-child::before {
		content: none;
	}

	.oc-root .oc-phase__intro {
		min-height: 188px;
	}

	.oc-root .oc-phase__dot {
		position: relative;
		top: auto;
		left: auto;
		display: block;
		width: 14px;
		height: 14px;
		box-shadow: 0 0 0 5px rgba(201, 169, 120, 0.25);
	}

	.oc-root .oc-phase__head {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		margin-top: 20px;
	}

	.oc-root .oc-phase__num {
		font-size: 52px;
	}

	.oc-root .oc-phase__title {
		margin-top: 10px;
		font-size: 22px;
	}

	.oc-root .oc-phase__text {
		min-height: 44px;
		margin-top: 8px;
	}

	.oc-root .oc-phase__list {
		gap: 16px;
		margin-top: 24px;
	}

	.oc-root .oc-pcard {
		flex-direction: column;
		height: auto;
		transition: transform 0.2s ease, box-shadow 0.2s ease;
	}

	.oc-root a.oc-pcard:hover {
		box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
		transform: translateY(-4px);
	}

	.oc-root .oc-pcard__img {
		flex: 0 0 auto;
		height: 150px;
	}

	.oc-root .oc-pcard .oc-noimg .oc-ico {
		width: 28px;
		height: 28px;
	}

	.oc-root .oc-pcard .oc-noimg__label {
		display: block;
	}

	.oc-root .oc-pcard__body {
		justify-content: flex-start;
		gap: 8px;
		padding: 16px 18px;
	}

	.oc-root .oc-pcard__title {
		height: 3.2em;
		font-size: 15px;
		line-height: 1.6;
	}

	.oc-root .oc-pcard__more {
		gap: 6px;
		font-size: 13px;
	}

	.oc-root .oc-pcard__more .oc-ico {
		width: 14px;
		height: 14px;
	}

	.oc-root .oc-more {
		width: 360px;
		height: 56px;
		margin: 56px auto 0;
		font-size: 15px;
		letter-spacing: 0.04em;
	}

	.oc-root .oc-more .oc-ico {
		right: 22px;
		width: 18px;
		height: 18px;
	}

	.oc-root .oc-cta {
		display: flex;
		align-items: center;
		min-height: 300px;
		padding: 40px 64px;
	}

	.oc-root .oc-cta__in {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 40px;
		width: 100%;
	}

	.oc-root .oc-cta__text {
		display: flex;
		flex-direction: column;
		gap: 14px;
	}

	.oc-root .oc-cta__title {
		font-size: 30px;
		line-height: 1.5;
	}

	.oc-root .oc-cta__lead {
		margin-top: 0;
		font-size: 15px;
	}

	.oc-root .oc-cta__btn {
		flex: 0 0 360px;
		height: 72px;
		margin-top: 0;
		font-size: 17px;
	}

	.oc-root .oc-cta__btn .oc-ico {
		right: 24px;
		width: 20px;
		height: 20px;
	}

	.oc-root .oc-foot {
		padding: 56px 64px 0;
	}

	.oc-root .oc-foot__in {
		display: flex;
		gap: 48px;
		padding-bottom: 59px;
	}

	.oc-root .oc-foot__brand {
		display: flex;
		flex: 0 0 280px;
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}

	.oc-root .oc-foot__logo {
		padding: 14px 18px;
	}

	.oc-root .oc-foot__logo img {
		width: 188px;
		height: 54px;
	}

	.oc-root .oc-foot__text {
		margin-top: 0;
	}

	.oc-root .oc-foot__nav {
		flex: 1 1 auto;
		grid-template-columns: 1fr 1fr 1fr 1.45fr;
		gap: 28px;
		margin-top: 0;
	}

	.oc-root .oc-fcol--wide {
		grid-column: auto;
	}

	.oc-root .oc-fcol__title {
		padding-bottom: 4px;
	}

	.oc-root .oc-fcol__list,
	.oc-root .oc-fcol--two .oc-fcol__list {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.oc-root .oc-foot__copy {
		margin: 0 -64px;
		padding: 18px 64px;
	}
}

@media (min-width: 1280px) and (max-width: 1399px) {
	.oc-root .oc-cities {
		padding: 28px 24px;
	}

	.oc-root .oc-city {
		gap: 8px;
		padding: 0 10px;
	}
}

@supports (width: 1cqw) {
	@media (min-width: 1280px) {
		.oc-root .oc-hero__text {
			width: max(520px, calc((100cqw - 1052px) / 2 + 456px));
			padding-left: max(64px, calc((100cqw - 1052px) / 2));
		}

		.oc-root .oc-hero__img {
			--k: min(1px, calc(100cqw / 660));
			top: max(calc(-40 * var(--k)), calc(620px - 747.6 * var(--k)));
			left: calc(-166 * var(--k));
			width: calc(1120 * var(--k));
		}

		.oc-root .oc-bubble {
			--k: min(1px, calc(100cqw / 660));
			top: calc(max(calc(-40 * var(--k)), calc(620px - 747.6 * var(--k))) + 52 * var(--k));
			left: calc(368 * var(--k));
			min-width: calc(280 * var(--k));
			padding: calc(14 * var(--k)) calc(18 * var(--k));
			font-size: calc(22 * var(--k));
		}

		.oc-root .oc-head--split .oc-head__title {
			font-size: clamp(28px, 2.9cqw, 34px);
		}

		.oc-root .oc-jmap__canvas {
			--u: calc(100cqw / 640);
		}

		.oc-root .oc-wmap__canvas {
			--u: calc(100cqw / 560);
		}
	}
}

@keyframes oc-bob {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(5px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.oc-root .oc-scroll__tri,
	.oc-root .oc-drawer__panel {
		animation: none;
	}

	.oc-root *,
	.oc-root *::before,
	.oc-root *::after {
		transition-duration: 0.01ms !important;
	}
}
