@charset "utf-8";
@import url('bootstrap_add.css');
@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&family=Outfit:wght@100..900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&family=Exo:ital,wght@0,100..900;1,100..900&family=Teko:wght@300..700&display=swap');*/

:root{
	--primary: var(--vk-color-primary);/* #004713 *dark-green*/
	--primary-dark: #002809;/* *dark-green*/
	--primary-light: #11822c;/* *light-green*/
	--secondary: #8d7c5e;/*gold*/
	--secondary-light: #af9e85;/*gold*/
	--success: #11822c;/*light-green*/
	--info: #003f87;/*blue*/
	--warning: #d3af16;/*yellow*/
	--warning-light: #efdb89;/*light-yellow*/
	--red: #d05837;/*red*/
	--danger: var(--red);
	--light: #d3d0cb;/*beige*/
	--dark: #222222;/*dark-gray*/
	--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;
	--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: #0047130C;
	--primary-a010: #00471319;
	--primary-a025: #00471340;
	--primary-a050: #00471380;
	--primary-a060: #00471399;
	--primary-a075: #004713D9;
	--secondary-a005: #8d7c5e0C;
	--secondary-a010: #8d7c5e19;
	--secondary-a025: #8d7c5e40;
	--secondary-a050: #8d7c5e80;
	--secondary-a060: #8d7c5e99;
	--secondary-a075: #8d7c5eD9;
	--success-a005: #11822c0C;
	--success-a010: #11822c19;
	--success-a025: #11822c40;
	--success-a050: #11822c80;
	--success-a060: #11822c99;
	--success-a075: #11822cD9;
	--info-a005: #003f870C;
	--info-a010: #003f8719;
	--info-a025: #003f8740;
	--info-a050: #003f8780;
	--info-a060: #003f8799;
	--info-a075: #003f87D9;
	--warning-a005: #d3af160C;
	--warning-a010: #d3af1619;
	--warning-a025: #d3af1640;
	--warning-a050: #d3af1680;
	--warning-a060: #d3af1699;
	--warning-a075: #d3af16D9;
	--danger-a005: #b2121e0C;
	--danger-a010: #b2121e19;
	--danger-a025: #b2121e40;
	--danger-a050: #b2121e80;
	--danger-a060: #b2121e99;
	--danger-a075: #b2121eD9;
	--light-a005: #d3d0cb0C;
	--light-a010: #d3d0cb19;
	--light-a025: #d3d0cb40;
	--light-a050: #d3d0cb80;
	--light-a060: #d3d0cb99;
	--light-a075: #d3d0cbD9;
	--dark-a005: #2222220C;
	--dark-a010: #22222219;
	--dark-a025: #22222240;
	--dark-a050: #22222280;
	--dark-a060: #22222299;
	--dark-a075: #222222D9;
	--border: var(--black-a020);
	--border-primary: var(--primary-a025);
	--border-hr: rgba(100,100,100,.5);
	--border-hr-light: rgba(200,200,200);
	--border-hr-dark: var(--black-a050);
	--text-body: #010101;
	--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);/*navy*/
	--vk-color-text-link-hover: var(--dark);/*dark-navy*/
	--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:"Outfit","Murecho","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","游ゴシック体",YuGothic,"メイリオ",Meiryo,sans-serif;
	--font-family-serif: "Hiragino Mincho ProN","游明朝体","Yu Mincho",YuMincho,serif;
}
*[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-light-a050{ border-color: var(--light-a050) !important;}
.border-w2{ border-width: 2px !important;}
.border-w3{ border-width: 3px !important;}
.border-w4{ border-width: 4px !important;}
.border-w5{ border-width: 5px !important;}
.border-w6{ border-width: 6px !important;}
.hidden{ overflow: hidden;}
.visible{ overflow: visible;}
.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: 500;}
@media (max-width: 991.98px){
	body, html{ font-size: calc(var(--vk-size-text) * .95);}
}
:focus, a, a:hover{outline: 0;}
a[href*="tel:"], a[href*="tel:"]:hover{ text-decoration: none; cursor: inherit;}
/*.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: .35; background: var(--black-a005);}
.serif{ 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_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: .075em .075em 0 var(--black-a050);}
.text_shadow_dark_m{ text-shadow: .1em .1em 0 var(--black-a025);}
.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: .05em .05em 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;}
.text_shadow_secondary_s{ text-shadow: .05em .05em 0 var(--secondary);}
.box_shadow_dark_s{ box-shadow:  .5em .5em 0 var(--black-a005);}
.box_shadow_dark_m{ box-shadow: 1em 1em 0 var(--black-a005);}
.box_shadow_dark_m_r{ box-shadow: -1em 1em 0 var(--black-a005);}
.box_shadow_dark_l{ box-shadow: 2em 2em 5em var(--black-a010);}

hr{ clear: both; border: none;}

.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:700;}
.bold strong{ font-weight:600;}
.str1,.sttr2,.str3,.str4{ font-weight: 700;}
.sml0{ font-size: 95%; line-height: 1.7;}
.sml1{ font-size: 90%; line-height: 1.65;}
.sml2{ font-size: 80%; line-height: 1.6;}
.sml3{ font-size: 70%; line-height: 1.55;}
h2 .sml3{ font-size: 40%;}

.display_0{ font-size:calc(2.6em + 4vw)}
.display_1{ font-size:calc(2em + 3.5vw)}
.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)}
.wp-block-heading[class*="display_"]{ font-weight: 800;}

.hgroup.wp-block-group{ padding-left: 1.5rem; gap: 0;}
.hgroup *[class*="display_"]{ margin: 0; padding-top: .75em; letter-spacing: -.02em; line-height: 1; font-weight: 600;}
.hgroup *[class*="display_"].is-style-vk-heading-both_ends:before{ margin-right: .25em;}
.hgroup *[class*="display_"].is-style-vk-heading-both_ends:after{ margin-left: .25em;}
.hgroup .display_0.is-style-vk-heading-both_ends:before,
.hgroup .display_0.is-style-vk-heading-both_ends:after{ border-width: 4px;}
.hgroup .display_1.is-style-vk-heading-both_ends:before,
.hgroup .display_1.is-style-vk-heading-both_ends:after{ border-width:3px;}

.lineh_05{ line-height: .5;}
.lineh_06{ line-height: .6;}
.lineh_07{ line-height: .7;}
.lineh_08{ line-height: .8;}
.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.5em; text-indent: -2.5em;}
.idt3{ padding-left: 3em; text-indent: -3em;}
ul.idt2h, ol.idt2h{ margin: 0 0 1em 2.5em; list-style: none;}
ul.idt2, ol.idt2{ margin: 0 0 1em 2em; list-style: none;}
ul.idt1h, ol.idt1h{ margin: 0 0 1em 1.5em; 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(2em + 1vw);}
h2, .h2{ font-size: calc(1.5em + .9vw);}
h3, .h3{ font-size: calc(1.15em + .8vw);}
h4, .h4{ font-size: calc(1.1em + .5vw); margin-bottom: 1em;}
h5, .h5{ font-size: calc(1.05em + .25vw); line-height: 1.5;}
h6, .h6{ font-size: calc(1.02em + .1vw); line-height: 1.6;}
@media (min-width: 1200px){
	h1, .h1{ font-size: 3em}
	h2, .h2{ font-size: 2.4em}
	h3, .h3{ font-size: 1.95em;}
	h4, .h4{ font-size: 1.6em;}
	h5, .h5{ font-size: 1.3em;}
	h6, .h6{ font-size: 1.1em;}
}
h1, h2, h3, h4{ font-weight: 700;}
.f_w_800{ font-weight: 800 !important;}
.f_w_700{ font-weight: 700 !important;}
.f_w_600{ font-weight: 600 !important;}
.f_w_500{ font-weight: 500 !important;}
.f_w_400{ font-weight: 400 !important;}
h1.archive-header-title, h1.entry-title {
	margin-bottom: 1em;
	padding-bottom: .7em;
	border-bottom: solid 2px var(--border);
	position: relative;
	text-align: center;
}
h1.archive-header-title:before,
h1.entry-title:before,
h1.archive-header-title:after,
h1.entry-title:after{
    content: "";
	bottom: calc(-.175em + 1px);
	height: .3em;
	width: .3em;
	background: var(--primary);
	transform: skew(-15deg,0);
    position: absolute;
}
h1.archive-header-title:before,
h1.entry-title:before{
	left: 0;
	box-shadow: .3em 0 0 var(--success), .6em 0 0 var(--secondary), .9em 0 0 white;
}
h1.archive-header-title:after,
h1.entry-title:after{
	right: 0;
	box-shadow: -.3em 0 0 var(--success), -.6em 0 0 var(--secondary), -.9em 0 0 white;
}
.main-section--margin-vertical--off .entry-header{ padding-top: 3.5rem;}
.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.1em + .8vw);}
.main-section--col--two h1.archive-header-title:before,
.single h1.entry-title:before{ left: 0;}
.main-section--col--two h1.archive-header-title:after{ display: none;}
h1.notfound{ margin: 0 0 2rem; color: var(--primary); line-height: 1; font-size: calc(3em + 3vw);font-weight: 600;}
h2{ padding-top: 1em; position: relative; text-align: center;}
h2:before, h2:after, h3:before, h3:after, h4:before{ position: absolute; content: "";}
h2:before{
	top: 0;
	height: .35em;
	width: .35em;
	left: calc(50% - .4em);
	background: var(--primary);
	box-shadow: .4em 0 0 var(--secondary);
	transform: skew(-15deg,0);
}
h2:after{
	left: calc(50% - 2.5em);
	width: 1.5em;
	height: 2px;
	top: .15em;
	background: var(--border);
	box-shadow: 3.5em 0 0 var(--border);
}
h2.has-text-align-left{ padding: 0 0 0 1em;}
h2.has-text-align-left:before{ top: calc(50% - .36em); left: 0; box-shadow: 0 .4em 0 var(--secondary); transform: skew(0,-15deg);}
h2.has-text-align-left:after{ top: -.2em; left: .17em; width: 2px; height: .35em; box-shadow: 0 1.5em 0 var(--border);}
h2.has-white-color:before{ background: white;}
h2.has-white-color:after{ background: var(--white-a035); box-shadow: 5.5em 0 var(--white-a035);}
h2.is-style-vk-heading-plain{ padding: 0;}
h3{ padding: .6em 0 .85em; position: relative;}
h3:before{
	height: .4em;
	width: .4em;
	left: 0;
	bottom: -.2em;
	background: var(--primary);
	box-shadow: .5em 0 0 var(--primary-light), 1em 0 0 var(--secondary-a075);
	transform: skew(-15deg,0);
}
h3:after{ width: 3.5em; left: 0; top: 0; border-bottom: 2px solid var(--border);}
h3.has-white-color:before{ background: white; box-shadow: .5em 0 0 var(--white-a050), 1em 0 0 var(--white-a025);}
h3.has-white-color:after{  border-bottom-color: var(--white-a050);}
h3.has-text-align-center:before{ left: calc(50% - .8em);}
h3.has-text-align-center:after{ left: calc(50% - 1.75em);}
body :is(.is-layout-flow, .is-layout-constrained) > :is(h4, h5){ margin-block-end: .5em;}
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);
}
h4.secondary:before{ background: var(--secondary);}
h4.info:before{ background: var(--info);}
h4.success:before{ background: var(--success);}
h4.dark:before{ background: var(--dark);}
h4.warning:before{ background: var(--warning);}
h5, h6{ margin-bottom: .5em; padding-left: 1em; position: relative; line-height: 1.6em;}
h5{ font-weight: 600;}
h5.secondary:before{ background: var(--secondary);}
h5.info:before{ background: var(--info);}
h5.success:before{ background: var(--success);}
h5.dark:before{ background: var(--dark);}
h5.warning:before{ background: var(--warning);}
h6{ padding: 0 0 0 .85em;}
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);
}
.is-style-vk-heading-both_ends:before{ margin-right: .5em; height: 0;}
.is-style-vk-heading-both_ends:after{ margin-left: .5em;}
.is-style-vk-heading-both_ends:before,
.is-style-vk-heading-both_ends:after{ border-width: 2px; box-shadow: none;}
.is-style-vk-heading-both_ends:not(.has-text-color):before,
.is-style-vk-heading-both_ends:not(.has-text-color):after{ border-color: var(--primary);}
.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;}
.is-style-vk-heading-both_ends.has-white-color:before,
.is-style-vk-heading-both_ends.has-white-color:after{ border-color: white;}
.is-style-vk-heading-both_ends.secondary:before,
.is-style-vk-heading-both_ends.secondary:after{ border-color: var(--secondary);}
.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.danger:before,
.is-style-vk-heading-both_ends.danger:after{ border-color: var(--danger);}
h2.is-style-vk-heading-both_ends.has-text-align-left{ padding: 0;}
h2.is-style-vk-heading-both_ends.has-text-align-left:after{ height: 0; box-shadow: none;}

.is-style-vk-heading-solid_bottomborder_black{ border-bottom: solid 2px var(--primary);}
.is-style-vk-heading-dotted_bottomborder_black{ position: relative; border-bottom: solid 1px var(--border-hr);}
.is-style-vk-heading-dotted_bottomborder_black:after{
    position: absolute;
    content: "";
    width: 1em;
    height: 2px;
    background: var(--primary);
    left: 0;
	top: auto;
    bottom: -6px;
    box-shadow: 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;}


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

.header-top{ margin-top: 0; font-size: .8rem;}
.header-top ul{ margin: 0; align-items: center;}
.header-top ul:before{
	content: "";
	background: white;
	position: absolute;
	width: 1.5em;
	height: 100%;
	left: calc(-1.5em + .5px);
	top: 0;
	clip-path: polygon(100% 0,100% 100%,0 100%);
}
.header-top ul > li { line-height: 1.6;}
.header-top ul > li.header-top-tel > span{ padding: .45em .5em .3em; color: var(--primary); letter-spacing: .05em; line-height: 1; font-size: 1.15rem; font-weight: 700;}
.header-top ul > li.header-top-tel > span i{}
.header-top ul > li > a{ padding: .5em 1.5em; position: relative; font-size: .8rem;}
.header-top ul > li > a:before{content:"";background: var(--black-a025);width:1px;height:1.5em;transform:rotate(30deg) translateY(50%);position: absolute;right:-.35em;top:0;}
.site-header .header-top nav{ top: auto; background: white}
.header-top .container{ padding: 0 0 0 15px; max-width: none; align-items: stretch; justify-content: end;}
.header-top .header-top-description{ padding: .5em 1em .4em 0; top: auto;color: white;font-weight: 400;}
.header-top li.header-top-tel{ margin-left: 1vw;}
.header-top .header-top-contact-btn{ margin-top: 0; top: auto; line-height: 1;}
.header-top .header-top-contact-btn a.btn{ padding: .5em 2em .3em 2.25em; border: none; background: var(--secondary); font-size: .9rem;}
.header-top .header-top-contact-btn a.btn:active,
.header-top .header-top-contact-btn a.btn:focus,
.header-top .header-top-contact-btn a.btn:hover{ background: var(--secondary) !important; box-shadow: none !important;}
.header-top .header-top-contact-btn a.btn:before{ content: ""; background: white; position: absolute; width: 1.5em; height: 100%; left:0; top: 0;clip-path: polygon(0 0,100% 0,0 100%);}
.header-top .header-top-contact-btn i,
.header-top li.header-top-tel i{ margin: 0 .5em 0 0;}
.site-header-logo img{ /*max-height: 50px;*/ max-width: calc(100% - 30px);}
@media (max-width: 991.98px){
	.site-header-logo{ margin-bottom: 6px; padding-top: 6px;}
    .site-header-logo img{ padding-left: 20px; max-height: 36px;}
}
@media (min-width: 992px){
	.site-header--layout--nav-float .site-header-container{ 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;}

.site-header-sub .veu_contact .contact_frame{ padding: 0 1em;}
.site-header-sub .veu_card{border: none;}
.site-header-sub .veu_contentAddSection{ margin-bottom: 0;}
.site-header-sub .veu_contact .contact_frame{ background-color: transparent}
.site-header-sub .veu_card .veu_card_inner{ box-shadow: none;}

.vk-mobile-nav{padding-left: 0; padding-right: 0; border:none; 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: none;
	border-radius: 0;
}
.vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.menu-open{
    border:none;
    background-color: var(--primary);
    background-size: 80%;
}
.vk-mobile-nav-menu-btn.menu-open{
    background-image: none;
	background-color: transparent;
    transition: 1s;
}
.vk-mobile-nav-menu-btn:before,
.vk-mobile-nav-menu-btn:after{
	content: "";
	position: absolute;
	background: var(--secondary-light);
	width: 26px;
	height: 2px;
	top: 15px;
	left: calc(50% - 13px);
	box-shadow: 0 7px 0 var(--secondary-light);
	transition: .5s;
}
.vk-mobile-nav-menu-btn:after{
	top: 30px;
	box-shadow: none;
}
.vk-mobile-nav-menu-btn.menu-open:before{ transform: rotate(-45deg); top: calc(50% - 1px); box-shadow: none;}
.vk-mobile-nav-menu-btn.menu-open:after{ transform: rotate(45deg); top: calc(50% - 1px);}

.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 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-right: .65em; content: ""; display: inline-block; vertical-align: middle; width: .5em; border-top: 1px solid var(--white-a050);}
@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; font-weight: 500;}
.global-nav-list > li li{ font-size: .8rem;}
.global-nav-list .sub-menu li a{padding: 14px 1em; display: flex; align-items: center;}
.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: .85rem; font-weight: 500;}
body.header_scrolled .global-nav-list > li .global-nav-description{ display: none;}

