@charset "UTF-8";

/* ::::::::::: OVERAL SETUP ::::::::::: */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
:root {
  --body-font:Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  /* --body-font: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;  */
  --mono-font: "Courier 10 Pitch", Courier, monospace;
  --body-color:#ffffff;
  --font-color:#2b2b2b;
  --font-size:16px;
  --note-font:normal .75rem/1.45 var(--body-font);
  --line-height:1.45;
  --line-height-normal:1.25;
  --p-margin:calc(var(--line-height) * var(--font-size) );
  --block-spacer:20px;
  --light-rgba:255,255,255;
  --opposite-color:#ffffff;
  --gray-color:#999999;
  --border-color:#cccccc;
  --border-width:1px;
  --border-radius:0;
  --shadow-rgba:0,0,0;
  --layer-color:rgba( var(--shadow-rgba), 0.05 );
  --caution-color:#ed3a16;
  --strong-color:#dd6600;
  --theme-color:#005eae;
  --link-color:#005eae;
  --hover-color:#64a2bc;
  --button-color:var(--link-color, #005eae );
  --button-hover-color:var(--hover-color, #64a2bc );
  --button-text-color:var(--opposite-color);
  --list-color:var(--theme-color);
  --container-width:1200px;
  --sidebar-width:30%;
  --fixed-header:0px;
  --sticky-top:calc(var(--column-gap) + var(--fixed-header) + var(--wp-admin--admin-bar--height, 0px ) );
  --content-width:720px;
  --column-gap:40px;
  --grid-gap:8px;
  --section-gap:64px;
  --transition:.25s;

  --wp--style--unstable-gallery-gap:var(--grid-gap);
  --wp--style--global--wide-size:var(--container-width);
  --wp--style--global--content-size:var(--content-width);
}

/* Reset */
html { height:100%; font-size:var(--font-size); font-family:var(--body-font); line-height:var(--line-height); -ms-overflow-style:-ms-autohiding-scrollbar; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; -ms-touch-action:manipulation; touch-action:manipulation; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; box-sizing:border-box; -ms-overflow-style:scrollbar; -webkit-tap-highlight-color:transparent; }
[data-langtype="multibyte"] { --line-height:1.95; --line-height-normal:1.45; --body-font:Lato, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif; }
html:focus-within { scroll-behavior:smooth; }
@media ( prefers-reduced-motion: reduce) {
  html:focus-within { scroll-behavior:auto; }
  *, ::before, ::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior:auto !important; }
}
body { overflow-wrap:break-word; word-wrap:break-word; margin:0; padding: 0; border-style:solid; text-rendering: optimizeSpeed; font-style:normal; /* overflow-x:hidden; position:relative; ios safari hack for overflow-x */}
::before, ::after, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, i, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border-radius:0; font-style:inherit; list-style:none; font-weight:inherit; margin:0; outline:0; padding:0; }
*, ::before, ::after { border-width:0; border-style:inherit; border-color:inherit; box-sizing:border-box; border-radius:0; font:inherit; margin:0; outline:0; padding:0; word-wrap:break-word; }
article, aside, details, figcaption, figure, footer, header, main, nav, section, form { display:block; }
img, object, picture { max-width:100%; height:auto; vertical-align:bottom; background-position:center; flex-shrink: 0; /* ie11対策 */ }
img[src$=".svg"]:not([width]) { width:100%; }
video { width:auto; height:auto; max-width:100%; max-height:100%; vertical-align:bottom; }
iframe, object { display:block; max-width:100%; max-height:100%; }
figure { margin:0; }
table { width:100%; border-collapse:collapse; }
table th { font-weight:600; }
dl { display:block; }
p { word-break:normal; overflow-wrap:break-word; word-wrap:break-word;  }
pre, code { font-family:var(--mono-font); }

#wrapper { padding:0; margin:0; border-width:0; width:100%; }
main { clear:both; }
.container { max-width:var(--container-width); width:calc(100% - var(--column-gap) * 2 ); margin:0 auto; padding:0; overflow:visible; display:block; }
main::after, .entry::after { content:''; display:table; clear:both; }

body { font-size:1em; color:var(--font-color); border-color:var(--border-color); background-color:var(--body-color); }
body[data-status="loading"], body[data-status="locked"] { overflow:hidden; height:100%; }
body[data-status="locked"] #wrapper { position:'fixed'; top:attr( scroll_y ); }

h1 { font-size:1.811em; }
h2 { font-size:1.561em; }
h3 { font-size:1.346em; }
h4, h5, h6 { font-size:1.16em; }
h1, h2, h3, h4, h5, h6 { padding:0; margin:0 0 var(--p-margin); vertical-align:baseline; font-weight:600; line-height:var(--line-height-normal); }
h1 small, h2 small { font-size:.75em; font-weight:normal; }
p { margin:var(--p-margin) 0; padding:0; }
p.blank { margin-bottom:0; }
p.blank + p { margin-top:0; }
p.note, span.note { font:var(--note-font); }
strong, b { font-weight:600; }
hr { border-width:var(--border-width) 0 0; padding:0; clear:both; margin:2em 0; }
blockquote { margin:var(--p-margin) 0; position:relative; font-style:normal; padding:var(--column-gap); background-color:var(--layer-color); }
blockquote::before, blockquote::after { display:block; position:absolute; font-family: serif; opacity:.15; font-size:8em; line-height:1; }
blockquote::before{ top:0; left:.1em; content:'\201C'; }
blockquote::after{ bottom:-.5em; right:.1em; content:'\201D'; }
blockquote cite { display:block; text-align:right; font:var(--note-font); }
pre { background-color:var(--layer-color); max-width:100%; overflow:auto; padding:1.6em; }
small, .small { font-size:.875em; line-height:var(--line-height-normal); font-weight:inherit; }
.hideKey, .dmtxt, input[type="hidden"], .screen-reader-text { display:none; }

.wp-block-image figcaption { font:var(--note-font); }
.entry > .wp-block-image.size-large, .entry > .wp-block-buttons, .entry > .wp-block-columns { margin:var(--p-margin) 0; }
.wp-block-image.size-large img, .wp-block-image.size-large iframe { width:100%; }
.wp-block-buttons .wp-block-button:first-child:last-child { display:block; width: 100%; }
.is-layout-flex{ display:flex; flex-wrap:wrap; align-items: center; }
.is-layout-flex > * { margin:0; }
.wp-block-pullquote { font-size:1.5em; line-height:var(--line-height-normal); }
.wp-block-gallery { gap: var( --grid-gap ); }
.wp-block-columns.is-layout-flex { gap:var(--column-gap); }
@media not all and (min-resolution:.001dpcm) { @supports (not (translate: none)) { /* Only Safari 14.0.x */
  .wp-block-columns.is-layout-flex .wp-block-column { margin-right:calc( var(--column-gap) * .5 ); margin-left:calc( var(--column-gap) * .5 ); }
  .wp-block-columns.is-layout-flex .wp-block-column:first-child { margin-left:0; }
  .wp-block-columns.is-layout-flex .wp-block-column:last-child { margin-right:0; }
}}
.wp-block-spacer, .wp-block-spacer-20 { margin-top:var(--block-spacer); }
.wp-block-spacer-40 { margin-top:calc( var(--block-spacer) * 2); }
.wp-block-spacer-60 { margin-top:calc( var(--block-spacer) * 3); }
.wp-block-spacer-80 { margin-top:calc( var(--block-spacer) * 4); }
.wp-block-spacer-100 { margin-top:calc( var(--block-spacer) * 5); }
.wp-block-spacer-120 { margin-top:calc( var(--block-spacer) * 6); }
.wp-block-spacer-140 { margin-top:calc( var(--block-spacer) * 7); }
.wp-block-spacer-160 { margin-top:calc( var(--block-spacer) * 8); }
.wp-block-spacer-180 { margin-top:calc( var(--block-spacer) * 9); }
.wp-block-spacer-200 { margin-top:calc( var(--block-spacer) * 10); }
.wp-block-spacer + p { margin-top:0; }
.is-layout-flow > .alignleft { float: left;margin-inline-start: 0;margin-inline-end: 2em; }
.is-layout-flow > .alignright { float: right;margin-inline-start: 2em;margin-inline-end: 0; }
.is-layout-flow > .aligncenter { margin-left: auto !important;margin-right: auto !important; }
.is-layout-constrained > .alignleft { float: left;margin-inline-start: 0;margin-inline-end: 2em; }
.is-layout-constrained > .alignright { float: right;margin-inline-start: 2em;margin-inline-end: 0; }
.is-layout-constrained > .aligncenter { margin-left: auto !important; margin-right: auto !important; }
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){ max-width: var(--wp--style--global--content-size, none); margin-left: auto !important; margin-right: auto !important; }
.is-layout-constrained > .alignwide{ max-width: var(--wp--style--global--wide-size, none); }


/* type=submitと同じ設定 */
a.button, a.wp-block-button__link { -moz-appearance:none; -webkit-appearance:none; appearance:none; line-height:var(--input-line-height); font-size:var(--input-font-size); background-color:var(--button-color); color:var(--button-text-color); cursor:pointer; word-break:break-all; text-align:center; padding:calc( var(--input-padding) + var(--input-border-width) ) calc( var(--input-padding) * 2 + var(--input-border-width) ); height:auto; text-decoration:none; border-width:0; border-radius:var(--input-border-radius); width:auto; display:inline-block; text-shadow:none; }
a.button:hover, a.wp-block-button__link:hover { background-color:var(--button-hover-color); color:var(--button-text-color); }
a.button:disabled, a.wp-block-button__link:disabled { opacity:.35; pointer-events: none; }

/* Linked items */
a, a:focus { color: inherit; transition:all var(--transition) ease-in 0s; text-decoration:none; }
a:hover { color:var(--hover-color); }

.modal-open { cursor:pointer; }
a.edit_post_link { background-color:var(--caution-color)!important; padding:3px 5px; color:var(--opposite-color)!important; }
span.mark { display:inline; }
span.mark-line.mark-circle, span.mark-line.mark-double-circle, span.mark-line.mark-cross, span.mark-line.mark-triangle { text-indent:-100px; position:relative; display:inline-block; height:1em; width:1em; line-height:1; vertical-align:text-bottom; margin-right:.1em; margin-left:.1em; text-align:left; overflow:hidden; z-index:1; }
span.mark-line.mark-circle::before, span.mark-line.mark-double-circle::before, span.mark-line.mark-cross::before, span.mark-line.mark-triangle::before { font-size:inherit; width:1em; height:1em; line-height:1; font-family:'fontello'; display:block; text-indent:0; position:absolute; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; z-index:2; }
span.mark-line.mark-circle::before { content:'\e988'; }
span.mark-line.mark-cross::before { content:'\e989'; }
span.mark-line.mark-double-circle::before { content:'\e98A'; }
span.mark-line.mark-triangle::before  { content:'\e98B'; }
p > span.mark:first-child, li > span.mark:first-child, br + span.mark { margin-right:.2em; }
.bracket span { display:inline; }
.private_title_head, .protected_title_head { display:inline-block; font-size:14px; font-weight:normal; color:var(--caution-color); }
.private_title_head .colon, .protected_title_head .colon { display:none; }
h1 span, h2 span, h3 span, h4 span { display:inline-block; }
/* mark { background:linear-gradient(transparent 40%, #ffff66 40%); text-decoration:none; } */
.underline { text-decoration:underline; text-underline-offset:.15em; }
@media screen and ( max-width : 1200px ) {
  :root { --block-spacer:calc(1.6vw + 4px); }
}
@media only screen and ( min-width : 934.1px ){
  .sidebar-layout { display:flex; align-items:flex-start; flex-wrap:wrap; }
  .sidebar-layout .sidebar { position:sticky; top:var(--sticky-top); width:var(--sidebar-width); }
  .sidebar-layout .content { position:sticky; top:var(--sticky-top); width:calc( 100% - var(--sidebar-width) - var(--column-gap) ); max-width:var(--content-width);  }
  .sidebar + .content, .content + .sidebar { margin-left:auto; }
  .sidebar-layout .sidebar.flex-end { align-self:flex-end; top: auto; bottom:var(--column-gap); }
}
@media screen and ( min-width : 1200.1px ) {
  .sidebar-layout .content { width:calc( 100% - var(--sidebar-width) - var(--section-gap) ); }
  .sidebar-layout .sidebar.flex-end { bottom:var(--section-gap); }
}
@media only screen and ( max-width : 934px ){
  :root { --sidebar-width:100%; }
  .sidebar + .content, .content + .sidebar { margin-left:0; margin-top:var(--section-gap); }
}
@media only screen and ( min-width : 781.1px ){
  body:not(.is_mobile) a[href^="tel:"] { cursor:default; pointer-events:none; }
}
@media only screen and ( max-width : 781px ){
  h1 small, h2 small { font-size:.875em; }
  /* h1 { font-size:1.74em; }
  h2 { font-size:1.5em; }
  h3 { font-size:1.28em; } */
  :root {  --font-size:15px; --section-gap:48px; --column-gap:32px; }
}
@media only screen and ( max-width : 480px ){
  :root { --font-size:14px; --column-gap:24px; --section-gap:40px; }
  blockquote { border-left-width: .3em; padding:0 0 0 2em ; background-color:transparent; }
  blockquote::before { font-size:3em; left: .1em; }
  blockquote::after { display:none; }
}



/* ::::::::::: Star Ratings ::::::::::: */
/* コメントフォームレーティングと統合可能か検証 */
.star-rating { overflow:hidden; display:inline-block; position:relative; height:1em; line-height:1; font-size:1em; width:5.5em; padding:0; margin:0; font-family:"fontello"; }
.star-rating::before { content:"\e981\e981\e981\e981\e981"; float:left; top:0; left:0; letter-spacing:.2em; position:absolute; color:var(--gray-color); white-space:nowrap; }
.star-rating span { display:block; overflow:hidden; float:left; top:0; left:0; position:absolute; padding:1.5em 0 0 0; }
.star-rating span::before, .star-rating::after { display:block; content:"\e981\e981\e981\e981\e981"; top:0; float:left; letter-spacing:.2em; height:1em; padding:0; margin:0; position:absolute; overflow:hidden; left:0; right:auto; color:var(--strong-color); white-space:nowrap;}
.star-rating::after { width:0; } .star-rating-1::after { width:10%; } .star-rating-2::after { width:20%; } .star-rating-3::after { width:30%; } .star-rating-4::after { width:40%; } .star-rating-5::after { width:50%; } .star-rating-6::after { width:60%; } .star-rating-7::after { width:70%; } .star-rating-8::after { width:80%; } .star-rating-9::after { width:90%; } .star-rating-10::after { width:100%; }


/* ::::::::::: BREADCRUMB ::::::::::: */
.breadcrumb { padding:0; margin:0; font-size:.875em; vertical-align:middle; }
.breadcrumb li { display:inline-block; word-break:break-all; margin:0; font-size:inherit; vertical-align:inherit; }
.breadcrumb .bc-separator { margin-left:6px; margin-right:6px;}
.breadcrumb li a, .breadcrumb li span, .breadcrumb li strong { font-size:inherit; line-height:inherit; margin:0; display:block; padding:0; position:relative; }
.breadcrumb li:last-child a { pointer-events: none; color:inherit; text-decoration:none; }
.breadcrumb h2 { color:inherit; }


