html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  padding: 0;
  font-family: "Kreon", serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300
}

@media(min-width: 700px)and (min-height: 500px) {

  html,
  body {
    height: 100%;
    width: 100%;
    overflow: hidden
  }
}

img {
  border: none;
  visibility: hidden
}

img[src] {
  visibility: visible
}

.hidden {
  display: none
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

h1 {
  margin: 0;
  padding: 0 0 .5em;
  font-size: 31px;
  line-height: 1
}

p+h1 {
  padding-top: 1rem
}

h3 {
  margin: 0;
  padding: 3px 0;
  font-size: 18px;
  line-height: 1.2
}

p {
  margin: 0;
  padding: 0 0 1em
}

blockquote {
  margin: 0;
  padding: 0 0 1em 1.5em
}

p+blockquote {
  margin-top: -0.3em
}

.ImageLeft,
.ImageRight {
  display: none
}

@media(min-width: 700px)and (min-height: 500px) {

  .ImageLeft,
  .ImageRight {
    display: block;
    max-width: 320px
  }

  .ImageLeft img,
  .ImageRight img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 5px -4px rgba(0, 0, 0, .35)
  }

  .ImageLeft {
    float: left;
    margin: 0 30px 12px 0
  }

  .ImageRight {
    float: right;
    margin: 0 0 12px 30px
  }
}

@media(min-width: 700px)and (min-height: 500px) {
  .Frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
  }
}

@media(min-width: 700px)and (min-height: 500px) {
  .Header {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    background: rgba(255, 255, 255, .8);
    -webkit-transition: top .5s ease, margin .5s ease, background 1s ease;
    transition: top .5s ease, margin .5s ease, background 1s ease
  }

  .isHover .Header,
  .touch .Header,
  .no-csstransitions .Header {
    background: rgba(255, 255, 255, .95)
  }

  .isHome .Header {
    top: 50%;
    margin-top: -160px
  }

  .isTouchingBackground .Header {
    top: 100%;
    margin-top: 0
  }
}

@media(max-width: 699px), (max-height: 499px) {
  .Logo {
    padding: 0 20% 10px
  }

  .Logo img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 200px
  }
}

@media(min-width: 700px)and (min-height: 500px) {
  .Logo {
    margin: 0;
    padding: 0;
    height: 130px;
    overflow: hidden;
    -webkit-transition: height .5s ease;
    transition: height .5s ease
  }

  .isHome .Logo {
    height: 280px
  }

  .Logo img {
    display: block;
    margin: 0 auto;
    height: 100%;
    width: auto
  }
}

.Nav {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center
}

.Nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.Nav a {
  display: block
}

@media(max-width: 699px), (max-height: 499px) {
  .Nav ul {
    height: 42px;
    overflow: hidden;
    -webkit-transition: height .5s ease;
    transition: height .5s ease
  }

  .Nav ul:before {
    display: block;
    height: 18px;
    content: "MENU";
    padding: 12px 10px;
    background: #333;
    color: #fff;
    cursor: pointer
  }

  .Nav li {
    border-bottom: 1px solid #000
  }

  .Nav a {
    padding: 12px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .isOrchard .Nav a[data-class=isOrchard],
  .isFruit .Nav a[data-class=isFruit],
  .isSeason .Nav a[data-class=isSeason],
  .isQuantities .Nav a[data-class=isQuantities],
  .isRhythm .Nav a[data-class=isRhythm] {
    background: #666;
    color: #fff
  }

  .Nav.isActive ul {
    height: 257px
  }
}

@media(min-width: 700px)and (min-height: 500px) {
  .Nav {
    padding: 5px 10px 5px;
    font-size: 18px;
    line-height: 20px
  }

  .Nav li {
    display: inline-block;
    padding: 0 10px
  }

  .Nav a {
    padding: 5px 5px 3px;
    border-bottom: 2px solid transparent
  }

  .isOrchard .Nav a[data-class=isOrchard],
  .isFruit .Nav a[data-class=isFruit],
  .isSeason .Nav a[data-class=isSeason],
  .isQuantities .Nav a[data-class=isQuantities],
  .isRhythm .Nav a[data-class=isRhythm] {
    border-bottom: 2px solid #000
  }
}

.Background ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.Background li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease
}

.Background li.active {
  opacity: 1
}

@media(max-width: 699px), (max-height: 499px) {
  .Background {
    margin: 0 auto;
    max-width: 400px
  }

  .Background ul {
    position: relative;
    height: 0;
    padding-bottom: 75%
  }
}