.page-header-title, 
h1.page-header-title{ text-shadow: 0 0 1em var(--black-a050), .1em .1em .15em var(--black-a025), .05em .05em 0 var(--black-a050); font-size: calc(1.5vw + 2.25em); font-weight: 600;}
.page-header:before{ background: linear-gradient(135deg, var(--primary) 20%, var(--black-a015) 20%, var(--black-a015) 92%, white 92%);}
.page-header::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("img/bg_angle_black.svg");
	background-size: 5px 5px;
	z-index: -1;
}
.page-header-subtext,
.page-header-inner:after{
	display: inline-block;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-shadow: .125em .125em 0 var(--black-a050), .1em .1em .15em var(--black-a025);
	font-size: calc(.85rem + .5vw);
	font-weight: 700;
}
.error404 .page-header-inner:after{ content: "Page Not Found";}
.search:not(.archive) .page-header-inner:after{ content: "Search Results";}

.vk_breadcrumb{ margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); width: auto; max-width: var(--vk-width-full);}
.vk_breadcrumb_inner{ margin: auto; padding: 0 15px;}
@media (min-width: 1200px){ .vk_breadcrumb_inner{ max-width: 1140px;}}
@media (min-width: 992px){ .vk_breadcrumb_inner{ max-width: 960px;}}
@media (min-width: 768px){ .vk_breadcrumb_inner{ max-width: 720px;}}
@media (min-width: 576px){ .vk_breadcrumb_inner{ max-width: 540px;}}
.vk_breadcrumb,
.breadcrumb{ border-bottom: solid 1px var(--black-a010); font-size: .9em;}
.vk_breadcrumb a,
.breadcrumb a{ color: var(--primary); text-decoration: none;}
.vk_breadcrumb_list_item:after,
.breadcrumb-list li:after{ opacity: .35; content: "／";}

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

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

