@charset "utf-8";
@import url('bootstrap_add.css');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap');

:root{
	--bg: #f7f3ef;
	--primary: var(--vk-color-primary);/* #8d7c5e *Gold*/
	--primary-dark: var(--vk-color-primary-dark);/* #71634B *Gold*/
	--secondary: #B58C31;/*yellow-gold*/
	--info: #C68067;/*brown-pink*/
	--success: #fa9090;/*pink*/
	--warning: #D67127;/*orange*/
	--red: #B52626;/*red*/
	--danger: var(--red);
	--light: #F2EFE2;/*ivory*/
	--dark: #493c27;/*dark-Gold*/
	--border: var(--black-a020);
	--border-primary: var(--primary-a025);
	--black: #0a0a0a;
	--black-a002: #00000005;
	--black-a003: #00000008;
	--black-a005: #0000000C;
	--black-a010: #00000019;
	--black-a015: #00000026;
	--black-a020: #00000033;
	--black-a025: #00000040;
	--black-a035: #00000059;
	--black-a050: #00000080;
	--black-a075: #000000BF;
	--black-a085: #000000D9;
	--white-a005: #FFFFFF0C;
	--white-a010: #FFFFFF19;
	--white-a015: #FFFFFF26;
	--white-a025: #FFFFFF40;
	--white-a035: #FFFFFF59;
	--white-a050: #FFFFFF80;
	--white-a075: #FFFFFFBF;
	--white-a085: #FFFFFFD9;
	--white-a095: #FFFFFFF2;
	--primary-a005: #8d7c5e0C;
	--primary-a010: #8d7c5e19;
	--primary-a025: #8d7c5e40;
	--primary-a050: #8d7c5e80;
	--primary-a060: #8d7c5e99;
	--primary-a075: #8d7c5eD9;
	--secondary-a005: #B58C310C;
	--secondary-a010: #B58C3119;
	--secondary-a025: #B58C3140;
	--secondary-a050: #B58C3180;
	--secondary-a060: #B58C3199;
	--secondary-a075: #B58C31D9;
	--info-a005: #C680670C;
	--info-a010: #C6806719;
	--info-a025: #C6806740;
	--info-a050: #C6806780;
	--info-a060: #C6806799;
	--info-a075: #C68067D9;
	--success-a005: #fa90900C;
	--success-a010: #fa909019;
	--success-a025: #fa909040;
	--success-a050: #fa909080;
	--success-a060: #fa909099;
	--success-a075: #fa9090D9;
	--warning-a005: #D671270C;
	--warning-a010: #D6712719;
	--warning-a025: #D6712740;
	--warning-a050: #D6712780;
	--warning-a060: #D6712799;
	--warning-a075: #D67127D9;
	--danger-a005: #B526260C;
	--danger-a010: #B5262619;
	--danger-a025: #B5262640;
	--danger-a050: #B5262680;
	--danger-a060: #B5262699;
	--danger-a075: #B52626D9;
	--light-a005: #F2EFE20C;
	--light-a010: #F2EFE219;
	--light-a025: #F2EFE240;
	--light-a050: #F2EFE280;
	--light-a060: #F2EFE299;
	--light-a075: #F2EFE2D9;
	--dark-a005: #493c270C;
	--dark-a010: #493c2719;
	--dark-a025: #493c2740;
	--dark-a050: #493c2780;
	--dark-a060: #493c2799;
	--dark-a075: #493c27D9;
	--border-hr: rgba(200,200,200,.5);
	--border-hr-light: rgba(200,200,200,.2);
	--border-hr-dark: rgb(200,200,200);
	--text-body: black;
	--vk-color-text-body: var(--text-body);
	--vk-line-height: 1.85;
    --vk-size-text: 1rem;
	--vk-size-text-sm: .95rem;
	--vk-color-text-link: var(--primary);/*blue*/
	--vk-color-text-link-hover: var(--dark);/*blue*/
	--vk-color-accent-bg: var(--light-a025);
	--vk-color-border-hr: var(--border-hr);
	--vk-size-radius: .25em;
	--vk-size-radius-sm: .25em;
	--wp--preset--color--black: var(--text-body);
	--font-family-def:"IBM Plex Sans JP","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","游ゴシック体",YuGothic,"メイリオ",Meiryo,sans-serif;
	--font-family-serif:"Shippori Mincho","Hiragino Mincho ProN","游明朝",serif;
	--font-sml0: .95em;
	--font-sml1: .9em;
	--font-sml2: .8em;
	--font-sml3: .7em;
}

*[style*="color:#333333"], 
:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)){ color: var(--text-body) !important;}
.bg-secondary { background-color: var(--secondary) !important;}
.bg-light { background-color: var(--light) !important;}
.red{ color: var(--red);}

.border-primary{ border-color: var(--primary) !important;}
.border-secondary{ border-color: var(--secondary) !important;}
.border-warning{ border-color: var(--warning-dark) !important;}
.border-danger{ border-color: var(--danger) !important;}
.border-info{ border-color: var(--red) !important;}
.border-light{ border-color: var(--light) !important;}
.border-w2{ border-width: 2px !important;}
.border-w3{ border-width: 3px !important;}
.ov_hidden{ overflow: hidden;}
.img-p-2 img{ padding: .5rem;}
.img-p-3 img{ padding: 1rem;}

.border-r50p, .wp-block-image.border-r50p img{ border-radius: 50%;}
.border-rq, .wp-block-image.border-rq img{ border-radius: .25rem;}
.border-rh, .wp-block-image.border-rh img{ border-radius: .5rem;}
.border-r1, .wp-block-image.border-r1 img{ border-radius: 1rem;}
.border-r1h, .wp-block-image.border-r1h img{ border-radius: 1.5rem; overflow: hidden;}
.border-r2, .wp-block-image.border-r2 img{ border-radius: 2rem; overflow: hidden;}
.border-t-r2{ border-radius: 2em 2em 0 0;}
.border-b-r2{ border-radius: 0 0 2em 2em;}

.bg-primary{ background-color: var(--primary);}
.bg-secondary{ background-color: var(--secondary);}
.bg-info{ background-color: var(--info);}
.bg-success{ background-color: var(--success);}
.bg-warning{ background-color: var(--warning);}
.bg-danger{ background-color: var(--danger);}
.bg-light{ background-color: var(--light);}
.bg-dark{ background-color: var(--dark);}

.bg-primary-a005{ background-color: var(--primary-a005) !important;}
.bg-primary-a010{ background-color: var(--primary-a010) !important;}
.bg-primary-a025{ background-color: var(--primary-a025) !important;}

body{ line-height: var(--vk-line-height); font-feature-settings: "palt"; font-family: var(--font-family-def); font-weight: 400;}
@media (max-width: 991.98px){
	body, html{ font-size: calc(var(--vk-size-text) * .925);}
}
:focus, a, a:hover{outline: 0;}
a[href*="tel:"], a[href*="tel:"]:hover{ cursor: inherit; color: inherit; text-decoration: none;}
/*.site-body a[href*="tel:"]{ color: var(--text-body);}*/
p{text-align: justify;}
p:empty{display: none;}/* for enpty tags and etc.------*/
li a, p a, table a{ text-underline-offset: .25em;}
li > a, p > a, th > a, td > a{/* margin: 0 .15em;*/ text-decoration: underline; text-decoration-style: dotted;}
img { vertical-align: bottom; image-rendering: -webkit-optimize-contrast; image-rendering: auto;}
rt { font-size: 0.3em;}
a:hover img{ opacity: .8;}
.nowrap{ white-space: nowrap;}
.transparent{ opacity: 0;}
.comingsoon{ opacity: .25;}
.interview{ margin-bottom: .5em; margin-block-end: .5em !important; border-bottom: dotted 1px var(--primary); text-align: left; font-weight: bold;}
.interview:before{ margin-right: .5em; content: "―";}

.serif,
.page-header-title,
li.header-top-tel,
.vk_faq .vk_faq_title:before,
.vk_faq .vk_faq_content:before{ font-family: var(--font-family-serif);}

@media (max-width: 575.98px){ .no_br_xs br{ display: none;}}
@media (max-width: 767.98px){ .no_br_sm br{ display: none;}}
@media (max-width: 781.98px){ .no_br_sm_WP br{ display: none;}}
@media (max-width: 991.98px){ .no_br_md br{ display: none;}}
@media (max-width: 1199.98px){ .no_br_lg br{ display: none;}}

.text_shadow_dark_s{ text-shadow: 0 0 .4em var(--black-a015), .1em .1em .25em var(--primary-a025), .05em .05em .1em var(--black-a015);}
.text_shadow_dark_m{ text-shadow: 0 0 .75em var(--black-a015), .1em .1em .25em var(--primary-a025), .05em .05em .1em var(--black-a015);}
.text_shadow_dark_l{ text-shadow: 0 0 1.5em var(--black-a015), .25em .25em .5em var(--primary-a025), .1em .1em .25em var(--black-a015);}
.text_shadow_light_ss{ text-shadow: 1px 1px 0 var(--white-a050);}
.text_shadow_light_s{ text-shadow: .1em .1em .15em white, .025em .025em 0 white;}
.text_shadow_light_m{ text-shadow: 0 0 .5em white, .1em .1em .25em white, .05em .05em .1em white;}
.text_shadow_light_l{ text-shadow: 0 0 1.5em white, .25em .25em .5em white, .1em .1em .25em white;}
.box_shadow_dark_s{ box-shadow: .25em .25em .5em var(--black-a010);}
.box_shadow_dark_m{ box-shadow: .75em .75em 1.5em var(--black-a010);}
.box_shadow_dark_m_r{ box-shadow: -.75em .75em 1.5em var(--black-a010);}
.box_shadow_dark_m_0{ box-shadow: 0 0 2.5em var(--black-a010);}
.box_shadow_dark_l{ box-shadow: 2em 2em 5em var(--black-a010);}

