@charset "utf-8";
@import url('bootstrap_add.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
:root{
	--primary: var(--vk-color-primary);/* #c41306 *red*/
	--primary-dark: #700000;/*dark-red*/
	--vk-color-primary-dark: var(--primary-dark);
	--secondary: #e54c00;/*orange1*/
	--info: #f47a0b;/*orangee2*/
	--success: #fa9090;/*pink*/
	--warning: #ffa300;/*yellow*/
	--red: var(--primary);/*red*/
	--danger: var(--primary);
	--light: #e9edf4;/*blue-gray*/
	--dark: #520802;/*dark-red*/
	--border: var(--white-a015);
	--border-primary: var(--primary-a025);
	--black: black;
	--black-a002:#00000005;--black-a003:#00000008;--black-a005:#0000000C;
	--black-a010:#00000019;--black-a015:#00000026;--black-a025:#00000040;
	--black-a035:#00000059;--black-a050:#00000080;--black-a060:#00000099;--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:#c413060C;--primary-a010:#c4130619;--primary-a025:#c4130640;
	--primary-a050:#c4130680;--primary-a060:#c4130699;--primary-a075:#c41306D9;
	--secondary-a005:#e54c000C;--secondary-a010:#e54c0019;--secondary-a025:#e54c0040;
	--secondary-a050:#e54c0080;--secondary-a060:#e54c0099;--secondary-a075:#e54c00D9;
	--info-a005:#f47a0b0C;--info-a010:#f47a0b19;--info-a025:#f47a0b40;
	--info-a050:#f47a0b80;--info-a060:#f47a0b99;--info-a075:#f47a0bD9;
	--success-a005:#fa90900C;--success-a010:#fa909019;--success-a025:#fa909040;
	--success-a050:#fa909080;--success-a060:#fa909099;--success-a075:#fa9090D9;
	--warning-a005:#ffa3000C;--warning-a010:#ffa30019;--warning-a025:#ffa30040;
	--warning-a050:#ffa30080;--warning-a060:#ffa30099;--warning-a075:#ffa300D9;
	--danger-a005:#cf2e2e0C;--danger-a010:#cf2e2e19;--danger-a025:#cf2e2e40;
	--danger-a050:#cf2e2e80;--danger-a060:#cf2e2e99;--danger-a075:#cf2e2eD9;
	--light-a005:#e9edf40C;--light-a010:#e9edf419;--light-a025:#e9edf440;
	--light-a050:#e9edf480;--light-a060:#e9edf499;--light-a075:#e9edf4D9;
	--dark-a005:#5208020C;--dark-a010:#52080219;--dark-a025:#52080240;
	--dark-a050:#52080280;--dark-a060:#52080299;--dark-a075:#520802D9;
	--border-hr: rgba(200,200,200,.2);
	--border-hr-light: rgba(200,200,200,.5);
	--border-hr-dark: rgb(200,200,200);
	--text-body: white;
	--vk-color-text-body: var(--text-body);
	--vk-line-height: 1.95;
	--vk-size-text: 1.05rem;
	--vk-size-text-sm: .95rem;
	--vk-color-text-link: #ccc;
	--vk-color-text-link-hover: var(--warning);
	--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:"TBUDゴシック E","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","游ゴシック体",YuGothic,"メイリオ",Meiryo,sans-serif;
	--font-family-serif: "Hiragino Mincho ProN W6","Noto Serif JP","ヒラギノ明朝 ProN W6",YuMincho,"Yu Mincho","游明朝","游明朝体",serif;
	--font-family-hiragino: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-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;}
.serif{ font-family: var(--font-family-serif);}
.ff_def{ font-family: var(--font-family-def)}
.fs_def{ font-size: 1em !important}
.fw_def{ font-weight: 300 !important}
.red{ color: var(--red);}
.ov_hidden{ overflow: hidden !important;}
.ov_visible{ overflow: visible !important;}
.img-p-2 img{ padding: .5rem;}
.img-p-3 img{ padding: 1rem;}

.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-white-a025{ border-color: var(--white-a025) !important;}
.border-white-a050{ border-color: var(--white-a050) !important;}
.border-w2{ border-width: 2px !important;}
.border-w3{ border-width: 3px !important;}
.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{ color: white; line-height: var(--vk-line-height); font-feature-settings: "palt"; font-family: var(--font-family-def); font-weight: 200;}
@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);}

