@charset "UTF-8";
/* ======================================================================= */
/* Table of contents　----------------
01. Color set
02. Fonts settings
03. Basic settings
04. Header styles
05. Page styles
06. Sidebar styles
07. Footer styles
08. Module set
09. Responsive
----------------------------------- */
/* ======================================================================= */
/* ======================================================================= */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&display=swap");
.text-red {
  color: #dc143c; }

.text-pink {
  color: #f0415f; }

.text-yellow {
  color: #ffae00; }

.text-grey {
  color: #999; }

.text-strong {
  color: #c9171e !important;
  font-size: 120% !important; }

.bg-black {
  background-color: #101010; }

.bg-yellow {
  background-color: #ffae00; }

#preloader {
  background-color: #000 !important; }

/* ======================================================================= */
/* ======================================================================= */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "M PLUS 1p","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: 700;
  transform: rotate(0.028deg);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.87);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ======================================================================= */
/* ======================================================================= */
html {
  color: #101010; }

body {
  color: #101010;
  font-size: 14px; }

h1, .h1 {
  font-size: 1.6rem; }

h2, .h2 {
  font-size: 1.4rem; }

h3, .h3 {
  font-size: 1.3rem; }

h4, .h4 {
  font-size: 1.2rem; }

h5, .h5 {
  font-size: 1.1rem; }

h6, .h6 {
  font-size: 1rem; }

strong {
  font-size: 120%;
  vertical-align: middle; }

/* ======================================================================= */
/* ======================================================================= */
.accent-bg {
  background-color: rgba(250, 250, 250, 0.8); }

.header .top-bar-contact li {
  color: #101010; }

.header .top-bar-contact li a {
  color: #101010; }

.header .top-bar-contact li i {
  margin-right: 5px;
  color: #101010; }

.main-menu-area {
  background-color: rgba(255, 255, 255, 0.72); }

.main-menu-area .bst-main-menu nav > ul > li > a {
  padding: 1.5rem 1rem 1.5rem;
  font-size: 14px;
  text-align: center; }

.main-menu-area .bst-main-menu nav > ul > li > a.matrices {
  padding: 1rem 1rem 1rem; }

.header-layout1.stick {
  position: fixed;
  background: #FFF;
  width: 100%;
  z-index: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.mean-container .mean-bar {
  background: #FFF !important; }

.mean-container .mean-nav {
  overflow: hidden; }

.mean-container a.meanmenu-reveal {
  color: #101010; }

.mean-container a.meanmenu-reveal span {
  background: #101010; }

.mean-container .mean-nav ul li a.mean-expand {
  padding: 6px !important; }

.main-menu-area .bst-main-menu nav > ul > li ul.rt-dropdown-menu {
  white-space: nowrap; }

.main-menu-area .bst-main-menu nav > ul > li ul.rt-dropdown-menu li a {
  padding: 10px 15px;
  font-size: 14px; }

.logo-mobile-menu img {
  max-width: 180px; }

.facebook {
  color: #3B5998; }

.twitter {
  color: #1DA1F2; }

.youtube {
  color: #FF0000; }

.instagram {
  color: #D93177; }

/* ======================================================================= */
/* ======================================================================= */
/* ----------------------------------------------------------------------- */
.slider-direction {
  display: block;
  height: 100%;
  z-index: 10; }

.slides {
  width: 100%; }

.video {
  max-width: 100%;
  z-index: 1; }

/* ----------------------------------------------------------------------- */
#wrapper {
  background: #FFF; }

.inner-section-title-textprimary span {
  display: block; }

.inner-section-title-textprimary .main {
  font-size: 2.5rem; }

.inner-section-title-textprimary .sub {
  font-size: 1rem; }

.inner-section-title-textprimary .sub.large {
  font-size: 1.4rem; }

.entry-content {
  padding: 50px 0; }

.main-contents div[id].page-anchor {
  display: block;
  margin-top: -6rem;
  padding-top: 6rem;
  content: ""; }

/*
.main-contents h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
*/
.main-contents h2 {
  position: relative;
  margin-top: 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #101010;
  text-align: center; }

.main-contents h2.none {
  margin: 0;
  padding: 0; }

.main-contents h2.none::before {
  display: none; }

.main-contents h2::before {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 0;
  width: 100px;
  height: 5px;
  background-color: #ffae00;
  transform: translateX(-50%); }

/*
.main-contents h3:first-child {
  margin-top: 0;
}
*/
.main-contents h3 {
  margin-top: 3rem;
  padding: 0.75rem;
  background-color: #f6f6f6;
  border-left: 5px solid #ffae00; }

.main-contents h4 {
  padding: 0.5rem;
  background-color: #f6f6f6;
  border-left: 3px solid #101010; }

.main-contents h5 {
  padding: 0.25rem;
  border-bottom: 1px dotted #101010; }

h3.headline {
  margin-bottom: 8px;
  border-bottom: 3px double #b2b1b1; }

.main-contents a {
  color: #ffae00;
  text-decoration: underline; }

.main-contents a:hover {
  color: #333;
  text-decoration: none; }

.main-contents .social-icon .nav-link {
  color: #ffae00;
  text-decoration: none; }

.main-contents .social-icon .nav-link:hover {
  color: #333;
  text-decoration: none; }

.main-contents .page-nav .nav-item {
  margin: 0.25rem; }

.main-contents .page-nav .nav-link {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  background-color: #ffae00;
  border-radius: 2rem; }

.main-contents .page-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f3f3f3; }

.main-contents .page-nav .nav-link::before {
  margin-right: 0.25rem;
  content: "\f13a";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  color: #FFF; }

.main-contents .page-nav .nav-link:hover::before {
  color: rgba(0, 0, 0, 0.2); }

.main-contents .more {
  text-align: center; }

.inner-page-banner-area {
  margin-top: 0; }

.single-post .main-contents p {
  font-size: 16px; }

/* ----------------------------------------------------------------------- */
.about .bother {
  padding: 6rem 0;
  text-align: center;
  background-image: url("./img/banner/page-about-bother.jpg");
  background-repeat: no-repeat;
  background-position: center center; }

.about .bother-box {
  padding: 1.5rem; }

.advantage-content h3 {
  margin-top: 0.5rem; }

.programs-layout1 .item-content-wrapper .item-content h2 {
  line-height: 1; }

/* ----------------------------------------------------------------------- */
.archive .post {
  padding: 1.5rem;
  border-bottom: 1px dotted #DDD; }

.archive .post .post-meta {
  font-size: 0.75rem; }

.post-faq {
  margin-bottom: 4.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px dotted #DDD; }

/* ----------------------------------------------------------------------- */
.banner-wrapper {
  padding: 60px 0;
  color: #FFF; }

.banner-wrapper h2 {
  color: #ffae00;
  font-size: 60px;
  font-weight: bold; }

/* ----------------------------------------------------------------------- */
.pricing-plan1-wrapper .single-item {
  height: 100%; }

.pricing-plan1-wrapper .single-item .item-price {
  top: -5rem;
  width: 10rem;
  height: 10rem; }

.pricing-plan1-wrapper .single-item .item-price h3 {
  margin-top: 3rem;
  padding: 0;
  border: none;
  background-color: transparent; }

.pricing-plan1-wrapper .single-item .item-content {
  margin-top: 0.5rem; }

.pricing-plan1-wrapper .single-item .item-content .detail {
  padding: 0 1.5rem;
  font-size: 0.9rem;
  text-align: left; }

/* ----------------------------------------------------------------------- */
.isotop-btn-square a {
  padding: 0.75rem 2.25rem;
  font-size: 1.1rem;
  color: #666;
  text-decoration: none; }

.isotop-btn-square a:hover {
  color: #FFF; }

.home .classes-box-layout1 .item-content-wrapper {
  min-height: 450px; }

.page-id-13 .classes-box-layout1 .item-content-wrapper {
  min-height: 340px; }

.classes-box-layout1 .item-content-wrapper .more {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center; }

.classes-box-layout1 .item-content-wrapper p {
  font-size: 14px; }

.isotop-btn-square a {
  border-color: #DDD; }

.classes-box-layout1 .item-content-wrapper span i {
  margin-right: 5px;
  font-size: 10px; }

.classes-box-layout1 .item-content-wrapper span {
  color: #ffae00;
  font-size: 12px;
  font-weight: bold; }

.classes-box-layout1 .item-content-wrapper ul li {
  display: block;
  padding-left: 20px;
  font-size: 14px; }

/* ----------------------------------------------------------------------- */
.pricing-plan1-wrapper {
  margin-top: 160px; }

/* ----------------------------------------------------------------------- */
.bodywork-box {
  padding: 1.5rem;
  color: #FFF;
  text-align: center;
  background-color: #ffae00; }

.bodywork-box .card-title {
  margin: 0 0 0.25rem;
  padding: 0;
  font-size: 1rem;
  background-color: transparent;
  border: none; }

.bodywork-box .card-body {
  padding: 0; }

.bodywork-box .card-text {
  font-size: 0.8rem; }

.target {
  margin-top: 6rem;
  color: #FFF;
  background-color: #ff8a00; }

.target h2 {
  margin-top: 3rem;
  padding-bottom: 1rem;
  color: #FFF;
  background-color: transparent;
  border: none; }

.target h2 .large {
  display: block;
  font-size: 120%; }

.target h2::before {
  background-color: #FFF; }

.target ul {
  margin-bottom: 3rem; }

.target ul li {
  font-size: 1.1rem;
  font-weight: 700;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 30px;
  line-height: 1rem;
  background: url("./img/check-list.png") no-repeat left center; }

/* ======================================================================= */
/* ======================================================================= */
.widget-title {
  margin: 0;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  color: #FFF;
  background-color: #ffae00; }

.widget ul li a {
  position: relative;
  display: block;
  padding: 0.75rem 1.5rem;
  text-transform: capitalize;
  font-size: 0.9rem;
  color: #676767;
  border-bottom: 1px dotted #DDD;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.widget ul li a:before {
  content: "\f138";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0.5rem;
  font-family: FontAwesome;
  transform: translateY(-50%); }

.widget ul li a:hover {
  color: #ffae00;
  background-color: #f9f9f9; }

.widget ul ul.children li a {
  padding-left: 2.5rem; }

.widget ul ul.children li a:before {
  content: "\f105";
  left: 1.5rem; }

/* ======================================================================= */
/* ======================================================================= */
.footer-area-top .about .logo {
  margin-bottom: 60px; }

.footer-area-top .about p {
  margin-bottom: 0.25rem;
  color: #101010; }

.footer-box .useful-links {
  font-size: 14px; }

.footer-area-top a {
  color: #101010; }

.footer-area-top h3 {
  color: #101010; }

.title-bar-footer {
  margin-bottom: 1.5rem; }

.footer-area-top .useful-links > li ul li a {
  color: #333; }

/* ======================================================================= */
/* ======================================================================= */
/* ----------------------------------------------------------------------- */
.justify {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center; }

/* ----------------------------------------------------------------------- */
.fs09r {
  font-size: 0.9rem !important; }

.fs10r {
  font-size: 1rem !important; }

.fs12r {
  font-size: 1.2rem !important; }

.fs15r {
  font-size: 1.5rem !important; }

.fs20r {
  font-size: 2rem !important; }

.fs25r {
  font-size: 2.5rem !important; }

.fs30r {
  font-size: 3rem !important; }

.fs35r {
  font-size: 3.5rem !important; }

@media screen and (min-width: 993px) {
  .lg-fs09r {
    font-size: 0.9rem !important; }

  .lg-fs10r {
    font-size: 1rem !important; }

  .lg-fs12r {
    font-size: 1.2rem !important; }

  .lg-fs15r {
    font-size: 1.5rem !important; }

  .lg-fs20r {
    font-size: 2rem !important; }

  .lg-fs25r {
    font-size: 2.5rem !important; }

  .lg-fs30r {
    font-size: 3rem !important; }

  .lg-fs35r {
    font-size: 3.5rem !important; } }
/* ----------------------------------------------------------------------- */
.badge {
  margin-top: 0.2rem;
  margin-right: 0.25rem;
  color: #101010;
  background-color: #ffae00;
  vertical-align: middle; }

.badge.blue {
  color: #FFF;
  background-color: #16195c; }

.badge.red {
  color: #FFF;
  background-color: #c9171e; }

.badge.required {
  color: #FFF;
  background-color: #c9171e; }

/* ----------------------------------------------------------------------- */
.terms ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem; }

.terms ol li {
  margin-bottom: 0.75rem; }

.terms ol ol {
  margin-top: 0.75rem;
  padding-left: 0; }

.terms ol ol li {
  padding-left: 2rem; }

ol.katakana-iroha {
  list-style-type: katakana-iroha; }

ol ol li {
  list-style-type: none;
  counter-increment: cnt; }

ol ol li::before {
  display: inline-block;
  content: "(" counter(cnt) ") ";
  margin-left: -2.5rem;
  width: 2.5rem;
  text-align: center; }

ul.normal li {
  padding: 0.5rem 1rem; }

ul.normal li:nth-child(odd) {
  background-color: #f9f9f9; }

ul.kome {
  list-style: none; }

ul.kome li {
  padding-left: 0; }

ul.kome li::before {
  content: "※";
  margin-right: 0.5rem; }

/* ----------------------------------------------------------------------- */
.btn-primarytext-ghost2 {
  border: 2px solid #ffae00;
  background: #ffae00;
  color: #ffffff; }

.btn-primarytext-ghost2:hover {
  border: 2px solid #ffae00;
  background: #FFF;
  color: #ffae00; }

.button {
  display: inline-block;
  margin: 0 auto;
  padding: 1rem;
  color: #FFF !important;
  line-height: 1.25;
  font-size: 1.1rem;
  background-color: #ffae00;
  text-decoration: none !important;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  transition: all 1s ease-out;
  border: none; }

.button:hover {
  color: #FFF;
  background-color: #101010; }

.button.small {
  font-size: 0.8rem; }

.btn-ghost {
  color: #FFF !important; }

.btn-ghost:hover {
  color: #ffae00 !important; }

/* ----------------------------------------------------------------------- */
.youtube-box {
  margin: 0 auto 1rem;
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 56.25%; }

.youtube-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

/* ----------------------------------------------------------------------- */
.google-map {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }

.google-map iframe,
.google-map object,
.google-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.google-calendar {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden; }

.google-calendar iframe,
.google-calendar object,
.google-calendar embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* 画面幅が768px以上の場合の縦横比の指定 */
@media only screen and (min-width: 768px) {
  .google-calendar {
    padding-bottom: 75%; } }
/* ----------------------------------------------------------------------- */
table.normal {
  margin: 0 auto 1.5rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px; }

table.normal tr:nth-child(odd) {
  background-color: #f9f9f9; }

table.normal th {
  padding: 1rem;
  color: #101010;
  text-align: center;
  white-space: nowrap;
  background-color: #f6f6f6; }

table.normal td {
  padding: 1rem; }

table.normal span {
  vertical-align: middle; }

table.normal .step {
  text-align: center; }

table.normal .step p {
  margin: 0; }

table.normal .step.level1 {
  color: #FFF;
  background-color: #ffdc00; }

table.normal .step.level2 {
  color: #FFF;
  background-color: #0075c2; }

table.normal .step.level3 {
  color: #FFF;
  background-color: #00533f; }

table.normal .step.level4 {
  color: #FFF;
  background-color: #dc143c; }

table.normal .step.level5 {
  color: #FFF;
  background-color: #101010; }

table.normal .highlighted {
  background-color: rgba(255, 174, 0, 0.2); }

.readonly {
  pointer-events: none;
  border: none; }

/* ----------------------------------------------------------------------- */
.color-box {
  margin-bottom: 1.5rem;
  position: relative;
  padding: 3rem;
  background-color: #f9f9f9; }

.color-box p:last-child {
  margin-bottom: 0; }

.color-box ul:last-child {
  margin-bottom: 0; }

.color-box h3.headline:first-child {
  margin-top: 0 !important; }

.contact-box {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  color: #FFF;
  background-color: #1bbdb0; }

.contact-box h2,
.contact-box h3,
.contact-box h4,
.contact-box h5 {
  background-color: transparent !important;
  border: none; }

.contact-box p {
  color: #FFF; }

.contact-box p:last-child {
  margin-bottom: 0; }

.contact-box .tel .icon {
  color: #f9d811;
  color: #FFF; }

.contact-box .tel .number {
  font-family: "M PLUS 1p","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: 700;
  margin-left: 0.5rem;
  color: #FFF; }

.contact-box .tel a {
  color: #FFF;
  text-decoration: none; }

.banner-box {
  margin-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
  height: 320px; }

.banner-box .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 5; }

.banner-box .txt p {
  padding: 0 1.5rem;
  color: #FFF;
  text-align: center;
  line-height: 1.5; }

.banner-box .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  background-color: #101010; }

.banner-box .bg img {
  min-height: 320px;
  min-width: 100%;
  opacity: 0.4; }

.scroll-box {
  margin-bottom: 1.5rem;
  padding: 2rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 0.9rem; }

.scroll-box h2 {
  font-size: 1.2em; }

.scroll-box h3 {
  font-size: 1.1em; }

.scroll-box .inner {
  padding: 1rem;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 320px;
  text-align: left; }

/* ----------------------------------------------------------------------- */
.steps-item {
  margin: 1rem;
  height: 100px;
  background-color: #2196f3;
  text-decoration: none;
  color: #FFF;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  font-weight: 700;
  font-size: 0.8rem; }

.steps-item:last-child::after {
  display: none; }

.steps-item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #2196f3;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2; }

@media screen and (max-width: 992px) {
  .steps-item::after {
    content: "";
    display: block;
    border-top: 20px solid #ffae00 !important;
    border-right: 38vw solid transparent !important;
    border-left: 38vw solid transparent !important;
    border-bottom: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -20px !important;
    top: auto !important;
    left: 50%;
    margin-top: 0 !important;
    margin-left: -38vw; } }
/* ======================================================================= */
/* ======================================================================= */
/* ----------------------------------------------------------------------- */
@media screen and (max-width: 1199px) {
  .mean-container .mean-bar a {
    padding: 28px 16px 10px; } }
@media screen and (max-width: 992px) {
  .banner-wrapper h2 {
    font-size: 30px; }

  .classes-box-layout1 .item-content-wrapper {
    min-height: 340px; }

  .scroll {
    overflow: auto;
    white-space: nowrap; }

  .scroll::-webkit-scrollbar {
    height: 5px; }

  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1; }

  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC; }

  a[href^="tel:"] {
    text-decoration: underline; } }
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 1.6rem; }

  h2, .h2 {
    font-size: 1.4rem; }

  h3, .h3 {
    font-size: 1.3rem; }

  h4, .h4 {
    font-size: 1.2rem; }

  h5, .h5 {
    font-size: 1.1rem; }

  h6, .h6 {
    font-size: 1rem; }

  .main-contents h2 {
    margin-top: 3rem; }

  .main-contents h3 {
    margin-top: 1.5rem; } }
@media screen and (min-width: 993px) {
  .home .google-map {
    padding-bottom: 20%; }

  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none; } }
/* ======================================================================= */
/* ======================================================================= */
/* ----------------------------------------------------------------------- */
.breadcrumbs {
  padding: 0.75rem;
  text-align: right;
  color: #555;
  font-size: 0.75rem;
  background-color: #f9f9f9; }

.breadcrumbs a {
  color: #888;
  font-size: 0.75rem; }

.breadcrumbs a:hover {
  color: #c9caca; }

.breadcrumbs i {
  color: #DDD; }

/* ----------------------------------------------------------------------- */
.wp-pagenavi {
  clear: both;
  margin: 30px 0;
  padding: 10px;
  font-size: 1rem; }

.wp-pagenavi a {
  color: #FFF !important;
  text-decoration: none !important; }

.wp-pagenavi a, .wp-pagenavi span {
  margin: 2px 5px;
  padding: 8px 16px;
  text-decoration: none;
  background: none #101010;
  color: #FFF;
  border-radius: 4px; }

.wp-pagenavi .current,
.wp-pagenavi a:hover {
  color: #cca42f;
  background: none #f6f6f6; }

/* ----------------------------------------------------------------------- */
blockquote {
  position: relative;
  background: #f9f9f9;
  margin: 1.5rem 0;
  padding: 1.5rem;
  display: block; }

blockquote:before {
  content: "\f10e";
  color: #DDD;
  font-family: FontAwesome;
  font-size: 1rem;
  top: 0.5rem;
  left: 0.5rem;
  text-align: center;
  position: absolute;
  z-index: 1; }

blockquote p:last-child {
  margin: 0; }

.gallery-item dl {
  margin: 5px auto 1.5em;
  padding: 10px; }

.gallery-caption {
  margin: 5px 0;
  text-align: center;
  font-size: 11px; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.gallery-box {
  overflow: hidden;
  margin-bottom: 50px;
  text-align: center;
  width: 100%; }

.gallery-item img {
  border: 1px solid #DDD !important;
  padding: 2px; }

.caption-no .gallery-caption {
  display: none; }

/* ----------------------------------------------------------------------- */