/* ::::::::::: CHANNEL ::::::::::: */
.channel { margin-top:var(--section-gap); padding-top:var(--section-gap); border-top-width:var(--border-width); }
.channel::after { clear:both; display:table; content:""; }
.single-post-navi-wrap { display:flex; align-items:stretch; }
.single-post-navi-wrap .single-post-navi { width:calc(50% - calc(var(--column-gap)*.5)); }
.single-post-navi-wrap .single-post-navi.newer { margin-left:auto; }
.single-post-navi { width:100%; margin:0; display:flex; align-items:center; }
.single-post-navi > span { display:block; }
.single-post-navi .image-wrap { display:block; margin:0; width:80px; height:80px; position:relative; background-color:var(--layer-color); overflow:hidden; /* background-size:cover; background-position:center; */}
.single-post-navi .image-wrap::before { z-index:4; position:absolute; top:0; left:0; width:100%; height:100%; margin:0; display:block; opacity:.85; content:''; background-color:transparent; background-size:40%; background-repeat:no-repeat; background-position:center; }
/* .single-post-navi .image-wrap::after { background-color:rgba( var(--shadow-rgba), .1 ); display:block; content:''; position:absolute; z-index:1; width:100%; height:100%; } */
/* .single-post-navi.older .image-wrap::before { background-image:url( "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' %3E%3Cg%3E%3Cpath fill='%23ffffff' d='M69.3,5.9v68.1c0,2.2-2.4,3.5-4.3,2.5l-59-34.1c-1.9-1.1-1.9-3.8,0-4.9l59-34.1C67,2.4,69.3,3.8,69.3,5.9z' /%3E%3C/g%3E%3C/svg%3E"); } */
/* .single-post-navi.newer .image-wrap::before { background-image:url( "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' %3E%3Cg%3E%3Cpath fill='%23ffffff' d='M73.9,42.5l-59,34.1c-1.9,1.1-4.3-0.3-4.3-2.5V5.9c0-2.2,2.4-3.5,4.3-2.5l59,34.1C75.8,38.6,75.8,41.4,73.9,42.5z' /%3E%3C/g%3E%3C/svg%3E"); } */
/* .single-post-navi:hover .image-wrap::before { opacity:1; } */
.single-post-navi .image-wrap img { width:100%; height:100%; object-fit:cover; position:absolute; left:0; top:0; right:0; bottom:0; margin:0; z-index:1; }
@supports not ( object-fit:cover ) { .single-post-navi .image-wrap img { width:auto; height:auto; min-height:100%; min-width:100%; } }
.single-post-navi .post-info { margin:0; display:block; width:auto; width:calc(100% - 80px); padding:8px; }
.single-post-navi .post-info .date { display:block; font-size:.75em; opacity:.6; }
.single-post-navi .post-info .title { display:block; text-align:inherit; margin:0; font-size:.875em; line-height:var(--line-height-normal); font-feature-settings: "palt" 1; color:inherit; border-width:0; }
.single-post-navi .post-info .title::before, .single-post-navi .post-info .title::after { display:none; border-width:0; }
.single-post-navi .post-info .pager { display:none; }
.single-post-navi .post-info .term { display:block; font-size:.75em; text-align:inherit; }
.single-post-navi:hover span { color:inherit; }
.single-post-navi.older .post-info { text-align:left; }
.single-post-navi.newer { flex-direction:row-reverse; }
.single-post-navi.newer .post-info { text-align:right; }
.single-post-navi .post-info:first-child { padding:0; } /*disable thumbnail*/
.single-post-navi.newer .post-info:first-child h3::after, .single-post-navi.older .post-info:first-child h3::before { content:''; background-position:center; background-size:contain; background-repeat:no-repeat; height:1em; width: .75em; display:inline-block; opacity:.75; }
.single-post-navi.newer .post-info:first-child h3::after { margin-left:.5em; background-image:url( "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44' %3E%3Cpath d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%23cccccc' /%3E%3C/svg%3E"); }
.single-post-navi.older .post-info:first-child h3::before { margin-left:.5em; background-image:url( "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44' %3E%3Cpath d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%23cccccc' /%3E%3C/svg%3E"); }
.pagination { text-align:center; font-size:var(--font-size); }
.pagination ul, .posts-navigation ul, .woocommerce-pagination ul, .comments-pagination ul { list-style:none; display:block; width:auto; border:none; margin:0; padding:0; }
.pagination ul li, .posts-navigation ul li, .woocommerce-pagination ul li, .comments-pagination ul li { display:inline-block; margin:0; padding:0; }
.page-numbers-wrap, ul.page-numbers { display:flex; flex-wrap:wrap;  justify-content:center;  }
.page-numbers { display:inline-block; text-align:center; padding:.5em; min-width:calc( var(--border-width)*2 + 2em ); height:calc( var(--border-width)*2 + 2em ); line-height:1; margin:0 3px; border-width:var(--border-width); position:relative; vertical-align:middle; }
.page-numbers.dots { border-width:0; }
.page-numbers.current { font-weight:600; }
form.page-numbers-form { margin:0; padding:0; width:auto; display:inline-block; vertical-align:inherit; }
form.page-numbers-form input.page-numbers-input { height:auto; width:3em; min-width:0; height:24px; display:inline-block; text-align:center; font-size:16px; line-height:20px; padding:2px 10px; margin:0 2px; vertical-align:middle; }
.page-numbers-form-end::before { content:' / '; display:inline-block; margin-right:.5em; margin-left:.5em; }
.page-count-wrap { display:flex; justify-content:center; margin-bottom:8px; }
.page-count { font:var(--note-font); }
.page-count-start, .page-count-end, .page-found-posts { font-weight:600; }

@media screen and ( max-width : 781px ){
  .channel { padding-top: 0; border-top-width:0; }
  .single-post-navi .image-wrap { display:none; }
  .single-post-navi { position:relative; }
  .single-post-navi.newer .post-info:first-child h3::after, .single-post-navi.older .post-info:first-child h3::before { display:none; }
  .single-post-navi .post-info { padding:4px; width:auto;}
  .single-post-navi::before { width:12px; content:''; height:12px; margin:auto 0; border-width:1px 1px 0 0; position:absolute; top:0; bottom:0; }
  .single-post-navi.newer { padding-right:20px; }
  .single-post-navi.older { padding-left:20px; }
  .single-post-navi.newer::before { right:8px; left:auto; transform: rotate(45deg); }
  .single-post-navi.older::before { left:8px; right:auto; transform: rotate(-135deg); }
  .page-numbers-wrap, ul.page-numbers { display:flex; align-items:stretch; flex-wrap:nowrap; }
  .page-numbers { display:none; padding:8px 6px; min-width:32px; height:auto; font-size:16px; line-height:18px; border-radius:var(--border-radius); }
  .page-count-wrap span.page-count { font-weight:normal; }
  .page-numbers.current { font-weight:normal; }
  .page-numbers.current::before { content:'PAGE '; }
  .page-numbers.current, .page-numbers.next, .page-numbers.prev { display:block; flex-grow:1; width:auto; margin:0; float:left; }
  .page-numbers.prev ~ .page-numbers.current, .page-numbers.next { margin-left:8px; }
}
@media screen and ( max-width : 480px ){
  .single-post-navi-wrap .single-post-navi { width:calc(50% - 4px);}
  .single-post-navi-wrap .single-post-navi + .single-post-navi { margin-left:8px; }
}





/* ::::::::::: entry setups ::::::::::: */

.entry-section { margin:var(--section-gap) 0 0 0; }
.entry-section-header { margin:0; padding:0; display:block; }
.entry-section-header h2 { margin: 0; }
.bg-section { position:relative; padding-top:var(--section-gap); padding-bottom:var(--section-gap);}
.bg-section::after { background-color:var(--layer-color); display: block; content:''; position:absolute; z-index: -1; left:50%; top: 0; bottom: 0; width:100vw; transform:translateX(-50%); }

.toc_container { padding:1em; margin:1em 0; background:var(--layer-color); border-width: var(--border-width); width:100%; display: table; }
.toc_container p.toc_title { text-align: center; font-weight: 700; margin: 0; padding: 0; }
.toc_container p.toc_title + ul { margin-top: 1em; }
.toc_list { counter-reset:toc 0; list-style-type: none; }
.toc_list li { position:relative; counter-increment:toc 1; }
.toc_list li a::before { content:counters(toc,'-') '. '; display:inline-block; min-width:1.6em; }
.toc_list .toc_list_children { padding-left:1em; list-style-type: none; counter-reset:toc 0; }
.toc_list li li a::before { min-width:2.6em; }
.toc_list li li li a::before { min-width:3.6em; }

/* columns */
.columns { height:auto; width:auto; padding:0; margin:0 auto; display:block; position:relative; z-index:1; }
.columns.bg { background-color:transparent; margin-top: var(--section-gap); padding-top:calc( var(--section-gap) - var(--column-gap) ); padding-bottom:var(--section-gap); }
.columns.bg + .columns { margin-top:var(--column-gap); }
.columns.bg + .onecolumns { margin-top:var(--section-gap); }
.columns.bg::after, .columns > .bg-image { display: block; position:absolute; z-index: -1; left:50%; top: 0; bottom: 0; width:100vw; transform:translateX(-50%); }
.columns.bg::after { content:''; background-color:var(--layer-color); z-index: -2; }
.columns.bg:first-child, .columns.bg + .columns.bg, .onecolumns .column.bg + .column.bg { margin-top:0; }
/* .columns.bg + .columns.bg:not(.bg-image) { margin-top:calc( var(--section-gap) * -1 ); padding-top:0; } */
.column { height:auto; width:auto; padding:0; margin:var(--column-gap) 0 0; display:block; }
.column.with-image { align-self:auto; }
.column.bg { align-self:stretch; position:relative; z-index:1; padding:var(--column-gap); background-color:transparent; }
.has-background {padding:var(--column-gap);  }
.column.bg table { background-color:var(--body-color); }
.bg-image img { width:100%; height:100%; object-fit:cover; }
.bg-hasimage > .bg-image { display: block; position:absolute; z-index: -1; left:50%; top: 0; bottom: 0; width:100vw; transform:translateX(-50%); }
.column.bg::after, .column > .bg-image { display: block; position:absolute; z-index: -1; top: 0; left: 0; width:100%; height:100%; transform:none; }
.column.bg::after { content:''; background-color:var(--layer-color); z-index: -2; }

.bg-hasimage { color:var(--opposite-color); }
.bg-hasimage .bg-image::before { width:100%; height:100%; opacity:1; background-color: rgba(var(--shadow-rgba),.5); display:block; content:''; position:absolute; z-index:1; left:0; top:0; right:0; bottom:0; }
.column.with-image .image { display:block; text-align:center; position:relative; overflow:hidden; background-position:center; background-size:cover; }
.column.bg .text, .column.bg.with-image .image { margin-top:0; margin-bottom:0; }
.column.with-image .text { margin-top:var(--p-margin); }
.column.round-image .image img, .column.crop-image .image img { object-fit:cover; position:absolute; left:0; top:0; bottom:0; right:0; width:100%; height:100%; }
@supports not ( object-fit:cover ) {
  .column.round-image .image img, .column.crop-image .image img { width:auto; height:auto; min-height:100%; min-width:100%; }
}
.column.round-image .image { max-width:320px; padding:0; border-radius:50%; }
.column.round-image .image img { border-radius:50%; }
.column.crop-image .image::before { content:''; display:block; margin:0; padding:50% 0 0 0; }
.column.side-image.crop-image .image::before, .column.round-image .image::before { content:''; display:block; margin:0; padding:100% 0 0 0; }
.column.side-image { display:flex; justify-content:space-between; align-items:center; }
.column.side-image-reverse { flex-direction:row-reverse; }
.column.side-image .image { width:40%; }
.column.side-image .text { width:calc(60% - var(--column-gap)); margin-left:var(--column-gap); margin-top:0; }
.column.side-image .text > *:first-child { margin-top:0; }
.column.side-image-reverse .image { float:right; }
.column.side-image-reverse .text { float:left; margin-left:0%; margin-right:var(--column-gap); }
.column.side-image h3 { text-align:left; }


/* デフォルトエントリーの最初の要素 */
.entry > :first-child, li:first-child, p:first-child,
.twocolumns .column > :first-child, .threecolumns .column > :first-child, .fourcolumns .column > :first-child, /* 上書きのための記述 */
.onecolumns:first-child > .column:first-child > :first-child,
.onecolumns.bg .onecolumn > :first-child,
.onecolumn.bg > :first-child,
/* フロート要素（画像など）の次に来るブロック要素 */
.alignleft + *:not(.alignleft):not(.alignright), .alignright + *:not(.alignleft):not(.alignright), .alignleft + br + *, .alignright + br + *,
li > :first-child, dd > :first-child
{ margin-top:0; }

.entry > :last-child, li:last-child, p:last-child, ul:last-child, ol:last-child,
.column.bg > :last-child, .columns:last-child, .onecolumns .column:last-child, .onecolumns .column:last-child > :last-child, .column > :last-child
 { margin-bottom:0; }

.post-password-form label { height:auto; display:inline-block; margin:0 -.22em 0 0; padding:0; width:400px; max-width:66.66%; }
.post-password-form label input[name="post_password"] { width:100%; display:block; margin:0; }
.post-password-form label + input[type="submit"] { max-width:33.33%; margin:0; width:200px; text-align:center; display:inline-block; vertical-align:baseline; }

.onecolumns { display:block; }
.onecolumns .column { clear:both; margin-left:auto; margin-right:auto; }
.twocolumns, .threecolumns, .fourcolumns { margin-left:calc( -0.5 * var(--column-gap) ); margin-right:calc( -0.5 * var(--column-gap) ); display:flex; flex-wrap:wrap; justify-content:space-between; } /* flex box はmaginの相殺が起こらないことに注意 */
.twocolumns .column, .threecolumns .column, .fourcolumns .column { margin-left:calc( 0.5 * var(--column-gap) ); margin-right:calc( 0.5 * var(--column-gap) ); }
.twocolumns .column.with-image .image, .threecolumns .column.with-image .image, .fourcolumns .column.with-image .image { margin-left:auto; margin-right:auto; margin-bottom: 1em; }
.twocolumns .column { width:calc( 50% - var(--column-gap) ); }
.twocolumns .column.narrow { width:calc(42% - var(--column-gap) ); }
.twocolumns .column.wide { width:calc(58% - var(--column-gap) ); }
/* .threecolumns h2, .threecolumns h3, .fourcolumns h2, .fourcolumns h3, .twocolumns .text h3 { text-align:center; } */
.threecolumns .column { width:calc( 33.33% - var(--column-gap) ); }
.threecolumns .column .text { font-size:.95em; }
.threecolumns .column.bg { padding:calc( var(--column-gap) * .666 ); }
.threecolumns::before { content:""; width:33.33%; display: table; order:999; } /* 左揃えに使用 */
.fourcolumns .column { width:calc( 25% - var(--column-gap) ); }
.fourcolumns .column.bg { padding:calc( var(--column-gap) * .5 ); }
.fourcolumns::after { content:""; width:25% ; display: table; order:999; } /* 左揃えに使用 */
.autocolumns { column-count:2; column-gap:calc( var(--column-gap) * 1.5 ); margin-top:var(--column-gap); }
.autocolumns .column { display:block; margin-bottom:var(--column-gap); width:100%; -webkit-column-break-inside:avoid; page-break-inside:avoid; break-inside:avoid;}
.entry > .entry-section:first-of-type > .entry-section-header, .entry > .entry-section:first-of-type > .onecolumns:first-child > .column:first-child { margin-top:0; }
.centering.columns { justify-content:center; }
.centering.threecolumns::before, .centering.fourcolumns::after { display:none; }
.centering ul { display:table; margin-left:auto; margin-right:auto; }
@media only screen and ( min-width : 934.1px ){
  .centering.fourcolumns.columns-5 .column:nth-child(3n+1), .centering.fourcolumns.columns-6 .column:nth-child(3n+1), .centering.fourcolumns.columns-9 .column:nth-child(3n+1), .centering.fourcolumns.columns-10 .column:nth-child(3n+4), .centering.fourcolumns.columns-13 .column:nth-child(3n+4), .centering.fourcolumns.columns-14 .column:nth-child(3n+4), .centering.fourcolumns.columns-17 .column:nth-child(3n+7), .centering.fourcolumns.columns-18 .column:nth-child(3n+7) { margin-left:calc( 12.5% + .5*var(--column-gap)); }
  .centering.fourcolumns.columns-6 .column:nth-child(3n+3), .centering.fourcolumns.columns-9 .column:nth-child(3n+3), .centering.fourcolumns.columns-10 .column:nth-child(3n+6), .centering.fourcolumns.columns-13 .column:nth-child(3n+6), .centering.fourcolumns.columns-14 .column:nth-child(3n+6), .centering.fourcolumns.columns-17 .column:nth-child(3n+9), .centering.fourcolumns.columns-18 .column:nth-child(3n+9) { margin-right:calc( 12.5% + .5*var(--column-gap));  }
}
@media only screen and ( max-width : 934px ) and ( min-width : 781.1px ){
  .centering.fourcolumns .column { width:calc( 33.33% - var(--column-gap) ); }
  .centering.fourcolumns.columns-4 .column:nth-child(2n+1), .centering.fourcolumns.columns-7 .column:nth-child(2n+3), .centering.fourcolumns.columns-10 .column:nth-child(2n+5), .centering.fourcolumns.columns-13 .column:nth-child(2n+7), .centering.fourcolumns.columns-17 .column:nth-child(2n+9) { margin-left:calc( 16.666% + .5*var(--column-gap)); }
  .centering.fourcolumns.columns-4 .column:nth-child(2n+2), .centering.fourcolumns.columns-7 .column:nth-child(2n+4), .centering.fourcolumns.columns-10 .column:nth-child(2n+6), .centering.fourcolumns.columns-13 .column:nth-child(2n+8), .centering.fourcolumns.columns-17 .column:nth-child(2n+10) { margin-right:calc( 16.666% + .5*var(--column-gap)); }
}
@media screen and ( min-width : 781.1px ){
  .centering.onecolumns { max-width:var(--content-width); }
  .centering.onecolumns h2, .centering.onecolumns h3 { text-align:center; }
  .entry .sp { display:none; }
  .content-area .columns.bg { padding-left:calc( var(--column-gap) * .5 ); padding-right:calc( var(--column-gap) * .5 ); overflow:hidden; }
  .content-area .columns.bg::after, .content-area .bg-hasimage .bg-image { margin:0; width:100%; }
  .centering.threecolumns.columns-4 .column:nth-child(2n+1), .centering.threecolumns.columns-7 .column:nth-child(2n+3), .centering.threecolumns.columns-10 .column:nth-child(2n+5), .centering.threecolumns.columns-13 .column:nth-child(2n+7), .centering.threecolumns.columns-17 .column:nth-child(2n+9) { margin-left:calc( 16.666% + .5*var(--column-gap)); }
  .centering.threecolumns.columns-4 .column:nth-child(2n+2), .centering.threecolumns.columns-7 .column:nth-child(2n+4), .centering.threecolumns.columns-10 .column:nth-child(2n+6), .centering.threecolumns.columns-13 .column:nth-child(2n+8), .centering.threecolumns.columns-17 .column:nth-child(2n+10) { margin-right:calc( 16.666% + .5*var(--column-gap)); }
}
@media screen and ( max-width : 781px ){
  .column { margin:var(--p-margin) 0 0; display:block; }
  .fourcolumns .column { width:calc( 50% - var(--column-gap) ); }
  .entry .pc { display:none; }
  .column.bg { padding:calc( var(--column-gap) * .75 ); }
}