.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: 991.98px){ .no_br_md br{ display: none;}}
@media (max-width: 1199.98px){ .no_br_lg br{ display: none;}}
@media (min-width: 992px){ .no-br-lg br{ display: none;}}
@media (min-width: 1200px){ .no-br-xl br{ display: none;}}

.page-header-subtext,
.text_shadow_dark_s{ text-shadow: .05em .05em 0 black}
.text_shadow_dark_m{ text-shadow: .075em .075em 0 black}
.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: .05em .05em 0 white;}
.text_shadow_light_s{ text-shadow: .05em .05em 0 white, -.05em -.05em 0 white, -.05em .05em 0 white, .05em -.05em 0 white,0 .05em 0 white, 0 -.05em 0 white, -.05em 0 0 white, .05em 0 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_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:600;}
.str1,.sttr2,.str3,.str4{ font-weight: 600;}
.sml0{ font-size: 95%; line-height: 1.8;}
.sml1{ font-size: 90%; line-height: 1.75;}
.sml2{ font-size: 80%; line-height: 1.7;}
.sml3{ font-size: 70%; line-height: 1.65;}
h2 .sml3{ font-size: 40%;}

.display_0{ font-size:calc(2em + 4vw)}
.display_1{ font-size:calc(1.5em + 3vw)}
.display_2{ font-size:calc(1.4em + 2.5vw)}
.display_3{ font-size:calc(1em + 2vw)}
.display_4{ font-size:calc(.8em + 1.5vw)}
.display_blur{
	backdrop-filter: blur(.2em);
	padding: 3em;
	mask-image: linear-gradient(to top, rgb(0 0 0 / 100%) 85%, rgb(0 0 0 / 0%) 100%), linear-gradient(to bottom, rgb(0 0 0 / 100%) 85%, rgb(0 0 0 / 0%) 100%),linear-gradient(to left, rgb(0 0 0 / 100%) 85%, rgb(0 0 0 / 0%) 100%),linear-gradient(to right, rgb(0 0 0 / 100%) 85%, rgb(0 0 0 / 0%) 100%);
	mask-composite: intersect;
}

.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 !important;}
.lineh_2{ line-height: 1.2 !important;}
.lineh_3{ line-height: 1.3 !important;}
.lineh_4{ line-height: 1.4 !important;}
.lineh_5{ line-height: 1.5 !important;}
.lineh_6{ line-height: 1.6 !important;}
.lineh_7{ line-height: 1.7 !important;}
.lineh_8{ line-height: 1.8 !important;}
.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;}
.letter_s-1h{ letter-spacing: -.15em;}
.letter_s-2{ letter-spacing: -.2em;}

.idt0h{ text-indent: .5em;}
.idt1{ padding-left: 1em; text-indent: -1em;}
.idt1h{ padding-left: 1.5em; text-indent: -1.5em;}
.idt2{ padding-left: 2em; text-indent: -2em;}
.idt2h{ padding-left: 2.5em; text-indent: -2.5em;}
.idt3{ padding-left: 3em; text-indent: -3em;}
.idt_2{ text-indent: 2em;}
.idt_2h{ text-indent: 2.5em;}
.idt_3{ text-indent: 3em;}