hr{ padding: 1.25em 0; clear: both; border: none;}
hr.thin{ padding: .5em 0;}
hr.delimiter{
	margin: 0 auto 2em;
	padding: 2em 0 0;
	position: relative;
	overflow: visible;
	width: 36%;
	height: 0;
	border-top: none;
	border-bottom: solid 1px var(--dark-a025);
	line-height: 13px;
	font-size: 13px;
}
hr.delimiter:before,
hr.delimiter:after{
	position: absolute;
	content: "";
	background: var(--primary);
	bottom: -.5rem;
	left: calc(50% - 1px);
	z-index: 3;
	height: 1rem;
	width: 3px;
}
hr.delimiter:after{
	background: var(--primary-a050);
	bottom: -.35rem;
	left: calc(50% - 1rem - 1.5px);
	height: .7rem;
	box-shadow: 2rem 0 0 var(--primary-a050);
}
hr.delimiter.secondary:before{ background: var(--secondary);}
hr.delimiter.info:before{ background: var(--info);}
hr.delimiter.success:before{ background: var(--success);}
hr.delimiter.dark:before{ background: var(--dark);}
hr.delimiter.warning:before{ background: var(--warning);}
hr.delimiter.danger:before{ background: var(--danger);}
hr.delimiter.secondary:after{ background: var(--secondary-a050); box-shadow: 2rem 0 0 var(--secondary-a050);}
hr.delimiter.info:after{ background: var(--info-a050); box-shadow: 2rem 0 0 var(--info-a050);}
hr.delimiter.success:after{ background: var(--success-a050); box-shadow: 2rem 0 0 var(--success-a050);}
hr.delimiter.dark:after{ background: var(--dark-a050); box-shadow: 2rem 0 0 var(--dark-a050);}
hr.delimiter.warning:after{ background: var(--warning-a050); box-shadow: 2rem 0 0 var(--warning-a050);}
hr.delimiter.danger:after{ background: var(--danger-a050); box-shadow: 2rem 0 0 var(--danger-a050);}

.alignleft, .alignright{ max-width: 44%; position: relative; z-index: 2;}
.alignright, img.alignright{ margin: 0 0 .8em 3%;}
.alignleft, img.alignleft{ margin: 0 3% .8em 0;}

.str1, .str01{ font-size: 110%;}
.str2, .str02{ font-size: 125%;}
.str3, .str03{ font-size: 150%; line-height: 1.7;}
.str4, .str04{ font-size: 175%; line-height: 1.6;}
.str5, .str05{ font-size: 220%; line-height: 1.5;}
i.str05{ line-height: 1.2em; font-size: 3em;}

b, strong{ font-weight: 600;}
.str1,.sttr2,.str3,.str4{ font-weight: 600;}
.sml0{ font-size: var(--font-sml0); line-height: 1.7;}
.sml1{ font-size: var(--font-sml1); line-height: 1.65;}
.sml2{ font-size: var(--font-sml2); line-height: 1.6;}
.sml3{ font-size: var(--font-sml3); line-height: 1.55;}
h2 .sml3{ font-size: .4em;}

.display_1{ font-size:calc(1.5em + 3vw)}
.display_2{ font-size:calc(1.4em + 2.5vw)}
.display_3{ font-size:calc(1.3em + 2vw)}
.display_4{ font-size:calc(.8em + 1.5vw)}

.eyec1{ font-size: calc(1.4em + 1.4vw);}
.eyec2{ font-size: calc(1.6em + 1.6vw);}
.eyec3{ font-size: calc(1.8em + 1.8vw);}
.eyec4{ font-size: calc(2em + 2vw);}
*[class*="eyec"]{ line-height: 1.1;}
.lineh_0{ line-height: 1;}
.lineh_1{ line-height: 1.1;}
.lineh_2{ line-height: 1.2;}
.lineh_3{ line-height: 1.3;}
.lineh_4{ line-height: 1.4;}
.lineh_5{ line-height: 1.5;}
.lineh_6{ line-height: 1.6;}
.lineh_7{ line-height: 1.7;}
.lineh_8{ line-height: 1.8;}
.letter_s0{ letter-spacing: 0;}
.letter_sq{ letter-spacing: .025em;}
.letter_sh{ letter-spacing: .05em;}
.letter_s1{ letter-spacing: .1em;}
.letter_s2{ letter-spacing: .2em;}
.letter_s3{ letter-spacing: .3em;}
.letter_s-q{ letter-spacing: -.025em;}
.letter_s-h{ letter-spacing: -.05em;}
.letter_s-1{ letter-spacing: -.1em;}

.idt1{ padding-left: 1em; text-indent: -1em;}
.idt1h{ padding-left: 1.5em; text-indent: -1.5em;}
.idt2{ padding-left: 2em; text-indent: -1.85em;}
.idt2h{ padding-left: 2.75em; text-indent: -2.75em;}
.idt3{ padding-left: 3em; text-indent: -3em;}
ul.idt2h, ol.idt2h{ margin: 0 0 1em; list-style: none;}
ul.idt2, ol.idt2{ margin: 0 0 1em; list-style: none;}
ul.idt1h, ol.idt1h{ margin: 0 0 1em; list-style: none;}
ul.idt1, ol.idt1{ margin: 0 0 1em; padding-left: 1em; list-style: none;}
li ol.idt1h{ margin: 0;}
li{ margin: 0;}
ol.in_ul > li > ul{ margin-bottom: 0; list-style: disc;}

h1, .h1{ font-size: calc(1.5em + 1.1vw);}
h2, .h2{ font-size: calc(1.15em + .8vw);}
h3, .h3{ font-size: calc(1.1em + .5vw); margin-bottom: 1em;}
h4, .h4{ font-size: calc(1.05em + .25vw); line-height: 1.6;}
h5, .h5{ font-size: calc(1.02em + .1vw); line-height: 1.7;}
h6, .h6{ font-size: calc(1.015em + .05vw);}
@media (min-width: 1200px){
	h1, .h1{ font-size: 2.25em}
	h2, .h2{ font-size: 2em;}
	h3, .h3{ font-size: 1.6em;}
	h4, .h4{ font-size: 1.35em;}
	h5, .h5{ font-size: 1.1em;}
	h6, .h6{ font-size: 1.05em;}
}
h1, h2, h3, h4{ font-family: var(--font-family-serif); font-weight: 500;}
h1.archive-header-title, h1.entry-title {
	margin-bottom: 1em;
	padding-bottom: .7em;
	border-bottom: solid 1px var(--border);
	position: relative;
	text-align: center;
}
h1.archive-header-title:after,
h1.entry-title:after{
    background: var(--primary);
    content: "";
    position: absolute;
    width: 2em;
	height: 4px;
	border-radius: 2px;
    left: calc(50% - 1em - 3px);
    bottom: -10px;
}
.main-section--col--two h1.archive-header-title{ text-align: left;}
.single h1.entry-title{ line-height: 1.6; text-align: left; font-size: calc(1.05em + .6vw);}
.main-section--col--two h1.archive-header-title:after,
.single h1.entry-title:after{ left: 0;}
h1.notfound{ margin: 0 0 2rem; color: var(--primary); line-height: 1; font-size: calc(3em + 3vw);font-weight: 600;}
h2{ margin-bottom: 1.5em; padding-top: 1.5em; position: relative; text-align: center; overflow: hidden;}
h2:before, h2:after, h3:before, h3:after, h4:before{ position: absolute; content: "";}
h2:not(.is-style-vk-heading-both_ends):before{
	background: var(--primary);
	top: 0;
	left: calc(50% - 1px);
	z-index: 3;
	height: 1em;
	width: 3px;
}
h2:after{
	background: var(--border);
	top: .5em;
	left: calc(50% - 3em);
	width: 6em;
	height: 1px;
}
h2.bd_s:after{ left: calc(50% - 2em); width: 4em;}
h2.bd_ss:after{ left: calc(50% - 1.5em); width: 3em;}
h2.bd_sss:after{ left: calc(50% - 1em); width: 2em;}
h2.bd_btm{ padding: 0 0 1.5em;}
h2.bd_btm:before{ top: auto; bottom: 0;}
h2.bd_btm:after{ top: auto; bottom: .5em}
h2.has-text-align-left{ padding: 0 0 0 calc(1em + 2vw);}
h2.has-text-align-left:before{
	left: 0;
	top: 15%;
	height: 70%;
}
h2.has-text-align-left:after{
	left: -.5em;
	top: 50%;
	width: 1.75em;
}
h2.has-text-align-left.pd_half{ padding-left: calc(.7em + 1.2vw);}
h2.has-text-align-left.pd_half:after{ left: .35em; width: calc(.3em + .5vw);}
/*h2.has-white-color:before{ background: white;}*/
h2.has-white-color:after{ background: var(--white-a035);}
.hgroup.wp-block-group{ gap: 0;}
.hgroup h1{ margin-bottom: .5em;}
.hgroup h1 + p,
.hgroup h2 + p{
	margin: -1em 0 0;
	padding-bottom: 2em;
	text-align: center;
	line-height: 1.4;
	letter-spacing: .15em;
	font-size: .95em;
	font-weight: bold;
}
h3{ padding: .7em 0; position: relative;}
h3:before{ width: 1.25em; left: 0; bottom: 0; border-bottom: 2px solid var(--primary);}
h3:after{ width: 3.5em; left: 0; top: 0; border-bottom: 1px solid var(--border);}
h3.has-text-align-center:before{ left: calc(50% - .625em);}
h3.has-text-align-center:after{ left: calc(50% - 1.75em);}
h4{ margin-bottom: .5em; padding: 0 0 0 .65em; position: relative;}
h4:before{
	width: 3px;
	height: .8em;
	top: 0;
	left: 0;
	background: var(--primary);
	transform: translateY(50%);
}
h4.has-text-align-center{ padding: 0 0 .5em;}
h4.has-text-align-center:before{
	width: .8em;
	height: 3px;
	top: auto;
	bottom: 0;
	left: calc(50% - .4em);
}
h5, h6{ margin-bottom: .5em; padding-left: 1em; position: relative; line-height: 1.6em;}
h5{ font-weight: 600;}
h5:before, h6:before{
	content: "";
	position: absolute;
	left: 0;
	top: .8em;
	width: .5em;
	height: 2px;
}
h5:before{
	width: .5em;
	height: 2px;
	background: var(--primary);
}
h5.has-text-align-center{ padding: 0 0 .5em;}
h5.has-text-align-center:before{
	left: calc(50% - .25em);
	top: auto;
	bottom: 0;
}
h6:before{
	width: .4em;
	height: 1px;
	background: var(--border-primary);
}
h2.secondary:before,	h3.secondary:before,	h4.secondary:before,	h5.secondary:before{ background: var(--secondary);}
h2.info:before,			h3.info:before,			h4.info:before,			h5.info:before{ background: var(--info);}
h2.success:before,		h3.success:before,		h4.success:before,		h5.success:before{ background: var(--success);}
h2.dark:before,			h3.dark:before,			h4.dark:before,			h5.dark:before{ background: var(--dark);}
h2.warning:before,		h3.warning:before,		h4.warning:before,		h5.warning:before{ background: var(--warning);}
h2.danger:before,		h3.danger:before,		h4.danger:before,		h5.danger:before{ background: var(--danger);}
.heading_ruby span{ font-family: var(--font-family-def);}
.heading_ruby ruby{ display: table;}
.heading_ruby rt{ display: block;}
.heading_ruby.d-flex{ justify-content: center; gap: .25em;}