.mainvisual{max-height: 75svh;}
.mainvisual .swiper-slide-active:not(.no_animation) .vk_slider_item_container > .wp-block-cover > .wp-block-cover__image-background{ animation: slider-background-zoomup 2.5s ease-out forwards;}
@keyframes slider-background-zoomup {
    /*0%{ width: 110%; top: 0; left: 0;}
    100%{ width: 100%; top: 0; left: 0; overflow: visible}*/
    0%{ transform: scale(1.25)}
    100%{ transform: scale(1)}
}

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

.entry-meta{ text-align: right; font-size: var(--vk-size-text);}
.entry-meta i{ opacity: .4;}
.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.wp-block-group-vk-link:after,
a.sbi_header_link:after,
a.vk_gridcolcard_item_container:after,
.single-location a[target="_blank"]:after,
.wp-block-image a[target="_blank"]:after{ 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(--success-a010);}
.tr_head th, table th.tr_head{ background: var(--primary-a025);}
.th_primary th{ background: var(--primary); color: white;}
.th_secondary th{ background: var(--secondary);}
.th_secondary_a050 th{ background: var(--secondary-a050);}
.th_secondary_a025 th{ background: var(--secondary-a025);}
.th_secondary_a010 th{ background: var(--secondary-a010);}
.th_warning th{ background: var(--warning-a050);}
.th_light th{ background: var(--light);}
.th_light_a050 th{ background: var(--light-a050);}
.th_primary_grad table{ background: linear-gradient(-10deg, var(--success) 35%, var(--primary) 35%); border: solid 1px var(--border-hr-light);}
.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 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;}