.idt-005{ text-indent: -.05em;}
.idt-01{ text-indent: -.1em;}
.idt-02{ text-indent: -.2em;}
.idt-0h{ text-indent: -.1em;}
.idt-1{ text-indent: -2em;}
.idt-2h{ text-indent: -2.5em;}
.idt-2{ text-indent: -2em;}
.idt-3{ 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(1.9em + 1.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;}
}
@media (min-width: 992px){
	.main-section :where(h2,h3,h4)[id]{ scroll-margin-top: calc(80px + 1rem);}
}
h1, h2, h3, h4{ font-family: var(--font-family-serif); font-weight: 900;}
h1.archive-header-title, h1.entry-title{
	margin-bottom: 1em;
	padding: 0 0 .7em;
	border-bottom: solid 1px var(--border);
	position: relative;
	text-align: center;
	border-top: none;
}
.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: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;}
h1:before, h1:after,h2:before, h2:after, h3:before, h3:after, h4:before{ position: absolute; content: "";}
h1.display_0{ padding-top: 1.15em; color: white; position: relative; text-shadow: .05em .05em 0 black; text-align: center;}
h1.display_0:before{
	background: url("img/ic_fire_r1.svg") no-repeat 50% 0;
	background-size: contain;
	top: 0;
	left: calc(50% - .5em);
	z-index: 3;
	height: 1em;
	width: 1em;
}
h1.display_0:after{
	top: .25em;
	left: calc(50% - .4em);
	width: .8em;
	height: .8em;
	box-shadow: 0 1px 0 var(--black-a050), 0 -1px 0 var(--white-a050);
	border: solid 1px var(--warning);
	border-radius: 50%;
}
/*h2{ padding-top: 1.5em; color: white; position: relative; text-align: center;}
h2.has-text-align-left{ padding: 0 0 0 1.5em;}
h2.has-text-align-left:before{ left: 0;top: 0;}
h2.has-text-align-left:after{ left: 0; top: .25em;}*/
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.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,
.is-style-vk-heading-both_ends:after{ border-width: 2px;}
.is-style-vk-heading-both_ends.primary:before,
.is-style-vk-heading-both_ends.primary:after{ border-color: var(--primary);}
.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.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:before{ height: 0;}
h2.is-style-vk-heading-both_ends:before,
h2.is-style-vk-heading-both_ends:after{ flex-grow: 0; width: 2em;}

.is-style-vk-heading-dotted_bottomborder_black{ position: relative; border-bottom: solid 1px var(--black-a015);}
.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;
}

.h_color_1{ background: linear-gradient(-15deg, white 50%, var(--warning) 50%);}
.h_color_2{ background: linear-gradient(-15deg, white 50%, var(--secondary) 50%);}
.h_color_3{ background: linear-gradient(-15deg, white 50%, var(--primary) 50%);}
.h_color_4{ background: linear-gradient(-15deg, white 50%, var(--info) 50%);}
.h_grad{
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(.035em .035em 0 black);
}

@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: 1rem;}
.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; border-bottom: solid 1px var(--primary); font-size: 15px; letter-spacing: .05em;}
.header-top ul > li > a{ font-size: 12px; opacity: .7;}
.site-header .header-top nav{ top: auto;}
.header-top .container{ padding: .4em 15px; align-items: center; justify-content: end; gap: 2vw;}
.header-top .header-top-description{ top: auto; padding: .5em 1em .5em 0; 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{ padding: 0 .25em; background: transparent; border-width: 0 0 1px 0;}
.header-top .header-top-contact-btn i,
.header-top li.header-top-tel i{ margin: 0 .25em 0 0; color: var(--primary); font-size: 1.15em;}
@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: 57px 0; border:none; background-color:black; overflow: auto;z-index: 100000;}
.vk-mobile-nav nav > ul{ border-top-color: var(--white-a025);}
.vk-mobile-nav-menu-btn{
    width: 47px;
    height: 47px;
    top: 5px;
	background-image: none;
	border-radius: 0;
	z-index: 100001;
}
.vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.menu-open{
    border:none;
    background-color: black;
    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: white;
	width: 26px;
	height: 1px;
	top: 15px;
	left: calc(50% - 13px);
	box-shadow: 0 8px 0 white;
	transition: .5s;
}
.vk-mobile-nav-menu-btn:after{
	top: 31px;
	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-a015); 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);}

