html {
font-size: 85%;
overflow-x: hidden;
}
html:lang(ja) {
font-size: 68%;
}
@media screen and (min-width: 782px) {
html {
font-size: 92.5%;
}
html:lang(ja) {
font-size: 74%;
}
}
@media screen and (min-width: 980px) {
html {
font-size: 100%;
}
html:lang(ja) {
font-size: 80%;
}
} body {
color: #444;
font-family: "Helvetica", "Arial", sans-serif;
font-size: 18px;
line-height: 1.6;
word-wrap: break-word;
}
body:lang(ja) {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
font-size: 15px;
font-weight: 500;
line-height: 1.8;
}
::selection {
background-color: #def;
}
@media screen and (min-width: 782px) {
body {
font-size: 19px;
}
body:lang(ja) {
font-size: 16px;
}
}
@media screen and (min-width: 980px) {
body {
font-size: 20px;
}
body:lang(ja) {
font-size: 17px;
}
} h1, h2, h3, h4, h5, h6, .site-title {
clear: both;
color: #111;
font-weight: 700;
line-height: 1.5;
}
h1 {
font-size: 2.5rem;
margin-bottom: 1em;
margin-top: 2em;
}
h2 {
font-size: 1.75rem;
margin-bottom: 1.5em;
margin-top: 3em;
}
h3 {
font-size: 1.5rem;
margin-bottom: 1em;
margin-top: 2.5em;
}
h4 {
font-size: 1.25rem;
margin-bottom: 1em;
margin-top: 2em;
}
h5 {
font-size: 1.125rem;
margin-bottom: 0.5em;
margin-top: 1.5em;
}
h6 {
font-size: 1rem;
margin-bottom: 0.5em;
margin-top: 1em;
} a {
color: #4693f5;
text-decoration: underline;
transition: all .15s ease-in-out;
}
a:hover {
color: #639af6;
}
cite a, cite a {
text-decoration: none;
} p {
margin: 0 0 1.8em;
}
b, strong {
font-weight: 700;
}
dfn, em, i {
font-style: italic;
}
q {
quotes: "" "";
}
cite {
border-bottom: dotted 1px #999;
font-style: normal;
}
code, kbd, tt, var {
background-color: #f4f5f6;
color: #666;
font-family: Consolas, "Courier New", monospace;
font-size: 90%;
}
abbr, acronym {
border-bottom: 1px dotted #999;
cursor: help;
}
mark, ins {
background: linear-gradient( transparent 70%, #ffff66 70% );
text-decoration: none;
}
ins.adsbygoogle {
background-color: transparent;
} ul, ol {
margin: 0 0 1.8em 1.5em;
padding: 0;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dl {
margin: 0;
}
dt {
font-weight: 600;
margin-bottom: 0.5em;
}
dd {
margin: 0 0 1.8em 1.5em;
} table {
border-collapse: collapse;
border-spacing: 0;
font-size: 90%;
margin: 0 0 1.8em;
width: 100%;
}
caption {
margin-bottom: 0.6em;
}
table th, table td {
border: solid 1px #eee;
padding: 1em 1.2em;
}
th {
background-color: #f4f5f6;
font-weight: 600;
text-align: left;
} blockquote {
color: #666;
margin: 0 0 2em;
padding: 12px 0 0 44px !important;
position: relative;
}
blockquote:before {
color: #ddd;
content: "\201C";
font-family: Georgia, serif;
font-size: 84px;
left: -5px;
line-height: 1;
position: absolute;
top: -5px;
}
blockquote p {
margin-bottom: 0.8em;
}
blockquote cite {
font-size: 90%;
}
address {
margin: 0 0 1.8em;
font-style: normal;
}
pre {
background-color: #f4f5f6;
color: #666;
font-family: Consolas, "Courier New", monospace;
font-size: 90%;
line-height: 1.4;
margin: 0 0 1.7em;
max-width: 100%;
overflow: auto;
padding: 1.5em;
word-wrap: normal;
}
hr {
background-color: #eee;
border: 0;
height: 2px;
margin: 1.8em auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
} img {
height: auto;
max-width: 100%;
vertical-align: middle;
}
figure {
margin: 0;
}
embed,
iframe,
object {
max-width: 100%;
} button,
input,
input[type="search"],
select,
textarea {
background-color: #fff;
box-sizing: border-box;
line-height: 1.6;
max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background-color: #333;
border: none;
border-radius: 5px;
color: #fff;
cursor: pointer;
font-size: 90%;
line-height: 1;
padding: 1.1em 1.5em;
text-transform: uppercase;
transition: .3s ease-in-out;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
background-color: #555;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
border: solid 1px #e6e6e6;
color: #777;
margin-top: 0.6em;
padding: 0.6em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #444;
}
input[type="file"] {
margin-top: 0.6em;
}
select {
border: solid 1px #e6e6e6;
margin-top: 0.6em;
padding: 0.6em;
}
textarea {
max-width: 720px;
width: 100%;
}  .aligncenter,
.alignleft,
.alignright {
margin-bottom: 1.8em;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .wp-caption {
color: #999;
font-size: 90%;
margin-bottom: 1.8em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0.4em auto 0;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8em 0;
} .page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .hide-blogname .site-title,
.hide-blogdescription .site-description,
.hide-date .posted-on,
.hide-author .byline,
.hide-comments-number .comments-link,
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #eee;
background-color: rgba(255, 255, 255, 0.9);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
clip: auto !important;
color: #06c;
display: block;
font-size: 14px;
font-weight: 600;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .clear:before,
.clear:after,
.top-bar-content:before,
.top-bar-content:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.nav-links:before,
.nav-links:after,
.widget:before,
.widget:after,
.sticky-sidebar:before,
.sticky-sidebar:after,
.site-bottom-content:before,
.site-bottom-content:after {
content: "";
display: table;
}
.clear:after,
.top-bar-content:after,
.entry-content:after,
.comment-content:after,
.nav-links:after,
.widget:after,
.sticky-sidebar:after,
.site-bottom-content:after {
clear: both;
}  body {
background-color: #fff;
}
.top-bar-content,
.main-header-content,
.featured-entry-content,
.home-header-content,
.jumbotron-content,
.site-content,
.container-content,
.footer-widget-content,
.site-bottom-content {
margin-left: auto;
margin-right: auto;
max-width: 720px;
padding-left: 20px;
padding-right: 20px;
}
.container-content {
padding-left: 30px;
padding-right: 30px;
}
.site-header {
border-bottom: solid 1px #eee;
margin-bottom: 5rem;
}
.main-header {
padding-bottom: 15px;
padding-top: 15px;
}
.main-header-content {
align-items: center;
display: flex;
justify-content: space-between;
}
.content-area {
margin-bottom: 6rem;
}
.sidebar-area {
border-top: solid 1px #eee;
padding-bottom: 1rem;
padding-top: 6rem;
}
.page-header {
margin-bottom: 5rem;
}
.hentry {
margin-bottom: 7rem;
}
.single .hentry {
margin-bottom: 5rem;
}
.page .hentry {
margin-bottom: 0;
}
.widget {
margin-bottom: 4rem;
}
.footer-widget-area {
border-top: solid 1px #eee;
padding-bottom: 2rem;
padding-top: 6rem;
}
.site-bottom {
border-top: solid 1px #eee;
padding-bottom: 2rem;
padding-top: 3rem;
}
@media screen and (min-width: 782px) {
.top-bar-content,
.main-header-content,
.home-header-content,
.jumbotron-content,
.featured-entry-content,
.site-content,
.footer-widget-content,
.site-bottom-content {
padding-left: 40px;
padding-right: 40px;
}
.container-content {
padding-left: 50px;
padding-right: 50px;
}
.top-bar-content,
.main-header-content,
.home-header-content,
.site-bottom-content {
max-width: 1120px;
}
.main-header {
padding-bottom: 35px;
padding-top: 30px;
}
.top-bar-main,
.footer-social-link {
float: left;
}
.header-social-link,
.footer-navigation {
float: right;
}
}
@media screen and (min-width: 980px) {
.jumbotron-content,
.three-column .site-content,
.has-sidebar .site-content,
.footer-widget-content {
max-width: 1120px;
}
.main-header-content {
flex-wrap: wrap;
}
.has-sidebar .site-content {
display: flex;
justify-content: space-between;
}
.has-sidebar .content-area {
width: 64.28%;
}
.has-sidebar .sidebar-area {
border-top: none;
padding-top: 0;
width: 26.78%;
}
.sticky-sidebar {
position: -webkit-sticky;
position: sticky;
top: 120px;
}
.sticky-sidebar .widget:last-child {
margin-bottom: 0;
padding-bottom: 90px;
}
.footer-widget-wrapper {
margin-left: -30px;
margin-right: -30px;
}
.footer-widget-wrapper {
display: flex;
flex-wrap: wrap;
}
.footer-widget {
box-sizing: border-box;
width: 25%;
padding-left: 30px;
padding-right: 30px;
}
}  .top-bar {
background-color: #f4f5f6;
border-bottom: solid 1px #eee;
line-height: 32px;
padding-bottom: 5px;
padding-top: 5px;
}
.top-bar-main {
color: #888;
font-size: 80%;
list-style: none;
margin-bottom: 0;
margin-left: 0;
}
.top-bar-main a {
color: inherit;
text-decoration: none;
}
.top-bar-main a:hover {
color: #111;
}
.top-bar-main li {
display: inline-block;
margin-bottom: 0;
margin-right: 16px;
vertical-align: middle;
}
.top-bar-main li:last-child {
margin-right: 0;
}
.top-bar-main li:before {
color: #999;
display: inline-block;
font: normal 16px/1 FontAwesome;
-webkit-font-smoothing: antialiased;
margin-right: 5px;
position: relative;
top: 1px;
vertical-align: middle;
}
.top-bar-main li.top-bar-main-phone:before {
content: "\f10b";
font-size: 170%;
}
.top-bar-main li.top-bar-main-contact:before {
content: "\f003";
font-size: 110%;
}
.top-bar-main li.top-bar-main-access:before {
content: "\f041";
font-size: 135%;
}
.top-bar .header-social-link {
display: none;
}
@media screen and (min-width: 782px) {
.top-bar {
padding-bottom: 10px;
padding-top: 10px;
}
.top-bar-main li {
margin-right: 24px;
}
.top-bar-main li:before {
margin-right: 8px;
top: -2px;
}
.top-bar .header-social-link {
display: block;
}
} .site-branding {
padding-right: 10px;
}
.site-logo a:hover {
opacity: 0.8;
}
.site-logo img {
transform: scale(0.85, 0.85);
transform-origin: center left;
}
.site-title {
font-size: 1.75rem;
margin-bottom: 0;
margin-top: 0;
}
.site-title a,
.site-title a:hover {
color: #111;
text-decoration: none;
}
.site-title a:hover {
opacity: 0.8;
}
.site-description {
color: #777;
font-size: 95%;
margin-bottom: 2px;
margin-top: 2px;
}
@media screen and (min-width: 782px) {
.site-branding {
padding-right: 30px;
}
.site-logo img {
transform: scale(0.925, 0.925);
}
.site-description {
margin-bottom: 6px;
}
}
@media screen and (min-width: 980px) {
.site-logo img {
transform: scale(1, 1);
}
}  .main-header-content .main-navigation {
display: none;
} .main-header-clone {
background-color: #fff;
left: 0;
padding-bottom: 12px;
padding-top: 12px;
position: fixed;
top: 0;
transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
transform: translateY(-100%);
width: 100%;
z-index: 100;
}
.main-header-clone-show {
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
transform: translateY(0);
}
.main-header-clone .site-title {
font-size: 1.5rem;
}
.main-header-clone .main-header-content {
align-items: center;
}
.main-header-clone .site-logo {
transform: scale(0.9, 0.9);
transform-origin: center left;
}
.main-header-clone .site-description {
display: none;
}
.admin-bar .main-header-original .drawer-navigation {
top: 46px;
}
@media screen and (min-width: 601px) {
.admin-bar .main-header-clone-show {
transform: translateY(46px);
}
}
@media screen and (min-width: 782px) {
.admin-bar .main-header-original .drawer-navigation {
top: 32px;
}
.admin-bar .main-header-clone-show {
transform: translateY(32px);
}
}
@media screen and (min-width: 980px) {
.main-header-clone {
padding-bottom: 16px;
padding-top: 14px;
}
} .drawer-hamburger {
background-color: transparent;
box-sizing: content-box;
display: block;
margin-right: -5px;
outline: 0;
padding: 12px 5px;
transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
width: 21px;
min-width: 21px;
z-index: 102;
}
.drawer-hamburger:hover,
.drawer-hamburger:focus {
background-color: transparent;
}
.drawer-hamburger-icon {
position: relative;
display: block;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
background-color: #111;
height: 2px;
transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
width: 100%;
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
position: absolute;
left: 0;
content: ' ';
}
.drawer-hamburger-icon:before {
top: -6px;
}
.drawer-hamburger-icon:after {
top: 6px;
}
.drawer-opened .drawer-hamburger-icon {
background-color: transparent;
}
.drawer-opened .drawer-hamburger-icon:before,
.drawer-opened .drawer-hamburger-icon:after {
top: 0;
}
.drawer-opened .drawer-hamburger-icon:before {
transform: rotate(45deg);
}
.drawer-opened .drawer-hamburger-icon:after {
transform: rotate(-45deg);
}
@media screen and (min-width: 782px) {
.drawer-hamburger {
padding: 15px 5px;
}
.drawer-hamburger-icon:before {
top: -7px;
}
.drawer-hamburger-icon:after {
top: 7px;
}
} .drawer-overlay {
display: none;
height: 100vh;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 100;
}
.drawer-navigation {
background: #fff;
height: 100vh;
overflow-y: auto;
position: fixed;
right: 0;
top: 0;
transform: translateX(100%);
transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
width: 90%;
z-index: 101;
-webkit-overflow-scrolling: touch;
}
.drawer-navigation-content {
box-sizing: border-box;
height: 100%;
overflow-y: auto;
padding: 60px 75px 60px 40px;
width: 100%;
}
.drawer-opened .drawer-overlay {
display: block;
}
.drawer-opened .drawer-navigation {
box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
transform: translateX(0);
}
@media screen and (min-width: 540px) {
.drawer-navigation {
width: 70%;
}
.drawer-navigation-content {
padding: 75px 90px 75px 50px;
}
}
@media screen and (min-width: 782px) {
.drawer-navigation {
width: 55%;
}
.drawer-navigation-content {
padding: 90px 105px 90px 60px;
}
} .drawer-navigation ul {
list-style: none;
margin-bottom: 45px;
margin-left: 0;
}
.drawer-navigation ul li {
padding-bottom: 12px;
padding-top: 14px;
position: relative;
}
.drawer-navigation ul ul {
margin-bottom: 0;
margin-left: 1em;
margin-top: 12px;
}
.drawer-navigation ul li li {
padding-bottom: 10px;
padding-top: 12px;
}
.drawer-navigation ul li li:last-child {
padding-bottom: 0;
}
.drawer-navigation a {
color: inherit;
text-decoration: none;
}
.drawer-navigation a:hover {
color: #111;
}
.drawer-navigation .page_item_has_children > a,
.drawer-navigation .menu-item-has-children > a {
display: inline-block;
padding-right: 20px;
}
.drawer-navigation .dropdown-toggle {
background-color: transparent;
outline: 0;
padding: 10px;
position: absolute;
right: -10px;
top: 7px;
}
.drawer-navigation .dropdown-toggle:after {
content: "\f107";
color: #333;
display: inline-block;
font: normal 18px/1 FontAwesome;
-webkit-font-smoothing: antialiased;
position: relative;
}
.drawer-navigation .dropdown-toggle.toggled-on:after {
content: "\f106";
}
.drawer-navigation .sub-menu {
display: none;
}
.drawer-navigation .sub-menu.toggled-on {
display: block;
}
.drawer-navigation .current_page_item > a,
.drawer-navigation .current-menu-item > a {
color: #111;
font-weight: 700;
}
@media screen and (min-width: 782px) {
.drawer-navigation .header-social-link {
display: none;
}
} @media screen and (min-width: 980px) {
.drawer-hamburger,
.drawer-overlay,
.drawer-navigation {
display: none;
}
.main-header-content .main-navigation {
display: block;
}
.main-navigation {
font-size: 90%;
line-height: 52px;
}
.main-navigation ul {
list-style: none;
margin: 0;
}
.main-navigation a {
color: inherit;
display: block;
padding-left: 15px;
padding-right: 15px;
text-decoration: none;
}
.main-navigation a:hover {
color: #111;
}
.main-navigation li {
position: relative;
}
.main-navigation div.menu > ul,
.main-navigation ul.menu {
letter-spacing: -0.4em;
}
.main-navigation div.menu > ul > li,
.main-navigation ul.menu > li {
display: inline-block;
letter-spacing: normal;
white-space: nowrap;
}
.main-navigation div.menu > ul > li:first-child > a,
.main-navigation ul.menu > li:first-child > a {
padding-left: 0;
}
.main-navigation div.menu > ul > li:last-child > a,
.main-navigation ul.menu > li:last-child > a {
padding-right: 0;
}
.main-navigation div.menu > ul > li.page_item_has_children > a:after,
.main-navigation ul.menu > li.page_item_has_children > a:after,
.main-navigation div.menu > ul > li.menu-item-has-children > a:after,
.main-navigation ul.menu > li.menu-item-has-children > a:after {
content: "\f107";
display: inline-block;
font: normal 18px/1 FontAwesome;
-webkit-font-smoothing: antialiased;
margin-left: 8px;
}
.main-navigation ul ul {
background-color: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
left: -9999px;
opacity: 0;
position: absolute;
top: 100%;
transition: opacity .3s ease-in-out;
white-space: normal;
width: 225px;
z-index: 10;
}
.main-navigation ul ul ul {
top: 0;
}
.main-navigation ul li:hover > ul {
left: 0;
opacity: 1;
}
.main-navigation div.menu > ul > li:first-child:hover > ul,
.main-navigation ul.menu > li:first-child:hover > ul {
left: -18px;
}
.main-navigation div.menu > ul > li:last-child:hover > ul,
.main-navigation ul.menu > li:last-child:hover > ul {
left: auto;
right: -18px;
}
.main-navigation ul ul li:hover > ul {
left: 100%;
opacity: 1;
}
.main-navigation ul ul li a {
border-top: 1px solid #eee;
line-height: 1.6;
padding-bottom: 15px;
padding-top: 15px;
}
.main-navigation  ul ul li.page_item_has_children > a,
.main-navigation  ul ul li.menu-item-has-children > a {
padding-right: 30px;
}
.main-navigation  ul ul li.page_item_has_children > a:after,
.main-navigation  ul ul li.menu-item-has-children > a:after {
content: "\f105";
font: normal 18px/1 FontAwesome;
-webkit-font-smoothing: antialiased;
position: absolute;
right: 15px;
top: 18px;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
color: #111;
font-weight: 700;
}
} .menu a:before {
color: #bbb;
display: inline-block;
font: normal 24px/1 FontAwesome;
-webkit-font-smoothing: antialiased;
margin-right: 10px;
position: relative;
top: -1px;
transition: color .2s ease-in-out;
vertical-align: middle;
}
.menu a:hover:before {
color: #888;
}
.widget .menu a:before {
margin-right: 12px;
}
.profilewidget-link.menu a:before,
.social-link-menu a:before {
content: '\f0c1';
margin-left: 0;
margin-right: 4px;
}
.menu a[href*="behance.net"]:before     { content: "\F1B4"; }
.menu a[href*="deviantart.com"]:before  { content: "\F1BD"; }
.menu a[href*="digg.com"]:before        { content: "\F1A6"; }
.menu a[href*="dribbble.com"]:before    { content: "\F17D"; }
.menu a[href*="dropbox.com"]:before     { content: "\F16B"; }
.menu a[href*="facebook.com"]:before    { content: "\F230"; }
.menu a[href*="flickr.com"]:before      { content: "\F16E"; }
.menu a[href*="foursquare.com"]:before  { content: "\F180"; }
.menu a[href*="plus.google.com"]:before { content: "\F0D5"; }
.menu a[href*="github.com"]:before      { content: "\F09B"; }
.menu a[href*="instagram.com"]:before   { content: "\F16D"; }
.menu a[href*="linkedin.com"]:before    { content: "\F30C"; }
.menu a[href*="medium.com"]:before      { content: "\F23A"; }
.menu a[href*="pinterest.com"]:before   { content: "\F231"; }
.menu a[href*="getpocket.com"]:before   { content: "\F265"; }
.menu a[href*="reddit.com"]:before      { content: "\F1A1"; }
.menu a[href*="skype.com"]:before,
.menu a[href*="skype:"]:before          { content: "\F17E"; }
.menu a[href*="slideshare.net"]:before  { content: "\F1E7"; }
.menu a[href*="snapchat.com"]:before    { content: "\F2AB"; }
.menu a[href*="soundcloud.com"]:before  { content: "\F1BE"; }
.menu a[href*="spotify.com"]:before     { content: "\F1BC"; }
.menu a[href*="stumbleupon.com"]:before { content: "\F1A4"; }
.menu a[href*="tumblr.com"]:before      { content: "\F173"; }
.menu a[href*="twitch.tv"]:before       { content: "\F1E8"; }
.menu a[href*="twitter.com"]:before     { content: "\F099"; }
.menu a[href*="vimeo.com"]:before       { content: "\F27D"; }
.menu a[href*="vk.com"]:before          { content: "\F189"; }
.menu a[href*="wordpress.org"]:before,
.menu a[href*="wordpress.com"]:before   { content: "\F19A"; }
.menu a[href*="yelp.com"]:before        { content: "\F1E9"; }
.menu a[href*="youtube.com"]:before     { content: "\F16A"; }
.menu a[href$="/feed/"]:before          { content: "\F09E"; } .social-link-menu ul {
list-style: none;
margin: 0;
}
.social-link-menu li {
display: inline-block;
padding-left: 12px;
}
.social-link-menu li:first-child {
padding-left: 0;
}
.social-link-menu a:before {
margin-right: 0;
}  .jumbotron {
background-color: #333;
background-position: center;
background-size: cover;
}
.jumbotron-overlay {
background-color: rgba( 0, 0, 0 , 0.4 );
}
.jumbotron-content {
padding-bottom: 60px;
padding-top: 60px;
text-align: center;
}
.jumbotron-title {
color: #fff;
font-size: 2.25rem;
letter-spacing: -0.03em;
margin-bottom: 0;
margin-top: 0;
text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
@media screen and (min-width: 782px) {
.jumbotron-title {
font-size: 2.5rem;
}
.jumbotron-content {
padding-bottom: 90px;
padding-top: 90px;
}
}
@media screen and (min-width: 980px) {
.jumbotron-content {
padding-bottom: 105px;
padding-top: 105px;
}
} .home-header {
background-color: #333;
background-position: center;
background-size: cover;
}
.home-header-overlay {
background-color: rgba( 0, 0, 0 , 0.4 );
}
.home-header-content {
padding-bottom: 75px;
padding-top: 75px;
text-align: left;
}
.home-header-title {
color: #fff;
font-size: 2.5rem;
letter-spacing: -0.03em;
margin-bottom: 0;
margin-top: 0;
text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.home-header-text {
color: rgba( 255, 255, 255, 0.9 );
font-size: 105%;
margin-top: 28px;
text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.home-header-button {
font-size: 95%;
}
.home-header-button a {
border-radius: 25px;
color: #fff;
display: inline-block;
font-weight: 600;
margin-top: 30px;
text-decoration: none;
}
a.home-header-button-main {
background-color: #4693f5;
margin-right: 16px;
padding: 12px 25px;
}
a.home-header-button-main:hover {
color: #fff;
}
a.home-header-button-sub {
border: solid 2px #fff;
padding: 10px 23px;
}
a.home-header-button-sub:hover {
background-color: #fff;
color: #111;
}
@media screen and (min-width: 782px) {
.home-header-content {
padding-bottom: 105px;
padding-top: 105px;
}
}
@media screen and (min-width: 980px) {
.home-header-content {
padding-bottom: 135px;
padding-top: 135px;
}
.home-header-title {
font-size: 3rem;
}
} .featured-post {
overflow: hidden;
}
.featured-post,
.featured-entry {
height: 225px;
}
.featured-entry {
background-color: #333;
background-position: center;
background-size: cover;
}
.featured-entry-overlay {
align-items: center;
background-color: rgba( 0, 0, 0 , 0.4 );
display: flex;
height: 100%;
width: 100%;
}
.featured-entry-content {
text-align: center;
padding-left: 40px;
padding-right: 40px;
}
.featured-entry-title {
color: #fff;
font-size: 1.75rem;
letter-spacing: -0.03em;
margin-bottom: 0;
margin-top: 0;
text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.featured-entry-category {
text-transform: uppercase;
}
.featured-entry-category,
.featured-entry-date {
color: rgba( 255, 255, 255, 0.8 );
display: none;
font-size: 90%;
margin-bottom: 12px;
text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.featured-entry-title a,
.featured-entry-category a,
.featured-entry-date a {
color: inherit;
text-decoration: none;
}
.featured-entry-title a:hover,
.featured-entry-category a:hover,
.featured-entry-date a:hover {
color: #fff;
}
.slick-loading .slick-list {
background: #fff url(//kibibi.or.jp/wp/wp-content/themes/businesspress/images/ajax-loader.gif) center center no-repeat;
}
.slick-prev,
.slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 30px;
height: 30px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
text-shadow: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
background: transparent;
outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: .25;
}
.slick-prev:before,
.slick-next:before {
font-family: FontAwesome;
font-size: 30px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: .15s ease-in-out;
}
.slick-prev {
left: 5px;
z-index: 9999;
}
[dir='rtl'] .slick-prev {
right: 5px;
left: auto;
}
.slick-prev:before {
content: '\f104';
}
[dir='rtl'] .slick-prev:before {
content: '\f105';
}
.slick-next {
right: 5px;
}
[dir='rtl'] .slick-next {
right: auto;
left: 5px;
}
.slick-next:before {
content: '\f105';
}
[dir='rtl'] .slick-next:before {
content: '\f104';
}
.slick-dots {
bottom: 12px;
list-style: none;
margin: 0;
position: absolute;
text-align: center;
width: 100%;
}
.slick-dots li {
border-radius: 50%;
box-shadow: 0px 1px 1px rgba( 255, 255, 255, 0.4 ), 0px 1px 1px rgba( 0, 0, 0, 0.2 ) inset;
display: inline-block;
height: 12px;
margin-left: 5px;
margin-right: 5px;
width: 12px;
}
.slick-dots li button {
background: #000;
border: solid 2px #000;
border-radius: 50%;
color: transparent;
display: block;
font-size: 0;
height: 12px;
line-height: 0;
outline: none;
width: 12px;
opacity: 0.4;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
opacity: 0.75;
}
.slick-dots li.slick-active button {
background: #fff;
opacity: 0.8;
}
@media screen and (min-width: 601px) {
.featured-post,
.featured-entry {
height: 275px;
}
.featured-entry-title {
font-size: 2.25rem;
}
.featured-entry-content {
padding-left: 70px;
padding-right: 70px;
}
.slick-prev,
.slick-next {
width: 40px;
height: 40px;
}
.slick-prev:before,
.slick-next:before {
font-size: 40px;
}
.slick-prev {
left: 15px;
}
[dir='rtl'] .slick-prev {
right: 15px;
left: auto;
}
.slick-next {
right: 15px;
}
[dir='rtl'] .slick-next {
right: auto;
left: 15px;
}
.slick-dots {
bottom: 24px;
}
.slick-dots li {
height: 18px;
width: 18px;
}
.slick-dots li button {
border: solid 4px #000;
height: 18px;
width: 18px;
}
}
@media screen and (min-width: 782px) {
.featured-post,
.featured-entry {
height: 350px;
}
.featured-entry-title {
font-size: 2.5rem;
margin-bottom: 12px;
}
.featured-entry-category,
.featured-entry-date {
display: block;
}
}
@media screen and (min-width: 980px) {
.featured-post,
.featured-entry {
height: 400px;
}
}  .cat-links {
font-size: 90%;
margin-bottom: 1rem;
text-transform: uppercase;
}
.cat-links a {
text-decoration: none;
}
.category-sep {
color: #ccc;
font-size: 80%;
margin-left: 5px;
margin-right: 5px;
position: relative;
top: -0.1em;
} .entry-header {
margin-bottom: 4rem;
}
.no-sidebar .entry-header {
text-align: center;
}
.entry-title {
font-size: 2.25rem;
letter-spacing: -0.03em;
margin-bottom: 0;
margin-top: 0;
}
.entry-title a {
color: inherit;
text-decoration: none;
}
@media screen and (min-width: 782px) {
.entry-title {
font-size: 2.5rem;
}
} .entry-meta {
color: #999;
font-size: 90%;
margin-top: 1rem;
}
.entry-meta a {
color: inherit;
text-decoration: none;
}
.entry-meta a:hover {
color: #666;
}
.comments-sep {
color: #ccc;
}
.byline a,
.comments-link a {
border-bottom: solid 1px #ddd;
} .post-thumbnail {
margin-bottom: 2rem;
margin-top: 4rem;
}
.single .post-thumbnail {
margin-left: -20px;
margin-right: -20px;
}
.post-thumbnail img {
width: 100%;
transition: 0.5s ease-in-out;
}
.post-thumbnail a:hover img {
opacity: 0.85;
}
@media screen and (min-width: 782px) {
.single .post-thumbnail {
margin-left: -40px;
margin-right: -40px;
}
}
@media screen and (min-width: 980px) {
.single .post-thumbnail {
margin-left: 0;
margin-right: 0;
}
.no-sidebar .post-thumbnail {
margin-left: -60px;
margin-right: -60px;
}
} .entry-content > *:first-child {
margin-top: 0;
}
.entry-content > *:last-child {
margin-bottom: 0;
} .post-full,
.post-summary {
margin-bottom: 4rem;
}
.post-full .hentry,
.post-summary .hentry {
margin-bottom: 4rem;
}
.post-full:after,
.post-summary:after {
border-bottom: 1px solid #ddd;
content: "";
display: block;
width: 45px;
}
.no-sidebar .post-full:after,
.no-sidebar .post-summary:after {
margin: auto;
}
a.continue-reading {
text-transform: uppercase;
} .two-column .loop-wrapper,
.three-column .loop-wrapper {
display: flex;
flex-wrap: wrap;
}
.post-grid .entry-header {
margin-bottom: 2rem;
text-align: left;
}
.post-grid .post-thumbnail {
margin-top: 0;
margin-left: 0;
margin-right: 0;
}
.post-grid .entry-title {
font-size: 1.75rem;
}
.post-grid .entry-summary {
color: #666;
font-size: 90%;
}
.post-grid .entry-summary p {
margin-bottom: 0;
}
@media screen and (min-width: 540px) {
.post-grid .entry-title {
font-size: 1.5rem;
}
.post-grid .cat-links,
.post-grid .entry-meta {
font-size: 85%;
}
.post-grid .entry-summary {
font-size: 90%;
}
.post-grid {
width: 46%;
padding-right: 8%;
}
.post-grid:nth-child(even) {
padding-right: 0;
}
}
@media screen and (min-width: 980px) {
.three-column .loop-wrapper {
margin-left: -30px;
margin-right: -30px;
}
.three-column .post-grid {
box-sizing: border-box;
width: 33.3%;
padding-left: 30px;
padding-right: 30px;
}
} .post-list .entry-header {
margin-bottom: 2rem;
text-align: left;
}
.post-list .post-thumbnail {
margin-top: 0;
margin-left: 0;
margin-right: 0;
}
.post-list .entry-title {
font-size: 1.75rem;
}
.post-list .entry-summary {
color: #666;
font-size: 90%;
}
.post-list .entry-summary p {
margin-bottom: 0;
}
@media screen and (min-width: 540px) {
.post-list .hentry {
display: flex;
}
.post-list .post-thumbnail {
flex-shrink: 0;
margin-bottom: 0;
margin-right: 5%;
flex-basis: 35%;
}
} .tags-links {
color: #999;
font-size: 90%;
margin-top: 4rem;
text-align: center;
}
.tags-links:before {
color: #ccc;
content: "\f02c";
display: inline-block;
font: normal 18px/1 FontAwesome;
-webkit-font-smoothing: antialiased;
margin-right: 4px;
position: relative;
top: 1px;
}
.tags-links a {
color: inherit;
text-decoration: none;
}
.tags-links a:hover {
color: #666;
} .author-profile {
background-color: #f4f5f6;
margin-top: 4rem;
padding: 25px;
}
.author-profile-header {
align-items: center;
display: flex;
}
.author-profile-avatar {
flex-shrink: 0;
width: 60px;
margin-right: 20px;
}
.author-profile-avatar img {
border-radius: 50%;
}
.author-profile-name strong {
font-weight: 600;
}
.author-profile-name a {
color: inherit;
text-decoration: none;
}
.author-profile-name a:hover {
color: #111;
}
.author-profile-description {
font-size: 95%;
margin-top: 20px;
}
@media screen and (min-width: 540px) {
.author-profile {
padding: 45px;
}
.author-profile-avatar {
width: 75px;
margin-right: 30px;
}
.author-profile-description {
margin-top: 30px;
}
} .sticky {
}
.featured {
background-color: #111;
border-radius: 5px;
color: #fff;
display: inline-block;
font-size: 75%;
margin-bottom: 1rem;
margin-right: 12px;
padding: 4px 10px 3px;
text-transform: uppercase;
}
.featured+.cat-links {
display: inline-block;
} .page-title {
font-size: 1.5rem;
margin-bottom: 12px;
margin-top: 0;
}
.page-content {
margin-bottom: 5rem;
} .error-404 {
margin-bottom: 10rem;
margin-top: 10rem;
text-align: center;
}
.error-404 .page-title {
font-size: 2rem;
} .wp-block-pullquote {
padding: 12px 0;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
margin-bottom: 0;
text-align: left;
}
.wp-block-quote.is-style-large {
margin-bottom: 2em;
}
.wp-block-quote.is-style-large p {
font-style: normal;
}
.wp-block-quote.is-style-large cite {
font-size: 90%;
} .gallery {
margin-bottom: 30px;
}
.gallery-item {
display: inline-block;
line-height: 1;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery .gallery-caption {
display: none;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}  .wp-block-gallery {
margin-left: 0;
margin-bottom: 0.9em;
}
.wp-block-image {
margin-bottom: 1.8em;
}
.wp-block-image figcaption {
font-size: 90%;
margin-top: 1em;
}
.entry-content .wp-block-gallery {
padding-left: 0;
}
.no-sidebar .alignfull,
.no-sidebar .alignwide {
width: 100%;
}
@media (max-width: 600px) {
.no-sidebar .alignfull.wp-block-gallery,
.no-sidebar .alignwide.wp-block-gallery {
margin-left: -10px;
margin-right: -10px;
width: inherit;
}
}
.no-sidebar .alignfull img,
.no-sidebar .alignwide img {
width: 100%;
display: block;
}
.no-sidebar .alignwide {
max-width: none;
}
@media (min-width: 782px) {
.no-sidebar .alignwide {
width: 90vw;
margin-left: calc( 50% - 90vw / 2 );
}
}
@media (min-width: 980px) {
.no-sidebar .alignwide {
width: 85vw;
margin-left: calc( 50% - 85vw / 2 );
}
}
@media (min-width: 1160px) {
.no-sidebar .alignwide {
width: 1120px;
margin-left: calc( 50% - 1120px / 2 );
}
}
.no-sidebar .alignfull {
width: 100vw;
margin-left: calc( 50% - 50vw );
max-width: none;
}
.wp-block-embed {
margin-bottom: 1.8em;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
padding-top: 0;
}
.wp-block-cover {
margin-bottom: 1.8em;
}
.wp-block-cover-text {
max-width: 1120px !important;
margin-left: auto !important;
margin-right: auto;
padding-left: 20px !important;
padding-right: 20px !important;
width: 100%;
text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.wp-block-media-text__content {
margin-bottom: 1.8em;
margin-top: 1.8em;
}
.wp-block-media-text__content > *:first-child {
margin-top: 0;
}
.wp-block-media-text__content > *:last-child {
margin-bottom: 0;
} @media screen and (max-width: 781px) {
.wp-block-column {
flex-basis: 100% !important;
margin-right: 0 !important;
margin-left: 0 !important;
}
}
.wp-block-column {
margin-bottom: 2.7em;
margin-top: 0.9em;
}
.wp-block-column > *:first-child {
margin-top: 0;
}
.wp-block-column > *:last-child {
margin-bottom: 0;
} .wp-block-latest-posts {
border-top: solid 1px #eee;
list-style: none;
margin-left: 0;
padding-top: 1em;
}
.wp-block-latest-posts li {
border-bottom: solid 1px #eee;
margin-bottom: 1em;
padding-bottom: 1em;
}
.wp-block-latest-posts a {
text-decoration: none;
}
.wp-block-latest-posts__post-date {
margin-top: 0.3em;
} .wp-block-button a {
color: #fff;
text-decoration: none;
}
.wp-block-button a:hover {
opacity: 0.9;
}
.wp-block-button__link {
font-size: 100%;
padding: 9px 24px;
} .intro {
color: #777;
font-size: 120%;
} .subheader {
color: #4693f5;
font-size: 1.25rem;
font-weight: 700;
margin-bottom: 0.6em;
margin-top: 0;
text-transform: uppercase;
}
.subheader+h1,
.subheader+h2,
.subheader+h3,
.subheader+h4,
.subheader+h5,
.subheader+h6 {
margin-top: 0;
} .container-wrapper {
background-color: #f4f5f6;
margin-bottom: 6rem;
margin-top: 6rem;
padding-bottom: 20px;
padding-top: 20px;
}
.no-sidebar .container-wrapper {
width: 100vw;
margin-left: calc( 50% - 50vw );
max-width: none;
padding-bottom: 6rem;
padding-top: 6rem;
}
.container-content > *:first-child {
margin-top: 0;
}
.container-content > *:last-child {
margin-bottom: 0;
}
.container-content > .wp-block-columns:last-child {
margin-bottom: -2.7em;
}
.no-sidebar .wp-block-columns + .container-wrapper {
margin-top: 4rem;
}  .pagination {
color: #777;
font-size: 90%;
margin-bottom: 3rem;
}
.pagination a {
color: inherit;
text-decoration: none;
}
.pagination .page-numbers {
display: none;
padding: 8px 18px;
margin-right: 6px;
}
.pagination .prev,
.pagination .next {
display: inline-block;
}
.pagination .dots {
padding-left: 10px;
padding-right: 10px;
}
.pagination a.page-numbers {
border: solid 1px #eee;
}
.pagination a.page-numbers:hover {
border-color: #ddd;
color: #333;
}
.pagination .current {
background-color: #f4f5f6;
border: solid 1px #ddd;
color: #333;
font-weight: 700;
}
@media screen and (min-width: 640px) {
.pagination .page-numbers {
display: inline-block;
}
} .page-links {
color: #777;
clear: both;
font-size: 90%;
margin-bottom: 3rem;
margin-top: 4rem;
}
.page-links .page-numbers {
background-color: #f4f5f6;
border: solid 1px #ddd;
color: #333;
font-weight: 700;
padding: 8px 16px;
margin-left: 4px;
}
.page-links a {
color: inherit;
text-decoration: none;
}
.page-links a .page-numbers {
background-color: transparent;
border: solid 1px #eee;
color: #777;
font-weight: normal;
}
.page-links a .page-numbers:hover {
border: solid 1px #ddd;
color: #333;
} .post-navigation {
margin-bottom: 3rem;
}
.post-navigation a {
color: inherit;
text-decoration: none;
}
.post-navigation a:hover {
color: #111;
}
.post-navigation .nav-previous {
margin-bottom: 3rem;
}
.post-nav-title {
color: #999;
font-size: 80%;
letter-spacing: 0.05em;
text-transform: uppercase;
margin-bottom: 8px;
}
@media screen and (min-width: 640px) {
.post-navigation .nav-previous {
float: left;
width: 48%;
margin-bottom: 0;
}
.post-navigation .nav-next {
float: right;
width: 48%;
text-align: right;
}
} .comment-navigation {
text-transform: uppercase;
margin-bottom: 20px;
padding-top: 10px;
}
.comment-navigation .nav-previous {
float: left;
width: 48%;
}
.comment-navigation .nav-next {
float: right;
text-align: right;
width: 48%;
}
.comment-navigation a {
color: #777;
text-decoration: underline;
}
.comment-navigation a:hover {
color: #333;
}  .comments-area {
font-size: 90%;
margin-bottom: 2rem;
margin-top: 6rem;
} .comments-title,
.comment-reply-title {
font-size: 1.5rem;
margin-bottom: 2rem;
margin-top: 0;
}
.comment-reply-title {
margin-top: 4rem;
}
.comment-respond:only-child .comment-reply-title,
.comment-list .comment-reply-title {
margin-top: 0;
} .comment-list {
border-bottom: solid 1px #eee;
list-style: none;
margin: 0 0 20px;
}
.comment-list .children {
list-style: none;
margin-left: 25px;
}
.comment-list .comment-body {
border-top: solid 1px #eee;
padding-bottom: 30px;
padding-top: 30px;
position: relative;
} .comment-author {
font-size: 105%;
font-weight: 600;
margin-bottom: 2px;
}
.comment-author a {
border-bottom: dotted 1px #999;
color: #333;
text-decoration: none;
}
.comment-author a:hover {
color: #666;
}
.comment-author .avatar {
border-radius: 50%;
height: 60px;
left: 0;
position: absolute;
top: 28px;
width: 60px;
}
.has-avatars .comment .comment-meta {
margin-left: 75px;
}
.bypostauthor > .comment-body .comment-author:after {
color: #111;
content: "\f14b";
display: inline-block;
font: normal 20px/1 FontAwesome;
-webkit-font-smoothing: antialiased;
margin-left: 3px;
}
.comment-author .says {
display: none;
}
.comment-metadata {
font-size: 95%;
margin-bottom: 25px;
}
.comment-metadata a,
a.comment-edit-link {
color: #999;
text-decoration: none;
}
.comment-metadata a:hover,
a.comment-edit-link:hover {
color: #666;
}
.comment-edit-link {
margin-left: 15px;
} .comment-body .reply a {
color: #999;
font-size: 95%;
text-decoration: none;
}
.comment-body .reply a:hover {
color: #666;
}
.comment-body .reply a:before {
content: "\f0e5";
display: inline-block;
font: normal 15px/1 FontAwesome;
-webkit-font-smoothing: antialiased;
margin-right: 6px;
position: relative;
top: -1px;
}
.comment-awaiting-moderation {
color: #666;
} .pingback a {
color: #666;
text-decoration: underline;
}
.pingback a:hover {
color: #999;
} .comment-respond a {
color: #666;
}
.comment-respond a:hover {
color: #333;
}
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
margin-bottom: 15px;
}
.comment-form-comment label {
display: none;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
font-size: 95%;
margin-bottom: 8px;
text-transform: uppercase;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
width: 100%;
}
.form-submit {
font-size: 105%;
margin-bottom: 30px;
margin-top: 30px;
text-align: center;
}
@media screen and (min-width: 540px) {
.comment-form-author,
.comment-form-email,
.comment-form-url {
align-items: center;
display: flex;
justify-content: space-between;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
margin-bottom: 0;
width: 23%;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
width: 72%;
}
}  .widget {
color: #666;
font-size: 90%;
} .widget-title {
color: #333;
font-size: 1.2rem;
letter-spacing: 0.05em;
margin-bottom: 2rem;
margin-top: 0;
text-transform: uppercase;
} .widget a {
color: inherit;
text-decoration: underline;
}
.widget li a {
text-decoration: none;
}
.widget a:hover {
color: #111;
} .widget ul {
list-style: none;
margin-bottom: 0;
margin-left: 0;
}
.widget li {
margin-bottom: 1em;
}
.widget ul ul {
margin-left: 1em;
margin-top: 1em;
} .widget_recent_entries li {
margin-bottom: 1.5em;
}
.widget_recent_entries li a {
border-bottom: solid 1px #ddd;
}
.widget_recent_entries .post-date {
color: #999;
display: block;
font-size: 90%;
margin-top: 6px;
text-transform: uppercase;
} .widget_recent_comments li {
margin-bottom: 1.5em;
}
.widget_recent_comments li a {
border-bottom: solid 1px #ddd;
} .widget_search input[type="search"] {
margin-top: 0;
max-width: 300px;
width: 100%;
}
.widget_search .search-submit {
display: none;
} .tagcloud a {
background-color: #f4f5f6;
border-radius: 3px;
display: inline-block;
font-size: 90% !important;
margin-bottom: 4px;
padding: 3px 10px;
text-decoration: none;
white-space: nowrap;
}
.tagcloud a:hover {
color: #111;
} .widget_calendar table {
font-size: 95%;
line-height: 36px;
margin-bottom: 0;
max-width: 360px;
}
.widget_calendar caption {
text-transform: uppercase;
}
.widget_calendar td,
.widget_calendar th {
padding: 0;
text-align: center;
}
.widget_calendar thead th {
padding: 2px 0;
}
.widget_calendar tbody td a {
background-color: #f4f5f6;
display: block;
text-decoration: underline;
}
.widget_calendar tbody td a:hover {
color: #111;
}
.widget_calendar tfoot td {
border: none;
padding-top: 10px;
}
.widget_calendar tfoot td a {
text-decoration: underline;
text-transform: uppercase;
}
.widget_calendar tfoot td#prev {
text-align: left;
}
.widget_calendar tfoot td#next {
text-align: right;
} .widget_nav_menu li a {
border-bottom: none;
}
.widget_nav_menu .current_page_item > a,
.widget_nav_menu .current-menu-item > a {
color: #111;
font-weight: 700;
} .widget_rss li {
margin-bottom: 2em;
}
.widget_rss li a {
border-bottom: solid 1px #ddd;
}
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
color: #999;
font-size: 90%;
}
.widget_rss .rss-date {
display: block;
margin-bottom: 6px;
margin-top: 6px;
text-transform: uppercase;
}
.widget_rss .rssSummary {
margin-bottom: 6px;
} .widget_businesspress_recent_posts li {
margin-bottom: 1.5em;
}
.widget_businesspress_recent_posts li a {
border-bottom: none;
display: flex;
}
.recent-posts-thumbnail {
flex-shrink: 0;
margin-bottom: 4px;
margin-right: 16px;
margin-top: 4px;
width: 80px;
}
.recent-posts-text .post-date {
color: #999;
display: block;
font-size: 90%;
margin-top: 6px;
text-transform: uppercase;
} .featured-widget-entry {
background-color: #333;
background-position: center;
background-size: cover;
display: block;
height: 180px;
margin-bottom: 15px;
}
.featured-widget-entry-overlay {
align-items: center;
background-color: rgba( 0, 0, 0 ,0.4 );
display: flex;
height: 100%;
width: 100%;
}
.featured-widget-entry-content {
text-align: center;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
.featured-widget-entry-title {
color: rgba( 255, 255, 255, 0.9 );
font-size: 1.5rem;
margin: 0;
text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.featured-widget-entry-date {
color: rgba( 255, 255, 255, 0.8 );
font-size: 85%;
margin-top: 12px;
text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
a.featured-widget-entry {
text-decoration: none;
}
a.featured-widget-entry .featured-title {
transition: 0.15s;
}
a.featured-widget-entry:hover .featured-title {
color: #fff;
}
@media screen and (min-width: 601px) and (max-width: 979px) {
.widget_businesspress_featured_posts {
display: flex;
flex-wrap: wrap;
}
.widget_businesspress_featured_posts .widget-title {
width: 100%;
}
.featured-widget-entry {
margin-bottom: 4%;
margin-right: 4%;
width: 48%;
}
.featured-widget-entry:nth-child(odd) {
margin-left: 0;
margin-right: 0;
}
}
@media screen and (min-width: 782px) {
.featured-widget-entry {
margin-bottom: 15px;
}
.featured-widget-entry-title {
font-size: 1.25rem;
}
} .profilewidget-wrapper {
align-items: center;
display: flex;
margin-bottom: 25px;
}
.profilewidget-profile {
flex-shrink: 0;
margin-right: 20px;
width: 75px;
}
.profilewidget-profile img {
border-radius: 50%;
width: 75px;
}
.profilewidget-name {
font-size: 110%;
}
.profilewidget-name strong {
color: #333;
font-weight: 600;
}
.profilewidget-link {
margin-top: 4px;
}
.profilewidget-link.menu a {
text-decoration: none;
}  .site-bottom {
background-color: #f4f5f6;
color: #aaa;
text-align: center;
}
.site-bottom a {
color: #888;
text-decoration: none;
}
.site-bottom a:hover,
.site-bottom .current-menu-item > a {
color: #111;
}
.footer-menu {
line-height: 32px;
}
.footer-navigation ul {
font-size: 85%;
list-style: none;
margin: 0 0 30px 0;
}
.footer-navigation li {
display: inline-block;
margin-right: 18px;
}
.footer-navigation li:last-child {
margin-right: 0;
}
.footer-social-link {
margin-bottom: 2rem;
}
.site-info {
font-size: 85%;
}
.site-copyright,
.site-credit {
margin-bottom: 1rem;
}
.site-credit a {
display: block;
}
.site-credit a:first-child {
margin-bottom: 6px;
}
.site-credit-sep {
color: #ccc;
display: none;
}
@media screen and (min-width: 601px) {
.site-credit a,
.site-credit-sep {
display: inline-block;
margin-bottom: 0;
}
}
@media screen and (min-width: 782px) {
.site-info {
clear: right;
float: right;
margin-top: 3px;
text-align: right;
}
} .back-to-top {
background: rgba( 0, 0, 0, 0.1 );
border-radius: 8px;
bottom: 20px;
cursor: pointer;
display: none;
height: 45px;
position: fixed;
right: 20px;
width: 45px;
z-index: 2;
transition: .15s ease-in-out;
}
.back-to-top:hover {
background: #111;
}
.back-to-top:before {
color: #999;
content: "\f106";
display: block;
font: normal 22px/42px FontAwesome;
text-align: center;
}  .widget_top-posts ul {
counter-reset: number;
}
.widget_top-posts li {
padding-left: 35px;
padding-top: 12px;
position: relative;
}
.widget_top-posts li:before {
background-color: #f0f0f0;
border-radius: 3px;
color: #444;
content: counter(number) !important;
counter-increment: number;
font-weight: 400;
height: 23px;
left: 0;
line-height: 23px;
position: absolute;
text-align: center;
text-shadow: 1px 1px 0 #fff;
top: 13px;
width: 23px;
}
.widgets-list-layout li {
margin-bottom: 0 !important;
}
.widgets-list-layout .widgets-list-layout-blavatar {
margin-right: 12px;
width: 40px !important;
}
.widgets-list-layout-links {
float: none !important;
overflow: hidden;
width: auto !important;
}
#subscribe-email input {
margin-top: 0;
max-width: 320px;
padding: 0.6em !important;
width: 100% !important;
}
.jetpack-display-remote-posts h4,
.jetpack-display-remote-posts p {
font-size: 100% !important;
}
.jetpack-display-remote-posts h4 {
margin-top: 25px !important;
}
.widget_jetpack_display_posts_widget img {
margin: 12px 0;
}
.widget-grofile {
text-align: center;
}
.widget-grofile p,
.widget-grofile h4,
.widget-grofile ul {
text-align: left;
}
.widget-grofile h4 {
font-size: 100%;
font-weight: 600;
}
.grofile-meta h4 {
font-size: 110%;
text-align: center;
}
.grofile-thumbnail {
border-radius: 50%;
max-width: 200px !important;
}
ul.grofile-urls {
margin-bottom: 1.8em;
margin-top: 0;
} .sharedaddy {
margin-top: 3rem;
} #jp-relatedposts {
margin-bottom: 2rem !important;
margin-top: 0 !important;
padding-top: 2rem !important;
}
#jp-relatedposts h3.jp-relatedposts-headline {
color: #333;
display: block !important;
font-size: 1.2rem !important;
float: none !important;
letter-spacing: 0.05em;
margin-bottom: 2rem !important;
text-align: center;
text-transform: uppercase;
}
#jp-relatedposts h3.jp-relatedposts-headline em:before {
content: none !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
margin-bottom: 2rem !important;
transition: opacity .2s ease-in-out;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
opacity: 1 !important;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
margin-bottom: 1rem;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
font-size: 15px !important;
line-height: 1.8 !important;
margin-bottom: 12px !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
color: inherit !important;
font-weight: 500 !important;
text-decoration: none !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
color: #111;
text-decoration: none !important;
}
#jp-relatedposts .jp-relatedposts-items p {
color: #999;
font-size: 85% !important;
margin-bottom: 8px !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
opacity: 1 !important;
}
@media only screen and (max-width: 400px) {
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
width: 100% !important;
clear: both !important;
}
}
@media only screen and (max-width: 640px) {
#jp-relatedposts .jp-relatedposts-items-visual {
margin-right: -20px !important; 
}
} .comment-form {
margin-bottom: 2rem;
}
.comment-subscription-form {
margin-bottom: 0.6em;
} #wpstats {
display: none;
} div.wpcf7-response-output {
font-size: 95%;
margin: 2em 0 1em;
padding: 0.8em 1em;
border: 2px solid #cf2e2e;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #00d084;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
border: 2px solid #cf2e2e;
}
div.wpcf7-spam-blocked {
border: 2px solid #ff6900;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: 2px solid #fcb900;
}
span.wpcf7-not-valid-tip {
color: #cf2e2e;
} #disqus_thread {
margin-bottom: 60px;
} @media print {
html, body {
background: none !important;
color: #000 !important;
font-size: 10pt !important;
}
.main-header-clone,
.drawer-hamburger,
.featured-post,
.widget,
.comments-area .comment-edit-link,
.comments-area .reply,
.comment-respond,
.navigation,
.sidebar-area,
.footer-widget-area,
.footer-menu,
.back-to-top {
display: none !important;
}
.main-header-content,
.site-content {
max-width: none;
padding-left: 0;
padding-right: 0;
}
.site-bottom,
.site-bottom a {
color: #000;
}
}@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
body {
font-family: "Noto Sans JP", sans-serif !important;
}
.wp-block-column,
.aligncenter,
.alignleft,
.alignright {
margin: 0px;
}
.site-bottom {
background: linear-gradient(to right, #eeeeee, #e1e1e1) !important;
}
.footer-widget-area {
padding-top: 4rem !important;
}
.widget {
margin-bottom: 0px !important;
}
.site-credit {
display: none !important;
}
.footer-widget-area {
background: linear-gradient(to left, #ffffff, #efefef);
}
.jumbotron-content {
display: flex;
flex-direction: column-reverse;
padding: 30px 0 !important;
}
.breadcrumb-area {
font-size: 0.75em;
margin-bottom: 60px;
color: #888;
margin-top:3em;
}
@media (max-width: 781px) {
.breadcrumb-area {
margin-bottom:0;
}
}
.wp-block-latest-posts {
border: none !important;
}
.wp-block-latest-posts li {
border: none !important;
}
@media (max-width: 781px) {
.top-abouttxt h2 {
font-size: 1.8em;
margin-bottom: 1em !important;
}
.sp-none {
display: none;
}
.h3-style0 {
background-color: #32373c;
color: #fff;
padding: 0.5em 1em !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
}
@media (min-width: 782px) {
.pc-none {
display: none;
}
.no-sidebar .site-content {
max-width: 1120px;
}
.home-header-overlay {
min-height: 550px !important;
}
.main-navigation li ul li a:hover {
background-color: #fff;
}
.main-navigation a:hover {
color: #e60113;
}
@media screen and (min-width: 980px) {
.main-navigation ul ul {
background-color: rgba(255, 255, 255, .7);
backdrop-filter: blur(10px);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
left: -9999px;
opacity: 0;
position: absolute;
top: 100%;
transition: opacity .3s ease-in-out;
white-space: normal;
width: 225px;
z-index: 10;
}
}
.site-header {
margin-bottom: 30px !important;
border-bottom: none !important;
}
.v-rl,
.v-rl span {
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: vertical-rl;
writing-mode: vertical-rl;
}
.top-abouttxt {
margin-bottom: 0;
}
.top-abouttxt .wp-block-column {
line-height: 2em;
}
.top-abouttxt .wp-block-column,
.top-abouttxt h2 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.top-info {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.info-wrapper {
position: relative;
}
.info-wrapper::after {
display: block !important;
content: "";
width: 50%;
background-color: #fff;
position: absolute;
right: 0;
height: 100%;
opacity: .2;
}
}
#masthead {
margin-bottom: 0px !important;
}
.top-abouttxt::after {
display: block;
content: "";
height: 2px;
background: linear-gradient(to left, #ffffff, #e81929);
}
footer::before {
display: block;
content: "";
height: 1px;
background: linear-gradient(to right, #ffffff, #e81929);
} .eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table thead .fc-sun {
color: #7f1311;
}
.eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table thead .fc-sat {
color: #356e88;
} .fc-event {
border: none !important;
border-radius: 3px !important;
margin: 0.5em !important;
padding: 0.5em !important;
}
.fc-ltr .fc-basic-view .fc-day-number {
text-align: center !important;
}
.h-style1 {
text-align: center;
padding: 20px;
position: relative;
display: table;
margin: 90px auto 90px auto;
font-size: 2rem;
}
.h-style1:before,
.h-style1:after {
position: absolute;
width: 30px;
height: 30px;
content: "";
display: block;
}
.h-style1:before {
border-top: 1px solid #555;
border-left: 1px solid #555;
top: 0;
left: -50px;
}
.h-style1:after {
border-bottom: 1px solid #555;
border-right: 1px solid #555;
bottom: 0;
right: -15px;
} .jumbotron {
background-color: #C13A38;
}
.jumbotron-title {
text-shadow: none;
}
.jumbotron-overlay {
background: none;
}
.jumbotron-content {
padding: 60px !important;
text-align: center;
} .breadcrumb-area {
margin-top: 1em;
} .site-logo {  }
.main-header-clone {
display: none;
}
.main-header-clone-show {
display: block;
}
.main-header-clone-show .site-logo {
top: 0;
} .info-list li {
border-bottom: 1px dotted #aaa !important;
display: flex;
flex-direction: column-reverse;
line-height:1.75rem;
}
.wp-block-latest-posts__post-date{
margin-bottom:.5rem;
}
.info-list li:last-child {
border-bottom: 0px !important;
margin-bottom:2rem;
}
.page-id-62 .content-area {
margin-bottom: 0 !important;
}
.home-header-content {
background-size: contain;
}
.home-header-overlay {
background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 781px) {
.jumbotron-title {
font-size: 1.25em;
}
.jumbotron-content {
padding: 60px 15px !important;
text-align: right;
}
.home-header-content {
text-align: center;
min-height: 200px;
}
.site-logo img {
transform-origin: top left !important;
}
.site-logo {
top: 0;
}
.main-header-clone-show .site-logo img {
transform: scale(0.75, 0.75);
transform-origin: top left;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
background-color: #cf2e2e;
}
.row-re {
flex-direction: column-reverse;
}
.row-mb .wp-block-column:last-child {
margin-bottom: 60px;
}
.row-mb img {
margin-bottom: 2em;
}
.row-re .wp-block-column:last-child {
margin-bottom: 0px !important;
}
.row-re .wp-block-column:first-child {
margin-bottom: 60px !important;
}
.h-style1 {
padding: 1em !important;
overflow-wrap: break-word;
max-width: 70%;
margin: 30px auto 30px auto !important;
}
}
.h-style1::after {
right: -15px;
}
.h-style1::before {
left: -15px;
}
.h-style1:before,
.h-style1:after {
width: 15px !important;
height: 15px !important;
}
.h3-style {
font-size: 1.15em;
margin: 30px 45px !important;
}
.h3-style2 {
font-size: 1.15em;
margin: 30px 0px !important;
font-family: 'A1明朝';
}
.main-navigation {
font-family: 'A1明朝';
}
.h3-style.mt-none {
margin: 0 0 1.5em 0;
}
.column-between {
display: flex;
flex-direction: column;
}
.site-header {
border-bottom: solid 0px !important;
} @media (min-width: 600px) and (max-width: 781px) {
.wp-block-column:not(:only-child) {
flex-basis: 100% !important;
}
}
.top-banner-list {
width: fit-content;
margin: 0 auto;
gap: 24px;
}
@media (max-width: 781px) {
.top-banner-list {
width: 80%;
}
}
.top-banner-list img {
width: 100%;
height: auto;
}
body p,
li {
text-align: justify;
word-break: break-all;
}
.wp-block-button__link {
background-color: #666666;
}
.wp-block-button__link:hover {
background-color: #222;
color:#fff;
}
.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-disabled {
display: none;
}
.fc-toolbar .fc-left button {
border-radius: 3px;
margin-right: 0.35em;
}
.fc-button-group button {
border-radius: 2px;
margin-right: 0.3em;
}
.main-header {
box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
background-color: #fff;
}
.home-header {
background-position: 13% !important;
}
.page-id-44 #primary,
.page-id-56 #primary {
margin-bottom: 0 !important;
} #floor-map {
display: block;
}
.map-a {
display: block;
transition: none;
position: absolute;
}
@media (min-width: 782px) {
#floor-map-sp1,
#floor-map-sp2 {
display: none;
}
h3 {
font-size: 1.8rem;
margin-bottom: 30px;
}
.wp-block-columns {
margin-bottom: 60px;
margin-top: 60px;
}
.top-abouttxt .wp-block-columns {
margin-bottom: 0px;
margin-top: 0px;
}
.fs-18 {
font-size: 1.7rem !important;
}
.mb-60 {
margin-bottom: 60px;
}
.mb-15{
margin-bottom:15px;
}
.mb-30{
margin-bottom:30px;
}
}
@media (max-width: 781px) {
#floor-map-sp1,
#floor-map-sp2 {
display: block !important;
}
#floor-map {
display: none;
}
.h3-style0 {
font-size: 1.7rem;
}
.sp-img {
width: 45%;
margin: 0 auto;
text-align: center;
}
.slide-img {
z-index: 1;
width: 100vw;
height: 90vh !important;
}
.slide-img img {
min-width: 110vw !important;
z-index: 1;
}
.swiper-slide-active .slide-img.ttob,
.swiper-slide-duplicate-active .slide-img.ttob,
.swiper-slide-prev .slide-img.ttob {
animation: slide-ttob-sp 12s linear 0s 1 normal both !important;
z-index: 1;
}
.swiper-slide-active .slide-img.ltor,
.swiper-slide-duplicate-active .slide-img.ltor,
.swiper-slide-prev .slide-img.ltor {
animation: slide-ltor-sp 12s linear 0s 1 normal both;
z-index: 1;
}
}
.img-border {
border: 1px solid #eee;
}
.wp-block-cover,
.wp-block-cover-image {
padding: 20px;
}
.fc-center h2 {
font-size: 1.3em !important;
} .slide-img {
z-index: 1;
width: 100vw;
height: 100vh;
display: flex;
flex-direction: row;
align-items: center;
}
.swiper-container {
z-index: -1 !important;
}
#slide1 {
background-image: url(https://kibibi.or.jp/wp/wp-content/uploads/slide1-scaled.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center 48%;
}
#slide2 {
background-image: url(https://kibibi.or.jp/wp/wp-content/uploads/slide2-scaled.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center 60%;
}
#slide3 {
background-image: url(https://kibibi.or.jp/wp/wp-content/uploads/slide3-scaled.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
#slide4 {
background-image: url(https://kibibi.or.jp/wp/wp-content/uploads/slide4-scaled.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center 70%;
}
#slide5 {
background-image: url(https://kibibi.or.jp/wp/wp-content/uploads/slide5-scaled.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
@media (max-width: 781px) {
#slide5 {
background-position: center left 60%;
}
}
#slide6 {
background-image: url(https://kibibi.or.jp/wp/wp-content/uploads/slide6-scaled.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
@media (max-width: 781px) {
#slide6 {
background-position: center left 30%;
}
}
@keyframes zoomUp {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
@keyframes upZoom {
0% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
@keyframes slide-ltor {
0% {
transform: scale(1.1);
background-position: 10%;
}
100% {
transform: scale(1.1);
background-position: 30%;
}
}
@keyframes slide-ltor-sp {
0% {
transform: scale(1.3) translateX(0px);
}
100% {
transform: scale(1.3) translateX(20px);
}
}
@keyframes slide-ttob {
0% {
transform: scale(1.1) translateY(30px);
background-position: center 55%;
}
100% {
transform: scale(1.1) translateY(0px);
background-position: center 65%;
}
}
@keyframes slide-ttob2 {
0% {
transform: scale(1.1) translateY(30px);
background-position: center 65%;
}
100% {
transform: scale(1.1) translateY(0px);
background-position: center 75%;
}
}
@keyframes slide-ttob-sp {
0% {
transform: scale(1.1);
background-position: center 55%;
}
100% {
transform: scale(1.1);
background-position: center 65%;
}
}
@keyframes slide-btot {
0% {
transform: scale(1);
background-position: center 60%;
}
100% {
transform: scale(1);
background-position: center 40%;
}
}
@keyframes slide-btot2 {
0% {
transform: scale(1.1) translateY(0px);
background-position: center 70%;
}
100% {
transform: scale(1.1) translateY(30px);
background-position: center 50%;
}
}
.swiper-slide-active .slide-img.ttob,
.swiper-slide-duplicate-active .slide-img.ttob,
.swiper-slide-prev .slide-img.ttob {
animation: slide-ttob 12s linear 0s 1 normal both;
z-index: 1;
}
.swiper-slide-active .slide-img.ttob2,
.swiper-slide-duplicate-active .slide-img.ttob2,
.swiper-slide-prev .slide-img.ttob2 {
animation: slide-ttob 12s linear 0s 1 normal both;
z-index: 1;
}
.swiper-slide-active .slide-img.ltor,
.swiper-slide-duplicate-active .slide-img.ltor,
.swiper-slide-prev .slide-img.ltor {
animation: slide-ltor 12s linear 0s 1 normal both;
z-index: 1;
}
.swiper-slide-active .slide-img.zoomup,
.swiper-slide-duplicate-active .slide-img.zoomup,
.swiper-slide-prev .slide-img.zoomup {
animation: zoomUp 12s linear 0s 1 normal both !important;
z-index: 1;
}
.swiper-slide-active .slide-img.upzoom,
.swiper-slide-duplicate-active .slide-img.upzoom,
.swiper-slide-prev .slide-img.upzoom {
animation: upZoom 12s linear 0s 1 normal both !important;
;
z-index: 1;
}
.swiper-slide-active .slide-img.btot,
.swiper-slide-duplicate-active .slide-img.btot,
.swiper-slide-prev .slide-img.btot {
animation: slide-btot 12s linear 0s 1 normal both;
z-index: 1;
}
.swiper-slide-active .slide-img.btot2,
.swiper-slide-duplicate-active .slide-img.btot2,
.swiper-slide-prev .slide-img.btot2 {
animation: slide-btot2 12s linear 0s 1 normal both;
z-index: 1;
}
.slide-img img {
display: block;
height: auto;
width: 100vw;
z-index: 1;
}
.site-branding {
z-index: 100;
} .scroll-aicon {
padding-top: 60px;
}
.scroll-aicon span {
position: absolute;
top: 88%;
left: 50%;
width: 20px;
height: 20px;
margin-left: -10px;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
animation: sdb 1.5s infinite ease-in-out;
box-sizing: border-box;
z-index: 200;
}
.scroll-txt {
position: absolute;
display: block;
width: 100%;
top: 85%;
text-align: center !important;
z-index: 200;
color: #fff;
font-size: 0.8em;
}
@keyframes sdb {
0% {
transform: rotate(-45deg) translate(0, 0);
}
20% {
transform: rotate(-45deg) translate(-5px, 5px);
}
40% {
transform: rotate(-45deg) translate(0, 0);
}
}
@media screen and (min-width: 1160px) {
.main-header-content .main-navigation {
display: block !important;
}
.drawer-hamburger,
.drawer-overlay,
.drawer-navigation {
display: none !important;
}
}
@media screen and (max-width: 1159px) {
.main-header-content .main-navigation {
display: none !important;
}
.drawer-hamburger,
.drawer-navigation {
display: block !important;
}
}
@media screen and (min-width: 782px) {
.top-bar-content,
.main-header-content,
.home-header-content,
.site-bottom-content {
max-width: 1240px;
}
} @media screen and (max-width: 781px) {
.drawer-overlay {
display: none !important;
}
}
.slider-section {
display: inline-block;
-webkit-box-shadow: 0 0 5px #ccc;
box-shadow: 0 0 5px #ccc;
background-color: #fff;
text-align: center;
margin: 0 auto;
}
.slider-section .bx-wrapper {
box-shadow: none;
margin-bottom: 30px;
}
.slider-section h3 {
margin: 15px 0 9px 0;
color: #C13A38;
font-size: 1em;
}
.bx-custom-pager {
position: relative !important;
}
.bx-pager {
padding-top: 0 !important;
}
.bx-pager-item:not(:last-child) {
margin-right: 15px;
}
.bx-pager-item img {
width: 50px !important;
height: auto !important;
}
.top-slider {
text-align: center;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -15px !important;
width: 100%;
}
.top-ul {
max-width: 600px;
margin: 0 auto 30px auto;
}
.bx-viewport {
background-image: url(https://kibibi.or.jp/wp/wp-content/uploads/waku-gray.jpg) !important;
background-repeat: no-repeat;
background-size: 100% !important;
border: 0px !important;
margin-bottom: 0px !important;
box-sizing: border-box !important;
max-width: 100% !important;
padding: 30px !important;
}
.bx-viewport::after {
display: block;
content: "";
background-image: url(https://kibibi.or.jp/wp/wp-content/uploads/waku-gray-bottom.jpg) !important;
background-repeat: no-repeat;
background-size: 100%;
width: 100%;
height: 1.1%;
position: absolute;
bottom: 0;
margin-left: -30px;
}
@media screen and (max-width: 781px) {
.bx-viewport::after {
height: 1.1%;
bottom: 0;
}
.fs-small {
font-size: 0.5em;
}
.img-m30 {
margin: 30px 0 !important;
}
.jumbotron-title {
width: 60%;
margin-left: auto;
}
}
.bx-wrapper {
padding: 0;
margin: 0;
margin-bottom: 60px !important;
border: none !important;
}
.bx-controls.bx-has-controls-direction.bx-has-pager {
height: 0px;
}
.bxslider div {
margin-right: 30px;
}
.m-mt0 {
margin-top: 0px !important;
}
.mt-30 {
margin-top: 30px !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
.text-left {
text-align: left !important;
}
.bx-wrapper .bx-controls-direction a {
z-index: 0 !important;
}
@media screen and (max-width: 1159px) {
.drawer-overlay {
display: none !important;
}
}
.indent td {
padding-left: 2em;
}
.indent td span {
padding-left: 7em;
}
.gap15 {
display: flex;
gap: 15px;
}
.w800 {
max-width: 800px !important;
margin: auto;
}
figcaption {
text-align: center;
font-size: 0.8em !important;
}
@media (min-width: 782px) {
.wp-block-columns {
margin-bottom: 30px !important;
margin-top: 30px !important;
}
.div-section1 {
max-width: 800px;
margin: auto;
}
}
.wp-block-cover,
.wp-block-cover-image {
margin-bottom: 0;
}
.gap0{
gap: 0 !important;
}
.wp-container-10,.wp-container-20 {
margin-bottom:15px!important;
}
@media screen and (max-width: 781px) {
.m-mb-30 {
margin-bottom:30px!important;
}
figure.wp-block-image{
margin:0!important;
}
.breadcrumb-area{
margin-bottom:15px;
}
.m-mt-30{
margin-top:30px!important;
}
}
hr{
max-width:800px!important;
border-top:dotted 1px!important;
border-bottom:0px!important;
margin:60px auto!important;
}
.mb-0{
margin-bottom:0px!important;
}
.hr-style2{
margin:15px auto!important;
} .museuminfo {font-style:normal;}
.museuminfo *{margin:0;padding:0;}
.museuminfo dl {
display: flex;
flex-wrap: wrap;
}
.museuminfo dl > * {margin-bottom: 0.7em;}
.museuminfo dl dt {flex-basis: 8em;	text-indent:-0.5em;}
.museuminfo dl dd {flex-basis: calc(100% - 8em);}
.museuminfo dl ul {
list-style-type: none;
padding: 0;
}
.museuminfo dl ul li{
margin-bottom:0;
line-height:1.5em;
margin-bottom: 0.5em;
}
.museuminfo dl .small {
display: block;
font-size: 0.85em;
padding-left:1em;
text-indent:-1em;
}
.museuminfo dl:first-of-type {margin-top: 1em;} @media screen and (max-width:410px) { .museuminfo dt:nth-child(3) {margin-bottom: 0.5em;}
.museuminfo dl .small {line-height:1.5em;}
} @media screen and (max-width:410px) {
.widget-title {
color:#555!important;
font-size: 1.5rem;
letter-spacing:normal;
margin-bottom: 1rem;
}
}
.p-style1{
font-size: 1.2rem;
line-height: 2.4rem;
letter-spacing: 0.05rem;
}
.col-style1{
margin-bottom: 120px!important;
gap: 75px;
}
@media screen and (max-width:410px) {
.col-style1{
margin-bottom: 0px!important;
gap: 15px;
}
}
.h3-style1{
margin: 0 0 45px 0!important;
font-size: 1.3em;
}
.coverstyle1{
padding:45px 0!important;
}
.mt-0{margin-top:0px!important}
.mb-0{margin-bottom:0px!important}
.mt-45{margin-top:45px!important}
.table-style1 td:first-child{
width:30%;
}
.table-style1 td{
width:70%;
}
.h3-style1{
font-size:1em;
color:#333;
border-left:4px solid #333;
padding-left:12px;
}
.is-style-wide{
max-width:100%!important;
}
.mb0{
margin-bottom: 0;
}
@media (max-width: 781px) {
#top-catch{
font-size: 1.75em!important;
}
#top-about{
padding: 48px 24px !important;
letter-spacing: 0.05em;
}
}
.link-button {
display: inline-flex;
align-items: center;
padding: 10px 15px;
text-decoration: none;
color: #888;
transition: all 0.3s;
}
.link-button:hover {
text-decoration: underline;
color: #c13a38;
}
.link-button svg {
width: 20px;
height: 20px;
margin-right: 8px;
}
.link-button span {
font-size: .8em;
}
.link-button-wrapper {
text-align: right;
}
.hentry{
margin-bottom: 0!important;
}
.post-list{
padding: 2rem 0;
border-bottom: 1px dotted #aaa;
}
.post-list:last-child{
border-bottom: 0;
margin-bottom: 2rem;
}
.post-list .entry-header{
margin-bottom: 0;
}
.post-list .entry-title{
font-size: 1.6rem;
color: #333;
font-weight: normal;
font-family: 'A1明朝';
}
.cat-links,.entry-meta{
font-size: 1rem;
}
.entry-summary{
margin-top: 1rem;
}  .menu-item a {
position: relative; }
.menu-item .description {
display: block; font-size: 12px; color: #999; margin-top: 5px; }
.drawer-navigation {
background-color: rgba(255, 255, 255, 0.85)!important;
backdrop-filter: blur(10px)!important;
}
.ticketbuy{
position: sticky;
bottom: 0;
padding: 30px;
font-family: 'A1明朝';
   background-color: rgba(255, 255, 255, 0.9)!important;
backdrop-filter: blur(10px)!important;
}
.h3-style4{
font-family: 'A1明朝';
}
#kanboku.h-style1:before,#kanboku.h-style1:after{
border-color:#fff;
}
#kanboku + div h3{
color:#fff!important;
border-color:#fff;
}@font-face {
font-family: 'FontAwesome';
src: url(//kibibi.or.jp/wp/wp-content/themes/businesspress/inc/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//kibibi.or.jp/wp/wp-content/themes/businesspress/inc/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//kibibi.or.jp/wp/wp-content/themes/businesspress/inc/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//kibibi.or.jp/wp/wp-content/themes/businesspress/inc/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//kibibi.or.jp/wp/wp-content/themes/businesspress/inc/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//kibibi.or.jp/wp/wp-content/themes/businesspress/inc/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
body {
font-family: "Noto Sans JP", sans-serif !important;
}
.wp-block-column,
.aligncenter,
.alignleft,
.alignright {
margin: 0px;
}
.site-bottom {
background: linear-gradient(to right, #eeeeee, #e1e1e1) !important;
}
.footer-widget-area {
padding-top: 4rem !important;
}
.widget {
margin-bottom: 0px !important;
}
.site-credit {
display: none !important;
}
.footer-widget-area {
background: linear-gradient(to left, #ffffff, #efefef);
}
.jumbotron-content {
display: flex;
flex-direction: column-reverse;
padding: 30px 0 !important;
}
.breadcrumb-area {
font-size: 0.75em;
margin-bottom: 60px;
color: #888;
margin-top:3em;
}
@media (max-width: 781px) {
.breadcrumb-area {
margin-bottom:0;
}
}
.wp-block-latest-posts {
border: none !important;
}
.wp-block-latest-posts li {
border: none !important;
}
@media (max-width: 781px) {
.top-abouttxt h2 {
font-size: 1.8em;
margin-bottom: 1em !important;
}
.sp-none {
display: none;
}
.h3-style0 {
background-color: #32373c;
color: #fff;
padding: 0.5em 1em !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
}
@media (min-width: 782px) {
.pc-none {
display: none;
}
.no-sidebar .site-content {
max-width: 1120px;
}
.home-header-overlay {
min-height: 550px !important;
}
.main-navigation li ul li a:hover {
background-color: #fff;
}
.main-navigation a:hover {
color: #e60113;
}
@media screen and (min-width: 980px) {
.main-navigation ul ul {
background-color: rgba(255, 255, 255, .7);
backdrop-filter: blur(10px);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
left: -9999px;
opacity: 0;
position: absolute;
top: 100%;
transition: opacity .3s ease-in-out;
white-space: normal;
width: 225px;
z-index: 10;
}
}
.site-header {
margin-bottom: 30px !important;
border-bottom: none !important;
}
.v-rl,
.v-rl span {
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: vertical-rl;
writing-mode: vertical-rl;
}
.top-abouttxt {
margin-bottom: 0;
}
.top-abouttxt .wp-block-column {
line-height: 2em;
}
.top-abouttxt .wp-block-column,
.top-abouttxt h2 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.top-info {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.info-wrapper {
position: relative;
}
.info-wrapper::after {
display: block !important;
content: "";
width: 50%;
background-color: #fff;
position: absolute;
right: 0;
height: 100%;
opacity: .2;
}
}
#masthead {
margin-bottom: 0px !important;
}
.top-abouttxt::after {
display: block;
content: "";
height: 2px;
background: linear-gradient(to left, #ffffff, #e81929);
}
footer::before {
display: block;
content: "";
height: 1px;
background: linear-gradient(to right, #ffffff, #e81929);
} .eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table thead .fc-sun {
color: #7f1311;
}
.eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table thead .fc-sat {
color: #356e88;
} .fc-event {
border: none !important;
border-radius: 3px !important;
margin: 0.5em !important;
padding: 0.5em !important;
}
.fc-ltr .fc-basic-view .fc-day-number {
text-align: center !important;
}
.h-style1 {
text-align: center;
padding: 20px;
position: relative;
display: table;
margin: 90px auto 90px auto;
font-size: 2rem;
}
.h-style1:before,
.h-style1:after {
position: absolute;
width: 30px;
height: 30px;
content: "";
display: block;
}
.h-style1:before {
border-top: 1px solid #555;
border-left: 1px solid #555;
top: 0;
left: -50px;
}
.h-style1:after {
border-bottom: 1px solid #555;
border-right: 1px solid #555;
bottom: 0;
right: -15px;
} .jumbotron {
background-color: #C13A38;
}
.jumbotron-title {
text-shadow: none;
}
.jumbotron-overlay {
background: none;
}
.jumbotron-content {
padding: 60px !important;
text-align: center;
} .breadcrumb-area {
margin-top: 1em;
} .site-logo {  }
.main-header-clone {
display: none;
}
.main-header-clone-show {
display: block;
}
.main-header-clone-show .site-logo {
top: 0;
} .info-list li {
border-bottom: 1px dotted #aaa !important;
display: flex;
flex-direction: column-reverse;
line-height:1.75rem;
}
.wp-block-latest-posts__post-date{
margin-bottom:.5rem;
}
.info-list li:last-child {
border-bottom: 0px !important;
margin-bottom:2rem;
}
.page-id-62 .content-area {
margin-bottom: 0 !important;
}
.home-header-content {
background-size: contain;
}
.home-header-overlay {
background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 781px) {
.jumbotron-title {
font-size: 1.25em;
}
.jumbotron-content {
padding: 60px 15px !important;
text-align: right;
}
.home-header-content {
text-align: center;
min-height: 200px;
}
.site-logo img {
transform-origin: top left !important;
}
.site-logo {
top: 0;
}
.main-header-clone-show .site-logo img {
transform: scale(0.75, 0.75);
transform-origin: top left;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
background-color: #cf2e2e;
}
.row-re {
flex-direction: column-reverse;
}
.row-mb .wp-block-column:last-child {
margin-bottom: 60px;
}
.row-mb img {
margin-bottom: 2em;
}
.row-re .wp-block-column:last-child {
margin-bottom: 0px !important;
}
.row-re .wp-block-column:first-child {
margin-bottom: 60px !important;
}
.h-style1 {
padding: 1em !important;
overflow-wrap: break-word;
max-width: 70%;
margin: 30px auto 30px auto !important;
}
}
.h-style1::after {
right: -15px;
}
.h-style1::before {
left: -15px;
}
.h-style1:before,
.h-style1:after {
width: 15px !important;
height: 15px !important;
}
.h3-style {
font-size: 1.15em;
margin: 30px 45px !important;
}
.h3-style2 {
font-size: 1.15em;
margin: 30px 0px !important;
font-family: 'A1明朝';
}
.main-navigation {
font-family: 'A1明朝';
}
.h3-style.mt-none {
margin: 0 0 1.5em 0;
}
.column-between {
display: flex;
flex-direction: column;
}
.site-header {
border-bottom: solid 0px !important;
} @media (min-width: 600px) and (max-width: 781px) {
.wp-block-column:not(:only-child) {
flex-basis: 100% !important;
}
}
.top-banner-list {
width: fit-content;
margin: 0 auto;
gap: 24px;
}
@media (max-width: 781px) {
.top-banner-list {
width: 80%;
}
}
.top-banner-list img {
width: 100%;
height: auto;
}
body p,
li {
text-align: justify;
word-break: break-all;
}
.wp-block-button__link {
background-color: #666666;
}
.wp-block-button__link:hover {
background-color: #222;
color:#fff;
}
.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-disabled {
display: none;
}
.fc-toolbar .fc-left button {
border-radius: 3px;
margin-right: 0.35em;
}
.fc-button-group button {
border-radius: 2px;
margin-right: 0.3em;
}
.main-header {
box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
background-color: #fff;
}
.home-header {
background-position: 13% !important;
}
.page-id-44 #primary,
.page-id-56 #primary {
margin-bottom: 0 !important;
} #floor-map {
display: block;
}
.map-a {
display: block;
transition: none;
position: absolute;
}
@media (min-width: 782px) {
#floor-map-sp1,
#floor-map-sp2 {
display: none;
}
h3 {
font-size: 1.8rem;
margin-bottom: 30px;
}
.wp-block-columns {
margin-bottom: 60px;
margin-top: 60px;
}
.top-abouttxt .wp-block-columns {
margin-bottom: 0px;
margin-top: 0px;
}
.fs-18 {
font-size: 1.7rem !important;
}
.mb-60 {
margin-bottom: 60px;
}
.mb-15{
margin-bottom:15px;
}
.mb-30{
margin-bottom:30px;
}
}
@media (max-width: 781px) {
#floor-map-sp1,
#floor-map-sp2 {
display: block !important;
}
#floor-map {
display: none;
}
.h3-style0 {
font-size: 1.7rem;
}
.sp-img {
width: 45%;
margin: 0 auto;
text-align: center;
}
.slide-img {
z-index: 1;
width: 100vw;
height: 90vh !important;
}
.slide-img img {
min-width: 110vw !important;
z-index: 1;
}
.swiper-slide-active .slide-img.ttob,
.swiper-slide-duplicate-active .slide-img.ttob,
.swiper-slide-prev .slide-img.ttob {
animation: slide-ttob-sp 12s linear 0s 1 normal both !important;
z-index: 1;
}
.swiper-slide-active .slide-img.ltor,
.swiper-slide-duplicate-active .slide-img.ltor,
.swiper-slide-prev .slide-img.ltor {
animation: slide-ltor-sp 12s linear 0s 1 normal both;
z-index: 1;
}
}
.img-border {
border: 1px solid #eee;
}
.wp-block-cover,
.wp-block-cover-image {
padding: 20px;
}
.fc-center h2 {
font-size: 1.3em !important;
} .slide-img {
z-index: 1;
width: 100vw;
height: 100vh;
display: flex;
flex-direction: row;
align-items: center;
}
.swiper-container {
z-index: -1 !important;
}
#slide1 {
background-image: url(https://kibibi.or.jp/wp/wp-content/uploads/slide1-scaled.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center 48%;
}
#slide2 {
background-image: url(https://kibibi.or.jp/wp/wp-content/uploads/slide2-scaled.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center 60%;
}
#slide3 {
background-image: url(https://kibibi.or.jp/wp/wp-content/uploads/slide3-scaled.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
#slide4 {
background-image: url(https://kibibi.or.jp/wp/wp-content/uploads/slide4-scaled.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center 70%;
}
#slide5 {
background-image: url(https://kibibi.or.jp/wp/wp-content/uploads/slide5-scaled.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
@media (max-width: 781px) {
#slide5 {
background-position: center left 60%;
}
}
#slide6 {
background-image: url(https://kibibi.or.jp/wp/wp-content/uploads/slide6-scaled.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
@media (max-width: 781px) {
#slide6 {
background-position: center left 30%;
}
}
@keyframes zoomUp {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
@keyframes upZoom {
0% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
@keyframes slide-ltor {
0% {
transform: scale(1.1);
background-position: 10%;
}
100% {
transform: scale(1.1);
background-position: 30%;
}
}
@keyframes slide-ltor-sp {
0% {
transform: scale(1.3) translateX(0px);
}
100% {
transform: scale(1.3) translateX(20px);
}
}
@keyframes slide-ttob {
0% {
transform: scale(1.1) translateY(30px);
background-position: center 55%;
}
100% {
transform: scale(1.1) translateY(0px);
background-position: center 65%;
}
}
@keyframes slide-ttob2 {
0% {
transform: scale(1.1) translateY(30px);
background-position: center 65%;
}
100% {
transform: scale(1.1) translateY(0px);
background-position: center 75%;
}
}
@keyframes slide-ttob-sp {
0% {
transform: scale(1.1);
background-position: center 55%;
}
100% {
transform: scale(1.1);
background-position: center 65%;
}
}
@keyframes slide-btot {
0% {
transform: scale(1);
background-position: center 60%;
}
100% {
transform: scale(1);
background-position: center 40%;
}
}
@keyframes slide-btot2 {
0% {
transform: scale(1.1) translateY(0px);
background-position: center 70%;
}
100% {
transform: scale(1.1) translateY(30px);
background-position: center 50%;
}
}
.swiper-slide-active .slide-img.ttob,
.swiper-slide-duplicate-active .slide-img.ttob,
.swiper-slide-prev .slide-img.ttob {
animation: slide-ttob 12s linear 0s 1 normal both;
z-index: 1;
}
.swiper-slide-active .slide-img.ttob2,
.swiper-slide-duplicate-active .slide-img.ttob2,
.swiper-slide-prev .slide-img.ttob2 {
animation: slide-ttob 12s linear 0s 1 normal both;
z-index: 1;
}
.swiper-slide-active .slide-img.ltor,
.swiper-slide-duplicate-active .slide-img.ltor,
.swiper-slide-prev .slide-img.ltor {
animation: slide-ltor 12s linear 0s 1 normal both;
z-index: 1;
}
.swiper-slide-active .slide-img.zoomup,
.swiper-slide-duplicate-active .slide-img.zoomup,
.swiper-slide-prev .slide-img.zoomup {
animation: zoomUp 12s linear 0s 1 normal both !important;
z-index: 1;
}
.swiper-slide-active .slide-img.upzoom,
.swiper-slide-duplicate-active .slide-img.upzoom,
.swiper-slide-prev .slide-img.upzoom {
animation: upZoom 12s linear 0s 1 normal both !important;
;
z-index: 1;
}
.swiper-slide-active .slide-img.btot,
.swiper-slide-duplicate-active .slide-img.btot,
.swiper-slide-prev .slide-img.btot {
animation: slide-btot 12s linear 0s 1 normal both;
z-index: 1;
}
.swiper-slide-active .slide-img.btot2,
.swiper-slide-duplicate-active .slide-img.btot2,
.swiper-slide-prev .slide-img.btot2 {
animation: slide-btot2 12s linear 0s 1 normal both;
z-index: 1;
}
.slide-img img {
display: block;
height: auto;
width: 100vw;
z-index: 1;
}
.site-branding {
z-index: 100;
} .scroll-aicon {
padding-top: 60px;
}
.scroll-aicon span {
position: absolute;
top: 88%;
left: 50%;
width: 20px;
height: 20px;
margin-left: -10px;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
animation: sdb 1.5s infinite ease-in-out;
box-sizing: border-box;
z-index: 200;
}
.scroll-txt {
position: absolute;
display: block;
width: 100%;
top: 85%;
text-align: center !important;
z-index: 200;
color: #fff;
font-size: 0.8em;
}
@keyframes sdb {
0% {
transform: rotate(-45deg) translate(0, 0);
}
20% {
transform: rotate(-45deg) translate(-5px, 5px);
}
40% {
transform: rotate(-45deg) translate(0, 0);
}
}
@media screen and (min-width: 1160px) {
.main-header-content .main-navigation {
display: block !important;
}
.drawer-hamburger,
.drawer-overlay,
.drawer-navigation {
display: none !important;
}
}
@media screen and (max-width: 1159px) {
.main-header-content .main-navigation {
display: none !important;
}
.drawer-hamburger,
.drawer-navigation {
display: block !important;
}
}
@media screen and (min-width: 782px) {
.top-bar-content,
.main-header-content,
.home-header-content,
.site-bottom-content {
max-width: 1240px;
}
} @media screen and (max-width: 781px) {
.drawer-overlay {
display: none !important;
}
}
.slider-section {
display: inline-block;
-webkit-box-shadow: 0 0 5px #ccc;
box-shadow: 0 0 5px #ccc;
background-color: #fff;
text-align: center;
margin: 0 auto;
}
.slider-section .bx-wrapper {
box-shadow: none;
margin-bottom: 30px;
}
.slider-section h3 {
margin: 15px 0 9px 0;
color: #C13A38;
font-size: 1em;
}
.bx-custom-pager {
position: relative !important;
}
.bx-pager {
padding-top: 0 !important;
}
.bx-pager-item:not(:last-child) {
margin-right: 15px;
}
.bx-pager-item img {
width: 50px !important;
height: auto !important;
}
.top-slider {
text-align: center;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -15px !important;
width: 100%;
}
.top-ul {
max-width: 600px;
margin: 0 auto 30px auto;
}
.bx-viewport {
background-image: url(https://kibibi.or.jp/wp/wp-content/uploads/waku-gray.jpg) !important;
background-repeat: no-repeat;
background-size: 100% !important;
border: 0px !important;
margin-bottom: 0px !important;
box-sizing: border-box !important;
max-width: 100% !important;
padding: 30px !important;
}
.bx-viewport::after {
display: block;
content: "";
background-image: url(https://kibibi.or.jp/wp/wp-content/uploads/waku-gray-bottom.jpg) !important;
background-repeat: no-repeat;
background-size: 100%;
width: 100%;
height: 1.1%;
position: absolute;
bottom: 0;
margin-left: -30px;
}
@media screen and (max-width: 781px) {
.bx-viewport::after {
height: 1.1%;
bottom: 0;
}
.fs-small {
font-size: 0.5em;
}
.img-m30 {
margin: 30px 0 !important;
}
.jumbotron-title {
width: 60%;
margin-left: auto;
}
}
.bx-wrapper {
padding: 0;
margin: 0;
margin-bottom: 60px !important;
border: none !important;
}
.bx-controls.bx-has-controls-direction.bx-has-pager {
height: 0px;
}
.bxslider div {
margin-right: 30px;
}
.m-mt0 {
margin-top: 0px !important;
}
.mt-30 {
margin-top: 30px !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
.text-left {
text-align: left !important;
}
.bx-wrapper .bx-controls-direction a {
z-index: 0 !important;
}
@media screen and (max-width: 1159px) {
.drawer-overlay {
display: none !important;
}
}
.indent td {
padding-left: 2em;
}
.indent td span {
padding-left: 7em;
}
.gap15 {
display: flex;
gap: 15px;
}
.w800 {
max-width: 800px !important;
margin: auto;
}
figcaption {
text-align: center;
font-size: 0.8em !important;
}
@media (min-width: 782px) {
.wp-block-columns {
margin-bottom: 30px !important;
margin-top: 30px !important;
}
.div-section1 {
max-width: 800px;
margin: auto;
}
}
.wp-block-cover,
.wp-block-cover-image {
margin-bottom: 0;
}
.gap0{
gap: 0 !important;
}
.wp-container-10,.wp-container-20 {
margin-bottom:15px!important;
}
@media screen and (max-width: 781px) {
.m-mb-30 {
margin-bottom:30px!important;
}
figure.wp-block-image{
margin:0!important;
}
.breadcrumb-area{
margin-bottom:15px;
}
.m-mt-30{
margin-top:30px!important;
}
}
hr{
max-width:800px!important;
border-top:dotted 1px!important;
border-bottom:0px!important;
margin:60px auto!important;
}
.mb-0{
margin-bottom:0px!important;
}
.hr-style2{
margin:15px auto!important;
} .museuminfo {font-style:normal;}
.museuminfo *{margin:0;padding:0;}
.museuminfo dl {
display: flex;
flex-wrap: wrap;
}
.museuminfo dl > * {margin-bottom: 0.7em;}
.museuminfo dl dt {flex-basis: 8em;	text-indent:-0.5em;}
.museuminfo dl dd {flex-basis: calc(100% - 8em);}
.museuminfo dl ul {
list-style-type: none;
padding: 0;
}
.museuminfo dl ul li{
margin-bottom:0;
line-height:1.5em;
margin-bottom: 0.5em;
}
.museuminfo dl .small {
display: block;
font-size: 0.85em;
padding-left:1em;
text-indent:-1em;
}
.museuminfo dl:first-of-type {margin-top: 1em;} @media screen and (max-width:410px) { .museuminfo dt:nth-child(3) {margin-bottom: 0.5em;}
.museuminfo dl .small {line-height:1.5em;}
} @media screen and (max-width:410px) {
.widget-title {
color:#555!important;
font-size: 1.5rem;
letter-spacing:normal;
margin-bottom: 1rem;
}
}
.p-style1{
font-size: 1.2rem;
line-height: 2.4rem;
letter-spacing: 0.05rem;
}
.col-style1{
margin-bottom: 120px!important;
gap: 75px;
}
@media screen and (max-width:410px) {
.col-style1{
margin-bottom: 0px!important;
gap: 15px;
}
}
.h3-style1{
margin: 0 0 45px 0!important;
font-size: 1.3em;
}
.coverstyle1{
padding:45px 0!important;
}
.mt-0{margin-top:0px!important}
.mb-0{margin-bottom:0px!important}
.mt-45{margin-top:45px!important}
.table-style1 td:first-child{
width:30%;
}
.table-style1 td{
width:70%;
}
.h3-style1{
font-size:1em;
color:#333;
border-left:4px solid #333;
padding-left:12px;
}
.is-style-wide{
max-width:100%!important;
}
.mb0{
margin-bottom: 0;
}
@media (max-width: 781px) {
#top-catch{
font-size: 1.75em!important;
}
#top-about{
padding: 48px 24px !important;
letter-spacing: 0.05em;
}
}
.link-button {
display: inline-flex;
align-items: center;
padding: 10px 15px;
text-decoration: none;
color: #888;
transition: all 0.3s;
}
.link-button:hover {
text-decoration: underline;
color: #c13a38;
}
.link-button svg {
width: 20px;
height: 20px;
margin-right: 8px;
}
.link-button span {
font-size: .8em;
}
.link-button-wrapper {
text-align: right;
}
.hentry{
margin-bottom: 0!important;
}
.post-list{
padding: 2rem 0;
border-bottom: 1px dotted #aaa;
}
.post-list:last-child{
border-bottom: 0;
margin-bottom: 2rem;
}
.post-list .entry-header{
margin-bottom: 0;
}
.post-list .entry-title{
font-size: 1.6rem;
color: #333;
font-weight: normal;
font-family: 'A1明朝';
}
.cat-links,.entry-meta{
font-size: 1rem;
}
.entry-summary{
margin-top: 1rem;
}  .menu-item a {
position: relative; }
.menu-item .description {
display: block; font-size: 12px; color: #999; margin-top: 5px; }
.drawer-navigation {
background-color: rgba(255, 255, 255, 0.85)!important;
backdrop-filter: blur(10px)!important;
}
.ticketbuy{
position: sticky;
bottom: 0;
padding: 30px;
font-family: 'A1明朝';
   background-color: rgba(255, 255, 255, 0.9)!important;
backdrop-filter: blur(10px)!important;
}
.h3-style4{
font-family: 'A1明朝';
}
#kanboku.h-style1:before,#kanboku.h-style1:after{
border-color:#fff;
}
#kanboku + div h3{
color:#fff!important;
border-color:#fff;
}