.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;}
.sml1 th, .sml1 td{ padding: .35em;}
.nobd.sml1 th, .nobd.sml1 td,
.sml1 .nobd th, .sml1 .nobd td{ padding: 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_bold td{ font-weight: bold;}
@media (max-width: 575.98px){
	.table_mobile_v table :is(th, td){ width: 100%; display: block;}
}
@media (max-width: 781.98px){
	.table_tablet_v table :is(th, td){ 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: 600;}
.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,
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], select, textarea{
	margin: .15em 0;
	padding: .5em;
	width: auto;
	border-radius: 0;
	box-sizing: border-box;
	display: inherit;
	color: var(--text-body);
	width: auto;
	max-width: 100%;
	vertical-align: middle;
	font-size: 1em;
	font-family: inherit;
}
input,textarea{
  &::placeholder{ color: #bbb;}
}
textarea{ width: 100%; font-family: inherit;}
select:hover, option:hover{ cursor: pointer;}
.wpcf7 input[type="submit"]{ margin: .75em auto; padding: .75em 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; font-weight: bold;}
span.wpcf7-list-item{ margin: 0 1em 0 0 !important;}
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;}

/* For Plugin "zipaddr-jp" (Popup)----------*/
#autozip{ display: none !important;}

.form-control.wpcf7-date{ max-width: 10em;}
.flatpickr-calendar{box-shadow: none;border: solid 1px var(--secondary);border-radius:0}
.flatpickr-day,span.flatpickr-weekday{ color: var(--text-body); font-weight: 500;}
.flatpickr-calendar.arrowTop:before{border-bottom-color: var(--secondary); border-width: 6px; margin: 0 -6px;}
.flatpickr-calendar.arrowBottom:before{border-top-color: var(--secondary); border-width: 6px; margin: 0 -6px;}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{background: var(--secondary);border-color: var(--secondary);color: white;}
.flatpickr-day.today:hover, .flatpickr-day.today:focus{border-color:var(--primary); background:var(--primary);color:white;}
.flatpickr-current-month input.cur-year,
.flatpickr-current-month .flatpickr-monthDropdown-months{ font-weight: 500;}

/* 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: .6em .15em; flex-direction: column; border-bottom: solid 1px var(--border);}
.sub-section .wp-block-column > .vk_posts-layout-postListText .postListText{ border: none; display: block;}
.sub-section .wp-block-column > .vk_posts-layout-postListText .postListText p{ text-align: center; font-size: 1.05em;}
.sub-section .vk_posts-layout-postListText .postListText_singleTermLabel{ min-width: auto;}
.sub-section .vk_posts-layout-postListText .postListText_date{ margin-bottom: .25em;}
.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%;
}

/* Plugins ------------------------*/

#sb_instagram #sbi_images{ padding: 0;}
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a{ padding: .8em 1.5em; border-radius: 0; font-size: .95rem;}
#sb_instagram .sb_instagram_header, .sb_instagram_header,
.sbi-critical-notice h3,
#sbi_mod_error,
.sbi-critical-notice{ display: none !important;}

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

.site-body-bottom{ border-top: solid 1px var(--border);}
.site-body-bottom .widget{ margin: 2em 0 0;}
.site-footer{
	border-top: none;
	position: relative;
	background-attachment: fixed;
	--vk-size-text-sm: .925em;
	--border-hr: var(--black-a005);
}
@media screen and (min-width: 767px){
	.site-footer{--vk-size-text: 1em;}
}
.site-footer:before{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	opacity: .04;
	background:linear-gradient(-45deg,transparent 75%,white 75%);
}
.site-footer .widget{ margin-bottom: 0;}
.site-footer p a{ text-decoration: none;}
.footer-nav{ position: relative;}
.footer-nav li{ padding: 0;}
.widget_nav_menu > h4.widget-title.site-footer-title{ margin-bottom: .75em; padding: 0;}
.widget_nav_menu > div > ul li a{ padding: 0 0 .2em; position: relative; border-bottom: none;}
.widget_nav_menu > div > ul li a:hover{ background: none;text-decoration: underline var(--white-a050); text-underline-offset: .5em;}
.widget_nav_menu > div > ul li a[target="_blank"]:after{ margin-left: .3em; opacity: .5;}
.widget_nav_menu > div > ul li li a{ padding: 0 0 .25em; display: flex; align-items: center; opacity:.6;}
.widget_nav_menu > div > ul li li a:before{ margin: 0 .65em 1px 0; content: ""; width: .5em; border-bottom: 1px solid var(--white-a050);}
.widget_nav_menu > div > ul li.current_page_item > a{ background: none;}
.widget_nav_menu > div > ul li{ font-size: calc(.6rem + .2vw);}
.site-footer-copyright{ padding: .5em; position: relative; border-top: solid 1px var(--white-a010);}
.site-footer-copyright p{ letter-spacing: .1em; font-weight: 300;}
@media (min-width:1200px) {
.widget_nav_menu > div > ul li{ font-size: .825rem;}
}
@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 var(--black-a025); box-shadow: 0 1px 0 var(--white-a025);}
	.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-a025); border-right: solid 1px var(--black-a025);}
	.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 .widget_nav_menu{ padding: 0 0 2em;}
	.footer-nav .container{ padding: 2em 0 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: .5em 1em; border-bottom: 1px solid var(--black-a015); box-shadow: 0 1px 0 white; 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(--black-a025);}
	.site-footer-copyright{ padding: .5em .5em 3em;}
}
.page_top_btn{
	background: none;
	box-shadow: none;
	bottom: 0;
	right: 0;
	height: calc(2.5em + 2.5vw);
	width: calc(2.5em + 2.5vw);
	border-style: solid;
	border-width: calc(2.5em + 2.5vw) calc(2.5em + 2.5vw) 0 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: var(--primary);
}
.page_top_btn:after{
	content: "";
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	left: 1em;
	bottom: 1em;
	transform: rotate(-45deg);
	border: solid var(--secondary);
	border-width: 4px 4px 0 0;
}