body:not(.header_scrolled):is([class*="process"],[class*="store"],[class*="dealer"],[class*="franchise"],[class*="member"]) .site-header{ display: none;}
/*body:is(.page-id-9,.page-id-1084) .site-header{ display: block;}*/
@media (min-width:992px){
    body.device-pc .vk-mobile-nav{ overflow-x: hidden;}
    .device-pc .global-nav-list > li > a{padding: 30px 1.25em}
    .vk-mobile-nav .vk-mobile-nav-widget{ margin: 2rem 2%;}
	body:not(.header_scrolled).device-pc .global-nav-list > li > a{padding-bottom: 45px}
	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;}
	body:not(.header_scrolled) .site-header--trans--true{ background: linear-gradient(90deg,black,transparent,black);}
}
.global-nav-list > li{ font-size: .825rem; font-weight: 600;}
.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:before{ border-width: 2px; left: 50%; transform: translateX(-50%);}
.global-nav-list > li:hover:before,
.global-nav-list > li[class*="current"]:where(:not(.menu-item-anchor)):before{ width: calc(100% - 1.25em * 4);}
.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: 300;}
body.header_scrolled .global-nav-list > li .global-nav-description{ display: none;}

/*logo Gnav 同列に並べる & 任意のタイミングで表示・非表示*/
.site-header-logo{ font-family: var(--font-family-serif);}
.site-header-logo img{ max-height: 160px; max-width: calc(100% - 30px);}
body:not(.header_scrolled).home .site-header-logo{ display: none;}
@media (max-width: 991.98px){
	.site-header-logo{ margin-bottom: 6px; padding-top: 6px;}
}
@media (min-width:992px){
	.site-header--layout--center .site-header-logo{ position: relative; z-index: 3;}
	body:not(.header_scrolled) .global-nav{ margin-top: -160px;}
	.header_scrolled .site-header-logo a{ width: 100%; height: 100%;}
	.global-nav-list li{ flex: 1;}
	.global-nav-list li:nth-child(4){ margin: 0 120px 0 0;}
	.global-nav-list li:nth-child(5){ margin: 0 0 0 120px;}
	.header_scrolled .site-header{ background: linear-gradient(90deg,black 25%,var(--black-a060) 50%,black 75%)}
	.header_scrolled .site-header-container--scrolled--logo-and-nav-container .global-nav{ margin: auto; float: none; width: 100%;}
	.header_scrolled .site-header-container--scrolled--logo-and-nav-container .global-nav-list{ justify-content: center; width: unset;}
	.header_scrolled .site-header .site-header-container--scrolled--logo-and-nav-container .site-header-logo{ position: absolute; left: calc(50% - 120px); width: 240px; height: 100px;}
}

.page-header-title, 
h1.page-header-title{
	text-shadow:.05em .05em 0 black;
	letter-spacing: .1em;
	font-size: calc(1.75vw + 2.5em);
	font-weight: 900;
	font-family: var(--font-family-serif)
}
.page-header {
	margin-bottom: 3em;
	background-position: 0 100%;
	background-size: contain;
	background-repeat: repeat-x;
}
.page-header:before{ background: linear-gradient(transparent ,black);}
.page-header-subtext,
.page-header-inner:after{
	color: var(--primary);
	display: inline-block;
	letter-spacing: .1em;
	font-size: calc(.7rem + .25vw);
	font-weight: 600;
}
.error404 .page-header-title,
.search .page-header-title{ letter-spacing: 0;}
.error404 .page-header-inner:after{ content: "Page Not Found";}
.search:not(.archive) .page-header-inner:after{ content: "Search Results";}

#breadcrumb{ display: none;}
.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(--white-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: .2;}

/* 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 ------------------------*/

