html,
body {
  font-family: "Noto Sans", sans-serif, Helvetica, Arial;
  margin: 0px;
  color: #333;
  height: 100%;
  overflow: hidden;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5rem;
  background-color: #fff;
}
html.load #home,
body.load #home {
  opacity: 1;
  transition-delay: 0.5s;
}

*, *:before, *:after {
  box-sizing: border-box;
}

pre {
  overflow: auto;
}

p {
  color: #737373;
  margin-top: 0px;
  margin-bottom: 22px;
}
p a {
  text-decoration: none;
  color: red;
}

p:last-child {
  margin-bottom: 0px;
}

#menu_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 998;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#menu_overlay.open {
  opacity: 1;
  pointer-events: auto;
}

#menu, #flowers {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  transform: translate(100%, 0px);
  pointer-events: none;
  transition: transform 0.3s ease;
}
#menu.open, #flowers.open {
  pointer-events: auto;
  transform: translate(0px, 0px);
}
#menu .center, #flowers .center {
  position: absolute;
  top: 47%;
  left: 0px;
  width: 100%;
  transform: translate(0px, -50%);
  text-align: center;
  font-size: 40px;
  line-height: 1.4em;
}
#menu .center ul, #flowers .center ul {
  margin: 0px;
  padding: 0px;
}
#menu .center ul li, #flowers .center ul li {
  display: block;
}
#menu .center ul li a, #menu .center ul li a:visited, #menu .center ul li a:link, #flowers .center ul li a, #flowers .center ul li a:visited, #flowers .center ul li a:link {
  text-decoration: none;
  color: #737373;
  transition: color 0.2s ease;
}
#menu #menu_close, #flowers #menu_close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  font-size: 32px;
  font-family: "Roboto", "Noto Sans", sans-serif;
  font-weight: 300;
}
#menu #menu_close a, #menu #menu_close a:visited, #menu #menu_close a:link, #flowers #menu_close a, #flowers #menu_close a:visited, #flowers #menu_close a:link {
  text-decoration: none;
  color: #737373;
  transition: color 0.2s ease;
}

#home {
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.8s ease;
  overflow-y: auto;
  height: 100%;
}
#home img {
  width: 100%;
}
#home #page-header {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
#home #page-header .container {
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translate(-50%, 0px);
  color: #fff;
  font-size: 1.3684210526rem;
  line-height: 1.5em;
}
#home #page-header p {
  max-width: 700px;
  margin: 0px;
  color: #fff;
}
#home #page-bottom {
  display: block;
  background: #f8f8f8;
  padding-top: 32px;
  padding-bottom: 32px;
}
#home #page-bottom p {
  max-width: 700px;
  margin: 0px;
}

.notice {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45%;
  z-index: 199;
  opacity: 0;
  width: 90%;
  height: 90px;
  background-color: #333;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}
.notice.active {
  opacity: 1;
}
.notice p {
  color: #fff;
}

#contact {
  overflow-y: scroll;
  height: 100%;
  background-color: #f8f8f8;
}
#contact #page-header {
  height: 50vh;
  background-size: cover;
  background-position: center;
  position: relative;
  background-image: url(https://storage.googleapis.com/redtag-public/business-meeting-standing.png);
}
#contact section {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #fff;
  display: block;
}
#contact .line {
  background: #eee;
  height: 1px;
  margin-top: 84px;
  margin-bottom: -84px;
}

.text-large {
  font-size: 24px;
  line-height: 1.6rem;
}

.only-mob {
  display: block;
  text-align: center;
  width: 100%;
}
.only-mob.caption {
  text-align: center;
}
.only-mob.caption a {
  cursor: pointer;
  text-decoration: none;
  color: red;
}
.only-mob.caption a:hover {
  color: #990000 !important;
}
.only-mob img {
  max-height: 300px;
  max-width: 100%;
}

@media (min-width: 45em) {
  .only-mob {
    display: none;
  }
}
.caption {
  font-size: 12px;
  line-height: 1.5em;
  color: #737373;
}
.caption.only-mob {
  margin-bottom: 15px;
}
.caption a {
  cursor: pointer;
  text-decoration: none;
  color: red;
}
.caption a:hover {
  color: #990000 !important;
}

.inview .scroll-image {
  position: fixed;
  top: 50%;
  left: 0px;
  width: 100%;
  pointer-events: none;
  transform: translate(0px, -50%);
  z-index: 99;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
  display: none;
}
.inview .scroll-image.showimage .scroll-image {
  opacity: 1;
}
.inview .scroll-image.active {
  opacity: 1;
}
.inview .scroll-image img {
  max-width: 100%;
  max-height: 400px;
}
.inview .scroll-image .caption {
  text-align: center;
}

#information {
  overflow-y: scroll;
  height: 100%;
}
#information section {
  padding-top: 84px;
  padding-bottom: 84px;
  background-color: #fff;
  display: block;
}
#information section:first-child {
  padding-top: 128px;
}
#information .line {
  background: #eee;
  height: 1px;
  margin-top: 84px;
  margin-bottom: -84px;
}

button,
select,
html,
textarea,
input {
  font-family: "Noto Sans", sans-serif, Helvetica, Arial;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: right;
}

.text-start {
  text-align: left;
}

#page-bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
#page-bg.front {
  background-image: url(https://storage.googleapis.com/heroiq/245509950_m.png);
}

.container {
  width: 96%;
  max-width: 1600px;
  margin: 0 auto;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.logo {
  font-size: 22px;
  font-family: "Roboto", "Noto Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
  cursor: pointer;
}
.logo a, .logo a:link, .logo a:hover, .logo a:visited {
  color: #333;
  text-decoration: none;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 997;
  transition: all 0.2s ease;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 0;
}
header .menu {
  cursor: pointer;
  text-align: right;
  font-size: 22px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
}

footer {
  padding-top: 20px;
  width: 100%;
  padding-bottom: 45px;
  background-color: #fff;
  position: relative;
  z-index: 100;
  font-size: 14px;
  line-height: 1.5em;
  text-decoration: none;
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 25px;
  padding-left: 25px;
}

@media (min-width: 45em) {
  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .inview .scroll-image {
    display: block;
  }
  .inview .scroll-image img {
    max-height: 400px;
  }
}
.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

@media only screen and (max-width: 720px) {
  footer .col-xs-12 {
    text-align: center !important;
  }
}
@media only screen and (min-width: 720px) {
  #menu, #flowers {
    width: 50%;
  }
  #menu #menu_close, #flowers #menu_close {
    right: 55px;
  }
  .notice {
    width: 300px;
    margin-left: -150px;
  }
  #home #page-header {
    height: 75vh;
    background-attachment: fixed;
  }
  #home #page-header .container {
    padding: 0px 32px;
    width: 780px;
  }
  #home #page-bottom .container {
    padding: 0px 32px;
    width: 780px;
  }
  #contact #page-header {
    height: 75vh;
    background-attachment: fixed;
  }
  header .container, footer .container {
    width: 780px;
  }
  .row {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 32px;
    padding-left: 32px;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media only screen and (min-width: 1024px) {
  #home #page-header .container, #home #page-bottom .container {
    width: 1040px;
  }
  header .container, footer .container {
    width: 1040px;
  }
}
@media only screen and (min-width: 1200px) {
  #home #page-header .container, #home #page-bottom .container {
    width: 1220px;
  }
  header .container, footer .container {
    width: 1220px;
  }
}/*# sourceMappingURL=styles.css.map */