.is-style-vk-heading-both_ends:before,
.is-style-vk-heading-both_ends:after{ border-color: var(--primary-a050);}
.is-style-vk-heading-both_ends.secondary:before,
.is-style-vk-heading-both_ends.secondary:after{ border-color: var(--secondary-a050);}
.is-style-vk-heading-both_ends.info:before,
.is-style-vk-heading-both_ends.info:after{ border-color: var(--info);}
.is-style-vk-heading-both_ends.success:before,
.is-style-vk-heading-both_ends.success:after{ border-color: var(--info);}
.is-style-vk-heading-both_ends.light:before,
.is-style-vk-heading-both_ends.light:after{ border-color: var(--light);}
.is-style-vk-heading-both_ends.warning:before,
.is-style-vk-heading-both_ends.warning:after{ border-color: var(--warning);}
.is-style-vk-heading-both_ends.has-text-align-left:before{ display: none;}
.is-style-vk-heading-both_ends.has-text-align-right:after{ display: none;}

@media (max-width: 797px){ h2{font-size: calc(1.4vw + 1.4em);}}
@media (min-width:992px){ li{ line-height: 1.8;}}
.c{ text-align: center !important;}
.l{ text-align: left !important;}
.r{ text-align: right !important;}
.clr{ clear: both;}
.clr_l{ clear: left;}
.clr_r{ clear: right;}
.clr_n{ clear: none;}
.dsp_il{ display: inline;}
.dsp_bck{ display: block;}
.dsp_ilbck{ display: inline-block !important;}
.dsp_table{ display: table; margin: 0 auto;}

iframe{
	margin-bottom: 1.5em;
    width: 100%;
    max-width: 100%;
	border: none;
    vertical-align: bottom;
}
.container iframe,
.editor-styles-wrapper iframe{ height: 32em;}
.container iframe{ max-height: 75vh;}
.container iframe[title="Yahoo!マップ"]{ max-height: none;}
.home .container iframe{ height: 25em;}

.fa-freedial{
	margin-right: .3em;
	position: relative;
	width: 1.6em;
	height: .8em;
	display: inline-block;
}
.fa-freedial:before{
	content: "";
	background: url(img/freedial.svg) no-repeat 0 0;
	position: absolute;
	width: 1.25em;
	height: .8em;
	left: 0;
	top: calc(50% - .2em);
}
.fa-freedial.fa-freedial_w:before { background-image: url(img/freedial_w.svg);}

/* header ------------------------*/

.header-top{ margin-top: 0; font-size: .8rem;}
.header-top ul{ margin: 0; align-items: center;}
.header-top ul > li { line-height: 1.6;}
.header-top ul > li.header-top-tel > span{ padding: 0 .25em; letter-spacing: .05em; line-height: 1; font-size: 1.15rem; font-weight: 700;}
.header-top ul > li.header-top-tel > span i{ color: var(--primary);}
.header-top ul > li > a{ font-size: 12px; opacity: .7;}
.site-header .header-top nav{ top: auto;}
.header-top .container{ padding: 0 0 0 15px; max-width: none; align-items: center; justify-content: end; gap: 1vw;}
.header-top .header-top-description{ padding: .5em 1em .5em 0; top: auto;/* display: none;*/}
.header-top li.header-top-tel{ margin-left: 2.5vw;}
.header-top .header-top-contact-btn{ margin-top: 0; top: auto; line-height: 1;}
.header-top .header-top-contact-btn a.btn{ border: none;}
.header-top .header-top-contact-btn i,
.header-top li.header-top-tel i{ margin: 0 .25em 0 0;}
.site-header-logo img{  max-height: 45px; max-width: calc(100% - 30px);}
@media (max-width: 991.98px){
	.site-header-logo{ margin-bottom: 6px; padding-top: 6px;}
    .site-header-logo img{ max-height: 36px;}
}
@media (min-width: 992px){
	.site-header--layout--nav-float .site-header-container{ padding-right: 0; max-width: none;}
}
.site-header-sub{float: none;align-items: center;justify-content: flex-end}
.site-header-sub .widget{ margin-bottom: 0;}

.site-header-sub .wp-block-search input.wp-block-search__input{ padding: .1em .25em; width: 12em;}
.site-header-sub .wp-block-search .wp-block-search__button{ padding: .25em; width: 2em;}

.vk-mobile-nav{padding-left: 0; padding-right: 0; background-color: var(--primary); opacity: .95; overflow: auto;}
.vk-mobile-nav nav > ul{ border-top-color: var(--white-a025);}
.vk-mobile-nav-menu-btn{
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
	background-image: url(img/vk-menu-btn-white.svg);
}
.vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.menu-open{
    border:none;
    background-color: var(--primary);
    background-size: 80%;
	border-radius: 0;
}
.vk-mobile-nav-menu-btn.menu-open{
    background-image: var(--vk-menu-acc-icon-close-white-bg-src);
	background-color: transparent;
    transition: 1s;
}
.vk-mobile-nav .vk-mobile-nav-menu-outer{ margin-bottom: 0;}
.vk-mobile-nav .vk-mobile-nav-widget.widget_nav_menu ul.menu{ border-top: none;}

.mobile-nav-btn-right .vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.position-right{ right: 0;}

.vk-mobile-nav .widget-title.subSection-title{ padding:1rem; color: white; text-align: center; font-size: 1.15em; position: relative}
.vk-mobile-nav .widget-title.subSection-title:after {
    margin-left: auto;
    bottom: -.5em;
    left: calc(50% - 4px);
    border-top: none;
    width: 2px;
    height: 5px;
    background: white;
    box-shadow: 5px 0 0 white, -5px 0 0 white;
    content: "";
    position: absolute;
    opacity: .5;
}
.vk-mobile-nav .widget_nav_menu ul li a,
.vk-mobile-nav nav ul li a{ padding: .6rem 1.5rem; border-bottom-color: var(--white-a025); color: white; font-weight: 500; font-size: 1.15em;}
.vk-mobile-nav nav ul li a i{ margin-left: .35em; opacity: .35;}
.vk-mobile-nav nav ul li li a{ padding-left: 1.75rem;}
.vk-mobile-nav .acc-btn{ border-color: var(--white-a025); border-radius: 0;}
.vk-menu-acc .acc-btn { background-image: var(--vk-menu-acc-icon-open-white-bg-src); background-size: 60%;}
.vk-menu-acc .acc-btn-close { background-image: var(--vk-menu-acc-icon-close-white-bg-src);}
.vk-menu-acc ul.sub-menu li a:before{ margin: 0 .5em; content: "-";}
@media (min-width:992px){
    body.device-pc .vk-mobile-nav{ overflow-x: hidden;}
    .device-pc .global-nav-list > li > a{padding: 14px 1.25em}
    .vk-mobile-nav .vk-mobile-nav-widget{ margin: 2rem 2%;}
	body:not(.header_scrolled) .global-nav--layout--float-right{ align-items: stretch;}
	body:not(.header_scrolled) .site-header--trans--true .global-nav-list > li:active > a,
	body:not(.header_scrolled) .site-header--trans--true .global-nav-list > li:hover > a,
	body:not(.header_scrolled) .site-header--trans--true .global-nav-list > li > a:hover{ color: white;}
}
.global-nav-list li{ font-size: .825rem;}
.global-nav-list .sub-menu li a{padding: 14px 1.1em}
.global-nav-list.vk-menu-acc .sub-menu .acc-btn{ right: 8px;}
.global-nav-list > li .global-nav-description{ line-height: 1.8; font-size: .75rem;}
.global-nav-list > li:active,
.global-nav-list > li:hover{ background: var(--primary); color: white;}
.global-nav-list > li:active a,
.global-nav-list > li:hover a{ color: white;}
.global-nav-list > li:hover .global-nav-description,
.global-nav-list > li[class*="current"] .global-nav-description{ opacity: .5;}
.global-nav-list > li.menu_anchor:before{ display: none;}
.global-nav-list > li .global-nav-name{ font-size: .825rem; font-weight: inherit;}
.global-nav-list > li .global-nav-name i{ margin-left: .35em; opacity: .35;}
body.header_scrolled .global-nav-list > li .global-nav-description{ display: none;}
body:not(.header_scrolled) .site-header--trans--true,
body:not(.header_scrolled) .site-header--trans--true .header-top{ background: linear-gradient( 90deg,white,var(--white-a025) 50%,var(--white-a075));}

