/*
Theme Name: chillauto.jp's Main Theme
Version: 1.0
Derived from the Original Theme: Twenty Eleven
Original Theme URI: http://wordpress.org/extend/themes/twentyeleven
Original Author: the WordPress team
Original Author URI: http://wordpress.org/
Original Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("/wp-content/themes/chillauto/aki.css");
@import url("/wp-content/themes/chillauto/kaz.css");

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	max-height: 999999px; /* against Android Chrome Font Boosting */
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
}
table, caption, tfoot, thead {
	vertical-align: middle;
}
:focus {
	/* remember to define focus styles! */
	outline: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
img[usemap^="#"],	/* MTL KAZ: added for IE 9 or older */
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

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

/* Variables	JUL-2022 KAZ
----------------------------------------------- */
:root {
	/* Dimensions */
	--pagewidth: calc(100vw - 16px); /* 2024.7 KAZ: added */
	--viewheight: 100vh;

	/* Colors */
	--ca-text-color: #604c3f;
	--ca-cream: #ecdfa0;
	--ca-green: #00913a;
	--ca-dark-green: #336a4f;	/* 2025.10 KAZ: added */
	--ca-sky-blue: #2ca6e0;
}
@media print, screen and (min-width: 768px) {	/* PC */
	.sponly {
		display: none !important;
	}
	/* Dimensions */
	:root {
		--ca-header-height: 131px;
	}
}
@media screen and (max-width: 767px) {	/* SP */
	.pconly {
		display: none !important;
	}
	/* Dimensions */
	:root {
		--ca-header-height: 144px;
	}
}
@media screen and (min-width: 783px) {	/* WP Admin Bar */
	:root {
		/* Dimensions */
		--wp-admin-bar-height: 32px;
	}
}
@media screen and (max-width: 782px) {	/* WP Admin Bar */
	:root {
		/* Dimensions */
		--wp-admin-bar-height: 46px;
	}
}
@media print {	/* WP Admin Bar */
	:root {
		/* Dimensions */
		--wp-admin-bar-height: 0px;
	}
}

/* =Structure
----------------------------------------------- */
html {
	scroll-padding-top: var(--ca-header-height);
}
html:has(body.admin-bar) {	/* on Firefox, the layout.css.has-selector.enabled preference needs to be set true */
	scroll-padding-top: calc(var(--ca-header-height) + var(--wp-admin-bar-height));
}
body {
	padding: 0;
	font-size: 100%;
	-webkit-text-size-adjust: none; /* KAZ: was 100% */
	text-size-adjust: none; /* KAZ */
}
#masthead,
#breadcrumbs,
#mainwall,
#ft_links {
	/*	width: 970px; */
}
#page {
	background: #fff;
	padding-top: var(--ca-header-height);
}
#primary {
	float: left;
	margin: 0;
	width: 684px; /* Width of main area */
}
#primary.nosidebar {
	float: none;
	margin: 0 auto;
	width: 100%;
}
#content {
	margin: 0;
}
#secondary {
	float: right;
	width: 261px; /* width of sidebar, if no margin between the sidebar and the main area, this can be commented out (MAT) */
}

/* Alignment */
.alignleft {
	float: left;
	margin-right: 1.625em;
	/* display: inline; */
}
.alignright {
	float: right;
	margin-left: 1.625em;
	/* display: inline; */
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Global
----------------------------------------------- */
body,
input,
textarea {
	color: var(--ca-text-color);
	font-family: dnp-shuei-mgothic-std, sans-serif;
	line-height: 1.875; /* 30px @ 16px */
}
input,
textarea,
select {
	font-size: 100%;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
}

/* Text elements */
hr,
p {
	margin-bottom: 16px;
}
strong,
.strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code,
kbd,
samp,
var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym,
dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: 0.5ex;
}
small {
	font-size: smaller;
}

/* Table */
table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 16px;
}
tbody {
	vertical-align: top;
}

/* List */
ul {
	list-style: none;
}
ul,
ol {
	margin: 0 0 16px 22px;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

/* Data list */
dl {
	margin: 0 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}

/* Forms */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: white;
	box-shadow: none;
	border: 1px solid #ddd;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"] {
	padding: 3px;
}
input[type="submit"],
input[type="image"],
input[type="button"],
button {
	cursor: pointer;
}
form :-ms-input-placeholder {
	color: #aaaaaa;
} /* IE 10+ */
form ::-webkit-input-placeholder {
	color: #aaaaaa;
} /* Google Chrome, Safari, Opera 15+, Android, iOS */
form :-moz-placeholder {
	color: #aaaaaa;
	opacity: 1;
} /* Firefox 18- */
form ::-moz-placeholder {
	color: #aaaaaa;
	opacity: 1;
} /* Firefox 19+ */
form :placeholder-shown {
	color: #aaaaaa;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
/* a:focus, a:active, */
a.current {
	text-decoration: underline;
}
@media (any-hover: hover) {
	a:hover {
		text-decoration: underline;
	}
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* =Header
----------------------------------------------- */
#branding {
	position: relative;
	z-index: 9999;
}
#masthead {
	margin: 0 auto;
}

/* =Menu
-------------------------------------------------------------- */
#headmenu {
	height: 100px;
}
#headlangbar {
	position: relative;
	float: right;
	right: -12px; /* == padding-right of #headmenu ul#headlangbar li */
	height: 25px; /* 30-5 */
	padding-top: 5px;
	margin: 0;
}
#headlogo {
	clear: both;
}
h1#headlogo,
div#headlogo a {
	/*	width: 250px; */
	/*	padding: 10px 0; */
}
div#headlogo a {
	display: block;
}
#headmenu ul {
	overflow: hidden;
	/*	height: 30px; */
	margin: 0;
	/*	line-height: 30px; */
}
#headmenu ul#headlangbar {
	/*	height: 25px; */
	/*	line-height: 25px; */
}
#headmenu ul li {
	float: left;
	list-style: none;
}
#headmenu ul#headlangbar li {
	border-left: #ccc solid 1px;
	float: left;
	font-size: 80%;
	padding: 0 12px;
}
#headmenu ul#headlangbar li:first-child {
	border-left: none;
}
#breadcrumbs {
	font-size: 0.75rem; /* 12px */
	line-height: 1;
	margin: 12px auto 15px;
}

/* =Content
----------------------------------------------- */
#topmain,
#main {
	clear: both;
	overflow: hidden;
	position: relative;
}
#topmain {
}
#main {
}
#mainwall {
	/* Mat c/o for slide show buttons like http://kobabo-s.com  overflow: hidden; */
	margin: 0 auto;
}
.page-title,
.entry-title {
	line-height: 1.5; /* 42px */
	font-size: 1.75rem; /* 28px */
	font-weight: bold;
}
.page-title a {
}
.hentry,
.no-results {
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title {
}
.entry-title a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.entry-title a:hover {
		color: inherit;
		text-decoration: underline;
	}
}
.entry-title img {
	vertical-align: middle;
}
.entry-title-top {
	display: none;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	/*	margin-bottom: 20px; */
}
.entry-content h1,
.entry-content h2 {
	margin: 0 0 20px;
}
.entry-content h1 {
	line-height: 1.5; /* 42px */
	font-size: 1.75rem; /* 28px */
}
.entry-content h2 {
	line-height: 1.6667; /* 40px */
	font-size: 1.5rem; /* 24px */
	font-weight: bold;
}
.entry-content h3 {
	margin: 0 0 12px;
	line-height: 1.5; /* 30px */
	font-size: 1.25rem; /* 20px */
	font-weight: bold;
}
.entry-content h4 {
	margin: 0 0 12px;
	line-height: 1.5; /* 24px */
	font-weight: bold;
}
.entry-content #s {
	width: 75%;
}
.entry-content p,
.entry-content li {
	/* to avoid Android's bug, see wordpress\todo.txt in MTL */
	background-color: rgba(255, 255, 255, 0.01);
}
/* -- Mat copied from the original twentyeleven .css after pointed out by Viex and talking with kaz 2021.1 */
.entry-content table {
	border-bottom: 1px solid #ddd;
	width: 100%;
}
.entry-content th,
.entry-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
@media (any-hover: hover) {
	.page-link a:hover {
		background: #888;
		color: #fff;
		font-weight: bold;
	}
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
@media (any-hover: hover) {
	.entry-meta .edit-link a:hover {
		background: #888;
		color: #fff;
	}
}
.entry-content .edit-link {
	clear: both;
	display: block;
}
#searchform .screen-reader-text {
	display: none;
}

/* Gutenberg blocks */
/* Counter-styles against /wp-includes/css/dist/block-library/style.min.css */
.entry-content figure {
	margin-bottom: 45px;
}
.entry-content .wp-block-image {
	line-height: 0;
}
.entry-content .wp-block-image .alignleft {
	margin-right: 40px;
}
.entry-content .wp-block-image .alignright {
	margin-left: 40px;
}
.entry-content .wp-block-image figcaption {
	line-height: 1.5;
	color: inherit;
	font-size: 100%;
}

/* Images */
.entry-content img {
	max-width: 100%;
	height: auto;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	max-width: 96%;
	background: #eee;
	margin-bottom: 1em;
	padding: 5px 0;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption img[class*="wp-image-"] {
	/* MTL: added against img[class*='wp-image-'] */
	border: 0;
	padding: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 1px;
	padding: 2px 0 0 5px;
	position: relative;
	background: transparent;
	text-align: center;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =error404
----------------------------------------------- */
.error404 .entry-title {
	/* MAY-2023 KAZ: added */
	padding: 200px 0;
	text-align: center;
}
.error404 #primary #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	overflow: hidden;
	margin: 0 0 25px;
}
.error404 #primary #s {
	width: 95%;
}
.error404 #primary .widget {
	clear: none;
	float: left;
	width: 45%;
}
.error404 #primary .widget_archive {
	clear: both;
}

/* =Navigation
-------------------------------------------------------------- */
#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
	margin-top: 160px;
	margin-bottom: 160px;
}
#content nav a {
	color: inherit;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#content #nav-single {
	width: 100%;
}

#content div.wp-pagenavi {
	clear: both;
	text-align: center;
}
#content div.wp-pagenavi a,
#content div.wp-pagenavi span {
	display: inline-block;
	border: 0;
	min-width: 18px;
	margin: 0 15px;
	padding: 5px;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	/* font-size : 20px; */
	letter-spacing : 1.6px;
	color : #604C3F;
	color : rgb(96, 76, 63);
	width: 45px;
	height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-family:  Sofia Pro Soft;
	letter-spacing: 0.1em;
}
#content div.wp-pagenavi span.current {
	font-weight: bold;
}
#content div.wp-pagenavi a.page,
#content div.wp-pagenavi a.previouspostslink,
#content div.wp-pagenavi a.nextpostslink,
#content div.wp-pagenavi span.extend {
	color: inherit;
}
#content div.wp-pagenavi a.page,
#content div.wp-pagenavi a.previouspostslink,
#content div.wp-pagenavi a.nextpostslink {
	/* background-color: #d2caba; */
}
#content div.wp-pagenavi a.previouspostslink,
#content div.wp-pagenavi a.nextpostslink {
	background-image: url(/wp-content/themes/chillauto/images/news-pagenav__item.svg);
	background-size: 100% 100%;
	color: white;
	margin-right: 70px;
	transition: all  0.3s ease 0s;
}
#content div.wp-pagenavi a.nextpostslink {
	transform: scale(-1, 1);
	margin-left: 70px;
	margin-right: 0;
}
#content div.wp-pagenavi span.current {
	background-color: #F4EEDF;
	/* color: white; */
	border: 2px solid #604C3F;
	border-radius: 100px;
}
@media (any-hover: hover) {
	#content div.wp-pagenavi a.page:hover {
		/* background-color: #42210b; */
		/* color: white; */
		background-color: #F4EEDF;
		/* color: white; */
		border: 2px solid #604C3F;
		border-radius: 100px;
	}
}

/* =Widgets
----------------------------------------------- */
.widget {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	clear: both;
	margin: 0 0 10px;
}
.widget h3.widget-title {
}
.widget ul {
	margin: 0;
	list-style-type: none;
}
.widget ul ul {
	margin-left: 1.5em;
}

/* =Footer
----------------------------------------------- */
#ft_nav_top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px; /* KAZ: was 50% */
	z-index: 9000;
	margin: 0; /* KAZ: was 0 -600px 0 0 */
	opacity: 0;
	z-index: 9000;
}
#ft_nav_top a {
}
#ft_nav_top a img {
}
#colophon {
	clear: both;
	overflow: hidden;
	text-align: center;
	/*	height: 60px; */
}
#ft_links {
	overflow: hidden;
	/*	height: 30px; */
	margin: 0 auto;
}
ul#footmenu {
	overflow: hidden;
	/*	height: 30px; */
	margin: 0;
	text-align: left;
}
ul#footmenu li {
	list-style-type: none;
	float: left;
}
#ft_copyright {
	line-height: 30px;
	height: 30px;
	font-size: 70%;
}

/* Common entries
-------------------------------------------------------------- */
.left {
	text-align: left;
	display: block; /* Mat added these. If you use these for table, list, etc. and can't cover by the following td.right .., please override these invidually. */
}
.center {
	text-align: center;
	display: block;
}
.right {
	text-align: right;
	display: block;
}
td.right,
th.right,
td.center,
th.center,
td.left,
th.left {
	display: table-cell;
}
li.right,
li.right,
li.center {
	display: list-item;
}
.middle {
	vertical-align: middle;
}
.imgonly {
	line-height: 0;
}
.imgonly a,
a.imgonly {
	display: inline-block;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
a.current img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
@media (any-hover: hover) {
	.transbtn:hover,
	a:hover img {
		opacity: 0.75;
		filter: alpha(opacity=75);
	}
	.notransbtn:hover,
	a:hover img.notransbtn,
	#headlogo a:hover img,
	#ft_links a:hover img {
		opacity: 1;
		filter: none;
	}
}
/*.ios .transbtn:hover { */
/* iOS 8.4.1 で :hover に opacity が指定してあると 2 回タップしないとリンク先に飛ばない。script.js でユーザーエージェントを見て body に class="ios" を追加。 */
/*	opacity: 1;
 *	filter: none;
 *}
 */
.nomargin {
	margin: 0 !important;
}
.topbottommargin {
	margin: 20px auto !important;
}
.topmargin {
	margin-top: 60px !important;
}
.topmarginbig {
	margin-top: 80px !important;
}
.notopmargin {
	margin-top: 0 !important;
}
.bottommargin {
	margin-bottom: 20px !important;
}
.bottommarginbig {
	margin-bottom: 60px !important;
}
.nobottommargin {
	margin-bottom: 0 !important;
}
.onlymarginright {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}
.onlymarginleft {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}
.nopadding {
	padding: 0 !important;
}
.noborder {
	border: 0px !important;
}
.border {
	border: 1px solid gray;
}
.noclear {
	clear: none !important;
}
.nobackground {
	background: transparent none !important;
}
.nobr {
	white-space: nowrap;
}
.sofia {
	font-family: sofia-pro-soft, sans-serif;
}
body.logged-in .onlynotloggedin,
body:not(.logged-in) .onlyloggedin {
	display: none !important;	/* 2025.8 KAZ */
}


/* Blog Page Components
----------------------------------------------- */


/* Front Page Components
----------------------------------------------- */


/* Fixed Page Components
----------------------------------------------- */
/* CONCEPT Page */
#my-concept #page {
	padding-top: 0;
}
#my-concept .entry-header {
	display: none;
}
#fullpage {
}
#fullpage .section:not(.fp-auto-height),
#fullpage .section:not(.fp-auto-height) .bglayer,
#fullpage .section:not(.fp-auto-height) .wall {
	height: var(--viewheight) !important;
}
.admin-bar #fullpage .section:not(.fp-auto-height),
.admin-bar #fullpage .section:not(.fp-auto-height) .bglayer,
.admin-bar #fullpage .section:not(.fp-auto-height) .wall {
	height: calc(var(--viewheight) - var(--wp-admin-bar-height)) !important;
}
#fullpage .section:not(.fp-auto-height) {
	position: relative;
	overflow: hidden;
}
#fullpage .section:not(.fp-auto-height) .bglayer {
/*	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
 */
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
#fullpage .section:not(.fp-auto-height) .bglayer img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#fullpage .section:not(.fp-auto-height) .wall {
	display: flex;
	align-items: center;
	justify-content: center;
}
#fullpage .section:not(.fp-auto-height) .wall h2 {
	margin: 0;
}
#fullpage .section:not(.fp-auto-height) .wall .descr {
	color: white;
	font-weight: bold;
	text-shadow: 0 0 1px black;
}
#fullpage .section:not(.fp-auto-height) .wall .images {
}
#fullpage .section:not(.fp-auto-height) .wall .images img {
	display: block;
}
#concept_style {
	padding-block: 15px;
}
#concept_style img,
#concept_poem img {
	max-width: 100%;	/* */
}
#concept_style .wall {
	background: url(/images/concept_style_bg_middle.png) repeat left center;
	position: relative;
	margin-inline: auto;
	color: white;
}
#concept_style .wall::before,
#concept_style .wall::after {
	background-repeat: repeat-x;
	background-position: left center;
	position: absolute;
	width: 100%;
	height: 15px;
	left: 0;
	content: '';
}
#concept_style .wall::before {
	background-image: url(/images/concept_style_bg_top.png);
	top: -15px;
}
#concept_style .wall::after {
	background-image: url(/images/concept_style_bg_bottom.png);
	bottom: -15px;
}
#concept_style .catchline,
#concept_style h2 {
	text-align: center;
}
#concept_style .catchline {
}
#concept_style h2 {
}
#concept_style h2 img {
	vertical-align: baseline;
}
#concept_style ul.style_list {
	margin: 0;
}
#concept_style ul.style_list li {
	list-style-type: none;
	position: relative;
}
#concept_style ul.style_list li .number {
	position: absolute;
}
#concept_style ul.style_list li .image {
}
#concept_style ul.style_list li .image img {
	border-radius: 4.0161% / 6.0606%;	/* 20 / 498, 20 / 330 */
}
#concept_style ul.style_list li .text {
	position: relative;
}
#concept_style ul.style_list li .text h3 {
	color: var(--ca-cream);
	text-align: center;
}
#concept_style ul.style_list li .text p {	/* 2025.7 KAZ */
	border-top: var(--ca-text-color) 2px dotted;
	border-bottom: var(--ca-text-color) 2px dotted;
	padding-block: 19px;
	line-height: 1.8667;	/* 28px */
	font-size: 0.9375rem;	/* 15px */
	letter-spacing: 0.06em;
	text-align: center;
}
#concept_style ul.style_list li .text .illust {
	position: absolute;
}
#concept_poem {
}
#concept_poem .wall {
	margin-inline: auto;
}
#concept_poem .wrapper {
}
#concept_poem .wrapper h2 {
	text-align: center;
}
#concept_poem .wrapper h2 span.title,
#concept_poem .wrapper h2 a.expand_btn {
	display: inline-block;
	vertical-align: middle;
}
#concept_poem .wrapper h2 span.title {
}
#concept_poem .wrapper h2 a.expand_btn {
	width: 27px;
	margin-left: 13px;
	color: var(--ca-green);
	font-size: 0.75rem;	/* 12px */
}
#concept_poem .wrapper h2 a.expand_btn span {
	display: block;
}
#concept_poem .wrapper h2 a.expand_btn span.arrow {
	margin-bottom: 8px;
	transform: rotate(180deg);
	transition: transform 0.2s;
}
#concept_poem .wrapper.expanded h2 a.expand_btn span.arrow {
	transform: rotate(0deg);
}
#concept_poem .wrapper h2 a.expand_btn span.text {
}
#concept_poem .wrapper .expand_box {
	display: none;
}
#concept_poem .wrapper.expanded .expand_box {
	display: block;
}
#concept_poem .wrapper .expand_box .text {
}
#concept_poem .wrapper .expand_box .final {
	text-align: right;
}
#my-concept #fp-nav {
	margin: 0;
}
#my-concept.fp-viewing-0 #fp-nav,
#my-concept.fp-viewing-6 #fp-nav {
	display: none;
}
#my-concept #fp-nav ul {
}
#my-concept #fp-nav ul li {
	list-style-type: none;
	width: 24px;
	height: 24px;
	margin: 2px 0;
}
#my-concept #fp-nav ul li:first-child,
#my-concept #fp-nav ul li:last-child {
	display: none;
}
#my-concept #fp-nav ul li a {
	border-radius: 50%;
	padding: 8px;
}
#my-concept #fp-nav ul li a span {
	background-color: #666;
	border-radius: 50%;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.8);
	display: block;
	position: static;
	width: 8px;
	height: 8px;
	margin: 0;
	transition: none;
}
#my-concept #fp-nav ul li a.active span {
	background-color: white;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.8);
	width: 8px;
	height: 8px;
}
@media (any-hover: hover) {
	#my-concept #fp-nav ul li a:hover span {
		background-color: white;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.8);
		width: 8px;
		height: 8px;
	}
}


