:root {
  --spacePart: 16px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 34px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 25px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 25px;
  }
}
:root {
  --spaceTotal: 50px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 35px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 35px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  font-size: 20px;
  line-height: 1.5;
  cursor: pointer;
  color: #BF9474 !important;
  padding: 0 6px 0 80px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  min-height: 60px;
}
.button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 100000px;
  box-sizing: border-box;
  border: 2px solid #E2D9CC;
  background-size: 24px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-brown.svg);
  transition: all 0.2s;
}
.button:hover,
.button:focus {
  padding-left: 86px;
  padding-right: 0;
}
.button:hover:before,
.button:focus:before {
  background-color: #F5F3EF;
}
.section--footer .button {
  color: #fff !important;
}
.section--footer .button:before {
  background-image: url(/images/arrow-right-white.svg);
}
.section--footer .button:hover:before,
.section--footer .button:focus:before {
  background-color: #9F8E81;
}
@media (max-width: 1279px) {
  .button {
    font-size: 16px;
    line-height: 1.25;
  }
}
.section--two .area {
  width: 100%;
}
.section--two .area > .unit {
  margin-right: 2%;
  margin-left: 2%;
  width: 96%;
}
.section--two .area .cb-album .body,
.section--two .area .head,
.section--two .area .foot,
.section--two .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--two .area > .slim {
  width: 46%;
}
.section--two .area > .slim .head,
.section--two .area > .slim .foot,
.section--two .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--two .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--two .area > .slim .tiny {
  width: 100%;
}
.section--two .area {
  width: 104%;
  margin-left: -2%;
}
.section--two .area .seam {
  width: 46%;
}
.section--four .area .unit {
  box-sizing: border-box;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  padding-top: calc(var(--spaceTotal) - var(--spacePart));
  padding-bottom: calc(var(--spaceTotal) - var(--spacePart));
}
.section--four .area .unit .pict.tall:first-child {
  position: absolute;
  top: 0;
  margin: 0;
  height: 100%;
  width: 48%;
}
.section--four .area .unit .pict.tall:first-child * {
  height: 100%;
}
.section--four .area .unit .pict.tall:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.section--four .area .unit.wide {
  padding-right: 52%;
}
.section--four .area .unit.wide .pict.tall:first-child {
  right: 0;
}
.section--four .area .unit.slim {
  padding-left: 52%;
}
.section--four .area .unit.slim .pict.tall:first-child {
  left: 0;
}
/*# sourceMappingURL=./screen-medium.css.map */