@charset "UTF-8";
/* smc kimarus wcms */

#\000030xab526d73495b9ca3 {}

#\000030x4784673a63ddeda1 {
	text-align: center;
	/*min-height: 200vh;*/
	margin: 0 auto 0 auto;
}

.header {
	position: sticky;
	top: -6px;
	z-index: 3;
}

.header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	/*max-width: 1280px;*/
	margin: 0 auto 0 auto;
	padding: 6px 24px 6px 24px;
	/* padding: 6px 12px 6px 12px; */
	border-bottom: 1px solid #b68534ff;
	background: #ffffffd9;
}

.header__logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.header__logo-icon {
	width: 60px;
	height: 40px;
	flex-shrink: 0;
	background: url("/0x08c3623e/0xec1f7f02/0x921ffd44.webp") no-repeat center / contain;
}

.header__logo-text {
	display: flex;
	flex-direction: column;
	line-height: 1.0;
	white-space: nowrap;
}

.header__logo-text span:first-child {
	font-size: 20px;
}

.header__logo-text span:last-child {
	font-size: 17px;
}

.header__nav {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 20px;
}

.header__nav-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.header__nav-button {
	color: var(--pcs_txt_color);
}

.header__nav-button:hover,
.header__nav-button:active,
.header__nav-button:focus-visible {
	color: var(--pcs_a_hover);
	text-decoration: underline;
}

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

.header__book {
	padding: 10px 20px 10px 20px;
	border-radius: 10px 10px 10px 10px;
	background: #c9a24bff;
	color: #ffffffff;
	white-space: nowrap;

	border: none;
	font: inherit;
	cursor: pointer;
	appearance: none;
}

.header__tel {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #e3d9caff;
	border-radius: 20% 20% 20% 20%;

	background: url("/0x08c3623e/0x71f117f1/0x548b488e.webp") no-repeat center / contain;
}

.header__burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}

.header__burger span {
	width: 22px;
	height: 2px;
	background: #b68534ff;
}

.header__burger[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.header__burger[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.header__burger[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.header__nav-item--dropdown {
	position: relative;
}

.header__nav-toggle {
	display: flex;
	align-items: center;
	gap: 4px;
	background: none;
	border: none;
	font: inherit;
	color: inherit;
	cursor: pointer;
	padding: 0;

	width: fit-content;
	margin: 0 auto 0 auto;
}

.header__nav-toggle::after {
	content: "";
	width: 6px;
	height: 6px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.header__nav-toggle[aria-expanded="true"]::after {
	transform: rotate(-135deg);
}

.header__submenu {
	position: absolute;
	top: 100%;
	left: 50%;
	min-width: 220px;
	background: #ffffffd9;
	border: 1px solid #c9a24bff;
	z-index: 25;

	display: flex;
	flex-direction: column;

	transform: translate(-50%, -8px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s;
}

.header__submenu a {
	padding: 10px 16px 10px 16px;
	white-space: nowrap;
	border-bottom: 1px solid #c9a24bff;
}

.header__submenu a:last-child {
	border-bottom: none;
}


.header__submenu.is-open {
	transform: translate(-50%, 0);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

#ltk01 {
	position: absolute;
	display: inline-block;
	width: 12px;
	right: 2px;
	top: 2px;
	font-size: 20px;
	font-weight: 600;
	font-family: monospace;
	text-align: center;
}

#\000030x3716c4424508360a {
	text-align: left;
	margin: 8px 0 0 0;
	padding: 0 0 0 5px;
}

#\000030x3716c4424508360a div {
	margin: 5px 0 0 0;
}

#\000030xa725f85c32e23b49 {
	display: flex;
	/*flex: 0 0 auto;*/
}

#\000030xa725f85c32e23b49 span {
	flex: 0 0 auto;
	padding: 0 10px 0 10px;
	border-right: 1px solid var(--pcs_a_hover);
}

#\000030xa725f85c32e23b49 span:first-child {
	padding: 0 10px 0 0;
}

#\000030xa725f85c32e23b49 span:last-child {
	border-right: none;
}