@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese');

@font-face {
  font-family:'Sans JP'; font-style:normal; font-display:swap; font-weight:300; 
  src:local("HiraginoSans-W2"),
    local("Noto Sans CJK JP"), 
    local("Noto Sans JP"),
}
@font-face {
  font-family:'Sans JP'; font-style:normal; font-display:swap; font-weight:400; 
  src:local("HiraginoSans-W3"), local("Noto Sans CJK JP"), local("Noto Sans JP");
}
@font-face {
  font-family:'Sans JP'; font-style:normal; font-display:swap; font-weight:700; 
  src:local("HiraginoSans-W6"), local("Noto Sans CJK JP"), local("Noto Sans JP");
}
@font-face {
  font-family:'Sans JP'; font-style:normal; font-display:swap; font-weight:900; 
  src:local("HiraginoSans-W8"), local("Noto Sans CJK JP"), local("Noto Sans JP");
}
@font-face {
  font-family:'Serif JP'; font-style:normal; font-display:swap; font-weight:500;
  src:local("Hiragino Mincho ProN W3"), local('Noto Serif JP'), local('NotoSerifJP-Regular');
}
@font-face {
  font-family:'Serif JP'; font-style:normal; font-display:swap; font-weight:700;
  src:local("Hiragino Mincho ProN W6"), local('Noto Serif JP'), local('NotoSerifJP-SemiBold');
}

html { font-style:normal; font-family:"Sans JP", "Noto Sans JP", sans-serif; font-weight:400; }
em, .serif { font-style:normal; font-family:'Serif JP','Noto Serif JP', serif; font-weight:400; }
pre, code { font-family:"Courier 10 Pitch", Courier, monospace; }


/* ::::::::::: OVERAL SETUP ::::::::::: */

/* Reset */
html { height:100%; box-sizing:border-box; -ms-overflow-style:scrollbar; -webkit-tap-highlight-color:transparent; -ms-touch-action:manipulation; touch-action:manipulation; }
::before, ::after, body, 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; font-weight:inherit; margin:0; outline:0; padding:0; word-wrap:break-word; }
*, ::before, ::after, input, select, button, textarea { border-width:0; border-style:solid; border-color:inherit; box-sizing:border-box; border-radius:0; border-radius:0; font-style:inherit; font-weight:inherit; margin:0; outline:0; padding:0; word-wrap:break-word; }
article, aside, details, figcaption, figure, footer, header, main, nav, section, form { display:block; }
a, a:focus { text-decoration:none; outline:0; font-style:normal; }
img, object { max-width:100%; height:auto; vertical-align:bottom; background-position:center; }
img[src$=".svg"] { 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; }
ul, ol, li { list-style:none; }
dl { display:block; }
p { word-break:normal; overflow-wrap:break-word; line-height:inherit; word-wrap:break-word; }



/* Containers */
/* body { height:100%; } */
body.loading { overflow:hidden; height:100%; }
body.locked { overflow:hidden; height:100%; }
/* @media only screen and ( max-width:600px ){ 
  #wpadminbar{ top:-46px; }
} */
#wrapper { padding:0; margin:0; border-width:0; width:100%; }
main { clear:both; position:relative; } 
.container { max-width:1200px; width:1200px\9; margin:0 auto; padding:0; overflow:visible; }
main::after, .container::after, form::after { content:''; display:table; clear:both; }