.Page a {
  color: #ac0000
}

@media(max-width: 699px), (max-height: 499px) {
  .Page {
    display: none;
    margin: 0 auto;
    max-width: 600px;
    padding: 30px 20px
  }

  .isOrchard .Page.Orchard,
  .isFruit .Page.Fruit,
  .isSeason .Page.Season,
  .isQuantities .Page.Quantities,
  .isRhythm .Page.Rhythm,
  .isHome .Page.Verse {
    display: block
  }
}

@media(min-width: 700px)and (min-height: 500px) {
  .Page {
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 100%;
    left: 0;
    max-height: 60%;
    background: rgba(255, 255, 255, .8);
    overflow: auto;
    -webkit-transition: top .5s ease, background 1s ease;
    transition: top .5s ease, background 1s ease
  }

  .Page .content {
    margin: 0 auto;
    padding: 50px 7% 30px;
    max-width: 800px;
    overflow: hidden
  }

  .isHover .Page,
  .touch .Page,
  .no-csstransitions .Page {
    background: rgba(255, 255, 255, .95)
  }

  .isOrchard .Page.Orchard,
  .isFruit .Page.Fruit,
  .isSeason .Page.Season,
  .isQuantities .Page.Quantities,
  .isRhythm .Page.Rhythm {
    top: 40%
  }

  .Page.Verse {
    height: 15%;
    text-align: center
  }

  .Page.Verse .content {
    padding: 20px 7% 5px
  }

  .isHome .Page.Verse {
    top: 85%
  }

  .isTouchingBackground .Page {
    top: 100% !important
  }
}

.Overlay {
  position: fixed
}

@media(max-width: 699px), (max-height: 499px) {
  .Overlay {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
  }

  .Overlay.active {
    display: block
  }
}

@media(min-width: 700px)and (min-height: 500px) {
  .Overlay {
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    background: #000;
    opacity: 0;
    -webkit-transition: top .5s ease, left .5s ease, width .5s ease, height .5s ease, visibility .5s ease, opacity .5s ease;
    transition: top .5s ease, left .5s ease, width .5s ease, height .5s ease, visibility .5s ease, opacity .5s ease
  }

  .Overlay.active {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: visible;
    opacity: .5
  }
}

.MapModal {
  position: absolute;
  z-index: 20;
  top: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 300px;
  padding: 20px;
  background: #000
}

.MapModal iframe {
  display: block;
  width: 100%;
  height: 100%
}

.MapModal .close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin: -22px 4px 0 0;
  width: 29px;
  height: 29px;
  padding: 1px 1px 0 0;
  background: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 29px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  color: #fff;
  cursor: pointer
}

@media(max-width: 699px), (max-height: 499px) {
  .MapModal {
    right: 100%;
    -webkit-transition: right .5s ease;
    transition: right .5s ease
  }

  .MapModal.active {
    right: 0
  }
}

@media(min-width: 700px)and (min-height: 500px) {
  .MapModal {
    visibility: hidden;
    left: 50%;
    width: 600px;
    height: 450px;
    padding: 10px;
    margin: 0 0 0 -300px;
    opacity: 0;
    -webkit-transition: visibility .5s ease, opacity .5s ease;
    transition: visibility .5s ease, opacity .5s ease
  }

  .MapModal .close {
    margin: -12px -12px 0 0
  }

  .MapModal.active {
    visibility: visible;
    opacity: 1
  }
}

.OpenMap,
.CloseMap {
  cursor: pointer
}

.MapIcon {
  width: 26px;
  height: 26px;
  margin: 0 auto 50px;
  border-radius: 5px;
  padding: 7px;
  background: #000
}

.MapIcon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff
}

@media(min-width: 700px)and (min-height: 500px) {
  .MapIcon {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 50%;
    margin: -20px 0 0;
    border-radius: 0 3px 3px 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: left .2s ease;
    transition: left .5s ease
  }

  .Modal-isOpen .MapIcon,
  .isTouchingBackground .MapIcon {
    left: -40px
  }
}

.RipeSchedule {
  margin: 0 0 2.5rem;
  width: 100%;
  border-collapse: collapse
}

.RipeSchedule td {
  padding: 10px
}

.RipeSchedule tr+tr td {
  border-top: 1px solid rgba(0, 0, 0, .4)
}

.RipeSchedule .month {
  font-weight: 700;
  font-size: 16px;
  vertical-align: middle;
  text-align: center
}

/*# sourceMappingURL=site.css.map */