@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
body {
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #816446;
}

a {
  color: #816446;
}

.uk-navbar-nav > li > a {
  color: unset;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  font-family: unset;
}

.uk-navbar-toggle:hover,
.uk-navbar-toggle[aria-expanded=true] {
  color: #816446;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: unset;
  color: #816446;
  letter-spacing: 0.25rem;
}

.uk-width-medium2 {
  width: 200px;
}

.uk-width-medium240 {
  width: 240px;
}

.uk-width-xsmall {
  width: 120px;
}

.uk-width-xxsmall {
  width: 100px;
  margin-top: 0.5rem;
}

.uk-width-xxxsmall {
  width: 80px;
  margin-top: 0.5rem;
}

.uk-text-medium {
  font-size: 1.1rem;
  line-height: 1.4;
}

.uk-width-large500 {
  width: 500px;
}

.uk-text-lead {
  color: unset;
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.25rem;
}

.uk-navbar-dropdown {
  width: 60vw;
}

#gnav .uk-navbar-item, #gnav .uk-navbar-nav > li > a, #gnav .uk-navbar-toggle {
  font-size: 1.5rem;
}

.bg1 {
  background-image: url(images/bg1.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 1rem;
  aspect-ratio: 2/1;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .bg1 {
    aspect-ratio: 1/1;
    background-position: right;
  }
  .bg1 .uk-text-lead {
    font-size: 1rem;
    text-shadow: 1px 1px 2px #ccc;
  }
}
.bg1 p.uk-text-small {
  margin-bottom: 0;
}
iframe {
  box-sizing: border-box;
  border: 0;
  border-color: white;
}

#motozake {
  position: relative;
}

.motozake {
  position: absolute;
  bottom: 0;
}

#furu2-lafrance,
#furu2-ringo,
#furu2-budo,
#furu2-giftbox {
  padding: 3rem 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 2/1;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  #furu2-lafrance,
#furu2-ringo,
#furu2-budo,
#furu2-giftbox {
    aspect-ratio: 1/1;
  }
}

#furu2-lafrance {
  background-image: url(images/bg-lafrance.jpg);
}

#furu2-ringo {
  background-image: url(images/bg-ringo.jpg);
}

#furu2-budo {
  background-image: url(images/bg-budo.jpg);
}

#furu2-giftbox {
  background-image: url(images/giftbox.jpg);
}
@media (max-width: 600px) {
  #furu2-giftbox {
    background-position: 90% 50%;
  }
}

.wmarker {
  background-color: #fff;
  display: inline;
  line-height: 2.5;
  padding: 0.5rem 1rem;
}

.smtver .wmarker {
  line-height: 3;
}

.furufuru {
  margin-top: -18rem;
}

.furufuru-smt {
  margin-top: -3rem;
}

.furufuru-g-smt {
  margin-top: -1rem;
}

.smt-lead {
  margin-top: -1.5rem;
}

.box {
  margin-top: -12rem;
  margin-left: -1rem;
}
@media (max-width: 600px) {
  .box {
    margin-top: -4rem;
    margin-left: -0.5rem;
  }
}

.Hleader {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Hleader::before,
.Hleader::after {
  content: "";
  flex-grow: 1;
  border-top: 3px dotted #816446;
}

.Hleader:before {
  margin-right: 1.5rem;
}

.Hleader:after {
  margin-left: 1.5rem;
}/*# sourceMappingURL=style.css.map */