.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #222;
  font-size: 14px;
  line-height: 1.42857143;
  cursor: pointer;
  color: #fff;
  padding: 10px;
  -webkit-appearance: none;
  border-radius: 0;
  letter-spacing: 1px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #aaa, #aaa);
  background-size: 0 100%;
  background-position: 0 50%;
  transition: all 0.3s ease-out;
}
.button:hover {
  color: #fff;
  background-size: 100% 100%;
}
.button:active {
  background-image: none;
}
#home {
  margin-left: 40px;
}
.navigation {
  margin-right: 40px;
}
.goto-calendar {
  right: 40px;
  bottom: 40px;
}
#head {
  margin-bottom: -70px;
}
.section--calendar .area .seam {
  padding: 25px 40px;
  margin-top: -60px;
}
@media (max-width: 1279px) {
  .section--calendar .area .seam {
    padding: 15px 30px;
  }
}
.section--calendar .area .unit {
  width: calc(100% - 40px);
}
.section--calendar .area .unit.wide .body {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.section--calendar .area .unit.wide .part {
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px);
}
.section--calendar .area .unit.wide .part.tiny {
  width: calc((100% / 3) - 40px);
}
.section--calendar .area .unit.slim {
  width: calc(33.333% - 40px);
}
/*# sourceMappingURL=./screen-large.css.map */