/* RESERVATION Page */
#my-reservation .entry-header,
#my-cancel .entry-header,	/* 2025.8 KAZ: was #my-confirmation; 2025.7 KAZ: added */
#my-mtspayjp-payment .entry-header {	/* 2025.7 KAZ: added */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 91.7%;
	margin-inline: auto;
}
#my-reservation .entry-title,
#my-cancel .entry-title,	/* 2025.8 KAZ: was #my-confirmation; 2025.7 KAZ: added */
#my-mtspayjp-payment .entry-title {	/* 2025.7 KAZ: added */
	color: white;
	letter-spacing: 0.08em;
	opacity: 0.8;
}
#reservation_menu {
}
#reservation_menu .wall,
#reservation_main .wall,
#my-cancel .entry-content,	/* 2025.8 KAZ: was #my-confirmation; 2025.7 KAZ: added */
#my-mtspayjp-payment .entry-content {	/* 2025.7 KAZ: added */
	margin-inline: auto;
}
#reservation_menu .wall {
}
#reservation_menu h2 {
	text-align: center;
}
#reservation_menu ul {
	display: flex;
	justify-content: center;
}
#reservation_menu ul li {
}
#reservation_menu ul li a {
	background-color: var(--ca-dark-green);	/* 2025.10 KAZ: was var(--ca-green) */
	border: var(--ca-dark-green) 1px solid;	/* 2025.10 KAZ: was var(--ca-green) */
	border-radius: 7px;
	display: block;
	color: white;
	font-weight: bold;
	letter-spacing: 0.08em;	/* 2025.10 KAZ */
	text-align: center;
}
#reservation_menu ul li a.current {
	background-color: white;
	color: var(--ca-dark-green);	/* 2025.10 KAZ: was var(--ca-green) */
	text-decoration: none;
}
@media (any-hover: hover) {
	#reservation_menu ul li a:hover {
		background-color: white;
		color: var(--ca-dark-green);	/* 2025.10 KAZ: was var(--ca-green) */
		text-decoration: none;
	}
}
#reservation_main {
}
#reservation_main input[type="submit"],
#reservation_main input[type="button"],
#my-cancel input[type="submit"],	/* 2025.8 KAZ: was #my-confirmation; 2025.7 KAZ: added */
#payment-form input[type="submit"],	/* 2025.7 KAZ: added */
#payment-form #payjp_checkout_box input[type="button"] {	/* 2025.7 KAZ: added */
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--ca-text-color);
	border: 0;
	border-radius: 7px;
	box-shadow: none;
	color: white;
}
#reservation_main .wall,
#my-cancel .entry-content,	/* 2025.8 KAZ: was #my-confirmation; 2025.7 KAZ: added */
#my-mtspayjp-payment .entry-content {	/* 2025.7 KAZ: added */
}
#reservation_main .mtsrcb-page-block {
}
#reservation_main #mtsrcb-entry-vehicle,
#reservation_main #mtsrcb-entry-date {
	text-align: center;
}
#reservation_main #mtsrcb-entry-vehicle {
}
#reservation_main #mtsrcb-entry-vehicle .image {
}
#reservation_main .cat-campingsite #mtsrcb-entry-vehicle .image {	/* 2025.10 KAZ: added */
	margin-bottom: 1em;
}
#reservation_main #mtsrcb-entry-vehicle .term_image {
}
#reservation_main #mtsrcb-entry-vehicle .term_image img {
	width: 155px;
}
#reservation_main #mtsrcb-entry-vehicle .term_image.campingcar img {
	width: 172px;
}
#reservation_main #mtsrcb-entry-vehicle h3 {
	font-weight: bold;
}
#reservation_main .cat-campingsite #mtsrcb-entry-vehicle h3 {	/* 2025.10 KAZ */
	font-family: sofia-pro-soft, sans-serif;
	letter-spacing: 0.08em;
}
#reservation_main #mtsrcb-entry-vehicle .note {	/* 2025.10 KAZ: added */
	line-height: 1.5;
}
#reservation_main #mtsrcb-entry-calendar {
}
#reservation_main #mtsrcb-entry-calendar .booking-calendar {
}
#reservation_main #change-calendar-pain {
	display: flex;
	justify-content: space-between;
}
#reservation_main #change-calendar-pain input[type="button"] {
	vertical-align: middle;
}
#reservation_main #change-calendar-pain input[type="button"]:disabled {
	background-color: #ccc;
}
#reservation_main #calendar-link-prev {
}
#reservation_main #calendar-link-title {
	display: block;
}
#reservation_main #calendar-link-next {
}
#reservation_main #schedule-calendar-pain {
}
#reservation_main #month-calendar {
}
#reservation_main #month-calendar table {
}
#reservation_main #month-calendar table caption {
	display: none;
}
#reservation_main #month-calendar table tr.week-row-thead th {
	background-color: transparent;
	font-weight: bold;
}
#reservation_main #month-calendar table tr.week-row-thead th:not(.sat, .sun) {
	color: inherit;
}
#reservation_main #mtsrcb-entry-date {
}
#reservation_main #mtsrcb-entry-date .description {
	display: none;
}
#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form {
}
#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form .rental-date-entry,
#reservation_main #mtsrcb-rental-form .rental-reserve-period .reserve-period-datetime,
#reservation_main #mts-rental-application .rental-reserve-period .reserve-period-datetime,	/* 2025.8 KAZ: added */
#mtsrcb-confirm-list #mts-rental-application .rental-reserve-period .reserve-period-datetime {	/* 2025.8 KAZ: added */
	justify-content: center;	/* 2025.7 KAZ */
}
#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form .rental-date-box {
}
#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form .rental-date-box label {
	display: block;
	font-weight: bold;
	text-align: left;
}
#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form #rental-temporary-notice {	/* 2025.7 KAZ: per request */
	color: red;
	font-weight: 600;
}
#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form .rental-action-row {
}
#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form .rental-action-row input[type="submit"],
#reservation_main .rental-form-block.action-row input[type="submit"],
#my-cancel input[type="submit"],	/* 2025.8 KAZ: was #my-confirmation; 2025.7 KAZ: added */
#payment-form input[type="submit"],	/* 2025.7 KAZ: added */
#payment-form #payjp_checkout_box input[type="button"] {	/* 2025.7 KAZ: added */
	font-weight: bold;
}
#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form .rental-action-row input[type="submit"] {
}
#reservation_main .rental-form-block .mts-form-table {
	border-collapse: collapse;
}
#reservation_main .rental-form-block.option-block h3.rental-form-title {
	display: none;	/* 「オプション選択」を隠す */
}
#reservation_main .rental-form-block.option-block .rental-option-label:has(input:disabled) {
	overflow: hidden;	/* 「不要」を隠す */
	width: 1px;
	height: 1px;
	margin: 0;
}
#reservation_main .rental-form-block.action-row {
	display: flex;
	justify-content: center;
}
#reservation_main .rental-form-block.action-row input[type="submit"] {
	padding-inline: 1em;
}
#reservation_main .rental-form-block.action-row input[type="submit"][name="booking_thanks"] {
	display: none;	/* 2025.8 KAZ */
}


/* CONFIRMATION/PAYMENT Page */
#payment-form .action-button {	/* 2025.7 KAZ: added */
	vertical-align: bottom;
}
#my-cancel input[type="submit"],	/* 2025.8 KAZ: was #my-confirmation; 2025.7 KAZ: added */
#payment-form input[type="submit"],
#payment-form #payjp_checkout_box input[type="button"] {	/* 2025.7 KAZ: added */
	padding-inline: 1em;
}
#payment-form input[type="submit"]:not(.abort-button),
#payment-form #payjp_checkout_box input[type="button"] {	/* 2025.7 KAZ: added */
	background-color: var(--ca-green);
}


/* PC専用のスタイル
----------------------------------------------- */
@media print, screen and (min-width: 768px) {

	/* Fixed Page Components */
	/* CONCEPT Page */
	#fullpage .section:not(.fp-auto-height),
	#fullpage .section:not(.fp-auto-height) .bglayer,
	#fullpage .section:not(.fp-auto-height) .wall {
		min-height: 600px;
	}
	#fullpage .section:not(.fp-auto-height) .bglayer,
	#fullpage .section:not(.fp-auto-height) .wall {
		padding: 131px 4.1667% 61px;	/* 60 / 1440 */
	}
	#fullpage .section:not(.fp-auto-height) .bglayer {
	}
	#fullpage .section:not(.fp-auto-height) .wall {
		width: auto;	/* 2025.7 KAZ */
	}
	#fullpage .section#concept_page3 .wall {
		column-gap: 5.9722%;	/* 86 / 1440 */
		padding-left: 13.3333%;	/* 192 / 1440 */
		padding-right: 12.4306%;	/* 179 / 1440 */
	}
	#fullpage .section#concept_page4 .wall {
		column-gap: 11.3194%;	/* 163 / 1440 */
		padding-left: 11.8056%;	/* 170 / 1440 */
		padding-right: 8.8889%;	/* 128 / 1440 */
	}
	#fullpage .section:not(.fp-auto-height) .wall h2 {
	}
	#fullpage .section:not(.fp-auto-height) .wall .descr {
		line-height: 3;		/* 51px */
		font-size: 1.0625rem;	/* 17px */
	}
	#fullpage .section#concept_page1 .wall .descr,
	#fullpage .section#concept_page5 .wall .descr {
		text-align: center;
	}
	#fullpage .section:not(.fp-auto-height) .wall .images {
	}
	#fullpage .section#concept_page3 .wall .images {
		width: 24.8611%;	/* 358 / 1440 */
	}
	#fullpage .section#concept_page4 .wall .images {
		width: 29.5833%;	/* 426 / 1440 */
	}
	#fullpage .section:not(.fp-auto-height) .wall .images img {
	}
	#fullpage .section:not(.fp-auto-height) .wall .images img.mediumimg {
		border-radius: 3.6232% / 5.1813%;	/* 10 / 276, 10 / 193 */
	}
	#fullpage .section#concept_page3 .wall .images img.mediumimg {
		width: 77.095%;		/* 276 / 358 */
	}
	#fullpage .section#concept_page3 .wall .images img.mediumimg:first-child {
		margin-bottom: 34px;
	}
	#fullpage .section#concept_page3 .wall .images img.mediumimg:last-child {
		margin-left: 22.905%;
	}
	#fullpage .section#concept_page4 .wall .images img.mediumimg {
		width: 64.7887%;	/* 276 / 426 */
	}
	#fullpage .section:not(.fp-auto-height) .wall .images img.smallimg {
		border-radius: 3.3333% / 4.7619%;	/* 8 / 240, 8 / 168 */
		width: 56.338%;		/* 240 / 426 */
	}
	#fullpage .section#concept_page4 .wall .images img.smallimg:first-child {
		margin-bottom: -35px;
		margin-left: 19.9531%;	/* 85 / 426 */
	}
	#fullpage .section#concept_page4 .wall .images img.smallimg:nth-child(2) {
		margin-bottom: 22px;
		margin-left: 43.662%;
	}
	#fullpage .section#concept_rest {
	}
	#concept_style {
		padding-top: 105px;
	}
	.admin-bar #concept_style {
		padding-top: calc(105px + var(--wp-admin-bar-height));
	}
	#concept_style .wall {
		width: 1200px;
		max-width: 90%;
		padding: 85px min(100px, 8.3333%) 115px;	/* 100 / 1200; left 115px and right 86px in deisgn; 20257. KAZ: added min() */
	}
	#concept_style .catchline {
		margin-bottom: 20px;
	}
	#concept_style .catchline img {
		width: 296px;
	}
	#concept_style h2 {
		margin-bottom: 88px;
		padding-left: 0.22em;	/* counter letter-spacing for centering */
		line-height: 1.6579;	/* 63px */
		font-size: 2.375rem;	/* 38px */
		letter-spacing: 0.22em;
	}
	#concept_style h2 img {
		width: 276px;
		margin-left: 5px;
	}
	#concept_style ul.style_list {
	}
	#concept_style ul.style_list li {
		display: flex;
		align-items: center;
		gap: 4.1%;	/* 41 / 1000 */
	}
	#concept_style ul.style_list li:not(:first-child) {
		margin-top: 100px
	}
	#concept_style ul.style_list li:nth-child(even) {
		flex-direction: row-reverse;
	}
	#concept_style ul.style_list li .number {
		top: -44px;
	}
	#concept_style ul.style_list li:nth-child(odd) .number {
		left: 38px;	/* 25px for the first one in design */
	}
	#concept_style ul.style_list li:nth-child(even) .number {
		right: 58px;
	}
	#concept_style ul.style_list li .image {
		width: 54.3%;	/* 543 / 1000 */
	}
	#concept_style ul.style_list li .text {
/*		width: 45.7%; */	/* 457 / 1000 */
		width: 39.8%;	/* 398 / 1000 */
	}
	#concept_style ul.style_list li .text h3 {
		padding-bottom: 12px;	/* 2025.7 KAZ: c/o; was padding-block */
		line-height: 1.5556;	/* 42px */
		font-size: 1.6875rem;	/* 27px */
		white-space: nowrap;	/* 2025.7 Aki added for iPad */
	}
	#concept_style ul.style_list li .text p {	/* 2025.7 KAZ */
	}
	#concept_style ul.style_list li .text .illust {
	}
	#concept_style ul.style_list li:nth-child(1) .text .illust {
		width: 194px;
		top: -91px;
		right: -104px;	/* 2025.7 Aki was -84px */
	}
	#concept_style ul.style_list li:nth-child(2) .text .illust {
		width: 181px;
		top: -86px;
		left: -110px;	/* 2025.7 Aki was -80px */
	}
	#concept_style ul.style_list li:nth-child(3) .text .illust1 {
		width: 74px;
		top: -80px;
		right: -10px;	/* 2025.7 Aki was 16px */
	}
	#concept_style ul.style_list li:nth-child(3) .text .illust2 {
		width: 70px;
		top: 20px;	/* 2025.7 KAZ: was bottom: -80px */
		left: -20px;	/* 2025.7 Aki was -2px */
	}
	#concept_poem {
	}
	#concept_poem .wall {
		width: 644px;
		max-width: 90%;
		padding: 125px 0;
	}
	#concept_poem .wrapper {
	}
	#concept_poem .wrapper h2 {
	}
	#concept_poem .wrapper h2 span.title {
	}
	#concept_poem .wrapper h2 a.expand_btn {
	}
	#concept_poem .wrapper .expand_box {
		padding-top: 52px;
	}
	#concept_poem .wrapper .expand_box .text {
		margin-bottom: 52px;
	}
	#concept_poem .wrapper .expand_box .final {
	}
	#concept_poem .wrapper .expand_box .final img {
		width: 253px;
	}
	#my-concept #fp-nav {
		right: 6.6667%;	/* 96 / 1440 */
		padding-top: 35px;
	}


	/* RESERVATION Page */
	#my-reservation .entry-header,
	#my-cancel .entry-header,	/* 2025.8 KAZ: was #my-confirmation; 2025.7 KAZ: added */
	#my-mtspayjp-payment .entry-header {	/* 2025.7 KAZ: added */
		background: url(/images/reservation_mv.webp) no-repeat center / cover;
		aspect-ratio: 1320 / 608;
		margin-bottom: 105px;
	}
	#my-reservation .entry-title,
	#my-cancel .entry-title,	/* 2025.8 KAZ: was #my-confirmation; 2025.7 KAZ: added */
	#my-mtspayjp-payment .entry-title {	/* 2025.7 KAZ: added */
		font-size: min(135px, 9.375vw);	/* 135 / 1440 */
	}
	#reservation_menu {
	}
	#reservation_menu .wall,
	#reservation_main .wall,
	#my-cancel .entry-content,	/* 2025.8 KAZ: was #my-confirmation; 2025.7 KAZ: added */
	#my-mtspayjp-payment .entry-content {	/* 2025.7 KAZ: added */
		width: 780px;
		max-width: 90%;
	}
	#reservation_menu h2 {
	}
	#reservation_menu ul {
		gap: 0 40px;
		margin-bottom: 50px;
	}
	#reservation_menu ul li {
	}
	#reservation_menu ul li a {
		width: 120px;
		line-height: 40px;
		font-size: 1.25rem;	/* 20px */
	}
	#reservation_menu .wall {
	}
	#reservation_main {
	}
	#reservation_main .wall,
	#my-cancel .entry-content,	/* 2025.8 KAZ: was #my-confirmation; 2025.7 KAZ: added */
	#my-mtspayjp-payment .entry-content {	/* 2025.7 KAZ: added */
		padding-bottom: 100px;
	}
	#reservation_main .mtsrcb-page-block {
	}
	#reservation_main #mtsrcb-entry-vehicle {
	}
	#reservation_main #mtsrcb-entry-vehicle .image {
	}
	#reservation_main :is(.cat-campingcar, .cat-roadstar) #mtsrcb-entry-vehicle .image {	/* 2025.10 KAZ: added :is(.cat-campingcar, .cat-roadstar) */
		margin-bottom: 30px;
	}
	#reservation_main #mtsrcb-entry-vehicle .term_image {
		margin-bottom: 20px;
	}
	#reservation_main #mtsrcb-entry-vehicle h3 {
		margin-bottom: 30px;
		font-size: 2.5rem;	/* 40px */
	}
	#reservation_main #mtsrcb-entry-vehicle .note {	/* 2025.10 KAZ: added */
		margin-bottom: 50px;
	}
	#reservation_main #mtsrcb-entry-calendar {
		margin-bottom: 35px;
	}
	#reservation_main #mtsrcb-entry-calendar .booking-calendar {
	}
	#reservation_main #change-calendar-pain {
	}
	#reservation_main #calendar-link-prev {
	}
	#reservation_main #calendar-link-title {
		font-size: 1.25rem;	/* 20px */
	}
	#reservation_main #calendar-link-next {
	}
	#reservation_main #schedule-calendar-pain {
	}
	#reservation_main #month-calendar {
	}
	#reservation_main #month-calendar table {
	}
	#reservation_main #mtsrcb-entry-date {
	}
	#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form {
	}
	#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form .rental-date-box {
	}
	#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form .rental-action-row {
		margin-top: 20px;
	}
	#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form .rental-action-row input[type="submit"],
	#reservation_main .rental-form-block.action-row input[type="submit"],
	#my-cancel input[type="submit"],	/* 2025.8 KAZ: was #my-confirmation; 2025.7 KAZ: added */
	#payment-form input[type="submit"],	/* 2025.7 KAZ: added */
	#payment-form #payjp_checkout_box input[type="button"] {	/* 2025.7 KAZ: added */
		height: 60px;
		font-size: 1.25rem;	/* 20px */
	}
	#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form .rental-action-row input[type="submit"] {
		width: 262px;
	}
	#reservation_main .rental-form-block.action-row {
		gap: 0 30px;
	}
	#reservation_main .rental-form-block.action-row input[type="submit"] {
	}
	#reservation_main #mtsrcb-finish-list > p {	/* 2025.7 KAZ: added */
		font-size: 1.25rem;	/* 20px */
	}

	/* CONFIRMATION/PAYMENT Page */
	#my-mtspayjp-payment .entry-content .end-payment #mts-message-pane {	/* 2025.7 KAZ: added */
		font-size: 1.25rem;	/* 20px */
	}

}


