/**
 * Less helpers and variables
 */
.hidden-xs-up {
  display: none !important;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans Japanese';
}
body.single-post .container.single-post .single-content .widget-related .related-post .related_articles_slider .swiper-wrapper .swiper-slide a p {
  font-size: 13px;
}
#aboutModal .modal-body .japan_contact {
  display: table-row;
}
#aboutModal .modal-body .content_japan {
  display: block !important;
}
#aboutModal .modal-body .content_english {
  display: none;
}
.social_follow {
  text-align: right;
}
.social_follow a {
  display: inline-block;
  width: 26px;
  padding: 6px;
  height: 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-top: 4px;
  margin-left: 5px;
}
.social_follow a:hover {
  text-decoration: none;
}
.social_follow a.twitter {
  background: #00abf2;
}
.social_follow a.twitter i {
  background-position: -456px -277px;
}
.social_follow a.twitter:hover {
  background: #fff;
}
.social_follow a.twitter:hover i {
  background-position: -473px -277px;
}
.social_follow a.facebook {
  background: #3e5b97;
  padding: 0;
  height: 26px;
  width: 26px;
  vertical-align: top;
  margin-left: 3px;
}
.social_follow a.facebook i {
  background-position: -499px -19px;
  width: 22px;
  height: 26px;
}
.social_follow a.facebook:hover {
  background: #000;
}
.social_follow a.facebook:hover i {
  background-position: -457px -19px;
}
.social_follow a.instagram {
  background: #d93175;
  width: 28px;
}
.social_follow a.instagram i {
  background-position: -319px -303px;
}
.social_follow a.instagram:hover {
  background: #fff;
}
.social_follow a.instagram:hover i {
  background-position: -301px -303px;
}
.social_follow a i {
  border: 0;
  height: 16px;
  width: 16px;
  background-image: url(../../images/sprit.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  display: block;
}
.tribe-mob-body .social_follow {
  text-align: left;
}
.tribe-mob-body .social_follow a {
  padding: 7px 9px;
  line-height: 19px;
  margin-top: 0;
  color: #fff;
  font-weight: bold;
  height: 35px;
  width: 35px;
}
.tribe-mob-body .social_follow a:first-child {
  margin-left: 0;
}
.tribe-mob-body .social_follow a:hover {
  color: #00abf2;
}
.tribe-mob-body .social_follow a i {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .slideshow .tribe-slideshow .swiper-wrapper {
    display: block;
  }
  .slideshow .tribe-slideshow .swiper-pagination,
  .slideshow .tribe-slideshow .swiper-button-prev,
  .slideshow .tribe-slideshow .swiper-button-next {
    display: none;
  }
}
