.scaffolding-page-navi ul {
    list-style: none;
    text-align: center;
    margin: 2em 0 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.scaffolding-page-navi ul:empty {
    display: none;
    margin: 0;
}
.scaffolding-page-navi ul li {
    display: inline-block;
    margin: 0;
}
.scaffolding-page-navi ul li:empty {
    display: none;
    margin: 0;
}
.scaffolding-page-navi ul li a,
.scaffolding-page-navi ul li span {
    display: block;
    margin-left: 0.25em;
    margin-right: 0.25em;
    margin-bottom: 0.5em;
    text-align: center;
}
.scaffolding-page-navi ul li a,
.scaffolding-page-navi ul li span:not(.dots) {
    border: 1px solid #34495e;
    min-width: 3em;
    padding: 0.675em;
}
.scaffolding-page-navi ul li a {
    color: #34495e;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.scaffolding-page-navi ul li a:hover,
.scaffolding-page-navi ul li a:focus {
    color: #3498db;
    text-decoration: none;
}
.scaffolding-page-navi ul li span.dots {
    padding: 0.675em 0.35em;
}
.scaffolding-page-navi ul li span.current {
    background-color: #34495e;
    color: #fff;
}
.wp-prev-next .prev-link {
    float: left;
}
.wp-prev-next .next-link {
    float: right;
}
@media (max-width: 767.98px) {
    .scaffolding-page-navi a.next,
    .scaffolding-page-navi a.prev {
        display: none;
    }
}
@media (min-width: 576px) {
    .scaffolding-page-navi ul li a,
    .scaffolding-page-navi ul li span:not(.dots) {
        padding: 0.5em 1.25em;
    }
    .scaffolding-page-navi ul li span.dots {
        padding: 0.5em;
    }
    .scaffolding-page-navi ul li a.next,
    .scaffolding-page-navi ul li a.prev {
        display: block;
    }
}
body.sticky-footer {
    margin: 0;
}
body.sticky-footer {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}
body.sticky-footer #container {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}
body.sticky-footer .banner-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
body.sticky-footer #content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#colophon {
    clear: both;
    font-size: 0.875em;
}
#colophon .copyright {
    margin-bottom: 0;
    text-align: center;
}
#colophon a {
    color: #7f8c8d;
}
#inner-footer {
    padding-top: 2em;
    padding-bottom: 2em;
}
ul.footer-menu {
    margin: 0 1px;
    padding: 0;
    text-align: center;
}
ul.footer-menu li {
    display: inline-block;
    margin: 0 -1px;
    padding: 0;
}
ul.footer-menu li a {
    color: #7f8c8d;
    display: block;
    line-height: 1;
    padding: 0 0.675em;
}
ul.footer-menu li:first-child a {
    padding-left: 0;
    border-left: 0;
}
ul.footer-menu li:last-child a {
    padding-right: 0;
}
ul.footer-menu ul.sub-menu {
    display: none;
}
#back-top {
    margin: 0;
    bottom: 25px;
    right: 30px;
    position: fixed;
    z-index: 9999;
}
#back-top a {
    background-color: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: block;
    font-size: 1.675em;
    height: 1.675em;
    text-align: center;
    text-decoration: none;
    width: 1.675em;
    border-radius: 500px;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}
#back-top a:hover,
#back-top a:focus {
    background-color: #000;
}
#back-top .fas {
    line-height: 1.675em;
}


#colophon.footer{
  --footer-bg: var(--accent);
  --footer-ink: rgba(255,255,255,.86);
  --footer-ink-soft: rgba(255,255,255,.72);
  --footer-line: rgba(255,255,255,.16);
  --footer-accent: rgba(255,255,255,.92);
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 92px) 0 clamp(18px, 3vw, 44px);
}

#colophon.footer::before{
  content: "YOGIN";
  position: absolute;
  left: max(-24px, calc(50% - 660px));
  bottom: clamp(-22px, -2.6vw, -6px);
  font-size: clamp(64px, 12vw, 180px);
  font-weight: 300;
  letter-spacing: .06em;
  line-height: 1;
  color: #f00 !important;
  pointer-events: none;
  z-index: 0;
	opacity: .1;
}

#colophon.footer #inner-footer.container{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(14px, 3vw, 22px);
  align-items: start;
}


#colophon.footer nav[aria-label="Footer Navigation"]{
  justify-self: end;
}

#colophon.footer .footer-menu{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: flex-end;
}

#colophon.footer .footer-menu li{
  margin: 0;
  padding: 0;
}

#colophon.footer .footer-menu a{
  display: inline-block;
  color: var(--yogin-text-soft);
  text-decoration: none;
  padding: .15rem 0;
  border-bottom: 1px solid transparent;
  transition: color .15s ease, border-color .15s ease, opacity .15s ease;
  font-size: .95rem;
  font-weight: 300;
}

#colophon.footer .footer-menu a:hover{
  color: var(--yogin-text-soft);
  border-bottom-color: var(--yogin-text-soft);
}


#colophon.footer .copyright{
  grid-column: 1 / -1;
  margin: clamp(18px, 3vw, 34px) 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--footer-line);
  color: var(--yogin-text-soft);
  font-size: .88rem;
  letter-spacing: .02em;
}
p.foto {
    grid-column: 1 / -1;
    text-align: center;
    margin: 0;
}
a.fotolink {
    margin: auto;
    width: 50px;
}

@media (max-width: 767.98px){
  #colophon.footer #inner-footer.container{
    grid-template-columns: 1fr;
  }

  #colophon.footer nav[aria-label="Footer Navigation"]{
    justify-self: start;
  }

  #colophon.footer .footer-menu{
    justify-content: flex-start;
    gap: 10px 16px;
  }

  #colophon.footer::before{
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  #colophon.footer::after{
    right: 16px;
    bottom: 14px;
    width: 110px;
    height: 38px;
  }
}

/* Back to top button - visible arrow without Font Awesome dependency */
#back-top {
    margin: 0;
    position: fixed;
    right: 30px;
    bottom: 25px;
    z-index: 99999;
}

#back-top a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: rgba(90, 70, 82, 0.72);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0;
    line-height: 1;
    transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

#back-top a::before {
    content: "↑";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    transform: translateY(-2px);
}

#back-top a i {
    display: none;
}

#back-top a:hover,
#back-top a:focus {
    background-color: rgba(90, 70, 82, 0.95);
    transform: translateY(-2px);
}

@media (max-width: 767.98px) {
    #back-top {
        right: 18px;
        bottom: 18px;
    }

    #back-top a {
        width: 42px;
        height: 42px;
    }

    #back-top a::before {
        font-size: 24px;
    }
}