/* Smartphone専用のスタイル
----------------------------------------------- */
@media screen and (max-width: 767px) {

	/* Fixed Page Components */
	/* CONCEPT Page */
	#fullpage .section:not(.fp-auto-height) .bglayer,
	#fullpage .section:not(.fp-auto-height) .wall {
		padding: 80px 5.3333% 10px;	/* 20 / 375; 2025.4 KAZ: top was 126; 140px ... 57px in design */
	}
	#fullpage .section#concept_page0 .bglayer,
	#fullpage .section#concept_page0 .wall {
		padding-top: 116px;	/* 2025.4 KAZ */
	}
	#fullpage .section:not(.fp-auto-height) .bglayer {
	}
	#fullpage .section:not(.fp-auto-height) .wall {
		flex-direction: column;
	}
	#fullpage .section:not(.fp-auto-height) .wall h2 {
		width: 78.4%;	/* 294 / 375 */
		margin-inline: auto;
	}
	#fullpage .section:not(.fp-auto-height) .wall .descr {
		width: 71%;	/* 65.8667% = 247 / 375 in design */
		margin-inline: auto;
		line-height: 1.6667;	/* 25px; 32px in design */
		font-size: 0.9375rem;	/* 15px */
	}
	#fullpage .section:not(.fp-auto-height) .wall .images {
		margin-inline: auto;
	}
	#fullpage .section#concept_page3 .wall .images {
		width: 53.3333%;	/* 200 / 375 */
	}
	#fullpage .section#concept_page4 .wall .images {
		width: 59.2%;		/* 222 / 375 */
	}
	#fullpage .section:not(.fp-auto-height) .wall .images img {
	}
	#fullpage .section:not(.fp-auto-height) .wall .images img.mediumimg {
	}
	#fullpage .section#concept_page3 .wall .images img.mediumimg {
		border-radius: 3.609% / 5.1613%;	/* 4.8 / 133, 4.8 / 93 */
		width: 66.5%;		/* 133 / 200 */
	}
	#fullpage .section#concept_page3 .wall .images img.mediumimg:first-child {
		margin: 16px auto 10px 0;	/* top is 26px in design */
	}
	#fullpage .section#concept_page3 .wall .images img.mediumimg:last-child {
		margin-left: auto;
	}
	#fullpage .section#concept_page4 .wall .images img.mediumimg {
		border-radius: 3.6486% / 5.2174%;	/* 5.4 / 148, 5.4 / 103.5 */
		width: 66.6667%;	/* 148 / 222 */
		margin: 0 auto 21px;
	}
	#fullpage .section:not(.fp-auto-height) .wall .images img.smallimg {
		border-radius: 3.6434% / 5.2222%;	/* 4.7 / 129, 4.7 / 90 */
		width: 58.1081%;	/* 129 / 222 */
	}
	#fullpage .section#concept_page4 .wall .images img.smallimg:first-child {
		margin-right: auto;
	}
	#fullpage .section#concept_page4 .wall .images img.smallimg:nth-child(2) {
		margin: -54px 0 12px auto;
	}
	#fullpage .section#concept_rest {
	}
	#concept_style {
		padding-top: 110px;
	}
	.admin-bar #concept_style {
		padding-top: calc(110px + var(--wp-admin-bar-height));
	}
	#concept_style .wall,
	#concept_poem .wall {
		max-width: 89.3333%;	/* 335 / 375 */
	}
	#concept_style .wall {
		padding: 57px 0 73px;
	}
	#concept_style .catchline {
	}
	#concept_style .catchline img {
		width: 239px;
	}
	#concept_style h2 {
		margin-bottom: 65px;
		padding-left: 0.2em;	/* counter letter-spacing for centering */
		line-height: 1.7;	/* 51px */
		font-size: 1.875rem;	/* 30px */
		letter-spacing: 0.2em;
	}
	#concept_style h2 img {
		width: 260px;
		vertical-align: -7px;
	}
	#concept_style ul.style_list {
	}
	#concept_style ul.style_list li {
	}
	#concept_style ul.style_list li:not(:first-child) {
		margin-top: 78px
	}
	#concept_style ul.style_list li .number {
		top: -25px;
		left: 50%;
		transform: translateX(-50%);
	}
	#concept_style ul.style_list li .number img {
		width: auto;
		height: 49px;
	}
	#concept_style ul.style_list li .image,
	#concept_style ul.style_list li .text {
		margin-inline: auto;
	}
	#concept_style ul.style_list li .image {
		width: 91.0448%;	/* 305 / 335 */
		margin-bottom: 19px;
	}
	#concept_style ul.style_list li .text {
		width: 87.7612%;	/* 294 / 335 */
	}
	#concept_style ul.style_list li .text h3 {
		line-height: 1.5455;	/* 34px */
		font-size: 1.375rem;	/* 22px */
	}
	#concept_style ul.style_list li .text p {	/* 2025.7 KAZ */
	}
	#concept_style ul.style_list li .illust {
	}
	#concept_style ul.style_list li:nth-child(1) .text .illust {
		width: 54.4218%;	/* 160 / 294 */
		max-width: 160px;
		top: -78px;
		left: calc(50% + 37px);
	}
	#concept_style ul.style_list li:nth-child(2) .text .illust {
		width: 49.3197%;	/* 145 / 294 */
		max-width: 145px;
		top: -70px;
		right: calc(50% + 56px);
	}
	#concept_style ul.style_list li:nth-child(3) .text .illust1 {
		width: 20.4082%;	/* 60 / 294 */
		max-width: 60px;
		top: -18px;
		left: calc(50% + 88px);
	}
	#concept_style ul.style_list li:nth-child(3) .text .illust2 {
		width: 19.0476%;	/* 56 / 294 */
		max-width: 56px;
		top: 23px;	/* 2025.7 KAZ: was bottom: 0 */
		right: calc(50% + 96px);
	}
	#concept_poem {
	}
	#concept_poem .wall {
		padding: 50px 0 65px;
	}
	#concept_poem .wrapper {
	}
	#concept_poem .wrapper h2 {
		margin: 0 auto;
	}
	#concept_poem .wrapper h2 span.title {
		width: 227px;
	}
	#concept_poem .wrapper h2 a.expand_btn {
	}
	#concept_poem .wrapper .expand_box {
		padding-top: 26px;
	}
	#concept_poem .wrapper .expand_box .text {
		margin-bottom: 26px;
	}
	#concept_poem .wrapper .expand_box .final {
	}
	#concept_poem .wrapper .expand_box .final img {
		width: 45%;
	}
	#my-concept #fp-nav {
		right: 9.3333%;	/* 35 / 375 */
		padding-top: 53px;
	}


	/* RESERVATION Page */
	#my-reservation .entry-header,
	#my-cancel .entry-header,	/* 2025.8 KAZ: was #my-confirmation; 2025.7 KAZ: added */
	#my-mtspayjp-payment .entry-header {	/* 2025.7 KAZ: added */
		background: url(/images/sp/reservation_mv.webp) no-repeat center / cover;
		aspect-ratio: 335 / 370;
		margin-bottom: 76px;
	}
	#my-reservation .entry-title,
	#my-cancel .entry-title,	/* 2025.8 KAZ: was #my-confirmation; 2025.7 KAZ: added */
	#my-mtspayjp-payment .entry-title {	/* 2025.7 KAZ: added */
		font-size: min(43px, 11.4666vw);	/* 43 / 375 */
	}
	#reservation_menu {
	}
	#reservation_menu .wall,
	#reservation_main .wall,
	#my-cancel .entry-content,	/* 2025.8 KAZ: was #my-confirmation; 2025.7 KAZ: added */
	#my-mtspayjp-payment .entry-content {	/* 2025.7 KAZ: added */
		max-width: 89.3333%;	/* 335 / 375 */
	}
	#reservation_menu .wall {
	}
	#reservation_menu h2 {
	}
	#reservation_menu ul {
		gap: 0 16px;
		margin-bottom: 40px;
	}
	#reservation_menu ul li {
	}
	#reservation_menu ul li a {
		padding: 0 10px;
		line-height: 30px;
		font-size: 1.125rem;	/* 18px */
	}
	#reservation_main {
	}
	#reservation_main .wall,
	#my-cancel .entry-content,	/* 2025.8 KAZ: was #my-confirmation; 2025.7 KAZ: added */
	#my-mtspayjp-payment .entry-content {	/* 2025.7 KAZ: added */
		padding-bottom: 93px;
	}
	#reservation_main .mtsrcb-page-block {
	}
	#reservation_main #mtsrcb-entry-vehicle {
	}
	#reservation_main #mtsrcb-entry-vehicle .image {
	}
	#reservation_main :is(.cat-campingcar, .cat-roadstar) #mtsrcb-entry-vehicle .image {	/* 2025.10 KAZ: added :is(.cat-campingcar, .cat-roadstar) */
		margin-bottom: 40px;
	}
	#reservation_main #mtsrcb-entry-vehicle .term_image {
		margin-bottom: 30px;
	}
	#reservation_main #mtsrcb-entry-vehicle h3 {
		margin-bottom: 20px;
		font-size: 2rem;	/* 32px */
	}
	#reservation_main #mtsrcb-entry-vehicle .note {	/* 2025.10 KAZ: added */
		margin-bottom: 30px;
		font-size: 0.875rem;
		text-align: left;
	}
	#reservation_main #mtsrcb-entry-calendar {
		margin-bottom: 25px;
	}
	#reservation_main #mtsrcb-entry-calendar .booking-calendar {
	}
	#reservation_main #change-calendar-pain {
	}
	#reservation_main #calendar-link-prev {
	}
	#reservation_main #calendar-link-title {
		font-size: 1.125rem;	/* 18px */
	}
	#reservation_main #calendar-link-next {
	}
	#reservation_main #schedule-calendar-pain {
	}
	#reservation_main #month-calendar {
	}
	#reservation_main #month-calendar table {
	}
	#reservation_main #mtsrcb-entry-date {
	}
	#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form {
	}
	#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form .rental-date-box {
	}
	#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form .rental-date-box .date-box-date input {
		width: 144px;
		font-size: 0.875rem;	/* 14px */
	}
	#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form #rental-date-arrow {
		margin: 0;
	}
	#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form .rental-action-row {
		margin-top: 20px;
	}
	#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form .rental-action-row input[type="submit"],
	#reservation_main .rental-form-block.action-row input[type="submit"],
	#my-cancel input[type="submit"],	/* 2025.8 KAZ: was #my-confirmation; 2025.7 KAZ: added */
	#payment-form input[type="submit"],	/* 2025.7 KAZ: added */
	#payment-form #payjp_checkout_box input[type="button"] {	/* 2025.7 KAZ: added */
		height: 43px;
		font-size: 0.9375rem;	/* 15px */
	}
	#reservation_main #mtsrcb-entry-date #mtsrcb-entry-form .rental-action-row input[type="submit"] {
		width: 182px;
	}
	#reservation_main .rental-form-block.action-row {
		gap: 0 16px;
	}
	#reservation_main .rental-form-block.action-row input[type="submit"] {
	}
	#reservation_main #mtsrcb-finish-list > p {	/* 2025.7 KAZ: added */
		font-size: 1.125rem;	/* 18px */
	}

	/* CONFIRMATION/PAYMENT Page */
	#my-mtspayjp-payment .entry-content .end-payment #mts-message-pane {	/* 2025.7 KAZ: added */
		font-size: 1.125rem;	/* 18px */
	}

}


/* =Print
----------------------------------------------- */
@media print {
	body {
		min-width: 1024px;
	}
	.header {
		position: absolute !important;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#ft_nav_top {
		display: none !important;
	}

	.top-point__bg,
	.camp-point__item-bg-inner,
	.camp-point__ttl {
		position: absolute !important;
	}
	.camp-point__item {
		padding-top: 320px !important;
		break-inside: avoid;
	}
	.camp-point__item-bg {
		filter: blur(8px) !important;
	}
	.camp-point__ttl {
		top: 160px !important;
		left: 50%;
		transform: translateX(-50%);
	}
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
html {
  /* font-family:dnp-shuei-mgothic-std; */
  font-feature-settings: "palt";
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none !important;
  }

  .br-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  .br-sp {
    display: none !important;
  }
}

img {
  vertical-align: top;
  width: 100%;
}

.top {
}

.chill-auto {
  overflow: hidden;
}

:where(.top) p {
  margin: 0;
}

:where(.top) a:hover {
  text-decoration: none;
}

.top dd {
  margin: 0;
  white-space: nowrap;
  margin-top: 5px;
}

.header {
	background-color: white;	/* KAZ */
	position: fixed;	/* KAZ */
	width: 100%;	/* KAZ */
/*	height: var(--ca-header-height); */	/* KAZ */
	top: 0;	/* KAZ */
	left: 0;	/* KAZ */
	z-index: 9999;	/* KAZ */
  /* margin-bottom: -10px; */
  /* margin-top: 45px; */
	margin: 0;	/* KAZ */
}

.admin-bar .header {
	top: var(--wp-admin-bar-height);	/* KAZ */
}

.header__content {
  display: flex;
  justify-content: space-between;
  /* padding: 0 55px; */
  position: relative;
}

.header__logo {
  margin-bottom: -60px;
}

.header__logo a {
	display: block;	/* KAZ */
	padding-bottom: 5px;	/* KAZ */
}

.header__logo-img {
  width: 112px;
}

.header__list {
  display: flex;
  list-style-type: none;
  gap: 35px;
  gap: 20px;
  gap: clamp(20px, 2.430555555555556vw, 35px);
  margin-top: 20px;
  margin-bottom: 25px;
}

.header__item {
}

.header__item a {
  font-size: 1.25rem;	/* 20px */
  font-size: 0.9375rem;	/* 15px */
  font-size: clamp(0.9375rem, 1.3888888888888888vw, 1.25rem);
  color: #604c3f;
  letter-spacing: 1.6px;
  font-weight: bold;
}

.top-main {
  /* transform: scale(0.6); */
}

.top-fv {
  width: 91.7%;
  margin: auto;
}

.top-fv__slide {
  /* margin: 0 auto; */
  /* width: 91.7%; */
  width: 100%;
}

.top-fv__slide-img {
}

.top-fv__slide-img img {
  width: 100%;
}

.top-fv__news {
  display: flex;
  margin-top: -98px;
  background-color: #fff;
  border-radius: 30px 0 0 0;
  width: 570px;
  /* width: clamp(15px , 45.27777777777778vw , 632px); */
  /* align-items: center; */
  padding: 35px;
  padding-right: 0;
  position: relative;
  margin-left: auto;
}

.top-fv__news-wrap {
  text-align: center;
}

.top-fv__news-ttl {
  font-size: 1rem;	/* 16px */
  letter-spacing: 1.28px;
  color: #00913a;
  font-weight: bold;
  line-height: 1.5;
}

.top-fv__news-ttl span {
  text-transform: uppercase;
}

.top-fv__news-subttl {
  font-size: 1.25rem;	/* 20px */
  letter-spacing: 1.2px;
  color: #604c3f;
  /* text-align: center; */
  font-weight: bold;
}

.top-fv__news-content {
  width: 363px;
  flex: 1;
  min-width: 0;
  text-align: right;
  margin-top: -7px;
}

.top-fv__news-list {
  list-style-type: none;
  font-size: 0.875rem;	/* 14px */
  letter-spacing: 0.84px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 5px;
}

.top-fv__news-item {
  line-height: 2.5;
  text-align: left;
}

.top-fv__news-date {
  padding-right: 20px;
  border-right: 1px solid #000;
}

.top-fv__news-txt {
  /* border-left: 1px solid #000; */
  padding-left: 25px;
	color: inherit;	/* KAZ */
}

.top-fv__news-link {
  /* text-decoration: underline; */
  letter-spacing: 1.2px;
  color: #644b3d;
  font-weight: bold;
  border-bottom: 1.5px solid #644b3d;
}

.top-fv__news-link:hover {
  text-decoration: none;
}

.top-concept {
  display: flex;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 145px;
  max-width: 1200px;
  width: 90%;
  margin: auto;
  position: relative;
  right: -3%;
}

.top-concept__container {
}

.top-concept__heading {
  margin-bottom: 45px;
}

.top-concept__ttl {
  font-size: 1.25rem;	/* 20px */
  letter-spacing: 1.6px;
  color: #00913a;
  margin-bottom: 55px;
  margin-left: 15px;
}

.top-concept__ttl span {
  text-transform: uppercase;
}

.top-concept__ttl-img {
  width: 402px;
}

.top-concept__gallery {
  margin-top: 28px;
  /* width: 664px; */
  /* width: 50vw; */
  /* max-width: 664px; */
  flex: 1;
  min-width: 0px;
}

@media screen and (max-width: 999.98px) {
  .top-concept {
    right: 0%;
  }

  .top-concept__gallery {
    flex: 1;
    min-width: 330px;
    margin-top: -60px;
    margin-left: -80px;
  }
}

.sp {
}

.top-concept__gallery-img {
  width: 664px;
  width: 100%;
}

.top-concept__content {
  margin-left: 55px;
}

.top-concept__txt {
  font-size: 1.25rem;	/* 20px */
  line-height: 48px;
  letter-spacing: 1.2px;
  /* color : #604C3F; */
  font-weight: bold;
  margin-bottom: 40px;
  white-space: nowrap;
}

.top__link {
}

.top-concept__link {
  display: block;
  width: 200px;
  background-color: #644b3d;
  text-align: center;
  border-radius: 7px;
  color: #efde97;
  padding: 11px 35px;
  letter-spacing: 2.7px;
  font-weight: bold;
  text-decoration: none;
}

.top-point {
  position: relative;
  /* padding-bottom: 140px; */
  padding-bottom: 1px;
  /* overflow: hidden; */
  margin-top: -2px;
}

.top-buy {
}

.top-point__bg {
  position: sticky;
  top: 88px;	/* 2025.10 KAZ: was 0 */
  width: 100%;
  height: calc(var(--viewheight) - 88px);	/* 2025.10 KAZ: was 100vh */
}

.top-point__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-fit: contain; */
}

.top-point__content {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-top: 80px;
  /* padding-bottom: 100px; */
  position: relative;
  margin-top: -200px;
  margin-bottom: 180px;
  /* padding-bottom: 110px; */
}

.top-camp__content {
  padding-bottom: 90px;
}

.top-buy__content {
  padding-bottom: 110px;
}

.top-point__content > * {
  position: relative;
}

.top-point__content:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  /* background-color: #EFDFCC; */
  background-size: 15px 15px;
  background-position: 50% 50%;
  background-image: repeating-linear-gradient(
      90deg,
      #e6e6e6,
      #e6e6e6 1px,
      transparent 1px,
      transparent 32px
    ),
    repeating-linear-gradient(0deg, #e6e6e6, #e6e6e6 1px, #fff 1px, #fff 32px);
  --mask: conic-gradient(
        from 135deg at top,
        #0000,
        #000000 1deg 89deg,
        #0000 90deg
      )
      top/20px 51% repeat-x,
    conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg)
      bottom/20px 51% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.top-buy__deco-1 {
  width: 245px;
  position: absolute;
  top: -110px;
  left: calc(50% + 137px);	/* 2025.7 Aki was 137px iPad実機で確認したらおかしかったため*/
}

.top-point__sub-ttl {
  font-size: 2rem;	/* 32px */
  line-height: 44.45px;
  letter-spacing: 3.84px;
  margin-bottom: 30px;
}

.top-point__sub-ttl span {
  text-decoration: underline solid #9dded2;
  text-decoration-thickness: 12px;
  text-underline-offset: -0.2em;
  padding: 0 10px;
}

.top-point__txt {
  font-size: 1rem;	/* 16px */
  line-height: 30px;
  letter-spacing: 0.96px;
  margin-bottom: 35px;
  font-weight: bold;
}

.top-point__gallery {
  margin-bottom: 25px;
  /* width: 650px; */
  margin-inline: auto;
  position: relative;
}

.top-point__gallery .slick-list {
  padding: 14px !important;
  padding: 0 !important;
}

.top-point__gallery .slick-num {
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-weight: bold;
  font-size: 0.8125rem;	/* 13px */
  letter-spacing: 1.04px;
  color: #ffffff;
  color: rgb(255, 255, 255);
}

.top-point__gallery .slick-slide {
  width: 650px;
  margin-inline: 70px;
}

.top-point__gallery .slick-prev,
.top-point__gallery .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 56px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  background-size: 100% 100%;
  background-image: url(/wp-content/themes/chillauto/images/slide-arrow-white.svg);
}

.top-point__gallery .slick-prev {
  left: 90px;
}

.top-point__gallery .slick-next {
  right: 90px;
  transform: translateY(-50%) scaleX(-1);
}

.top-point__gallery .slick-prev img,
.top-point__gallery .slick-next img {
  width: 100%;
  height: auto;
}

.top-point__gallery-img-1 {
}

.top-point__gallery-img-2 {
}

.top-point__gallery-img-3 {
}

.top-point__link {
}

.top-rental {
}

.top-rental__deco-1 {
  width: 256px;
  position: absolute;
  top: -40px;
  right: 29px;
}

.top-point__content-item {
}

.top-rental__content-item {
  padding-bottom: 100px;
}

.top-point__icon {
  margin-bottom: 35px;
}

.top-point__icon-img {
  width: 150px;
}

.top-point__ttl {
  font-size: 1.5625rem;	/* 25px */
  line-height: 38px;
  letter-spacing: 2.5px;
  margin-bottom: 15px;
}

.top-point__ttl--2 {
  margin-bottom: 36px;
}

.top-point__ttl--rental {
}

.top-point__img {
  width: 520px;
  margin-bottom: 40px;
}

.top-point__list-ttl {
  font-size: 0.8125rem;	/* 13px */
  line-height: 29px;
  letter-spacing: 1.04px;
  /* border-bottom: 1px solid #000; */
  font-weight: bold;
}

.top-point__list-wrap {
  font-size: 0.9375rem;	/* 15px */
  line-height: 28px;
  letter-spacing: 1.2px;
  font-weight: bold;
  text-align: left;
  width: 520px;
  margin: 0 auto;
  text-align: center;
  border-top: 1.5px solid #644b3d;
  border-bottom: 1.5px solid #644b3d;
  padding: 12px 0;
  position: relative;
}

.top-point__list-wrap.rx8 {	/* 2025.10 KAZ */
	border-top: 0;
}

.top-point__link {
}

.top-point__list {
  list-style-type: none;
  margin: 0;
  display: inline-block;
  text-align: left;
}

/*
.top-point__list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #644B3D;
}
.top-point__list:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #644B3D;
}
 */
.top-point__list--1 {
}

.top-point__list--2 {
}

.top-point__list--3 {
}

.top-point__list li {
}

.top-point__logo {
  margin-bottom: 40px;
}

.top-point__logo-img {
}

.top-camp {
}

.top-camp__deco-1 {
  width: 95px;
  position: absolute;
  top: -20px;
  left: 15px;
}

.top-point__content a {
  display: block;
  width: 200px;
  background-color: #644b3d;
  text-align: center;
  border-radius: 7px;
  color: #efde97;
  padding: 15px 35px;
  letter-spacing: 2.7px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 30px;
}

.top-camp__deco-2 {
  width: 153px;
  position: absolute;
  bottom: 28px;
  right: 70px;
}

.top-access {
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 1010px;
  margin: 0 auto;
  gap: 130px;
  gap: clamp(10px, 9.027777777777777vw, 130px);
  padding-top: 120px;
  padding-bottom: 120px;
  align-items: center;
}

.top-access__map {
  width: 49.6%;
}

.top-access__map iframe {
  width: 100%;
  aspect-ratio: 5/6.1;
  display: block;
  margin: 0 auto;
}

.top-access__img {
}

.top-access__content {
}

.top-access__info {
  margin-bottom: 55px;
}

.top-access__ttl {
  font-size: 1.0625rem;	/* 17px */
  letter-spacing: 1.36px;
  color: #00913a;
  margin-bottom: 30px;
  font-weight: bold;
}

.top-access__ttl span {
  text-transform: uppercase;
}

.top-access__txt {
  font-size: 1rem;	/* 16px */
  line-height: 30px;
  letter-spacing: 0.96px;
  font-weight: bold;
  /* margin-bottom: 10px; */
}

.top-access__address {
}

.top-access__contact {
}

.top-access__tel {
  margin-bottom: 6px;
  display: block;
}

.top-access__tel img {
  width: 201px;
}

.top-access__hours {
}

.footer {
  background-color: #f4eede;
  padding-top: 140px;
  padding-bottom: 14px;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  width: 91.1%;
  margin: 0 auto;
  margin-bottom: 105px;
  align-items: flex-start;
}

.footer__content-img {
  width: 249px;
  width: 19%;
  margin-left: 96px;
  margin-left: 7%;
  margin-right: 60px;
  margin-right: 4%;
}

@media screen and (max-width: 999.98px) {
  .footer__content-img {
    width: 15%;
    margin-left: 0;
    margin-right: 4%;
  }
}

.footer-nav {
  font-size: 1.875rem;	/* 30px */
  line-height: 66.54px;
  letter-spacing: 2.4px;
  color: #604c3f;
  display: flex;
  gap: 80px;
  width: 348px;
}

.footer-nav__list {
}