.fixed_btn{ transform: translateY(-50%);z-index: 1900;}
.fixed_btn .wp-block-group{gap: 1px;;}
.fixed_btn .vk_fixed-display-close-button{width: 20px; height: 20px; border-radius: 50%;}
.fixed_btn .vk_button{width:3em;}
.fixed_btn .vk_button .btn.vk_button_link{
	padding: 1em .85em;
	letter-spacing: .1em;
	writing-mode: vertical-rl;
	display:flex;
	align-items:center;
	justify-content:center;
}
.fixed_btn .vk_button .vk_button_link_caption .vk_button_link_txt{ padding: 0;}
.fixed_btn .vk_button .btn.vk_button_link:before{
	box-shadow: -.4em .4em 0 var(--white-a050),.4em -.4em 0 var(--white-a050);
	right: auto;
	left: calc(50% - 2px);
	bottom: calc(1.25em - 2px);
}
.fixed_btn .vk_button .btn.vk_button_link:after{ display: none;}
.fixed_btn .vk_button .vk_button_link_before{ margin: .25em; opacity: 1; }
.fixed_btn .vk_button:not(.btn_sq) .vk_button_link_before{color: var(--secondary-light);}
/*Square BTN*/
.fixed_btn .vk_button.btn_sq .vk_button_link_before{ opacity: 1; font-size: 1.35rem;}
.fixed_btn .vk_button.btn_sq .btn.vk_button_link{ padding: 1.25em .85em; max-height: 3em;}

