.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #b96e4b;
  line-height: 1.33333333;
  cursor: pointer;
  color: #00313c;
  padding: 8px 20px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #00313c;
  background-color: #d6a994;
}
.button:active {
  background-color: #f2e4de;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 900px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
div.sub1 > .item {
  margin-right: 30px;
  position: relative;
}
@media (max-width: 1099px) {
  div.sub1 > .item {
    margin-right: 26px;
  }
}
div.sub1 > .item:last-child {
  margin-right: 0;
}
div.sub1 > .item:hover .sub2 {
  display: block;
}
div.sub1 > .item > .menu {
  padding: 20px 0;
  pointer-events: none;
}
div.sub2 {
  display: none;
  position: absolute;
  left: 0;
  width: 500px;
}
div.sub2:after {
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  display: block;
  content: "";
  position: absolute;
  padding: 0 100vw 50px 100vw;
  width: 100%;
  top: 0;
  -webkit-transform: translateY(43px);
          transform: translateY(43px);
  bottom: 0;
  z-index: -1;
  left: -100vw;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.75)), to(#ffffff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, #ffffff 100%);
  opacity: 0;
}
.cb-scroll-triggered--active div.sub2:after {
  opacity: 1;
}
.cb-scroll-triggered--active div.sub2 {
  color: #323232;
}
div.sub2 > .item {
  width: 100%;
  padding-bottom: 10px;
}
.navi.lang .item {
  margin-right: 3px;
}
.desk {
  max-width: 94%;
}
#phone {
  display: block;
}
#home {
  height: 80px;
  position: relative;
  bottom: 9px;
}
@media (max-width: 1099px) {
  #home {
    height: 68px;
  }
}
.mood-text {
  top: 200px;
  right: 50%;
  margin-right: -555px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 232px;
}
@media (max-width: 1181px) {
  .mood-text {
    margin-right: 0;
    right: 3%;
  }
}
.vcard {
  margin-top: 13px;
}
.header-container {
  padding-top: 45px;
  padding-bottom: 40px;
  padding-right: 0;
  padding-left: 0;
}
.container-footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
  padding-left: 0;
}
.section--footer .container-footer .container {
  margin-bottom: 0;
  width: 18.01801802%;
  padding-right: 0;
  padding-left: 0;
}
.section--footer .container-footer .container.container-fareast {
  width: 30%;
}
.section--footer .container-footer .container.container-sitemap {
  width: 100%;
  padding-left: 16.21621622%;
  margin-top: 80px;
}
.section--footer .container-footer .container.container-logo {
  width: 7.20720721%;
}
.section--footer div.navi {
  display: block;
  text-transform: none;
}
.section--footer div.navi.sub1 {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.section--footer div.navi.sub1 > .item {
  float: left;
  padding: 0;
  margin: 0 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section--footer div.navi.sub1 > .item.exit {
  margin-right: 0;
}
.section--footer div.navi.sub1 > .item > .menu {
  text-transform: none;
  padding: 0;
  text-decoration: none;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  color: #72422c;
}
.section--footer div.navi.sub1 > .item > .menu:hover,
.section--footer div.navi.sub1 > .item > .menu:focus {
  color: #a96242;
}
.section--footer div.navi.sub2 {
  position: static;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
}
.section--footer div.navi.sub2 > .item {
  width: auto;
  padding: 0;
}
.section--footer div.navi.sub2 > .item > .menu {
  padding: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  color: #72422c;
}
.section--footer div.navi.sub2 > .item > .menu:hover,
.section--footer div.navi.sub2 > .item > .menu:focus {
  color: #a96242;
}
.farnorth .loud {
  font-size: 28px;
}
.text-section--loud {
  padding-top: 17px;
}
.farnorth .norm {
  font-size: 12px;
}
.area {
  width: 100%;
}
.area > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area .cb-album .body,
.area .head,
.area .foot,
.area .part {
  margin-right: 1.2195122%;
  margin-left: 1.2195122%;
  width: 97.56097561%;
}
.area > .slim .part {
  width: 97.56097561%;
}
.unit {
  margin-top: 45px;
  margin-bottom: 45px;
}
.main .pure {
  margin-top: 55px;
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .pure .body,
.main .pure .foot {
  max-width: 840px;
  margin: 0;
}
.farnorth .unit {
  padding: 40px;
  width: 232px;
  height: 232px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main .seam {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main .seam.wide {
  padding-right: calc((100%/5*3) + 50px);
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 23px;
}
.main .seam.wide .part.pict {
  top: 0;
  right: 0;
}
.main .seam.slim {
  padding-left: calc((100%/5*3) + 50px);
  padding-top: 65px;
  padding-bottom: 65px;
  padding-right: 23px;
}
.main .seam.slim .part.pict {
  top: 0;
  left: 0;
}
.main .flat {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.main .flat.slim {
  padding-right: calc(50% + 50px);
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 23px;
}
.main .flat.slim .part.pict {
  top: 0;
  right: 0;
}
.main .flat.wide {
  padding-left: calc(50% + 50px);
  padding-top: 65px;
  padding-bottom: 65px;
  padding-right: 23px;
}
.main .flat.wide .part.pict {
  top: 0;
  left: 0;
}
.area.main .part {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.seam .part.pict.tiny {
  position: absolute;
  width: calc(100%/5*3);
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.seam .part.pict.tiny a {
  height: 100%;
}
.seam .part.pict.tiny .cb-image-figure {
  height: 100%;
}
.seam .part.pict.tiny .cb-image-figure .cb-image-container {
  height: 100%;
}
.seam .part.pict.tiny .cb-image-figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
}
.flat .part.pict.tiny {
  position: absolute;
  width: calc(50%);
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.flat .part.pict.tiny a {
  height: 100%;
}
.flat .part.pict.tiny .cb-image-figure {
  height: 100%;
}
.flat .part.pict.tiny .cb-image-figure .cb-image-container {
  height: 100%;
}
.flat .part.pict.tiny .cb-image-figure img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
}
.seam .part.text,
.flat .part.text {
  margin: 0;
}
.main .text-section--h2 {
  padding-bottom: 55px;
}
/*# sourceMappingURL=screen-large.css.map */