*,
*::after,
*::before {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;

}

body {
	height: 100%;
	margin: 0;
	font-family: 'Hauora', sans-serif;
	font-size: 16px;
	color: var(--tx-bl);
	background-color: var(--bg-beige);
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;


}

html,
body {
	height: 100%;
	min-height: 100%;


}

.lenis,
.lenis body {
	height: auto;
	overflow: hidden;
}

@media (max-width: 1024px), (pointer: coarse) {
  .lenis,
  .lenis body {
    height: auto !important;
    overflow: auto !important;
  }
}


#root {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	flex: 1 1 auto;
}

main {
	flex: 1 1 auto;
}

h1 {
	font-size: 5em;
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	text-decoration: none;
	color: currentColor;
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;

}

input {
	border-radius: 0;
	outline: none;
}

button,
input {
	overflow: visible;
}

button {
	margin: 0;
	outline: none;
	background: transparent;
	border: none;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

ul {
	list-style-type: none;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;

	font: inherit;

}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	flex: 1 1 auto;
	background-color: var(--bg-beige);
}

.gm-style .gm-style-iw-c {
	background-color: var(--acc-light-apr-tx) !important;
	padding: 0;
	margin: 0;
	position: relative !important;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	max-width: 161px !important;
	height: 52px !important;
	color: var(--tx-bl);
	border-radius: 0px !important;
	padding: 8px !important;
}

.gm-style .gm-style-iw-d {
	overflow: hidden !important;
}

.gm-style-iw-chr {
	display: none !important;
}


.gm-style-iw-tc {
	filter: none !important;

}

.gm-style-iw-tc::after {
	height: 6px !important;
	box-shadow: none !important;
	background-color: var(--acc-light-apr-tx) !important;
}

@media (min-width: 1440px) and (max-width: 1920px) {
	.section_name {
		font-size: clamp(1.13rem, 0.38rem + 0.83vw, 1.38rem);
	}
}


@media (min-width: 1024px) and (max-width: 1439px) {
	.section_name {
		font-size: clamp(1rem, 0.69rem + 0.48vw, 1.13rem);
	}

}



@media (min-width: 768px) and (max-width: 1023px) {
	.section_name {
		font-size: clamp(0.88rem, 0.5rem + 0.78vw, 1rem);
	}
}

@media(max-width: 768px) {
	.section_name {
		font-size: 16px;
		flex: 1 1 auto;
	}


}