@media only screen and ( max-width : 600px ){
  .twocolumns .column, .twocolumns .column.narrow, .twocolumns .column.wide, .threecolumns .column, .threecolumns .column.bg  { width:calc( 100% - var(--column-gap) ); width:100%; }
  .twocolumns .column:last-child, .twocolumns .column:last-child > :last-child { margin-bottom: 0; }
  .threecolumns .column:last-child, .threecolumns .column:last-child > :last-child { margin-bottom: 0; }
  .threecolumns .column.with-image { display:flex; align-items:center; float:none; }
  .threecolumns .column.with-image .image { margin:0; width:30%; flex-grow:1; display:block; }
  .threecolumns .column.crop-image .image::before { padding-top:100%; }
  .threecolumns .column.with-image .text { margin:0; width:70%; font-size:.95em; flex-grow:2; display:block; padding-left:1em; }
  .threecolumns .column.with-image .text h3 { text-align:left; }
  .twocolumns .column > .image-wrap:not(.alignright):not(.alignleft), .twocolumns .gallery.swiper-setting { display:block; max-width:none; margin-left:auto; margin-right:auto; width:auto!important; /* インラインCSSを上書きするためにimportant表記 */}
  .threecolumns .column > .image-wrap:not(.alignright):not(.alignleft), .threecolumns .gallery.swiper-setting { max-width:none; width:auto!important; /* インラインCSSを上書きするためにimportant表記 */ }
  .threecolumns .column > .image-wrap:not(.alignright):not(.alignleft) img, .twocolumns .column > .image-wrap:not(.alignright):not(.alignleft) img { max-height:400px; max-width:100%; height:auto; width:auto; margin:auto; display:block; }
  .column.side-image { margin:1em 0; flex-direction:column; -webkit-box-flex:0 0 100%; flex:0 0 100%; }
  .column.side-image-reverse { flex-direction:column-reverse; }
  .column.with-image .image { width:100%; margin-left:auto; margin-right:auto; margin-bottom:16px; max-width:100%; max-height:100vw; }
  .column.round-image .image { max-width:280px; }
  .column.with-image .image img { max-height:100%; max-width:100%; height:auto; width:auto; }
  .column.round-image .image img, .column.crop-image .image img { object-fit:cover; width:100%; height:100%; }
  .column.side-image .text { width:100%; float:none; margin-left:auto; margin-right:auto; text-align:inherit; }
  .column.side-image .image { margin:0; float:none; }
  .column.side-image .text { margin:1em 0 0; }
  .column.side-image-reverse .image { margin:1em 0 0; float:none; }
  .column.side-image-reverse .text { margin:0; }
  .autocolumns { column-count:1; margin:0; }
}

@media only screen and ( max-width : 480px ){
  .threecolumns h2, .threecolumns h3, .fourcolumns h2, .fourcolumns h3 { text-align:inherit; }
  .threecolumns .column.with-image .text { padding-left:1em; font-size:.95em; }

  .fourcolumns { margin-left:-8px; margin-right:-8px; }
  .fourcolumns .column { width:calc( 50% - 16px ); margin-left:8px; margin-right:8px; }
}




ul.boxes { list-style: none; margin:0 -0.238%; display:flex; flex-wrap:wrap; align-items:stretch; }
ul.boxes li { width:16.066%; padding:6px; display:block; border-width:var(--border-width); margin:3px .3%; }
ul.boxes li > a { width: 100%; height: 100%; }
.column.bg ul.boxes li, .columns.bg .column:not(.bg) ul.boxes li { border-width:0; background-color:var(--body-color); }
ul.boxes .image { display:block; position:relative; padding:0; margin:0 auto; background-position:center; background-size:contain; background-repeat:no-repeat; }
ul.boxes .image img { max-height:100%; max-width:100%; display:block; height:auto; width:auto; /* margin:auto; opacity:0; position:absolute; left:0; right:0; bottom:0; top:0; */ }
ul.boxes .text { display:block; margin-top:.5em; }
ul.boxes .title { display:block; font-size:1.05em; margin:0 0 .25em; text-align:center; }
ul.boxes .paragraphs { font-size:.875em; }
ul.boxes .paragraphs p { line-height:inherit; }
@media screen and ( max-width : 934px ){
  ul.boxes li { width:16.066%; }
}
@media screen and ( max-width : 781px ){
  ul.boxes { margin:0 -0.37%; padding:3px; }
  ul.boxes li { margin:3px .4%; width:19.2%; }
}
@media screen and ( max-width : 600px ){
  ul.boxes li { width:24.2%; }
}
@media screen and ( max-width : 480px ){
  ul.boxes { margin:0 -0.45%; padding:2px; }
  ul.boxes li { margin:2px .5%; width:32.333%; }
}
@media screen and ( max-width : 380px ){
  ul.boxes li { width:49.0%; }
}


.balloon { font-weight:600; display:inline-block; position:relative; z-index:1; margin:1.6em .2em 0; padding:.8em 1.2em; line-height:var(--line-height-normal); vertical-align:middle; background-color:var(--layer-color); text-align:center; border-radius:2px; }
.balloon::after { content:""; position:absolute; top:-.6em; left:50%; margin:0 0 0 -.6em; z-index:-1; display:block; width:1.2em; height:1.2em; background-color:inherit; transform:rotate(45deg); }
.balloon.alignleft { margin:.2em 1.5em .2em .2em; }
.balloon.alignleft::after { top:50%; left:auto; right:-.6em; margin:-.6em 0 0 0; }
.balloon.alignright { margin:.2em .2em .2em 1.5em; }
.balloon.alignright::after { top:50%; left:-.6em; margin:-.6em 0 0 0; }


.borderbox { clear:both; border-width:var(--border-width); display:block; padding:.8em; margin:.8em 0; }
.borderbox > :first-child { margin-top:0; }
.borderbox > :last-child { margin-bottom:0; }
.borderbox::after { clear:both; display:table; content:''; }
.column.bg .borderbox { border-width:0; background-color:var(--body-color); }

.image-wrap { display:inline-block; max-width:100%; vertical-align:middle; border-radius:var(--border-radius); overflow: hidden; }
.image-wrap img { display:block; }
.image-wrap .iamge-link { margin:0; padding:0; display:block }
.image-link:hover img { opacity:.85; }
.image-wrap.alighncenter { margin-left:auto; margin-right:auto; display:block; }
.image-link.video-link, .video-link .image-wrap, .video-link .image { position:relative; }
.image-link.video-link { color:var(--opposite-color); display:block; }
.image-link.video-link::before { background-color:rgba( var(--shadow-rgba), 0.1 ); padding:56.25% 0 0; display:block; position: relative; content:''; z-index:3; }
.image-link.video-link img { margin:0; padding:0; position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover; display:block; z-index:2; }
.image-link.video-link::after, .video-link .image-wrap::after, .video-link .image::after { content:'▶︎'; font-family:sans-serif; font-size:24px; border-radius:1em; line-height:1.8em; text-indent:.15em; text-align:center; vertical-align:middle;; border:.1em solid currentColor; opacity:1; position:absolute; z-index:3; left:0; bottom:0; top:0; right:0; margin:auto; height:2em; width:2em; }
.image-link.video-link span.video-caption { color:var(--opposite-color); background-color:rgba(var(--shadow-rgba),0.4); position:absolute; left:0; bottom:0; right:0; margin:auto; text-align:center; z-index:2; font-size:.75em; line-height:var(--line-height-normal); padding:4px; }

a.lightbox { pointer-events:none; } /* setup.js上でpointerイベントを回復 */

a.text-link, .mce-content-body a:not([class]):not([id]), .comment-entry a { text-decoration:underline; color:var(--link-color); text-underline-offset:.15em; }
a.text-link:hover, .mce-content-body a:not([class]):not([id]):hover, .comment-entry a:hover { color:var(--hover-color); }
a.url-link { word-break: break-all; }

a.file-link { margin:1em 0; font-size:1.1em; display:flex; align-items:center; flex-wrap:nowrap; }
a.file-link + br { display:none; }
a.file-link .file-thumbnail { width:4em; padding-right: 1em; }
a.file-link .file-thumbnail i { font-size:3em; margin: 0; line-height:1; }
a.file-link .file-thumbnail i::before { margin: 0; }
a.file-link .file-data { width: auto; line-height:var(--line-height-normal); }
a.file-link .file-name { display:block; font-weight:600; color:var(--font-color); }
a.file-link .file-url { display:block; font-size:11px; margin-top: .4em; word-break: break-all; }

