: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;
  }
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1280px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.headerpart div.sub2 > .item {
  margin-right: 34px;
  position: relative;
}
.headerpart div.sub2 > .item.exit {
  margin-right: 0;
}
.headerpart div.sub2 > .item:hover > .menu,
.headerpart div.sub2 > .item:focus > .menu {
  color: #BF9474;
  text-decoration: underline;
  -webkit-text-decoration-color: #E2D9CC;
          text-decoration-color: #E2D9CC;
}
.headerpart div.sub2 > .item > .menu {
  font-size: 20px;
  line-height: 1.3;
  text-decoration: none;
  color: #646363;
  padding: 16px 0;
}
.headerpart div.sub2 > .item > .menu.path {
  color: #BF9474;
  text-decoration: underline;
  -webkit-text-decoration-color: #E2D9CC;
          text-decoration-color: #E2D9CC;
}
@media (max-width: 1519px) {
  .headerpart div.sub2 > .item {
    margin-right: 24px;
  }
  .headerpart div.sub2 > .item > .menu {
    font-size: 17px;
    line-height: 1.52941176;
  }
}
.headerpart div.sub3 {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  background-color: #fff;
  flex-direction: column;
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.4);
  box-sizing: border-box;
  min-width: 200px;
  display: none;
}
.headerpart div.sub3 > .item > .menu {
  white-space: nowrap;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.25;
  color: #646363;
  padding: 15px 20px;
}
.headerpart div.sub3 > .item > .menu:hover,
.headerpart div.sub3 > .item > .menu:focus {
  background-color: #F5F3EF;
}
.headerpart div.sub3 > .item > .menu.path {
  background-color: #F5F3EF;
  color: #BF9474;
}
.headerpart div.sub2 > .item:hover div.sub3 {
  display: flex;
}
.desk {
  max-width: 92%;
}
.section--three .subcontent {
  order: 2;
  width: 48.10298103%;
}
.section--five .subcontent {
  width: 47.80564263%;
}
.section--one .area {
  width: 100%;
}
.section--one .area > .unit {
  margin-right: 2.1021021%;
  margin-left: 2.1021021%;
  width: 95.7957958%;
}
.section--one .area .cb-album .body,
.section--one .area .head,
.section--one .area .foot,
.section--one .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--one .area > .slim {
  width: 45.7957958%;
}
.section--one .area > .slim .head,
.section--one .area > .slim .foot,
.section--one .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--one .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--one .area > .slim .tiny {
  width: 100%;
}
.section--two .area {
  width: 100%;
}
.section--two .area > .unit {
  margin-right: 2.1021021%;
  margin-left: 2.1021021%;
  width: 95.7957958%;
}
.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: 29.12912913%;
}
.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--one .area {
  width: 104.38871473%;
  margin-left: -2.19435737%;
}
.section--two .area {
  width: 104.38871473%;
  margin-left: -2.19435737%;
}
.section--one .area .pure .pict {
  box-sizing: border-box;
  padding-left: 56px;
}
.section--one .area .flat {
  width: 95.7957958%;
}
.section--two .area .seam {
  width: 29.12912913%;
}
.section--four .area .unit {
  padding-top: calc((var(--spaceTotal) * 2) - var(--spacePart));
  padding-bottom: calc((var(--spaceTotal) * 2) - var(--spacePart));
}
.section--four .area .unit .pict.tall:first-child {
  width: 48.10298103%;
}
.section--four .area .unit.wide {
  padding-right: 51.89701897%;
  padding-left: 6.77506775%;
}
.section--four .area .unit.slim {
  padding-left: 51.89701897%;
  padding-right: 6.77506775%;
}
/*# sourceMappingURL=./screen-large.css.map */