@media (max-width: 767.98px){
	.fixed_btn.vk_fixed-display-position-right{top: auto !important;right:auto;left: 0; bottom: 0; transform: translateY(0);}
	.fixed_btn .wp-block-group{flex-direction:row;gap:1px;}
	.fixed_btn .vk_button{ height: 3em; overflow: hidden;}
	.fixed_btn .vk_button:not(.btn_sq){ width: auto;}
	.fixed_btn .vk_button .btn.vk_button_link{ padding:.7em calc(1em + 1vw) .7em;writing-mode:inherit;letter-spacing: 0;}
	.fixed_btn .vk_fixed-display-close-button{right:auto;left:.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,
.page-id-146 .grecaptcha-badge,
.page-id-664 .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_excerpt{ font-size: 1em;}
.vk_post.card{ border-radius: 0; border-color: var(--border-hr);}
.vk_post .vk_post_btn{ border: none; color: white; font-size: .95em; padding: .5em 1em;}

.vk_post-btn-display.media .vk_post_body{ padding-bottom: 3em;}
.vk_post-btn-display.media .vk_post_btnOuter{ width: auto; right: 0;}

.vk_post .vk_post_title{ margin-bottom: .75em;}
.main-section > .vk_posts > .vk_post-col-sm-12 .vk_post_title,
.entry-body .vk_posts > .vk_post-col-sm-6 .vk_post_title,
.entry-body .vk_posts > .vk_post-col-sm-12 .vk_post_title{ font-weight: 500; font-size: calc(1.1em + .3vw);}
.entry-body .vk_posts > .vk_post-col-sm-6 .vk_post_excerpt,
.entry-body .vk_posts > .vk_post-col-sm-12 .vk_post_excerpt{ margin: 0 0 .5em;; opacity: 1; line-height: 1.7; font-size: .95em;}
.vk_post .vk_post_title+.vk_post_excerpt{ margin-top: 1em;}

.vk_post_title_new{ padding: .2em .35em; color: white; background: var(--secondary); font-size: .75rem;}
a + .vk_post_title_new{ margin: .2em 0 .2em .5em;}
.vk_post .vk_post_date{ color: var(--text-body); text-align: right; font-size: 1rem;}

.vk_post.media{ align-items: center;}
.vk_post.media.vk_post-col-lg-4 .vk_post_title{ margin-bottom: .5em; font-size: calc(1.05em + .15vw);}

.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;}
.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; text-decoration-style: dotted;}
.vk_posts-layout-postListText .postListText_date { margin-right: 1em; min-width: none; font-size: 1em;}
.vk_posts-layout-postListText .postListText_date:after{ margin-left: .25em; content: "－"; opacity: .3}
.vk_post .vk_post_imgOuter{ border: none; transition: .25s;}
.vk_post .vk_post_imgOuter:hover{ transform: scale(1.05)}
.vk_post .vk_post_imgOuter:before{ padding-top: 80%;}
.vk_post_coach .vk_post .vk_post_imgOuter{ background-position: 50% 0;}

.entry-body > .vk_posts > .vk_post-col-sm-12.card-horizontal .vk_post_excerpt{ font-size: .925em;}

.vk_posts.vk_posts-layout-card-horizontal .vk_post_title{padding-bottom:.5em; position: relative; font-size: calc(1.1em + .45vw);}
.vk_posts.vk_posts-layout-card-horizontal .vk_post_title:after{position:absolute;content:"";width:calc(100% + 1.75rem);bottom:0;left:-1.75rem;height:2px;background:var(--primary);}
.vk_posts.vk_posts-layout-card-horizontal{ justify-content: space-around;}
.vk_posts.vk_posts-layout-card-horizontal .vk_post.card{margin-top: 2rem;}
.vk_posts.vk_posts-layout-card-horizontal .vk_post-col-5{ width: 33.33%; flex: 0 0 33.33%; max-width:33.33%;}
.vk_posts.vk_posts-layout-card-horizontal .vk_post-col-7{ padding-left: 3rem; width: 66.67%; flex: 0 0 66.67%; max-width: 66.67%;}
.vk_posts.vk_posts-layout-card-horizontal .vk_post{ border-radius: 0; overflow: visible; box-shadow: 1rem 1rem 0 var(--black-a003);}
.vk_posts.vk_posts-layout-card-horizontal .vk_post .card-body{ padding: 1.5em 1.5em 1.5em 0;}
.vk_posts.vk_posts-layout-card-horizontal .vk_post.vk_post-btn-display .card-body{ padding-bottom: 4.5em;}
.vk_posts.vk_posts-layout-card-horizontal .vk_post .vk_post_imgOuter{ height: 15rem; left: 1.25rem; top: -1.25rem; border: none;}
.vk_posts.vk_posts-layout-card-horizontal .vk_post .vk_post_btnOuter{ width: calc(100% + 1em);}

.vk_posts.vk_posts-layout-card .vk_post.card{margin-top: 2rem;}
.vk_posts.vk_posts-layout-card .vk_post_title{padding-left: 1rem;}
.vk_posts.vk_posts-layout-card .vk_post_title:after{position:absolute;content:"";width:2px;bottom:0;left:0;height:calc(100% + 3rem);background:var(--primary);}
.vk_posts.vk_posts-layout-card .vk_post{ border-radius: 0; overflow: visible; box-shadow: 1rem 1rem 0 var(--black-a003);}
.vk_posts.vk_posts-layout-card .vk_post .card-body{ padding: 0 1.5rem 1.5rem;}
.vk_posts.vk_posts-layout-card .vk_post.vk_post-btn-display .card-body{ padding-bottom: 4em;}
.vk_posts.vk_posts-layout-card .vk_post .vk_post_imgOuter{ height: 15rem; left: -1rem; top: -1rem; border: none;}
.vk_posts.vk_posts-layout-card .vk_post .vk_post_btnOuter{ width: calc(100% - .5em);}



@media (min-width: 576px){
	.entry-body > .vk_posts > .media.vk_post-col-sm-12:first-child,
	.main-section > .vk_posts > .media.vk_post-col-sm-12:first-child{ border-top-color: var(--border-hr);}
	.main-section > .vk_posts > .vk_post-col-sm-12 .vk_post_excerpt{ font-size: 1em;}
}
@media (min-width:960px){
	.postListText{ display: flex; align-items: center;}
	.main-section > .vk_posts > .vk_post-col-sm-12 .vk_post_excerpt{ font-size: 1em;}
}
@media (min-width: 768px){
	.main-section > .vk_posts > .vk_post-col-sm-12 .vk_post_excerpt{ font-size: 1em;}
}
@media (min-width:1200px){
	.vk_posts-layout-card-horizontal .vk_post_title{ font-size: 1.5em;}
	.main-section > .vk_posts > .vk_post-col-sm-12 .vk_post_excerpt{ font-size: 1em;}
}


