.su-clearfix:before,
.su-clearfix:after {
display: table;
content: " ";
}
.su-clearfix:after { clear: both; } .su-tabs {
margin: 0 0 1.5em 0;
padding: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #eee;
}
.su-tabs-nav span {
display: inline-block;
margin-right: 3px;
padding: 10px 15px;
font-size: 13px;
min-height: 40px;
line-height: 20px;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topright: 3px;
border-top-right-radius: 3px;
color: #333;
cursor: pointer;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.su-tabs-nav span:hover { background: #f5f5f5; }
.su-tabs-nav span.su-tabs-current { background: #fff; cursor: default; }
.su-tabs-nav span.su-tabs-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
.su-tabs-pane {
padding: 15px;
font-size: 13px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;
background: #fff;
color: #333;
}
.su-tabs-vertical:before,
.su-tabs-vertical:after {
content: " ";
display: table;
}
.su-tabs-vertical:after { clear: both; }
.su-tabs-vertical .su-tabs-nav {
float: left;
width: 30%;
}
.su-tabs-vertical .su-tabs-nav span {
display: block;
margin-right: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;
}
.su-tabs-vertical .su-tabs-panes {
float: left;
width: 70%;
}
.su-tabs-vertical .su-tabs-pane {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.su-tabs-nav,
.su-tabs-nav span,
.su-tabs-panes,
.su-tabs-pane {
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
} @media only screen and (max-width: 768px) {
.su-tabs-nav span { display: block; }
.su-tabs-vertical .su-tabs-nav {
float: none;
width: auto;
}
.su-tabs-vertical .su-tabs-panes {
float: none;
width: auto;
}
} .su-spoiler { margin-bottom: 1.5em; }
.su-spoiler .su-spoiler:last-child { margin-bottom: 0; }
.su-accordion { margin-bottom: 1.5em; }
.su-accordion .su-spoiler { margin-bottom: 0.5em; }
.su-spoiler-title {
position: relative;
cursor: pointer;
min-height: 20px;
line-height: 20px;
padding: 7px 7px 7px 34px;
font-weight: bold;
font-size: 13px;
}
.su-spoiler-icon {
position: absolute;
left: 7px;
top: 7px;
display: block;
width: 20px;
height: 20px;
line-height: 21px;
text-align: center;
font-size: 14px;
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
*margin-right: .3em;
}
.su-spoiler-content {
padding: 14px;
-webkit-transition: padding-top .2s;
-moz-transition: padding-top .2s;
-o-transition: padding-top .2s;
transition: padding-top .2s;
-ie-transition: padding-top .2s;
}
.su-spoiler.su-spoiler-closed > .su-spoiler-content {
height: 0;
margin: 0;
padding: 0;
overflow: hidden;
border: none;
opacity: 0;
}
.su-spoiler-icon-plus .su-spoiler-icon:before { content: "\f068"; }
.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before { content: "\f067"; }
.su-spoiler-icon-plus-circle .su-spoiler-icon:before { content: "\f056"; }
.su-spoiler-icon-plus-circle.su-spoiler-closed .su-spoiler-icon:before { content: "\f055"; }
.su-spoiler-icon-plus-square-1 .su-spoiler-icon:before { content: "\f146"; }
.su-spoiler-icon-plus-square-1.su-spoiler-closed .su-spoiler-icon:before { content: "\f0fe"; }
.su-spoiler-icon-plus-square-2 .su-spoiler-icon:before { content: "\f117"; }
.su-spoiler-icon-plus-square-2.su-spoiler-closed .su-spoiler-icon:before { content: "\f116"; }
.su-spoiler-icon-arrow .su-spoiler-icon:before { content: "\f063"; }
.su-spoiler-icon-arrow.su-spoiler-closed .su-spoiler-icon:before { content: "\f061"; }
.su-spoiler-icon-arrow-circle-1 .su-spoiler-icon:before { content: "\f0ab"; }
.su-spoiler-icon-arrow-circle-1.su-spoiler-closed .su-spoiler-icon:before { content: "\f0a9"; }
.su-spoiler-icon-arrow-circle-2 .su-spoiler-icon:before { content: "\f01a"; }
.su-spoiler-icon-arrow-circle-2.su-spoiler-closed .su-spoiler-icon:before { content: "\f18e"; }
.su-spoiler-icon-chevron .su-spoiler-icon:before { content: "\f078"; }
.su-spoiler-icon-chevron.su-spoiler-closed .su-spoiler-icon:before { content: "\f054"; }
.su-spoiler-icon-chevron-circle .su-spoiler-icon:before { content: "\f13a"; }
.su-spoiler-icon-chevron-circle.su-spoiler-closed .su-spoiler-icon:before { content: "\f138"; }
.su-spoiler-icon-caret .su-spoiler-icon:before { content: "\f0d7"; }
.su-spoiler-icon-caret.su-spoiler-closed .su-spoiler-icon:before { content: "\f0da"; }
.su-spoiler-icon-caret-square .su-spoiler-icon:before { content: "\f150"; }
.su-spoiler-icon-caret-square.su-spoiler-closed .su-spoiler-icon:before { content: "\f152"; }
.su-spoiler-icon-folder-1 .su-spoiler-icon:before { content: "\f07c"; }
.su-spoiler-icon-folder-1.su-spoiler-closed .su-spoiler-icon:before { content: "\f07b"; }
.su-spoiler-icon-folder-2 .su-spoiler-icon:before { content: "\f115"; }
.su-spoiler-icon-folder-2.su-spoiler-closed .su-spoiler-icon:before { content: "\f114"; }
.su-spoiler-style-default { }
.su-spoiler-style-default > .su-spoiler-title {
padding-left: 27px;
padding-right: 0;
}
.su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon { left: 0; }
.su-spoiler-style-default > .su-spoiler-content { padding: 1em 0 1em 27px; }
.su-spoiler-style-fancy {
border: 1px solid #ccc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #fff;
color: #333;
}
.su-spoiler-style-fancy > .su-spoiler-title {
border-bottom: 1px solid #ccc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #f0f0f0;
font-size: 0.9em;
}
.su-spoiler-style-fancy.su-spoiler-closed > .su-spoiler-title { border: none; }
.su-spoiler-style-fancy > .su-spoiler-content {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.su-spoiler-style-simple {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.su-spoiler-style-simple > .su-spoiler-title {
padding: 5px 10px;
background: #f0f0f0;
color: #333;
font-size: 0.9em;
}
.su-spoiler-style-simple > .su-spoiler-title > .su-spoiler-icon { display: none; }
.su-spoiler-style-simple > .su-spoiler-content {
padding: 1em 10px;
background: #fff;
color: #333;
} .su-quote-style-default {
position: relative;
margin-bottom: 1.5em;
padding: 0.5em 3em;
font-style: italic;
} .su-quote-style-default:before,
.su-quote-style-default:after {
position: absolute;
display: block;
width: 20px;
height: 20px;
background-image: url(//kitori.icons.jp/honban/wp-content/plugins/shortcodes-ultimate/assets/images/quote.png);
content: '';
}
.su-quote-style-default:before {
top: 0;
left: 0;
background-position: 0 0;
}
.su-quote-style-default:after {
right: 0;
bottom: 0;
background-position: -20px 0;
}
.su-quote-style-default .su-quote-cite {
display: block;
text-align: right;
font-style: normal;
}
.su-quote-style-default .su-quote-cite:before { content: "\2014\0000a0"; }
.su-quote-style-default .su-quote-cite a { text-decoration: underline; } .su-pullquote {
display: block;
width: 30%;
padding: 0.5em 1em;
}
.su-pullquote-align-left {
margin: 0.5em 1.5em 1em 0;
padding-left: 0;
float: left;
border-right: 5px solid #eee;
}
.su-pullquote-align-right {
margin: 0.5em 0 1em 1.5em;
padding-right: 0;
float: right;
border-left: 5px solid #eee;
} .su-row {
clear: both;
zoom: 1;
margin-bottom: 1.5em;
}
.su-row:before,
.su-row:after {
display: table;
content: "";
}
.su-row:after { clear: both; }
.su-column {
display: block;
margin: 0 4% 0 0;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.su-column-last { margin-right: 0; }
.su-row .su-column { margin: 0 0 0 4%; }
.su-row .su-column.su-column-size-1-1 { margin-left: 0; margin-right: 0; }
.su-row .su-column:first-child { margin-left: 0; }
.su-column-centered {
margin-right: auto !important;
margin-left: auto !important;
float: none !important;
}
.su-column img,
.su-column iframe,
.su-column object,
.su-column embed { max-width: 100%; }
@media only screen {
[class*="su-column"] + [class*="su-column"]:last-child { float: right; }
}
.su-column-size-1-1 { width: 100%; }
.su-column-size-1-2 { width: 48%; }
.su-column-size-1-3 { width: 30.66%; }
.su-column-size-2-3 { width: 65.33%; }
.su-column-size-1-4 { width: 22%; }
.su-column-size-3-4 { width: 74%; }
.su-column-size-1-5 { width: 16.8%; }
.su-column-size-2-5 { width: 37.6%; }
.su-column-size-3-5 { width: 58.4%; }
.su-column-size-4-5 { width: 79.2%; }
.su-column-size-1-6 { width: 13.33%; }
.su-column-size-5-6 { width: 82.66%; } @media only screen and (max-width: 768px) {
.su-column {
width: 100% !important;
margin: 0 0 1.5em 0 !important;
float: none !important;
}
.su-row .su-column:last-child {
margin-bottom: 0 !important;
}
} .su-service {
position: relative;
margin: 0 0 1.5em 0;
}
.su-service-title {
display: block;
margin-bottom: 0.5em;
color: #333;
font-weight: bold;
font-size: 1.1em;
}
.su-service-title img {
position: absolute;
top: 0;
left: 0;
display: block !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.su-service-title i {
position: absolute;
top: 0;
left: 0;
display: block !important;
width: 1em;
height: 1em;
text-align: center;
line-height: 1em;
}
.su-service-content { line-height: 1.4; } .su-box {
margin: 0 0 1.5em 0;
border-width: 2px;
border-style: solid;
}
.su-box-title {
display: block;
padding: 0.5em 1em;
font-weight: bold;
font-size: 1.1em;
}
.su-box-content {
background-color: #fff;
color: #444;
padding: 1em;
}
.su-box-style-soft .su-box-title {
background-image: url(//kitori.icons.jp/honban/wp-content/plugins/shortcodes-ultimate/assets/images/styles/style-soft.png);
background-position: 0 0;
background-repeat: repeat-x;
}
.su-box-style-glass .su-box-title {
background-image: url(//kitori.icons.jp/honban/wp-content/plugins/shortcodes-ultimate/assets/images/styles/style-glass.png);
background-position: 0 50%;
background-repeat: repeat-x;
}
.su-box-style-bubbles .su-box-title {
background-image: url(//kitori.icons.jp/honban/wp-content/plugins/shortcodes-ultimate/assets/images/styles/style-bubbles.png);
background-position: 0 50%;
background-repeat: repeat-x;
}
.su-box-style-noise .su-box-title {
background-image: url(//kitori.icons.jp/honban/wp-content/plugins/shortcodes-ultimate/assets/images/styles/style-noise.png);
background-position: 0 0;
background-repeat: repeat-x;
} .su-note {
margin: 0 0 1.5em 0;
border-width: 1px;
border-style: solid;
}
.su-note-inner {
padding: 1em;
border-width: 1px;
border-style: solid;
} .su-expand { margin: 0 0 1.5em 0; }
.su-expand-content { overflow: hidden; }
.su-expand-link {
margin-top: 0.5em;
cursor: pointer;
}
.su-expand-link:hover {
opacity: 0.7;
filter: alpha(opacity=70);
}
.su-expand-link a,
.su-expand-link a:hover,
.su-expand-link a:active,
.su-expand-link a:visited,
.su-expand-link a:focus {
display: inline;
text-decoration: none;
background: transparent;
border: none;
}
.su-expand-link-style-default .su-expand-link a,
.su-expand-link-style-default .su-expand-link a:hover { text-decoration: none; }
.su-expand-link-style-underlined .su-expand-link span { text-decoration: underline; }
.su-expand-link-style-dotted .su-expand-link span { border-bottom: 1px dotted #333; }
.su-expand-link-style-dashed .su-expand-link span { border-bottom: 1px dashed #333; }
.su-expand-link-style-button .su-expand-link a {
display: inline-block;
margin-top: 0.2em;
padding: 0.2em 0.4em;
border: 2px solid #333;
}
.su-expand-link-more { display: none; }
.su-expand-link-less { display: block; }
.su-expand-collapsed .su-expand-link-more { display: block; }
.su-expand-collapsed .su-expand-link-less { display: none; }
.su-expand-link i {
display: inline-block;
margin: 0 0.3em 0 0;
vertical-align: middle;
color: inherit;
}
.su-expand-link img {
display: inline-block;
width: 1em;
height: 1em;
margin: 0 0.3em 0 0;
vertical-align: middle;
} .su-lightbox-content {
position: relative;
margin: 0 auto;
}
.mfp-content .su-lightbox-content,
#su-generator .su-lightbox-content { display: block !important; }
.su-lightbox-content-preview {
width: 100%;
min-height: 300px;
background: #444;
overflow: hidden;
}
.su-lightbox-content h1,
.su-lightbox-content h2,
.su-lightbox-content h3,
.su-lightbox-content h4,
.su-lightbox-content h5,
.su-lightbox-content h6 { color: inherit; } .su-column-inner > *:first-child,
.su-accordion > *:first-child,
.su-spoiler-content > *:first-child,
.su-service-content > *:first-child,
.su-box-content > *:first-child,
.su-note-inner > *:first-child,
.su-expand-content > *:first-child,
.su-lightbox-content > *:first-child { margin-top: 0; }
.su-column-inner > *:last-child,
.su-tabs-pane > *:last-child,
.su-accordion > *:last-child,
.su-spoiler-content > *:last-child,
.su-service-content > *:last-child,
.su-box-content > *:last-child,
.su-note-inner > *:last-child,
.su-expand-content > *:last-child,
.su-lightbox-content > *:last-child { margin-bottom: 0; }.sue-clearfix:before,
.sue-clearfix:after {
display: table;
content: " ";
}
.sue-clearfix:after { clear: both; }
.sue-content-wrap > *:first-child { margin-top: 0; }
.sue-content-wrap > *:last-child { margin-bottom: 0; } .sue-panel-clickable {
cursor: pointer;
-webkit-transition: opacity .2s;
-moz-transition: opacity .2s;
transition: opacity .2s;
}
.sue-panel-clickable:hover {
opacity: 0.75;
filter: alpha(opacity=75);
} .sue-splash { display: none; }
.sue-splash-screen {
position: relative;
width: 94%;
max-width: 480px;
margin: 44px auto;
padding: 44px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sue-splash-style-dark .mfp-bg { background: #000; }
.sue-splash-style-dark .mfp-close {
color: #fff;
text-shadow: none;
}
.sue-splash-style-dark .sue-splash-screen {
background: transparent;
color: #fff;
}
.sue-splash-style-dark-boxed .mfp-bg { background: #000; }
.sue-splash-style-dark-boxed .sue-splash-screen {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #fff;
color: #333;
}
.sue-splash-style-light .mfp-bg { background: #fff; }
.sue-splash-style-light .sue-splash-screen {
background: transparent;
color: #000;
}
.sue-splash-style-light-boxed .mfp-bg { background: #fff; }
.sue-splash-style-light-boxed .sue-splash-screen {
border: 1px solid #ccc;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background: #fff;
-webkit-box-shadow: 0 0 25px #ccc;
-moz-box-shadow: 0 0 25px #ccc;
box-shadow: 0 0 25px #ccc;
color: #333;
}
.sue-splash-style-maintenance .mfp-bg { background: #000 url(//kitori.icons.jp/honban/wp-content/plugins/shortcodes-ultimate-extra/assets/images/maintenance.png); }
.sue-splash-style-maintenance .sue-splash-screen {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #fff;
color: #333;
}
.sue-splash-style-blue-boxed .mfp-bg { background: #66B2FF; }
.sue-splash-style-blue-boxed .sue-splash-screen {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #E8F4FF;
-webkit-box-shadow: 0 0 10px #00254A;
-moz-box-shadow: 0 0 10px #00254A;
box-shadow: 0 0 10px #00254A;
color: #00172E;
}
.sue-splash-style-light-boxed-blue .mfp-bg { background: #fff; }
.sue-splash-style-light-boxed-blue .sue-splash-screen {
border: 7px solid #66B2FF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #feffff; background: -moz-linear-gradient(top,  #feffff 0%, #ddf1f9 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#ddf1f9)); background: -webkit-linear-gradient(top,  #feffff 0%,#ddf1f9 100%); background: -o-linear-gradient(top,  #feffff 0%,#ddf1f9 100%); background: -ms-linear-gradient(top,  #feffff 0%,#ddf1f9 100%); background: linear-gradient(to bottom,  #feffff 0%,#ddf1f9 100%); color: #333;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#ddf1f9',GradientType=0 ); }
.sue-splash-style-light-boxed-green .mfp-bg { background: #fff; }
.sue-splash-style-light-boxed-green .sue-splash-screen {
border: 7px solid #92E54E;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #f8ffe8;
background: -moz-linear-gradient(top,  #f8ffe8 0%, #e3f5ab 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8ffe8), color-stop(100%,#e3f5ab));
background: -webkit-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 100%);
background: -o-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 100%);
background: -ms-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 100%);
background: linear-gradient(to bottom,  #f8ffe8 0%,#e3f5ab 100%);
color: #333;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#e3f5ab',GradientType=0 );
}
.sue-splash-style-light-boxed-orange .mfp-bg { background: #fff; }
.sue-splash-style-light-boxed-orange .sue-splash-screen {
border: 7px solid #FF8121;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #ffe4ce 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffe4ce));
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffe4ce 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#ffe4ce 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#ffe4ce 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#ffe4ce 100%);
color: #333;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe4ce',GradientType=0 );
} .sue-exit-popup { display: none; }
.sue-exit-popup-screen {
position: relative;
width: 94%;
max-width: 480px;
margin: 44px auto;
padding: 44px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sue-exit-popup-style-dark .mfp-bg { background: #000; }
.sue-exit-popup-style-dark .mfp-close {
color: #fff;
text-shadow: none;
}
.sue-exit-popup-style-dark .sue-exit-popup-screen {
background: transparent;
color: #fff;
}
.sue-exit-popup-style-dark-boxed .mfp-bg { background: #000; }
.sue-exit-popup-style-dark-boxed .sue-exit-popup-screen {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #fff;
color: #333;
}
.sue-exit-popup-style-light .mfp-bg { background: #fff; }
.sue-exit-popup-style-light .sue-exit-popup-screen {
background: transparent;
color: #000;
}
.sue-exit-popup-style-light-boxed .mfp-bg { background: #fff; }
.sue-exit-popup-style-light-boxed .sue-exit-popup-screen {
border: 1px solid #ccc;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background: #fff;
-webkit-box-shadow: 0 0 25px #ccc;
-moz-box-shadow: 0 0 25px #ccc;
box-shadow: 0 0 25px #ccc;
color: #333;
}
.sue-exit-popup-style-maintenance .mfp-bg { background: #000 url(//kitori.icons.jp/honban/wp-content/plugins/shortcodes-ultimate-extra/assets/images/maintenance.png); }
.sue-exit-popup-style-maintenance .sue-exit-popup-screen {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #fff;
color: #333;
}
.sue-exit-popup-style-blue-boxed .mfp-bg { background: #66B2FF; }
.sue-exit-popup-style-blue-boxed .sue-exit-popup-screen {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #E8F4FF;
-webkit-box-shadow: 0 0 10px #00254A;
-moz-box-shadow: 0 0 10px #00254A;
box-shadow: 0 0 10px #00254A;
color: #00172E;
}
.sue-exit-popup-style-light-boxed-blue .mfp-bg { background: #fff; }
.sue-exit-popup-style-light-boxed-blue .sue-exit-popup-screen {
border: 7px solid #66B2FF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #feffff; background: -moz-linear-gradient(top,  #feffff 0%, #ddf1f9 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#ddf1f9)); background: -webkit-linear-gradient(top,  #feffff 0%,#ddf1f9 100%); background: -o-linear-gradient(top,  #feffff 0%,#ddf1f9 100%); background: -ms-linear-gradient(top,  #feffff 0%,#ddf1f9 100%); background: linear-gradient(to bottom,  #feffff 0%,#ddf1f9 100%); color: #333;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#ddf1f9',GradientType=0 ); }
.sue-exit-popup-style-light-boxed-green .mfp-bg { background: #fff; }
.sue-exit-popup-style-light-boxed-green .sue-exit-popup-screen {
border: 7px solid #92E54E;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #f8ffe8;
background: -moz-linear-gradient(top,  #f8ffe8 0%, #e3f5ab 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8ffe8), color-stop(100%,#e3f5ab));
background: -webkit-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 100%);
background: -o-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 100%);
background: -ms-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 100%);
background: linear-gradient(to bottom,  #f8ffe8 0%,#e3f5ab 100%);
color: #333;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#e3f5ab',GradientType=0 );
}
.sue-exit-popup-style-light-boxed-orange .mfp-bg { background: #fff; }
.sue-exit-popup-style-light-boxed-orange .sue-exit-popup-screen {
border: 7px solid #FF8121;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #ffe4ce 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffe4ce));
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffe4ce 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#ffe4ce 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#ffe4ce 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#ffe4ce 100%);
color: #333;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe4ce',GradientType=0 );
} .sue-panel {
position: relative;
width: 100%;
margin: 0 auto 1.5em auto;
background: #fff;
}
.sue-panel-content { padding: 1em; } .sue-photo-panel {
position: relative;
width: 100%;
margin: 0 auto 1.5em auto;
background: #fff;
}
.sue-photo-panel-head img {
display: block;
width: 100%;
height: auto;
margin: 0;
padding: 0;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.sue-photo-panel-content { padding: 1em; } .sue-icon-panel {
position: relative;
width: 100%;
margin: 0 auto 1.5em auto;
background: #fff;
}
.sue-icon-panel-head {
padding: 1em;
padding-bottom: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}
.sue-icon-panel-head img {
display: inline-block;
max-width: 100%;
margin: 0;
padding: 0;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.sue-icon-panel-head i {
display: inline-block;
margin: 0;
padding: 0;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.sue-icon-panel-content { padding: 1em; } .sue-icon-text {
position: relative;
margin-bottom: 1.5em;
}
.sue-icon-text-icon {
position: absolute;
top: 0;
left: 0;
}
.sue-icon-text-icon i {
display: block;
width: 100%;
height: 100%;
text-align: center;
line-height: 1;
}
.sue-icon-text-icon img {
display: block;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
} .sue-progress-pie {
position: relative;
}
.sue-progress-pie-align-none { margin: 0 0 1.5em 0; }
.sue-progress-pie-align-left {
margin: 0 1em 1.5em 0;
float: left;
}
.sue-progress-pie-align-right {
margin: 0 0 1.5em 1em;
float: right;
}
.sue-progress-pie-align-center {
margin: 1.5em auto;
clear: both;
}
.sue-progress-pie > div {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
text-align: center;
}
.sue-progress-pie-text {
display: inline-block;
}
.sue-progress-pie-before,
.sue-progress-pie-after {
display: inline-block;
margin: 0 0.1em;
vertical-align: middle;
font-size: 0.6em;
} .sue-progress-bar {
position: relative;
margin-bottom: 1.5em;
}
.sue-progress-bar span {
position: absolute;
bottom: 0;
left: 0;
}
.sue-progress-bar-style-default {
height: 24px;
font-size: 14px;
}
.sue-progress-bar-style-default > span {
display: block;
height: 24px;
overflow: visible !important;
line-height: 24px;
}
.sue-progress-bar-style-default span span {
margin: 0 0.7em;
white-space: nowrap;
}
.sue-progress-bar-style-fancy {
height: 24px;
padding: 5px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
border-radius: 17px;
font-size: 14px;
}
.sue-progress-bar-style-fancy > span {
bottom: 5px;
left: 5px;
display: block;
height: 24px;
overflow: visible !important;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
background-image: url(//kitori.icons.jp/honban/wp-content/plugins/shortcodes-ultimate-extra/assets/images/gradient.png);
background-repeat: repeat-x;
line-height: 24px;
}
.sue-progress-bar-style-fancy span span {
bottom: 0;
left: 0;
margin: 0 0.7em;
white-space: nowrap;
}
.sue-progress-bar-style-thin {
height: 4px;
margin-top: 30px;
font-size: 13px;
}
.sue-progress-bar-style-thin span {
display: block;
height: 4px;
overflow: visible !important;
}
.sue-progress-bar-style-thin span span {
height: 30px;
white-space: nowrap;
line-height: 30px;
} .sue-member {
position: relative;
width: 100%;
margin: 0 auto 1.5em auto;
background: #fff;
}
.sue-member-photo img {
display: block;
width: 100%;
height: auto;
margin: 0;
padding: 0;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.sue-member-info { padding: 1.5em; }
.sue-member-name {
display: block;
margin-bottom: 0.5em;
font-size: 1.2em;
}
.sue-member-role {
display: block;
margin-bottom: 1em;
font-size: 0.9em;
opacity: 0.5;
filter: alpha(opacity=50);
}
.sue-member-icons { padding: 1em; }
.sue-member-icons a {
display: inline-block;
margin: 0 0.4em;
font-size: 16px;
}
.sue-member-icons a i { font-size: 16px; }
.sue-member-icons a img {
display: block;
width: 16px;
height: 16px;
margin: 0;
padding: 0;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.sue-member-desc > :last-child { margin-bottom: 0 !important; } .sue-section {
width: 100%;
margin: 0;
}
.sue-section {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.sue-section-content {
width: 90%;
margin: 0 auto;
}
.sue-section-content h1,
.sue-section-content h2,
.sue-section-content h3,
.sue-section-content h4,
.sue-section-content h5,
.sue-section-content h6 { color: inherit; } .sue-pricing-table { margin-bottom: 1.5em; }
.sue-plan {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-width: 1px;
border-style: solid;
background: #fff;
text-align: center;
}
.sue-pricing-table .sue-plan {
float: left;
border-left-width: 0;
}
.sue-plan-head {
padding: 20px 0;
overflow: hidden;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.sue-plan-icon {
margin-top: 15px;
}
.sue-plan-icon img {
display: block;
margin: 0 auto;
padding: 0;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.sue-plan-name {
margin-bottom: 15px;
font-size: 1.3em;
opacity: 0.8;
filter: alpha(opacity=80);
}
.sue-plan-price {
font-weight: bold;
font-size: 2.3em;
}
.sue-plan-price-value {
display: inline-block;
margin: 0 3px;
vertical-align: middle;
}
.sue-plan-price-before,
.sue-plan-price-after {
display: inline-block;
vertical-align: middle;
font-weight: normal;
font-size: 0.7em;
}
.sue-plan-period {
margin-top: 5px;
font-size: 0.9em;
opacity: 0.5;
filter: alpha(opacity=50);
}
.sue-plan-options ul {
margin: 0;
padding: 0;
list-style: none;
}
.sue-plan-options ul li {
display: block;
min-height: 41px;
margin: 0 !important;
padding: 0 !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-top: 1px dotted #ddd;
list-style: none;
line-height: 40px;
}
.sue-plan-options ul li:first-child { border: none; }
.sue-plan-footer {
padding: 15px 0;
border-top-width: 1px;
border-top-style: solid;
}
.sue-plan-footer a {
display: inline-block;
padding: 5px 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
-webkit-transition: all .2s;
-moz-transition: all .2s;
transition: all .2s;
}
.sue-plan-footer a:active,
.sue-plan-footer a:focus,
.sue-plan-footer a:hover {
background: transparent !important;
color: inherit !important;
}
.sue-pricing-table .sue-plan:first-child { border-left-width: 1px; }
.sue-pricing-table-size-1 .sue-plan { width: 100%; }
.sue-pricing-table-size-2 .sue-plan { width: 50%; }
.sue-pricing-table-size-3 .sue-plan { width: 33.33%; }
.sue-pricing-table-size-4 .sue-plan { width: 25%; }
.sue-pricing-table-size-5 .sue-plan { width: 20%; }
.sue-pricing-table-size-6 .sue-plan { width: 16.66%; }
.sue-plan-featured {
position: relative;
z-index: 2;
margin: -10px -10px -5px -10px;
border-left-width: 1px;
}
.sue-pricing-table .sue-plan.sue-plan-featured { border-left-width: 1px; }
.sue-plan-featured .sue-plan-head { padding: 25px 0; }
.sue-plan-featured .sue-plan-footer { padding: 17px 0; }
#su-generator-preview .sue-plan {
position: relative;
width: 240px;
margin: 0 auto;
}
@media only screen and (max-width: 768px) {
.sue-pricing-table .sue-plan {
float: none;
border-left-width: 1px;
width: 100%;
margin-bottom: 1em;
}
.sue-plan-featured {
margin: 0;
}
} .sue-testimonial { margin-bottom: 1.5em; }
.sue-testimonial-text {
margin-bottom: 0.5em;
font-style: italic;
font-size: 1.1em;
}
.sue-testimonial-text > p:first-child { margin-top: 0; }
.sue-testimonial-text > p:last-child { margin-bottom: 0; }
.sue-testimonial-cite { font-size: 0.9em; }
.sue-testimonial-name { font-weight: bold; }
.sue-testimonial-bordered .sue-testimonial-text {
position: relative;
margin-bottom: 0.8em;
padding: 1em;
border: 1px solid #ccc;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #fff;
color: #555;
}
.sue-testimonial-bordered .sue-testimonial-text:before,
.sue-testimonial-bordered .sue-testimonial-text:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-style: solid;
content: '';
}
.sue-testimonial-bordered .sue-testimonial-text:before {
bottom: -16px;
left: 29px;
z-index: 2;
border-width: 8px;
border-color: #ccc transparent transparent transparent;
}
.sue-testimonial-bordered .sue-testimonial-text:after {
bottom: -14px;
left: 30px;
z-index: 3;
border-width: 7px;
border-color: #fff transparent transparent transparent;
}
.sue-testimonial-bordered .sue-testimonial-cite { margin-left: 20px; }
.sue-testimonial-has-photo {
position: relative;
min-height: 40px;
padding-left: 60px;
}
.sue-testimonial-has-photo img.sue-testimonial-photo {
position: absolute;
top: 0;
left: 0;
display: block;
width: 40px;
height: 40px;
margin: 0;
padding: 0;
border: none;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.sue-testimonial-bordered.sue-testimonial-has-photo .sue-testimonial-text:before {
top: 12px;
left: -16px;
border-color: transparent #ccc transparent transparent;
}
.sue-testimonial-bordered.sue-testimonial-has-photo .sue-testimonial-text:after {
top: 13px;
left: -14px;
border-color: transparent #fff transparent transparent;
}
.sue-testimonial-bordered.sue-testimonial-has-photo .sue-testimonial-cite { margin-left: 10px; } a.sue-icon {
display: inline-block;
margin: 0 1em 1em 0;
text-decoration: none !important;
}
a.sue-icon i {
display: inline-block;
width: 1em;
height: 1em;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
vertical-align: middle;
text-align: center;
}
a.sue-icon img {
display: inline-block;
vertical-align: middle;
}
a.sue-icon:hover {
opacity: 0.7;
filter: alpha(opacity=70);
}
.sue-icon-text { margin-left: 0.5em; }
a.sue-icon.sue-icon-no-url { cursor: default; }
a.sue-icon.sue-icon-no-url:hover {
opacity: 1;
filter: alpha(opacity=100);
} .sue-content-slider {
position: relative;
margin: 0 -10px 1.5em -10px;
} .sue-content-slide { margin: 10px; }
.sue-content-slide > *:first-child { margin-top: 0; }
.sue-content-slide > *:last-child { margin-bottom: 0; } .sue-content-slider .owl-controls {
position: absolute;
top: 0;
right: 10px;
left: 10px;
}
.sue-content-slider-arrows-yes,
.sue-content-slider-pages-yes,
.sue-content-slider-arrows-hover,
.sue-content-slider-pages-hover { padding-top: 34px; }
.sue-content-slider-arrows-no .owl-buttons,
.sue-content-slider-arrows-hover .owl-buttons,
.sue-content-slider-pages-no .owl-pagination,
.sue-content-slider-pages-hover .owl-pagination { display: none; }
.sue-content-slider-arrows-hover:hover .owl-buttons,
.sue-content-slider-pages-hover:hover .owl-pagination { display: block; } .sue-content-slider .owl-prev,
.sue-content-slider .owl-next {
position: absolute;
top: 0;
display: block;
width: 30px;
height: 30px;
color: #ccc;
text-align: center;
font-size: 14px;
font-family: FontAwesome;
line-height: 30px;
cursor: pointer;
-webkit-font-smoothing: antialiased;
*margin-right: .3em;
}
.sue-content-slider .owl-prev { right: 30px; }
.sue-content-slider .owl-next { right: 0; }
.sue-content-slider .owl-prev:hover,
.sue-content-slider .owl-next:hover { color: #000; }
.sue-content-slider .owl-prev:before { content: "\f053"; }
.sue-content-slider .owl-next:before { content: "\f054"; } .sue-content-slider .owl-pagination {
position: absolute;
top: 0;
left: 0;
}
.sue-content-slider .owl-page {
width: 30px;
height: 30px;
padding: 10px;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
}
.sue-content-slider .owl-page span {
display: block;
width: 10px;
height: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #eee;
}
.sue-content-slider .owl-page:hover span,
.sue-content-slider .owl-page.active span { background: #555; } .sue-content-slider-style-dark .owl-prev,
.sue-content-slider-style-dark .owl-next {
width: 24px;
height: 24px;
background: #333;
color: #eee;
line-height: 24px;
}
.sue-content-slider-style-dark .owl-prev { right: 30px; }
.sue-content-slider-style-dark .owl-prev:hover,
.sue-content-slider-style-dark .owl-next:hover {
background: #000;
color: #fff;
}
.sue-content-slider-style-dark .owl-page span { background: #555; }
.sue-content-slider-style-dark .owl-page:hover span,
.sue-content-slider-style-dark .owl-page.active span { background: #000; } .sue-content-slider-style-light .owl-prev,
.sue-content-slider-style-light .owl-next {
width: 24px;
height: 24px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #eee;
color: #555;
line-height: 24px;
}
.sue-content-slider-style-light .owl-prev { right: 30px; }
.sue-content-slider-style-light .owl-prev:hover,
.sue-content-slider-style-light .owl-next:hover {
background: #f5f5f5;
color: #000;
}
.sue-content-slider-style-light .owl-page span { background: #eee; }
.sue-content-slider-style-light .owl-page:hover span,
.sue-content-slider-style-light .owl-page.active span { background: #ccc; } .sue-shadow-wrap {
position: relative;
z-index: 1;
margin-bottom: 1.5em;
padding-bottom: 15px;
}
.sue-shadow-wrap.sue-shadow-inline-yes { display: inline-block; }
.sue-shadow {
position: relative;
min-height: 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sue-shadow:before,
.sue-shadow:after {
position: absolute;
z-index: -1;
display: block;
background: rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.7);
box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.7);
content: "";
}
.sue-shadow > img,
.sue-shadow > a > img {
display: block;
min-height: 40px;
max-width: 100%;
margin: 0;
padding: 0;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
} .sue-shadow-style-default:before,
.sue-shadow-style-default:after {
bottom: 25px;
left: 20px;
width: 60%;
height: 20px;
-webkit-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.7);
box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.sue-shadow-style-default:after {
right: 20px;
left: auto;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(3deg);
} .sue-shadow-style-left:before {
bottom: 25px;
left: 20px;
width: 60%;
height: 20px;
-webkit-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.7);
box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(-3deg);
} .sue-shadow-style-right:before {
right: 20px;
bottom: 25px;
width: 60%;
height: 20px;
-webkit-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.7);
box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(3deg);
} .sue-shadow-style-horizontal:before,
.sue-shadow-style-horizontal:after {
top: 20px;
right: 0;
bottom: 20px;
left: 0;
width: 30px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.sue-shadow-style-horizontal:after { left: auto; } .sue-shadow-style-vertical:before,
.sue-shadow-style-vertical:after {
top: 0;
right: 20px;
bottom: 0;
left: 20px;
height: 30px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.sue-shadow-style-vertical:after { top: auto; } .sue-shadow-style-bottom:before {
right: 20px;
bottom: 0;
left: 20px;
height: 30px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
} .sue-shadow-style-simple:before {
right: 20px;
bottom: 0;
left: 20px;
height: 30px;
}.su-slider {
position: relative;
margin-bottom: 1.5em;
overflow: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.su-slider-centered { margin: 0 auto 1.5em auto }
.su-slider-slides {
position: relative;
width: 100%;
-webkit-transition-property: -webkit-transform, left, top;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(0px, 0, 0);
-webkit-transition-timing-function: ease;
-moz-transition-property: -moz-transform, left, top;
-moz-transition-duration: 0s;
-moz-transform: translate3d(0px, 0, 0);
-moz-transition-timing-function: ease;
-o-transition-property: -o-transform, left, top;
-o-transition-duration: 0s;
-o-transform: translate3d(0px, 0, 0);
-o-transition-timing-function: ease;
-o-transform: translate(0px, 0px);
-ms-transition-property: -ms-transform, left, top;
-ms-transition-duration: 0s;
-ms-transform: translate3d(0px, 0, 0);
-ms-transition-timing-function: ease;
transition-property: transform, left, top;
transition-duration: 0s;
transform: translate3d(0px, 0, 0);
transition-timing-function: ease;
}
.swiper-free-mode > .su-slider-slides {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.su-slider-slide {
position: relative;
float: left;
}
.su-slider-slide > a,
.su-slider-slide > img,
.su-slider-slide > a > img {
position: relative;
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}
.su-slider-responsive-yes .su-slider-slide > a,
.su-slider-responsive-yes .su-slider-slide > img,
.su-slider-responsive-yes .su-slider-slide > a > img { height: auto }
.su-slider-pages-no .su-slider-pagination { display: none }
.swiper-wp8-horizontal { -ms-touch-action: pan-y }
.swiper-wp8-vertical { -ms-touch-action: pan-x }
.su-slider-slide-title {
position: absolute;
left: 20px;
bottom: 20px;
display: block;
max-width: 90%;
padding: 5px 10px;
color: #fff;
line-height: 1.3;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.5);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
filter: alpha(opacity=0);
opacity: 0;
transition: opacity 1s;
-o-transition: opacity 1s;
-ie-transition: opacity 1s;
-moz-transition: opacity 1s;
-webkit-transition: opacity 1s;
}
.su-slider-slide-visible .su-slider-slide-title {
filter: alpha(opacity=100);
opacity: 1;
}
.su-slider-prev,
.su-slider-next {
position: absolute;
top: 50%;
display: block;
width: 40px;
height: 40px;
margin-top: -20px !important;
background: rgb(0, 0, 0) 0 0 url(//kitori.icons.jp/honban/wp-content/plugins/shortcodes-ultimate/assets/images/swiper/default.png) no-repeat;
background-color: rgba(0, 0, 0, 0.5);
cursor: pointer;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
filter: alpha(opacity=0);
opacity: 0;
transition: all .2s;
-o-transition: all .2s;
-ie-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
}
.su-slider-prev {
right: 10px;
margin-right: 30px;
background-position: -40px 0;
}
.su-slider-next {
left: 10px;
margin-left: 30px;
background-position: 0 0;
}
.su-slider:hover .su-slider-prev,
.su-slider:hover .su-slider-next {
margin-left: 0;
margin-right: 0;
filter: alpha(opacity=70);
opacity: 0.7;
}
.su-slider .su-slider-prev:hover,
.su-slider .su-slider-next:hover {
filter: alpha(opacity=100);
opacity: 1;
}
.su-slider-pagination {
position: absolute;
left: 15%;
right: 15%;
top: 50%;
width: 70%;
height: 0;
margin-top: -7px;
text-align: center;
cursor: default;
filter: alpha(opacity=0);
opacity: 0;
transition: all .2s;
-o-transition: all .2s;
-ie-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
}
.su-slider:hover .su-slider-pagination {
bottom: 20px;
filter: alpha(opacity=100);
opacity: 1;
}
.su-slider-pagination span {
display: inline-block;
width: 14px;
height: 14px;
margin: 0;
background: rgb(0, 0, 0) 0 -999px url(//kitori.icons.jp/honban/wp-content/plugins/shortcodes-ultimate/assets/images/swiper/default.png) no-repeat;
background-color: rgba(0, 0, 0, 0.5);
cursor: pointer;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
transition: all .2s;
-o-transition: all .2s;
-ie-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
}
.su-slider:hover .su-slider-pagination span { margin: 0 3px }
.su-slider .su-slider-pagination span.swiper-visible-switch {
background-color: rgb(255, 255, 255);
background-color: rgba(255, 255, 255, 0.5);
}
.su-slider-pagination span:hover,
.su-slider-pagination span.swiper-active-switch { background-position: 0 -40px } .su-carousel {
position: relative;
margin-bottom: 1.5em;
overflow: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.su-carousel-centered { margin: 0 auto 1.5em auto }
.su-carousel-slides {
position: relative;
width: 100%;
-webkit-transition-property: -webkit-transform, left, top;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(0px, 0, 0);
-webkit-transition-timing-function: ease;
-moz-transition-property: -moz-transform, left, top;
-moz-transition-duration: 0s;
-moz-transform: translate3d(0px, 0, 0);
-moz-transition-timing-function: ease;
-o-transition-property: -o-transform, left, top;
-o-transition-duration: 0s;
-o-transform: translate3d(0px, 0, 0);
-o-transition-timing-function: ease;
-o-transform: translate(0px, 0px);
-ms-transition-property: -ms-transform, left, top;
-ms-transition-duration: 0s;
-ms-transform: translate3d(0px, 0, 0);
-ms-transition-timing-function: ease;
transition-property: transform, left, top;
transition-duration: 0s;
transform: translate3d(0px, 0, 0);
transition-timing-function: ease;
}
.swiper-free-mode > .su-carousel-slides {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.su-carousel-slide {
position: relative;
float: left;
}
.su-carousel-slide > a,
.su-carousel-slide > img,
.su-carousel-slide > a > img {
position: relative;
display: block;
width: 100%;
height: 100%;
text-decoration: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.su-carousel-responsive-yes .su-carousel-slide > a,
.su-carousel-responsive-yes .su-carousel-slide > img,
.su-carousel-responsive-yes .su-carousel-slide > a > img { height: auto }
.su-carousel-pages-no .su-carousel-pagination { display: none }
.swiper-wp8-horizontal { -ms-touch-action: pan-y }
.swiper-wp8-vertical { -ms-touch-action: pan-x }
.su-carousel { }
.su-carousel .su-carousel-slide a { padding: 0 5px }
.su-carousel .su-carousel-slide img {
padding: 3px;
border: 1px solid #ccc;
background: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.su-carousel .su-carousel-slide-title {
position: absolute;
left: 9px;
right: 9px;
bottom: 4px;
display: block;
padding: 2px 3px;
color: #fff;
line-height: 1.2;
font-size: 11px;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.5);
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
transition: opacity 1s;
-o-transition: opacity 1s;
-ie-transition: opacity 1s;
-moz-transition: opacity 1s;
-webkit-transition: opacity 1s;
}
.su-carousel .su-carousel-prev,
.su-carousel .su-carousel-next {
position: absolute;
top: 50%;
display: block;
width: 40px;
height: 40px;
margin-top: -20px;
background: rgb(0, 0, 0) 0 0 url(//kitori.icons.jp/honban/wp-content/plugins/shortcodes-ultimate/assets/images/swiper/default.png) no-repeat;
background-color: rgba(0, 0, 0, 0.5);
cursor: pointer;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
filter: alpha(opacity=0);
opacity: 0;
transition: all .2s;
-o-transition: all .2s;
-ie-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
}
.su-carousel .su-carousel-prev {
right: 20px;
margin-right: 40px;
background-position: -40px 0;
}
.su-carousel .su-carousel-next {
left: 20px;
margin-left: 40px;
background-position: 0 0;
}
.su-carousel:hover .su-carousel-prev,
.su-carousel:hover .su-carousel-next {
margin-left: 0;
margin-right: 0;
filter: alpha(opacity=70);
opacity: 0.7;
}
.su-carousel .su-carousel-prev:hover,
.su-carousel .su-carousel-next:hover {
filter: alpha(opacity=100);
opacity: 1;
}
.su-carousel .su-carousel-pagination {
position: absolute;
left: 15%;
right: 15%;
top: 50%;
width: 70%;
height: 0;
margin-top: -7px;
text-align: center;
cursor: default;
filter: alpha(opacity=0);
opacity: 0;
transition: all .2s;
-o-transition: all .2s;
-ie-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
}
.su-carousel:hover .su-carousel-pagination {
bottom: 20px;
filter: alpha(opacity=100);
opacity: 1;
}
.su-carousel .su-carousel-pagination span {
display: inline-block;
width: 14px;
height: 14px;
margin: 0;
background: rgb(0, 0, 0) 0 -999px url(//kitori.icons.jp/honban/wp-content/plugins/shortcodes-ultimate/assets/images/swiper/default.png) no-repeat;
background-color: rgba(0, 0, 0, 0.5);
cursor: pointer;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
transition: all .2s;
-o-transition: all .2s;
-ie-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
}
.su-carousel:hover .su-carousel-pagination span { margin: 0 3px }
.su-carousel .su-carousel-pagination span.swiper-visible-switch {
background-color: rgb(255, 255, 255);
background-color: rgba(255, 255, 255, 0.5);
}
.su-carousel .su-carousel-pagination span:hover,
.su-carousel .su-carousel-pagination span.swiper-active-switch { background-position: 0 -40px } .su-custom-gallery { margin-bottom: 1.5em }
.su-custom-gallery:after,
.su-custom-gallery:before {
content: "";
display: table;
}
.su-custom-gallery:after { clear: both }
.su-custom-gallery-slide {
position: relative;
float: left;
margin: 0.5em;
overflow: hidden;
}
.su-custom-gallery-slide a {
display: block;
width: 100%;
height: 100%;
}
.su-custom-gallery-slide img {
display: block;
margin: 0;
padding: 3px;
border: 1px solid #ccc;
background: #fff;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
transition: all .2s;
-o-transition: all .2s;
-ie-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
}
.su-custom-gallery-slide:hover img {
background: #eee;
border: 1px solid #aaa;
}
.su-custom-gallery-slide span {
position: absolute;
left: 4px;
bottom: 4px;
right: 4px;
display: block;
padding: 2px 4px;
font-size: 12px;
color: #fff;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.5);
line-height: 1.3;
opacity: 0;
filter: alpha(opacity=0);
transition: all .2s;
-o-transition: all .2s;
-ie-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
}
.su-custom-gallery-slide:hover span {
opacity: 1;
filter: alpha(opacity=100);
}
.su-custom-gallery-title-never span { display: none }
.su-custom-gallery-title-always span {
opacity: 1;
filter: alpha(opacity=100);
}