.parent-pageid-11 .page-header,
.page-id-11 .page-header,
.page-id-261 .page-header{ min-height: 100vh; background-attachment: fixed;}

@media (max-width: 1024px){
	_::-webkit-full-page-media, _:future, :root .parent-pageid-11 .page-header,
	_::-webkit-full-page-media, _:future, :root .page-id-11 .page-header,
	_::-webkit-full-page-media, _:future, :root .page-id-261 .page-header{background-attachment: initial !important;}
}
.page-header-title, 
h1.page-header-title{
	text-shadow: 0 0 1em var(--black-a050), .25em .25em .5em var(--black-a025), .05em .05em .1em var(--black-a050);
	font-size: calc(1.25vw + 2em);
	font-weight: 500;
}
.page-header:before{ background: linear-gradient(0deg, transparent 0%, var(--dark-a060) 100%);}
.page-header-subtext, .page-header-inner:after{
	padding: .5em 5em;
	display: inline-block;
	color: var(--dark);
	background: linear-gradient(90deg,transparent,var(--white-a050),transparent);
	font-family: var(--font-family-serif);
	font-size: calc(.85rem + .25vw);
	font-weight: 700;
}
.error404 .page-header-inner:after{ content: "Page Not Found";}
.search:not(.archive) .page-header-inner:after{ content: "Search Results";}

.breadcrumb{ font-size: .9em;}
.breadcrumb a{ color: var(--primary); text-decoration: none;}
.breadcrumb-list li:after{ opacity: .35;}

.vk_button.fixed_btn{
	margin: 0;
	position: fixed;
	bottom: 8px;
	left: 8px;
	z-index: 1001;
}
.vk_button.fixed_btn .vk_button_link.btn{
	padding: .65em 2em;
	min-width: auto;
    border-radius: 3em;
	box-shadow: .25em .25em 1em var(--black-a025);
}
.vk_button.fixed_btn .vk_button_link.btn .vk_button_link_txt{ border-bottom: solid 1px var(--white-a050);letter-spacing: .05em; line-height: 1.5;}
.vk_button.fixed_btn .vk_button_link_before{ margin-right: .5em;}
@media (max-width: 767px){
    .vk_button.fixed_btn{}
	.vk_button.fixed_btn .vk_button_link.btn{ padding: 1.5em;}
	.vk_button.fixed_btn .vk_button_link.btn .vk_button_link_txt{ display: none;}
	.vk_button.fixed_btn .vk_button_link_before{ margin: 0; font-size: 2em;}
}

/* home ------------------------*/

.ltg-slide-text-title{ line-height: 1; font-size: calc(3vw + 1.5em); font-weight: normal;}
.ltg-slide-text-caption{ font-size: calc(1vw + 1em); font-weight: bold; color: inherit !important;}
.ltg-slide-text-title + .ltg-slide-text-caption{ margin-top: 0}

/* Components ------------------------*/

.main-section{ margin-bottom: 3rem;}
.main-section.main-section--margin-vertical--off{ margin-bottom: 0;}
.main-section--base--on, .sub-section--base--on{ border-radius: 0; box-shadow: .75em .75em 1.5em var(--black-a010);}
@media (min-width: 992px){ .main-section--base--on:not(.main-section--col--two){ padding: 3.5rem;}}
@media (min-width: 1200px){ .main-section--base--on:not(.main-section--col--two){ padding: 4rem;}}
.entry-meta{ text-align: right; font-size: var(--vk-size-text);}
.entry-meta i{ display: none;}
.entry-footer{ display: none;}

a.nwicn::after,
.site-footer td a[target="_blank"]:after,
.main-section a[target="_blank"]:not([href$=".pdf"]):not([href$=".xlsx"]):not([href$=".xls"]):not([class*="sb_icon_inner"]):not([class*="btn"]):after{
    content: " \f2d2";
    font-family: "Font Awesome 6 Free";
}
a.pdf:before, a[href$=".pdf"]:before {
	margin-right: .35em;
	color: var(--danger);
	content: "\f1c1";
    text-shadow: 0 0 0;
	font-family: "Font Awesome 6 Free";
}
a.xlsx:before, a[href$=".xlsx"]:before, a[href$=".xls"]:before {
	margin-right: .35em;
	color: #00a81c;
	content: "\f1c3";
	font-family: "Font Awesome 6 Free";
}
a.vk_gridcolcard_item_container[target="_blank"]:after,
a.wp-block-group-vk-link[target="_blank"]:after,
a.wp-block-group-vk-link[href$=".pdf"]:before,
a.wp-block-group-vk-link[href$=".xls"]:before,
a.wp-block-group-vk-link[href$=".xlsx"]:before,
a.wp-element-button[href$=".pdf"]:before, 
a.wp-element-button[href$=".docx"]:before, 
.wp-block-image a[target="_blank"]:after,
.wp-block-image a[href$=".pdf"]:before,
.vk_post_imgOuter a[target="_blank"]:after,
.wp-block-file a[target="_blank"]:after,
.media-img a[target="_blank"]:after,
.vk_button a[href$=".pdf"]:before,
.attachment a[href$=".pdf"]:before,
.wp-block-button__link[href$=".docx"]:before,
.wp-block-button__link[href$=".pdf"]:before,
.wp-block-file a.wp-block-file__button:before{ display: none;}

/* list ------------------------*/
ul.anchor{
	margin: 0 0 1.5em;
	padding: 0;
	list-style: none;
	border: solid 2px var(--light);
}
ul.anchor li{
	margin: 0;
	padding: 0;
}
ul.anchor li a{
	padding: .5em 2.5em;
	position: relative;
	display: block;
	color: var(--text-body);
	border-bottom: dotted 1px var(--primary);
    text-decoration: none;
	line-height: 1.75;
}
ul.anchor li:last-child a{ border-bottom: none;}
ul.anchor li a:before{
	color: var(--primary);
	content: "\f078";
	position: absolute;
	top: auto;
	left: 1em;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
}
ul.anchor li a:hover{text-decoration: underline;}
ul.anchor li a.next{ float: none;}
ul.anchor li a.next:before{ content: "\f054";}
ul.anchor.dsp_bck li{ display: block;}
@media (min-width: 768px){
	ul.anchor{
		padding: .5em 1em;
        text-align: center;
	}
	ul.anchor.l{ text-align: left;}
	ul.anchor li{ display: inline-block;}
	ul.anchor li a{
		padding: .3em 1em .15em 1.25em;
		border-bottom: none;
	}
	ul.anchor li a:before{ left: 0;}
}

/* table ------------------------*/
.vk-table--th--bg-bright :where(tr > :first-child),
table th, .td_first_bg table td:first-child,
.td_last_bg table td:last-child{ background:  var(--primary-a005);}
.tr_head th, table th.tr_head{ background: var(--primary-a010);}
.th_primary th{ background: var(--primary); color: white;}
.th_secondary th{ background: var(--secondary);}
.th_secondary_a050 th{ background: var(--secondary-a050);}
.th_warning th{ background: var(--warning-a050);}
.th_primary_grad table{ background: linear-gradient(-10deg, var(--info) 35%, var(--primary) 100%); border: solid 1px var(--border-hr-dark);}
.th_primary_grad th{ color: white;}
.th_primary_grad td{ background: white;}

table caption{ padding: 0 0 .5em; text-align: right;}
.wp-block-table.w-auto table{ width: auto;}
.wp-block-table th{ font-weight: 500;}
.wp-block-table td, .wp-block-table th,
table td, table th{ padding: .5em 1vw; border: none; border-bottom: 1px solid var(--border-hr); line-height: 1.7; font-size: 1em;}
.wp-block-table.nobd table, .wp-block-table.nobd td, .wp-block-table.nobd th{ border:none; padding: 0;}
.wp-block-table.nobd td:first-child, .wp-block-table.nobd th:first-child{ padding-right: 1em;}
.sml0 .wp-block-table td, .sml0 .wp-block-table th,
.sml0.wp-block-table td, .sml0.wp-block-table th{ font-size: var(--font-sml0);}
.sml1 .wp-block-table td, .sml1 .wp-block-table th,
.sml1.wp-block-table td, .sml1.wp-block-table th{ font-size: var(--font-sml1);}
.sml2 .wp-block-table td, .sml2 .wp-block-table th,
.sml2.wp-block-table td, .sml2.wp-block-table th{ font-size: var(--font-sml2);}
.sml1 th, .sml1 td{ padding: .35em;}
.nobd.sml1 th, .nobd.sml1 td,
.sml1 .nobd th, .sml1 .nobd td{ padding: 0;}