.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_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 .card-intext-inner .vk_post_body .vk_post_title{ color: var(--text-body);}
.vk_posts.next-prev .vk_post.card-intext{ overflow: visible;}
.vk_posts.next-prev .vk_post.card-intext .vk_post_imgOuter_singleTermLabel{ font-size: .8em;}
/*


.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_post_excerpt + .vk_post_taxonomies{ position: absolute; bottom: 0; line-height: 1.5;}
.vk_post_taxonomy{ font-size: .925em;}
.vk_post_taxonomy_title{ display: none;}
.vk_post_taxonomy_terms{ margin: 0; padding: 0;}
.vk_post_taxonomy_terms a{ padding: .5em 1.5em; display: block;border: solid 2px var(--primary); color: var(--primary);}



.btn{ border-radius: 0; font-weight: 500;}
.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{ padding:1em calc(1em + 1vw);min-width:auto;position:relative;align-items:baseline;font-size:1rem;}
.vk_button .vk_button_link.btn.btn-sm{ padding: .7em calc(.75em + .75vw); font-size: .9rem;}
.vk_button .vk_button_link.btn.btn-lg{ padding: 1.2em calc(1em + 1vw); font-size: 1.1rem;}
.vk_button .vk_button_link:after{
	content: "";
	position: absolute;
	right: .75em;
	top: calc(50% - .5em);
	height: 1em;
	width: 1em;
	background: url(img/arrow_r_white_s.svg);
}

.vk_button .vk_button_link.is-style-outline.has-vk-color-primary-color:after{ background: url(img/arrow_r_primary.svg);}
.vk_button .vk_button_link.is-style-outline.has-vk-color-custom-1-color:after{ background: url(img/arrow_r_secondary.svg);}
.vk_button.down .vk_button_link:after{ background: url(img/arrow_d_white_s.svg); right: 1em;}
.vk_button.down .vk_button_link.is-style-outline.has-vk-color-primary-color:after{ background: url("img/arrow_d_primary.svg");}
.vk_button.down .vk_button_link.is-style-outline.has-vk-color-custom-1-color:after{ background: url(img/arrow_d_secondary.svg);}


/*
.vk_button.down .vk_button_linkis-style-outline:after{ background: url(img/arrow_d_primary.svg);}
.vk_button.down .vk_button_linkis-style-outline.has-vk-color-primary-color:after{ background: url(img/arrow_d_secondary.svg);}
.vk_button.down .vk_button_linkis-style-outline.is-style-outline.has-vk-color-custom-1-color:after{ background: url(img/arrow_d_secondary.svg);}
*/
.vk_button .vk_button_link.vk_button_link-type-text:after{display: none;}
.vk_button .vk_button_link.vk_button_link-type-text .vk_button_link_txt{padding:0;text-decoration:underline; text-decoration-style: dashed;text-underline-offset:.3em;}
.vk_button .vk_button_link.vk_button_link-type-text .vk_button_link_txt:hover{ text-decoration-style: solid;}
.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; padding-right: .75em;}
.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;}

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)}
.vk_timeline .vk_timeline_item{ padding-bottom: .5em;}

.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 { overflow: visible;}
.vk_gridcolcard_item_body-valign-center{ align-content: top;}
.vk_gridcolcard_shadow .vk_gridcolcard_item{box-shadow: .75em .75em 0 var(--black-a005); 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(4.5em + 4.5vw);}
.vk_step .vk_step_item .vk_step_item_dot{padding: calc(.2em + .2vw) 0;width:calc(3em + 2vw);height:calc(3em + 2vw);border-radius:0;box-shadow:-.75em -.75em 0 var(--primary-a025);}
.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: 9em;}
.vk_step .vk_step_item .vk_step_item_dot_num{ line-height: 1; 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: 1em;
	bottom: -1em;
	left: calc(2vw + .75em);
	background: var(--secondary-a010);
	width: 3.5em;
}
.vk_step .vk_step_item:after{
	content: "";
	width: 110%;
	height: 4em;
	bottom: 2em;
	left: -5%;
	background: 50% 100% url(img/arrow_d_secondary_l.svg) no-repeat;
	position: absolute;
	background-size: 3.5em;
	border-top: solid 2px var(--secondary-a050);
}
.vk_step .vk_step_item:last-of-type .vk_step_item_content > :last-child{ margin-bottom: 4em;}
.vk_step .vk_step_item:last-of-type:after{ background: none; height: 0;}

.vk_faq{ margin: 0 0 1.5em; padding: 0 0 .25em;}
.vk_faq dl{ margin-bottom: 0;}
.vk_faq .vk_faq-body{ margin-bottom: 1.25em !important;}
.vk_faq .vk_faq_content{ padding: 1em 0 0 3rem;}
.vk_faq .vk_faq_title{ border-bottom: 1px dashed var(--black-a050);}
.vk_faq .vk_faq_title:before,
.vk_faq .vk_faq_content:before{ font-family: var(--font-family-def);}
.vk_faq .vk_faq_content p,
.vk_faq .vk_faq_content p:last-child,
.vk_faq .vk_faq_content ul:last-child{ margin-bottom: .7em;}
.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(--secondary)}
.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(--primary)}
@media (min-width: 768px){
  .vk_faq .vk_faq_title{ font-size: 1em;}
}
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, 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{ margin: .25em 0;}
ul.is-style-vk-numbered-circle-mark li, ul.is-style-vk-numbered-square-mark li,
ol.is-style-vk-numbered-circle-mark li, ol.is-style-vk-numbered-square-mark li{ margin: .25em 0 .5em;}
ul.is-style-vk-numbered-square-mark li:before,
ol.is-style-vk-numbered-square-mark li:before{ border-radius: 0;}