.footer-nav__list a {
  font-size: 0.6875rem;	/* 11px */
  line-height: 30px;
  letter-spacing: 1.1px;
  color: #604c3f;
  font-weight: bold;
  vertical-align: top;
}

.footer-nav__list a:hover {
  text-decoration: none;
}

.footer-nav__list a span {
  font-size: 1.875rem;	/* 30px */
  line-height: 66.54px;
  letter-spacing: 2.4px;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.3;
}

.footer-nav__list a span:hover {
  text-decoration: underline;
}

.footer-item {
  width: 20.9%;
}

.footer-item__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}

.footer-item__list a {
/* font-size: 1.25rem; */	/* 20px; 2025.9 KAZ: moved below */
  line-height: 2.1;
  letter-spacing: 1.6px;
  color: #604c3f;
  font-weight: bold;
}

.footer-item__list a.sofia {
  font-size: 1.25rem;	/* 20px; 2025.9 KAZ: moved */
}

.footer-item__list a.gapped {
  margin-top: 1em;	/* 2025.9 KAZ: added */
}

.footer-item__list a span:hover {
  text-decoration: underline;	/* 2025.9 KAZ: added */
}

.footer-item__txt {
  margin: 0;
  font-weight: bold;
  font-size: 0.75rem;	/* 12px */
  line-height: 21.05px;
  letter-spacing: 0.72px;
}

.footer__heading-img {
  max-width: 880px;
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 100px;
}

.footer small {
  display: block;
  /* margin: 0 auto; */
  text-align: center;
}

/* フッター 補助金 */
.footer .supporter {	/* KAZ */
	margin-bottom: 12px;
	text-align: center;
}

.footer .supporter .text {	/* KAZ */
	border: 1px solid;
	display: inline-block;
	padding: 0 1em;
	line-height: 2em;
	font-size: 0.875rem;	/* 14px */
}

.rental-main {
}

.rental-fv {
  width: 91.7%;
  margin: 0 auto;
}

.rental-fv__ttl {
}

.rental-fv__ttl img {
  width: 100%;
}

.rental-concept {
  padding-top: 100px;
  padding-bottom: 95px;
}

.rental-concept__ttl {
  margin: 0 auto;
  width: 494px;
  /* padding-top: 100px; */
  margin-bottom: 55px;
}

.rental-concept__ttl-img {
  width: 100%;
}

.rental-concept__txt {
  font-size: 1.25rem;	/* 20px */
  line-height: 48px;
  letter-spacing: 1.2px;
  font-weight: bold;
  /* width: 45.3%; */
  /* margin: 0 auto; */
  text-align: center;
}

.rental-point {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 175px;
  background-image: repeating-linear-gradient(
      90deg,
      #f9f5ea,
      #f9f5ea 1px,
      transparent 1px,
      transparent 15px
    ),
    repeating-linear-gradient(
      0deg,
      #f9f5ea,
      #f9f5ea 1px,
      #f5eedd 1px,
      #f5eedd 15px
    );
}

.rental-point__content {
  /* background-color: #EFDFCC; */
  background-size: 15px 15px;
  background-position: 50% 50%;
  --mask: conic-gradient(
        from 135deg at top,
        #0000,
        #000 1deg 89deg,
        #0000 90deg
      )
      top / 20px 51% repeat-x,
    conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg)
      bottom / 20px 51% repeat-x;
  /* background-image: repeating-linear-gradient(90deg, #F9F5EA, #F9F5EA 1px, transparent 1px, transparent 15px), repeating-linear-gradient(0deg, #F9F5EA, #F9F5EA 1px, #F5EEDD 1px, #F5EEDD 15px); */
}

.rental-camping__content {
}

.rental-roadstar__content {
}

.rental-rx8__content {
}

.rental-point__heading {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rental-camping__heading,
.rental-roadstar__heading,
.rental-rx8__heading {	/* 2025.10 KAZ: added */
  background-color: #00a9e4;
  padding-top: 40px;
  --mask: conic-gradient(
        from 135deg at top,
        #0000,
        #000000 1deg 89deg,
        #0000 90deg
      )
      top/20px 51% repeat-x,
    conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg)
      bottom/1px 51% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  position: relative;
  top: -10px;
  padding-bottom: 20px;
}

.rental-roadstar__heading,
.rental-rx8__heading {	/* 2025.10 KAZ: added */
  background-color: #009039;
}

.rental-point__heading-ttl {
  font-size: 2.5rem;	/* 40px */
  letter-spacing: 4px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  line-height: 1.2;
}

.rental-point__heading-txt {
  font-size: 0.6875rem;	/* 11px */
  line-height: 27.41px;
  letter-spacing: 0.66px;
  color: #ffffff;
  margin: 0;
}

.rental-point__items {
  display: flex;
  /* background-color: #F5EEDD; */
  justify-content: space-between;
  /* padding: 0 159px; */
  padding-top: 115px;
  padding-bottom: 160px;
  width: 100%;
  margin: auto;
  width: 90%;
  max-width: 804px;
}

.rental-rx8__content .rental-point__items {
	justify-content: center;	/* 2025.10 KAZ */
}

.rental-point__item {
  text-align: center;
  width: 398px;
  width: 314px;
}

.rental-point__thum {
  margin-bottom: 33px;
  margin-left: -80px;
}

.rental-point__thum-img {
  width: 398px;
  /* width: 100%; */
}

.rental-point__ttl {
  font-size: 1.375rem;	/* 22px */
  letter-spacing: 2.2px;
  text-align: center;
  /* text-align: right; */
  /* transform: translate(10%); */
  margin-bottom: 31px;
  line-height: 1.4;
}

.rental-point__ttl--2row {
  height: 2.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -12px;
}

.rental-point__detail {
  display: inline-flex;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: center; */
  text-align: left;
  margin-bottom: 13px;
}

.rental-point__detail-dl {
  display: inline-flex;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 0.8rem;
}

.rental-point__detail-dt {
  font-size: 0.8125rem;	/* 13px */
  /* line-height : 50.73px; */
  letter-spacing: 1.82px;
  background-color: #fff;
  width: 90px;
  text-align: center;
  border-radius: 30px;
  padding: 5px 0;
}

.rental-point__detail-dd {
  font-size: 1.125rem;	/* 18px */
  line-height: 26.73px;
  letter-spacing: 2.52px;
  font-weight: bold;
  margin: 0;
}

.rental-point__link {
  display: block;
  width: 200px;
  text-align: center;
  border-radius: 7px;
  padding: 16px 35px;
  letter-spacing: 2.7px;
  font-weight: bold;
  margin: 0 auto;
  line-height: 1;
  /* text-decoration: underline; */
}

.rental-camping__link {
  background-color: #00a9e4;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.rental-camping__link:hover {
  text-decoration: none;
  color: #00a9e4;
  background-color: white;
}

.rental-roadstar__link,
.rental-rx8__link {	/* 2025.10 KAZ: added */
  background-color: #009039;
  color: #fff;
}

.rental-roadstar__link:hover,
.rental-rx8__link:hover {	/* 2025.10 KAZ: added */
  text-decoration: none;
  background-color: #fff;
  color: #009039;
}

.rental-point__ttl span {
  font-size: 0.8em;
}

.rental-point__detail-dd span {
  font-size: 0.75rem;	/* 12px */
  font-size: clamp(0.625rem, 0.8333333333333334vw, 0.75rem);
  white-space: nowrap;
  line-height: 1.6;
  display: inline-block;
  margin-top: 8px;
}

.rental-detail-main,
.camp-detail-main {	/* 2025.10 KAZ: added */
}

.rental-detail-fv,
.camp-detail-fv {	/* 2025.10 KAZ: added */
  /* margin-top: -20px; */
  width: 91.7%;
  margin: -20px auto;
  margin-bottom: 150px;
}

.rental-detail-fv__ttl,
.camp-detail-fv__ttl {	/* 2025.10 KAZ: added */
}

.rental-detail-fv__ttl img,
.camp-detail-fv__ttl img {	/* 2025.10 KAZ: added */
  width: 100%;
}

.rental-detail-point,
.camp-detail-point {	/* 2025.10 KAZ: added */
}

.rental-detail-point__content,
.camp-detail-point__content {	/* 2025.10 KAZ: added */
  width: 89.8%;
  max-width: 1200px;
  margin: 0 auto;
  background-image: repeating-linear-gradient(
      90deg,
      #f9f5ea,
      #f9f5ea 1px,
      transparent 1px,
      transparent 15px
    ),
    repeating-linear-gradient(
      0deg,
      #f9f5ea,
      #f9f5ea 1px,
      #f5eedd 1px,
      #f5eedd 15px
    );
  --mask: conic-gradient(
        from 135deg at top,
        #0000,
        #000000 1deg 89deg,
        #0000 90deg
      )
      top / 20px 51% repeat-x,
    conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg)
      bottom / 20px 51% repeat-x;
  mask: var(--mask);
}

.rental-detail-point__heading,
.camp-detail-point__heading {	/* 2025.10 KAZ: added */
  color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}

.rental-detail-camping__heading {
  background-color: #00a9e4;
}

.rental-detail-roadstar__heading {
  background-color: #00913a;
}

.rental-detail-point__heading-ttl,
.camp-detail-point__heading-ttl {	/* 2025.10 KAZ: added */
  font-size: 2.5rem;	/* 40px */
  letter-spacing: 4px;
  line-height: 1.5;
}

.rental-detail-point__heading-txt,
.camp-detail-point__heading-txt {	/* 2025.10 KAZ: added */
}

.rental-detail-point__item,
.camp-detail-point__item {	/* 2025.10 KAZ: added */
  /* background-image: repeating-linear-gradient(90deg, #F9F5EA, #F9F5EA 1px, transparent 1px, transparent 15px), repeating-linear-gradient(0deg, #F9F5EA, #F9F5EA 1px, #F5EEDD 1px, #F5EEDD 15px); */
  padding-top: 69px;
  padding-bottom: 230px;
}

.rental-detail-point__head,
.camp-detail-point__head {	/* 2025.10 KAZ: added */
  text-align: center;
  /* padding-top: 69px; */
  margin-bottom: 20px;
}

.rental-detail-point__head-ttl,
.camp-detail-point__head-ttl {	/* 2025.10 KAZ: added */
  width: 728px;
  margin-bottom: 20px;
}

.rental-detail-point__head-desc {
  display: flex;
  gap: 49px;
  font-weight: bold;
  justify-content: center;
}

.rental-detail-point__head-desc-dl {
  display: flex;
  gap: 15px;
  align-items: baseline;
}

.rental-detail-point__head-desc-dl dt {
  font-size: 1.0625rem;	/* 17px */
  line-height: 62.63px;
  letter-spacing: 2.38px;
  background-color: #fff;
  width: 105px;
  text-align: center;
  border-radius: 30px;
  /* padding: 5px 0; */
  line-height: 2.3;
}

.rental-detail-point__head-desc-dl dd {
  font-size: 1.25rem;	/* 20px */
  line-height: 28.63px;
  letter-spacing: 2.8px;
  text-align: left;
}

.rental-detail-point__body,
.camp-detail-point__body {	/* 2025.10 KAZ: added */
  display: flex;
  justify-content: space-between;
  padding: 0 7.1%;
  margin-bottom: 85px;
}

.rental-detail-point__body-img,
.camp-detail-point__body-img {	/* 2025.10 KAZ: added */
  width: 54.5%;
}

.rental-detail-point__body-img img,
.camp-detail-point__body-img img {	/* 2025.10 KAZ: added */
  width: 100%;
  border-radius: 20px;
}

.rental-detail-point__body-txts,
.camp-detail-point__body-txts {	/* 2025.10 KAZ: added */
  /* width: 398px; */
  flex: 1;
  min-width: 0;
  margin-left: 6.8%;
  margin-top: 15px;
}

.rental-detail-point__body-ttl,
.camp-detail-point__body-ttl {	/* 2025.10 KAZ: added */
  font-size: 1.5rem;	/* 24px */
  line-height: 40px;
  letter-spacing: 2.4px;
  margin-bottom: 10px;
}

.rental-detail-point__body-txt,
.camp-detail-point__body-txt {	/* 2025.10 KAZ: added */
  font-size: 0.9375rem;	/* 15px */
  line-height: 30px;
  letter-spacing: 0.9px;
  font-weight: bold;
}

.rental-detail-point__interior,
.camp-detail-point__equipment {	/* 2025.10 KAZ: added */
  /* text-align: center; */
  margin-bottom: 70px;
  max-width: 1020px;
  margin-inline: auto;
  width: 90%;
}

.rental-detail-point__interior-ttl,
.camp-detail-point__equipment-ttl {	/* 2025.10 KAZ: added */
  letter-spacing: 3.2px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}

.rental-detail-point__interior-ttl {
  font-size: 2rem;	/* 32px */
}

.rental-detail-camping__interior-ttl {
  color: #00a9e4;
}

.rental-detail-roadstar__interior-ttl {
  color: #00913a;
}

.rental-detail-point__interior-list,
.camp-detail-point__equipment-list {	/* 2025.10 KAZ: added */
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  /* justify-content: center; */
  justify-content: space-between;
  margin: 0;
}

.rental-detail-point__interior-list li,
.camp-detail-point__equipment-list li {	/* 2025.10 KAZ: added */
  list-style-type: none;
  width: 32.4%;
  width: calc((100% - 30px) / 3);
}

.rental-detail-point__interior-img,
.camp-detail-point__equipment-img {	/* 2025.10 KAZ: added */
  width: 100%;
  border-radius: 10px;
}

.rental-detail-point__col,
.camp-detail-point__col {	/* 2025.10 KAZ: added */
  display: flex;
  justify-content: space-between;
  /* padding: 0 15%; */
  margin-bottom: 60px;
  max-width: 1020px;
  width: 90%;
  margin: auto;
  margin-bottom: 70px;
}

.rental-detail-point__detail,
.camp-detail-point__detail {	/* 2025.10 KAZ: added */
  width: 46.3%;
}

.rental-detail-point__detail-ttl,
.camp-detail-point__detail-ttl {	/* 2025.10 KAZ: added */
  letter-spacing: 3.2px;
  color: #2ca6e0;
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
}

.rental-detail-point__detail-ttl {
  font-size: 2rem;	/* 32px */
}

.rental-detail-camping__detail-ttl {
  color: #2ca6e0;
}

.rental-detail-roadstar__detail-ttl {
  color: #00913a;
}

.rental-detail-point__detail-table,
.camp-detail-point__detail-table {	/* 2025.10 KAZ: added */
  width: 100%;
}

.rental-detail-point__detail-table tbody,
.camp-detail-point__detail-table tbody {	/* 2025.10 KAZ: added */
}

.rental-detail-point__detail-table thead tr,	/* 2025.9 KAZ: added */
.rental-detail-point__detail-table tbody tr,
.camp-detail-point__detail-table thead tr,	/* 2025.10 KAZ: added */
.camp-detail-point__detail-table tbody tr {	/* 2025.10 KAZ: added */
  background: #604c3f;
  color: white;
}

.rental-detail-point__detail-table thead tr th,	/* 2025.9 KAZ: added */
.rental-detail-point__detail-table tbody tr th,
.rental-detail-point__detail-table tbody tr td,
.camp-detail-point__detail-table thead tr th,	/* 2025.10 KAZ: added */
.camp-detail-point__detail-table tbody tr th,	/* 2025.10 KAZ: added */
.camp-detail-point__detail-table tbody tr td {	/* 2025.10 KAZ: added */
  border: 1px solid #f5eedd;
}

.rental-detail-point__detail-table thead tr th,	/* 2025.9 KAZ: added */
.rental-detail-point__detail-table tbody tr th,
.camp-detail-point__detail-table thead tr th,	/* 2025.10 KAZ: added */
.camp-detail-point__detail-table tbody tr th {	/* 2025.10 KAZ: added */
  text-align: center;
  line-height: 2.8;
  font-size: 0.9375rem;	/* 15px */
  letter-spacing: 0.9px;
  vertical-align: middle;
}

.rental-detail-point__detail-table tbody tr th,
.camp-detail-point__detail-table tbody tr th {	/* 2025.10 KAZ: added */
  width: 8.5em;
}

.rental-detail-point__detail-table tbody tr td,
.camp-detail-point__detail-table tbody tr td {	/* 2025.10 KAZ: added */
  background-color: #fff;
  font-size: 0.9375rem;	/* 15px */
  line-height: 32px;
  letter-spacing: 0.9px;
  color: #644b3d;
  font-weight: bold;
  line-height: 1.8;
  /* padding-left: 15px; */
  padding: 9px 15px;
}

.rental-detail-price__detail-th {
  width: 12em !important;
}

.rental-detail-price__detail-td,
.camp-detail-price__detail-td {	/* 2025.10 KAZ: added */
	text-align: center;	/* 2025.9 KAZ */
}

.rental-detail-point__item a,
.camp-detail-point__item a {	/* 2025.10 KAZ: added */
  color: #fff;
  display: block;
  width: 262px;
  text-align: center;
  border-radius: 7px;
  padding: 15px 40px;
  letter-spacing: 2.7px;
  font-weight: bold;
  margin: 0 auto;
}

.rental-detail-point__item a:hover,
.camp-detail-point__item a:hover {	/* 2025.10 KAZ: added */
  text-decoration: none;
}

.rental-detail-point__detail .note,	/* 2025.10 KAZ: added */
.camp-detail-point__detail .note {	/* 2025.10 KAZ: added */
	padding-left: 1em;
}
.rental-detail-point__detail .note::before,	/* 2025.10 KAZ: added */
.camp-detail-point__detail .note::before {	/* 2025.10 KAZ: added */
	width: 1em;
	margin-left: -1em;
	content: '※';
}

.rental-detail-camping__link {
  background-color: #00a9e4;
}

.rental-detail-roadstar__link {
  background-color: #00913a;
}

.rental-detail-other,
.camp-detail-other {	/* 2025.10 KAZ: added */
  padding-top: 140px;
  padding-bottom: 180px;
}

.rental-detail-other__heading,
.camp-detail-other__heading {	/* 2025.10 KAZ: added */
  text-align: center;
  margin-bottom: 47px;
}

.rental-detail-other__ttl,
.camp-detail-other__ttl {	/* 2025.10 KAZ: added */
  font-size: 2.5rem;	/* 40px */
  letter-spacing: 4px;
  line-height: 1.4;
}

.rental-detail-other__txt,
.camp-detail-other__txt {	/* 2025.10 KAZ: added */
  font-size: 1.25rem;	/* 20px */
  line-height: 40.6px;
  letter-spacing: 2px;
}

.rental-detail-other__list,
.camp-detail-other__list {	/* 2025.10 KAZ: added */
  display: flex;
  max-width: 844px;
  width: 90%;
  margin: 0 auto;
  gap: 80px;
}

@media screen and (min-width: 768px) {
#my-rental-rx8 .rental-detail-other__list {	/* 2025.10 KAZ: temporarily */
	width: 91.1%;	/* the same as #colophon .footer__content */
	max-width: 1141px;
	gap: 6.9238%;	/* 79 / 1141 */
}
}

.rental-detail-other__item,
.camp-detail-other__item {	/* 2025.10 KAZ: added */
  list-style-type: none;
}

.rental-detail-other__item {
  width: 226px;
  padding-left: 50px;
  box-sizing: content-box;
  margin-left: -50px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
#my-rental-rx8 .rental-detail-other__item {	/* 2025.10 KAZ: temporarily */
	width: 19.8072%;	/* 226 / 1141 */
}
}

.rental-detail-other__item-images {
  position: relative;
  width: 226px;
  margin-bottom: 15px;
  /* overflow: hidden; */
}

@media screen and (min-width: 768px) {
#my-rental-rx8 .rental-detail-other__item-images {	/* 2025.10 KAZ: temporarily */
	width: auto;
}
}

.rental-detail-other__item-images:hover {
  /* overflow: visible; */
}

.rental-detail-other__bg-img {
  width: 226px;
}

@media screen and (min-width: 768px) {
#my-rental-rx8 .rental-detail-other__bg-img {	/* 2025.10 KAZ: temporarily */
	width: 100%;
}
}

.rental-detail-other__item-img {
  width: 282px;
  display: block;
  position: absolute;
  top: 61%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}

@media screen and (min-width: 768px) {
#my-rental-rx8 .rental-detail-other__item-img {	/* 2025.10 KAZ: temporarily */
	width: 124.7788%;	/* 282 / 226 */
}
}

.rental-detail-other__item-img--c1 {
}

.rental-detail-other__item-img--c2 {
}

.rental-detail-other__item-img--r1 {
}

.rental-detail-other__item-img--r2 {
  top: 57%;
}

.rental-detail-other__item a:hover .rental-detail-other__item-img,
.camp-detail-other__item a:hover .rental-detail-other__item-img {	/* 2025.10 KAZ: added */
  transform: translateX(-56px) translateY(-50%);
}

#my-rental-rx8 .rental-detail-other__item a:hover .rental-detail-other__item-img {	/* 2025.10 KAZ: temporarily */
	transform: translateX(-19.8592%) translateY(-50%);	/* -56 / 282 */
}

.rental-detail-other__item a,
.camp-detail-other__item a {	/* 2025.10 KAZ: added */
  color: var(--ca-text-color);
  text-decoration: none;
}

.rental-detail-other__item a:hover img,
.camp-detail-other__item a:hover img {	/* 2025.10 KAZ: added */
  opacity: 1;
}

.rental-detail-other__item-img:hover,
.camp-detail-other__item-img:hover {	/* 2025.10 KAZ: added */
}

.rental-detail-other__item-ttl,
.camp-detail-other__item-ttl {	/* 2025.10 KAZ: added */
  text-align: center;
}

.rental-detail-other__item-ttl {
  font-size: 1.125rem;	/* 18px */
  line-height: 26.6px;
  letter-spacing: 0.8px;
}

.main-camp {
}