.slide_arrow{
	margin-top: -13em;
	position: absolute;
	left: calc(.5em + 1vw);
	z-index:1;
	font-size: calc(.5em + .4vw);
}
.slide_arrow .wp-block-column{ width: 2em;}
.slide_arrow p{ margin: 0 1em; transform: rotate(90deg); letter-spacing: .2em; white-space: nowrap; font-weight: 600;}
.slide_arrow p a{ padding: 0 3.5em 0 1em; color: var(--primary); text-decoration: none; text-underline-offset: 0; position: relative;}
.slide_arrow p a:before{ position: absolute; content: ""; border-top: solid 1px var(--primary);width: 3em; top: 50%; right: 0;}
.slide_arrow i{ margin-right: 0;}
@media (max-width: 781.98px){
	.slide_arrow{ display: none;}
}

.entry-meta{ text-align: right; font-size: var(--vk-size-text);}
.entry-meta i,
.entry-footer{ display: none;}
.main-section--col--two,
.sub-section--col--two{ padding-bottom: 2em;}

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([href$=".docx"]):not([href$=".doc"]):not([class*="sb_icon_inner"]):not([class*="btn"]):after{
    content: " \f2d2";
    font-family: "Font Awesome 7 Free";
}
a.pdf:before, a[href$=".pdf"]:before{
	color: var(--danger);
	content: "\f1c1";
	width: 1.4em;
	display: inline-block;
	font-family: "Font Awesome 7 Free";
}
a.xlsx:before, a:not(.btn):not(.vk_button_link)[href$=".xlsx"]:before, a:not(.btn):not(.vk_button_link)[href$=".xls"]:before {
	color: #00a81c;
	content: "\f1c3";
	width: 1.4em;
	display: inline-block;
	font-family: "Font Awesome 7 Free";
}
a.docx:before, a:not(.btn):not(.vk_button_link)[href$=".docx"]:before, a:not(.btn):not(.vk_button_link)[href$=".doc"]:before {
	color: var(--vk-color-primary);
	content: "\f1c2";
	width: 1.4em;
	display: inline-block;
	font-family: "Font Awesome 7 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;}
a.vk_post_btn[href$=".pdf"]:before, 
a.wp-element-button[href$=".pdf"]:before, 
.wp-block-button__link[href$=".pdf"]: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 7 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 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;}
}