.wp-block-table.table-bordered{ border: none;}
.wp-block-table.table-bordered td, .wp-block-table.table-bordered th{ border: 1px solid var(--border-hr)}
.wp-block-table.table-sm td, .wp-block-table.table-sm th{ font-size: .925em;}
.wp-block-table.th_line th,
.wp-block-table.td_first_line td:first-child{ border-bottom-color: var(--primary);}
.td_first_nowrap table td:first-child, .td_last_nowrap table td:last-child,
.th_nowrap th, .td_nowrap td{ white-space: nowrap;}
.th_center th, .td_center td,
.td_first_center table td:first-child, .td_last_center table td:last-child,
th.th_center, td.td_center{ text-align: center;}
.td_first_left table td:first-child, .td_last_left table td:last-child,
.th_left th, .td_left td,
th.th_left, td.td_left{ text-align: left;}
.td_first_right table td:first-child, .td_last_right table td:last-child,
.th_right th, .td_right td,
th.th_right, td.td_right{ text-align: right;}
.th_top th, .td_top td,
th.th_top, td.td_top{ vertical-align: top !important;}
.th_btm th, .td_btm td,
th.th_btm, td.td_btm{ vertical-align: bottom !important;}
.table ul, .table li, .table p{ margin: 0;}
.td_first_5em table td:first-child, .td_last_5em table td:last-child{ width: 5em;}
.td_first_7em table td:first-child, .td_last_7em table td:last-child{ width: 7em;}
.td_first_10em table td:first-child, .td_last_10em table td:last-child{ width: 10em;}
.td_first_13em table td:first-child, .td_last_13em table td:last-child{ width: 13em;}
.td_first_15em table td:first-child, .td_last_15em table td:last-child{ width: 15em;}
.td_bold td{ font-weight: bold;}
@media (max-width: 575.98px){
	.table_mobile_v table :is(th, td),
	.table_mobile_v[class*="td_first_1"] table td:first-child,
	.table_mobile_v[class*="td_last_1"] table td:last-child{ width: 100%; display: block;}
}
@media (max-width: 991.98px){
	.table_tablet_v table :is(th, td),
	.table_tablet_v[class*="td_first_1"] table td:first-child,
	.table_tablet_v[class*="td_last_1"] table td:last-child{ width: 100%; display: block;}
}