.camp-fv {
  width: 91.7%;
  margin: 0 auto;
}

.camp-fv__ttl {
}

.camp-fv__ttl img {
}

.camp-concept {
  padding-top: 90px;
  margin-bottom: 110px;
}

.camp-concept__content {
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  width: 92%;
  margin: auto;
  align-items: flex-start;
  margin-bottom: 48px;
  align-items: center;
}

.camp-concept__body {
  margin-top: 55px;
}

.camp-concept__ttl {
}

.camp-concept__ttl-img {
  width: 370px;
  margin-bottom: 22px;
}

.camp-concept__txt {
  font-size: 1.25rem;	/* 20px */
  font-size: clamp(1rem, 1.988889vw, 1.25rem);
  line-height: 2.5;
  letter-spacing: 1.2px;
  font-weight: bold;
  margin-left: 51px;
  margin-left: min(3.5vw, 51px);
  white-space: nowrap;
}

.camp-concept__img {
  width: 47.3%;
  margin-right: -30px;
}

.camp-concept__desc {
  display: flex;
  width: 90%;
  max-width: 995px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 70px;
  background-image: repeating-linear-gradient(
      90deg,
      #c9df9e,
      #c9df9e 1px,
      transparent 1px,
      transparent 12px
    ),
    repeating-linear-gradient(
      0deg,
      #c3dc94,
      #c3dc94 1px,
      #bbd786 1px,
      #bbd786 12px
    );
  padding: 47px 70px;
  --mask: conic-gradient(
        from 45deg at left,
        #0000,
        #000000 1deg 89deg,
        #0000 90deg
      )
      left / 51% 15px repeat-y,
    conic-gradient(from -135deg at right, #0000, #000 1deg 89deg, #0000 90deg)
      right / 51% 15px repeat-y;
  mask: var(--mask);
  gap: 60px;
}

.camp-concept__desc-heading {
  /* width: 263px; */
  color: #ffffff;
  /* display: flex; */
  /* flex-direction: column; */
  margin-top: 44px;
}

.camp-concept__desc-heading-ttl {
  font-size: 2.8125rem;	/* 45px */
  line-height: 52.27px;
  letter-spacing: 2.7px;
}

.camp-concept__desc-heading-txt {
  font-size: 1.1875rem;	/* 19px */
  line-height: 30.7px;
  letter-spacing: 1.14px;
}

.camp-concept__desc-txt {
  font-size: 0.9375rem;	/* 15px */
  line-height: 28.96px;
  letter-spacing: 0.6px;
  width: 541px;
  font-weight: bold;
  flex: 1;
  min-width: 0;
}

/* 2025.7 KAZ: old
.camp-map {
}
.camp-map__ttl {
  font-size: 35px;
  letter-spacing: 2.1px;
  color: #c0d68f;
  text-align: center;
  line-height: 1.9;
}
.camp-map__img {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
*/
.camp-map {	/* 2025.7 KAZ */
	padding-bottom: 115px;
}
.camp-map__ttl {	/* 2025.7 KAZ */
	text-align: center;
}
.camp-map__ttl span {	/* 2025.7 KAZ */
	display: block;
}
.camp-map__ttl span.en {	/* 2025.7 KAZ */
}
.camp-map__ttl span.ja {	/* 2025.7 KAZ */
	line-height: 1.25;
	font-weight: bold;
}
.camp-map .map_img {	/* 2025.7 KAZ */
	position: relative;
}
.camp-map .map_img img.basemap {	/* 2025.7 KAZ */
}
.camp-map .map_img a {	/* 2025.7 KAZ */
	display: block;
	position: absolute;
	padding-bottom: 7.365%;	/* 90 / 1222 */
}
.camp-map .map_img a.sora {	/* 2025.8 KAZ */
	width: 17.2668%;	/* (44 + 67 + 100) / 1222 */
	top: 7.1429%;	/* 55 / 770 */
	left: 18.8216%;	/* 230 / 1222 */
	padding-left: 3.6007%;	/* 44 / 1222 */
	padding-right: 8.1833%;	/* 100 / 1222 */
}
.camp-map .map_img a.kodama {	/* 2025.8 KAZ */
	width: 20.1309%;	/* (69 + 67 + 110) / 1222 */
	top: 3.1169%;	/* 24 / 770 */
	left: 45.0082%;	/* 550 / 1222 */
	padding-left: 5.6465%;	/* 69 / 1222 */
	padding-right: 9.0016%;	/* 110 / 1222 */
}
.camp-map .map_img a.ibuki {	/* 2025.8 KAZ */
	width: 23.1588%;	/* (106 + 67 + 110) / 1222 */
	top: 32.2078%;	/* 248 / 770 */
	left: 62.5205%;	/* 764 / 1222 */
	padding-left: 8.6743%;	/* 106 / 1222 */
	padding-right: 9.0016%;	/* 110 / 1222 */
}
/*----- old style
.camp-map .map_img a.sora {	/ * 2025.7 KAZ * /
	width: 16.8576%;	/ * (39 + 67 + 100) / 1222 * /
	top: 7.1429%;	/ * 55 / 770 * /
	left: 19.2308%;	/ * 235 / 1222 * /
	padding-left: 3.1915%;	/ * 39 / 1222 * /
	padding-right: 8.1833%;	/ * 100 / 1222 * /
}
.camp-map .map_img a.kodama {	/ * 2025.7 KAZ * /
	width: 19.7218%;	/ * (64 + 67 + 110) / 1222 * /
	top: 3.1169%;	/ * 24 / 770 * /
	left: 45.4173%;	/ * 555 / 1222 * /
	padding-left: 5.2373%;	/ * 64 / 1222 * /
	padding-right: 9.0016%;	/ * 110 / 1222 * /
}
.camp-map .map_img a.ibuki {	/ * 2025.7 KAZ * /
	width: 22.0131%;	/ * (92 + 67 + 110) / 1222 * /
	top: 32.2078%;	/ * 248 / 770 * /
	left: 63.6661%;	/ * 778 / 1222 * /
	padding-left: 7.5286%;	/ * 92 / 1222 * /
	padding-right: 9.0016%;	/ * 110 / 1222 * /
}
-----*/
.camp-map ul.camp-links {	/* 2025.10 KAZ */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1000px;
	max-width: 100%;
	margin: 60px auto 0;
}
.camp-map ul.camp-links li {	/* 2025.10 KAZ */
	width: 32%;
}
.camp-map ul.camp-links li a,
.camp-map ul.camp-links li a span.name {	/* 2025.10 KAZ */
	display: block;
}
.camp-map ul.camp-links li a {	/* 2025.10 KAZ */
	color: var(--ca-dark-green);
	font-size: 1.5rem;	/* 24px */
	font-weight: bold;
	letter-spacing: 0.08em;
	text-align: center;
}
.camp-map ul.camp-links li a span.name {	/* 2025.10 KAZ */
}
.camp-map ul.camp-links li a img {	/* 2025.10 KAZ */
	border-radius: 10px;
}

.camp-fee {	/* 2025.10 KAZ */
	text-align: center;
}
.camp-fee .camp-info__table thead tr th,
.camp-fee .camp-info__table tbody tr th,
.camp-fee .camp-info__table tbody tr td {	/* 2025.10 KAZ */
	width: 33%;
}

.camp-point {
  /* overflow: hidden; */
}

.camp-point__item {
  width: 100%;
  padding: 0;
  /* background-size: cover; */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-image: url(/wp-content/themes/chillauto/images/camp-point-bg-1.webp); */
  position: relative;
  /* height: 2000px; */
  /* padding-bottom: 100px; */
  /* background-color: #000; */
  padding-top: 160px;
  padding-bottom: 120px;
}

.camp-point__item > * {
  position: relative;
}

.camp-point__item-bg {
  position: sticky;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100vh; */
  height: 100%;
  /* margin-bottom: -100vh; */
  /* z-index: -1; */
  /* display: none; */
  filter: none !important;
  clip-path: inset(0);
}

.camp-point__item-bg.blurred {
	filter: blur(8px) !important;	/* KAZ */
}

.camp-point__item-bg-inner {
  position: sticky;
	overflow: hidden;	/* 2025.3 KAZ */
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.camp-point__item-bg img {
  width: 110%;
  height: 110vh;
  object-fit: cover;
  object-position: center center;
  /* position: sticky; */
  position: relative;
  top: -5%;
  left: -5%;
}

.camp-point__ttl {
  position: sticky;
  /* top: 190px; */
  /* bottom: 1050px; */
	top: calc(var(--ca-header-height) + 160px);	/* KAZ */
  /* margin-bottom: 2000px; */
  /* margin-top: 190px; */
/*	margin-bottom: max(560px, calc(100vh - 400px)); */	/* KAZ */
  margin-bottom: 560px;
  line-height: 61.56px;
  color: #ecdfa0;
  font-size: 2.4375rem;	/* 39px */
  letter-spacing: 3.9px;
  text-align: center;
}

.camp-point__txt {
  font-size: 1rem;	/* 16px */
  line-height: 30px;
  letter-spacing: 0.96px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 70px;
  /* margin-top: 2000px; */
  z-index: 9999;
	text-shadow: 0 0 1px black;	/* 2025.3 KAZ */
}

.camp-point__gallery-wrapper {
	overflow: hidden;	/* KAZ */
}

.camp-point__gallery {
  display: flex;
  align-items: flex-start;
  justify-content: center;
	gap: 0;	/* KAZ: was 15px */
	position: static;	/* KAZ: was relative */
	width: 416px;	/* KAZ */
  left: 50%;
	margin-inline: auto;	/* KAZ */
	transform: none;	/* KAZ: was translateX(-50%) */
}

.camp-point__gallery.slick-initialized {
	display: block !important;	/* KAZ */
}

.camp-point__gallery .slick-list {
	overflow: visible;	/* KAZ */
}

.camp-point__gallery img {
	border-radius: 24px;	/* KAZ: なぜかわからない: was 18px */
	width: 416px;	/* KAZ: was 400px */
	padding-inline: 8px;	/* KAZ */
}

.camp-point__gallery img:nth-child(even) {
  margin-top: 70px;
}

.camp-point__gallery-img-1 {
  width: 400px;
}

.camp-point__gallery-img-2 {
  width: 400px;
}

.camp-point__gallery-img-3 {
  width: 400px;
}

.camp-point__gallery-img-4 {
  width: 400px;
}

.camp-point__gallery-img-5 {
  width: 400px;
}

.camp-point__gallery-img-6 {
  width: 400px;
}

.camp-point__gallery-img-7 {
  width: 400px;
}

.camp-point__gallery-img-8 {
  width: 400px;
}

.camp-point__ttl-img {
  width: 320px;
}

.camp-info {
  padding-top: 93px;
  text-align: center;
}

.camp-info__ttl {
  font-size: 2rem;	/* 32px */
  letter-spacing: 3.2px;
  padding: 0 5px;
  display: inline-block;
  margin-bottom: 60px;
  background: linear-gradient(transparent 64%, #bbd786 60%);
  line-height: 1.2;
}

.camp-info__table {
  font-size: 0.9375rem;	/* 15px */
  line-height: 2.7;
  /* letter-spacing : 0.9px; */
  margin: 0 auto;
  margin-bottom: 140px;
  width: 79.1%;
  max-width: 662px;
}

.camp-info__table tbody {
}

.camp-info__table tbody tr {
}

.camp-info__table thead tr th,	/* 2025.10 KAZ */
.camp-info__table tbody tr th {
  background-color: #c0d68f;
  text-align: center;
  width: 8.5em;
  vertical-align: middle;
}

.camp-info__table tbody tr td {
  background-color: #f2f2f2;
  padding-left: 17px;
  vertical-align: middle;
}

.camp-info__table thead tr th,	/* 2025.10 KAZ */
.camp-info__table tbody tr th,
.camp-info__table tbody tr td {
  border: 1px solid #fff;
}

.camp-nearby {	/* 2025.8 KAZ */
	text-align: center;
}

.camp-nearby .camp-info__table {	/* 2025.8 KAZ */
	line-height: inherit;
}

.camp-nearby .camp-info__table:not(:last-child) {	/* 2025.8 KAZ */
	margin-bottom: 20px;
}

.camp-nearby .camp-info__table tbody tr th,
.camp-nearby .camp-info__table tbody tr td {	/* 2025.8 KAZ */
	padding-block: 0.4em;
}

.camp-nearby .camp-info__table tbody tr th {	/* 2025.8 KAZ */
	width: 14em;
}

.camp-access {
  display: flex;
  justify-content: space-between;
	gap: 0;	/* KAZ: was 71px */
	width: 1000px;	/* KAZ: was 64% */
	max-width: 90%;	/* KAZ */
  margin: 0 auto;
  margin-bottom: 180px;
  width: 90% !important;
  max-width: 1000px !important;
  align-items: center;
}

.camp-access__map,
.camp-access__content {
	width: 50%;	/* KAZ */
}
.camp-access__map {
}
.camp-access__map iframe {
  width: 100%;
  aspect-ratio: 5/6.1;
}

.camp-access__map img {
}

.camp-access__content {
/*  padding-top: 135px; */	/* KAZ: c/o */
	padding-left: 7%;	/* KAZ */
}

.camp-access__ttl {
  font-size: 1.0625rem;	/* 17px */
  letter-spacing: 1.36px;
  color: #00913a;
  margin-bottom: 35px;
}

.camp-access__txt {
  font-size: 1.0625rem;	/* 17px */
  letter-spacing: 1.36px;
  margin-bottom: 30px;
}

.camp-access__content a {
  display: block;
  margin-bottom: 7px;
  /* background-color: #009039; */
  /* color: #FFF; */
}

.camp-access__link {
  background-color: #009039;
  color: #fff;
  width: 262px;
  text-align: center;
  font-size: 1.4375rem;	/* 23px */
  letter-spacing: 1.38px;
  border-radius: 10px;
  padding: 7px 0;
}

.camp-access__link:hover {	/* 2025.8 KAZ */
	background-color: #fff;
	box-shadow: inset 0 0 0 1px #009039;
	color: #009039;
	text-decoration: none;
}

.camp-access__tel-img {
  width: 201px;
}

.camp-access__hours {
  font-size: 0.8125rem;	/* 13px */
  line-height: 20px;
  letter-spacing: 0.78px;
  margin-bottom: 40px;
}

.camp_notice {
	color: red;	/* 2025.8 KAZ */
}

/* 2025.10 KAZ: .camp_detail */
/* See also .rental-detail- ... for .camp-detail- ... */
.camp-detail-point__heading,
.camp-detail-point__link {
	background-color: var(--ca-dark-green);
}
.camp-detail-point__head {
	margin-bottom: 80px;
}
.camp-detail-point__head h1 {
	margin-bottom: 30px;
	font-size: 2.5rem;	/* 40px */
	letter-spacing: 0.08em;
}
.camp-detail-point__equipment-ttl,
.camp-detail-point__detail-ttl {
	color: var(--ca-dark-green);
	font-size: 1.75rem;	/* 28px */
}
ul.camp-detail-point__detail-list {
	background-color: white;
	columns: 2;
	column-gap: 30px;
	margin: 0 0 1em;
	padding: 9px 15px;
}
ul.camp-detail-point__detail-list li {
	margin-left: 22px;
}
.camp-detail-point__detail-table tbody tr td {
	vertical-align: middle;
}
.camp-detail-other__list {
	justify-content: center;
}
.camp-detail-other__item {
	width: 320px;
}
.camp-detail-other__item-ttl {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.camp-detail-other__item-images {
}
.camp-detail-other__item-img {
	border-radius: 10px;
}

.showroom-main {
  position: relative;
}

.showroom-fv {
  width: 91.7%;
  margin: 0 auto;
}

.showroom-fv__ttl {
}

.showroom-fv__ttl img {
  margin-bottom: 90px;
}

.showroom-info {
  margin-bottom: 125px;
}

.showroom-info__txt,
.showroom-info__qrcode {	/* 2025.10 KAZ */
  max-width: 92%;	/* 2025.10 KAZ: was 95%; 2025.7 Aki added */
  margin-left: auto;	/* 2025.7 Aki added */
  margin-right: auto; 	/* 2025.7 Aki added */
  font-weight: bold;
  letter-spacing: 1.2px;
  text-align: center;
}
.showroom-info__txt {
  margin-bottom: 60px;	/* 2025.10 KAZ: was 105px */
  line-height: 42px;
  font-size: 1.25rem;	/* 20px */
}

.showroom-info__qrcode {	/* 2025.10 KAZ */
	margin-bottom: 105px;
}
.showroom-info__qrcode .imgonly img {	/* 2025.10 KAZ */
	width: 180px;
}

.showroom-info__col {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  /* margin-left: 200px; */
  width: 956px;
  max-width: 90%;
  align-items: center;
}

.showroom-info__map {
  width: 52.4%;
}
.showroom-info__map iframe {
  aspect-ratio: 5/6.1;
  width: 100%;
}
.showroom-access__img {
}

.showroom-info__list {
  /* margin-top: 80px; */
}

.showroom-info__item {
  /* margin-bottom: 66px; */
}

.showroom-info__item-ttl {
  font-size: 1.0625rem;	/* 17px */
  letter-spacing: 1.36px;
  color: #00913a;
  margin-bottom: 27px;
}

.showroom-info__item-txt {
  font-size: 1rem;	/* 16px */
  line-height: 30px;
  letter-spacing: 0.96px;
  font-weight: bold;
  margin-bottom: 9px;
}

.showroom-info__item-tel {
  margin-bottom: 7px;
  display: block;
}

.showroom-info__item-tel img {
  width: 201px;
}

.showroom-info__item-hours {
  font-size: 0.8125rem;	/* 13px */
  line-height: 22px;
  letter-spacing: 0.78px;
}

.showroom-about {
  margin-bottom: 130px;
}

.showroom-about__ttl {
  font-size: 1.875rem;	/* 30px */
  line-height: 32px;
  letter-spacing: 1.8px;
  text-decoration: underline solid #efde97;
  text-decoration-thickness: 12px;
  text-underline-offset: -0.2em;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 60px;
}

.showroom-about__content {
  width: 58.5%;
  margin: 0 auto;
}

.showroom-about__dl {
  display: flex;
  /* gap: 97px; */
  margin: 0;
  padding: 34px 0;
  border-bottom: 1px solid #c5c5c4;
}

.showroom-about__dt {
  font-size: 1.125rem;	/* 18px */
  line-height: 32px;
  letter-spacing: 1.08px;
  width: 140px;
}

.showroom-about__dd {
  font-size: 1.125rem;	/* 18px */
  line-height: 32px;
  letter-spacing: 1.08px;
  margin: 0;
}

.showroom-about__link {
  margin-top: 19px;
  display: block;
}

.showroom-about__link-img {
  width: 80px;
}

.showroom-gallery {
  /* display: flex; */
  /* align-items: flex-start; */
  margin-bottom: 147px;
  /* gap: 22px; */
  /* position: relative; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* width: 1660px; */
}

.showroom-gallery__img {
  width: 400px;
  /* width: initial; */
  /* height: initial; */
  margin: 0 10px;
}

.showroom-gallery__img:nth-child(even) {
  margin-top: 60px;
}

.buy-main {
}

.buy-fv {
  width: 91.7%;
  margin: 0 auto;
}

.buy-fv__ttl {
}

.buy-fv__ttl img {
}

.buy-concept {
  padding-top: 90px;
  /* padding-bottom: 70px; */
}

.buy-concept__ttl {
  width: 355px;
  margin: 0 auto;
}

.buy-concept__ttl-img {
  margin-bottom: 40px;
}

.buy-concept__txt {
  font-size: 1.25rem;	/* 20px */
  line-height: 48px;
  letter-spacing: 1.2px;
  font-weight: bold;
  text-align: center;
}

.buy-point {
  padding-top: 165px;
}

.buy-point__item {
  width: 95%;
  max-width: 1205px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  /* padding-top: 50px; */
  padding-bottom: 150px;
  margin-bottom: 298px;
}

.buy-point__item > * {
  position: relative;
}

.buy-point__item:before {
  content: "";
  background-image: repeating-linear-gradient(
      90deg,
      #6c5447,
      #6c5447 1px,
      transparent 1px,
      transparent 15px
    ),
    repeating-linear-gradient(
      0deg,
      #6c5447,
      #6c5447 1px,
      #644b3d 1px,
      #644b3d 15px
    );
  --mask: conic-gradient(
        from 135deg at top,
        #0000,
        #000000 1deg 89deg,
        #0000 90deg
      )
      top / 20px 51% repeat-x,
    conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg)
      bottom / 20px 51% repeat-x;
  /* --mask: conic-gradient(from 135deg at top, #0000, #000000 1deg 89deg, #0000 90deg) top 10px left 0 / 20px 51% repeat-x, conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) bottom 10px left 0 / 20px 51% repeat-x; */
  mask: var(--mask);
  position: absolute;
  width: 100%;
  height: calc(100% - 290px);
  margin-top: 290px;
  /* z-index: 0; */
}

.buy-point__header {
  position: relative;
}

.buy-point__heading {
  position: absolute;
  top: -120px;
  left: 44px;
}

.buy-point__heading--2 {
  top: -82px;
  left: -6px;
}

.buy-point__heading-txt {
  font-size: 1.25rem;	/* 20px */
  font-weight: bold;
  margin-bottom: 10px;
}

.buy-point__heading-ttl {
  width: 663px;
  /* line-height: 65.68px; */
}

.buy-point__ttl-img {
}

.buy-point__header-mv {
  max-width: 1020px;
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 108px;
}

.buy-point__header-deco-1 {
  width: 227px;
  width: 18.9%;
  position: absolute;
  /* top: 288px; */
  bottom: -14%;
  right: 120px;
  right: 10%;
}

.buy-point__header-deco-2 {
  width: 244px;
  width: 20.2%;
  position: absolute;
  /* top: 295px; */
  bottom: -20%;
  right: 127px;
  right: 11%;
}

.buy-point__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 89.4%;
  max-width: 981px;
  margin: 0 auto;
  margin-bottom: 115px;
}

.buy-point__content-body {
  flex: 1;
  min-width: 0;
}

.buy-point__content-ttl {
  font-size: 2.375rem;	/* 38px */
  line-height: 65.68px;
  letter-spacing: 3.8px;
  color: #abdcd2;
  margin-bottom: 20px;
}

.buy-point__content-txt {
  font-size: 1.125rem;	/* 18px */
  line-height: 39px;
  letter-spacing: 1.44px;
  color: #ffffff;
}

.buy-point__content-img-1 {
  width: 47%;
  position: absolute;
  position: relative;
  top: 0;
  right: 50px;
  margin-right: -50px;
}

.buy-point__content-img-2 {
  width: 444px;
  width: 44.9%;
  margin-top: 70px;
  margin-top: 7.1%;
  margin-right: -50px;
  margin-right: -5%;
}

@media screen and (max-width: 999.98px) {
  .buy-point__content-img-1 {
    top: -50px;
    margin-right: -60px;
  }

  .buy-point__content-img-2 {
    margin-top: 3.1%;
  }
}

.buy-point__interior {
  margin-bottom: 70px;
  position: relative;
}

.buy-point__interior-ttl {
  font-size: 2rem;	/* 32px */
  letter-spacing: 3.2px;
  color: #abdcd2;
  text-align: center;
  margin-bottom: 15px;
}

.buy-point__interior-list {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;	/* KAZ */
  width: 85%;
  margin: 0 auto;
  gap: 15px;
  /* width: calc((100% - 20px) / 3); */
}

.buy-point__interior-item {
  list-style-type: none;
  width: calc((100% - 30px) / 3);
}

.buy-point__interior-img {
  width: 100%;
  border-radius: 10px;
}

.buy-point__interior-label {
  font-size: 0.9375rem;	/* 15px */
  line-height: 32px;
  letter-spacing: 0.9px;
  color: #ffffff;
}

.buy-point__spec {
  margin-bottom: 77px;
  /* position: relative; */
}

.buy-point__spec-ttl {
  font-size: 2rem;	/* 32px */
  letter-spacing: 3.2px;
  color: #abdcd2;
  text-align: center;
  margin-bottom: 5px;
}

.buy-point__spec-content {
  display: flex;
  gap: 13px;
  width: 85%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
}

.buy-point__spec-table {
  width: 100%;
}

.buy-point__spec-table tbody {
}

.buy-point__spec-table tbody tr {
  font-size: 0.9375rem;	/* 15px */
  line-height: 32px;
  letter-spacing: 0.9px;
}

.buy-point__spec-table tbody tr th {
  background-color: #abdcd2;
  width: 9em;
  text-align: center;
  font-weight: bold;
  /* line-height: 3; */
  padding: 7px;
  vertical-align: middle;
}

.buy-point__spec-table tbody tr td {
  background-color: #ffffff;
  font-weight: bold;
  padding: 10px 13px;
}

.buy-point__spec-table tbody tr {
  border: 1px solid;
}

.buy-point__spec-table tbody tr td small {
  font-weight: normal;
}

.buy-point__spec-row {
}

.buy-point__spec-date {
}

.buy-point__link {
  font-size: 1.25rem;	/* 20px */
  line-height: 32px;
  letter-spacing: 1.2px;
  color: #604c3f;
  background-color: #efde97;
  display: block;
  width: 262px;
  text-align: center;
  border-radius: 7px;
  padding: 16px 35px;
  letter-spacing: 2.7px;
  font-weight: bold;
  margin: 0 auto;
  line-height: 1.5;
  position: relative;
}

.buy-point__spec-row td {
}

.buy-point__spec p {
  font-size: 0.6875rem;	/* 11px */
  line-height: 28px;
  letter-spacing: 0.66px;
  color: #ffffff;
  /* width: 305px; */
  text-align: right;
  margin-right: 86px;
}

.news-main {
  padding-bottom: 150px;
  margin-top: 50px;
}

.news-main__inner {
  max-width: 1100px;
  width: 90%;
  margin: auto;
}

.news-fv {
  padding-top: 130px;
}

.news-fv__ttl {
  font-size: 5.625rem;	/* 90px */
  line-height: 101.37px;
  letter-spacing: 14.4px;
  text-align: center;
  /* width: 29.3%; */
  /* margin: 0 auto; */
  margin-bottom: 40px;
}

.news-fv__txt {
  font-size: 1.125rem;	/* 18px */
  line-height: 38px;
  letter-spacing: 1.08px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.news-fv__nav {
  display: flex;
  width: 355px;
  margin: 0 auto;
  justify-content: center;
  gap: 21px;
  margin-bottom: 85px;
}

.news-fv__nav li {
  list-style-type: none;
  border: 1px solid #604c3f;
  border-radius: 26px;
}

.news-fv__nav-link {
  font-size: 1.0625rem;	/* 17px */
  /* line-height : 62.63px; */
  letter-spacing: 2.38px;
  color: #604c3f;
  font-weight: bold;
  line-height: 2.3;
  padding: 0 15px;
}

.news-list {
  margin-bottom: 150px;
}

.news-list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  /* width: 76.1%; */
  margin: 0 auto;
}

.news-item {
  list-style-type: none;
  width: 30.9%;
}

.news-item__img {
  /* width: 340px; */
  margin-bottom: 20px;
}

.news-item__meta {
  display: flex;
  /* width: 163px; */
  gap: 10px;
  margin-bottom: 20px;
}

.news-item__tag {
  background-color: #604c3f;
  color: #ffffff;
  display: block;
  line-height: 1.9;
  border-radius: 15px;
  padding: 0 12px;
}

.news-item__ttl {
  width: 320px;
  font-size: 1.0625rem;	/* 17px */
  line-height: 30px;
  letter-spacing: 1.7px;
}

.news-item__date {
  font-size: 0.8125rem;	/* 13px */
  line-height: 31px;
  letter-spacing: 1.3px;
}

.news-pagenav {
  margin-bottom: 179px;
}

.news-pagenav__list {
  display: flex;
  width: 42.1%;
  margin: 0 auto;
  gap: 25px;
}

.news-pagenav__item {
  list-style-type: none;
}

.news-pagenav__item--prev {
}

.news-pagenav__link {
  font-size: 1.25rem;	/* 20px */
  letter-spacing: 1.6px;
  color: #604c3f;
}

.news-pagenav__item-img {
  width: 30px;
}

.news-pagenav__item--active {
}

.news-pagenav__item--ellipsis {
}

.news-pagenav__ellipsis {
}

.news-pagenav__item--next {
}

.nwes-datail-main {
  padding-top: 40px;
}

.nwes-datail__heading {
  font-size: 5.625rem;	/* 90px */
  line-height: 101.37px;
  letter-spacing: 14.4px;
  text-align: center;
  margin-bottom: 45px;
}

.nwes-artical {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  background-image: repeating-linear-gradient(
      90deg,
      #f9f5ea,
      #f9f5ea 1px,
      transparent 1px,
      transparent 15px
    ),
    repeating-linear-gradient(
      0deg,
      #f9f5ea,
      #f9f5ea 1px,
      #f5eedd 1px,
      #f5eedd 15px
    );
  --mask: conic-gradient(
        from 135deg at top,
        #0000,
        #000000 1deg 89deg,
        #0000 90deg
      )
      top / 20px 51% repeat-x,
    conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg)
      bottom / 20px 51% repeat-x;
  mask: var(--mask);
  padding-top: 87px;
  padding-bottom: 135px;
  margin-bottom: 79px;
}

.nwes-artical__inner {
  max-width: 650px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.nwes-artical__meta {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  /* width: 186px; */
  /* margin: 0 auto; */
  justify-content: center;
}

.nwes-artical__tag {
  background-color: #604c3f;
  color: #ffffff;
  display: block;
  line-height: 1.9;
  border-radius: 15px;
  padding: 0 12px;
  margin-bottom: 2px;
}

.nwes-artical__ttl {
  /* text-align: center; */
  font-size: 1.625rem;	/* 26px */
  line-height: 44px;
  letter-spacing: 3.12px;
  /* width: 649px; */
  /* margin: 0 auto; */
  margin-bottom: 11px;
}

.nwes-artical__date {
  font-size: 0.8125rem;	/* 13px */
  line-height: 31px;
  letter-spacing: 1.3px;
  display: block;
  margin-bottom: 39px;
}

.nwes-artical__mv {
  width: 650px;
  margin-bottom: 35px;
  border-radius: 20px;
}

.nwes-datail-point__txt {
  font-size: 1.0625rem;	/* 17px */
  line-height: 34px;
  letter-spacing: 1.02px;
  text-align: left;
  margin-bottom: 50px;
  font-weight: bold;
}

.nwes-datail-point__txt-line {
  font-size: 1.5rem;	/* 24px */
  line-height: 38px;
  letter-spacing: 2.88px;
  text-align: left;
  margin-bottom: 20px;
  font-weight: bold;
  text-decoration: underline solid #ffffff;
  text-decoration-thickness: 12px;
  text-underline-offset: -0.2em;
  padding: 0 10px;
}

.nwes-datail-point__txt-color {
  font-size: 1.1875rem;	/* 19px */
  line-height: 38px;
  letter-spacing: 2.28px;
  color: #c09475;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
}

.nwes-datail__link {
  color: #ffffff;
  background-color: #604c3f;
  display: block;
  width: 262px;
  text-align: center;
  border-radius: 7px;
  padding: 16px 35px;
  letter-spacing: 2.7px;
  font-weight: bold;
  margin: 0 auto;
  line-height: 1.8;
  margin-bottom: 180px;
}

@media print, screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

#nav-below .pages {
  display: none !important;
}

.wp-pagenavi a[title="ターゲット 1"]::before,
.wp-pagenavi a[title="ターゲット 2"]::before,
.wp-pagenavi a[title="ターゲット 3"]::before,
.wp-pagenavi a[title="ターゲット 4"]::before,
.wp-pagenavi a[title="ターゲット 5"]::before,
.wp-pagenavi a[title="ターゲット 6"]::before,
.wp-pagenavi a[title="ターゲット 7"]::before,
.wp-pagenavi a[title="ターゲット 8"]::before,
.wp-pagenavi a[title="ターゲット 9"]::before {
  content: "0";
}

.wp-pagenavi span.current::before {
  content: "0";
}

.nwes-artical__content {
  text-align: left;
}

.nwes-artical__content p {
  font-size: 1.0625rem;	/* 17px */
  line-height: 34px;
  letter-spacing: 1.02px;
  text-align: left;
  margin-bottom: 50px;
  font-weight: bold;
}

.nwes-artical__content h1 {
}

.nwes-artical__content h2 {
  font-size: 1.5rem;	/* 24px */
  line-height: 38px;
  letter-spacing: 2.88px;
  text-align: left;
  margin-bottom: 20px;
  font-weight: bold;
  text-decoration: underline solid #ffffff;
  text-decoration-thickness: 12px;
  text-underline-offset: -0.2em;
}

.nwes-artical__content h3 {
  font-size: 1.1875rem;	/* 19px */
  line-height: 38px;
  letter-spacing: 2.28px;
  color: #c09475;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
}

.nwes-artical__content a {
  color: #a0948c;
  text-decoration: underline;
}

.nwes-artical__content img {
  margin-bottom: 40px;
  border-radius: 20px;
}

@media print, screen and (min-width: 768px) {
	.header {
		padding-top: 45px;	/* KAZ */	/* Kawamoto: c/o !important */
	}

	.header__content {
		padding-inline: 4.15%;	/* KAZ */
	}

	.top-point__list--3 {	/* 2025.10 KAZ */
		width: 413px;
	}

	.camp-map {	/* 2025.7 KAZ */
	}
	.camp-map__ttl {	/* 2025.7 KAZ */
		margin-bottom: 59px;
	}
	.camp-map__ttl span {	/* 2025.7 KAZ */
	}
	.camp-map__ttl span.en {	/* 2025.7 KAZ */
	}
	.camp-map__ttl span.en img {	/* 2025.7 KAZ */
		width: 480px;
	}
	.camp-map__ttl span.ja {	/* 2025.7 KAZ */
		font-size: 1.5rem;	/* 24px */
	}
	.camp-map .map_img {	/* 2025.7 KAZ */
		width: 1222px;
		max-width: 90%;
		margin-inline: auto;
	}
	.camp-map .map_img img.basemap {	/* 2025.7 KAZ */
	}
	.camp-map .map_img a {	/* 2025.7 KAZ */
	}
	.camp-map .map_img a img {	/* 2025.7 KAZ */
		visibility: hidden;
	}
	@media (any-hover: hover) {
		.camp-map .map_img a:hover img {	/* 2025.7 KAZ */
			opacity: 1;
			visibility: visible;
		}
	}
}

@media screen and (max-width: 767.98px) {
  html {
  }

  img {
    width: 53.3%;
    width: 100%;
  }

  .top {
    /* overflow: hidden; */
    width: 100%;
    position: relative;
  }

  .chill-auto {
  }

  :where(.top) p {
  }

  :where(.top) a:hover {
  }

  .top dd {
  }

  .header {
    /* height: inherit; */
    padding-top: 26px;
  }

  .header__content {
    width: 90%;
    margin: auto;
    /* padding: 26px 0 5px; */
    /* padding: 10px 0; */
  }

  .header__logo {
    width: 90px;
    margin-top: 7px;
    margin-bottom: 0px;
  }

  .header__sp-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99;
    /* display: none; */
  }

  .header__logo a {
  }

  .header__logo-img {
    width: 90px;
  }

  .header__list {
  }

  /* ハンバーガーメニュー */
  .header__menu-btn {
    position: relative;
    width: 46px;
    height: 15px;
    cursor: pointer;
    z-index: 1000;
    margin-top: 10px;
  }

  .header__menu-btn-line {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #00913a;
    transition: all 0.3s;
    border-radius: 10px;
  }

  .header__menu-btn-line:nth-child(1) {
    top: 0;
  }

  .header__menu-btn-line:nth-child(2) {
    top: 11px;
  }

  .header__menu-btn.is-active .header__menu-btn-line:nth-child(1) {
    top: 8px;
    transform: rotate(25deg);
  }

  .header__menu-btn.is-active .header__menu-btn-line:nth-child(2) {
    top: 8px;
    transform: rotate(-25deg);
  }

  .header__sp-menu {
    position: fixed;
    top: 0;
    /* right: 0; */
    left: 0;
    width: 100%;
    height: 100vh;
    /* background-color: #f4eede; */
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 999;
    overflow-y: auto;
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
  }

  .header__sp-menu.is-active {
    transform: translateX(0);
  }

  .header__item {
  }

  .header__item a {
  }

  .top-main {
  }

  .top-fv {
  }

  .top-fv__slide {
  }

  .top-fv__slide-img {
  }

  .top-fv__slide-img img {
  }

  .top-fv__news {
    width: 100%;
    padding: 21px 0;
    width: 92%;
    margin: auto;
  }

  .top-fv__news-wrap {
  }

  .top-fv__news-ttl {
    font-size: 1.125rem;	/* 18px */
    letter-spacing: 1.44px;
    text-transform: lowercase;
  }

  .top-fv__news-ttl span {
    text-transform: capitalize;
  }

  .top-fv__news-subttl {
    font-size: 1.125rem;	/* 18px */
    letter-spacing: 1.08px;
    text-align: left;
  }

  .top-fv__news-content {
    flex: 1;
    min-width: 0;
  }

  .top-fv__news-list {
    white-space: initial;
    margin-top: 6px;
    margin-bottom: 15px;
  }

  .top-fv__news-item {
    font-size: 0.875rem;	/* 14px */
    line-height: 24.99px;
    letter-spacing: 0.84px;
  }

  .top-fv__news-item:nth-child(2) {
    display: none;
  }

  .top-fv__news-date {
    display: inline-block;
    line-height: 1.4;
  }

  .top-fv__news-txt {
    display: block;
    padding: 0;
  }

  .top-fv__news-link {
    display: inline-block;
    margin-right: 6px;
  }

  .top-fv__news-link:hover {
  }

  .top-concept {
    right: 0;
    display: block;
    padding-bottom: 70px;
    padding-top: 50px;
  }

  .top-concept__container {
  }

  .top-concept__heading {
    margin-bottom: 20px;
  }

  .top-concept__ttl {
    font-size: 1.125rem;	/* 18px */
    letter-spacing: 1.44px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 0;
    /* width: 39%; */
  }

  .top-concept__ttl-img {
    width: 80.8%;
    /* width: 272px; */
  }

  .top-concept__gallery {
    width: 96.8%;
    width: 100%;
    margin: 0;
    margin-left: auto;
    margin-bottom: 10px;
    min-width: inherit;
  }

  .top-concept__gallery-img-1 {
  }

  .sp {
    /* width: 331px;
    margin: auto; */
  }

  .top-concept__gallery-img {
    width: 122.6%;
    width: 100%;
  }

  .top-concept__content {
    margin: 0;
    margin-bottom: 70px;
  }

  .top-concept__txt {
    font-size: 1.125rem;	/* 18px */
    line-height: 2.1;
    letter-spacing: 0.64px;
    white-space: initial;
    margin-bottom: 35px;
  }

  .top__link {
  }

  .top-concept__link {
    padding: 7px 28px;
  }

  .top-point {
  }

  .top-buy {
  }

  .top-point__bg {
	height: calc(var(--viewheight) - 70px);	/* 2025.10 KAZ */
	top: 70px;	/* 2025.10 KAZ */
  }

  .top-point__bg-img {
  }

  .top-point__content {
    width: 89.4%;
  }

  .top-camp__content {
  }

  .top-buy__content {
    width: 89.4%;
    padding-bottom: 80px;
  }

  .top-point__content > * {
  }

  .top-point__content:before {
  }

  .top-point__content > picture {
    display: block;	/* 2025.7 KAZ */
  }

  .top-buy__deco-1 {
/*  width: 193px; */
/*  width: 57.7%; */
    width: min(57.7%, 290px);
    /* top: -125px; */
    /* left: -102px; */
    left: 50%;
    transform: translate(-50%, -100%);
    top: -18px;
  }

  .top-point__sub-ttl {
    font-size: 1.375rem;	/* 22px */
    line-height: 34px;
    letter-spacing: 2.64px;
    margin-bottom: 15px;
  }

  .top-point__sub-ttl span {
    /* text-decoration: underline solid #9DDED2; */
    display: block;
  }

  .top-point__txt {
    font-size: 1rem;	/* 16px */
    letter-spacing: 0.96px;
    margin-bottom: 25px;
    line-height: 1.8;
  }

  .top-point__gallery {
  }

  .top-point__gallery .slick-list {
    padding: 14px !important;
    padding: 0 !important;
  }

  .top-point__gallery .slick-num {
  }

  .top-point__gallery .slick-slide {
    width: initial;
    margin-inline: 14px;
    margin-inline: 0.52%; /* margin: 0; */
  }

  .top-point__gallery .slick-prev,
  .top-point__gallery .slick-next {
    width: 24px;
    height: 34px;
  }

  .top-point__gallery .slick-prev {
    left: 20px;
    left: 6%;
  }

  .top-point__gallery .slick-next {
    right: 19px;
    right: 6%;
  }

  .top-point__gallery .slick-prev img,
  .top-point__gallery .slick-next img {
  }

  .top-point__gallery-img-1 {
  }

  .top-point__gallery-img-2 {
  }

  .top-point__gallery-img-3 {
  }

  .top-point__link {
  }

  .top-rental {
  }

  .top-rental__deco-1 {
    width: 46.6%;
    width: min(46.6%, 262px);
    top: -60px;
    right: 5px;
  }

  .top-point__content-item {
  }

  .top-rental__content-item {
    padding-bottom: 75px;
  }

  .top-point__icon {
    margin-bottom: 20px;
  }

  .top-point__icon-img {
    width: 34.2%;
  }

  .top-point__ttl {
    font-size: 1.375rem;	/* 22px */
    line-height: 34px;
    letter-spacing: 2.64px;
  }

  .top-point__ttl--2 {
    margin-bottom: 22px;
  }

  .top-point__ttl--rental {
    margin-bottom: 8px;
  }

  .top-point__img {
    width: 91%;
    margin-bottom: 23px;
  }

  .top-point__list-ttl {
  }

  .top-point__list-wrap {
    font-size: 0.875rem;	/* 14px */
    line-height: 22px;
    letter-spacing: 1.12px;
    width: 87.2%;
  }

  .top-point__link {
  }

  .top-point__list {
  }

  /*
.top-point__list:before {}
.top-point__list:after {}
 */
  .top-point__list--1 {
  }

  .top-point__list--2 {
  }

  .top-point__list--3 {	/* 2025.10 KAZ */
	width: 100%;
  }

  .top-point__list li {
  }

  .top-point__logo {
  }

  .top-point__logo-img {
  }

  .top-camp {
  }

  .top-camp__deco-1 {
    width: min(22.4%, 200px);
    top: -55px;
    left: 10px;
  }

  .top-point__content a {
    width: 54.3%;
    padding: 7px 0;
    font-size: 0.9375rem;	/* 15px */
    letter-spacing: 2.7px;
  }

  .top-point__link--1 {
    background-color: #2ca6e0 !important;
    color: #ffffff !important;
  }

  .top-point__link--2 {
    background-color: #009039 !important;
    color: #ffffff !important;
  }

  .top-camp__deco-2 {
    width: 36.4%;
    bottom: -28px;
    bottom: 4%;
    right: 16px;
    transform: translateY(50%);
  }

  @media only screen and (min-width: 468px) {
    .top-camp__deco-2 {
      width: 36.4%;
      bottom: -28px;
      bottom: 0;
      right: 16px;
      transform: translateY(60%);
    }
  }

  .top-access {
    display: block;
    padding-top: 80px;
    width: 90.5%;
    padding-bottom: 80px;
  }

  .top-access__map {
    width: 98.2%;
    margin: 0 auto;
  }

  .top-access__map iframe {
    width: 100%;
    aspect-ratio: 3.3 / 4;
  }

  .top-access__img {
  }

  .top-access__content {
    margin-top: 40px;
  }

  .top-access__info {
    margin-bottom: 45px;
  }

  .top-access__ttl {
    font-size: 1.125rem;	/* 18px */
    letter-spacing: 1.44px;
    margin-bottom: 16px;
  }

  .top-access__ttl span {
    text-transform: uppercase;
  }

  .top-access__txt {
    margin-bottom: 8px;
  }

  .top-access__address {
  }

  .top-access__contact {
  }

  .top-access__tel {
  }

  .top-access__tel img {
  }

  .top-access__hours {
    font-size: 0.8125rem;	/* 13px */
    line-height: 20px;
    letter-spacing: 0.78px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer__content {
    display: block;
    margin-bottom: 30px;
  }

  .footer__content-img {
    display: block;
    width: 53.3%;
    max-width: 240px;
    margin: 0 auto;
    margin-bottom: 70px;
  }

  .footer-nav {
    width: 91.3%;
    margin: 0 auto;
    gap: 30px;
    justify-content: space-between;
  }

  .footer-nav__list {
    width: 29.2%;
  }

  .footer-nav__list:nth-child(1) {
    width: 46.1%;
  }

  .footer-nav__list:nth-child(2) {
    width: 40.2%;
  }

  .footer-nav__list a {
    position: relative;
    padding-right: 31px;
    margin-bottom: 15px;
    display: block;
  }

  .footer-nav__list a:after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/chillauto/images/footer-arrow.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 8%;
    height: 24%;
    /* 高さを伸ばし、幅を少し縮める */
    top: 14px;
    right: 0;
    display: block;
  }

  .footer-nav__list a:hover {
  }

  .footer-nav__list a span {
    font-size: 1.5rem;	/* 24px */
    line-height: 1.5;
    letter-spacing: 1.92px;
  }

  .footer-nav__list a span:hover {
  }

  .footer-item {
    width: 100%;
  }

  .footer-item__list {
    width: 91.3%;	/* 2025.10 KAZ: was 40.5% */
    margin-inline: auto;	/* 2025.10 KAZ: was margin-left */
    position: relative;
/*  padding-right: 4.35%; */	/* 2025.10 KAZ: c/o */
    text-align: right;	/* 2025.10 KAZ: added */
  }

  .footer__heading-sp-img {
    width: 76.8%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .footer-item__list a {
    font-size: 1rem;	/* 16px */
    line-height: 3.2;
    letter-spacing: 0.96px;
    display: block;
    padding-right: 29px;
    position: relative;
  }

  .footer-item__list a:after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/chillauto/images/footer-arrow.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 10px;	/* 2025.10 KAZ: was 7% */
    height: 16px;	/* 2025.10 KAZ: was 30% */
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    display: block;
  }

  .footer-item__txt {
    text-align: center;
    font-size: 0.875rem;	/* 14px */
    line-height: 1.7;
    letter-spacing: 1.12px;
    border-top: 1.5px solid #ffffff;
    padding-top: 30px;
  }

  .footer__heading-img {
    display: none;
  }

  .footer small {
  }

  レンタル .rental-main {
  }

  .rental-fv {
  }

  .rental-fv__ttl {
  }

  .rental-fv__ttl img {
  }

  .rental-concept {
    padding-top: 75px;
    margin-bottom: -2px;
    padding-bottom: 80px;
  }

  .rental-concept__ttl {
    width: 88.3%;
    margin-bottom: 30px;
    max-width: 500px;
  }

  .rental-concept__ttl-img {
  }

  .rental-concept__txt {
    font-size: 1rem;	/* 16px */
    line-height: 2;
    letter-spacing: 0.96px;
    margin-bottom: 0;
  }

  .rental-point {
    width: 89.4%;
    margin-bottom: 82px;
  }

  .rental-point__content {
  }

  .rental-camping__content {
  }

  .rental-roadstar__content {
  }

  .rental-rx8__content {
  }

  .rental-point__heading {
    padding-top: 25px;
    padding-bottom: 12px;
  }

  .rental-camping__heading,
  .rental-roadstar__heading,
  .rental-rx8__heading {
  }

  .rental-roadstar__heading,
  .rental-rx8__heading {
  }

  .rental-point__heading-ttl {
    font-size: 1.875rem;	/* 30px */
    letter-spacing: 3px;
  }

  .rental-point__heading-txt {
    font-size: 0.8125rem;	/* 13px */
    line-height: 27.41px;
  }

  .rental-point__items {
    display: block;
    padding-top: 55px;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .rental-point__item {
    width: 100%;
    padding-bottom: 75px;
  }

  .rental-point__thum {
    margin-bottom: 25px;
    margin-left: -67px;
  }

  .rental-point__thum-img {
    width: 78.1%;
    max-width: 460px;
  }

  .rental-point__ttl {
    font-size: 1.375rem;	/* 22px */
    line-height: 1.4;
    letter-spacing: 2.2px;
    margin-bottom: 21px;
  }

  .rental-point__ttl--2row {
  }

  .rental-point__detail {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }

  .rental-point__detail-dl {
    display: block;
    /* text-align: center; */
  }

  .rental-point__detail-dt {
    margin: 0 auto;
    width: 27.1%;
    line-height: 1.4;
    margin-bottom: 1em;
  }

  .rental-point__detail-dd {
  }

  .rental-point__link {
  }

  .rental-camping__link {
  }

  .rental-camping__link:hover {
  }

  .rental-roadstar__link,
  .rental-rx8__link {
  }

  .rental-roadstar__link:hover,
  .rental-rx8__link:hover {
  }

  .rental-point__ttl span {
  }

  .rental-point__detail-dd span {
  }

  .rental-detail-main,
  .camp-detail-main {	/* 2025.10 KAZ: added */
    margin-top: 20px;
  }

  .rental-detail-fv,
  .camp-detail-fv {	/* 2025.10 KAZ: added */
    margin-bottom: 85px;
  }

  .rental-detail-fv__ttl,
  .camp-detail-fv__ttl {	/* 2025.10 KAZ: added */
  }

  .rental-detail-fv__ttl img,
  .camp-detail-fv__ttl img {	/* 2025.10 KAZ: added */
  }

  .rental-detail-point,
  .camp-detail-point {	/* 2025.10 KAZ: added */
    width: 89.4%;
    margin: 0 auto;
  }

  .rental-detail-point__content,
  .camp-detail-point__content {	/* 2025.10 KAZ: added */
    width: 100%;
  }

  .rental-detail-point__heading,
  .camp-detail-point__heading {	/* 2025.10 KAZ: added */
    padding-top: 23px;
    padding-bottom: 15px;
  }

  .rental-detail-camping__heading,
  .camp-detail-camping__heading {	/* 2025.10 KAZ: added */
  }

  .rental-detail-roadstar__heading,
  .camp-detail-roadstar__heading {	/* 2025.10 KAZ: added */
  }

  .rental-detail-point__heading-ttl,
  .camp-detail-point__heading-ttl {	/* 2025.10 KAZ: added */
    font-size: 1.875rem;	/* 30px */
    letter-spacing: 3px;
  }

  .rental-detail-point__heading-txt,
  .camp-detail-point__heading-txt {	/* 2025.10 KAZ: added */
    font-size: 0.8125rem;	/* 13px */
    line-height: 1.2;
    letter-spacing: 0.78px;
  }

  .rental-detail-point__item,
  .camp-detail-point__item {	/* 2025.10 KAZ: added */
    padding-bottom: 73px;
    padding-top: 60px;
  }

  .rental-detail-point__head,
  .camp-detail-point__head {	/* 2025.10 KAZ: added */
    display: block;	/* 2025.3 KAZ */
    margin-bottom: 55px;
  }

  .rental-detail-point__head-ttl,
  .camp-detail-point__head-ttl {	/* 2025.10 KAZ: added */
    width: 90%;
  }

  .rental-detail-point__head-images,
  .camp-detail-point__head-images {	/* 2025.10 KAZ: added */
    margin-bottom: 28px;
  }

  .rental-detail-point__head-ttl-sp-1 {
    width: 82.7%;
    margin-left: 25px;
    margin-bottom: 10px;
  }

  .rental-detail-point__head-ttl-sp-2 {
    width: 69%;
    margin-left: 42px;
    margin-bottom: 10px;
  }

  .rental-detail-point__head-ttl-sp-3 {
    width: 64%;
    margin-left: 49px;
    margin-bottom: 5px;
  }

  .rental-detail-point__head-ttl-sp-4 {
    width: 69%;
    margin-left: 60px;
    margin-bottom: 30px;
  }

  .rental-detail-point__head-ttl-sp-5 {	/* 2025.10 KAZ */
	width: 16.441%;	/* 55 / 334.53 */
	margin-inline: 41.7795%;
	margin-bottom: 40px;
  }

  .rental-detail-point__head-ttl-img-sp {
    width: 93.4%;
    margin-left: -62px;
    margin-left: -18%;
    max-width: 520px;
  }

  .rental-detail-point__head-desc {
    display: block;
  }

  .rental-detail-point__head-desc-dl {
    display: block;
  }

  .rental-detail-point__head-desc-dl dt {
    font-size: 0.8125rem;	/* 13px */
    line-height: 2.3;
    letter-spacing: 1.82px;
    width: 25.4%;
    margin: 0 auto;
    margin-bottom: 11px;
  }

  .rental-detail-point__head-desc-dl dd {
    font-size: 1.125rem;	/* 18px */
    line-height: 26.73px;
    letter-spacing: 2.52px;
    text-align: center;
    margin-bottom: -10px;
  }

  .rental-detail-point__body,
  .camp-detail-point__body {	/* 2025.10 KAZ: added */
    display: block;
    padding: 0;
    margin-bottom: 35px;
  }

  .rental-detail-point__body-img,
  .camp-detail-point__body-img {	/* 2025.10 KAZ: added */
    width: 91%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .rental-detail-point__body-img img,
  .camp-detail-point__body-img img {	/* 2025.10 KAZ: added */
    width: 100%;
  }

  .rental-detail-point__body-txts,
  .camp-detail-point__body-txts {	/* 2025.10 KAZ: added */
    width: 86%;
    margin: 0 auto;
    margin-bottom: 55px;
  }

  .rental-detail-point__body-ttl,
  .camp-detail-point__body-ttl {	/* 2025.10 KAZ: added */
    font-size: 1.375rem;	/* 22px */
    line-height: 36px;
    letter-spacing: 2.2px;
  }

  .rental-detail-point__body-txt,
  .camp-detail-point__body-txt {	/* 2025.10 KAZ: added */
    font-size: 0.9375rem;	/* 15px */
    line-height: 30px;
    letter-spacing: 0.9px;
  }

  .rental-detail-point__interior,
  .camp-detail-point__equipment {	/* 2025.10 KAZ: added */
    margin-bottom: 50px;
  }

  .rental-detail-point__interior-ttl,
  .camp-detail-point__equipment-ttl {	/* 2025.10 KAZ: added */
    font-size: 1.5625rem;	/* 25px */
    letter-spacing: 2.5px;
    margin-bottom: 25px;
  }

  .rental-detail-camping__interior-ttl,
  .camp-detail-camping__interior-ttl {	/* 2025.10 KAZ: added */
  }

  .rental-detail-roadstar__interior-ttl,
  .camp-detail-roadstar__interior-ttl {	/* 2025.10 KAZ: added */
  }

  .rental-detail-point__interior-list,
  .camp-detail-point__equipment-list {	/* 2025.10 KAZ: added */
    margin: 0 auto;
    width: 100%;
    gap: 7px;
  }

  .rental-detail-point__interior-list li,
  .camp-detail-point__equipment-list li {	/* 2025.10 KAZ: added */
    width: calc((100% - 7px) / 2);
  }

  .rental-detail-point__interior-img,
  .camp-detail-point__equipment-img {	/* 2025.10 KAZ: added */
/*  width: 148px; */
    width: 100%;
    border-radius: 5px;
  }

  .rental-detail-point__interior-img {
    aspect-ratio: 1.3214285714/1;
    object-fit: cover;
  }

  .rental-detail-point__col,
  .camp-detail-point__col {	/* 2025.10 KAZ: added */
    display: block;
    width: 90.8%;
    margin-bottom: 40px;	/* 2025.10 KAZ: was -28px */
  }

  .rental-detail-point__detail,
  .camp-detail-point__detail {	/* 2025.10 KAZ: added */
    width: 100%;
  }

  .rental-detail-point__detail-ttl,
  .camp-detail-point__detail-ttl {	/* 2025.10 KAZ: added */
    font-size: 1.5625rem;	/* 25px */
    letter-spacing: 2.5px;
  }

  .rental-detail-camping__detail-ttl,
  .camp-detail-camping__detail-ttl {	/* 2025.10 KAZ: added */
    margin-bottom: 20px;
  }

  .rental-detail-roadstar__detail-ttl,
  .camp-detail-roadstar__detail-ttl {	/* 2025.10 KAZ: added */
  }

  .rental-detail-point__detail-table,
  .camp-detail-point__detail-table {	/* 2025.10 KAZ: added */
    margin-bottom: 55px;
  }

  .rental-detail-point__detail-table tbody,
  .camp-detail-point__detail-table tbody {	/* 2025.10 KAZ: added */
  }

  .rental-detail-point__detail-table tbody tr,
  .camp-detail-point__detail-table tbody tr {	/* 2025.10 KAZ: added */
  }

  .rental-detail-point__detail-table tbody tr th,
  .rental-detail-point__detail-table tbody tr td,
  .camp-detail-point__detail-table tbody tr th,	/* 2025.10 KAZ: added */
  .camp-detail-point__detail-table tbody tr td {	/* 2025.10 KAZ: added */
  }

  .rental-detail-point__detail-table tbody tr th,
  .camp-detail-point__detail-table thead tr th,	/* 2025.10 KAZ: added */
  .camp-detail-point__detail-table tbody tr th {	/* 2025.10 KAZ: added */
    font-size: 0.8125rem;	/* 13px */
/*  line-height: 1.5; */	/* 2025.10 KAZ: c/o */
    letter-spacing: 0.78px;
    width: 6em;
  }

  .rental-detail-point__detail-table tbody tr td,
  .camp-detail-point__detail-table tbody tr td {	/* 2025.10 KAZ: added */
    font-size: 0.8125rem;	/* 13px */
    line-height: 1.5;
    letter-spacing: 0.78px;
  }

  .rental-detail-price__detail-th,
  .camp-detail-price__detail-th {	/* 2025.10 KAZ: added */
  }

  .rental-detail-price__detail-td,
  .camp-detail-price__detail-td {	/* 2025.10 KAZ: added */
  }

  .rental-detail-point__detail-table + .note,	/* 2025.10 KAZ */
  .camp-detail-point__detail-table + .note {	/* 2025.10 KAZ */
	margin-top: -40px;
  }

  .rental-detail-point__item a,
  .camp-detail-point__item a {	/* 2025.10 KAZ: added */
    font-size: 0.9375rem;	/* 15px */
    line-height: 3;
    letter-spacing: 0.9px;
    width: 54.3%;
    padding: 0;
  }

  .rental-detail-point__item a:hover,
  .camp-detail-point__item a:hover {	/* 2025.10 KAZ: added */
  }

  .rental-detail-camping__link {
  }

  .rental-detail-roadstar__link {
  }

  .rental-detail-other,
  .camp-detail-other {	/* 2025.10 KAZ: added */
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .rental-detail-other__heading,
  .camp-detail-other__heading {	/* 2025.10 KAZ: added */
  }

  .rental-detail-other__ttl,
  .camp-detail-other__ttl {	/* 2025.10 KAZ: added */
    font-size: 2.0625rem;	/* 33px */
    letter-spacing: 3.3px;
    line-height: 1.5;
  }

  .rental-detail-other__txt,
  .camp-detail-other__txt {	/* 2025.10 KAZ: added */
    font-size: 0.9375rem;	/* 15px */
    line-height: 1.7;
    letter-spacing: 1.5px;
  }

  .rental-detail-other__list,
  .camp-detail-other__list {	/* 2025.10 KAZ: added */
    display: block;
  }

  .rental-detail-other__list {
    width: 60%;
    max-width: 340px;
    /* text-align: center; */
    /* margin-left: 30px; */
  }

  .rental-detail-other__item,
  .camp-detail-other__item {	/* 2025.10 KAZ: added */
    margin-bottom: 35px;
  }

  .rental-detail-other__item {
    width: 100%;
    margin-inline: auto; /* padding-right: 50px; */
    margin-left: -50px;
    /* padding-left: 0; */
  }

  .rental-detail-other__item-images {
    width: 100%;
  }

  .rental-detail-other__item-images:hover,
  .camp-detail-other__item-images:hover {	/* 2025.10 KAZ: added */
  }

  .rental-detail-other__bg-img {
    width: 100%;
  }

  .rental-detail-other__item-img {
    width: 125%;
  }

  .rental-detail-other__item-img--c1 {
  }

  .rental-detail-other__item-img--c2 {
  }

  .rental-detail-other__item-img--r1 {
  }

  .rental-detail-other__item-img--r2 {
  }

  .rental-detail-other__item a:hover .rental-detail-other__item-img,
  .camp-detail-other__item a:hover .rental-detail-other__item-img {	/* 2025.10 KAZ: added */
  }

  .rental-detail-other__item a,
  .camp-detail-other__item a {	/* 2025.10 KAZ: added */
  }

  .rental-detail-other__item a:hover img,
  .camp-detail-other__item a:hover img {	/* 2025.10 KAZ: added */
  }

  .rental-detail-other__item-img:hover,
  .camp-detail-other__item-img:hover {	/* 2025.10 KAZ: added */
  }

  .rental-detail-other__item-ttl {	/* 2025.10 KAZ: added */
    font-size: 1.125rem;	/* 18px */
    line-height: 26.6px;
    letter-spacing: 1.8px;
  }

  .main-camp {
  }

  .camp-fv {
  }

  .camp-fv__ttl {
  }

  .camp-fv__ttl img {
  }

  .camp-concept {
    padding-top: 27px;
  }

  .camp-concept__content {
    display: block;
    width: 100%;
  }

  .camp-concept__body {
    padding-bottom: 40px;
  }

  .camp-concept__ttl {
    width: 77.1%;
    margin: 0 auto;
    text-align: center;
  }

  .camp-concept__ttl-img {
    width: 100%;
    max-width: 460px;
  }

  .camp-concept__txt {
    font-size: 1rem;	/* 16px */
    line-height: 2;
    letter-spacing: 0.96px;
    width: 88.6%;
    margin: 0 auto;
    text-align: center;
  }

  .camp-concept__img {
    width: 89.4%;
    margin: 0 auto;
    display: block;
  }

  .camp-concept__desc {
    display: block;
    width: 89.4%;
    padding: 0;
    padding-top: 65px;
    padding-bottom: 85px;
    --mask: conic-gradient(
          from 135deg at top,
          #0000,
          #000000 1deg 89deg,
          #0000 90deg
        )
        top / 15px 51% repeat-x,
      conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg)
        bottom / 15px 51% repeat-x;
  }

  .camp-concept__desc-heading {
    margin-top: 0;
    margin: 0 auto;
    width: 85%;
  }

  .camp-concept__desc-heading-ttl {
    font-size: 2.6875rem;	/* 43px */
    line-height: 52.27px;
    letter-spacing: 2.58px;
  }

  .camp-concept__desc-heading-txt {
    font-size: 1.25rem;	/* 20px */
    line-height: 30.7px;
    letter-spacing: 1.2px;
  }

  .camp-concept__desc-txt {
    font-size: 0.9375rem;	/* 15px */
    line-height: 28px;
    letter-spacing: 0.7px;
    width: 85.7%;
    margin: 0 auto;
  }

	.camp-map {	/* 2025.7 KAZ */
		width: 89.4%;
		margin-inline: auto;
	}
	.camp-map__ttl {	/* 2025.7 KAZ */
		margin-bottom: 40px;
	}
	.camp-map__ttl span {	/* 2025.7 KAZ */
	}
	.camp-map__ttl span.en {	/* 2025.7 KAZ */
	}
	.camp-map__ttl span.en {	/* 2025.7 KAZ */
	}
	.camp-map__ttl span.ja {	/* 2025.7 KAZ */
		font-size: 1.25rem;	/* 20px */
	}
	.camp-map .map_img {	/* 2025.7 KAZ */
	}
	.camp-map .map_img img.basemap {	/* 2025.7 KAZ */
	}
	.camp-map .map_img a {	/* 2025.7 KAZ */
	}
	.camp-map ul.camp-links {	/* 2025.10 KAZ */
		margin-top: 30px;
	}
	.camp-map ul.camp-links li a {	/* 2025.10 KAZ */
		font-size: 1.25rem;	/* 20px */
	}

  .camp-point {
  }

  .camp-point__item {
  }

  .camp-point__item > * {
  }
  .camp-point__ttl {
    margin-bottom: 480px !important;
  }

  .camp-point__item-bg {
  }

  .camp-point__item-bg-inner {
  }

  .camp-point__item-bg img {
  }

  .camp-point__ttl {
  }

  .camp-point__txt {
  }

  .camp-point__gallery {
  }

  .camp-point__gallery img {
    width: 200px;
  }

  .camp-point__gallery img:nth-child(even) {
  }

  .camp-point__gallery-img-1 {
  }

  .camp-point__gallery-img-2 {
  }

  .camp-point__gallery-img-3 {
  }

  .camp-point__gallery-img-4 {
  }

  .camp-point__gallery-img-5 {
  }

  .camp-point__gallery-img-6 {
  }

  .camp-point__gallery-img-7 {
  }

  .camp-point__gallery-img-8 {
  }

  .camp-point__ttl-img {
  }

  .camp-info {
  }

  .camp-info__ttl {
  }

  .camp-info__table {
    width: 81.1%;
    font-size: 0.8125rem;	/* 13px */
    line-height: 2.1;
    letter-spacing: 0.78px;
  }

  .camp-info__table tbody {
  }

  .camp-info__table tbody tr {
  }

  .camp-info__table tbody tr th {
  }

  .camp-info__table tbody tr td {
  }

  .camp-info__table tbody tr th,
  .camp-info__table tbody tr td {
	padding-inline: 0.5em;	/* 2025.8 KAZ */
  }

  .camp-nearby .camp-info__table tbody tr th {	/* 2025.8 KAZ */
	width: 7.5em;
  }

  .camp-access {
    display: block;
    margin-bottom: 80px;
  }

  .camp-access__map {
    width: 98.8%;
    margin: 0 auto;
    margin-bottom: 42px;
  }
  .camp-access__map iframe {
    width: 100%;
    aspect-ratio: 3.3/4;
  }

  .camp-access__map img {
  }

  .camp-access__content {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }

  .camp-access__ttl {
    font-size: 1.125rem;	/* 18px */
    letter-spacing: 1.44px;
    color: #00913a;
    margin-bottom: 10px;
  }

  .camp-access__txt {
  }

  .camp-access__content a {
    font-size: 0.9375rem;	/* 15px */
    letter-spacing: 2.7px;
  }

  .camp-access__link {
    width: 80%;
    margin: 0 auto;
    max-width: 275px;
  }

  .camp-access__tel-img {
  }

  .camp-access__hours {
  }

  /* 2025.10 KAZ: .camp_detail */
  /* See also .rental-detail- ... for .camp-detail- ... */
  ul.camp-detail-point__detail-list,
  .camp-detail-point__detail .note {
	font-size: 0.875rem;	/* 14px */
  }
  ul.camp-detail-point__detail-list {
	column-gap: 12px;
  }
  ul.camp-detail-point__detail-list li {
	margin-left: 16px;
  }
  .camp-detail-point__detail .note:last-child {
	margin-bottom: 55px;
  }
  .camp-detail-other__list {
	width: 89.4%;
	max-width: 320px;
  }

  .showroom-main {
  }

  .showroom-fv {
    margin-bottom: 76px;
  }

  .showroom-fv__ttl {
  }

  .showroom-fv__ttl img {
    margin-bottom: 0;
  }

  .showroom-info {
    margin-bottom: 85px;
  }

  .showroom-info__txt {
    margin-bottom: 50px;	/* 2025.10 KAZ: was 77px */
    line-height: 30px;
    font-size: 1rem;	/* 16px */
    letter-spacing: 0.96px;
  }

  .showroom-info__qrcode {	/* 2025.10 KAZ */
	margin-bottom: 77px;
	font-size: 0.875rem;	/* 14px */
  }

  .showroom-info__col {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .showroom-info__map {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 88.6%;
  }

  .showroom-info__map iframe {
    width: 100%;
    aspect-ratio: 3.3 / 4;
  }

  .showroom-access__img {
  }

  .showroom-info__list {
    width: 90%;
    margin: 0 auto;
  }

  .showroom-info__item {
    margin-bottom: 40px;
  }

  .showroom-info__item-ttl {
    font-size: 1.125rem;	/* 18px */
    letter-spacing: 1.44px;
    margin-bottom: 15px;
  }

  .showroom-info__item-txt {
  }

  .showroom-info__item-tel {
  }

  .showroom-info__item-tel img {
  }

  .showroom-info__item-hours {
  }

  .showroom-about {
    margin-bottom: 30px;
  }

  .showroom-about__ttl {
    margin-bottom: 30px;
  }

  .showroom-about__content {
    width: 88.8%;
  }

  .showroom-about__dl {
    padding: 30px 0;
  }

  .showroom-about__dl:last-child {
    border: none;
  }

  .showroom-about__dt {
    font-size: 1rem;	/* 16px */
    line-height: 1.7;
    letter-spacing: 0.96px;
    width: 35%;
  }

  .showroom-about__dd {
    font-size: 0.9375rem;	/* 15px */
    line-height: 1.7;
    letter-spacing: 0.9px;
  }

  .showroom-about__link {
  }

  .showroom-about__link-img {
    width: 52.4%;
  }

  .showroom-gallery {
    margin-bottom: 90px;
  }

  .showroom-gallery__img {
    width: 180px;
  }

  .showroom-gallery__img:nth-child(even) {
  }

  .buy-main {
  }

  .buy-fv {
    width: 90.3%;
  }

  .buy-fv__ttl {
  }

  .buy-fv__ttl img {
  }

  .buy-concept {
  }

  .buy-concept__ttl {
    width: 83%;
    max-width: 480px;
  }

  .buy-concept__ttl-img {
  }

  .buy-concept__txt {
    font-size: 1rem;	/* 16px */
    line-height: 2.1;
    letter-spacing: 0.96px;
  }

  .buy-point {
  }

  .buy-point__item {
    width: 89.1%;
    padding-bottom: 0;
    margin-bottom: 265px;
  }

  .buy-point__item:nth-child(2) {
    margin-bottom: 110px;
  }

  .buy-point__item > * {
    margin-bottom: 30px;
  }

  .buy-point__item:before {
    margin-top: 87px;
    height: calc(100% - 5px);
  }

  .buy-point__header {
    margin-bottom: 33px;
  }

  .buy-point__heading {
    top: -114px;
    left: 3px;
  }

  .buy-point__heading--2 {
    top: -118px;
    left: 0;
  }

  .buy-point__heading-txt {
    font-size: 0.8125rem;	/* 13px */
    letter-spacing: 1.3px;
  }

  .buy-point__heading-ttl {
    width: 99.7%;
  }

  .buy-point__ttl-img {
  }

  .buy-point__header-mv {
    width: 86.2%;
    margin-bottom: 0;
  }

  .buy-point__header-deco-1 {
    width: 31%;
    top: 105px;
    right: -3px;
  }

  .buy-point__header-deco-2 {
    width: 32.7%;
    top: 122px;
    right: -2px;
  }

  .buy-point__content {
    width: 86%;
    margin-bottom: 15px;
  }

  .buy-point__content-body {
  }

  .buy-point__content-img-sp-1 {
    width: 102%;
    margin-bottom: 27px;
  }

  .buy-point__content-img-sp-2 {
    margin-bottom: 30px;
  }

  .buy-point__content-ttl {
    font-size: 1.375rem;	/* 22px */
    line-height: 1.8;
    letter-spacing: 2.2px;
    margin-bottom: 10px;
  }

  .buy-point__content-txt {
    font-size: 0.9375rem;	/* 15px */
    line-height: 30px;
    letter-spacing: 1.2px;
  }

  .buy-point__content-img-1 {
  }

  .buy-point__content-img-2 {
  }

  .buy-point__interior {
  }

  .buy-point__interior-ttl {
    font-size: 1.5625rem;	/* 25px */
    letter-spacing: 2.5px;
  }

  .buy-point__interior-list {
    width: 90%;
    gap: 6px;
  }

  .buy-point__interior-item {
    width: calc((100% - 6px) / 2);
  }

  .buy-point__interior-img {
    border-radius: 9px;
  }

  .buy-point__interior-label {
    font-size: 0.8125rem;	/* 13px */
    line-height: 2;
    letter-spacing: 0.78px;
    padding-top: 3px;
  }

  .buy-point__spec {
  }

  .buy-point__spec-ttl {
    font-size: 1.5625rem;	/* 25px */
    letter-spacing: 2.5px;
    margin-bottom: 12px;
  }

  .buy-point__spec-content {
    display: block;
    width: 91.3%;
  }

  .buy-point__spec-table {
    margin-bottom: -2px;
  }

  .buy-point__spec-table tbody {
  }

  .buy-point__spec-table tbody tr {
  }

  .buy-point__spec-table tbody tr th {
    width: 6em;
  }

  .buy-point__spec-table tbody tr td {
  }

  .buy-point__spec-table tbody tr {
    font-size: 0.8125rem;	/* 13px */
    line-height: 1.7;
    letter-spacing: 0.78px;
    border: 1.5px solid;
  }

  .buy-point__spec-table tbody tr td small {
  }

  .buy-point__spec-row {
  }

  .buy-point__spec-date {
  }

  .buy-point__link {
    font-size: 0.9375rem;	/* 15px */
    line-height: 2.8;
    letter-spacing: 0.9px;
    width: 54.5%;
    padding: 0;
  }

  .buy-point__spec-row td {
  }

  .buy-point__spec p {
  }

  .news-main {
    padding-bottom: 70px;
  }

  .news-main__inner {
  }

  .news-fv {
  }

  .news-fv__ttl {
  }

  .news-fv__txt {
  }

  .news-fv__nav {
  }

  .news-fv__nav li {
  }

  .news-fv__nav-link {
  }

  .news-list {
  }

  .news-list__items {
  }

  .news-item {
  }

  .news-item__img {
  }

  .news-item__meta {
  }

  .news-item__tag {
  }

  .news-item__ttl {
  }

  .news-item__date {
  }

  .news-pagenav {
  }

  .news-pagenav__list {
  }

  .news-pagenav__item {
  }

  .news-pagenav__item--prev {
  }

  .news-pagenav__link {
  }

  .news-pagenav__item-img {
  }

  .news-pagenav__item--active {
  }

  .news-pagenav__item--ellipsis {
  }

  .news-pagenav__ellipsis {
  }

  .news-pagenav__item--next {
  }

  .nwes-datail-main {
  }

  .nwes-datail__heading {
    font-size: 3.75rem;	/* 60px */
    font-weight: 600;
  }

  .nwes-artical {
    padding-top: 80px;
    padding-bottom: 75px;
    margin-bottom: 40px;
  }

  .nwes-artical__inner {
  }

  .nwes-artical__meta {
  }

  .nwes-artical__tag {
  }

  .nwes-artical__ttl {
    font-size: 1.375rem;	/* 22px */
    line-height: 1.8;
    margin-bottom: 5px;
  }

  .nwes-artical__date {
    margin-bottom: 22px;
  }

  .nwes-artical__mv {
  }

  .nwes-datail-point__txt {
  }

  .nwes-datail-point__txt-line {
  }

  .nwes-datail-point__txt-color {
  }

  .nwes-datail__link {
    margin-bottom: 120px;
  }

  @media print, screen and (min-width: 768px) {
    .br-sp {
    }
  }

  #nav-below .pages {
  }

  .wp-pagenavi a[title="ターゲット 1"]::before,
  .wp-pagenavi a[title="ターゲット 2"]::before,
  .wp-pagenavi a[title="ターゲット 3"]::before,
  .wp-pagenavi a[title="ターゲット 4"]::before,
  .wp-pagenavi a[title="ターゲット 5"]::before,
  .wp-pagenavi a[title="ターゲット 6"]::before,
  .wp-pagenavi a[title="ターゲット 7"]::before,
  .wp-pagenavi a[title="ターゲット 8"]::before,
  .wp-pagenavi a[title="ターゲット 9"]::before {
  }

  .wp-pagenavi span.current::before {
  }

  .nwes-artical__content {
  }

  .nwes-artical__content p {
  }

  .nwes-artical__content h1 {
  }

  .nwes-artical__content h2 {
  }

  .nwes-artical__content h3 {
  }

  .nwes-artical__content a {
  }

  .nwes-artical__content img {
    margin-bottom: 24px;
  }
}

/* News */
#my-blog .page-title {
  text-align: center;
  /* font-weight: 400; */
}

/* Archive */
#my-blog .message {
  text-align: center;
}