/* 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(--border);}
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: 3.5em;}
.Dlist.dt_S > dt{ width: 5em;}
.Dlist.dt_S > dd{ padding-left: 5.5em;}
.Dlist.dt_L > dt{ width: 12.5em;}
.Dlist.dt_L > dd{ padding-left: 13em;}
.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: .25em 0;
	padding: .5em;
	width: auto;
	max-width: 100%;
	border-radius: 0;
	color: black;
	border: none;
	font-family: var(--font-family-hiragino);
}
input::placeholder,
textarea::placeholder{ color: #aaa; font-family: var(--font-family-hiragino);}
textarea{ width: 100%; font-family: inherit;}
select:hover, option:hover{ cursor: pointer;}
.wpcf7 input[type="submit"]{ margin: .75em auto; padding: 1em 5em; font-family: inherit;}
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; font-weight: 300;}
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;}

/* 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;
	background-size: 50%;
	--vk-size-text-sm: .925em;
	--border-hr: var(--black-a005);
}
@media(max-width: 991.98px){
	.site-footer{ padding-bottom: 3.5em;}
}
.site-footer:before{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: black;
	left: 0;
	opacity: .75;
}
.site-footer-content{ padding-bottom: 2em;}
.site-footer .widget{ margin-bottom: 0;}
.site-footer a{ color: var(--text)}
.site-footer p a{ text-decoration: none;}
.footer-nav{ position: relative; border-bottom-color: var(--white-a010);}
.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{ font-size: .775rem;}
.widget_nav_menu > div > ul li a{ margin-bottom: .3em; padding: 0 0 .2em; position: relative; border-bottom: solid 1px transparent;}
.widget_nav_menu > div > ul li a:hover{ background: none; border-bottom-color: var(--white-a025)}
.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;}

@media (min-width:768px) {
	.footer-nav-list--align--center{ display: flex; justify-content: center;}
	.footer-nav .container{ padding: 2.5em 0;}
	.footer-nav .footer-nav-list li a{ padding: 0 1.5em; border-left: solid 1px var(--white-a010);}
	.footer-nav .footer-nav-list,
	.footer-nav .footer-nav-list li,
	.footer-nav .footer-nav-list li:first-child,
	.footer-nav .footer-nav-list li:first-child a{ border: none;}
}
@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; border-bottom-color: var(--white-a010)}
	.footer-nav .footer-nav-list li a,
	.site-footer .widget_nav_menu > div > ul li a{ padding: .5em 1em; 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; position: relative; max-width: none; border-top: solid 1px var(--white-a010)}
.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: black;
}
.page_top_btn:after{
	content: "";
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	left: 1em;
	bottom: 1em;
	transform: rotate(-45deg);
	border: solid var(--primary);
	border-width: 4px 4px 0 0;
}
.grecaptcha-badge{
	bottom: 70px !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: .75em 1.5em; border: none; font-size: .85em;}
.vk_post .vk_post_dates{ justify-content: flex-end;}
.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{ font-weight: 500; font-size: calc(1.1em + .5vw);}
.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{ margin-bottom: 1em; opacity: 1; line-height: 1.85; font-size: 1em;}
.vk_post_title_new {
	padding: 0 .35em;
	color: var(--primary);
	border: solid 1px var(--primary);
	font-size: .7rem;
}
a + .vk_post_title_new{ margin: .2em .5em .2em 0;}
a > .vk_post_title_new{ margin-left: .75em; vertical-align: middle;}
.vk_post .vk_post_date{ color: var(--text-body); text-align: right; font-size: 1em;}
.vk_post .vk_post_date i{ display: none;}
.vk_post.media{ align-items: center;}

.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{ display: flex; flex-direction: row-reverse; justify-content: start; align-items: start; 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}
.vk_posts-layout-postListText .postListText_date i{ display: none;}
@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: 80%;}
.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(--primary-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{ 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; 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 2em; min-width: auto; position: relative; align-items: baseline; font-size: 1rem;}
.vk_button .vk_button_link.btn.btn-sm{ padding: .7em 1.5em; font-size: .9rem;}
.vk_button .vk_button_link.btn.btn-lg{ padding: 1.2em 2em; font-size: 1.1rem;}
.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.fa-paper-plane{ opacity: 1; color: var(--warning)}
.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;}
.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;}
@media (max-width: 781.98px){
	.vk_button.vk_button-align-wide{ max-width: none;}
}

.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_body{ display: block;}
.vk_gridcolcard_item_body-valign-center{ align-content: top;}
.vk_gridcolcard_item_footer{ padding-top: 1.5em;}
.vk_gridcolcard_btn_fix .vk_button.vk_button-align-right{ margin: 0; position: absolute;}
.vk_gridcolcard_btn_p13q .vk_button.vk_button-align-right{ bottom: 1.5em; right: .75em;}
.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_gridColumn.banners_bg_w .vk_gridColumn_item{ padding: .35em .5em;}
.vk_gridColumn.banners_bg_w .wp-block-vk-blocks-grid-column-item .vk_gridColumn_item_inner{ display: flex; align-items: center; border-radius: 0; box-shadow: .35em .35em 1em var(--black-a010);}
.vk_gridColumn.banners_bg_w .vk_gridColumn_item .wp-block-image{ padding: .2em .5em;}
.vk_gridColumn.banners_bg_w .vk_gridColumn_item .wp-block-image:where(figure){ margin-bottom: 0;}


.vk_step .vk_step_item h4{ padding: 0; border-left:none;}
.vk_step .vk_step_item h3:first-of-type,
.vk_step .vk_step_item h4:first-of-type{ padding-top: 0}

.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;}
.wp-block-list.is-style-vk-numbered-circle-mark li:before,
.wp-block-list.is-style-vk-numbered-square-mark li:before{
	border-radius: 0;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	font-size: 1em;
}

.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-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);}

.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.sns_footer{ margin: 0;}
.veu_socialSet.sns_footer li:nth-child(even) .icon_sns{ color: var(--secondary) !important;}
.veu_socialSet ul{ justify-content: center; gap: 0;}
.veu_socialSet li{ width: auto; flex: 0}
.veu_socialSet .sb_icon .sb_icon_inner{ padding: .2em; display: flex; align-items: center; border: none !important; box-shadow: none !important;}
.veu_socialSet .sb_icon .sb_icon_inner .icon_sns,
.veu_socialSet .sb_icon .sb_icon_inner i{ margin: 0 !important; padding: 0; font-size: 1rem !important;}
.veu_socialSet .sb_icon .sb_icon_inner i.fa-brands{ width: auto;}
.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: .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-cols--fitbnrs .vk_button{ height: 100%; margin: 0;}
.vk-cols--fitbnrs .vk_button .vk_button_btn,
.vk-cols--fitbnrs .vk_button .btn{
	height: 100%;
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: unset !important;
	transition: unset;
}
.vk-cols--fitbnrs .wp-block-cover .wp-block-cover__inner-container{ top: 0;}
.vk-cols--fitbnrs .wp-block-cover .wp-block-cover__image-background{ clip-path: polygon(0 100%, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%);}
.vk-cols--fitbnrs .wp-block-cover .wp-block-cover__image-background,
.vk-cols--fitbnrs .wp-block-cover .wp-block-cover__background{ transition: .5s;}
.vk-cols--fitbnrs .wp-block-cover:hover .wp-block-cover__background{ opacity: .1;}
.vk-cols--fitbnrs .wp-block-cover:hover .wp-block-cover__image-background{ clip-path: polygon(0 50%, 50% 0, 100% 0, 100% 50%, 50% 100%, 0 100%); transform: scale(1.05);}
@media (min-width:782px){
	.vk-cols--fitbnrs .wp-block-column:nth-child(odd) .wp-block-cover .wp-block-cover__image-background{ clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 0);}
	.vk-cols--fitbnrs .wp-block-column:nth-child(odd) .wp-block-cover:hover .wp-block-cover__image-background{ clip-path: polygon(0 0, 50% 0, 100% 50%, 100% 100%, 50% 100%, 0 50%)}
}
.vk-cols--fitbnrs .vk_button.vk_button-color-custom a:hover{ opacity: 1;}
.vk-cols--fitbnrs .vk_button .vk_button_link_txt,
.vk-cols--fitbnrs .vk_button .vk_button_link_subCaption{ transition: .3s;}
.vk-cols--fitbnrs .vk_button .vk_button_link_txt{top: calc(50% - .5em); font-size: calc(1.75em + 1.25vw);font-family: var(--font-family-serif);}
.vk-cols--fitbnrs .vk_button .vk_button_link_subCaption{ top: calc(50% + 2em);font-size: .95em;}
.vk-cols--fitbnrs .vk_button a:hover .vk_button_link_txt,
.vk-cols--fitbnrs .vk_button a:hover .vk_button_link_subCaption{text-shadow:.1rem .1rem 1px white,-.1rem .1rem 1px white,.1rem -.1rem 1px white,-.1rem -.1rem 1px white,.1rem .05rem 1px white,-.1rem .05rem 1px white,.1rem -.05rem 1px white,-.1rem -.05rem 1px white,.05rem .1rem 1px white,-.05rem .1rem 1px white,.05rem -.1rem 1px white,-.05rem -.1rem 1px white}
.vk-cols--fitbnrs .vk_button a:hover .vk_button_link_txt{ color: black;}
.vk-cols--fitbnrs .vk_button a:hover .vk_button_link_subCaption{ color: var(--primary);}
.vk-cols--fitbnrs.vk-cols--fitbnrs--sml .vk_button .vk_button_link_txt{ font-size: calc(1em + .2vw);}
.vk-cols--fitbnrs.vk-cols--fitbnrs--sml .wp-block-cover__inner-container{ top: 0;}

.vk_fixed-display-position-bottom{ width: auto;}
.vk_fixed-display-position-bottom.vk_fixed-display-position-left{ right: auto;}

.fixed_btn{ transform: translateY(-50%);z-index: 1900;}
.fixed_btn .vk_button{width:3em;}
.fixed_btn .vk_button .btn.vk_button_link{
	padding: 1em .85em;
	letter-spacing: .05em;
	writing-mode: vertical-rl;
	display:flex;
	align-items:center;
	justify-content:center;
}
.fixed_btn .vk_button .vk_button_link_caption .vk_button_link_txt{ margin: 0; 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: 0 .25em .35em 0;}
@media (max-width: 991.98px){ .fixed_btn.vk_fixed-display-position-right{ display: 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.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:not(.wp-element-button):hover{ text-decoration: underline; text-decoration-color: var(--vk-color-text-link-hover);}
.wp-block-file:not(.wp-element-button) a:hover{ text-decoration: none;}
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: var(--font-family-hiragino);}
.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_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;}

.wp-block-cover.bg_fire_l .wp-block-cover__image-background,
.wp-block-cover.bg_fire_r .wp-block-cover__image-background{ opacity: .85; width: 50%;}
.wp-block-cover.bg_fire_l .wp-block-cover__background,
.wp-block-cover.bg_fire_l .wp-block-cover__image-background{ clip-path: polygon(0 10%, 100% 70%, 50% 100%,0 100%);margin-right: 50%}
.wp-block-cover.bg_fire_r .wp-block-cover__background,
.wp-block-cover.bg_fire_r .wp-block-cover__image-background{ clip-path: polygon(100% 10%, 100% 100%,50% 100%, 0 70%);margin-left: 50%}
@media (max-width:991.98px){

}
@media (max-width:781.99px){

}
.wp-block-cover.blur > .wp-block-cover__image-background,
.wp-block-cover.blur > .wp-block-cover__video-background{filter:blur(.25em);height:calc(100% + 10em);width:calc(100% + 10em);top:-5em;left:-5em;}
.wp-block-cover.bg_reverse .wp-block-cover__video-background{transform: scaleX(-1)}

.wp-block-cover.bg_mix_multi .wp-block-cover__background{mix-blend-mode: multiply;}
.wp-block-cover.bg_mix_ovlay .wp-block-cover__background{mix-blend-mode: overlay;}
.wp-block-cover.bg_mix_hardl .wp-block-cover__background{mix-blend-mode: hard-light;}
.wp-block-cover.bg_mix_softl .wp-block-cover__background{mix-blend-mode: soft-light;}

/* Plugins ------------------------*/
#loftloader-wrapper.pl-frame #loader{width: 140px;height: 140px;}
#loftloader-wrapper.pl-frame #loader:before, #loftloader-wrapper.pl-frame #loader:after{height:2px}
#loftloader-wrapper.pl-frame #loader span:before, #loftloader-wrapper.pl-frame #loader span:after{width:2px}

@-webkit-keyframes imgLoading{
	0%{ height:100%; opacity:1;}
	95%{height:100%;opacity:1;}
	100%{height:100%;opacity:0;}
}
@keyframes imgLoading{
	0%{height:100%;opacity:1;}
	95%{height:100%;opacity:1;}
	100%{height:100%;opacity:0;}
}
#loftloader-wrapper.pl-imgloading #loader .imgloading-container{ display: none !important;}
#loftloader-wrapper.pl-imgloading #loader img{ animation: logoLoading 6s linear infinite;}
@keyframes logoLoading{
/*	0%{opacity:0;}
	10%{opacity:1;}
*/	90%{opacity:1;}
	100%{opacity: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;}

/* --- GET HIGHT --- */

.Dlist dd:after{ content: ""; display: table; clear: both;}
.Dlist dd{ *zoom: 1;}