.swiper-slide{ font-size: var(--vk-size-text);}
.vk_slider.slider_carousel{ padding-bottom: 2em; overflow: visible;}
.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-active{ background: var(--primary); outline-color: var(--primary);}
.swiper-pagination-bullet{ width: calc(1.2em + .75vw);}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active){ background-color: var(--black-a015); outline-color: var(--black-a015);}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 .25em;}
.swiper-container.vk_slider .swiper-button-next,
.swiper-container.vk_slider .swiper-button-prev{}

.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: .15em; 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: .2em 0 0;}
	.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: .8em !important;}
.vk_inline-font-size[style*="16px"]{ font-size: 1em !important;}
.vk_inline-font-size[style*="18px"]{ font-size: 1.3em !important;}
.vk_inline-font-size[style*="21px"]{ font-size: 1.6em !important;}

.vk_balloon_icon_image{ width: 5.5em; height: 5.5em;}
.vk_balloon_icon:not(:empty){ flex-basis: 5.5em;}
.vk_balloon_icon_name{ letter-spacing: -.1em; line-height: 1.4; font-size: .85em;}
@media (max-width: 480px){
	.vk_balloon_icon{ max-width: none;}
}

/* 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 (max-width:991.98px){
	.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-table.mb-0 table{ margin-bottom: 0}
.wp-block-image figcaption{ font-size: .9em;}
.wp-block-image.img_zoom img{ transition: .5s;}
.wp-block-image.img_zoom img:hover{ transform: scale(1.05);}

figure.wp-block-image.is-style-vk-image-shadow{ box-shadow: 1em 1em 0 var(--black-a005)}
figure.wp-block-image.is-style-vk-image-photoFrame{box-shadow:1em 1em 0 var(--black-a005),2px 2px 0 var(--black-a010),-.5em -.5em 0 var(--black-a010);}
.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;}

.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 a:not(.wp-element-button):hover{ text-decoration: underline;}
.wp-block-file.secondary a:not(.wp-element-button){ color: var(--secondary);}
a.wp-element-button, .wp-block-button__link{
	background: var(--primary);
	font-size: .9em;
	padding: .35em 1.5em;
	color: white;
	border: none;
	border-radius: 0;
}
a.wp-element-button:hover,.wp-block-button__link:hover{ opacity: .9;}
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;}

hr.wp-block-separator{ margin-top: 0; margin-bottom: 1em; padding-bottom: 1em; border: none;}
hr.wp-block-separator.separator_bd_btm{ border-bottom: solid 1px var(--black-a015);}
hr.wp-block-separator.separator_bd_btm_dot{ border-bottom: dotted 1px var(--black-a050);}
hr.wp-block-separator.separator_bd_btm_dash{ border-bottom: dashed 1px var(--black-a035);}
hr.wp-block-separator.separator_bd_btm_w{ border-bottom: solid 1px var(--white-a025);}
hr.wp-block-separator.separator_q{ margin-bottom: .25em; padding-bottom: .25em;}
hr.wp-block-separator.separator_h{ margin-bottom: .5em; padding-bottom: .5em;}
hr.wp-block-separator.separator_1{ margin-bottom: 1em;}
hr.wp-block-separator.separator_2{ margin-bottom: 2em; padding-bottom: 2em;}
hr.wp-block-separator.separator_3{ margin-bottom: 3em; padding-bottom: 3em;}
hr.wp-block-separator.separator_4{ margin-bottom: 4em; padding-bottom: 4em;}
hr.wp-block-separator.separator_5{ margin-bottom: 5em; padding-bottom: 5em;}

.top_over_xxs, .wp-block-cover.top_over_xs .wp-block-cover__inner-container{ margin-top: -1.5rem;}
.top_over_xs, .wp-block-cover.top_over_xs .wp-block-cover__inner-container{ margin-top: -3rem;}
.top_over_sm, .wp-block-cover.top_over_sm .wp-block-cover__inner-container{ margin-top: -5rem;}
.top_over_md, .wp-block-cover.top_over_md .wp-block-cover__inner-container{ margin-top: -10rem;}
.top_over_lg, .wp-block-cover.top_over_lg .wp-block-cover__inner-container{ margin-top: -15rem;}

.wp-block-cover.cover_bg_pattern_k > .wp-block-cover__background:before{position: absolute;content: "";width: 100%;height: 100%; background-image: url("img/bg_angle_black.svg"); background-size: 5px 5px;}
.wp-block-cover.cover_bg_contain .wp-block-cover__image-background{ object-position: bottom;}
@media (min-width:992px){
	.wp-block-cover.cover_bg_contain .wp-block-cover__image-background{ object-fit: contain;}
}
@media (max-width:991.98px){
	.wp-block-cover.cover_bg_contain .wp-block-cover__inner-container{ padding: 0}
	.vk_slider_item_container.container,
	.wp-block-cover.cover_bg_pattern_k .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: none; margin: 0;}
}

/* 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;}
}
.colums_group_margin_h > .wp-block-columns{ margin-block-end: .5em;}
.colums_group_margin_1 > .wp-block-columns{ margin-block-end: 1em;}
.colums_group_margin_1h > .wp-block-columns{ margin-block-end: 1.5em;}
.colums_group_margin_2 > .wp-block-columns{ margin-block-end: 2em;}
.colums_group_margin_2h > .wp-block-columns{ margin-block-end: 2.5em;}



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

.single .entry-body > p{ margin-bottom: .75em;}
.single .entry-body > p > a[href*="/wp-content/uploads/"]:after{ display: none;}
.single .entry-body > p:empty{ display: block;}
.single .entry-body > p[align="right"]{ text-align: right;}
.single .entry-body img.alignnone{ margin: .5em 0 1em;}
.single .entry-body .alignleft{ float: left;}
.single .entry-body .alignright{ float: right;}
.wp-caption-text{ padding-top: .5em; line-height: 1.6; text-align: center; font-size: .875em;}
.wp-caption.alignnone[style^="width"]{ width: auto !important;}
.wp-caption.alignnone[style^="width"] .wp-caption-text{ text-align: left;}