.post_menu {
}

.post_menu ul {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.post_menu ul > li {
}

.post_menu ul > li a {
  display: block;
  color: inherit;
  border: solid 1px;
  text-align: center;
  border-radius: 20px;
}

ul.archive {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 40px;
  margin: 0 auto;
}

ul.archive > li {
}

ul.archive > li a {
  color: inherit;
  display: block;
}

ul.archive li .imgonly.photo {
  overflow: hidden;
}

ul.archive li .imgonly.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.archive li .entry-title a {
}

ul.archive li .categories a {
  color: white;
  background-color: var(--ca-text-color);
}

ul.archive li .date {
}

/* News */
#my-blog .page-header {
  margin-bottom: 20px;
}

#my-blog .page-title {
  font-size: 5.6875rem;
  /* 91px design is 90.8px */
  letter-spacing: 0.16em;
}

/* Archive */
#my-blog .message {
  font-size: 1.125rem;
  /* 18px */
  margin-bottom: 42px;
}

.post_menu {
  margin-bottom: 90px;
}

.post_menu ul > li a {
  font-size: 1.0625rem;
  /* 17px */
  min-width: 105px;
  padding: 1px 15px;
}

ul.archive {
  max-width: 1100px;
  width: 92%;
}

ul.archive > li {
  width: calc((100% - 80px) / 3);
}

