@font-face {
  font-family: Fontawesome;
  src: url('../fonts/fontawesome-webfont.woff2') format("woff2"), url('../fonts/fontawesome-webfont.woff') format("woff"), url('../fonts/fontawesome-webfont.ttf') format("truetype"), url('../fonts/FontAwesome.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Fontawesome webfont;
  src: url('../fonts/fontawesome-webfont.eot') format("embedded-opentype"), url('../fonts/fontawesome-webfont.woff') format("woff"), url('../fonts/fontawesome-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

a {
  color: #f60;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.side-navigation {
  z-index: 1;
  background-color: #ff8930;
  width: 25%;
  height: 100%;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.main {
  width: auto;
  display: block;
}

.nav-bar {
  float: none;
  background-color: #0000;
}

.nav-link {
  color: #fff;
  text-align: center;
  width: auto;
  font-size: 18px;
  display: block;
  position: static;
}

.nav-link:hover {
  background-color: gray;
}

.nav-link.w--current {
  color: #fff;
  background-color: #0000;
  padding-left: 20px;
  font-size: 18px;
}

.nav-link.w--current:hover {
  background-color: gray;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link.language {
  color: #fff;
  background-color: #ff7316;
  width: 175px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link.language:hover {
  background-color: gray;
}

.nav-menu {
  float: none;
  padding-top: 70px;
  padding-bottom: 30px;
}

.section {
  color: gray;
  width: auto;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 20px;
  font-size: 16px;
}

.section.top-section {
  padding-top: 10px;
}

.section.footer {
  padding-top: 40px;
}

.section.techniques {
  padding-top: 0;
}

.body {
  padding-left: 25%;
}

.section-content {
  border-color: #ff8930;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: auto;
  max-width: 740px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}

.section-content.intro-section {
  padding-bottom: 50px;
}

.section-content.techniques {
  padding-bottom: 10px;
}

._60px-grey {
  color: #ccc;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 60px;
}

.p {
  color: gray;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.p.orange-strap {
  color: #f60;
  padding-top: 35px;
  font-size: 24px;
}

.p.footer-text {
  color: #ccc;
  margin-bottom: 0;
  font-size: 14px;
}

.h2-heading {
  color: #f60;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.logo {
  text-align: left;
  width: 100px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer {
  padding-bottom: 220px;
}

.grey-logo {
  float: left;
  height: 95px;
  margin-right: 20px;
  display: block;
  position: static;
  top: 0;
  left: 0;
}

.top-image-div {
  background-image: url('../images/shiatsu-grey.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 300px;
}

.top-text {
  padding-top: 100px;
  padding-left: 25px;
}

.tel-link {
  color: gray;
  padding-bottom: 40px;
  font-size: 48px;
  text-decoration: none;
}

.share-nav {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  width: 100%;
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Fontawesome, sans-serif;
  font-size: 18px;
  display: block;
}

.share-nav:hover {
  background-color: gray;
}

.share-nav.w--current {
  color: #fff;
}

.twitter {
  padding-bottom: 10px;
  padding-right: 20px;
}

.code {
  padding-top: 10px;
}

.enter-container {
  text-align: center;
  background-color: #ff8930;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  display: block;
}

.enter-logo {
  width: auto;
  height: 150px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.enter-text {
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  display: block;
}

.enter-text.en {
  color: #999;
}

.white-section {
  text-align: center;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
  display: block;
}

.h1-enter {
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.h1-enter-en {
  color: #f60;
  text-align: center;
  padding-bottom: 40px;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.button {
  color: #fff;
  background-color: #ff7316;
  margin-top: 40px;
  margin-bottom: 25px;
  padding: 15px 20px;
  font-size: 24px;
}

.button.button-en {
  background-color: #909090;
  margin-top: 45px;
}

.facebook {
  padding-bottom: 20px;
}

.more-text {
  color: var(--white);
}

.arrow {
  margin-left: 2px;
  font-family: Fontawesome, sans-serif;
  font-size: 18px;
}

._24px-orange {
  color: #f60;
  font-size: 24px;
  line-height: 32px;
}

.techniques-div {
  margin-bottom: 40px;
}

.section-id {
  height: 1px;
  position: relative;
  bottom: 0;
}

.orange-text {
  color: #f60;
}

.h1-main-heading {
  color: #f60;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
}

.techniques-link {
  background-color: #ff8930;
  margin-top: 10px;
  padding: 5px 10px;
}

.techniques-link:hover {
  background-color: gray;
}

.techniques-link.back-to {
  margin-top: 0;
}

.body-landing {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  body {
    padding-left: 0;
  }

  .side-navigation {
    width: 100%;
    height: 70px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .main {
    padding-top: 70px;
  }

  .nav-bar {
    height: 70px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-link.w--current {
    text-align: center;
    text-decoration: none;
  }

  .nav-link.w--current:hover {
    width: auto;
  }

  .nav-menu {
    background-color: #ff8930;
    padding-top: 0;
    position: static;
  }

  .section.top-section {
    padding-top: 10px;
    padding-left: 20px;
  }

  .section.footer {
    padding-top: 25px;
  }

  .section.techniques {
    padding-top: 0;
  }

  .body {
    padding-left: 0%;
  }

  .section-content {
    padding-bottom: 25px;
  }

  .section-content.intro-section {
    padding-bottom: 40px;
  }

  .p.footer-text {
    font-size: 14px;
  }

  .h2-heading {
    line-height: 30px;
  }

  .logo {
    float: left;
    width: auto;
    height: 46px;
    margin-top: 12px;
  }

  .top-image-div {
    height: 225px;
  }

  .top-text {
    margin-top: 0;
    padding-top: 70px;
    padding-left: 20px;
  }

  .menu-button {
    background-color: #0000;
    height: 70px;
  }

  .menu-button.w--open {
    background-color: #ff8930;
  }

  .nav-container {
    float: none;
    height: 70px;
    font-size: 18px;
  }

  .enter-text {
    font-size: 46px;
    line-height: 46px;
  }

  .h1-enter-en {
    color: #f60;
  }

  .section-id {
    height: 1px;
    position: relative;
    bottom: 70px;
  }

  .h1-main-heading {
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    padding-left: 20px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .nav-link.language {
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-menu {
    padding-bottom: 10px;
  }

  .section-content, .section-content.intro-section {
    padding-bottom: 20px;
  }

  ._60px-grey {
    font-size: 48px;
    line-height: 48px;
  }

  .h2-heading.main-title {
    width: auto;
  }

  .top-image-div {
    height: 200px;
  }

  .top-text {
    width: 95%;
  }

  .tel-link {
    font-size: 48px;
  }

  .share-nav {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .enter-container {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .enter-text {
    font-size: 36px;
    line-height: 36px;
  }

  .white-section {
    padding-top: 20px;
  }

  .h1-enter {
    padding-bottom: 15px;
    font-size: 18px;
  }

  .h1-enter-en {
    padding-bottom: 20px;
    font-size: 18px;
  }

  .button {
    font-size: 18px;
  }

  .facebook {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .techniques-div {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    padding-left: 15px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    text-decoration: none;
  }

  .nav-link.language {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    padding-bottom: 30px;
  }

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.top-section {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  ._60px-grey {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 36px;
    line-height: 36px;
  }

  .p.orange-strap {
    padding-top: 0;
    font-size: 18px;
  }

  .h2-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .grey-logo {
    height: 75px;
  }

  .top-image-div {
    height: 125px;
  }

  .top-text {
    padding-top: 46px;
    padding-left: 15px;
  }

  .tel-link {
    font-size: 32px;
    text-decoration: none;
  }

  .share-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .enter-container {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .enter-logo {
    height: 100px;
  }

  .enter-text {
    width: 95%;
    font-size: 28px;
    line-height: 28px;
  }

  .white-section {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .h1-enter {
    padding-bottom: 10px;
    font-size: 18px;
  }

  .h1-enter-en {
    padding-top: 5px;
    font-size: 18px;
  }

  ._24px-orange {
    font-size: 22px;
    line-height: 30px;
  }

  .h1-main-heading {
    font-size: 22px;
    line-height: 28px;
  }
}


@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}