/* Fonts */
@font-face {
  font-family: "NotoSans";
  src: url("/site/templates/assets/fonts/NotoSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-optical-sizing: auto;
  font-weight: 200 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("/site/templates/assets/fonts/NotoSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");
  font-optical-sizing: auto;
  font-weight: 200 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url(/site/templates/assets/fonts/Merriweather-VariableFont_opsz,wdth,wght.ttf) format("truetype");
  font-optical-sizing: auto;
  font-weight: 200 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("/site/templates/assets/fonts/Merriweather-Italic-VariableFont_opsz,wdth,wght.ttf") format("truetype");
  font-optical-sizing: auto;
  font-weight: 200 600;
  font-style: italic;
  font-display: swap;
}
/* COLORS */
/* uk-offcanvas-bar */
/* Reset CSS */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

ol, ul {
  text-align: left;
  list-style: disc;
  margin: 0 0 1rem 1rem;
  padding: 0 0 0 10px;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Custom CSS */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  html {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

body {
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(51, 51, 51);
  font-size: 1rem;
  line-height: 1.4;
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 640px) {
  body {
    font-size: 1rem;
  }
}

h1, h2, h3 {
  font-family: "Merriweather", serif;
  color: #544;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1.8rem;
  color: #71271b;
  font-weight: 400;
  padding: 0 0 25px 0;
}
@media (max-width: 640px) {
  h1 {
    font-size: 1.6rem;
    padding: 0 0 20px 0;
  }
}

h2 {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 0 0 10px 0;
}

* + h2 {
  margin-top: 0px;
}

h1 + h2 {
  margin-top: 0px;
}

h3 {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0 0 10px 0;
}

p {
  margin-bottom: 10px;
}

a {
  color: #71271b;
  text-decoration: none;
}
a:hover {
  color: #b49b8b;
  text-decoration: none;
}

a[href^="tel:"] {
  border-bottom: none;
}

strong {
  font-weight: 600;
}

em {
  font-family: "NotoSans", sans-serif;
  font-size: 0.8rem;
  font-weight: 350;
  font-style: italic;
  line-height: 1 !important;
  color: rgb(51, 51, 51);
}

.footer-bg {
  background-color: #b49b8b;
}

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

.italic-text {
  margin-top: 30px;
  font-family: "NotoSans", sans-serif;
  font-weight: 350;
  font-style: italic;
  line-height: 1.4;
  color: rgb(51, 51, 51);
}

/* offcanvas */
.uk-offcanvas-content {
  flex: 1 0 auto;
  background-color: #fff;
}

.uk-offcanvas-bar {
  width: 600px;
  background-color: #fff;
  padding: 50px 40px 30px 40px;
}
@media (max-width: 680px) {
  .uk-offcanvas-bar {
    width: 100%;
    padding: 55px 40px 30px 40px;
  }
}
.uk-offcanvas-bar .uk-nav-default {
  font-size: 1.6rem;
  line-height: 1.2;
}
@media (max-width: 680px) {
  .uk-offcanvas-bar .uk-nav-default {
    font-size: 1.2rem;
  }
}
.uk-offcanvas-bar .uk-nav-default li a {
  padding: 5px 0;
  color: #b49b8b;
}
.uk-offcanvas-bar .uk-nav-default li a:hover {
  color: #71271b;
}
.uk-offcanvas-bar .offcanvas-subnav {
  margin-top: 15px;
  font-size: 1rem;
}
.uk-offcanvas-bar .offcanvas-subnav li a {
  padding: 5px 0;
}

.uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
  color: #71271b;
}

/* navigation */
header {
  background-color: none;
  height: 400px;
}
@media (max-width: 480px) {
  header {
    height: 300px;
  }
}
header .logo-height {
  height: 300px;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: none;
}

.uk-navbar-right {
  margin-top: -180px;
}

@media (min-width: 960px) {
  .uk-navbar-nav {
    gap: 10px;
  }
}
.uk-navbar-nav li a {
  font-family: "NotoSans", sans-serif;
  color: #eadbd0;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  min-height: 40px;
  padding: 0;
  margin: 0 0 0 20px;
}

.sub-nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.sub-nav li a {
  min-height: 20px;
  font-family: "NotoSans", sans-serif;
  color: #eadbd0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0 20px;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:active, .uk-navbar-nav > li.uk-active > a {
  color: #fff;
}

/* uikit */
.uk-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 680px) {
  .uk-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 960px) {
  .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.uk-margin-small-bottom {
  margin-bottom: 20px !important;
}

.uk-margin-medium-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-large-bottom {
  margin-bottom: 60px !important;
}

/* home */
.home-img {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 960px) {
  .home-img {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 640px) {
  .home-img {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .home-img {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 640px) {
  .home-txt {
    text-align: center;
  }
  .home-txt h2 {
    text-align: center;
  }
}

.home-link {
  font-family: "NotoSans", sans-serif;
  font-size: 1rem;
  margin-top: 30px;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.home-link a {
  text-decoration: none;
}
.home-link a .cls {
  fill: #71271b;
}
.home-link a:hover {
  color: rgb(51, 51, 51);
  text-decoration: none;
}
.home-link a:hover .cls {
  fill: rgb(51, 51, 51);
}

/* content-page*/
/* seminar-page */
.seminar .seminar-content {
  padding-top: 15px;
  border-top: 1px rgb(51, 51, 51) solid;
}

/* footer */
footer {
  background-color: #b49b8b;
  padding: 30px 0;
  font-size: 1rem;
  color: #eadbd0;
  flex-shrink: 0;
}
footer a {
  color: #71271b;
}
footer a:hover {
  color: #eadbd0;
}
footer .legal ul {
  text-align: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .legal ul li {
  padding: 0 0 4px 0;
}
footer .legal ul li a {
  color: #71271b;
}
footer .legal ul li a:hover {
  color: #eadbd0;
}
@media (max-width: 640px) {
  footer .legal ul {
    text-align: left;
  }
}

/* hamburger */
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  height: 20px;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
  position: relative;
  z-index: 2000;
  transition: all 0.4s ease-in-out;
}

.hamburger.is-active {
  background-color: transparent;
}

.hamburger.is-active .hamburger-inner {
  background-color: #b49b8b;
}

.hamburger.is-active .hamburger-inner:before {
  background-color: #b49b8b;
}

.hamburger.is-active .hamburger-inner:after {
  background-color: #b49b8b;
}

.hamburger-box {
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner:before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: -8px;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner:after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  bottom: -8px;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-spring-r .hamburger-inner:after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger-spring-r .hamburger-inner:before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger-spring-r.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger-spring-r.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