ul.archive > li a {
}

ul.archive li .imgonly.photo {
  /* width: 340px; */
  /* height: 212px; */
  width: 100%;
  aspect-ratio: 1.603774/1;
  height: initial;
  border-radius: 20px;
  margin-bottom: 15px;
}

ul.archive li .imgonly.photo img {
}

ul.archive li :is(.entry-title a, .date) {
  letter-spacing: 0.01em;
}

ul.archive li .entry-title a {
  font-size: 1.0625rem;
  /* 17px */
  line-height: 1.764;
  margin-top: 10px;
}

ul.archive li .categories a {
  font-size: 0.8125rem;
  /* 13px */
  letter-spacing: 0.014em;
  border-radius: 13px;
  padding: 0 10px;
  display: inline-block;
}

ul.archive li .date {
  font-size: 0.8125rem;
  /* 13px */
}

@media (any-hover: hover) {
  .post_menu ul > li a:hover,
  ul.archive li .categories a:hover {
    text-decoration: none;
  }

  .post_menu ul > li a:hover {
  }

  ul.archive li .categories a:hover {
  }
}

@media screen and (max-width: 767.98px) {
  /* News */
  #my-blog .page-header {
    margin-bottom: 20px;
  }

  #my-blog .page-title {
    font-size: 3.8875rem;
    /* 91px design is 90.8px */
    letter-spacing: 0.16em;
  }

  /* Archive */
  #my-blog .message {
    font-size: 1.125rem;
    /* 18px */
    margin-bottom: 37px;
  }

  .post_menu {
    margin-bottom: 50px;
  }

  .post_menu ul > li a {
    font-size: 1.0625rem;
    /* 17px */
    min-width: 105px;
    padding: 1px 15px;
  }

  ul.archive {
    max-width: 1100px;
    width: 80%;
    display: block;
  }

  ul.archive > li {
    width: calc((100% - 80px) / 2);
    width: 100%;
  }

  ul.archive > li a {
  }

  ul.archive li .imgonly.photo {
    /* width: 340px; */
    /* height: 212px; */
    width: 100%;
    aspect-ratio: 1.6037735849/1;
    border-radius: 6px;
    margin-bottom: 15px;
  }

  ul.archive li .imgonly.photo img {
  }

  ul.archive li :is(.entry-title a, .date) {
    letter-spacing: 0.01em;
  }

  ul.archive li .entry-title a {
    font-size: 1.0625rem;
    /* 17px */
    line-height: 1.764;
    margin-top: 10px;
  }

  ul.archive li .categories a {
    font-size: 0.8125rem;
    /* 13px */
    letter-spacing: 0.014em;
    border-radius: 13px;
    padding: 0 10px;
    display: inline-block;
  }

  ul.archive li .date {
    font-size: 0.8125rem;
    /* 13px */
  }

  @media (any-hover: hover) {
    .post_menu ul > li a:hover,
    ul.archive li .categories a:hover {
      text-decoration: none;
    }

    .post_menu ul > li a:hover {
    }

    ul.archive li .categories a:hover {
    }
  }
}

