@media screen and (max-width: 1024px) {
  section .inner p#booking {
    font-weight: normal;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    padding-top: 30px;
    line-height: 1.6rem;
  }
  section .inner p#booking a {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 1.2rem;
    margin: 30px auto auto auto;
    display: block;
  }
  section .inner p#equipment {
    padding-top: 20px;
  }
  section .inner h3#equipTtl {
    font-size: 1.4rem;
    margin: 20px auto 20px auto;
  }
  section .inner dl#list {
    margin: auto auto 50px auto;
    overflow: hidden;
  }
  section .inner dl#list dd {
    font-weight: normal;
    margin: auto auto 10px auto;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  section .inner p#booking {
    font-weight: normal;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    padding-top: 30px;
  }
  section .inner p#booking a {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 1.8rem;
    margin: 30px auto auto auto;
    display: block;
  }
  section .inner p#equipment {
    padding-top: 30px;
  }
  section .inner h3#equipTtl {
    font-size: 1.4rem;
    margin: 30px auto 20px auto;
  }
  section .inner dl#list {
    width: 60%;
    margin: auto auto 30px auto ;
  }
  section .inner dl#list dt {
    float: left;
    width: 200px;
    text-align: left;
  }
  section .inner dl#list dd {
    text-align: left;
    font-weight: normal;
    margin: auto auto 10px 200px;
    font-size: 0.9rem;
  }
}

/*# sourceMappingURL=aboutus.css.map */