.wp-block-table { margin:var(--p-margin) 0; }
.wp-block-table table { margin:0; }
.wp-block-table table, .wp-block-table table * { border-color:var(--border-color); }
.wp-element-caption {  font-size:.75em; margin:4px 0 0; }
.wp-caption { display:inline-block; position:relative; }
.wp-caption .wp-caption-dt { vertical-align:middle; }
.wp-caption .wp-caption-text, .wp-caption .wp-caption-dd { position:absolute; display:block; right:0; left:0; bottom:0; font-size:.75em; line-height:var(--line-height-normal); color:var(--opposite-color); border-color:var(--opposite-color); background-color:rgba(var(--shadow-rgba),0.4); padding:4px; margin:0 auto; }
.wp-caption .wp-caption-text a, .wp-caption .wp-caption-dd a { color:inherit; display:inline; }
.wp-caption > a { margin:0; padding:0; display:block; } /* image wrapper */
.wp-caption img { margin:0; padding:0; width:100%; display:block; }
.wp-video { border-width:0; margin:0 auto; max-width:100%; height:auto; padding:0; background-color:#222; background-color:rgba(var(--shadow-rgba),0.4); border:20px solid #222; }
p + .wp-video { margin-top:var(--column-gap); }
.entry .mov, .embed-youtube, .embed-vimeo { position:relative; display:block; padding:0; margin:1em 0; max-width:var(--content-width); }
.entry .mov + br, .embed-youtube + br, .embed-vimeo + br { display: none; }
.entry .mov::before, .embed-youtube::before, .embed-vimeo::before { display:block; content:''; padding:56.25% 0 0 0; }
.entry .mov > iframe, .embed-youtube > iframe, .embed-vimeo > iframe { position:absolute; top:0; right:0; width:100% !important; height:100% !important; border-width:0; }
.aligncenter .mov, .aligncenter img, .aligncenter .embed-youtube, .aligncenter .embed-vimeo, [style*="text-align: center"] .mov, .embed-youtube[style*="text-align: center"] , .embed-vimeo[style*="text-align: center"] , [style*="text-align:center"] .mov, .embed-youtube[style*="text-align:center"] , .embed-vimeo[style*="text-align:center"]  { margin-left:auto; margin-right:auto; }
.wp-embedded-content { max-width:100%; margin:.8em 0; } /*embedの内容はincludes/header.phpから直接書き出し*/
.inline-frame { font-size:.875em; overflow-y:scroll; overflow-x:hidden; padding:1em 1.25em; margin:1em 0; height:28em; border-width:var(--border-width); }

a.card-link { display:flex; flex-wrap:nowrap; align-items:center; width:100%; padding:1em; margin:1em 0; border-width:var(--border-width); border-color:inherit; }
a.card-link .card-content { padding:0; word-wrap: break-word; width:auto; flex:1; display:block; order:1; }
a.card-link .card-image { width:8.2em; height: 8.2em; padding:0; display:block; order:2; margin:0 0 0 1em; }
a.card-link .card-image img { display:block; height:100%; width:100%; object-fit:cover; }
a.card-link .card-title { display:block; font-size:1.1em; font-weight:600; overflow:hidden; color: inherit; padding:0; margin:0 0 .4em; line-height:var(--line-height-normal); max-height:calc( var(--line-height-normal) * 2em ); background-color:transparent; }
a.card-link .card-description { display:block; font-size:.75em; padding:0; line-height:var(--line-height-normal); max-height:calc( var(--line-height-normal) * 3em );  overflow: hidden; }
a.card-link .card-sitename { font-size:.875em; line-height:1; height:1em; display:block; margin-top:.6em; padding:0; overflow:hidden; }
a.card-link .card-sitename img.favicon { width:1em; height: 1em; line-height:1; display: inline-block; margin: 0; }

.alignnone, .alignblock { margin:calc( var(--p-margin) + var(--line-height) * .5em - .5em ) 0; display:block; }
.aligncenter { margin:calc( var(--p-margin) + var(--line-height) * .5em - .5em ) auto; display:block; }
.alignnone.size-full, .aligncenter.size-full { display:block; }
.alignleft { float:left; margin:0 1em 1em  0; display:block; }
.alignright { float:right; margin:0 0 1em 1em; display:block; }
/* .alignblock + .alignblock, .wp-caption.alignnone { margin-top:1em; } */
.textindent { text-indent:1em; }
.alignleft + .alignleft { margin-right:0; clear:none; }
.alignleft + .alignleft + .alignleft { margin-right:3.2%; clear:left; }
.alignleft + .alignleft + .alignleft + .alignleft { margin-right:0; clear:none; }
.alignleft + .alignleft + .alignleft + .alignleft + .alignleft { margin-right:3.2%; clear:left; }
.alignleft + .alignleft + .alignleft + .alignleft + .alignleft + .alignleft { margin-right:0; clear:none; }
.alignleft + .alignright { margin-left:0; }
.alignleft + .alignright + .alignleft , .alignleft + .alignright + .alignleft + .alignright { margin-top:1em; }
.alignleft + .alignright + p, .alignleft + .alignleft + p, .alignright + .alignleft + p, .alignright + .alignright + p { clear:both; }
/* p.image-contain { text-align:left; } */
.alignleft > img, .alignright > img { margin:0; padding:0; }

* + h1, * + h2, .onecolumn h1, .onecolumn h2 { margin-top:calc( var(--p-margin) * 1.5 + 1em ); }
* + h3, * + h4, * + h5, .onecolumn h3, .onecolumn h4, .onecolumn h5:first-child { margin-top:calc( var(--p-margin) + 1em ); }
h2 + .alignleft, h2 + .alignright, h3 + .alignleft, h3 + .alignright, h4 + .alignleft, h4 + .alignright, h5 + .alignleft, h5 + .alignright { margin-top:.5em; }
h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h2 + h1, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5 { margin-top:.5em; }
.alignright + .alignleft { clear:right; }
.aligncenter { text-align:center; display:block; }

table { margin:var(--p-margin) 0; padding:0; border-width:var(--border-width); border-style:solid; }
table td, table th { vertical-align:middle; padding:.5em .8em; border-width:var(--border-width); }
table caption { padding:.5em; line-height:1; letter-spacing:1px; }

ul, ol, dl { margin:var(--p-margin) 0; line-height:var(--line-height); list-style:none; display:block; }
li { --p-margin:0px; list-style:inherit; }
li > ol:nth-child(n), li > ul:nth-child(n), li { margin:calc( var(--line-height) * .5em ) 0; }
::marker { background-color:transparent; color:var(--list-color); border-color:var(--list-color); }
li::before { color:var(--list-color); border-color:var(--list-color); }

ul.list li { display: table; }
ul.list li::before { content: "\025cf"; font-family:"Arial"; display: table-cell; padding-right: 0.4em; vertical-align:top; }
ul.list ul.list li::before { content: "\025cb"; }

ol.number { counter-reset:li; display:block; }
ol.number > li { counter-increment:li; padding:0 0 0 calc( var(--line-height) * 1em + 0.8em ) ; display:block; text-decoration:none; position:relative; }
ol.number > li::before { color:var(--list-color); border-color:var(--list-color); content:counters(li, "."); border-width:var(--border-width); display:block; position:absolute; left:0; top:0; margin:0; padding:calc( var(--line-height) * 0.5em - var(--border-width) - 0.5em ) 0.05em; height:calc(var(--line-height) * 1em ); width:calc(var(--line-height) * 1em ); line-height:1; font-weight:400; text-align:center; border-radius:2px; }
ol.number ol.number > li { padding-left:calc( var(--line-height) * 1em + 1.2em ); }
ol.number ol.number > li::before { width:calc( var(--line-height) * 1em + .8em ); }
ol > li:empty { display:none }

ol.alpha { counter-reset:alphali; display:block; }
ol.alpha > li { counter-increment:alphali; }
ol.alpha > li::before { content:counter(alphali, lower-alpha) ". "; }

dl.info { padding:0; border-width:var(--border-width); overflow:hidden; display:flex; flex-wrap:wrap; }
dl.info::after, dl.info > dt::after, dl.info > dd::after { content:''; display:table; clear:both;}
dl.info > dt, dl.info > dd { display:block; float:left; position:relative; }
dl.info > dt { width:25%; min-width:calc(0% + 140px); margin:0; padding:16px; z-index:3; clear:left; background-color:var(--layer-color); border-top-width:var(--border-width); }
dl.info > dd { width:75%; max-width:calc(100% - 140px); margin:0; padding:16px; overflow:visible; z-index:2; border-top-width:var(--border-width); }
dl.info > dt:first-child, dl.info > dt:first-child + dd { border-top-width:0; }
dl.info > dt:empty { display:none; }
dl.info > dt:empty + dd { width: 100%; }
dl.info > dd::before { content:''; position:absolute; left:-100%; right:0; top:0; bottom:0; z-index:-1; }

dl.field { overflow:hidden; display:flex; flex-wrap:wrap; }
dl.field > dt, dl.field > dd { display:block; margin:0; padding:.8em 0; border-bottom-width:var(--border-width); }
dl.field > dt { clear:left; max-width:33.333%; width:140px; font-weight:600; padding-right:.5em; }
dl.field > dd { min-width:66.666%; width:calc(100% - 140px); }
dl.field > dt:empty { display:none; }
dl.field > dt:empty + dd { width: 100%; }
dl.field > dt:first-child, dl.field > dt:first-child + dd { border-top-width:0; }

ul.checklist { list-style:none; }
ul.checklist li { position:relative; display:block; padding:.2em .2em .2em 2.4em; text-decoration:none; font-weight:600; }
ul.checklist li::before { font-family:'fontello'; content:'\e934'; background-color:var(--body-color); color:var(--list-color); border-color: var(--border-color); position:absolute; left:0; top: calc( var(--line-height) * .5em ); margin: -.5em 0 0; font-size:1.5em; height:.8em; width:.8em; line-height:.3em; border-width:2px; border-radius:0; text-shadow:0 1px 0 var(--body-color), 1px 0 0 var(--body-color), 0 -1px 0 var(--body-color), -1px 0 0 var(--body-color), -1px -1px 0 var(--body-color), 1px -1px 0 var(--body-color), -1px 1px 0 var(--body-color), 1px 1px 0 var(--body-color); text-align:center; }
ul.checklist::after { display:table; content:''; clear:both; }
ul.checklist-cross li::before { font-family:'fontello'; content:'\e989'; color:var(--list-color); }
ul.checklist-cross li:hover::before{ color:var(--caution-color); }
ul.checklist small { font-weight: normal; }

ul.floatlist { display:flex; flex-wrap:wrap; margin-left:-8px; margin-right:-8px; list-style:none; }
ul.floatlist li { margin:0 0 8px 8px; padding:0 .5em; text-decoration:none; border-width:var(--border-width); }

ul.inline { display:flex; flex-wrap:wrap; margin-left:-8px; margin-right:-8px; }
ul.inline li { padding:0 8px; }

ul.halflist { display:flex; flex-wrap:wrap; }
ul.halflist li { width:49%; width:calc(50% - 8px); margin:0 0 8px 8px; }
ul.halflist li:nth-child(odd) { margin:0 8px 8px 0; }

.has-small-font-size { font-size:.75em; }
.has-large-font-size { font-size:1.25em; }
.has-x-large-font-size { font-size:1.5em; }
.has-xx-large-font-size { font-size:2em; }

.entry br[clear="all"] { display:block!important; }
.alignleft + br:not([class]):not([clear]), .alignright + br:not([class]):not([clear]) { display:none; }
img.wp-smiley, img.emoji { border:none !important; display:inline-block!important; box-shadow:none!important; height:1em !important; width:1em !important; margin:0 .07em !important; vertical-align:-0.1em !important; background:none !important; padding:0 !important; }
img#wpstats{ display:none!important; }
img.zoomImg { cursor:move; cursor:zoom-in; }

/* gallery */
.gallery { padding:0; margin:var(--p-margin) 0; column-gap:var(--grid-gap); margin:0; position:relative; display:block; list-style:none; }
.gallery-item { margin:0 0 var(--grid-gap) 0; padding:0; text-align:center; display:block; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }
.gallery-item .image-wrap { margin:0; display:block; padding:0; }
.gallery-item img { display:block; margin:0 auto; }
.gallery-columns-1, .gallery-columns-1 .gallery-items { margin:0; }
/* .gallery-columns-1 .gallery-item { width:100%; padding:0; margin:16px 0 0 0; } */
/* .gallery-columns-1 .gallery-item:first-child { margin-top:0; }  */
.gallery-columns-2 { column-count:2; }
.gallery-columns-3 { column-count:3; }
.gallery-columns-4 { column-count:4; }
.gallery-columns-5 { column-count:5; }
.gallery-columns-6 { column-count:6; }

@media screen and ( min-width : 1280px ){

}
@media screen and ( max-width : 934px ){
  .gallery-columns-2 { column-count:2; }
  .gallery-columns-3 { column-count:3; }
  .gallery-columns-4 { column-count:3; }
  .gallery-columns-5 { column-count:4; }
  .gallery-columns-6 { column-count:5; }
}
@media screen and ( max-width : 781px ){
  .gallery-columns-2 { column-count:2; }
  .gallery-columns-3 { column-count:2; }
  .gallery-columns-4 { column-count:3; }
  .gallery-columns-5 { column-count:3; }
  .gallery-columns-6 { column-count:4; }
}
@media screen and ( max-width : 480px ){
  .gallery-columns-2 { column-count:auto; }
  .gallery-columns-3 { column-count:2; }
  .gallery-columns-4 { column-count:2; }
  .gallery-columns-5 { column-count:2; }
  .gallery-columns-6 { column-count:3; }
}

.gallery.swiper-container, .gallery.collage { column-gap:0; column-count:unset; }
.gallery.swiper-container, .gallery.swiper-container .gallery-item { margin:0; }
.gallery.collage, .gallery .collage, .entry .collage { margin-left:calc(var(--grid-gap) * -1); margin-right:calc(var(--grid-gap) * -1); padding:0 var(--grid-gap); /* padding between images */ }
.collage { list-style:none; opacity:0; /* fadein by collagePlus */ }
.collage > *, .collage .gallery-item, .collage > * > *, .collage > * img { margin:0; padding:0; display:block; }
.column-gallery > .collage:first-child { margin-top:-.8em!important; }
.column-gallery > .collage:last-child { position:relative; bottom: -.8em; }
/* MAP DISPLAY */
.map-canvas { margin:0; height:auto; overflow:hidden; position:relative; text-align:left; }
.map-canvas::before { display:block; padding:20% 0 240px 0; content:''; }
.map-canvas > iframe { height:100%; width:100%; position:absolute; top:0px; left:0px; }
.gm-style { font-size:var(--font-size); } /* google maps default class */
.gm-style p, .gm-style h2, .gm-style h3, .gm-style h4 { margin: 0; }

.gallery-loop { margin: 2em 0; height:auto; padding:0; display:block; overflow: hidden; position:relative; }
.gallery-loop, .gallery-loop * { height:320px; }
.gallery-loop ul.gallery-unit { position: absolute; left: 0; top: 0; bottom:0; margin:0; padding:0; list-style: none; animation:104s linear infinite; display:table; height:100%; animation-name: loop1; }
.gallery-loop ul.gallery-unit * { width:auto; max-width:none; margin:0; padding:0; position:static; object-fit:none; }
.gallery-loop ul.gallery-unit ::before, .gallery-loop ul.gallery-unit ::after { display:none; }
.gallery-loop ul.gallery-unit li { display:table-cell; }
.gallery-loop ul.gallery-unit + ul { animation-name: loop2; }
.gallery-loop ul.unitof-3 { animation-duration:calc(16s * 3); }
.gallery-loop ul.unitof-4 { animation-duration:calc(16s * 4); }
.gallery-loop ul.unitof-5 { animation-duration:calc(16s * 5); }
.gallery-loop ul.unitof-6 { animation-duration:calc(16s * 6); }
.gallery-loop ul.unitof-7 { animation-duration:calc(16s * 7); }
.gallery-loop ul.unitof-8 { animation-duration:calc(16s * 8); }
.gallery-loop ul.unitof-9 { animation-duration:calc(16s * 9); }
.gallery-loop ul.unitof-10 { animation-duration:calc(16s * 10); }
.gallery-loop ul.unitof-11 { animation-duration:calc(16s * 11); }
.gallery-loop ul.unitof-12 { animation-duration:calc(16s * 12); }
.gallery-loop ul.unitof-13 { animation-duration:calc(16s * 13); }
.gallery-loop ul.unitof-14 { animation-duration:calc(16s * 14); }
.gallery-loop ul.unitof-15 { animation-duration:calc(16s * 15); }
.gallery-loop ul.unitof-16 { animation-duration:calc(16s * 16); }
.gallery-loop ul.unitof-17 { animation-duration:calc(16s * 17); }
.gallery-loop ul.unitof-18 { animation-duration:calc(16s * 18); }
.gallery-loop ul.unitof-19 { animation-duration:calc(16s * 19); }
.gallery-loop ul.unitof-20 { animation-duration:calc(16s * 20); }
@keyframes loop1 { 0% {transform: translateX(0); } 49.99999% {transform: translateX(-100%); } 50% {transform: translateX(100%); } }
@keyframes loop2 { 0% {transform: translateX(100%); } 100%{transform: translateX(-100%); } }

@media screen and ( max-width : 600px ){
  .entry [style*="text-align: center"], .entry [style*="text-align:center"] { text-align:inherit!important; }
  .entry .aligncenter, .threecolumns h2, .threecolumns h3, .threecolumns h4 { text-align:left; }
  body.mce-content-body [style*="text-align: center"], body.mce-content-body [style*="text-align:center"] { text-align:center!important; }
  .has-large-font-size { font-size:1.15em; } /* scale up by tinymce */
  .has-small-font-size { font-size:.875em; }
  table td, table th { padding:.4em .6em; }
  .gallery-loop, .gallery-loop * { height:240px; }
  .gallery-loop ul.unitof-3 { animation-duration:calc(12s * 3); }
  .gallery-loop ul.unitof-4 { animation-duration:calc(12s * 4); }
  .gallery-loop ul.unitof-5 { animation-duration:calc(12s * 5); }
  .gallery-loop ul.unitof-6 { animation-duration:calc(12s * 6); }
  .gallery-loop ul.unitof-7 { animation-duration:calc(12s * 7); }
  .gallery-loop ul.unitof-8 { animation-duration:calc(12s * 8); }
  .gallery-loop ul.unitof-9 { animation-duration:calc(12s * 9); }
  .gallery-loop ul.unitof-10 { animation-duration:calc(12s * 10); }
  .gallery-loop ul.unitof-11 { animation-duration:calc(12s * 11); }
  .gallery-loop ul.unitof-12 { animation-duration:calc(12s * 12); }
  .gallery-loop ul.unitof-13 { animation-duration:calc(12s * 13); }
  .gallery-loop ul.unitof-14 { animation-duration:calc(12s * 14); }
  .gallery-loop ul.unitof-15 { animation-duration:calc(12s * 15); }
  .gallery-loop ul.unitof-16 { animation-duration:calc(12s * 16); }
  .gallery-loop ul.unitof-17 { animation-duration:calc(12s * 17); }
  .gallery-loop ul.unitof-18 { animation-duration:calc(12s * 18); }
  .gallery-loop ul.unitof-19 { animation-duration:calc(12s * 19); }
  .gallery-loop ul.unitof-20 { animation-duration:calc(12s * 20); }
}
@media screen and ( max-width : 480px ){
  /* .entry p { text-align:inherit; } */
  /* h3 { text-align:inherit; } */
  .entry .alignleft, .entry .alignright { float:none; margin:16px auto; display:block; }
  .alignleft, .alignright {  max-width:100%; height:auto; }
  .aligncenter p { display:inline; }
  .balloon.alignleft { margin:.2em .2em 1.8em .2em; }
  .balloon.alignleft::after { top:auto; right:auto; bottom:-.6em; left:50%; margin:0 0 0 -.6em; }
  .balloon.alignright { margin:1.8em .2em .2em .2em; }
  .balloon.alignright::after { top:-.6em; left:50%; bottom:auto; right:auto; margin:0 0 0 -.6em; }
  dl.info { padding:0; border-width:0; display:block; }
  dl.info > dt { float:none; width:auto; min-width:initial; min-width:auto; margin:0; border-width:0; background-color:transparent; line-height:var(--line-height-normal); font-weight:600; display:table; padding:.5em; background: var(--layer-color); }
  dl.info > dt:first-child { margin:0; border-top-width:0; }
  dl.info > dt::after { content:':'; display: inline; }
  dl.info > dd + dt { margin-top:16px;  }
  dl.info > dd { float:none; padding:8px 0; max-width:none; width:auto; clear:left; border-width:0; display:block; border-bottom-width:var(--border-width); }
  dl.info > dt:first-child + dd { border-top-width:0; }
  dl.info > dd::before { display:none; }
  dl.info p + p { margin-top:.2em; }
  .has-large-font-size { font-size:1.1em; } /* scale up by tinymce */
  .has-small-font-size { font-size:.925em; }
  table td, table th { padding:.3em .4em; }
  .gallery-loop, .gallery-loop * { height:160px; }
  ul.halflist li:nth-child(n) { width:auto; float:none; margin:0 0 .25em; }
}
@media screen and ( max-width : 380px ){
  th, td { padding:.3em; }
}



/* ::::::::::: CONTACT PAGE & COMMENTS FORM ::::::::::: */
#comments { text-align:left; margin:0; padding:0; }
.comment-list, .commentlist { padding:0; margin:0; }
.comment .reply { margin:8px 0 0; }
.reply-box { margin:0 0 1em; padding:1em; background-color:var(--body-color); }
.comment-awaiting-moderation { color:gray; font-family:inherit; font-size:.875em; }
.comment { background-color:var(--layer-color); padding:1em; display:block; position:relative; }
.comment.byuser { background-color:#eff8f6; }
.comment.depth-1 { margin-top:1em; }
.children .comment { background-color:var(--body-color); }
.comment-list::after, .commentlist::after { display:table; clear:both; content:''; }
#respond-header { margin-top:1em; padding:.5em 0; }
.comment-meta { margin:0 0 1em; padding:0; }
.comment-meta .edit-link { display:inline-block; float:none; text-align:left; }
.comment-meta .edit-link a { padding:2px 4px; }
.comment-date { font-size:.875em; margin:0; float:right; padding:0; }
.comment-meta + * { clear:left; margin-top:0; }
.comment-author { padding:0; margin:0; display:inline; }
img.avatar { object-fit:cover; }
.comment .avatar { display:block; width:64px; height:64px; margin-right:12px; float:left; border-radius:50%; }
.comment-author cite { font-weight:normal; text-decoration:none; font-style:normal; margin-top:6px; display:inline-block; }
.comment-author .says { display:none; }

.comment .children { overflow:hidden; height:auto; margin:0; padding:0; }
.comment.ready .children { height:0; } /* gallery系プラグインなどの対応のため display:noneを避ける */
.comment-toggle { margin:-24px 0 0; display:block; position:relative; text-decoration:none; float:right; font-size:.75em; line-height:1; padding:6px 28px 6px 8px ; text-align:center; min-width:130px; background-color:inherit; border-radius:2px; }
.comment-toggle::before { display:inline-block; }
.comment-toggle::after { display:block; content:''; margin:auto 8px; height:9px; width:21px; background-repeat:no-repeat; position:absolute; right:0; top:0; bottom:0; }
.comment .children .comment:last-child .comment-entry p:last-child::after { content:''; display:block; width:130px; float:right; height:1em; }
.comment.child-closed > .comment-toggle::after { background-image:url( "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28px' height='10px' viewBox='0 0 16 10' %3E%3Cg%3E%3Cpath fill='%23a9a9a9' d='M8.01,9.173L0,1.163L1.163,0L8.01,6.847L14.858,0l1.163,1.163L8.01,9.173z' /%3E%3C/g%3E%3C/svg%3E"); }
.comment.child-opened > .comment-toggle::after { background-image:url( "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28px' height='10px' viewBox='0 0 28 10' %3E%3Cg%3E%3Cpath fill='%23a9a9a9' d='M14,0.8l8,8L20.9,10L14,3.2L7.2,10L6,8.8L14,0.8z' /%3E%3C/g%3E%3C/svg%3E"); }

.comment-body, .comment-text { clear:both; padding:0; }
.comment-body h3 { font-size:1.1em; margin:0 0 .5em; }
.comment-body p { margin:.6em 0; }
.comment-body::after { display:table; clear:both; content:''; }
.comment #reply-title { display:none; }

a.comment-reply-link::before { font-family:'fontello'; content:'\e932'; display:inline-block; margin-right:5px; font-weight:normal; }

.comment-content p.moderation { color:var(--gray-color); font-size:1em; font-weight:600; }
.comment-attachments { clear:both; display:block; padding:0; }
.comment-attachments .gallery { margin:0; }
.comment-attachments .gallery-item { width:20%; }
.comment-attachments > .image-wrap { max-width:200px; max-height:200px; text-decoration:none; }
.comment-list .children > .comment, .commentlist .children > .comment { padding:8px; display:block; margin:8px 0 0; }

#comments .note, #comments .nopassword { margin:0; font:var(--note-font) }
#comments .nopassword { padding-left:32px; }
#comments > p.roman { height:16px; padding:5px 0 2px 0; clear:both; display:block; font-size:1em; }
#comments .message { height:16px; padding:5px 0; clear:both; display:block; font:var(--note-font); }
.comment-respond { padding:var(--column-gap) 0; margin:0 0 var(--column-gap); border-top-width:var(--border-width); clear:both; }
.comment-form { width:auto; display:block; position:relative; padding:0; margin:0 -8px; }
.comment-form::after { content:""; display:table; clear:both; }
#comments-wrapper { padding:16px 0; }
h2.comments-title { font-size:1.4em; }
.comment-form > * { padding:8px 8px 0; margin:0; }
.comment-form > *:first-child { padding-top:0; }
/* .comment-form > * label { display: } */
.comment-form input[type="text"], .comment-form textarea, .comment-form input[type="tel"], .comment-form input[type="email"], .comment-form input[type="number"], .comment-form input[type="url"], .comment-form input[type="date"], .comment-form input[type="password"], .comment-form select { width:100%; /*padding-left:86px; */text-align:left; }
.comment-form label small::before { display:inline; content:"── "; }
.comment-form .form-submit { padding-top:16px; clear:both; }
.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-captcha, .comment-form-rating, .comment-form-attachment { width:50%; float:left; }
.comment-form-comment, .comment-form-avatar, .comment-form .form-submit { clear:left; }
.comment-form-avatar::after { display:table; content:''; clear:both; }
.comment-form-avatar .avatar-wrap { height:96px; width:96px; float:left; display:block; margin-top:4px; position:relative; background-position:center; background-color:transparent; background-repeat:no-repeat; }
.comment-form-avatar .avatar-wrap img.avatar { width:100%; height:100%; margin:0; padding:0; display:block; object-fit:cover; }
.comment-form-avatar .avatar-wrap img.avatar.loading { opacity:.35; }
.comment-form-avatar .comment-form-avatar-label { display:block; }
.comment-form-avatar .avatar-inputs-wrap { margin-left:108px; display:block; }
.comment-form-avatar .avatar-inputs-wrap label.sns_type_label { margin:0 16px 0 0; display:inline-block; }
.comment-reply-title .reply-to { display:block; border-width:var(--border-width); padding:4px 10px; border-radius:2px; margin:0 0 9px; }
.comment-reply-title .reply-to::before { font-family:'fontello'; content:'\e830'; margin-right:5px; font-weight:normal; }
.comment-form input[type="submit"], .comment-form .submit.button { display:block; width:100%; inline-size:max-content }
.ajax-status { clear:both; padding-top:0; padding-bottom:0; width:auto; display:block; }
.ajax-status div { position:relative; padding:8px; line-height:var(--line-height-normal); margin:8px 0 0; }
.ajax-status div * { padding:0; margin:0; font-size:inherit; line-height:inherit; }
.ajax-status .ajax-error { background-color:var(--caution-color); color:var(--opposite-color); }
.ajax-status .ajax-success { background-color:var(--strong-color); color:var(--opposite-color); }
.ajax-status .ajax-processing { background-color:var(--layer-color); }
.ajax-status .ajax-processing::before { width:auto; display:block; content:' '; margin:0; padding:0; background-color:var(--theme-color); position:absolute; height:100%; left:0; right:0; bottom:0; animation:fullexpand 1s ease-out; z-index:1;}
@keyframes fullexpand { 0% { right:100%;} 100% { right:0; } }
.comment-form.replytocom .comment-form-rating { display:none }
/* .comment-form-rating > label:first-child { display:none; } */
.comment-form-rating a, .comment-form-rating .star { display:inline-block; position:relative; width:1.2em; text-indent:-9999px; margin-right:.8em; border-width:0; font-size:var(--font-size); background-color:transparent; }
.comment-form-rating a::after, .comment-form-rating .star::after { color:var(--gray-color); font-family:"fontello"; font-size:inherit; content:"\e982"; opacity:1; letter-spacing:.1em; display:inline-block; text-indent:0; position:absolute; top:0; left:0; }
.comment-form-rating a.active::after, .comment-form-rating .star:hover::after, .comment-form-rating input:checked + .star::after  { content:"\e981"; color:var(--strong-color); background-color:transparent; }
.comment-form-rating .star::before, .comment-form-rating .star::after { position:static; border: none; background-color:transparent; margin: 0; width:auto; height:auto; }
.comment-form-rating .star-2::after { content:"\e982\e982"; }
.comment-form-rating .star-2 { width:2.4em; }
.comment-form-rating .star-2::after { content:"\e982\e982"; }
.comment-form-rating .star-2.active::after, .comment-form-rating .star-2:hover::after, .comment-form-rating input:checked + .star-2::after { content:"\e981\e981"; }
.comment-form-rating .star-3 { width:3.6em; }
.comment-form-rating .star-3::after { content:"\e982\e982\e982"; }
.comment-form-rating .star-3.active::after, .comment-form-rating .star-3:hover::after, .comment-form-rating input:checked + .star-3::after  { content:"\e981\e981\e981"; }
.comment-form-rating .star-4 { width:4.8em; }
.comment-form-rating .star-4::after { content:"\e982\e982\e982\e982"; }
.comment-form-rating .star-4.active::after, .comment-form-rating .star-4:hover::after, .comment-form-rating input:checked + .star-4::after  { content:"\e981\e981\e981\e981"; }
.comment-form-rating .star-5 { width:6em; }
.comment-form-rating .star-5::after { content:"\e982\e982\e982\e982\e982"; }
.comment-form-rating .star-5.active::after, .comment-form-rating .star-5:hover::after , .comment-form-rating input:checked + .star-5::after { content:"\e981\e981\e981\e981\e981"; }
#modal-comment-open { width:100%; margin-top:1em; }
.modal-box .ajax-status { position:fixed; bottom:0px; left:0; right:0; margin:0; padding: 0; text-align:center; font-size:.75em; }
.modal-box .ajax-status .ajax-processing { background-color:transparent; }

@media screen and ( max-width : 781px ){
  .comment-form-author, .comment-form-email, .comment-form-url, .comment-form-captcha, .comment-form-rating, .comment-form-attachment { width:auto; float:none; }
}
@media screen and ( max-width : 480px ){
  .comment .avatar { width:48px; height:48px; margin-right:8px; }
  .comment-form-author, .comment-form-email, .comment-form-url, .comment-form-captcha, .comment-form-rating { margin:0; }
  .comment-form-avatar .avatar-wrap { height:48px; width:48px; float:left; display:block; margin:2px 8px 4px 0; }
  .comment-form-avatar .comment-form-avatar-label { display:block; }
  .comment-form-avatar .avatar-inputs-wrap { margin:0; display:inline; }
  .comment-form-avatar .avatar-inputs-wrap label.sns_type_label { margin:0 12px 0 0; display:inline-block; }
}




/* ::::::::::: BANNER BUTTONS ::::::::::: */
.banners { display:flex; flex-wrap:wrap; }
.banners > * { --banners-width:100%; font-size:calc( 0.5em + 0.5em * var(--banners-width) ); width:var(--banners-width); margin:0; display:block; } /*between 1.5%*/
.banners.c2 > * { --banners-width:50%; }
.banners.c3 > * { --banners-width:33.333%; }
.banners.c4 > * { --banners-width:25%; }
.banners.c5 > * { --banners-width:20%; }
.banners.c2.n1 > * { --banners-width:100%; }
.banners.c5.n4 > *, .banners.c5.n7 > :nth-child(n+4), .banners.c5.n8 > *, .banners.c5.n9 > :nth-child(-n+4), .banners.c5.n11 > :nth-child(n+4), .banners.c5.n12 > *, .banners.c5.n13 > :nth-child(-n+8), .banners.c5.n14 > :nth-child(-n+4), .banners.c5.n16 > *, .banners.c5.n17 > :nth-child(-n+12), .banners.c5.n18 > :nth-child(-n+8), .banners.c5.n19 > :nth-child(-n+4), .banners.c5.n21 > :nth-child(-n+16), .banners.c5.n22 > :nth-child(-n+12), .banners.c5.n23 > :nth-child(-n+8), .banners.c5.n24 > :nth-child(-n+4)
{ --banners-width:25%; }
.banners.c4.n5 > *
{ --banners-width:20%; }
.banners.c2.n3 > *, .banners.c2.n5 > :nth-child(n+3), .banners.c2.n7 > :nth-child(n+5), .banners.c2.n11 > :nth-child(n+9), .banners.c2.n13 > :nth-child(n+11), .banners.c2.n15 > :nth-child(n+13), .banners.c2.n17 > :nth-child(n+15), .banners.c2.n19 > :nth-child(n+17), .banners.c2.n21 > :nth-child(n+19),
.banners.c3.n5 > *,
.banners.c4.n3 > *, .banners.c4.n6 > *, .banners.c4.n7 > :nth-child(-n+3), .banners.c4.n9 > *, .banners.c4.n10 > :nth-child(-n+6), .banners.c4.n11 > :nth-child(-n+3), .banners.c4.n13 > :nth-child(-n+9), .banners.c4.n14 > :nth-child(-n+6), .banners.c4.n15 > :nth-child(-n+3), .banners.c4.n17 > :nth-child(-n+9), .banners.c4.n18 > :nth-child(-n+6), .banners.c4.n19 > :nth-child(-n+3), .banners.c4.n21 > :nth-child(-n+9), .banners.c4.n22 > :nth-child(-n+6), .banners.c4.n23 > :nth-child(-n+3),
.banners.c5.n3 > *, .banners.c5.n6 > *, .banners.c5.n7 > :nth-child(-n+3), .banners.c5.n11 > :nth-child(-n+3)
{ --banners-width:33.333%; }
.banners.c3.n4 > *, .banners.c3.n5 > :nth-child(-n+2), .banners.c3.n7 > :nth-child(-n+4), .banners.c3.n8 > :nth-child(-n+2), .banners.c3.n10 > :nth-child(-n+4), .banners.c3.n11 > :nth-child(-n+2), .banners.c3.n13 > :nth-child(-n+4), .banners.c3.n14 > :nth-child(-n+2), .banners.c3.n16 > :nth-child(-n+4), .banners.c3.n17 > :nth-child(-n+2), .banners.c3.n19 > :nth-child(-n+4), .banners.c3.n20 > :nth-child(-n+2), .banners.c3.n22 > :nth-child(-n+4), .banners.c3.n23 > :nth-child(-n+2),
.banners.c3.n2 > *, .banners.c4.n2 > *, .banners.c5.n2 > *, .banners.c3.n1 > *, .banners.c4.n1 > *, .banners.c5.n1 > *
 { --banners-width:50%; }

@media screen and ( max-width : 934px ){
  .banners.c5 > :nth-child(n)
  { --banners-width:25%; }
  .banners.c4.n5 > :nth-child(n),
  .banners.c5.n1 > *, .banners.c5.n2 > *, .banners.c5.n3 > *, .banners.c5.n6 > *, .banners.c5.n7 > :nth-child(-n+3), .banners.c5.n9 > *, .banners.c5.n10 > :nth-child(-n+6), .banners.c5.n11 > :nth-child(-n+3), .banners.c5.n13 > :nth-child(-n+9), .banners.c5.n14 > :nth-child(-n+6), .banners.c5.n15 > :nth-child(-n+3), .banners.c5.n17 > :nth-child(-n+9), .banners.c5.n18 > :nth-child(-n+6), .banners.c5.n19 > :nth-child(-n+3), .banners.c5.n21 > :nth-child(-n+9), .banners.c5.n22 > :nth-child(-n+6), .banners.c5.n23 > :nth-child(-n+3)
  { --banners-width:33.3333%; }
  .banners.c4.n5 > :nth-child(-n+2)
  { --banners-width:50%; }
}
@media screen and ( max-width : 781px ){
  .banners.c3:not(.c4) > *
  { --banners-width:50%; }
  .banners.c4:not(.c5) > *, .banners.c4:not(.c5).n3 > :nth-child(n), .banners.c4:not(.c5).n4 > :nth-child(n), .banners.c4:not(.c5).n5 > :nth-child(n), .banners.c4:not(.c5).n6 > :nth-child(n), .banners.c4:not(.c5).n7 > :nth-child(n), .banners.c4:not(.c5).n8 > :nth-child(n), .banners.c4:not(.c5).n9 > :nth-child(n), .banners.c4:not(.c5).n10 > :nth-child(n), .banners.c4:not(.c5).n11 > :nth-child(n), .banners.c4:not(.c5).n12 > :nth-child(n), .banners.c4:not(.c5).n13 > :nth-child(n), .banners.c4:not(.c5).n14 > :nth-child(n), .banners.c4:not(.c5).n15 > :nth-child(n), .banners.c4:not(.c5).n16 > :nth-child(n), .banners.c4:not(.c5).n17 > :nth-child(n), .banners.c4:not(.c5).n18 > :nth-child(n), .banners.c4:not(.c5).n19 > :nth-child(n), .banners.c4:not(.c5).n20 > :nth-child(n), .banners.c4:not(.c5).n21 > :nth-child(n), .banners.c4:not(.c5).n22 > :nth-child(n), .banners.c4:not(.c5).n23 > :nth-child(n), .banners.c4:not(.c5).n24 > :nth-child(n)
  { --banners-width:33.3333%; }
  .banners.c4:not(.c5).n1 > :nth-child(n), .banners.c4:not(.c5).n2 > :nth-child(n), .banners.c4:not(.c5).n4 > :nth-child(n), .banners.c4:not(.c5).n5 > :nth-child(-n+2), .banners.c4:not(.c5).n7 > :nth-child(-n+4), .banners.c4:not(.c5).n8 > :nth-child(-n+2), .banners.c4:not(.c5).n10 > :nth-child(-n+4), .banners.c4:not(.c5).n11 > :nth-child(-n+2), .banners.c4:not(.c5).n13 > :nth-child(-n+4), .banners.c4:not(.c5).n14 > :nth-child(-n+2), .banners.c4:not(.c5).n16 > :nth-child(-n+4), .banners.c4:not(.c5).n17 > :nth-child(-n+2), .banners.c4:not(.c5).n19 > :nth-child(-n+4), .banners.c4:not(.c5).n20 > :nth-child(-n+2), .banners.c4:not(.c5).n22 > :nth-child(-n+4), .banners.c4:not(.c5).n23 > :nth-child(-n+2)
  { --banners-width:50%; }
  .banners.c5 > *, .banners.c5.n3 > :nth-child(n), .banners.c5.n4 > :nth-child(n), .banners.c5.n5 > :nth-child(n), .banners.c5.n6 > :nth-child(n), .banners.c5.n7 > :nth-child(n), .banners.c5.n8 > :nth-child(n), .banners.c5.n9 > :nth-child(n), .banners.c5.n10 > :nth-child(n), .banners.c5.n11 > :nth-child(n), .banners.c5.n12 > :nth-child(n), .banners.c5.n13 > :nth-child(n), .banners.c5.n14 > :nth-child(n), .banners.c5.n15 > :nth-child(n), .banners.c5.n16 > :nth-child(n), .banners.c5.n17 > :nth-child(n), .banners.c5.n18 > :nth-child(n), .banners.c5.n19 > :nth-child(n), .banners.c5.n20 > :nth-child(n), .banners.c5.n21 > :nth-child(n), .banners.c5.n22 > :nth-child(n), .banners.c5.n23 > :nth-child(n), .banners.c5.n24 > :nth-child(n)
  { --banners-width:33.3333%; }
  .banners.c5.n1 > :nth-child(n), .banners.c5.n2 > :nth-child(n), .banners.c5.n4 > :nth-child(n), .banners.c5.n5 > :nth-child(-n+2), .banners.c5.n7 > :nth-child(-n+4), .banners.c5.n8 > :nth-child(-n+2), .banners.c5.n10 > :nth-child(-n+4), .banners.c5.n11 > :nth-child(-n+2), .banners.c5.n13 > :nth-child(-n+4), .banners.c5.n14 > :nth-child(-n+2), .banners.c5.n16 > :nth-child(-n+4), .banners.c5.n17 > :nth-child(-n+2), .banners.c5.n19 > :nth-child(-n+4), .banners.c5.n20 > :nth-child(-n+2), .banners.c5.n22 > :nth-child(-n+4), .banners.c5.n23 > :nth-child(-n+2)
  { --banners-width:50%; }
  .banners.c3:not(.c4).n1 > *, .banners.c4:not(.c5).n1 > *, .banners.c5.n1 > *
  { --banners-width:100%; }
  .banners.c3:not(.c4).n3 > :nth-child(1), .banners.c3:not(.c4).n5 > :nth-child(1), .banners.c3:not(.c4).n7 > :nth-child(1), .banners.c3:not(.c4).n9 > :nth-child(1), .banners.c3:not(.c4).n11 > :nth-child(1), .banners.c3:not(.c4).n13 > :nth-child(1), .banners.c3:not(.c4).n15 > :nth-child(1), .banners.c3:not(.c4).n17 > :nth-child(1), .banners.c3:not(.c4).n19 > :nth-child(1), .banners.c3:not(.c4).n21 > :nth-child(1), .banners.c3:not(.c4).n23 > :nth-child(1), .banners.c3:not(.c4).n25 > :nth-child(1),
  .banners.c4:not(.c5):not(.n2):not(.n4):not(.n6):not(.n8):not(.n10):not(.n12):not(.n14):not(.n16):not(.n18):not(.n20):not(.n22):not(.n24) > :first-child
  { --banners-width:100%; }
}
@media screen and ( max-width : 600px ){
  .banners.c2:not(.c3) > :nth-child(n)
  { --banners-width:100%; }
}
@media screen and ( max-width : 480px ){
  .banners.c5 > :nth-child(n)
  { --banners-width:50%; }
  .banners.c5:not(.n2):not(.n4):not(.n6):not(.n8):not(.n10):not(.n12):not(.n14):not(.n16):not(.n18):not(.n20):not(.n22):not(.n24) > :first-child
  { --banners-width:100%; }
}
@media screen and ( max-width : 380px ){
  .banners > :nth-child(n), .banners.c3:not(.c4).n2 > :nth-child(n), .banners.c3:not(.c4).n3 > :nth-child(n), .banners.c3:not(.c4).n4 > :nth-child(n), .banners.c3:not(.c4).n5 > :nth-child(n), .banners.c3:not(.c4).n6 > :nth-child(n), .banners.c3:not(.c4).n7 > :nth-child(n), .banners.c3:not(.c4).n8 > :nth-child(n), .banners.c3:not(.c4).n9 > :nth-child(n), .banners.c3:not(.c4).n10 > :nth-child(n), .banners.c3:not(.c4).n11 > :nth-child(n), .banners.c3:not(.c4).n12 > :nth-child(n), .banners.c3:not(.c4).n13 > :nth-child(n), .banners.c3:not(.c4).n14 > :nth-child(n), .banners.c3:not(.c4).n15 > :nth-child(n), .banners.c3:not(.c4).n16 > :nth-child(n), .banners.c3:not(.c4).n17 > :nth-child(n), .banners.c3:not(.c4).n18 > :nth-child(n), .banners.c3:not(.c4).n19 > :nth-child(n), .banners.c3:not(.c4).n20 > :nth-child(n), .banners.c3:not(.c4).n21 > :nth-child(n), .banners.c3:not(.c4).n22 > :nth-child(n), .banners.c3:not(.c4).n23 > :nth-child(n), .banners.c3:not(.c4).n24 > :nth-child(n)
  { --banners-width:100%; }
}



/* ::::::::::: SOCIAL BUTTONS ::::::::::: */
.share-button { overflow: visible; position:relative; padding:0; margin: 0; display:inline-flex;flex-wrap:nowrap; align-items:center; text-align:center; }
.share-button i::before { margin-left: 0; }
.share-button-text { display:block; line-height:1; padding:8px; font-size:.875em; background-color:var(--body-color); border-width:var(--border-width); border-radius:var(--border-radius); }
.share-button-text:hover { color:var(--hover-color);}
.share-button input.share-button-cb { display:none!important; }
.share-button-cb:checked ~ .share-icons { opacity: 1; width:auto; max-width:360px; top:-1em; bottom: -1em; overflow:visible; animation:overflow-for-tooltip var(--transition); }
.share-button .share-icons { max-width: 0; opacity: 0; overflow: hidden; z-index: 1; width:auto; margin: 0; padding:0 8px; transition: all var(--transition) ease-in; }
@keyframes overflow-for-tooltip { 0% { overflow:hidden; } 99% { overflow:hidden; } 100% { overflow: visible; } }
.share-icons { display:flex; flex-wrap:nowrap; align-items:center; text-align:center; }
.share-icons li { display:block; padding:0; margin:0 2px; position:relative; }
.share-icons li a { margin:0; display:block; font-size:1.5em; width:1.33em; height:1.33em; line-height:1; color:currentColor; position:relative; text-indent:-100em; overflow:hidden; }
.share-icons li a:hover { color:currentColor; opacity:.8; }
.share-icons li i { font-size:inherit; margin:auto; display:block; width:1em; height:1em; position:absolute; left:0; top:0; right:0; bottom:0; text-indent:0; }
.share-icons li i::before { margin:0; }
.share-icons .share-url { color:var(--link-color); }
.share-icons .share-twitter { color:#1DA1F2; }
.share-icons .share-facebook { color:#3B5998; }
.share-icons .share-hatebu { color:#5279E7; }
.share-icons .share-note { color:#32b292; }
.share-icons .share-line { color:#00B900; }
.share-icons .share-whatsup { color:#00B900; }
.share-icons .share-linkedin { color:#0077B5; }
.share-icons .share-pocket { color:#ee4056; }
.share-icons .share-pinterest { color:#BD081C; }
.share-url-tooltip { display:block; height:0; transition:all var(--transition) ease-in; overflow:hidden; position:absolute; z-index: 2; bottom:100%; left:-100px; right:-100px; width: auto; margin: 0 auto 8px; text-align: center; }
.share-url-tooltip-text { display:inline-block; margin: 0; font:var(--note-font); padding:0 8px; background-color:var(--layer-color); }
.share-icons li.share-url a.active + .share-url-tooltip { height:20px; }

/*
.share-icons li.share-twitter a { color:#5b9bb0; }
.share-icons li.share-facebook a { color:#695bb0; }
.share-icons li.share-url a { color:#b16142; }
.share-icons li.share-hatebu a { color:#5b79b0; }
.share-icons li.share-note a { color:#5b9bb0; }
.share-icons li.share-line a { color:#87b05b; }
.share-icons li.share-linkedin a { color:#699e7b; }
.share-icons li.share-pocket a { color:#b05b6d; }
.share-icons li.share-pinterest a { color:#b0635b; } */

.share-icons li a:hover { opacity: .8; }

.sns-linkto { text-align:center; margin:0; padding:0; }
.sns-linkto > li { display:inline-block; margin:0 3px; vertical-align:middle; }
.sns-linkto > li a { color:var(--opposite-color); background-color:rgba(var(--shadow-rgba),0.4); text-align:center; display:block; margin:0; padding:8px 0; width:40px; height:40px; font-size:22px; line-height:24px; border-radius:50%; }




/* ::::::::::: CONTACT FORM ::::::::::: */
.wpcf7 { position:relative; clear:both; border-color:inherit; }
.wpcf7 .screen-reader-response { display:none; }
.wpcf7-form { position:relative; border-width:0; }
.wpcf7-form, .wpcf7-form::before, .wpcf7-form::after { transition:opacity var(--transition);}
.wpcf7-form > :first-child, .wpcf7-form > div[style="display: none;"]:first-child + * { margin-top:0; } /* wpcf7によって最初に吐き出されるhidden要素 */
.form-send .watermark { color:var(--strong-color); }
.form-box .wpcf7-radio, .form-box .wpcf7-checkbox { padding:16px 16px 8px 16px; background-color:var(--layer-color); }
.form-box > p:first-child { margin:0; }
.wpcf7-list-item { font-size:16px; display:inline-block; padding:0; margin:0; }
.form-box { clear:both; width:auto; padding:16px 0 0; margin:0; position:relative; }
.small-form-box .wpcf7-form-control-wrap { width:15em }
.medium-form-box .wpcf7-form-control-wrap { width:30em; }
.form-head { clear:both; width:100%; margin:var(--column-gap) 0 0; padding:16px 0 0; }
.form-head h3 { font-size:1.1em; margin: 0; }
.form-head h4 { font-size:1em; margin: 0; }
.form-box + *:not(.form-box) { clear: left; }
.form-box em, .form-head em, .required { color:var(--caution-color); background-color:transparent; font-family:inherit; border-width:0; text-decoration:none; }
.form-box em::before, .form-head em::before, .required::before { content:' '; }
.wpcf7 .headword { display:block; padding:4px 0; font-size:.875em; }
.wpcf7 .wpcf7-form-control-wrap { bottom:0; padding:0; display:block; position:relative; max-width:100%; }
.form-box-acceptance .wpcf7-form-control-wrap { border-width:0; }
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 input[type="number"], .wpcf7 input[type="url"], .wpcf7 input[type="date"], .wpcf7 input[type="password"] , .wpcf7 select { width:100%; /*padding-left:86px; */text-align:left; }
.wpcf7 .wpcf7-textarea { display:block; width:100%; resize:vertical; padding:12px 8px; margin:0!important; text-align:left; }
.form-send, .cf7mls-btns { clear:both; padding:0; margin:0; position:relative; }
.form-send .wpcf7-submit { width:100%; display:block; }
.wpcf7-form.ajaxsending .cf7mls-btns::before, .wpcf7-form.ajaxsending .form-send::before { display:block; content:''; background-color:transparent; border-width: 0; position:absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 2; } /* click block */
.form-box.no-border .wpcf7-form-control-wrap { border-color:transparent; background-color:transparent; }
.form-box.no-border .wpcf7-radio, .form-box.no-border .wpcf7-checkbox, .form-box.no-border .wpcf7-list-item { padding-left:0; }
.captcha-box { display:block; background-color:var(--layer-color); padding:4px; font-size:11px; }
.captcha-box .captchac { float:left; display:block; line-height:36px; }
.captcha-box .captchac img { vertical-align:middle; }
.captcha-box::after { content:''; display:table; clear:both; }
.captcha-box .captchar input[type="text"] { float:right; display:block; width:100px; height:40px; }
.grecaptcha-badge { visibility: hidden; }
.recaptcha_policy { font-size:10px; color:var(--gray-color); text-align:center; }
.wpcf7-not-valid-tip { position:absolute; top:var(--input-border-width, 0px); right:var(--input-border-width, 0px); z-index:10; }
.jetpack_subscription_widget .success p, .jetpack_subscription_widget p.error { background-color:var(--strong-color); border-width:0; color:var(--opposite-color); font:var(--note-font); font-weight:600; padding:6px; line-height:16px; }
.jetpack_subscription_widget p.error { background-color:var(--caution-color); }
.wpcf7-mail-sent-ok, .wpcf7-not-valid-tip, .wpcf7-mail-sent-ng, .wpcf7-spam-blocked, .wpcf7-validation-errors, .wpcf7-response-output, .wpcf7-acceptance-missing, .wpcf7-not-valid-tip-no-ajax { background-color:var(--strong-color); border-width:0; color:var(--opposite-color); font-weight:600; font:var(--note-font); padding:6px; line-height:1; }
.wpcf7-mail-sent-ok { display:none!important; }
.form-response, .wpcf7-response-output { font-weight:600; text-align:center; padding:8px; font:var(--note-font); line-height:16px; vertical-align:middle; }
.wpcf7-response-output:empty, .wpcf7-form.sent .wpcf7-response-output { display:none }
.form-response { position:relative; margin:8px 0; z-index:2; height:32px; }
.form-response .wpcf7-response-output { position:absolute; top:0; left:0; right:0; bottom:auto; }
.wpcf7-form.submitting::before, .wpcf7-form.resetting::before, .wpcf7-form.sent::before { display:block; content:''; position:absolute; z-index:41; left:0; right:0; bottom:0; top:0; opacity:1; }
.wpcf7-form.submitting::after, .wpcf7-form.resetting::after { display:block; content:''; border-radius:50%; font-size:10px; width:6em; height:6em; margin:auto; position:absolute; opacity:1; z-index:42; left:0; right:0; bottom:calc(50vh - 3em); top:auto; border-width:.5em; border-style:solid; border-color:rgba(var(--shadow-rgba),0.05) rgba(var(--shadow-rgba),0.05) rgba(var(--shadow-rgba),0.05) rgba(var(--shadow-rgba),0.25); transform:translateZ(0); animation:load8 1.1s infinite linear; }
.thankyou_message::after { font-family:'fontello'; content:'\e90f'; display:block; position:absolute; right:0; top:0; }
.thankyou_message { display:none!important; position:absolute; top:0; left:0; right:0; bottom:0; z-index:49; }
.thankyou_message > div { text-align:center; position:absolute; bottom:160px; left:0; right:0; padding:var(--column-gap); }
.thankyou_message > div > p { text-align:center; }
.thankyou_message .button { width: 100%; max-width:360px; margin:16px auto 0; }
.thankyou_message h2 { font-size:1.2em; text-align:center; }
.wpcf7-form.submitting > *, .wpcf7-form.resetting > *, .wpcf7-form.sent:not(.cf7mls) > * { opacity:.15;  }
.wpcf7-form.sent > .thankyou_message { display:block!important; opacity: 1; }

.repeater-form-box { padding:0 0 0 40px; counter-increment:repeaterform; position:relative; }
.repeater-form-box + .repeater-form-box { margin-top:12px; }
.repeater-form-box .repeater_remove_field { display:block; position:absolute; left:16px; top:0; font-size:.75em; line-height:18px; width:20px; height:20px; text-align:center; border-radius:50%; border-width:var(--border-width); background-color: var(--body-color); color: inherit; margin: 0; padding: 0; transform:translate(-50%,-50%);}
.repeater-form-box .repeater_remove_field i { margin: 0; padding: 0; }
.repeater-form-box .repeater_remove_field:hover{ border-color:var(--theme-color); color:var(--theme-color); }
.repeater-form-box::after { content:counter(repeaterform); position:absolute; left:0; width:32px; top:0; bottom:0; font-size:.875em; line-height:1; height:1em; text-align:center; margin:auto 0; vertical-align:middle; }
.repeater-form-box::before { background-color:var(--layer-color); content: ''; display:block; position:absolute; left:0; width:32px; top:0px; bottom:0; }
.repeater-form-buttons button { display:inline-block; padding:12px 16px; }
.repeater-form-buttons .add_field_by_number { position:relative; z-index:1; display:inline-block; }
.repeater-form-buttons .add_field_by_number_button { padding-left:80px; position:relative; z-index:1; }
.repeater-form-buttons .add_field_by_number input.rich_select_field_number { display:block; padding:calc( var(--input-border-width) + var(--input-padding) - ( var(--input-line-height) - 1 ) * var(--input-font-size) * 0.5 - 4px ) 8px; border-width:0; width:64px; height: auto; position:absolute; z-index:2; left:4px; top:4px; }
.repeater-form-buttons > * + * { margin-left: 8px; }
.repeater-form-buttons .repeater_remove_field { display:none; }
.repeater-form-box + .repeater-form-box + .repeater-form-buttons .repeater_remove_field { display:inline-block; }
.repeater-form-buttons { counter-reset:repeaterform; text-align:right; padding:8px 0; }

@media screen and ( max-width : 781px ){
  .wpcf7 { margin:0; }
  .wpcf7-radio { height:auto; padding-top:5px; padding-bottom:5px; }
  .thankyou_message > div { padding:16px; bottom:120px; }
  .medium-form-box, .div2-form-box { width:100%; margin:8px 0; }
  .form-send { margin-top: 8px; }
}
@media screen and ( min-width : 600.1px ){
  .div2-form-box { width:49%; float:left; }
  .div2-form-box + .div2-form-box { margin-left:2%; clear:none; }
  .div2-form-box + .div2-form-box + .div2-form-box { margin-left:0; clear:left; }
  .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box { margin-left:2%; clear:none; }
  .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box { margin-left:0; clear:left; }
  .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box { margin-left:2%; clear:none; }
  .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box { margin-left:0; clear:left; }
  .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box { margin-left:2%; clear:none; }
  .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box { margin-left:0; clear:left; }
  .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box + .div2-form-box { margin-left:2%; clear:none; }
  .div3-form-box { width:32%; float:left; }
  .div3-form-box + .div3-form-box { margin-left:2%; clear:none; }
  .div3-form-box + .div3-form-box + .div3-form-box + .div3-form-box { margin-left:0%; clear:left; }
  .div3-form-box + .div3-form-box + .div3-form-box + .div3-form-box + .div3-form-box { margin-left:2%; clear:none; }
  .div3-form-box + .div3-form-box + .div3-form-box + .div3-form-box + .div3-form-box + .div3-form-box + .div3-form-box { margin-left:0%; clear:left; }
  .div3-form-box + .div3-form-box + .div3-form-box + .div3-form-box + .div3-form-box + .div3-form-box + .div3-form-box + .div3-form-box { margin-left:2%; clear:none; }
  .div3-form-box + .div3-form-box + .div3-form-box + .div3-form-box + .div3-form-box + .div3-form-box + .div3-form-box + .div3-form-box + .div3-form-box + .div3-form-box { margin-left:0%; clear:left; }
}
@media screen and ( max-width : 600px ){
  .div3-form-box .wpcf7-form-control-wrap, .wpcf7-form-control-wrap[class$=zip], .wpcf7-form-control-wrap[class$=Zip], .wpcf7-form-control-wrap[class$=Postcode], .wpcf7-form-control-wrap[class$=postcode], .wpcf7-form-control-wrap[class$=Pref], .wpcf7-form-control-wrap[class$=pref], .wpcf7-form-control-wrap[class$=Date], .wpcf7-form-control-wrap[class$=date], .wpcf7-form-control-wrap[class$=Time], .wpcf7-form-control-wrap[class$=time] { width:14em; max-width: 100%; }
}
@media screen and ( max-width : 480px ){
  .thankyou_message > div { text-align:left; padding:12px; bottom:40px; }
  .thankyou_message h2 { font-size:1.2em; }
}


/*::::::::::: JETPACK LAZY IMAGES EFFECT SETTINGS ::::::::::: */
html.jetpack-lazy-images-js-enabled .jetpack-lazy-image { opacity:0; }
html.jetpack-lazy-images-js-enabled .jetpack-lazy-image.jetpack-lazy-image--handled { transition:all var(--transition) ease-in; opacity:1; }
html:not(.js_enabled) .swiper { opacity: 0; height:60vh; }
.swiper { transition:opacity var(--transition) ease-in; opacity:1; }


/*::::::::::: PHOTOSWIPE JS SETTINGS ::::::::::: */
.pswp { display:none; position:absolute; width:100%; height:100%; left:0; top:0; overflow:hidden; -ms-touch-action:none; touch-action:none; z-index:1500; -webkit-text-size-adjust:100%; -webkit-backface-visibility:hidden; backface-visibility:hidden; outline:none; }
.pswp * { box-sizing:border-box; }
.pswp img { max-width:none; }
.pswp--animate_opacity { opacity:.001; will-change:opacity; /* for open/close transition */ transition:opacity var(--transition) cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--open { display:block; }
.pswp--zoom-allowed .pswp__img { cursor:-webkit-zoom-in; cursor:-moz-zoom-in; cursor:zoom-in; }
.pswp--zoomed-in .pswp__img { cursor:-webkit-grab; cursor:-moz-grab; cursor:grab; }
.pswp--dragging .pswp__img { cursor:-webkit-grabbing; cursor:-moz-grabbing; cursor:grabbing; }
.pswp__bg { position:absolute; left:0; top:0; width:100%; height:100%; background-color:rgba( var(--shadow-rgba), 1); opacity:0; transform:translateZ(0); -webkit-backface-visibility:hidden; backface-visibility:hidden; will-change:opacity; }
.pswp__scroll-wrap { position:absolute; left:0; top:0; width:100%; height:100%; overflow:hidden; }
.pswp__container, .pswp__zoom-wrap { -ms-touch-action:none; touch-action:none; position:absolute; left:0; right:0; top:0; bottom:0; }

/* Prevent selection and tap highlights */
.pswp__container, .pswp__img { -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-tap-highlight-color:transparent; -webkit-touch-callout:none; }
.pswp__container:not(:hover) { transition:transform 0.35s ease-in-out; }
.pswp__zoom-wrap { position:absolute; width:100%; transform-origin:left top; /* for open/close transition */ transition:transform var(--transition) cubic-bezier(0.4, 0, 0.22, 1); }
.pswp__bg { will-change:opacity; /* for open/close transition */ transition:opacity var(--transition) cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap { transition:none; }
.pswp__container, .pswp__zoom-wrap { -webkit-backface-visibility:hidden; backface-visibility:hidden; }
.pswp__item { position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden; }
.pswp__img { position:absolute; width:auto; height:auto; top:0; left:0; }
.pswp__img--placeholder { -webkit-backface-visibility:hidden; backface-visibility:hidden; }
.pswp__img--placeholder--blank { background-color:#222; }
.pswp__video_wrap { position:absolute; left:50%; top:50%; transform: translate(-50%,-50%); display:block; width:100%; height:auto; margin:auto; z-index:1045; max-width:1080px; }
.pswp__video_wrap::before { content:''; padding:56.25% 0 0; }
.pswp__video_wrap { background-color:rgba( var(--shadow-rgba), 1); }
.pswp__video_wrap .pswp__video_poster { max-width:100%; max-height:100%; width:1280px; margin:0; padding:0; background-color:rgba( var(--shadow-rgba), 1); position: relative; }
.pswp__video_wrap img.pswp__video_poster { height:auto; width:auto; opacity:0; }
.pswp__video_wrap .pswp__video_poster:empty::before { padding:56.25% 0 0 0; margin:0; display:block; content:''; }
.pswp__video_wrap > iframe, .pswp__video_wrap > video { position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; }
.pswp__video_wrap::after { height:0!important; margin:0; padding:0; }

.pswp--ie .pswp__img { width:100% !important; height:auto !important; left:0; top:0; }
.pswp__error-msg { position:absolute; left:0; top:50%; width:100%; text-align:center; font-size:14px; line-height:16px; margin-top:-8px; color:var(--gray-color); }
.pswp__error-msg a { color:var(--gray-color); text-decoration:underline; }

/* 1. Buttons */
.pswp__button { width:44px; height:44px; font-size:24px; line-height:1; position:relative; background:none; cursor:pointer; overflow:visible; -webkit-appearance:none; -moz-appearance:none; appearance:none; display:block; border-width:0; padding:0; margin:0; float:right; opacity:.75; transition:opacity 0.2s; box-shadow:none; min-width:0;  min-height:0; border:none;  text-align:inherit; background-color:transparent; text-transform:inherit; letter-spacing:inherit; color:inherit; border-radius:0; }
.pswp__button:focus, .pswp__button:hover { opacity:1; } .pswp__button:active { outline:none; opacity:.85; } .pswp__button::-moz-focus-inner { padding:0; border-width:0; }
.pswp__ui--over-close .pswp__button--close { opacity:1; }
.pswp__button, .pswp__button--arrow--left::before, .pswp__button--arrow--right::before { width:44px; height:44px; text-align:center; }
.pswp__button::before { font-family:'fontello'; color:inherit; display:block; padding:10px 0; }
.pswp__button--arrow--left::before, .pswp__button--arrow--right::before { display:block; content:'';  background-position:center; background-size:auto 80%; background-repeat:no-repeat; }
.pswp__button--close::before { display:block; content:''; width:40px; height:40px; padding:0; background-position:center; background-size:auto 80%; background-repeat:no-repeat; }
.pswp__button--share::before { content:'\e933'; }
.pswp__button--fs { display:none; }
.pswp--supports-fs .pswp__button--fs { display:block;  content:'\e96d'; }
.pswp--fs .pswp__button--fs::before { content:'\e96c'; }
.pswp__button--zoom { display:none; }
.pswp--zoom-allowed .pswp__button--zoom::before { display:block; content:'\e96a'; }
.pswp--zoomed-in .pswp__button--zoom::before {content:'\e96b'; }
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right { visibility:hidden; }
.pswp .pswp__button, .pswp .pswp__button:hover, .pswp .pswp__button.hover { background-color:transparent; }
.pswp__button--arrow--left, .pswp__button--arrow--right { top:50%; margin-top:-50px; width:70px; height:100px; position:absolute; }
.pswp__button--arrow--left { left:0; }
.pswp__button--arrow--right { right:0; }
.pswp__button--arrow--left::before, .pswp__button--arrow--right::before { top:35px; position:absolute; }
.pswp__button--arrow--left::before { left:6px; }
.pswp__button--arrow--right::before { right:6px; }
/* 3. Index indicator ("1 of X" counter) */
.pswp__counter { position:absolute; left:0; top:0; height:44px; font-size:.75em; line-height:44px; color:var(--opposite-color); opacity:.75; padding:0 10px; }
/*  4. Caption */
.pswp__caption { position:absolute; left:0; bottom:0; width:100%; min-height:44px; padding:8px 12px; color:var(--gray-color); }
.pswp__caption small { font:var(--note-font); color:inherit; }
.pswp__caption a { color:inherit; }
.pswp__caption__center { text-align:center; max-width:var(--content-width); margin:0 auto; font:var(--note-font); padding:0; color:inherit; }
.pswp__caption__center .pswp__caption__text { display:block; max-width:100%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; max-height:30px; line-height:20px; }
.pswp__caption__center__opened .pswp__caption__text { white-space:normal; max-height:20em!important; }
.pswp__caption__link{ display:block; text-align:center; }
.pswp__caption--empty { display:none; }
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake { visibility:hidden; }
/* 5. Loading indicator (preloader) */
.pswp__preloader { width:44px; height:44px; position:absolute; top:0; left:50%; margin-left:-22px; opacity:0; transition:opacity var(--transition) ease-out; will-change:opacity; direction:ltr; }
.pswp__preloader__icn { width:20px; height:20px; margin:12px; }
.pswp__preloader--active { opacity:1; }
.pswp--css_animation .pswp__preloader--active { opacity:1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn { animation:clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut { animation:donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn { background:none; opacity:.75; width:14px; height:14px; position:absolute; left:15px; top:15px; margin:0; }
.pswp--css_animation .pswp__preloader__cut { position:relative; width:7px; height:14px; overflow:hidden; }
.pswp--css_animation .pswp__preloader__donut { box-sizing:border-box; width:14px; height:14px; border:2px solid var(--opposite-color); border-radius:50%; border-left-color:transparent; border-bottom-color:transparent; position:absolute; top:0; left:0; background:none; margin:0; }
@media screen and ( max-width : 1200px ) {
  .pswp__preloader { position:relative; left:auto; top:auto; margin:0; float:right; }
}
@media screen and ( max-width : 480px ) {
  .pswp__button--arrow--left::before { left:0; }
  .pswp__button--arrow--right::before { right:0; }
}
@keyframes clockwise { 0% { transform:rotate(0deg); } 100% { transform:rotate(360deg); } }
@keyframes donut-rotate { 0% { transform:rotate(0); } 50% { transform:rotate(-140deg); } 100% { transform:rotate(0); } }

/*  6. Additional styles */
.pswp__ui { -webkit-font-smoothing:auto; visibility:visible; opacity:1; z-index:1550; }
.pswp__top-bar { position:absolute; left:0; top:0; height:44px; width:100%; }
.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right { -webkit-backface-visibility:hidden; backface-visibility:hidden; will-change:opacity; transition:opacity var(--transition) cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right { visibility:visible; }
.pswp__top-bar { background-color:transparent; }
.pswp__caption { background-color:rgba(var(--shadow-rgba),0.4); }
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption { background-color:rgba(var(--shadow-rgba),0.4); }
.pswp__ui--idle .pswp__top-bar { opacity:0; }
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right { opacity:0; }
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right { /* Force paint & create composition layer for controls. */ opacity:.001; }
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter { display:none; }
.pswp__element--disabled { display:none !important; }
.pswp--minimal--dark .pswp__top-bar { background:none; }




/*::::::::::: SWIPER JS SETTINGS ::::::::::: */
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 * Copyright 2014-2019 Vladimir Kharlampidi
 * Released under the MIT License
 * Released on:February 22, 2019
 */

.swiper-container { margin:0; position:relative; list-style:none; overflow:hidden; display:block; list-style:none; padding:0; /* Fix of Webkit flickering */ z-index:1; }
.swiper-container-no-flexbox .swiper-slide { float:left; }
.swiper-container-vertical > .swiper-wrapper { flex-direction:column; }
.swiper-wrapper { margin:0; padding:0; position:relative; list-style:none; width:100%; height:100%; z-index:1; line-height:inherit; display:flex; flex-wrap:nowrap!important; transition-property:transform; box-sizing:content-box; }
.swiper-container-android .swiper-slide, .swiper-wrapper { transform:translate3d(0px, 0, 0); }
.swiper-container-multirow > .swiper-wrapper { flex-wrap:wrap; }
.swiper-container-free-mode > .swiper-wrapper { transition-timing-function:ease-out; margin:0 auto; }
.swiper-slide { margin: 0; padding: 0; width:100%; height:100%; border-width:0; flex-shrink:0; list-style:none; display:block; position:relative; z-index: 1; transition-property:transform; }
.swiper-slide-invisible-blank { visibility:hidden; }
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height:auto; }
.swiper-container-autoheight .swiper-wrapper { align-items:flex-start; transition-property:transform, height; }
/* 3D Effects */
.swiper-container-3d { perspective:1200px; }
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow { transform-style:preserve-3d; }
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom { position:absolute; left:0; top:0; width:100%; height:100%; pointer-events:none; z-index:10; }
.swiper-container-3d .swiper-slide-shadow-left { background-image:linear-gradient(to left, rgba(var(--shadow-rgba),0.5), rgba(var(--shadow-rgba),0)); }
.swiper-container-3d .swiper-slide-shadow-right { background-image:linear-gradient(to right, rgba(var(--shadow-rgba),0.5), rgba(var(--shadow-rgba),0)); }
.swiper-container-3d .swiper-slide-shadow-top { background-image:linear-gradient(to top, rgba(var(--shadow-rgba),0.5), rgba(var(--shadow-rgba),0)); }
.swiper-container-3d .swiper-slide-shadow-bottom { background-image:linear-gradient(to bottom, rgba(var(--shadow-rgba),0.5), rgba(var(--shadow-rgba),0)); }
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper { -ms-touch-action: pan-y; touch-action: pan-y; }
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper { -ms-touch-action: pan-x; touch-action: pan-x; }
.swiper-button-prev, .swiper-button-next { position: absolute; top:50%; width:27px; height:44px; pointer-events:auto; margin:0; transform:translateY(-50%); z-index:10; cursor:pointer; background-color:rgba(var(--shadow-rgba), 0.1); background-size:50%; background-position:center; background-repeat:no-repeat; }
.swiper-button-disabled { opacity:.35; cursor:none; pointer-events:none; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); left: 10px; right: auto; }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); right: 10px; left: auto; }
.swiper-button-lock { display:none; }
.swiper-pagination { text-align:center; transition:300ms opacity; transform:translate3d(0, 0, 0); z-index:10; }
/* .swiper-pagination[class*=swiper-perview-] { padding-bottom:32px; } */
.swiper-pagination.swiper-pagination-hidden { opacity: 0; }
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal .swiper-pagination-bullets { position:absolute; z-index:10; bottom:0; left:0; right:auto; width:100%; }
/* Bullets */
.swiper-pagination-bullets-dynamic { overflow:hidden; font-size:0; }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transform:scale(0.33); position:relative; }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { transform:scale(1); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { transform:scale(1); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { transform:scale(0.66); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { transform:scale(0.33); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { transform:scale(0.66); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { transform:scale(0.33); }
.swiper-pagination-bullet { width:12px; height:12px; margin:0 4px; display:inline-block; border-radius:100%; background-color:var(--font-color); border-width:var(--border-width); border-color:var(--opposite-color); border-color:1px; overflow:hidden; cursor:pointer; opacity:.15; background-position:center; background-size:cover; }
.swiper-pagination-bullet:first-child:last-child { display:none; }
button.swiper-pagination-bullet { border-width:0; margin:0; padding:0; box-shadow:none; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.swiper-pagination-clickable .swiper-pagination-bullet { cursor:pointer; }
.swiper-pagination-bullet-active { opacity:1; background-color:var(--hover-color); border-color:var(--hover-color); }

.swiper-container-vertical > .swiper-pagination-bullets { position:absolute; right:10px; top:50%; transform:translate3d(0px, -50%, 0); }
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin:6px 0; display:block; }
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top:50%; transform:translateY(-50%); width:8px; }
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display:inline-block; transition:200ms transform, 200ms top; }
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left:50%; transform:translateX(-50%); white-space:nowrap; }
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition:200ms transform, 200ms left; }
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition:200ms transform, 200ms right; }
/* Progress */
.swiper-pagination-progressbar { background-color:rgba(var(--shadow-rgba),0.25); position:absolute; }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background-color:var(--theme-color); position:absolute; left:0; top:0; width:100%; height:100%; transform:scale(0); transform-origin:left top; }
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin:right top; }
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width:100%; height:4px; left:0; top:0; }
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width:4px; height:100%; left:0; top:0; }
.swiper-pagination-lock { display:none; }
/* Scrollbar */
.swiper-scrollbar { border-radius:10px; position:relative; background-color:rgba(var(--shadow-rgba),0.1); }
.swiper-container-horizontal > .swiper-scrollbar { position:absolute; left:1%; bottom:3px; z-index:50; height:5px; width:98%; }
.swiper-container-vertical > .swiper-scrollbar { position:absolute; right:3px; top:1%; z-index:50; width:5px; height:98%; }
.swiper-scrollbar-drag { height:100%; width:100%; position:relative; background-color:rgba(var(--shadow-rgba),0.5); border-radius:10px; left:0; top:0; }
.swiper-scrollbar-cursor-drag { cursor:move; }
.swiper-scrollbar-lock { display:none; }
.swiper-zoom-container { width:100%; height:100%; display:flex; justify-content:center; align-items:center; text-align:center; }
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas { max-width:100%; max-height:100%; object-fit:contain; }
.swiper-slide-zoomed { cursor:move; }
/* Preloader */
.swiper-lazy-preloader { width:100%; height:100%; position:absolute; left:0; top:0; margin:0; z-index:10; }
.swiper-lazy-preloader::before { display:block; content:''; border-radius:50%; font-size:10px; width:6em; height:6em; margin:auto; position:absolute; z-index:1; left:0; right:0; bottom:0; top:0; border-width:.5em; border-style:solid; border-color:rgba(var(--light-rgba),0.05) rgba(var(--light-rgba),0.05) rgba(var(--light-rgba),0.05) rgba(var(--light-rgba),.25); transform:translateZ(0); animation:load8 1.1s infinite linear; }
.swiper-lazy:not(.swiper-lazy-loaded) img { display:none; }
/* a11y */
.swiper-container .swiper-notification { position:absolute; left:0; top:0; pointer-events:none; opacity:0; z-index:-1000; }
.swiper-container-fade.swiper-container-free-mode .swiper-slide { transition-timing-function:ease-out; }
.swiper-container-fade .swiper-slide { pointer-events:none; transition-property:opacity; opacity:0!important; transition-duration:.5s; }
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events:auto; opacity: 1!important; }
.swiper-container-cube { overflow:visible; }
.swiper-container-cube .swiper-slide { pointer-events:none; -webkit-backface-visibility:hidden; backface-visibility:hidden; z-index:1; visibility:hidden; transform-origin:0 0; width:100%; height:100%; }
.swiper-container-cube.swiper-container-rtl .swiper-slide { transform-origin:100% 0; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events:auto; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide { pointer-events:auto; visibility:visible; }
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right { z-index:0; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
.swiper-container-cube .swiper-cube-shadow { position:absolute; left:0; bottom:0px; width:100%; height:100%; background-color:rgba( var(--shadow-rgba), 0.5); -webkit-filter:blur(50px); filter:blur(50px); z-index:0; }
.swiper-container-flip { overflow:visible; }
.swiper-container-flip .swiper-slide { pointer-events:none; -webkit-backface-visibility:hidden; backface-visibility:hidden; z-index:1; }
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events:auto; }
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right { z-index:0; -webkit-backface-visibility:hidden; backface-visibility:hidden; }

/* SWIPER with GALLERY SETTING */
.swiper-slide > .image-wrap { margin:0; padding:0; display:block; width:100%; height:100%; overflow:hidden; }
.swiper-slide > .image-wrap img { width: 100%; height: 100%; object-fit:contain; }
.swiper-slide > .image-wrap img.zoomImg { width: 100%; height:auto; object-fit:none; }

.swiper-crop-image .swiper-slide > .image-wrap img { object-fit:cover; }
.swiper-container-autoheight .swiper-slide { width: auto; } /* height 100% を指定すると、textなどの可変コンテンツ時にワークしない */
/* .swiper-container-autoheight .swiper-slide > .image-wrap, .swiper-container-autoheight .swiper-slide > .image-wrap img { height: 100%; width:auto; } */
.swiper-perview-auto .swiper-slide { width: auto; }
.swiper-perview-auto .swiper-slide > .image-wrap, .swiper-perview-auto .swiper-slide > .image-wrap img { height: 100%; width: auto; } /* perview:auto で containerのheight値が未設定かつ画像height:100%だとレスポンシブ時のwidthが取れないことに注意 */
.swiper-setting { padding:0; position:relative; }
.swiper-ratio-square::before, .swiper-ratio-horizontal::before, .swiper-ratio-custom::before, .swiper-ratio-vertical::before { display:block; content:''; padding:66.666% 0 0 0; }
.swiper-ratio-horizontal::before { padding:66.666% 0 0 0; }
.swiper-ratio-square::before { padding-top:100%; }
.swiper-ratio-vertical::before { padding-top:150%; }
.swiper-ratio-custom::before { display:none }
.swiper-ratio-horizontal .swiper-wrapper, .swiper-ratio-vertical .swiper-wrapper , .swiper-ratio-square .swiper-wrapper , .swiper-ratio-custom .swiper-wrapper  { margin:0; position:absolute; top: 0; left: 0; bottom: 0; right: 0; }
.swiper-slide-active, .swiper-slide-thumb-active { border-color:var(--theme-color); }
.swiper-container-thumbs { padding:0; margin-top:16px; position:relative; overflow:hidden; }
.swiper-container-thumbs .swiper-wrapper .swiper-slide { width:72px; }
.swiper-container-thumbs.swiper-loop .swiper-wrapper { position:relative; margin-left:calc(-50% + 48px ); }
.swiper-container-thumbs .swiper-slide { margin:0 16px; padding:0; border-width:0; cursor:pointer; }
.swiper-container-thumbs .swiper-slide::before { content:''; display:block; box-sizing:border-box; background-color:transparent; border-style:solid; border-width:4px; border-color:inherit; opacity:0; position:absolute; top: 0; right: 0; bottom: 0; left: 0; width:100%; height:100%;  z-index:2; transition:opacity var(--transition) ease-in; }
.swiper-container-thumbs .swiper-slide-active::before, .swiper-container-thumbs .swiper-slide-thumb-active::before { opacity:.85; }
.swiper-container-thumbs .swiper-slide::after { content:''; display:block; padding: 100% 0 0 0; opacity: 0!important; border:none; position:static; }
.swiper-container-thumbs .swiper-slide img { object-fit:cover; width:100%; height:100%; margin:0; position:absolute; top:0; right:0; bottom:0; left:0; }

.swiper-container-horizontal .swiper-slide { margin-left:0!important ; }
.swiper-container-vertical .swiper-slide { margin-top:0!important ; }

@media screen and ( max-width : 781px ){
  .swiper-container-thumbs .swiper-slide { width:24.2%; }
  .swiper-button-prev, .swiper-button-next { width:32px; height:32px; }
  .swiper-container-thumbs .swiper-wrapper .swiper-slide { width:64px; }
  .swiper-container-thumbs.swiper-loop .swiper-wrapper { position:relative; margin-left:calc(-50% + 40px ); }
}
@media screen and ( max-width : 479px ){
  .swiper-pagination-bullet { width:8px; height:8px; margin:0 3px; }
  .swiper-container-thumbs .swiper-wrapper .swiper-slide { width:56px; }
  .swiper-container-thumbs.swiper-loop .swiper-wrapper { position:relative; margin-left:calc(-50% + 32px ); }
}

/*::::::::::: SCROLL IN ::::::::::: */
.scrollclass.fadein { opacity:0; transform:translate(0, 100px); transition:opacity 1s, transform 1s; }
.scrollclass.fadein.trigger { opacity:1; transform:translate(0, 0); }
#tinymce .scrollclass.fadein  { opacity:1; transform:translate(0, 0); }
/* .scrollclass.fadein:nth-child(n+1) { transition-delay:0s; }
.scrollclass.fadein:nth-child(n+2) { transition-delay:0.25s; }
.scrollclass.fadein:nth-child(n+3) { transition-delay:0.3s; }
.scrollclass.fadein:nth-child(n+4) { transition-delay:0.45s; }
.scrollclass.fadein:nth-child(n+5) { transition-delay:0.6s; }
.scrollclass.fadein:nth-child(n+6) { transition-delay:0.75s; }
.scrollclass.fadein:nth-child(n+7) { transition-delay:0.9s; } */



/*::::::::::: MODAL WINDOWS ::::::::::: */
.modal-overlay { background-color:rgba( var(--shadow-rgba), 1); }
.modal-overlay { position:fixed; top:-100px; left:-100px; right:-100px; bottom:-100px; z-index:-100; opacity:0; display:none; cursor:pointer; transition:opacity var(--transition) cubic-bezier(0.4, 0, 0.22, 1); }
.modal-overlay::before { display:none; content:''; border-radius:50%; font-size:10px; width:6em; height:6em; margin:auto; position:absolute; z-index:1; left:0; right:0; bottom:0; top:0; border-width:.5em; border-style:solid; border-color:rgba(var(--light-rgba),0.05) rgba(var(--light-rgba),0.05) rgba(var(--light-rgba),0.05) rgba(var(--light-rgba),.25); transform:translateZ(0); animation:load8 1.1s infinite linear; }
body.modal-loading .modal-overlay::before { display:block; }
@keyframes load8 { 0% { transform:rotate(0deg); } 100% { transform:rotate(360deg); } }
.modal-box { display:none; position:fixed; top:40px; opacity:0; font-size:var(--font-size); left:var(--column-gap); right:var(--column-gap); bottom:var(--column-gap); margin:auto; opacity:0; z-index:-999; padding:0; border-width:0; transition:opacity var(--transition) linear var(--transition); }
.modal-box.modal-target { top:0; left:0; right:0; bottom:0; max-width:calc(100% - var(--column-gap) * 2 ); max-height:calc(100% - var(--column-gap) * 2); }
.modal-box > * { max-width:var(--container-width); }
.modal-target { display:none; }
.modal-target-content { margin:0; padding:var(--column-gap); padding-bottom:0; border-width:0; background-color:var(--body-color); }
.modal-target-content::after { display:block; height:var(--column-gap); background-color:transparent; content:''; } /* スクロール時にパッディングが無視されるためブロックを挿入 */
body.modal-opened .modal-box.modal-target .modal-target-content { position:absolute; top:0!important; left:0!important; right:0!important; bottom:0!important; width:100%!important; height:100%!important; max-width:none; overflow:hidden; overflow-y:auto!important; overflow-x:hidden!important; z-index:1; -webkit-overflow-scrolling:touch; }

.modal-box .modal-video-wrapper { padding:0; }
.modal-box .modal-video-wrapper::after { display:none; }
.modal-button { position:fixed; display:none; opacity:0; z-index:-98; border-width:0; margin:4px; cursor:pointer; transition:opacity var(--transition) linear 0s; }
.modal-button-close { top:0; right:0; margin: 0; /* background-color: rgba(var(--shadow-rgba),0.4); */ }
.modal-button-next { top:50%; right:0; margin-top:-50px; }
.modal-button-prev { top:50%; left:0; margin-top:-50px; }
/* photoswipe, swiperと統一 */
.modal-swiper { padding:0!important; overflow:visible!important; }
.modal-swiper > div { padding:0; }
.modal-swiper .swiper-button-prev, .modal-swiper .swiper-button-next { width:27px; }
@media screen and ( min-width : 781.1px ){
  .modal-swiper .swiper-button-prev { left:-27px; top:0; bottom:0; height:auto; margin:0; }
  .modal-swiper .swiper-button-next { right:-27px; top:0; bottom:0; height:auto; margin:0; }
}
.modal-button, .pswp__button { text-align:center; vertical-align:middle; opacity:.85; }
.modal-button::before, .pswp__button::before { display:block; content:''; background-size:auto 80%; background-repeat:no-repeat; background-position:center; width:40px; height:40px; }
.pswp__button--arrow--left::before, .pswp__button--arrow--right::before, .modal-button-next::before, .modal-button-prev::before { top:28px; position:absolute; }
.pswp__button--arrow--left::before, .modal-button-prev::before { left:6px; }
.pswp__button--arrow--right::before, .modal-button-next::before { right:6px; }
.modal-button-close:hover, .modal-button:hover, .pswp__button:hover { opacity:1; }
.modal-button-next, .modal-button-prev, .pswp__top-bar ~ .pswp__button { width:70px; height:100px; }
.modal-button-close::before, .pswp__button--close::before {
  background-image:url( "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' %3E%3Cpath d='M22.3,20.2l15.2,15.2l-2.1,2.1L20.2,22.3L5,37.5l-2.1-2.1l15.2-15.2L2.8,5L5,2.8l15.2,15.2L35.4,2.8L37.5,5L22.3,20.2z' fill='%23ffffff' /%3E%3C/svg%3E");
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .pswp__button--arrow--left::before, .modal-button-prev::before { /* photoswipe, swiperと統一 */
  background-image:url( "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44' %3E%3Cpath d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%23ffffff' /%3E%3C/svg%3E");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .pswp__button--arrow--right::before, .modal-button-next::before {/* photoswipe, swiperと統一 */
  background-image:url( "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44' %3E%3Cpath d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%23ffffff' /%3E%3C/svg%3E");
}
.modal-overlay { animation:fade-in-opacity var(--transition) linear; }
@keyframes fade-in { from { opacity:0; } to { opacity:1; } }
@keyframes fade-in-opacity { from { opacity:0; } to { opacity:.85; } }
body.modal-loading .modal-target { display:block; z-index:-1; opacity:0; }
body.modal-opened .modal-overlay, body.modal-loading .modal-overlay { display:block; z-index:901; opacity:.85; }
body.modal-opened .modal-target { display:block; z-index:902; opacity:1; }
body.modal-opened .modal-button-close { display:block; z-index:903; opacity:1; }
/* body.modal-opened .modal-button-next { display:block; z-index:903; opacity:1; } */
body.modal-closing .modal-overlay { opacity:0; transition:opacity var(--transition) linear var(--transition); }
body.modal-closing .modal-target { opacity:0; transition:opacity var(--transition) linear 0s; }
body.modal-closing > .modal-button { opacity:0; }

/* .modal-video {} */
.modal-video-wrapper { background-color:rgba( var(--shadow-rgba), 1); }
.modal-video-wrapper > .modal-video-poster { max-width:100%; max-height:100%; width:1280px; margin:0; padding:0; background-color:rgba( var(--shadow-rgba), 1); position: relative; }
.modal-video-wrapper > img.modal-video-poster { height:auto; width:auto; opacity:0; }
.modal-video-wrapper > .modal-video-poster:empty::before { padding:56.25% 0 0 0; margin:0; display:block; content:''; }
.modal-video-wrapper > iframe, .modal-video-wrapper > video { position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; }
.modal-video-wrapper::after { height:0!important; margin:0; padding:0; }

@media screen and ( max-width : 781px ){
  .modal-box::-webkit-scrollbar { width:4px; }
  .modal-box { bottom:0; margin:auto auto 0; box-shadow:none; border-radius:8px 8px 0 0; overflow:hidden; }
  .modal-button::before, .pswp__button::before { width:32px; height:32px; }
  .modal-button-close { right: 8px; top: 8px; }
  .modal-target-content { min-height:80vh; }
  .modal-box.modal-target { max-width:100%; max-height:calc( 100% - 48px ); }
  .modal-box.modal-target.modal-video { max-width:100%!important; width:100%!important; max-height:100%!important; height:100%!important; }
  /* .modal-button-close::before { background-image:url( "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' %3E%3Cpath d='M22.3,20.2l15.2,15.2l-2.1,2.1L20.2,22.3L5,37.5l-2.1-2.1l15.2-15.2L2.8,5L5,2.8l15.2,15.2L35.4,2.8L37.5,5L22.3,20.2z' fill='%23333333' /%3E%3C/svg%3E"); }  */
}
@media screen and ( max-width : 480px ){
  body.modal-opened .modal-box .modal-content-target { padding:16px 16px 0; }
  body.modal-opened .modal-box .modal-content-target::after { padding:16px 0 0; }
}



/*::::::::::: PRINT SETTINGS ::::::::::: */

@media print {
  .container { margin-left:0; margin-right:0; }
  html { height:auto!important; }
  body { font-size:12px!important; line-height:var(--line-height)!important; height:auto!important; left:0!important; right:0!important; top:0!important; }
}



/*::::::::::: TINYMCE - WP VISUAL EDITOR SETTINGS ::::::::::: */
#tinymce { padding:8px!important; margin:0!important; line-height:inherit; height:auto!important; overflow:visible!important; max-width:var(--container-width); font-family:var(--body-font); }
#tinymce ul, #tinymce li { list-style:circle; }
/* #tinymce ol { list-style:circle; } */
@media only screen and ( max-width : 781px ){ #tinymce { font-size:16px!important; } }
#tinymce * { box-sizing:border-box; }
#tinymce > :first-child { margin-top:0; }
#tinymce > img.alignleft:first-child + *, #tinymce > img.alignright:first-child + * { margin-top:0; }
#tinymce > img.alignright:first-child { border:1px solid #ed3a16; }
#tinymce > img.alignright { border:1px solid #ed3a16!important; opacity:.5; }
#tinymce::before { content:""; display:block; height:100vh; position:fixed; top: 0; left:calc( var(--container-width) + 24px ); width:100%; background-color:var(--layer-color); }
#tinymce::after { content:""; display:block; height:0!important; margin:0!important; clear:both!important; width:auto; }
.mce-content-body { padding:1em 1.4em!important;}/*style.css内の.entryで上書き可能*/
#tinymce .clear { content:""; display:block; margin:0; clear:both!important; width:100%; height:10px; }
#tinymce .clear::after { content:""; display:block; border-bottom:2px dashed #ccc; }
#tinymce .clear::before { content:"clear"!important; background-color:var(--opposite-color); width:5em; margin:-.5em auto; font-size:10px; line-height:1; color:var(--gray-color); text-align:center; display:block!important; }
html.wp-toolbar { background-color:var(--opposite-color); }
#tinymce .gallery-columns-1 >*:not(:first-child) { display:none!important; }
#tinymce td { padding:5px; }
.mce-content-body .alignleft { clear:none; float:left; margin-left:0; margin-right:1%; max-width:49%; display:block; position:relative; z-index:4; }
.mce-content-body .alignright { clear:none; float:right; margin-left:1%; margin-right:0; max-width:49%; display:block; position:relative; z-index:4; }
.mce-content-body .alignleft + .alignright + * { clear:both!important; }
/* .mce-content-body br, .mce-content-body h1 br, .mce-content-body h2 br, .mce-content-body h3 br, .mce-content-body .aligncenter br, .mce-content-body p > br { display:inline-block; } */
#tinymce img.emoji { display:inline !important; border:none !important; box-shadow:none !important; height:1em !important; width:1em !important; margin:0 .07em !important; vertical-align:-0.1em !important; background:none !important; padding:0 !important; }