#content nav {
  padding: 0 0 1.625em;
  margin-top: 160px;
  margin-bottom: 0;
}

.previouspostslink {
  text-indent: -999px;
}

/* Singular navigation */
#content #nav-single {
  width: 100%;
}

#content div.wp-pagenavi {
  clear: both;
  text-align: center;
  display: flex;
  justify-content: center;
}

#content div.wp-pagenavi a,
#content div.wp-pagenavi span {
  display: inline-block;
  border: 0;
  min-width: 18px;
  margin: 0 15px;
  padding: 5px;
  line-height: 1;
  font-size: 1.125rem;	/* 18px */
  font-weight: bold;
  /* font-size : 20px; */
  letter-spacing: 1.6px;
  color: #604c3f;
  color: rgb(96, 76, 63);
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: Sofia Pro Soft;
  letter-spacing: 0.1em;
}

#content div.wp-pagenavi span.current {
  font-weight: bold;
}

#content div.wp-pagenavi a.page,
#content div.wp-pagenavi a.previouspostslink,
#content div.wp-pagenavi a.nextpostslink,
#content div.wp-pagenavi span.extend {
  color: inherit;
}

#content div.wp-pagenavi a.page,
#content div.wp-pagenavi a.previouspostslink,
#content div.wp-pagenavi a.nextpostslink {
  /* background-color: #d2caba; */
}

#content div.wp-pagenavi a.previouspostslink,
#content div.wp-pagenavi a.nextpostslink {
  background-image: url(/wp-content/themes/chillauto/images/news-pagenav__item.svg);
  background-size: 100% 100%;
  color: white;
  margin-right: 70px;
  transition: all 0.3s ease 0s;
}

#content div.wp-pagenavi a.nextpostslink {
  transform: scale(-1, 1);
  margin-left: 70px;
  margin-right: 0;
}

#content div.wp-pagenavi span.current {
  background-color: #f4eedf;
  /* color: white; */
  border: 2px solid #604c3f;
  border-radius: 100px;
}

@media (any-hover: hover) {
  #content div.wp-pagenavi a.page:hover {
    /* background-color: #42210b; */ /* color: white; */
    background-color: #f4eedf;
    /* color: white; */
    border: 2px solid #604c3f;
    border-radius: 100px;
  }
}

@media screen and (max-width: 767.98px) {
  /* Singular navigation */
  #content #nav-single {
  }

  #content div.wp-pagenavi {
  }

  #content div.wp-pagenavi a,
  #content div.wp-pagenavi span {
    margin: 0 6px;
    padding: 5px;
    line-height: 1;
    font-size: 0.6875rem;	/* 11px */
    font-weight: bold;
    font-size: 0.875rem;	/* 14px */
    letter-spacing: 0.6px;
    color: #604c3f;
    color: rgb(96, 76, 63);
    width: 35px;
    height: 35px;
  }

  #content div.wp-pagenavi span.current {
  }

  #content div.wp-pagenavi a.page,
  #content div.wp-pagenavi a.previouspostslink,
  #content div.wp-pagenavi a.nextpostslink,
  #content div.wp-pagenavi span.extend {
  }

  #content div.wp-pagenavi a.page,
  #content div.wp-pagenavi a.previouspostslink,
  #content div.wp-pagenavi a.nextpostslink {
  }

  #content div.wp-pagenavi a.previouspostslink,
  #content div.wp-pagenavi a.nextpostslink {
    margin-right: 10px;
  }

  #content div.wp-pagenavi a.nextpostslink {
    margin-left: 10px;
  }

  #content div.wp-pagenavi span.current {
  }

  @media (any-hover: hover) {
    #content div.wp-pagenavi a.page:hover {
    }
  }
}

@media screen and (max-width: 767.98px) {
  #content nav {
    margin-top: 90px;
  }

  .previouspostslink {
  }

  /* Singular navigation */
  #content #nav-single {
  }

  #content div.wp-pagenavi {
  }

  #content div.wp-pagenavi a,
  #content div.wp-pagenavi span {
  }

  #content div.wp-pagenavi span.current {
  }

  #content div.wp-pagenavi a.page,
  #content div.wp-pagenavi a.previouspostslink,
  #content div.wp-pagenavi a.nextpostslink,
  #content div.wp-pagenavi span.extend {
  }

  #content div.wp-pagenavi a.page,
  #content div.wp-pagenavi a.previouspostslink,
  #content div.wp-pagenavi a.nextpostslink {
  }

  #content div.wp-pagenavi a.previouspostslink,
  #content div.wp-pagenavi a.nextpostslink {
  }

  #content div.wp-pagenavi a.nextpostslink {
  }

  #content div.wp-pagenavi span.current {
  }
}
/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%}.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}.fp-scrollable{overflow:hidden;position:relative}.fp-scroller{overflow:hidden}.iScrollIndicator{border:0!important}.fp-notransition{-webkit-transition:none!important;transition:none!important}#fp-nav{position:fixed;z-index:100;margin-top:-32px;top:50%;opacity:1;-webkit-transform:translate3d(0,0,0)}#fp-nav.right{right:17px}#fp-nav.left{left:17px}.fp-slidesNav{position:absolute;z-index:4;opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0!important;right:0;margin:0 auto!important}.fp-slidesNav.bottom{bottom:17px}.fp-slidesNav.top{top:17px}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}.fp-slidesNav ul li{display:inline-block}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer}#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;width:auto;opacity:1}#fp-nav ul li .fp-tooltip.right{right:20px}#fp-nav ul li .fp-tooltip.left{left:20px}.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell,.fp-auto-height.fp-section{height:auto!important}.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell,.fp-responsive .fp-auto-height-responsive.fp-section{height:auto!important}
/*# sourceMappingURL=jquery.fullpage.min.css.map */
@charset "UTF-8";.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{
  /*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap
  /*!rtl:end:ignore*/}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit;margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000);box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;text-shadow:0 0 1.5px #000;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout,.wp-block-media-text{box-sizing:border-box}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;visibility:hidden;width:0;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}