/* Dlist ------------------------*/
dl{ margin-top: 0; padding: 0;}
dl dl{ margin-bottom: 0 !important;}
dl dt, dl dd{ margin-bottom: .35em;}
dl dt{ padding-left: 1em; position: relative;/* text-indent: -1em;*/ font-weight: bold;}
dl dd{ margin: 0 0 1em; padding-bottom: .5em; border-left: none; border-bottom: 1px solid var(--black-a010);}
dl dd dd:last-child{ margin: 0; padding-bottom: 0; border-bottom: none;}
dl dd ul{ margin-bottom: 0; padding: 0 0 0 1.25em;}
dl dd ol{ margin: 0 0 0 1em; padding: 0 0 0 .5em;}
.Dlist{ margin: 0 0 1.5em;}
.Dlist > dt{ margin: 0; padding-left: 0; float: left; width: 8em; border-left: none; font-weight: 500;}
.Dlist > dd{ margin: 0 0 .6em; padding: 0 0 .5em 8.5em;}
.Dlist.dt_SS > dt{ width: 3em;}
.Dlist.dt_SS > dd{ padding-left: 3em;}
.Dlist.dt_S > dt{ width: 5em;}
.Dlist.dt_S > dd{ padding-left: 5em;}
.Dlist.dt_L > dt{ width: 11em;}
.Dlist.dt_L > dd{ padding-left: 11em;}
.Dlist.dt_LL > dt{ width: 15em;}
.Dlist.dt_LL > dd{ padding-left: 16em;}
.Dlist > dd dt, .Dlist.nobd > dt,
.Dlist > dd dd, .Dlist.nobd > dd{ margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
.Dlist dd ul .ttl{
	margin: 0 0 0 -1em;
	padding: 0;
	font-weight: bold;
}
.col_2 .Dlist dd{ margin-bottom: .35em; padding-bottom: .35em;}
.column1 .Dlist, .column2 .Dlist{ margin: 0;}
.Dlist dd p:last-child{ margin-bottom: 0;}
.dt_right > dt{ padding-right: 1em; text-align: right;}
.dt_ic_no > dt{ padding-left: 0; text-indent: 0;}
.dt_ic_no > dt:before{ display: none;}
.dt_ic_gray > dt:before{ color: var(--black-a010);}
.dt_ic_blue > dd{ margin-left: 1em !important;}
.dt_ic_skyblue > dt:before{ opacity: .3;}
.dt_ic_pgreen > dt:before{ color: #0fbeb5;}

@media (max-width: 767px) {
	td, th{ padding: .25em; font-size: .9em;}
	.Dlist dt, .Dlist.dt_S > dt, .Dlist.dt_L > dt, .Dlist.dt_LL > dt,
	.Dlist dd, .Dlist.dt_S dd, .Dlist.dt_L > dd, .Dlist.dt_LL > dd{ width: auto; float: none; padding-left: 0;}
}

/* form ------------------------*/
.form-control{
	padding: .375em;
	box-sizing: border-box;
	display: inherit;
	width: auto;
	color: black;
	max-width: 100%;
	font-size: 100%;
	font-weight: 300;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], select, textarea{
	margin: .2em 0;
	padding: .5em;
	width: auto;
	max-width: 100%;
	border-radius: 0;
	font-family: inherit;
}
textarea{ width: 100%; font-family: inherit;}
select:hover, option:hover{ cursor: pointer;}
.wpcf7 input[type="submit"]{ margin: .75em auto; padding: .5em 5em; font-weight: 500; font-family: inherit; border-radius: 0;}
span.wpcf7-not-valid-tip { position: inherit; top: auto; clear: both;}
div.wpcf7-response-output,
div.wpcf7-aborted,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors,
.use-floating-validation-tip span.wpcf7-not-valid-tip{
	margin: .5em 0 1em !important;
	padding: .5em 1em !important;
	border: 2px solid var(--red) !important;
	color: var(--red);
	text-align: center;
	font-weight: bold;
}
div.wpcf7-mail-sent-ok { display: none !important;}
.wpcf7 .Dlist dt:before{ display: none;}
span.wpcf7-not-valid-tip { color: var(--red) !important; font-weight: bold !important; font-size: 95% !important;}
.wpcf7 .Dlist strong.red{ margin-left: .15em; vertical-align: middle; font-weight: bold;}
span.wpcf7-list-item{ margin: 0 1em 0 0 !important;}
label{ margin: 0;}
label:hover{ border-bottom: solid 1px var(--primary-a050); cursor: pointer;}
.labels_block .wpcf7-list-item{ display: block;}
textarea.form-control{ width: 100%;}
.wpcf7 dt strong[class="red"] {
	line-height: 1;
	margin-left: .1em;
}
.wpcf7 .wpcf7-submit:disabled{ opacity: .5}

.wpcf7 form .wpcf7-response-output{ padding: 1em; font-weight: bold; text-align: center;}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{ color: var(--red); border: 2px solid var(--red);}
.wpcf7 form.sent .wpcf7-response-output{ padding: 0; border: none; display: none; height: 0; overflow: hidden;}

.mailer{text-align: center;}
.mailer input[type="text"],
.mailer span{ display: none;}
.mailer input[type="submit"]{
	margin: 0 auto;
	padding: .8rem 1.75em .8rem 2.75em;
	border-radius: 53em;
	font-family: inherit;
	background-image: url(img/google_font_mail.svg);
	background-repeat: no-repeat;
	background-size: 1.25em;
	background-position: 1.5em 50%;
	transition: .3s;
	border-color: var(--primary);
}
.mailer input[type="submit"]:hover{ transform: translateY(0.1875em); background-color: var(--primary);}
.vk-mobile-nav .mailer input[type="submit"]{
	width: calc(100% - 3rem);
	border: 1px solid currentColor;
	box-shadow: 0 2px 10px 0 var(--black-a010);
}
/* For Plugin "zipaddr-jp" (Popup)----------*/
#autozip{ display: none !important;}

/* sidebar ------------------------*/

body.page .sub-section{display:none;}
body.page.post-name-chiken-newspage .sub-section{display:block;}
.sub-section{ content-visibility: visible;}
.sub-section aside,
.sub-section h3{ margin-bottom: 1rem;}
.sub-section .widget_link_list > .widget-title.sub-section-title{ margin-bottom: .5em;}
.sub-section .postListText{ margin: 0; align-items: start; flex-grow: 1; flex-wrap: wrap;}
.sub-section .vk_postList{ margin-bottom: 1.5em; font-size: .95em;}
.sub-section .vk_postList .postList_meta_items{ font-size: 1em;}
.sub-section .vk_postList .postListText_title{ clear: both !important; text-align: left;}
.sub-section .vk_postList .postList_terms{ display: none;}
.sub-section .vk_post_title{ text-align: center;}
.sub-section .widget_search{ margin-bottom: 3em;}
.sub-section .vk_posts{ margin: 0;}
.sub-section .vk_posts-layout-postListText .postListText{ padding: .7em 0 .5em; border-bottom: solid 1px var(--border);}
.sub-section .vk_posts-layout-postListText .postListText_singleTermLabel{ min-width: auto;}
.sub-section .vk_posts-layout-postListText .postListText_date{ margin-bottom: .25em;}
.sub-section .vk_posts-layout-postListText .postListText_date:before{ margin-left: 0;}
.sub-section .widget_categories ul li a{ padding: .7em 0 .5em 1.25em; color: var(--text-body); position: relative;}
.sub-section .widget_categories ul li a:hover{ color: var(--primary); background: var(--light-a025)}
.sub-section .widget_categories ul li a:before {
	margin: 0 .5em 0 .25em;
	content: "-";
	color: var(--primary-a050);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.sub-section .widget_categories ul li.cat-item-35 a{ letter-spacing: -.1em;}

.widget_link_list > ul.localNavi{ margin-bottom: 2.5em;}
.widget_link_list > ul li a{ position: relative;}
.widget_link_list > ul li a:before{
	content: "-";
	opacity: .5;
	position: absolute;
	left: 0;
	top: 25%;
	bottom: 25%;
}

/* footer ------------------------*/

/*.site-body-bottom .widget{ margin: 3em 0 0;}*/
.site-footer{
	border-top: none;
	position: relative;
	background-attachment: fixed;
	--vk-size-text-sm: .95em;
	--border-hr: var(--black-a005);
}
.site-footer:before{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: white;
	background: var(--black-a085);
	background: linear-gradient(75deg, var(--black-a035) 0%, #222 50%, var(--black-a035) 100%);
	left: 0;
}
.site-footer .widget{ margin-bottom: 0;}
.site-footer a{ color: var(--text)}
.site-footer p a{ text-decoration: none;}
.footer-nav{ position: relative;}
.footer-nav li{ padding: 0;}
@media (min-width:768px) {
	.footer-nav-list--align--center{ display: flex; justify-content: center;}
	.footer-nav .container{ padding: 2.5em 0; border-bottom: 1px solid black; box-shadow: 0 1px 0 var(--white-a015);}
	.footer-nav .footer-nav-list,
	.footer-nav .footer-nav-list li,
	.footer-nav .footer-nav-list li:first-child{ border: none;}
	.footer-nav .footer-nav-list li a{ padding: 0 1.5em; border-left: solid 1px var(--white-a015); border-right: solid 1px black;}
	.footer-nav .footer-nav-list li a i{ margin-left: .35em; opacity: .35;}
	.footer-nav .footer-nav-list li:first-child a{ box-shadow: -1px 0 0 var(--black-a025);}
	.footer-nav .footer-nav-list li:last-child a{ box-shadow: 1px 0 0 var(--white-a025);}
}
@media (max-width: 767.98px){
	.footer-nav,
	.site-footer .widget_nav_menu{ line-height: 1.5;}
	.site-footer-content{ padding: 0;}
	.site-footer .widget_nav_menu{ padding: 0 0 2em;}
	.footer-nav .container{ padding: 2em 0;}
	.footer-nav .footer-nav-list,
	.site-footer .widget_nav_menu > div > ul{ display: flex; flex-wrap: wrap;}
	.footer-nav .footer-nav-list li,
	.site-footer .widget_nav_menu > div > ul li{ width: 50%; text-align: center;}
	.footer-nav .footer-nav-list li a,
	.site-footer .widget_nav_menu > div > ul li a{ padding: .75em 1em; border-bottom: 1px solid var(--white-a015); position: relative;}
	.footer-nav .footer-nav-list li:nth-child(odd) a:after,
	.site-footer .widget_nav_menu > div > ul li:nth-child(odd) a:after{ position: absolute; right: 0; top: calc(50% - .25em); content:""; height: .5em; width: 1px; background: var(--white-a015);}
	.footer_logo img{ max-width: 80%;}
}
.widget_nav_menu > h4.widget-title.site-footer-title{ margin-bottom: .75em; padding: 0;}
.widget_nav_menu > div > ul li a{ padding: .5em 0; color: var(--text-body); position: relative; border-bottom: dotted 1px var(--black-a010)}
.widget_nav_menu > div > ul li > a::after{ content: ""; position: absolute; bottom: -1px; left: 0; width: 1em; border-bottom: 1px solid var(--black-a010);}
.widget_nav_menu > div > ul li.current_page_item > a{ background: none;}

.site-footer-copyright{ padding: .5em; position: relative; border-top: solid 1px var(--white-a015); box-shadow: 0 -1px 0 black;}
.page_top_btn{ background-color: var(--black); box-shadow: none; bottom: 0;
right: 0; height: 40px; width: 40px;}

.asideMenu{
	margin: 0;
	padding: 0;
	width: 4em;
	list-style: none;
	z-index: 1000;
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
}
.asideMenu li{ margin: 0 0 1px;}
.asideMenu li a{
	padding: .35em;
	justify-content: center;
	background-color: var(--primary);
	text-decoration: none;
	display: block;
}
.asideMenu li a:hover { text-decoration: none;}
.asideMenu li:nth-child(2) a{ background-color: var(--info);}
.asideMenu li:nth-child(3) a{ background-color: var(--danger);}
.asideMenu li a img{ max-width: 3.5em;}
@media (max-width:991.98px){
	.asideMenu {
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
		width: auto;
		height: 4em;
		transform: translateY(0);
		flex-direction: row;
	}
	.asideMenu li{ margin: 0;}
	.site-footer-copyright{ padding-bottom: 4.5em;}
}

.grecaptcha-badge{
	bottom: 60px !important;
	box-shadow: none !important;
	border: solid 1px #ddd;
	box-sizing: border-box;
	display: none;
}
.page-id-9 .grecaptcha-badge{ display: block;}

/* vk ------------------------*/

.vk-campaign-text{ padding: .65em; font-size: .95em;}
.vk-campaign-text_btn{ border-radius: 0; font-size: 1em;}
.veu_adminEdit{ display: none !important;}

.vk_post .vk_post_btn{ padding: .6em 1.25em .5em; border: none; font-size: .875em;}

.vk_post .vk_post_title,
.entry-body > .vk_posts > .vk_post-col-sm-12 .vk_post_title,
.main-section > .vk_posts > .vk_post-col-sm-12 .vk_post_title{ line-height: 1.6; font-weight: 500; font-size: calc(1.1em + .25vw); font-family: var(--font-family-serif);}
.vk_post .vk_post_excerpt,
.entry-body > .vk_posts > .vk_post-col-sm-12 .vk_post_excerpt,
.main-section > .vk_posts > .vk_post-col-sm-12 .vk_post_excerpt{ opacity: 1; line-height: 1.7; font-size: .95em;}
.vk_post_title_new{ padding: 0 .35em; color: var(--primary); border: solid 1px var(--primary); font-size: .75rem; font-family: var(--font-family-def); font-weight: 500;}
.vk_post .vk_post_date{ color: var(--text-body); text-align: right; font-size: 1rem;}

.postListText{ border-bottom: 1px solid var(--border-hr);}
.has-white-color .postListText{ border-bottom: 1px solid var(--white-a015);}
.postListText_singleTermLabel{ margin-top: 0; min-width: 8em;}
.postListText_singleTermLabel_inner{ padding: .2em; border-radius: 0; line-height: 1.2; font-size: .8em;}
.vk_posts-layout-postListText.dsp_table{ margin-bottom: 2em;}
.vk_posts-layout-postListText.dsp_table .postListText{ width: auto;}
.vk_posts-layout-postListText .postListText{ padding: 1em 0;}
.sub-section .vk_posts-layout-postListText .postListText{ padding: .5em;}
.vk_posts-layout-postListText .postListText.sticky{ background-color: var(--light);}
.vk_posts-layout-postListText .postListText_title{ font-size: 1em;}
.vk_posts-layout-postListText .postListText_title a{ text-decoration: none;}
.vk_posts-layout-postListText .postListText_title a:hover{ text-decoration: underline;}
.vk_posts-layout-postListText .postListText_date { margin-right: 1em; min-width: none; font-size: 1em;}
.vk_posts-layout-postListText .postListText_date:before{ margin-right: .5em; content: "-"; opacity: .5}
.main-section .vk_posts-layout-postListText .postListText_title{ display: flex; flex-direction: row-reverse; justify-content: start; align-items: start;}
.main-section a + .vk_post_title_new{ margin: .2em .5em .2em 0;}
@media (min-width:960px){
	.postListText{ display: flex; align-items: center;}
}

.vk_post .vk_post_imgOuter{ border: none; transition: .4s;}
.vk_post .vk_post_imgOuter::before{ padding-top: 100%;}
.card.card-intext{ border: none;}
.vk_post.card-intext .vk_post_title{ font-size: 1.1em;}
.vk_post.card-intext .card-intext-inner .vk_post_body {
	width: calc(100% - 3em);
	left: 1.5em;
	text-align: center;
	transition: 1s;
	background-color: var(--info-a075);
}
.vk_post.card-intext .card-intext-inner:hover .vk_post_body{
	height: calc(100% - 1.5em);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: visible;
}
.vk_post.card-intext .card-intext-inner .vk_post_body p{ font-size: .8em;}
.vk_post.card.card-intext{ border-radius: 0;}
.vk_post.card-intext .card-intext-inner .vk_post_title:before{
	/*position: absolute;*/
	margin-bottom: 1.5em;
	display: block;
	text-align: center;
	content: "\f7d9";
    font-family: "Font Awesome 6 Free";
	font-weight: bold;
}
.vk_posts.next-prev{ padding-top: 5em;}
.vk_posts.next-prev .vk_post .vk_post_imgOuter::before{ padding-top: 30%;}
.vk_posts.next-prev .vk_post.card-intext .card-intext-inner .vk_post_body {
	background: rgba(255,255,255,.8);
	width: calc(100% - 2em);
	left: 1em;
	height: calc(50% - 1em);
	bottom: 1em;
	opacity: 1
}
.vk_posts.next-prev .vk_post.card-intext{ overflow: visible;}
.vk_posts.next-prev .vk_post.card-intext .card-intext-inner .vk_post_body .vk_post_date,
.vk_posts.next-prev .vk_post.card-intext .card-intext-inner .vk_post_body .vk_post_title_new{ display: none;}
.vk_posts.next-prev .vk_post.card-intext .card-intext-inner .vk_post_body .vk_post_title { margin: 0; padding: 0; border: none;}
.vk_posts.next-prev .vk_post.card-intext .card-intext-inner:hover .vk_post_body{ background: white;}
.vk_posts.next-prev .vk_post.card-intext .vk_post_imgOuter_singleTermLabel{ font-size: .8em;}

.btn{ border-radius: 0;}
.btn.focus, .btn:focus{ box-shadow: 0 0 .25em .2em var(--primary-a010);}
.btn .fa-window-restore{ opacity: .5;}
.vk_button .vk_button_link.btn, .editor-styles-wrapper .vk_button .vk_button_link.btn{ align-items: baseline; font-size: 1.025em;}
.vk_button .btn.vk_button_link.btn-sm{ padding: .4em 1.5em; min-width: auto; min-height: auto; font-size: .9em;}
.vk_button .vk_button_link_after{ margin-right: 0;}
.vk_button .btn.vk_button_link.btn-sm .vk_button_link_after{ margin-left: .5em;}
.vk_button .vk_button_link_subCaption{ text-align: center;}
.vk_button_link-type-text:hover{ letter-spacing: 0;}
.vk_button .has-text-color.is-style-outline.has-vk-color-primary-color,
.vk_button .has-text-color.is-style-outline.has-vk-color-secondary-color{ background-color:white;}
.vk_button a:not(.vk_button_link-type-text) i{ opacity: .5;}
.vk_button a:not(.vk_button_link-type-text) .vk_button_link_caption{ display: flex;}
.vk_button .vk_button_link_caption .vk_button_link_txt{ margin: auto; font-weight: 500;}
.vk_button .fa-chevron-right, .vk_button .fa-chevron-left{ font-size: .8em;}
.vk_button .vk_button_link_caption  .vk_button_link_before + .vk_button_link_txt{ margin-left: 0}
.vk_button .vk_button_link_before{ margin-left: auto;}
.vk_button.btn_bd_1 .btn.vk_button_link.btn-sm{ padding: .2em 1.25em;}
.vk_buttons_col .vk_button_link-type-text{ margin: 0 .5em;}

ul.is-style-vk-numbered-circle-mark li:before,
ol.is-style-vk-numbered-circle-mark li:before,
ul.is-style-vk-numbered-square-mark li:before,
ol.is-style-vk-numbered-square-mark li:before{ width: 1.85em;height: 1.85em;}

.vk_timeline .vk_timeline_item_caption{
	margin-bottom: .5em;
	color: var(--text-body);
	line-height: 1.5;
	font-weight: 600;
	font-size: calc(1.02em + .1vw);
}
.vk_timeline .vk_timeline_item{ padding-bottom: .5em;}
.vk_timeline .vk_timeline_item_content > :last-child{ margin-bottom: 1.5em;}
.vk_timeline .vk_timeline_item_style:after{
	content: "";
	position: absolute;
	height: 24px;
	width: 24px;
	left: -5px;
	top: -5px;
	border: solid 1px var(--primary);
	border-radius: 1em;
}
@media (min-width: 1200px){
	.vk_timeline .vk_timeline_item_caption{ font-size: 1.1em;}
}

.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container > .fas,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container > .far{top: calc(50% - .8em);}

.vk_gridcolcard_item_body-valign-center{ align-content: top;}
.vk_gridcolcard_shadow .vk_gridcolcard_item{box-shadow: .5em .5em 1.5em var(--black-a010); border-radius: 0;}
.vk_gridColumn a{ color: var(--text-body);}
.vk_gridColumn.justify-content-center .row{ justify-content: center}

.vk_step .vk_step_item{ padding: 0 0 0 calc(3em + 2vw + 1em);}
.vk_step .vk_step_item .vk_step_item_dot{ padding: calc(.2em + .2vw) 0; width: calc(3em + 2vw); height: calc(3em + 2vw);}
.vk_step .vk_step_item h3:first-of-type,
.vk_step .vk_step_item h4:first-of-type{ padding-top: 0}
.vk_step .vk_step_item_content > :last-child{ margin-bottom: 3em;}
.vk_step .vk_step_item .vk_step_item_dot_num{ line-height: 1; font-family: var(--font-family-serif); font-size: calc(1.5em + 1vw);}
.vk_step .vk_step_item .vk_step_item_dot_caption{ padding-top: calc(.1em + .1vw); font-size: calc(.5em + .2vw);}
.vk_step_item_lineStyle-default:before{ top: 50px; bottom: 0; left: calc(1.5em + 1vw); width: 1px; background: var(--black-a015);}

.vk_faq{ margin: 0 0 1.5em; padding: 0 0 .25em;}
.vk_faq dl{ margin-bottom: 0;}
.is-style-vk_faq-bgfill-circle .vk_faq_title::before,
.is-style-vk_faq-bgfill-square .vk_faq_title::before,
.is-style-vk_faq-bgfill-rounded .vk_faq_title::before{ background-color: var(--danger)}
.is-style-vk_faq-bgfill-circle .vk_faq_content::before,
.is-style-vk_faq-bgfill-square .vk_faq_content::before,
.is-style-vk_faq-bgfill-rounded .vk_faq_content::before{ background-color: var(--secondary)}

ul.is-style-vk-arrow-mark li, ul.is-style-vk-triangle-mark li, ul.is-style-vk-check-mark li, ul.is-style-vk-check-circle-mark li, ul.is-style-vk-check-square-mark li, ul.is-style-vk-handpoint-mark li, ul.is-style-vk-pencil-mark li, ul.is-style-vk-smile-mark li, ul.is-style-vk-frown-mark li, ul.is-style-vk-numbered-circle-mark li, ul.is-style-vk-numbered-square-mark li, ol.is-style-vk-arrow-mark li, ol.is-style-vk-triangle-mark li, ol.is-style-vk-check-mark li, ol.is-style-vk-check-circle-mark li, ol.is-style-vk-check-square-mark li, ol.is-style-vk-handpoint-mark li, ol.is-style-vk-pencil-mark li, ol.is-style-vk-smile-mark li, ol.is-style-vk-frown-mark li, ol.is-style-vk-numbered-circle-mark li, ol.is-style-vk-numbered-square-mark li{ margin: .25em 0;}

.is-style-vk-heading-dotted_bottomborder_black,
.editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-dotted_bottomborder_black{ position: relative; border-bottom: solid 1px var(--black-a015);}
.is-style-vk-heading-dotted_bottomborder_black:after,
.editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-dotted_bottomborder_black:after{
    position: absolute;
    content: "";
    width: 1em;
    height: 2px;
    background: var(--primary);
    left: 0;
    bottom: -6px;
    box-shadow: none;
}
.swiper-slide{ font-size: var(--vk-size-text);}
.swiper_linear .swiper-wrapper{ transition-timing-function: linear;}
.vk_slider_item_container.container{ padding: 0; max-width: 100%;}
.vk_slider.slider_carousel{ padding-bottom: 2em; overflow: visible;}
.vk_slider.slider_carousel .vk_slider_item{ margin: .5em; box-shadow: .75em .75em 1.5em var(--black-a010);}
.vk_slider .vk_post.card.card-intext{ margin: 0 0 2em; width: calc(100% - 1px);}
.vk_slider .swiper-button-next, .vk_slider .swiper-button-prev{ border-radius: 0; top: calc(50% - 2em); background: var(--white-a075);}
.vk_slider .swiper-button-next{ right: 0;}
.vk_slider .swiper-button-prev{ left: 0;}
.vk_slider_item_container{ min-height: auto;}
.swiper-horizontal > .swiper-pagination-bullets{ bottom: 1.5em;}
.swiper-pagination-bullet{ bottom: 1.5em; width: .5em; height: .5em; border-radius: 50%; outline: 0;}
.swiper-pagination-bullet.swiper-pagination-bullet-active{ background-color: var(--primary);}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active){ background-color: var(--white-a050);}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 .25em;}
.swiper-horizontal > .swiper-pagination-bullets{ left: 1vw; top: 50vh; left: auto; bottom: 50vh; transform: translatex(50%) translateY(50%) rotate(90deg);}

.vk_accordion{ margin-block-end: .5em !important;}
.vk_accordion-trigger p{ margin: 0 !important;}
.is-style-vk_accordion-background-color-border .vk_accordion-trigger,
.is-style-vk_accordion-background-color .vk_accordion-trigger{ box-shadow: 0 1px 0 var(--primary) inset; background-color: var(--primary-a010);}

.veu_socialSet{ margin: 0 0 1rem;}
.veu_socialSet ul{ justify-content: center;}
.veu_socialSet li{ width: auto; letter-spacing: .025em; flex: 0}
.veu_socialSet .sb_icon .sb_icon_inner{ padding: .25em; display: flex; align-items: center; border: none !important; box-shadow: none !important; font-size: .85rem;}
.veu_socialSet .sb_icon .sb_icon_inner .icon_sns,
.veu_socialSet .sb_copy .sb_icon_inner i{ margin: 0; padding: 0 .25em 0 0; font-size: 1.25rem;}
.veu_socialSet .sb_icon .sb_icon_inner .sns_txt{ display: none;}
@media (max-width: 575.98px){
	.veu_socialSet .sb_icon .sb_icon_inner,
	.veu_socialSet .sb_copy .sb_icon_inner{ padding: .25em;}
	.veu_socialSet .sb_icon .sb_icon_inner .icon_sns,
	.veu_socialSet .sb_copy .sb_icon_inner{ padding: 0; font-size: 1.35rem;}
}
.vk_inline-font-size[ style*="12px"]{ font-size: .85em !important;}
.vk_inline-font-size[ style*="16px"]{ font-size: 1em !important;}
.vk_inline-font-size[ style*="18px"]{ font-size: 1.4em !important;}
.vk_inline-font-size[ style*="21px"]{ font-size: 1.75em !important;}

/* Wordpress ------------------------*/

.is-layout-flex{ gap: calc(1.5em + 1vw);}
.is-layout-flex.gap-3q{ gap: calc(1.175em + .75vw);}
.is-layout-flex.gap-h{ gap: calc(.75em + .5vw);}
.is-layout-flex.gap-q{ gap: calc(.375em + .25vw);}
.is-layout-flex.gap-0{ gap: 0;}
@media (min-width:782px){
	.is-layout-flex.gap-md-3q{ gap: calc(1.175em + .75vw);}
	.is-layout-flex.gap-md-h{ gap: calc(.75em + .5vw);}
	.is-layout-flex.gap-md-q{ gap: calc(.375em + .25vw);}
	.is-layout-flex.gap-md-0{ gap: 0;}
}
@media (max-width: 781.99px){
	.is-layout-flex.gap-sm-3q{ gap: calc(1.175em + .75vw);}
	.is-layout-flex.gap-sm-h{ gap: calc(.75em + .5vw);}
	.is-layout-flex.gap-sm-q{ gap: calc(.375em + .25vw);}
	.is-layout-flex.gap-sm-0{ gap: 0;}
}
.wp-block-list{ margin-top: 0;}
.wp-block-table.mb-0 table{ margin-bottom: 0}
.wp-block-image figcaption{ line-height: 1.6; font-size: .9em;}
.wp-block-image.image_shadow_s figure img{ box-shadow: .5em .5em 1em var(--black-a010)}
.wp-block-gallery.has-nested-images figure.wp-block-image{ flex-grow: 0;;}
.wp-block-gallery.has-nested-images.gallery-shadow figure.wp-block-image{ box-shadow: .5em .5em 1em var(--black-a010)}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{ padding: .25em .5em; color: var(--vk-text-body); background: var(--white-a085); text-shadow: none; font-size: .9em;}
.wp-block-gallery.has-nested-images.image_mg_0 figure.wp-block-image:not(#individual-image){ width: auto !important;}
figure.wp-block-image.is-style-vk-image-shadow{ box-shadow: none;}
figure.wp-block-image.is-style-vk-image-shadow img{ margin-bottom: .25em; box-shadow: .2em .2em .75em var(--black-a025);}

.wp-lightbox-overlay.zoom.active .scrim{ background-color: var(--black-a075) !important;}
.wp-lightbox-container img, .wp-lightbox-overlay{ cursor: pointer;}
.wp-lightbox-overlay .close-button{ fill: white !important;}
.wp-lightbox-overlay .wp-block-image{ background-color: white;}
.wp-lightbox-overlay .wp-block-image img{ padding: .8em .8em 2em;}
.wp-lightbox-overlay .wp-block-image figcaption { display: block; position: absolute; bottom: -.65em;}

.wp-block-file:not(.wp-element-button){ font-size: 1em;}
.wp-block-file:not(.wp-element-button):hover{ text-decoration: underline;}
a.wp-element-button,
.wp-block-button__link{ background: white; font-size: .9em; padding: .35em 1.5em; color: var(--primary) !important; border: solid 1px var(--primary);}
a.wp-element-button:hover,.wp-block-button__link:hover{ background: var(--primary-a010);}
a.wp-element-button[href$=".pdf"]:before, 
.wp-block-button__link[href$=".pdf"]:before{ display: none;}

.wp-block-search input.wp-block-search__input{ padding: .1em .25em; border-radius: 0; font-size: 1em; font-family: inherit;}
.wp-block-search .wp-block-search__button{ padding: .25em; border-radius: 0;}

@media (max-width: 575.98px){
	.wp-block-cover__image-background.is-repeated{ background-size: 6%;}
}

hr.wp-block-separator{
	padding: 1.5em 0;
	border: none;
	height: 2px;
	background: linear-gradient(transparent calc(50% - 2px), var(--black-a015) calc(50% - 1px), var(--white-a050) 50%, transparent calc(50% + 1px));
}
hr.wp-block-separator.thick{ margin: 0 0 2.5em; padding: 2.5em 0 0;}
hr.wp-block-separator.thin{ margin: 0 0 .75em; padding: .75em 0 0;}

.wp-block-rss{ margin: 0;}
.wp-block-rss__item{
	padding: .75em 0;
	border-bottom: none;
	display: flex;
	flex-direction: row-reverse;
	justify-content: start;
	border-bottom: 1px solid var(--black-a025);
	line-height: 1.6;;
}
.wp-block-rss__item-title{ margin: 0;}
.wp-block-rss__item-title a{ color: var(--text-body);}
.wp-block-rss__item-publish-date{
	margin: 0 2em 0 0;
	min-width: 6.5em;
	color: var(--text-body);
	line-height: 1.6;
	font-size: 1em;
}
.wp-block-rss__item-publish-date:before{
	margin-right: .5em;
	content: "-";
	opacity: .5;
}
@media (max-width:991.98px){
	.wp-block-rss__item{ flex-direction: column-reverse;}
}
.has-white-color .wp-block-rss__item-publish-date,
.has-white-color .wp-block-rss__item-title a{ color: white;}
.has-white-color .wp-block-rss__item{ border-bottom-color: var(--white-a015);}

.wp-block-columns.main{ display: block; *zoom: 1;}
.wp-block-columns.main:after{ 
    content: " ";
    display: table;
	clear: both;
}

/* Wordpress　Custom ------------------------*/

.dsp_781{ display: none;}
.dsp_600{ display: none;}
@media (max-width:781.98px){
	.nodsp_781{ display: none;}
	.dsp_781{ display: block;}
}
@media (max-width:599.98px){
	.nodsp_600{ display: none;}
	.dsp_600{ display: block;}
}

/* For　iOS ------------------------*/

@media (max-width: 1024px){
	.site-footer,
	_::-webkit-full-page-media, _:future, :root .parent-pageid-11 .page-header,
	_::-webkit-full-page-media, _:future, :root .page-id-11 .page-header,
	_::-webkit-full-page-media, _:future, :root .page-id-261 .page-header{ background-attachment: initial !important;}
}

@page{
	margin: 0;
}
@media print{
	:root{
		--vk-width-container: 100%;
	}
	body{ background: white !important; zoom: .75; font-size: .8rem;}
	.container, .container-lg, .container-md, .container-sm,
	:is(.alignfull, .alignwide):where(:not(.is-layout-flex)) > :is(div[class*="wp-container-"], div[class*="wp-block-"], div[class*="vk_"], .alert, :where(:is(h1, h2, h3, h4, h5, h6))):where(:not(.alignfull, .alignwide, .wp-block-cover__background, .wp-block-cover__image-background, .wp-block-column, .vk_outer, .vk_slider_wrapper, .vk_gridcolcard_item, .swiper-wrapper, .swiper-pagination, .is-content-justification-right, .is-content-justification-left)),
	.alignfull div[class*="__inner-container"], .alignwide div[class*="__inner-container"],
	.vk_outer-width-full.vk_outer-paddingLR-none > div > .vk_outer_container,
	.wp-block-group:is(.alignfull, .alignwide).vk-bg-offset > .vk_outer > div > .vk_outer_container,
	.wp-block-group:is(.alignfull, .alignwide).vk-bg-offset > div[class*="__inner-container"]{ max-width: 100% !important;}
	.page-header{ background-attachment: initial !important;}
	.vk_animation{ opacity: 1 !important;}
	.wp-block-columns > .wp-block-column[style*="60%"]{ flex-basis: 60% !important;}
	.wp-block-columns > .wp-block-column[style*="40%"]{ flex-basis: 40% !important;}
	*[class*="box_shadow_dark_"],
	.vk_gridcolcard_shadow .vk_gridcolcard_item,
	.vk_slider.slider_carousel .vk_slider_item{ box-shadow: none !important;}
	.vk_gridColumn .col-sm-6{ width: calc(25% - 30px); flex: 0 0 25%; max-width: 25%;}
	.page-header, .vk_buttons, .vk_spacer{ display: none;}
	h2{ padding-top: 2.5em;}
	h2:before, h2:after{ display: none;}
	.wp-block-cover__image-background.has-background-gradient,
	.wp-block-cover__image-background.is-repeated,
	.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{ background: none !important;}
}