/* Color & Typography */
html { background-color:#fff; font-size:16px; line-height:1.7; text-rendering:optimizeLegibility; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
body { background-color:transparent; color:#2b2b2b; border-color:#cccccc; border-color:rgba(90,90,90,0.1); overflow-x:hidden; position:relative; /* ios safari hack for overflow-x */}
html.singlebyte { line-height:1.4; }
button, input, select, option, textarea { font-size:16px; line-height:normal; font-family:inherit; transition:all .15s ease-in; }

h1 { font-size:1.8em; }
h2 { font-size:1.6em; }
h3 { font-size:1.3em; }
h4 { font-size:1.2em; }
h5, h6 { font-size:1.1em; }
h1,h2,h3,h4,h5,h6 { padding:0; margin:0 0 .5em 0; vertical-align:baseline; font-weight:600; line-height:1.5em; }
h1 small, h2 small { font-size:.8em; }
p { margin:.5em 0; padding:0; }
p.blank { margin-bottom:0; }
p.blank + p { margin-top:0; }

strong, b { font-weight:600; }
hr { border-width:0; border-bottom-width:1px; border-bottom-style:solid; clear:both; max-width:80%; margin:32px auto; margin:2em auto; }
blockquote { margin:12px .5em; position:relative; font-style:normal; padding:8px 16px; background-color:rgba(90,90,90,0.1); }
blockquote::before { display:block; content:''; position:absolute; top:0; left:0; bottom:0; padding:0; width:.6em; background-color:rgba(90,90,90,0.15); }
blockquote::after{ display:block; position:absolute; top:.1em; left:.24em; vertical-align:middle; content:'\e97a'; font-family:"fontello"; color:rgba(90,90,90,0.15); font-size:4em; line-height:1; }
blockquote p { padding:0; margin:7px 0; line-height:1.7; opacity:.8; }
blockquote cite { display:block; text-align:right; opacity:.6; font-size:0.9em; }
pre { background-color:rgba(90,90,90,0.1); max-width:100%; overflow:auto; padding:1.6em; }
small, .small { font-size:.85em; line-height:1.5em; font-weight:inherit; }
.note { font-size:12px; line-height:1.5em; font-weight:inherit; }
.hideKey, .dmtxt, input[type="hidden"], .screen-reader-text { display:none; }
.clear { clear:both; }


/* Linked items */
a { color:inherit; transition:all .15s ease-in 0s; }
a::after, a::before, a * { transition:inherit; }
a:hover { color:inherit; }

.editlink { text-align:right; padding:10px 0 0; clear:both; }
.editlink a { border:none!important; background-color:#ed3a16!important; padding:3px 5px; color:#fff!important; font-weight:600; font-size:10px; }
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:1em; 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:1em; 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'; }

[class^="icon-"]:first-child:last-child::before, [class*=" icon-"]:first-child:last-child::before { margin-left: 0; margin-right: 0; } /* fontello hack */

p > span.mark:first-child, li > span.mark:first-child, br + span.mark { margin-right:.2em; }
.bracket span { display:inline; }
.bracket-round { font-size:.92em; margin-left:-.2em; margin-right:-.2em; }
.bracket-sb { margin-left:.2em; margin-right:.2em; }
h1 > .bracket-quote:first-child span:first-child, h2 > .bracket-quote:first-child span:first-child, h3 > .bracket-quote:first-child span:first-child, h4 > .bracket-quote:first-child span:first-child { margin-left:-.4em; }
h1 span, h2 span, h3 span { display:inline-block; }
.underline { background:linear-gradient(transparent 40%, #ffff66 40%); text-decoration:none; }

/* Custom Color Settings */
/*
span.mark-fill { color:#64a2bc; }
span.mark-line { color:inherit; } 
a.text-link, .mce-content-body a { border-bottom:1px dashed #64a2bc; }
.image-link.video-link:hover::before { color:#64a2bc; border-color:#64a2bc; }
.underline { background:linear-gradient(transparent 40%, #ffff66 40%); };
input, button, .button, textarea, select { background-color:#fff; }
button:not([class]), input[type="button"], input[type="reset"], input[type="submit"], .button { background-color:#004060; color:#fff; }
button:not([class]):hover, .button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background-color:#005eae; color:#fff; }
input:focus, select:focus, textarea:focus { background-color:#f6fcff; }
input[type="radio"]:checked + label::after, label > input[type="radio"]:checked + span::after { background-color:#64a2bc; }
input[type="checkbox"] + label::after, label > input[type="checkbox"] + span::after { content:""; position:absolute; z-index:2; top:50%; display:block; width:20px; height:10px; left:3px; margin-top:-10px; border-left:5px solid transparent; border-bottom:5px solid transparent; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); }
input[type="checkbox"]:checked + label::after, label > input[type="checkbox"]:checked + span::after { border-color:#64a2bc; }
input[type="radio"]:not(:checked) + label, input[type="radio"]:not(:checked) + span, input[type="checkbox"]:not(:checked) + label,input[type="checkbox"]:not(:checked) + span { color:#666; }

:placeholder-shown { color:#a5bbc7; }
::-webkit-input-placeholder { color:#a5bbc7; }
:-moz-placeholder { color:#a5bbc7; }
li::before { background-color:#9d9d9d; color:#fff; }
li:hover::before { background-color:#64a2bc; }
table:not([id]):not([class]) tbody th, table:not([id]):not([class]) thead tr, table:not([id]):not([class]) tfoot tr { background-color:rgba(0,0,0,0.1); }
table:not([id]):not([class]) tbody tr:nth-of-type(even) { background-color:rgba(210,210,210,0.2); }
dl.info { border-color:inherit; }
dl.info > dt { background-color:rgba(0,0,0,0.025); }
dl.info > dd::before { background-color:rgba(255,255,255,0.2); }
dl.tag dt { background-color:#999; color:#fff; }
dl.notice > dt::before { color:#64a2bc; }
ul.checklist li::before {  background-color:rgba(210,210,210,0.2); color:#64a2bc; }
ul.checklist li:hover::before{ background-color:#fff; color:#005eae; }
ul.checklist-cross li::before { color:#dd6600; }
ul.checklist-cross li:hover::before{ color:#ed3a16; }
.wp-caption .wp-caption-text { color:#fff; background-color:rgba(0,0,0,0.4); }

.form-send .watermark { color:#dd6600; }
.form-box em, .required { color:#dd6600; }
p.error, .wpcf7-mail-sent-ok, .wpcf7-not-valid-tip, .wpcf7-mail-sent-ng, .wpcf7-spam-blocked, .wpcf7-validation-errors, .wpcf7-acceptance-missing, .wpcf7-not-valid-tip-no-ajax { background-color:#dd6600; }
.wpcf7 .ajax-loader.is-active { background-color:#64a2bc; } 
.modal-overlay, .pswp__bg { background-color:#000; }
.modal-overlay::before, .modal-overlay::after { font-size:10px; width:10em; height:10em; }
.modal-overlay::before { border-color:rgba(255,255,255,0.05) rgba(255,255,255,0.05) rgba(255,255,255,0.05) rgba(255,255,255,.25); }
.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 { 
  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 {
  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-caption { color:#cccccc; }
.modal-caption { font-size:10px; line-height:1.2em; }
.swiper-pagination-bullet-active { background-color:#64a2bc; border-color:#64a2bc; }
.swiper-pagination.bullets-thumbnail .swiper-pagination-bullet-active, .swiper-container-thumb .swiper-slide-active { border-color:#64a2bc; }
.swiper-button-prev, .swiper-button-next { background-color:rgba(0,0,0,.3); background-size:auto 50%; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { left:0; right:auto; background-image:url( "data:image/svg+xml;charset=utf-8,%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 { right:0; left:auto; background-image:url( "data:image/svg+xml;charset=utf-8,%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"); }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .pswp__button--arrow--left::before { 
  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 {
  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");
}

*/
  


/* Forms */
button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 */ border-width:0; padding:0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -moz-appearance:none; -webkit-appearance:none; appearance:none; margin:0; }
input[type="number"] { -moz-appearance:textfield; }
input[type="text"] { -webkit-appearance:none; /* remove shadow on safari */ }
button:not([class]), input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance:button; -moz-appearance:button; -ms-appearance:button; appearance:button; }
input, button, .button, textarea, select { outline:0; display:inline-block; -webkit-box-shadow:none; box-shadow:none; max-width:100%; }
select option { height: 1.8em; line-height: 1.8em; } /* 意味ない？ */
input:disabled, textarea:disabled, select:disabled, option:disabled { color:#cccccc; }
input:focus, select:focus, textarea:focus { background-color:#f6fcff; }
textarea, select, input { border-width:1px; padding:8px; background-color:#fff; color:inherit; }
select, input { height:48px; line-height:30px; vertical-align:middle; }
button:not([class]), input[type="button"], input[type="reset"], input[type="submit"], .button { background-color:#004060; color:#fff; cursor:pointer; line-height:1.2em; padding:16px; height:auto; text-decoration:none; border-width:0; font-weight:600; width:auto; position:relative; text-shadow:none; }
button:not([class]):hover, .button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background-color:#005eae; color:#fff; }
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, .button:disabled { background-color:#cccccc; cursor:default; }
input[type="file"] { display:inline-block; border-width:0; font-size:12px; line-height:24px; vertical-align:middle; width:100%; padding:8px 7px; }
span.input-file-wrap { display:block; margin:0; position:relative; }
span.input-file-wrap input[type="file"] { opacity:0; position:absolute; z-index:-1; }
span.input-file-wrap button.input-file-button { position:absolute; left:auto; right:0; top:0; bottom:0; text-align:center; width:88px; font-size:12px; line-height:22px; height:100%; padding:8px 4px; display:block; border-top-left-radius:0; border-bottom-left-radius:0; }
a.input-cancel-button { position:absolute; right:94px; top:2px; height:1em; width:1em; line-height:1em; display:block; font-size:14px; color:#aaa; cursor:pointer; }
a.input-cancel-button::before{ font-family:"fontello"; content:"\e90f" }
span.input-file-wrap input[type="text"] { padding-right:92px; width: 100%; }
textarea { -moz-appearance:none; -webkit-appearance:none; -ms-appearance:none; appearance:none; overflow:auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ vertical-align:top; /* Improves readability and alignment in all browsers */ height:160px; resize:vertical; }
select { -moz-appearance:none; -webkit-appearance:none; -ms-appearance:none; appearance:none; text-indent:0.01px; text-overflow:''; /*firefox用*/max-width:100%; white-space:nowrap; cursor:pointer; position:relative; padding-right:28px; width:auto; text-overflow:clip; background-color:#fff; background-position:center right; background-repeat:no-repeat; }
select { 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='%23cccccc' 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"); }
select::-ms-expand { display:none; /*IE*/}
select > optgroup { padding:0; margin:0; font-size:16px;}
select > option { font-size:16px; font-weight:normal; white-space:nowrap; width:100%; }
input.hidden, input[type="hidden"] { display:none!important; }
input[type="radio"], input[type="checkbox"] { display:inline-block; width:auto; padding:0; margin-right:6px; height:auto; border-width:0; background:none; }
label input[type="checkbox"], label input[type="radio"] { height:24px; width:24px; }
input[type="radio"] + label, input[type="checkbox"] + label, input[type="radio"] + span, input[type="checkbox"] + span { position:relative; display:inline-block; margin:0px 24px 8px 0; line-height:26px; cursor:pointer; vertical-align:middle; }
:placeholder-shown { color:#a5bbc7; }
::-webkit-input-placeholder { color:#a5bbc7; vertical-align:middle; }/* safariでプレースホルダーが上にずれる */
::placeholder { color:#a5bbc7; vertical-align:middle; }
@media (min-width:1px) { /*only modern browser*/
  label { position:relative; display:inline-block; }
  /* input[type="radio"], input[type="checkbox"] { opacity:0; width:0; height:0; display:none; margin:0; } */
  *:not(label) > input[type="radio"], *:not(label) > input[type="checkbox"], label > input[type="radio"]:not(:last-child), label > input[type="checkbox"]:not(:last-child) { z-index:999; position:relative; display:block; float:left; height:26px; width:26px; margin-right:-26px; margin-left:0; opacity:0; }
  label > input[type="radio"]:not(:last-child), label > input[type="checkbox"]:not(:last-child), .wpcf7-list-item > input[type="radio"], .wpcf7-list-item > input[type="checkbox"] { }
  input[type="radio"] + label, input[type="checkbox"] + label, input[type="radio"] + span, input[type="checkbox"] + span { padding:0 0 0 28px; margin-left:0; margin-right:24px; display:inline-block; }
  label > input[type="radio"] + span, label > input[type="checkbox"] + span, .wpcf7-list-item > input[type="radio"] + span, .wpcf7-list-item > input[type="checkbox"] + span { margin-left:0; margin-right:24px; display:inline-block; }

  /* label > input[type="checkbox"] + span { padding-left:6px; position:static!important; } */
  input[type="radio"]:not(:checked) + label, input[type="radio"]:not(:checked) + span, input[type="checkbox"]:not(:checked) + label,input[type="checkbox"]:not(:checked) + span { }
  input[type="radio"] + label::before, .wpcf7-list-item > input[type="radio"] + span::before, label > input[type="radio"] + span::before, input[type="checkbox"] + label::before, .wpcf7-list-item > input[type="checkbox"] + span::before, label > input[type="checkbox"] + span::before { content:""; position:absolute; z-index:1; top:50%; left:0; display:block; width:22px; height:22px; margin-top:-11px; background-color:#fff; }
  input[type="radio"] + label::before, label > input[type="radio"] + span::before, .wpcf7-list-item > input[type="radio"] + span::before { border-width:2px; border-radius:50%; }
  input[type="checkbox"] + label::before, label > input[type="checkbox"] + span::before, .wpcf7-list-item > input[type="checkbox"] + span::before { border-width:2px; }
  input[type="radio"] + label::after, label > input[type="radio"] + span::after, .wpcf7-list-item > input[type="radio"] + span::after { content:""; position:absolute; z-index:2; top:50%; display:block; background-color:#efefef; width:10px; height:10px; left:6px; margin-top:-5px; border-radius:10px; }
  input[type="radio"]:checked + label::after, label > input[type="radio"]:checked + span::after, .wpcf7-list-item > input[type="radio"]:checked + span::after { background-color:#64a2bc; }
  input[type="checkbox"] + label::after, label > input[type="checkbox"] + span::after, .wpcf7-list-item > input[type="checkbox"] + span::before { content:""; position:absolute; z-index:2; top:50%; display:block; width:20px; height:10px; left:3px; margin-top:-10px; border-left:5px solid transparent; border-bottom:5px solid transparent; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); }
  input[type="checkbox"]:checked + label::after, label > input[type="checkbox"]:checked + span::after, .wpcf7-list-item > input[type="checkbox"]:checked + span::before { border-color:#64a2bc; }
}
/* display control by checked item */
input.displaycontrol-1:not(:checked) ~ .displaytarget-1, input.displaycontrol-2:not(:checked) ~ .displaytarget-2, input.displaycontrol-3:not(:checked) ~ .displaytarget-3, input.displaycontrol-4:not(:checked) ~ .displaytarget-4, input.displaycontrol-5:not(:checked) ~ .displaytarget-5, input.displaycontrol-6:not(:checked) ~ .displaytarget-6 { display:none; }
input.displaycontrol-1:checked ~ .displaytarget-1, input.displaycontrol-2:checked ~ .displaytarget-2, input.displaycontrol-3:checked ~ .displaytarget-3, input.displaycontrol-4:checked ~ .displaytarget-4, input.displaycontrol-5:checked ~ .displaytarget-5, input.displaycontrol-6:checked ~ .displaytarget-6 { display:block; }

@media only screen and ( max-width:1264px ){ 
  .container { width:calc(100% - 64px); }
}
@media only screen and ( max-width:1080px ){ 
}
@media only screen and ( min-width:769px ){ 
  body:not(.is_mobile) a[href^="tel:"] { cursor:default; pointer-events:none; }
}
@media only screen and ( max-width:768px ){ 
  html { font-size:15px; } 
  h1 small, h2 small { font-size:.85em; }
  .container { width:calc(100% - 48px); }
}
@media only screen and ( max-width:479px ){ 
  html { font-size:14px; line-height:1.6; } 
  p { margin:.4em 0; } 
  /* h1, h2, h3 { margin:1.2em 0 .25em 0; }  */
  /* h4, h5 { margin:.9em 0 .25em 0; } */
  h1 > .bracket-quote:first-child span:first-child, h2 > .bracket-quote:first-child span:first-child, h3 > .bracket-quote:first-child span:first-child, h4 > .bracket-quote:first-child span:first-child { margin-left:-.1em; }
  h1 span, h2 span, h3 span { display:inline; }
  .container { width:calc(100% - 32px); }
  *:not(label) > input[type="radio"], *:not(label) > input[type="checkbox"], label > input[type="radio"]:not(:last-child), label > input[type="checkbox"]:not(:last-child) { width:0; height:0; visibility:hidden; float:left; }
  input[type="radio"] + label, input[type="checkbox"] + label, input[type="radio"] + span, input[type="checkbox"] + span { float:none; display:block; margin:0 0 8px 0; }
}
@media only screen and ( max-width:380px ){ 
  html { font-size:13px; } 
}

@media only screen and ( max-width:340px ){ 
  html { font-size:12px; } 
  .container { width:calc(100% - 24px); }
}


/* Star Ratings */
.star-rating { overflow:hidden; display:inline-block; position:relative; height:1em; line-height:1em; 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:#ddd; 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:orange; 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:0.9em; vertical-align:middle; }
.breadcrumb::after { content:''; display:table; clear:both; }
.breadcrumb li { display:inline-block; margin:0; font-size:inherit; vertical-align:inherit; }
.breadcrumb li a { display:block; padding:0; margin:0; position:relative; }
.breadcrumb li span, .breadcrumb li strong { font-size:inherit; vertical-align:inherit; line-height:1em; margin:0; display:block; padding:.3em; }
.breadcrumb h2 { color:inherit; }
.breadcrumb li.bc-home span { width:1.6em; height:1.6em; /*paddingの計算を入れること*/ overflow:hidden; text-indent:-20em; }
.breadcrumb li.bc-home span::before { display:block; font-family:'fontello'; content:'\e90d'; position:absolute; color:inherit; text-indent:0; text-align:center; vertical-align:inherit; width:1em; height:1em; position:absolute; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; }


/* ::::::::::: CHANNEL ::::::::::: */
.channel { margin-top:1em; padding-top:1em; border-top-width:1px; }
.channel::after { clear:both; display:table; content:""; }
.single-post-navi-wrap { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:stretch; -ms-flex-align:stretch; align-items:stretch; }
.single-post-navi-wrap .single-post-navi { width:50%; width:calc(50% - 8px); float:left; -webkit-box-flex:1; -ms-flex-positive:1; flex-grow:1; }
.single-post-navi-wrap .single-post-navi + .single-post-navi { margin-left:16px; }
.single-post-navi-wrap .single-post-navi.older:first-child { width:auto; float:none; }
.single-post-navi { width:100%; margin:0; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; 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:#efefef; 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:.8; content:''; background-color:transparent; background-size:40%; background-repeat:no-repeat; background-position:center; }
.single-post-navi .image-wrap::after { background-color:rgba(0,0,0,0.1); display:block; content:''; position:absolute; z-index:1; width:100%; height:100%; }
.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='white' 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.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='white' 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; margin:0; }
@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; -webkit-box-flex:1; -ms-flex-positive:1; flex-grow:1; }
.single-post-navi .post-info .date { display:inline-block; font-size:.8em; opacity:.5; }
.single-post-navi .post-info .title { display:block; margin:0; font-size:1em; line-height:1.3em; }
.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:.8em; }
.single-post-navi:hover span { color:inherit; }
.single-post-navi.newer .post-info { text-align:left; padding:0 0 0 16px; }
.single-post-navi.older { -webkit-box-orient:horizontal; -webkit-box-direction:reverse; -ms-flex-direction:row-reverse; flex-direction:row-reverse; }
.single-post-navi.older .post-info { text-align:right; padding:0 16px 0 0; }
.single-post-navi .post-info:first-child { padding:0; } /*disable thumbnail*/
.single-post-navi.older .post-info:first-child h3::after, .single-post-navi.newer .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:.7; }
.single-post-navi.older .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.newer .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; }
.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:inline-block; }
.page-numbers { display:inline-block; text-align:center; padding:4px; font-size:14px; min-width:28px; height:28px; line-height:18px; margin:0 3px; border-width:1px; 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 { margin:0; 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 { }
.page-numbers-form-end::before { content:' / '; display:inline-block; margin-right:.5em; margin-left:.5em; }
.page-count-wrap { padding-top:4px; display:inline-block; }
.page-count { font-size:12px; }
.page-count-start, .page-count-end, .page-found-posts { font-weight:bold; }
@media screen and ( max-width:768px ){
  .channel { padding-top: 0; border-top-width:0; }
  .single-post-navi .image-wrap { display:none; }
  .single-post-navi { border-width:1px; position:relative; }
  .single-post-navi.older .post-info:first-child h3::after, .single-post-navi.newer .post-info:first-child h3::before { display:none; }
  .single-post-navi.older .post-info, .single-post-navi.newer .post-info { padding:4px; }
  .single-post-navi .post-info .title { font-weight:normal; }
  .single-post-navi::before { width:20px; content:''; background-position:center; background-repeat:no-repeat; background-size:9px 15px; position:absolute; top:0; bottom:0; }
  .single-post-navi.older { border-right-width: 20px; }
  .single-post-navi.newer { border-left-width: 20px; }
  .single-post-navi.older::before { right:-20px; left:auto; 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='white' /%3E%3C/svg%3E"); }
  .single-post-navi.newer::before { left:-20px; right:auto; 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='white' /%3E%3C/svg%3E"); }

  .page-numbers-wrap, ul.page-numbers { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:stretch; -ms-flex-align:stretch; align-items:stretch; -ms-flex-wrap:nowrap; flex-wrap:nowrap; }
  .page-numbers { display:none; padding:8px 6px; min-width:32px; height:36px; font-size:16px; line-height:18px; border-radius:0; }
  .page-count-wrap { display:block; margin-bottom:8px; }
  .page-count-wrap span.page-count { font-weight:normal; font-size:10px; }
  .page-numbers.current {  font-weight:normal; }
  .page-numbers.current::before { content:'PAGE '; }
  .page-numbers.current, .page-numbers.next, .page-numbers.prev { display:block; -webkit-box-flex:1; -ms-flex-positive:1; 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:479px ){
  .single-post-navi-wrap .single-post-navi { width:calc(50% - 4px); }
  .single-post-navi-wrap .single-post-navi + .single-post-navi { margin-left:8px; }
  .single-post-navi .post-info .title { font-size:.9em; }
}





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

.entry { margin:0; padding:0; line-height:inherit; /* 管理画面のinline css でline-heightが指定されているため */}
/* p要素のmargin0.5em */
.entry-section { margin:2em 0 0 0; }
.entry-section-header { margin:0 0 1.8em; padding:0; display:block; }
.entry-section-header h2 { margin: 0; }
.entry::after { content:''; display:table; clear:both; }

/* columns */
.columns { height:auto; width:auto; padding:0; margin:0; display:block; }
.column { height:auto; width:auto; padding:0; margin:0; display:block; }
.column.with-image { -ms-flex-item-align:auto; align-self:auto; }
.column-boxes, .column-data, .column-table { margin:1em 0; }
.column.bg::after { content:''; display:table; clear:both; }
.column.bg { -ms-flex-item-align:stretch; align-self:stretch; display:block; }
.columns.bg .column.bg { background-color:#fff; }
.columns.bg, .column.bg { margin:1em 0; padding:16px; background-color:#efefef; }
.column .image { display:block; text-align:center; margin-left:auto; margin-right:auto; vertical-align:middle; position:relative; overflow:hidden; background-position:center; background-size:cover; }
.column.bg .text, .column.bg .image { margin-top:0; margin-bottom:0; }
/* .column.with-image:not(.crop-image):not(.round-image) .image { margin-left:auto; margin-right:auto; max-width:382px; } */
.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.with-image { margin:1em 0; }
.column:not(.side-image) .image + .text { margin-top:.5em; }
.column.side-image { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
.column.side-image-reverse { -webkit-box-orient:horizontal; -webkit-box-direction:reverse; -ms-flex-direction:row-reverse; flex-direction:row-reverse; }
.column.side-image .image { width:35%; float:left; }
.column.side-image .text { width:63%; width:calc( 65% - 24px ); float:right; margin-left:2%; margin-left:calc( 0% + 24px ); }
.column.side-image-reverse .image { float:right; }
.column.side-image-reverse .text { float:left; margin-left:0%; margin-right:2%; margin-right:calc( 0% + 24px ); }
.column.side-image h3 { text-align:left; }

/* margin相殺の調整 */
* + h1, * + h2, * + h3, .onecolumns h1, .onecolumns h2, .onecolumns h3 { margin-top:1.8em; }
* + h4, * + h5, * + h6, .onecolumns h4, .onecolumns h5, .onecolumns h6 { margin-top:1.2em; }

/* デフォルトエントリーの最初の要素 */
.entry > :first-child, .entry > p:first-child > :first-child, 
/* 最初のリスト系要素 */
.entry table:first-child, .entry ul:first-child, .entry ol:first-child, .entry dl:first-child, 
/* DIV内（.onecolumns除く）の最初の要素 */
/* .entry div:not(.columns):not(.column) > :first-child, */
/* リスト内の最初のタイトル要素 */
/* *:not(.column) > p:first-child, *:not(.column) > h1:first-child, *:not(.column) > h2:first-child, *:not(.column) > h3:first-child, *:not(.column) > h4:first-child, *:not(.column) > h5:first-child, */
li h1:first-child, dd h1:first-child, td h1:first-child, li h2:first-child, dd h2:first-child, td h2:first-child, li h3:first-child, dd h3:first-child, td h3:first-child, li h4:first-child, dd h4:first-child, td h4:first-child, li h5:first-child, dd h5:first-child, td h5:first-child, li p:first-child, dd p:first-child, td p:first-child, 
/* 背景カラム内の最初の要素 */
.columns.bg > .column:not(.side-image) > :first-child, .column.bg:not(.side-image) > :first-child, .column.bg:not(.side-image) > :first-child > :first-child,
/* 最初のカラム */

.onecolumns:first-of-type > .column:first-child, .onecolumns:first-of-type > .column:not(.side-image):first-child > :first-child, 
/* カラム内のテキストボックスの最初の要素 */
.onecolumns.bg > .column:first-child, .column .text :first-child,
/* フロート要素（画像など）の次に来るブロック要素 */
.alignleft + *:not(.alignleft):not(.alignright), .alignright + *:not(.alignleft):not(.alignright), .alignleft + br + *, .alignright + br + *
{ margin-top:0; }
/* li > :last-child, dd > :last-child, td > :last-child, th > :last-child,
p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, */
.entry > :last-child, .entry > p:last-child > :last-child, 
.columns:last-of-type, .onecolumns .column:last-child, .onecolumns .column:last-child > :last-child, .column .text :last-child,
/* 背景カラム内の最後の要素
/* .columns .column > :last-child, .column > :last-child, .column.bg > :last-child, .column.bg > :last-child > :last-child */
*:last-child
 { margin-bottom:0; }

.post-password-form p + p {}
.post-password-form label { height:auto; display:inline-block; margin:0; padding:0; }
.post-password-form label input[name="post_password"] { width:200px; display:block; margin:0; vertical-align:baseline; }
.post-password-form label + input[type="submit"] { width:104px; padding-left:12px; text-align:center; padding-right:12px; display:inline-block; margin:0; vertical-align:baseline; }

.twocolumns { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; } /* flex box はmaginの相殺が起こらないことに注意 */
.twocolumns .column { width:48%; width:calc(50% - 1em); margin:1em 0; }
.twocolumns .column.narrow { width:40%; width:calc(42% - 1em); }
.twocolumns .column.wide { width:57%; width:calc(58% - 1em); }
.twocolumns .column.bg { padding:16px; padding:1em; }

.autocolumns { -webkit-column-count:2; column-count:2; column-gap:32px; margin-top:24px; }
.autocolumns .column { display:block; margin-bottom:24px; width:100%; -webkit-column-break-inside:avoid; page-break-inside:avoid; break-inside:avoid;}

.threecolumns h2, .threecolumns h3, .fourcolumns h2, .fourcolumns h3, .twocolumns .image:not(.side-image) + .text h3 { text-align:center; }
.threecolumns { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; } /* flex box はmaginの相殺が起こらないことに注意 */  
.threecolumns .column { width:31.25%; width:calc(33.333% - 1em); margin:1em 0; }
.threecolumns .column .text { font-size:.95em; }

.fourcolumns { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; } /* flex box はmaginの相殺が起こらないことに注意 */  
.fourcolumns .column { width:23.5%; width:calc(25% - .75em); margin:.75em 0; }
.fourcolumns .column > .image { margin-left:auto; margin-right:auto; max-width:320px; }
.fourcolumns .column.bg { padding:12px 16px; padding:.75em 1em; }
.fourcolumns .column .text { font-size:.95em; }

.twocolumns, .twocolumns + .columns, .threecolumns, .threecolumns + .columns, .fourcolumns, .fourcolumns + .columns { margin-top:1em; }
.twocolumns + .onecolumns:not(.bg), .threecolumns + .onecolumns:not(.bg), .fourcolumns + .onecolumns:not(.bg) { margin-top:0; }
.twocolumns + .onecolumns:not(.bg) .column:first-child, .threecolumns + .onecolumns:not(.bg) .column:first-child, .fourcolumns + .onecolumns:not(.bg) .column:first-child { margin-top:1em; } /* 孫関係でmargin相殺しないので、先頭のh等marginが相殺するようにcolumnレベルに設定 */

.entry > .entry-section:first-of-type > .entry-section-header,
 { margin-top:0; }
.onecolumns  { }
.onecolumns .column { clear:both; }
.onecolumns .column.bg { padding:20px 24px; }
.onecolumns .column.narrow { max-width:650px; margin-left:auto; margin-right:auto; }

@media only screen and ( min-width:935px ){
  .fourcolumns .column:nth-child(-n + 4), .fourcolumns .column:nth-child(-n + 4) > :first-child, .fourcolumns .column:nth-child(-n + 4) > :first-child > :first-child, 
.entry-section-header + .fourcolumns .column:nth-child(-n + 4) > :first-child, .entry-section-header + .fourcolumns .column:nth-child(-n + 4) > :first-child > :first-child { margin-top:0; }
  .fourcolumns .column:nth-last-child(-n + 4), .fourcolumns .column:nth-last-child(-n + 4) > :last-child, .fourcolumns .column:nth-last-child(-n + 4) > p:last-child > :last-child { margin-bottom:0; }
}
@media only screen and ( max-width:934px ){

  .fourcolumns .column { width:49%; width:calc(50% - .5em); }
  .onecolumns .column.bg { padding:16px; }
  .fourcolumns .column.bg { padding:8px 12px; padding:.5em .75em; }
  .fourcolumns .column:nth-child(-n + 2), .fourcolumns .column:nth-child(-n + 2) > :first-child, .fourcolumns .column:nth-child(-n + 2) > :first-child > :first-child, 
  .entry-section-header + .fourcolumns .column:nth-child(-n + 2) > :first-child, .entry-section-header + .fourcolumns .column:nth-child(-n + 2) > :first-child > :first-child { margin-top:0; }
  .fourcolumns .column:nth-last-child(-n + 2), .fourcolumns .column:nth-last-child(-n + 2) > :last-child, .fourcolumns .column:nth-last-child(-n + 2) > p:last-child > :last-child { margin-bottom:0; }
}
@media only screen and ( min-width:601px ){ /* 600以下のときにoncolumnと同じ状態に戻す */
  .twocolumns .column:nth-child(-n + 2), .twocolumns .column:nth-child(-n + 2) > :first-child, .twocolumns .column:nth-child(-n + 2) > :first-child > :first-child, 
  .entry-section-header + .twocolumns .column:nth-child(-n + 2), .entry-section-header + .twocolumns .column:nth-child(-n + 2) > :first-child, .entry-section-header + .twocolumns .column:nth-child(-n + 2) > :first-child > :first-child, 
  .threecolumns .column:nth-child(-n + 3), .threecolumns .column:nth-child(-n + 3) > :first-child, .threecolumns .column:nth-child(-n + 3) > :first-child > :first-child, 
  .entry-section-header + .threecolumns .column:nth-child(-n + 3), .entry-section-header + .threecolumns .column:nth-child(-n + 3) > :first-child, .entry-section-header + .threecolumns .column:nth-child(-n + 3) > :first-child > :first-child 
  { margin-top:0; }
  .twocolumns .column:nth-last-child(-n + 2), .twocolumns .column:nth-last-child(-n + 2) > :last-child, .twocolumns .column:nth-last-child(-n + 2) > p:last-child > :last-child, 
  .threecolumns .column:nth-last-child(-n + 3), .threecolumns .column:nth-last-child(-n + 3) > :last-child, .threecolumns .column:nth-last-child(-n + 3) > p:last-child > :last-child 
  { margin-bottom:0; }
}
@media screen and ( min-width:769px ){
  .entry .sp { display:none; }
}
@media screen and ( max-width:768px ){
  .entry .pc { display:none; }
}
@media only screen and ( max-width:600px ){
  .column.with-image .image { margin-left:auto; margin-right:auto; max-width:382px; }
  .onecolumns .column.bg, .columns.bg, .column.bg { margin:1em 0; padding:12px; }
  .twocolumns { display:block; margin:0; }

  /* .twocolumns:not(.bg) { display:inline; } */
  .twocolumns .column, .twocolumns .column.narrow, .twocolumns .column.wide { display:block; width:auto; clear:both; }
  /* .twocolumns .column:not(.bg) { display:inline; } */
  .threecolumns { display:block; margin:0; }
  /* .threecolumns:not(.bg) { display:inline; } */
  .threecolumns .column { display:block; width:auto; clear:both; }
  /* .threecolumns .column:not(.bg) { display:inline; } */
  .fourcolumns p br { display:none; }

  .threecolumns .column.with-image { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; float:none; }
  .threecolumns .column.with-image .image { margin:0; width:30%; -webkit-box-flex:1; -ms-flex-positive:1; flex-grow:1; display:block; }
  .threecolumns .column.crop-image .image::before { padding-top:75%; }
  .threecolumns .column.with-image .text { margin:0; width:70%; font-size:.95em; -webkit-box-flex:2; -ms-flex-positive:2; flex-grow:2; display:block; padding-left:16px; }
  .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:480px; 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:420px; 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; }
  .twocolumns:first-of-type > .column:first-child, .twocolumns:first-of-type > .column:first-child > :first-child, 
  .threecolumns:first-of-type > .column:first-child, .threecolumns:first-of-type > .column:first-child > :first-child
  { margin-top:0; }

  .autocolumns { -webkit-column-count:1; column-count:1; margin:0; }
  .autocolumns .column { margin:1em 0;}
}

@media only screen and ( max-width:479px ){
  .column.side-image { margin:1em 0; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; -webkit-box-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; }
  .column.side-image-reverse { -webkit-box-orient:vertical; -webkit-box-direction:reverse; -ms-flex-direction:column-reverse; flex-direction:column-reverse; }
  .column.with-image .image { width:100%; margin-left:auto; margin-right:auto; max-width:100%; max-height:280px; }
  .column.round-image .image { max-width:280px; }
  .column.with-image .image img { max-height:100%; max-width:100%; object-fit:cover; }
  .column.side-image .text { width:100%; float:none; margin-left:auto; margin-right:auto; }
  .column.side-image .image { margin-top:0; }
  .column.side-image .text { margin-top:.5em; }
  .column.side-image-reverse .image { margin-top:.5em; }
  .column.side-image-reverse .text { margin-top:0; }
  .threecolumns h2, .threecolumns h3, .fourcolumns h2, .fourcolumns h3, .twocolumns .image:not(.side-image) + .text h3 { text-align:inherit; }
  .threecolumns .column.with-image .text { padding-left:12px; font-size:.95em; }

  p br { display:none; }
  address br, .address br { display:block; }
}




ul.boxes { margin:0 -0.238%; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; }
ul.boxes li { width:16.066%; padding:6px; display:block; float:left; vertical-align:top; border-width:1px; margin:3px .3%; }
.column.bg ul.boxes li, .columns.bg .column:not(.bg) ul.boxes li { border-width:0; background-color:#fff; }
/* ul.boxes li .color { display:block; width:40px; height:40px; border-radius:50%; margin:0 auto; }
ul.boxes li .color.lighten { border:2px solid rgba(0,0,0,0.1); }
ul.boxes li .image::before { content:''; display:block; padding:100% 0 0; } */
ul.boxes li .image { display:block; position:relative; padding:0; margin:0 auto; background-position:center; background-size:contain; background-repeat:no-repeat; } 
ul.boxes li .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 li .text { display:block; margin-top:.5em; font-size:.9em; line-height:1.4em; } 
ul.boxes li .title { display:block; font-size:1.05em; line-height:1.3em; margin:0 0 .2em; text-align:center; }
ul.boxes li::after { display:table; content:''; clear:both; }

@media screen and ( max-width:934px ){
  ul.boxes li { width:16.066%; }
}
@media screen and ( max-width:768px ){
  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:479px ){
  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:1.5em; vertical-align:middle; background-color:#efefef; 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; -webkit-transform:rotate(45deg); 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:1px; 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:#fff; }

.image-wrap, .image-link { display:inline-block; position:relative; max-width:100%; }
.image-wrap img, .image-link img { margin:0; padding:0; vertical-align:bottom; }
.image-link:hover img { opacity:.8; }
.image-wrap.alighncenter { margin-left:auto; margin-right:auto; }
.image-wrap { margin-top:8px; margin-bottom:8px; }

.image-link.video-link { position:relative; } 
.image-link.video-link::before { content:''; opacity:1; position:absolute; z-index:9; left:0; bottom:0; top:0; right:0; margin:auto; height:48px; width:48px; background-image:url( "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80px' height='80px' viewBox='0 0 80 80' %3E%3Cg%3E%3Cpath fill='white' d='M25,61.18V18.82L61.69,40ZM40,80A40,40,0,1,1,80,40,40,40,0,0,1,40,80ZM40,2.94A37.06,37.06,0,1,0,77.06,40,37.11,37.11,0,0,0,40,2.94Z' /%3E%3C/g%3E%3C/svg%3E"); background-size:100%; background-repeat:no-repeat; background-position: center; }
.image-link.video-link span.video-caption { color:#fff; position:absolute; left:0; bottom:0; right:0; margin:auto; text-align:center; font-size:13px; padding:4px; background-color:rgba(0,0,0,.2);}

a.text-link, .mce-content-body a { border-bottom:1px dashed #64a2bc; }

.wp-caption { display:inline-block; position:relative; }
.wp-caption .wp-caption-text { position:absolute; display:block; right:0; left:0; bottom:0; font-size:11px; vertical-align:middle; line-height:1.3em; color:#fff; background-color:rgba(0,0,0,0.4); padding:2px 4px; margin:0 auto; }
.wp-caption .wp-caption-text a { color:inherit; }
.wp-caption .image-wrap { margin:0; padding:0; display:block; }
.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(0,0,0,0.8); border-width:20px solid black; }
p + .wp-video { margin-top:24px; }
.entry .mov, .embed-youtube, .embed-vimeo { position:relative; display:inline-block; padding:0; max-width:720px; width:100%; }
.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 .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:.75em 0; } /*embedの内容はfn_header.phpから直接書き出し*/
.inline-frame { font-size:.9em; overflow-y:scroll; overflow-x:hidden; padding:1em 1.25em; margin:1em 0; height:28em; border-width:1px; }

.alignnone, .aligncenter { float:none; }
.alignleft { float:left; margin:8px 3.2% 8px 0; max-width:48.4%; display:block; }
.alignright { float:right; margin:8px 0 8px 3.2%; max-width:48.4%; display:block; }
.textindent { text-indent:1em; }
.alignleft + .alignright { margin-left:0; }
.alignleft + .alignleft, .alignleft + .alignleft + .alignleft + .alignleft, .alignleft + .alignleft + .alignleft + .alignleft + .alignleft + .alignleft, .alignleft + .alignleft + .alignleft + .alignleft + .alignleft + .alignleft + .alignleft + .alignleft { margin-right:0; clear:none;}
.alignleft + .alignleft + .alignleft, .alignleft + .alignleft + .alignleft + .alignleft + .alignleft, .alignleft + .alignleft + .alignleft + .alignleft + .alignleft + .alignleft + .alignleft, .alignleft + .alignleft + .alignleft + .alignleft + .alignleft + .alignleft + .alignleft + .alignleft + .alignleft { margin-right:3.2%; clear:left; }
.alignleft + .alignleft + .alignleft, .alignleft + .alignright + .alignleft , .alignleft + .alignright + .alignleft + .alignright { margin-top:1em; }
.alignleft + .alignright + * { clear:both; }
.alignleft > img, .alignright > img { margin:0; padding:0; }
h2 + .alignleft, h2 + .alignright, h3 + .alignleft, h3 + .alignright, h4 + .alignleft, h4 + .alignright, h5 + .alignleft, h5 + .alignright { margin-top:.2em; }
.image-wrap:not(.alignleft):not(.alignright) + h2, .image-wrap:not(.alignleft):not(.alignright) + h3 { margin-top:1em; }
.image-wrap:not(.alignleft):not(.alignright) + h4, .image-wrap:not(.alignleft):not(.alignright) + h5 { margin-top:.5em; }
.alignleft:first-child + *:not(.alignleft):not(.alignright), .alignright:first-child + *:not(.alignleft):not(.alignright), .alignnone + h5, .aligncenter + h1, .aligncenter + h2, .aligncenter + h3, .aligncenter + h4, .aligncenter + h5 { margin-top:0; }
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,
h1 + ul, h1 + ol, h1 + dl, h2 + ul, h2 + ol, h2 + dl, h3 + ul, h3 + ol, h3 + dl, h4 + ul, h4 + ol, h4 + dl, h5 + ul, h5 + ol, h5 + dl { margin-top:0; }
.alignright + .alignleft { clear:right; }
.aligncenter { text-align:center; margin:1em auto; display:block; }

dd table, dd ul, dd ol, li { margin:.5em 0; }
ul, ol, dl, table { margin:1em 0; line-height:1.5; }

table { padding:0; border-width:1px; border-style:solid; }
table th { text-align:center; }
table td, table th { vertical-align:middle; padding:.3em; border-width:1px; }
table caption { padding:.5em; line-height:1em; letter-spacing:1px; }

li { list-style:none; }
li::before { background-color:#999; color:#fff; }
li:hover::before { background-color:#64a2bc; }
ul, ol { display:block; list-style:none; }
ol > li::before  { background-color:transparent; color:inherit; border-color:inherit; }
ol > li:hover::before { background-color:transparent; }
.entry ul:not([id]):not([class]) {}
.entry ul:not([id]):not([class]) > li, ul.halflist li { display:block; padding:0 0 .2em 16px; }
.entry ul:not([id]):not([class]) > li::before, ul.halflist li::before { content:''; display:inline-block; position:relative; top:-.1em; left:-14px; margin-right:-8px; height:8px; width:8px; line-height:8px; vertical-align:middle; border-radius:50%; transition:all .1s ease-in; }
.entry ul:not([id]):not([class]) > li:hover::before {}

.entry ol { }
.entry ol:not([class]) { counter-reset:li; /* カウンターリセット */ }
.entry ol:not([class]) > li { display:block; padding:.2em 0 .2em 2.2em; text-decoration:none; }
.entry ol:not([class]) > li::before { content:counter(li); counter-increment:li; display:inline-block; position:relative; left:-2.44444em; top:-.1em; font-size:.9em; line-height:1em; margin:0 -1.7em 0 0; padding:.3em .05em; vertical-align:middle; height:1.7em; width:1.7em; line-height:1em; font-weight:400; text-align:center; border-radius:2px; border-width:1px; transition:all .1s ease-in; }
.entry ol:not([class]) > li > ol:not([class]) { counter-reset:childli; /* カウンターリセット */ }
.entry ol:not([class]) > li > ol:not([class]) > li { padding-left:2.8em; }
.entry ol:not([class]) > li > ol:not([class]) > li::before { content:counter(li)'-'counter(childli); counter-increment:childli; left:-3.1111em; margin:0 -2.4em 0 0; width:2.4em; }

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

dl.info { padding:0; border-width:1px; overflow:hidden; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; }
dl.info::after, dl.info > dt::after, dl.info > dd::after { content:''; display:table; clear:both;}
dl.info > dt:first-child { border-top-width:6px; }
dl.info > dt:first-child + dd { border-top-width:6px; }
dl.info > dt:first-child + dd::before { border-top-width:6px; top:-6px; left:0; right:0; content:''; padding:0; margin:0; opacity:.5; }
dl.info > dt, dl.info > dd { display:block; float:left; position:relative; } 
dl.info > dt { width:27%; min-width:calc(0% + 140px); margin:0; padding:12px; font-size:.95em; font-weight:600; z-index:3; clear:left; background-color:rgba(0,0,0,0.025); }
dl.info > dd { width:73%; max-width:calc(100% - 140px); margin:0; padding:12px; overflow:visible; z-index:2; }
dl.info > dd + dt, dl.info > dd + dt + dd  { border-top-width:1px; } 
dl.info > dd::before { content:''; position:absolute; left:-100%; right:0; top:0; bottom:0; background-color:rgba(255,255,255,0.2); z-index:-1; }

dl.tag { padding:0; display:block; }
dl.tag dt { background-color:#999; background-color:rgba(255,255,255,0.2); color:#fff; font-size:.8em; float:left; clear:left; width:88px; margin:5px 0; padding:6px .5em 4px .5em; display:block; text-align:center; text-transform:uppercase; line-height:1em; }
dl.tag dd { text-align:left; font-size:1em; width:auto; margin:0 0 0 104px; display:block; }

dl.notice { border-width:1px 1px 0 1px; overflow:hidden; display:block; }
dl.notice > dt { padding:8px 16px 0; font-weight:600; display:block; width:auto; }
dl.notice > dt::before { font-family:'fontello'; content:'\e960'; display:inline-block; position:relative; margin:-1.25em .6em 0 0; color:#64a2bc; font-size:1.5em; height:1em; width:1em; line-height:1em; text-align:center; font-weight:400;}
dl.notice > dt::after { content:''; display:block; border-bottom-width:1px; padding-top:8px; }
dl.notice > dd { display:block; padding:8px 16px; width:auto; border-bottom-width:1px; }

dl.field { overflow:hidden; vertical-align:baseline; display:block; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; } 
dl.field dt, dl.field dd { float:left; display:block; margin:0; padding:12px 0 4px; border-bottom-width:1px; } 
dl.field dt { clear:left; width:25%; width:calc(0% + 132px); font-weight:600; font-size:.85em; }
dl.field dd { width:75%; width:calc(100% - 132px); }
dl.field dt::after { content:' :'; }
dl.field dt:first-child, dl.field dt:first-child + dd { border-top-width:0; }

table:not([id]):not([class]) tbody th, table:not([id]):not([class]) thead tr, table:not([id]):not([class]) tfoot tr { background-color:rgba(0,0,0,0.1); }
table:not([id]):not([class]) tbody tr:nth-of-type(even) { background-color:rgba(210,210,210,0.2); }

ul.checklist li { position:relative; display:block; padding:.2em .2em .2em 2em; margin:.2em 0; text-decoration:none; font-weight:600; }
ul.checklist li::before { font-family:'fontello'; content:'\e98c'; background-color:rgba(210,210,210,0.2); color:#64a2bc; position:absolute; left:0; top:50%; margin-top:-.35em; font-size:1.5em; height:.8em; width:.8em; line-height:.3em; border-width:2px; border-radius:0; text-shadow:0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; text-align:center; font-weight:600; transition:all .1s ease-in; }
ul.checklist li:hover::before{}
ul.checklist::after { display:table; content:''; clear:both; }
ul.checklist-cross li::before { font-family:'fontello'; content:'\e989'; color:#dd6600; }
ul.checklist-cross li:hover::before{ color:#ed3a16; }

ul.floatlist { display:block; }
ul.floatlist::after { display:table; content:''; clear:both; }
ul.floatlist li { display:block; float:left; font-size:inherit; line-height:1em; padding:.25em; margin:0 0 .25em .25em; text-decoration:none; border-width:2px; border-radius:3px; }

ul.halflist { display:block; }
ul.halflist li { width:49%; width:calc(50% - .25em); display:block; float:left; margin:0 0 .25em .25em; }
ul.halflist li:nth-child(odd) { margin:0 .25em .25em 0; clear:left; }
ul.halflist::after { display:table; content:''; clear:both; }

[style*="font-size: 1.2em;"], [style*="font-size:1.2em;"]  { font-size:1.3em; } /* scale up by tinymce */

.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; 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:0; position:relative; }
.gallery::after { content:''; display:table; clear:both; }
.gallery-items { margin:0 -8px; display:block; list-style:none; }
.gallery-item { margin:0; padding:8px; width:33.3333%; float:left; text-align:center; display:block; list-style:none; vertical-align:bottom; }
.gallery-item .image-wrap { margin:0; display:block; padding:0; }
.gallery-item img { display:block; vertical-align:bottom; margin:0 auto; }
.gallery-columns-1 .gallery-items { margin:0; }
.gallery-columns-1 .gallery-item { width:100%; padding:0; margin:0; }
.gallery-columns-1 .gallery-item + .gallery-item { margin-top:16px; }
.gallery-columns-2 .gallery-item { width:50%; }
.gallery-columns-3 .gallery-item { width:33.3333%; }
.gallery-columns-4 .gallery-item { width:25%; }
.gallery-columns-5 .gallery-item { width:20%; }
.gallery-columns-6 .gallery-item { width:16.6666%; }
.gallery-columns-7 .gallery-item { width:14.2857%; }
.gallery-columns-8 .gallery-item { width:12.5%; }
.gallery-columns-9 .gallery-item { width:11.111%; }
.gallery-columns-10 .gallery-item { width:10%; }
.entry .gallery { margin:.6em 0; }

.collage { list-style:none; margin:0 -8px; margin:0 -.5em; padding:8px; padding:.5em; /* padding between images */ opacity:0; /* fadein by collagePlus */ }
.collage > li, .collage > li > *, .collage > li img { margin:0; padding:0; display:block; }

/* MAP DISPLAY */
.map-display { margin:8px 0; height:auto; overflow:hidden; position:relative; }
.map-display::before { display:block; padding:20% 0 240px 0; content:''; }
.map-display > iframe { height:100%; width:100%; position:absolute; top:0px; left:0px; }
.map-display *, #map *, .map * { border-style:none; max-width:none !important; } /*css reset for google maps infowindow */

@media screen and ( max-width:600px ){
  h1 br, h2 br { display:none; } 
  .entry p:not([class]), .entry h1:not([class]), .entry h2:not([class]), .entry h3:not([class]),.entry h4:not([class]), .entry h5:not([class]), .entry h6:not([class]), 
  .entry .column h2, .entry .column h3 { text-align:inherit; }
  .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 img.aligncenter { width:initial; } */
  body.mce-content-body [style*="text-align: center"], body.mce-content-body [style*="text-align:center"] { text-align:center!important; }
  [style*="text-align: center"] br, [style*="text-align:center"] br { display:none; }
  
  dl.tag { padding:0; }
  dl.tag dt { width:auto; margin:8px 0 0; }
  dl.tag dd, dl.tag dt:first-child + dd { padding:3px 0px 8px; clear:left; border-top-width:0; border-bottom-width:1px; margin:0; }
  dl.tag dd::before { display:none; }
  [style*="font-size: 1.2em;"], [style*="font-size:1.2em;"]  { font-size:1.2em; } /* scale up by tinymce */
}
@media screen and ( max-width:479px ){
  .entry p { text-align:inherit; }
  h3 { text-align:inherit; }
  h3 br { display:none; }
  .alignleft, .alignright { float:none; margin:16px auto; display:block; max-width:100%!important; 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; border-top-width:0; width:auto; min-width:initial; min-width:auto; border-left-width:6px; margin:.4em 0 0; border-bottom-width:1px; font-size:.96em; padding:.2em .5em; display:block!important; line-height:1.2em; vertical-align:middle; font-weight:600; }
  dl.info > dt:first-child { margin:0; }
  dl.info > dd { float:none; font-size:.95em; padding:.4em 0 ; max-width:none; width:auto; clear:left; border-width:0; }
  dl.info > dt:first-child + dd { border-top-width:0; }
  dl.info > dd::before { display:none; }
  dl.info > dd, dl.info > dd:hover { background-color:transparent!important; }
  dl.info p + p { margin-top:.2em; }
  [style*="font-size: 1.2em;"], [style*="font-size:1.2em;"]  { font-size:1.1em; } /* scale up by tinymce */
  dl.field { display:block; }
  dl.field dt { display:block; width:auto; border-width:0; padding:0; margin:8px 0 0; float:none; }
  dl.field dd { display:block; width:auto; float:none; padding:2px 0; margin:0 0 8px ;}
}
@media screen and ( max-width:380px ){
  th, td { padding:.3em; }
  ul.scaleup, ol.scaleup, div.scaleup { font-size:1.15em; }
  /*.columns .column { margin-top:12px; }*/
  ul.halflist li:nth-child(n) { width:auto; float:none; margin:0 0 .25em; }
}



/* ::::::::::: CONTACT PAGE & COMMENTS FORM ::::::::::: */
#comments { text-align:left; margin:0; padding:0; }
.comment-list, .commentlist { padding:0; margin:0; }
.comment-list .comment, .commentlist .comment { } 
.comment .reply { margin:8px 0 0; }
.reply-box { margin:0 0 16px; padding:16px; background-color:#fff; }
.comment-awaiting-moderation { color:gray; font-family:inherit; font-size:.9em; }
.comment { background-color:#f5f5f5; padding:16px; display:block; position:relative; }
.comment.byuser { background-color:#eff8f6; }
.comment.depth-1 { margin-top:16px; }
.children .comment { background-color:#fff; }
.comment-list::after, .commentlist::after { display:table; clear:both; content:''; }
#respond-header { margin-top:16px; padding:8px 0; }
.comment-meta { margin:0 0 16px; padding:0; }
.comment-meta .edit-link { display:inline-block; float:none; text-align:left; }
.comment-meta .edit-link a { padding:2px 4px; }
/* .comment-meta::after{ content:''; display:block; clear:both; overflow:hidden; visibility:hidden; } */
.comment-meta time { font-size:.9em; margin:0; float:right; padding:0; }
.comment-meta + * { clear:left; margin-top:0; }
.comment-author { padding:0; font-size:1.1em; line-height:1.5em; 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-author span::before { font-family:'fontello'; content:'\e814'; margin-right:5px; font-weight:normal; } */
/* .comment.byuser .comment-author cite { color:#5e8f92; } */
.comment-entry a { text-decoration:underline; }
.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:inline-block; position:relative; text-decoration:none; float:right; font-size:12px; line-height:12px; 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:inline-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='gray' 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='gray' 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 { font-size:.95em; line-height:1.6em; clear:both; padding:0; }
.comment-body h3 { font-size:1.1em; margin:0 0 .5em; }
.comment-body p { margin:.5em 0; }
.comment-body p:last-child { margin-bottom:0; }
.comment-body::after { display:table; clear:both; content:''; }
.comment #reply-title { display:none; }
.comment-body { display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-flex-direction:column; flex-direction:column; }

/* .comment-reply-link { position:absolute; display:block; z-index:10; padding:8px; font-size:16px; line-height:1em; bottom:16px; right:16px; left:16px; text-align:center; color:#fff; background-color:#aaa; background-position:right center; background-repeat:no-repeat; }
.comment-reply-link { 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='white' 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"); }
.replying .comment-reply-link { 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='white' d='M14,0.8l8,8L20.9,10L14,3.2L7.2,10L6,8.8L14,0.8z' /%3E%3C/g%3E%3C/svg%3E"); }
 */

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

.comment-content p.moderation { color:#aaa; font-size:1em; font-weight:bold; }
.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-size:.85em; }
#comments .nopassword { padding-left:30px; }
#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-size:11px; }
.comment-respond { padding:24px 0; margin:0 0 24px; border-top-width:1px; 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 { font-size:.8em; }
.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:.4; }
.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:1px solid #cccccc; 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%; }
.ajax-status { clear:both; padding-top:0; padding-bottom:0; width:auto; display:block; }
.ajax-status div { position:relative; padding:8px; font-size:16px; line-height:20px; margin:8px 0 0; }
.ajax-status div * { padding:0; margin:0; font-size:inherit; line-height:inherit; }
.ajax-status .ajax-error { background-color:#356; color:#fff; }
.ajax-status .ajax-success { background-color:#2bb; color:#fff; } 
.ajax-status .ajax-processing { background-color:#efefef; } 
.ajax-status .ajax-processing::before { width:auto; display:block; content:' '; margin:0; padding:0; background-color:#a9e3e4; position:absolute; height:3px; left:0; right:0; bottom:0; -webkit-animation:fullexpand 1s ease-out; animation:fullexpand 1s ease-out; z-index:1;}
.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:16px; background-color:transparent; }
.comment-form-rating a::after, .comment-form-rating .star::after { color:#ddd; 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:orange; 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%; }

@media screen and (max-width : 768px){
  .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 : 479px){
  .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:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; }
.banners > * { font-size:1em; margin:0; display:block; } /*between 1.5%*/
.banners.c2 > * { width:50%; font-size:1em; } /*between 1.5%*/
.banners.c3 > * { width:33.333%; font-size:.9em; } /*between 1.5%*/
.banners.c4 > * { width:25%; font-size:.8em; } /*between 1.5%*/
.banners.c5 > * { width:20%; font-size:.8em; } /*between 1.5%*/
.banners.c2.n1 { width:100%; font-size:1em; }
.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)
{ width:25%; font-size:.8em; }
.banners.c4.n5 > *
{ width:20%; font-size:.8em; }
.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)
{ width:33.333%; font-size:.9em; }
.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 > *
 { width:50%; font-size:1em; }

@media screen and ( max-width:934px ){
  .banners > * { font-size:.95em; }
  .banners.c5 > :nth-child(n) 
  { width:25%; font-size:.8em; }
  .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)
  { width:33.333%; font-size:.9em; }
  .banners.c4.n5 > :nth-child(-n + 2) 
  { width:50%; font-size:1em; }
}
@media screen and ( max-width:768px ){
  .banners.c3:not(.c4) > * { 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)
  { width:33.333%; font-size:.9em; } 
  .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)
  { width:50%; font-size:.85em; }
  .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)
  { width:33.333%; font-size:.8em; } 
  .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)
  { width:50%; font-size:.8em; }
  .banners.c3:not(.c4).n1 > *, .banners.c4:not(.c5).n1 > *, .banners.c5.n1 > *
  { width:100%; font-size:.9em; }
}
@media screen and ( max-width:600px ){
  .banners > *, .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.c4:not(.c5) > :nth-child(n), .banners.c4:not(.c5).n2 > :nth-child(n), .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)
  { width:50%; font-size:.9em; }
  .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
  { width:100%; }
/*   .banners.c2:not(.c3) > :nth-child(n), .banners.c2:not(.c3).n2 > :nth-child(n), .banners.c2:not(.c3).n3 > :nth-child(n), .banners.c2:not(.c3).n4 > :nth-child(n), .banners.c2:not(.c3).n5 > :nth-child(n), .banners.c2:not(.c3).n6 > :nth-child(n), .banners.c2:not(.c3).n7 > :nth-child(n), .banners.c2:not(.c3).n8 > :nth-child(n), .banners.c2:not(.c3).n9 > :nth-child(n), .banners.c2:not(.c3).n10 > :nth-child(n), .banners.c2:not(.c3).n11 > :nth-child(n), .banners.c2:not(.c3).n12 > :nth-child(n), .banners.c2:not(.c3).n13 > :nth-child(n), .banners.c2:not(.c3).n14 > :nth-child(n), .banners.c2:not(.c3).n15 > :nth-child(n), .banners.c2:not(.c3).n16 > :nth-child(n), .banners.c2:not(.c3).n17 > :nth-child(n), .banners.c2:not(.c3).n18 > :nth-child(n), .banners.c2:not(.c3).n19 > :nth-child(n), .banners.c2:not(.c3).n20 > :nth-child(n), .banners.c2:not(.c3).n21 > :nth-child(n), .banners.c2:not(.c3).n22 > :nth-child(n), .banners.c2:not(.c3).n23 > :nth-child(n), .banners.c2:not(.c3).n24 > :nth-child(n)
  { width:100%; font-size:.9em; } */
  .banners.c2:not(.c3) > :nth-child(n)
  { width:100%; font-size:.9em; }
}
@media screen and ( max-width:479px ){
  .banners.c5 > :nth-child(n)
  { width:50%; font-size:.8em; }
  .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
  { width:100%; }
 /*  .banners.c5 > :nth-child(n), .banners.c5.n2 > :nth-child(n), .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)
  { width:50%; font-size:.8em; } */
  .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)
  { width:100%; font-size:.8em; }
}
@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)
  { width:100%; font-size:.8em; }
}



/* ::::::::::: RIBBON BANNER ::::::::::: */
.ribbon-banner { position:relative; color:#fff; background-color:#3D79D0; font-size:1.3em; padding:1.2em 2em 1.5em; margin-bottom:1.5em; line-height:1.4em; vertical-align:middle; font-weight:800; text-align:center; }
.ribbon-banner::before, .ribbon-banner::after, .ribbon-excess::before, .ribbon-excess::after { position:absolute; margin:0; padding:0; content:''; display:block; }
.ribbon-banner::before, .ribbon-banner::after { position:absolute; left:-16px; bottom:-16px; margin:0; padding:0; z-index:-1; border:16px solid transparent; border-right-color:#043140; }
.ribbon-banner::after { left:auto; right:-16px; border-right-color:transparent; border-left-color:#043140; }
.ribbon-excess::before, .ribbon-excess::after { width:64px; height:100%; bottom:-16px; right:auto; left:-48px; z-index:-2; background:linear-gradient(to top right, rgba(255,255,255,0) 50%, #1D53C0 50.5%) no-repeat top left/100% 100%,  linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #1D53C0 50.5%) no-repeat top left/100% 100%; -webkit-transform-origin:100% 0; -ms-transform-origin:100% 0; transform-origin:100% 0; }
.ribbon-excess::after { left:auto; right:-48px; background:linear-gradient(to top left, rgba(255,255,255,0) 50%, #1D53C0 50.5%) no-repeat top left/100% 100%,  linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #1D53C0 50.5%) no-repeat top left/100% 100%; -webkit-transform-origin:0 0; -ms-transform-origin:0 0; transform-origin:0 0; }
.ribbon-banner.standby { -webkit-transform:scaleX(0); transform:scaleX(0); }
.ribbon-banner.standby::before, .ribbon-banner.standby::after { -webkit-transform:scaleY(0); transform:scaleY(0); }
.ribbon-banner.standby .ribbon-excess::before, .ribbon-banner.standby .ribbon-excess::after { -webkit-transform:scaleX(0); transform:scaleX(0); }
.ribbon-banner:not(.standby) { -webkit-animation:ribbonmain 250ms; animation:ribbonmain 250ms; }
.ribbon-banner:not(.standby)::before, .ribbon-banner:not(.standby)::after { -webkit-animation:ribbonedge 500ms; animation:ribbonedge 500ms; }
.ribbon-banner:not(.standby) .ribbon-excess::before, .ribbon-banner:not(.standby) .ribbon-excess::after {  -webkit-animation:ribbonback 600ms; animation:ribbonback 600ms; }
@-webkit-keyframes ribbonmain { 0% { -webkit-transform:scaleX(0); } 100% { -webkit-transform:scaleX(1); } }
@-webkit-keyframes ribbonedge { 0%, 50% { -webkit-transform:scaleY(0); } 100% { -webkit-transform:scaleY(1); } }
@-webkit-keyframes ribbonback { 0%, 75% { -webkit-transform:scaleX(0); } 100% { -webkit-transform:scaleX(1); } }
@keyframes ribbonmain { 0% { transform:scaleX(0); } 100% { transform:scaleX(1); } }
@keyframes ribbonedge {  0%, 50% { transform:scaleY(0); } 100% { transform:scaleY(1); } }
@keyframes ribbonback { 0%, 75% { transform:scaleX(0); } 100% { transform:scaleX(1); } }

@media all and (max-width:767px) { 
  .ribbon-banner { padding:1em 1.4em 1.2em;}
}


/* ::::::::::: SOCIAL BUTTONS ::::::::::: */
.social-buttons { display:block; }
.social-buttons li { display:inline; padding:0; }
.social-buttons li a { margin:0; display:inline-block; vertical-align:baseline; font-size:1.5em; padding:.1em; }
.social-buttons li a i, .social-buttons li a:hover i { color:inherit; font-size:1em; }
.social-buttons li a i::before { margin:0; }
.social-buttons li.button-twitter a { color:#5b9bb0; }
.social-buttons li.button-twitter a:hover { color:#46b8de; }
.social-buttons li.button-facebook a { color:#695bb0; }
.social-buttons li.button-facebook a:hover { color:#7b61eb; }
.social-buttons li.button-gplus a { color:#b16142; }
.social-buttons li.button-gplus a:hover { color:#df7c55; }
.social-buttons li.button-hatebu a { color:#5b79b0; }
.social-buttons li.button-hatebu a:hover { color:#5488e5; }
.social-buttons li.button-line a { color:#87b05b; }
.social-buttons li.button-line a:hover { color:#93d54d; }
.social-buttons li.button-linkedin a { color:#699e7b; }
.social-buttons li.button-linkedin a:hover { color:#51af6e; }
.social-buttons li.button-pocket a { color:#b05b6d; }
.social-buttons li.button-pocket a:hover { color:#ea627c; }
.social-buttons li.button-pinterest a { color:#b0635b; }
.social-buttons li.button-pinterest a:hover { color:#cd584c; }

.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:#fff; background-color:rgba(0,0,0,.25); text-align:center; vertical-align:middle; 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; }
.wpcf7 .screen-reader-response { display:none; }
.thankyou_message { display:none!important; background-color:#fff; background-color:rgba(255,255,255,0.9); position:absolute; top:0; left:0; right:0; bottom:0; z-index:31; }
.thankyou_message > div { text-align:center; position:absolute; bottom:160px; left:0; right:0; padding:24px; }
.thankyou_message > div * { text-align:inherit; } 
.thankyou_message h2 { font-size:1.25em; font-weight:600; }
.wpcf7-form { position:relative; }
.wpcf7-form > :first-child, .wpcf7-form > div[style="display: none;"]:first-child + *, .wpcf7-form > div[style="display:none;"]:first-child + * { margin-top:0; } /* wpcf7によって最初に吐き出されるhidden要素 */
.wpcf7 .sent .thankyou_message { display:block!important; }
.form-send .watermark { color:#dd6600; }
.wpcf7-radio, .wpcf7-checkbox { display:block; padding:0; margin:0; text-align:left; line-height:32px; vertical-align:middle; }
/*.wpcf7-radio input, .wpcf7-checkbox input { margin-top:7px; margin-bottom:7px; }*/
.wpcf7-list-item { font-size:16px; display:inline-block; padding:0; margin:0; }
.form-box { clear:both; width:100%; padding:0 0 12px; margin:0; position:relative; }
.form-box::after { display:table; clear: both; content: ''; }
.form-head { clear:both; width:100%; padding:16px 0 0; margin:0; font-weight:600; }
.form-head h3 { font-size:1em; }
.form-box em, .form-head em, .required { color:#dd6600; font-family:inherit; margin-left:.3em; border-width:0; text-decoration:none; } 
.wpcf7 .headword { /*position:absolute; display:block; z-index:1; left:4px; top:6px; text-align:center; padding:4px 6px; font-weight:600; */font-size:.85em; line-height:1.4em; }
.wpcf7 .wpcf7-form-control-wrap { bottom:0; padding:0; display:block; position:relative; }
.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; }
.small-form-box { width:49%; float:left; }
.small-form-box + .small-form-box { margin-left:2%; clear:none; }
.small-form-box + .small-form-box + .small-form-box { margin-left:0; clear:left; }
.small-form-box + .small-form-box + .small-form-box + .small-form-box { margin-left:2%; clear:none; }
.small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box { margin-left:0; clear:left; }
.small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box { margin-left:2%; clear:none; }
.small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box { margin-left:0; clear:left; }
.small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box { margin-left:2%; clear:none; }
.small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box { margin-left:0; clear:left; }
.small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-form-box + .small-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; }
.wpcf7 .wpcf7-textarea { display:block; height:220px; width:100%; resize:vertical; padding:12px 8px; margin:0!important; text-align:left; vertical-align:baseline; }
.form-send { clear:both; padding:0; margin:0; position:relative; }
.form-send .wpcf7-submit { width:100%; display: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:rgba(0,0,0,.1); 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 { float:right; display:block; }
.captcha-box .captchar input[type="text"] { float:right; display:block; width:100px; height:40px; line-height: 26px; padding: 6px; border-width: 0; }
.wpcf7-mail-sent-ok { display:none!important; }
.wpcf7-not-valid-tip { position:absolute; top:0; right:0px; z-index:10; }
.jetpack_subscription_widget .success p, .jetpack_subscription_widget p.error { background-color:#64a2bc; color:#fff; border-width:0; color:#fff; font-weight:600; font-size:.8em;padding:6px; line-height:16px; text-wrap:normal; }
.jetpack_subscription_widget p.error { background-color:#dd6600; }
.wpcf7-mail-sent-ok, .wpcf7-not-valid-tip, .wpcf7-mail-sent-ng, .wpcf7-spam-blocked, .wpcf7-validation-errors, .wpcf7-acceptance-missing, .wpcf7-not-valid-tip-no-ajax { background-color:#dd6600; border-width:0; color:#fff; font-weight:600; font-size:.8em; padding:6px; line-height:16px; text-wrap:normal; }
.form-response, .wpcf7-response-output { font-weight:600; text-align:center; text-wrap:normal; font-size:12px; padding:8px; line-height:16px; vertical-align:middle;}
.form-response .wpcf7-response-output { position:absolute; top:0; left:0; bottom:0; right:0; }
.form-response { position:relative; margin:8px 0 0; z-index:2; }
.wpcf7 .ajax-loader { z-index:-1; display:block; margin:0; padding:0; position:absolute; background-image:none; background-color:transparent; /*visibility:hidden;*/ left:0; top:0; right:100%; height:32px; }
.wpcf7 .ajax-loader.is-active { z-index:3; visibility:visible; opacity:.3; background-color:#64a2bc; -webkit-animation:fullexpand 1s ease-in; animation:fullexpand 1s ease-in; -webkit-animation-fill-mode:forwards; animation-fill-mode:forwards; }
@-webkit-keyframes fullexpand { 0% { right:100%;} 100% { right:0; } }
@keyframes fullexpand { 0% { right:100%;} 100% { right:0; } }
@media screen and ( max-width:934px ){
}
@media screen and ( max-width:768px ){
  .wpcf7 { margin:0; }
  .form-box, .small-form-box, .form-send, .div3-form-box { width:100%; margin:0!important; }
  .wpcf7-radio { height:auto; padding-top:5px; padding-bottom:5px; }
  .form-response, .wpcf7 .wpcf7-response-output { font-size:11px; line-height:14px; }
  .thankyou_message > div { padding:16px; bottom:120px; }
}
@media screen and ( max-width:479px ){
  .thankyou_message > div { text-align:left; padding:12px; bottom:40px; }
  .thankyou_message > div br { display:none; }
  .wpcf7-list-item { display:block; padding:2px 0; margin:0; overflow:hidden; }
  .form-response, .wpcf7 .wpcf7-response-output { font-size:10px; }
}


/*::::::::::: JETPACK LAZY IMAGES EFFECT SETTINGS ::::::::::: */
img.jetpack-lazy-image { opacity: 0; transition:opacity .5s ease-in .5s; }
img.jetpack-lazy-image.jetpack-lazy-image--handled { opacity:1; }



/*::::::::::: PHOTOSWIPE JS SETTINGS ::::::::::: */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.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%; /* create separate layer, to avoid paint on window.onscroll in webkit/blink */ -webkit-backface-visibility:hidden; outline:none; }
.pswp * { -webkit-box-sizing:border-box; box-sizing:border-box; } 
.pswp img { max-width:none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity { /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */ opacity:0.001; will-change:opacity; /* for open/close transition */ transition:opacity .25s cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--open { display:block; }
.pswp--zoom-allowed .pswp__img { /* autoprefixer:off */ cursor:-webkit-zoom-in; cursor:-moz-zoom-in; cursor:zoom-in; }
.pswp--zoomed-in .pswp__img { /* autoprefixer:off */ cursor:-webkit-grab; cursor:-moz-grab; cursor:grab; }
.pswp--dragging .pswp__img { /* autoprefixer:off */ cursor:-webkit-grabbing; cursor:-moz-grabbing; cursor:grabbing; }

/* Background is added as a separate element. As animating opacity is much faster than animating rgba() background-color. */
.pswp__bg { position:absolute; left:0; top:0; width:100%; height:100%; background-color:#000; opacity:0; transform:translateZ(0); -webkit-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%; -webkit-transform-origin:left top; -ms-transform-origin:left top; transform-origin:left top; /* for open/close transition */ transition:transform .25s cubic-bezier(0.4, 0, 0.22, 1); }
.pswp__bg { will-change:opacity; /* for open/close transition */ transition:opacity .25s 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; }
.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; }

/* stretched thumbnail or div placeholder element (see below).  style is added to avoid flickering in webkit/blink when layers overlap */
.pswp__img--placeholder { -webkit-backface-visibility:hidden; }

/* div element that matches size of large image. large image loads on top of it */
.pswp__img--placeholder--blank { background-color:#222; }
.pswp--ie .pswp__img { width:100% !important; height:auto !important; left:0; top:0; }

/* Error message appears when image is not loaded (JS option errorMsg controls markup) */
.pswp__error-msg { position:absolute; left:0; top:50%; width:100%; text-align:center; font-size:14px; line-height:16px; margin-top:-8px; color:#cccccc; }
.pswp__error-msg a { color:#cccccc; text-decoration:underline; }

/* 1. Buttons */
.pswp__button { width:44px; height:44px; font-size:24px; line-height:1em; position:relative; background:none; cursor:pointer; overflow:visible; -webkit-appearance:none; display:block; border-width:0; padding:0; margin:0; float:right; opacity:0.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:0.9; } .pswp__button::-moz-focus-inner { padding:0; border-width:0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.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; vertical-align:middle; }
.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; }

/* Arrow buttons hit area (icon is added to ::before pseudo-element)*/
.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:13px; line-height:44px; color:#FFF; opacity:0.75; padding:0 10px; }

/*  4. Caption */
.pswp__caption { position:absolute; left:0; bottom:0; width:100%; min-height:44px; padding:8px 12px; color:#cccccc; }
.pswp__caption small { font-size:11px; color:inherit; }
.pswp__caption a { color:inherit; }
.pswp__caption__center { text-align:center; max-width:720px; margin:0 auto; font-size:13px; 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:500px!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 0.25s 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 { -webkit-animation:clockwise 500ms linear infinite; animation:clockwise 500ms linear infinite; } .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut { -webkit-animation:donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; animation:donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn { background:none; opacity:0.75; width:14px; height:14px; position:absolute; left:15px; top:15px; margin:0; }
.pswp--css_animation .pswp__preloader__cut { /*  The idea of animating inner circle is based on Polymer ("material") loading indicator by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html */ 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 #FFF; 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:1024px ) { 
  .pswp__preloader { position:relative; left:auto; top:auto; margin:0; float:right; } 
}
@media screen and ( max-width:479px ) {
  .pswp__button--arrow--left::before { left:0; }
  .pswp__button--arrow--right::before { right:0; } 
}
@-webkit-keyframes clockwise { 0% { -webkit-transform:rotate(0deg); transform:rotate(0deg); } 100% { -webkit-transform:rotate(360deg); transform:rotate(360deg); } }
@keyframes clockwise { 0% { -webkit-transform:rotate(0deg); transform:rotate(0deg); } 100% { -webkit-transform:rotate(360deg); transform:rotate(360deg); } }
@-webkit-keyframes donut-rotate { 0% { -webkit-transform:rotate(0); transform:rotate(0); } 50% { -webkit-transform:rotate(-140deg); transform:rotate(-140deg); } 100% { -webkit-transform:rotate(0); transform:rotate(0); } }
@keyframes donut-rotate { 0% { -webkit-transform:rotate(0); transform:rotate(0); } 50% { -webkit-transform:rotate(-140deg); transform:rotate(-140deg); } 100% { -webkit-transform:rotate(0); transform:rotate(0); } }

/*  6. Additional styles */
/* root element of UI */
.pswp__ui { -webkit-font-smoothing:auto; visibility:visible; opacity:1; z-index:1550; }
/* top black bar with buttons and "1 of X" indicator */
.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; will-change:opacity; transition:opacity .25s cubic-bezier(0.4, 0, 0.22, 1); }
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.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(0, 0, 0, 0.5); }
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption { background-color:rgba(0, 0, 0, 0.3); }
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.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 class is added when controls are hidden e.g. when user taps to toggle visibility of controls*/
.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:0.001; }
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.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 auto; position:relative; 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 { -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; }
.swiper-wrapper { margin:0; padding:0; position:relative; height:100%; z-index:1; line-height:inherit; display:-webkit-box; display:-ms-flexbox; display:flex; transition-property:-webkit-transform, transform; box-sizing:content-box; }
.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform:translate3d(0px, 0, 0); transform:translate3d(0px, 0, 0); }
.swiper-container-multirow > .swiper-wrapper { -ms-flex-wrap:wrap; flex-wrap:wrap; }
.swiper-container-free-mode > .swiper-wrapper { transition-timing-function:ease-out; margin:0 auto; }
.swiper-slide { -ms-flex-negative:0; border-width:0; flex-shrink:0; width:100%; height:100%; margin:0; padding:0; position:relative; transition-property:-webkit-transform, transform; }
.swiper-slide-invisible-blank { visibility:hidden; }
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height:auto; }
.swiper-container-autoheight .swiper-wrapper { -webkit-box-align:start; -ms-flex-align:start; align-items:flex-start; transition-property:-webkit-transform, transform, height; }
/* 3D Effects */
.swiper-container-3d { -webkit-perspective:1200px; 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 { -webkit-transform-style:preserve-3d; 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:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image:-webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-right { background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-top { background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image:-webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-bottom { background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 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:44px; height:44px; margin-top:-22px; z-index:10; cursor:pointer; background-size:27px 44px; background-size:50% auto; transition:opacity .1s ease-in; background-color:rgba(0,0,0,.3); background-position:center; background-repeat:no-repeat; }
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { opacity:0; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { left:0; right:auto; }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { right:0; left:auto; }
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { opacity:0.35; cursor:auto; pointer-events:none; }
.swiper-button-lock { display:none; }
.swiper-pagination { text-align:center; transition:300ms opacity; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0); }
.swiper-pagination.swiper-pagination-hidden { opacity:0; }
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets { position:absolute; bottom:10px; left:0; right:auto; width:100%; }
/* Bullets */
.swiper-pagination-bullets-dynamic { overflow:hidden; font-size:0; }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transform:scale(0.33); -ms-transform:scale(0.33); transform:scale(0.33); position:relative; }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { -webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(1); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { -webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(1); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { -webkit-transform:scale(0.66); -ms-transform:scale(0.66); transform:scale(0.66); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { -webkit-transform:scale(0.33); -ms-transform:scale(0.33); transform:scale(0.33); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { -webkit-transform:scale(0.66); -ms-transform:scale(0.66); transform:scale(0.66); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { -webkit-transform:scale(0.33); -ms-transform:scale(0.33); transform:scale(0.33); }
.swiper-pagination-bullet { width:10px; height:10px; margin:0 4px; display:inline-block; border-radius:100%; background-color:#333; border-width:1px; overflow:hidden; cursor:pointer; opacity:0.2; background-position:center; background-size:cover; }
button.swiper-pagination-bullet { border-width:0; margin:0; padding:0; -webkit-box-shadow:none; 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:#64a2bc; border-color:#64a2bc; }

.swiper-container-vertical > .swiper-pagination-bullets { position:absolute; right:10px; top:50%; -webkit-transform:translate3d(0px, -50%, 0); 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%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); width:8px; }
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display:inline-block; transition:200ms top, 200ms -webkit-transform; transition:200ms transform, 200ms top; transition:200ms transform, 200ms top, 200ms -webkit-transform; }
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); white-space:nowrap; }
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition:200ms left, 200ms -webkit-transform; transition:200ms transform, 200ms left; transition:200ms transform, 200ms left, 200ms -webkit-transform; }
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition:200ms right, 200ms -webkit-transform; transition:200ms transform, 200ms right; transition:200ms transform, 200ms right, 200ms -webkit-transform; }
/* Progress */
.swiper-pagination-progressbar { background-color:rgba(0, 0, 0, 0.25); position:absolute; }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background-color:#64a2bc; position:absolute; left:0; top:0; width:100%; height:100%; -webkit-transform:scale(0); -ms-transform:scale(0); transform:scale(0); -webkit-transform-origin:left top; -ms-transform-origin:left top; transform-origin:left top; }
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { -webkit-transform-origin:right top; -ms-transform-origin:right top; 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; -ms-touch-action:none; background-color:rgba(0, 0, 0, 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(0, 0, 0, 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:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align: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%; -o-object-fit:contain; object-fit:contain; }
.swiper-slide-zoomed { cursor:move; }
/* Preloader */
.swiper-lazy-preloader { width:42px; height:42px; position:absolute; left:50%; top:50%; margin-left:-21px; margin-top:-21px; z-index:10; -webkit-transform-origin:50%; -ms-transform-origin:50%; transform-origin:50%; -webkit-animation:swiper-preloader-spin 1s steps(12, end) infinite; animation:swiper-preloader-spin 1s steps(12, end) infinite; }
.swiper-lazy-preloader::after { display:block; content:''; width:100%; height:100%; background-image:url( "data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position:50%; background-size:100%; background-repeat:no-repeat; }

@-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform:rotate(360deg); transform:rotate(360deg); } }
@keyframes swiper-preloader-spin { 100% { -webkit-transform:rotate(360deg); transform:rotate(360deg); } }
/* 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; }
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events:auto; }
.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; -webkit-transform-origin:0 0; -ms-transform-origin:0 0; transform-origin:0 0; width:100%; height:100%; }
.swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin:100% 0; -ms-transform-origin:100% 0; 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:#000; opacity:0.6; -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 .swiper-slide { pointer-events:none; }
.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-container-coverflow .swiper-wrapper { /* Windows 8 IE 10 fix */ -ms-perspective:1200px; }


/* SWIPER with GALLERY SETTING */
.swiper-slide > .image-wrap { margin:0; padding:0; display:block; width:100%; height:100%; overflow:hidden; }
.swiper-container-large .swiper-slide { background-color:#fff; overflow:hidden; margin:0; padding:0; position:relative; list-style:none; }
.swiper-container-large .swiper-slide img { margin:0; vertical-align:middle; max-height:100%; max-width:100%; height:auto; width:auto; }
.swiper-image-crop .swiper-container-large .swiper-slide img { object-fit:cover; height:100%; width:100%; }
.swiper-image-contain .swiper-container-large .swiper-slide img { object-fit:contain; height:100%; width:100%; }
@supports not ( object-fit:cover ) { .swiper-image-crop .swiper-container-large .swiper-slide img, .swiper-image-contain .swiper-container-large .swiper-slide img { height:auto; width:auto; } }
.swiper-setting { padding:0; position:relative; }
.swiper-ratio { width:100%; margin:0; padding:0; display:block; position:relative; }
.swiper-ratio.swiper-ratio-horizontal { padding-top:66.666%; }
.swiper-ratio.swiper-ratio-square { padding-top:100%; }
.swiper-ratio.swiper-ratio-vertical { padding-top:150%; }
.swiper-ratio.swiper-per-2 { padding-top: 50%; }
.swiper-ratio.swiper-per-3 { padding-top: 33.333%; }
.swiper-ratio.swiper-per-4 { padding-top: 25%; }
.swiper-ratio.swiper-per-5 { padding-top: 20%; }
.swiper-ratio.swiper-per-6 { padding-top: 16.666%; }
.swiper-ratio .swiper-container-large { margin:0 auto; padding:0; position:absolute; top:0; right:0; bottom:0; left:0; z-index:1; display:block; width:100%; height:100%; }
.swiper-pagination.bullets-thumbnail { position:static; margin:4px -6px 0; }
.swiper-pagination.bullets-thumbnail .swiper-pagination-bullet { border-width:0; position:relative; border-style:solid; border-color:#fff; background-color:#fff; border-radius:0; width:20%; width:-webkit-calc(20% - 8px); width:calc(20% - 8px); height:auto; margin:4px; float:left; }
.swiper-pagination.bullets-thumbnail .swiper-pagination-bullet-active { border-color:#64a2bc; }
.swiper-pagination.bullets-thumbnail .swiper-pagination-bullet::before { content:''; display:block; border-width:4px; border-color:inherit; opacity:.5; position:absolute; left:0; bottom:0; right:0; top:0; transition:opacity .15s ease-in; }
.swiper-pagination.bullets-thumbnail .swiper-pagination-bullet::after { content:''; display:block; padding:100% 0 0 0; }

div.gallery.swiper-with-thumbnail-vertical { padding:0 96px 0 0; }
.alignright div.gallery.swiper-with-thumbnail-vertical { padding:0 0 0 96px; }
.swiper-with-thumbnail .swiper-container-thumb { /* position:absolute; top:auto; right:0; bottom:0; left:0; */ margin-top:8px; }
.swiper-with-thumbnail-vertical .swiper-container-thumb { position:absolute; top:0; right:auto; bottom:0; left:0; }
.alignright .swiper-with-thumbnail-vertical .swiper-container-thumb { top:0; right:0; bottom:0; left:auto; }

.swiper-container-thumb { padding:0; max-height:88px; }
.swiper-container-thumb::before { content:''; padding:16% 0 0; display:block; }
.swiper-container-thumb .swiper-wrapper { position:absolute; left:0; top:0; right:0; bottom:0; margin:0; height:100%; }
.swiper-container-thumb .swiper-slide { padding:4px; height:100%; width:88px; position:relative; overflow:hidden; background-color:transparent; border-width:0; border-color:#fff; }
.swiper-container-thumb .swiper-slide-active { border-color:#64a2bc; }
.swiper-container-thumb .swiper-slide .image-wrap { position:relative; border-color:inherit; padding:0; }
.swiper-container-thumb .swiper-slide .image-wrap::before { content:''; display:block; border-style:solid; border-width:4px; border-color:inherit; opacity:.5; position:absolute; left:0; bottom:0; right:0; top:0; transition:opacity .15s ease-in; }
.swiper-container-thumb .swiper-slide img { object-fit:cover; width:100%; height:100%; margin:0; }
.swiper-with-thumbnail-vertical .swiper-container-thumb { height:auto; width:96px; }
.swiper-with-thumbnail-vertical .swiper-container-thumb .swiper-slide { width:100%; height:19.1%; }

@media screen and ( max-width:1080px ){
  .swiper-ratio.swiper-per-4 { padding-top: 33.333%; }
  .swiper-ratio.swiper-per-5 { padding-top: 25%; }
  .swiper-ratio.swiper-per-6 { padding-top: 25%; }
}
@media screen and ( max-width:768px ){
  .swiper-ratio.swiper-per-2 { padding-top: 66.666%; }
  .swiper-ratio.swiper-per-3 { padding-top: 50%; }
  .swiper-ratio.swiper-per-4 { padding-top: 50%; }
  .swiper-ratio.swiper-per-5 { padding-top: 33.333%; }
  .swiper-ratio.swiper-per-6 { padding-top: 33.333%; }
  .swiper-container-thumb .swiper-slide { width:24.2%; }
  .swiper-with-thumbnail-vertical .swiper-container-thumb .swiper-slide { height:24.2%; }
  .swiper-button-prev, .swiper-button-next { width:32px; height:32px; margin-top:-16px; }
  /* div.gallery.swiper-with-thumbnail { padding:0 0 72px 0; } */
  div.gallery.swiper-with-thumbnail-vertical { padding:0 72px 0 0; }
  .alignright div.gallery.swiper-with-thumbnail-vertical { padding:0 0 0 72px; }
  .swiper-with-thumbnail-vertical .swiper-container-thumb { width:64px; }
}
@media screen and ( max-width:479px ){
  .swiper-ratio.swiper-per-3 { padding-top: 66.666%; }
  .swiper-ratio.swiper-per-5 { padding-top: 50%; }
  .swiper-ratio.swiper-per-6 { padding-top: 50%; }
  .swiper-pagination-bullet { width:8px; height:8px; margin:0 1px; }
  .swiper-pagination.bullets-thumbnail .swiper-pagination-bullet { width:-webkit-calc(25% - 8px); width:calc(25% - 8px); }
}





/*::::::::::: MODAL WINDOWS ::::::::::: */
.modal-overlay, .pswp__bg { background-color:#000; }
.modal-overlay { position:fixed; top:-100px; left:-100px; right:-100px; bottom:-100px; z-index:-100; opacity:0; display:none; cursor:pointer; transition:opacity .15s cubic-bezier(0.4, 0, 0.22, 1); }
.modal-overlay::before, .modal-overlay::after { display:none; content:''; border-radius:50%; font-size:10px; width:10em; height:10em; }
.modal-overlay::before { margin:auto; position:absolute; z-index:1; left:0; right:0; bottom:0; top:0; border-width:1.1em; border-style:solid; border-color:rgba(255,255,255,0.05) rgba(255,255,255,0.05) rgba(255,255,255,0.05) rgba(255,255,255,.25); -webkit-transform:translateZ(0); -ms-transform:translateZ(0); transform:translateZ(0); -webkit-animation:load8 1.1s infinite linear; animation:load8 1.1s infinite linear; }
body.modal-loading .modal-overlay::before, body.modal-loading .modal-overlay::after { display:block; }
@-webkit-keyframes load8 { 0% { -webkit-transform:rotate(0deg); transform:rotate(0deg); } 100% { -webkit-transform:rotate(360deg); transform:rotate(360deg); } }
@keyframes load8 { 0% { -webkit-transform:rotate(0deg); transform:rotate(0deg); } 100% { -webkit-transform:rotate(360deg); transform:rotate(360deg); } }
.modal-box { display:none; position:fixed; overflow:auto; top:24px; left:24px; right:24px; bottom:24px; margin:auto; opacity:0; z-index:-999; background-color:#fff; padding:0; border-width:0; transition:opacity .15s linear .15s; box-shadow:0 0 16px rgba(0,0,0,.3); }
body > .modal-box { display:block; }
img.modal-box, video.modal-box, iframe.modal-box, object.modal-box { top:0; left:0; right:0; bottom:0; max-width:96%; max-width:calc(100% - 48px); max-height:96%; max-height:-webkit-calc(100% - 48px); max-height:calc(100% - 48px); }
.modal-box > * { max-width:1200px; }
.modal-box > :not(.modal-close-self):not(.modal-button-close):not(.modal-video-wrapper):not(.swiper-container):not(.swiper-button-next):not(.swiper-button-prev):not(video):not(iframe):not(object):not(a):not(span) { display:block!important; margin:0!important; padding:24px 24px 0!important; border-width:0; }
.modal-box > :not(.modal-close-self):not(.modal-button-close):not(.modal-video-wrapper):not(.swiper-container):not(.swiper-button-next):not(.swiper-button-prev):not(video):not(iframe):not(object):not(a):not(span)::after { display:block; height:24px!important; background-color:transparent; content:''; } /* スクロール時にパッディングが無視されるためブロックを挿入 */
 
body.modal-opened .modal-box.modal-target > :first-child:not(.modal-close-self):not(.modal-button-close) { 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-button { position:fixed; display:none; opacity:0; z-index:-98; border-width:0; margin:4px; cursor:pointer; transition:opacity .15s linear 0s; }
.modal-button-close { top:0; right:0; background-color: rgba(0,0,0,.3); }
.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:769px ){
  .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-overlay:hover { }
.modal-button, .pswp__button { text-align:center; vertical-align:middle; padding:0; margin:0; opacity:.9; }
.modal-button::before, .pswp__button::before { display:block; content:''; background-size:auto 80%; background-repeat:no-repeat; background-position:center; width:44px; height:44px; }
.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:hover .modal-button-close { } 
.modal-caption { font-size:10px; line-height:1.2em; display:none; text-align:center; color:#cccccc; position:fixed; z-index:-100; left:0; right:0; bottom:0; padding:0.625em; /* 10 */}
.modal-caption span { font-size:inherit; line-height:inherit; }
.modal-overlay { -webkit-animation:fade-in-opacity .15s linear; animation:fade-in-opacity .15s linear; }
.modal-caption { -webkit-animation:fade-in .15s linear; animation:fade-in .15s linear; }
@-webkit-keyframes fade-in { from { opacity:0; } to { opacity:1; } } @keyframes fade-in { from { opacity:0; } to { opacity:1; } }
@-webkit-keyframes fade-in-opacity { from { opacity:0; } to { opacity:.85; } } @keyframes fade-in-opacity { from { opacity:0; } to { opacity:.85; } }
.modal-box { opacity:0; }
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-caption { display:block; z-index:903; 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 .15s linear .15s; }
body.modal-closing .modal-target { opacity:0; transition:opacity .15s linear 0s; }
body.modal-closing > .modal-button { opacity:0; }

.modal-video-wrapper { background-color:#000; } 
.modal-video-wrapper > img { max-width:100%; max-height:100%; height:auto; width:auto; opacity:0; } 
.modal-video-wrapper > .modal-video-no-poster { max-width:100%; max-height:100%; width:1280px; margin:0; padding:0; background-color:#000; }
.modal-video-wrapper > .modal-video-no-poster::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:768px ){
  .modal-box { top:16px; left:16px; right:16px; bottom:16px; }
  .modal-button::before, .pswp__button::before { width:32px; height:32px; }
  img.modal-box, video.modal-box, iframe.modal-box, object.modal-box { max-width:100%; max-height:97%; max-height:-webkit-calc(100% - 32px); max-height:calc(100% - 32px); }
}
@media screen and ( max-width:479px ){
  .modal-box::-webkit-scrollbar { width:4px; }
  .modal-box { top:8px; left:8px; right:8px; bottom:8px; }
  body.modal-opened .modal-box > :not(.modal-close-self):not(.modal-button-close):not(.modal-video-wrapper):not(.swiper-container):not(.swiper-button-next):not(.swiper-button-prev):not(video):not(iframe):not(object):not(a):not(span) { padding:16px 16px 0!important; }
  body.modal-opened .modal-box > :not(.modal-close-self):not(.modal-button-close):not(.modal-video-wrapper):not(.swiper-container):not(.swiper-button-next):not(.swiper-button-prev):not(video):not(iframe):not(object):not(a):not(span)::after { padding:16px 0 0!important; }
}



/*::::::::::: DATE PICKER ::::::::::: */

.ui-state-active { background-color:#cccccc; }
.ui-datepicker { width:360px; z-index:911!important; text-align:center; background-color:#aaa; border-color:#bbb; margin:-16px 0 10px -5px; padding:0; z-index:; } /*padding maybe cause of the gap of body bottom*/
.ui-datepicker a { color:#fff; }
.ui-datepicker a:hover { background-color:#cccccc; }
.ui-datepicker-calendar { width:100%; }
.ui-datepicker-group { margin:0 0 10px 0; background-color:#aaa; padding:10px; }
.ui-datepicker-header { color:#fff; padding:10px; text-transform:uppercase; letter-spacing:1px; }
.ui-datepicker-calendar thead th { color:#fff; padding:10px; }
.ui-datepicker-calendar th, .ui-datepicker-calendar td { font-size:14px; color:#666; text-align:center; }
.ui-datepicker-calendar td span { display:block; padding:6px; }
.ui-datepicker-calendar td a { color:#fff; display:block; padding:6px; }
.ui-datepicker-title { clear:both; }
.ui-datepicker-prev { float:left; }
.ui-datepicker-next { float:right; }



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

@media print {
  .container { padding-left:0; padding-right:0; }
  html { height:auto!important; }
  body { font-size:12px!important; line-height:1.4em!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; height:auto!important; overflow:visible!important; }
@media only screen and ( max-width:782px ){ #tinymce { font-size:16px!important; } }
/*#tinymce[data-id^="acf-editor"] { background-color:#efefef;}*/
#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 red; }
#tinymce > img.alignright { border:1px solid red!important; opacity:.5; }
#tinymce::before { display:none!important; }
#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 #cccccc; }
#tinymce .clear::before { content:"clear"!important; background-color:#fff; width:5em; margin:-.5em auto; font-size:10px; line-height:1em; color:#aaa; text-align:center; display:block!important; }
html.wp-toolbar { background-color:#fff; }
#tinymce .gallery-columns-1 >*:not(:first-child) { display:none!important; }
#tinymce .wpview-wrap { }
#tinymce .wpview-wrap .gallery {}
#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 .alignleft + .alignleft + * { 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; }



