@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
@mixin heightPercent($parentPxHeight, $pxHeight){
    height: floor((($pxHeight / $parentPxHeight) * 10000%)) / 100;
}
*/
body {
  background: #f6f5e6;
  width: 100vw;
  position: relative;
  -webkit-text-size-adjust: 100%; }

section h2, section p, section li, section th, section td {
  color: #666666; }

section h2 span {
  font-family: helvetica, arial, san-serif;
  line-height: 1;
  font-weight: normal;
  background: #ffffff;
  display: inline;
  padding: 10px 10px 8px 10px; }

section p, section li, section th, section td {
  font-family: "リュウミン R-KL", "游明朝", "YuMincho", serif;
  line-height: 2; }
  section p span.supt, section li span.supt, section th span.supt, section td span.supt {
    font-size: 75.5%;
    vertical-align: top;
    position: relative;
    top: -0.1em; }

section a {
  color: #666666; }
  section a:hover {
    text-decoration: none; }

section th {
  text-align: left; }

section td {
  text-align: right;
  padding-left: 30px; }
  section td.no-p {
    padding: 0;
    text-align: left; }

section#top {
  padding: 140px 0 0 0;
  position: relative; }
  section#top h1 {
    background-image: url(/assets/images/logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  section#top div#hands {
    background-image: url(/assets/images/hands.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  section#top div#stars {
    background-image: url(/assets/images/stars.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  section#top p {
    margin-bottom: 20px; }

section#information p#insta-btn {
  text-align: center;
  margin-bottom: 60px; }
  section#information p#insta-btn a {
    background: #fbfaf3;
    border: 2px solid #666666;
    padding: 20px 75px;
    text-decoration: none; }
    section#information p#insta-btn a:hover {
      opacity: 0.7; }

section#contact div#logo {
  background-image: url(/assets/images/logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

@media screen and (min-width: 701px) {
  header {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    transform: rotate(180deg);
    position: fixed;
    z-index: 2;
    height: 100%;
    top: 0;
    left: 0; }
    header ul {
      text-align: center;
      margin: 0 25px 20px 0; }
      header ul li {
        display: inline;
        margin-top: 20px; }
        header ul li a {
          font-size: 16px;
          font-family: helvetica, arial, san-serif;
          text-decoration: none;
          color: #666666; }
          header ul li a:hover {
            opacity: 0.7; }
  nav {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    position: fixed;
    z-index: 2;
    height: 100%;
    top: 0;
    right: 0; }
    nav ul {
      text-align: center;
      margin: 0 25px 20px 0; }
      nav ul li {
        display: inline;
        margin-top: 20px; }
        nav ul li a {
          font-size: 16px;
          font-family: helvetica, arial, san-serif;
          text-decoration: none;
          color: #666666; }
          nav ul li a:hover {
            opacity: 0.7; }
        nav ul li#instagram {
          writing-mode: horizontal-tb; }
  section {
    margin: 0 auto 130px auto;
    position: relative;
    z-index: 1; } }
  @media screen and (min-width: 701px) and (min-width: 800px) {
    section {
      width: 650px; } }
  @media screen and (min-width: 701px) and (max-width: 799px) {
    section {
      width: 550px; } }

@media screen and (min-width: 701px) {
    section h2 {
      margin-bottom: 40px; }
      section h2 span {
        font-size: 20px;
        letter-spacing: 2px; }
    section p, section li, section th, section td {
      font-size: 16px;
      letter-spacing: 2px; }
    section p, section ul, section table {
      margin-bottom: 40px; }
    section .notes {
      font-size: 13px !important; }
    section br.sbr {
      display: none; }
    section div.cols {
      display: flex;
      justify-content: space-between; }
    section#top {
      padding: 140px 0 0 0;
      position: relative; }
      section#top h1 {
        width: 225px;
        height: 111px;
        position: absolute;
        top: 60px;
        left: 0px; }
      section#top div#hands {
        width: 606px;
        height: 483px;
        margin: 0 auto 70px auto; }
      section#top div#stars {
        width: 79px;
        height: 211px;
        position: absolute;
        top: 571px;
        left: 507px; }
      section#top p {
        font-size: 19px; }
    section#salon p img {
      width: 100%; }
    section#salon div.cols #map {
      width: 300px; }
      section#salon div.cols #map p {
        margin-bottom: 5px;
        text-align: right; }
        section#salon div.cols #map p img {
          width: 100%; }
    section#contact {
      margin-bottom: 70px; }
      section#contact div#logo {
        width: 200px;
        height: 99px;
        margin: 100px auto 0 auto; }
      section#contact a {
        font-size: 25px; } }

@media screen and (max-width: 700px) {
  header, nav li {
    display: none; }
  nav li#instagram {
    display: block;
    width: 6%;
    margin: 6% 6% 0% 0%;
    position: absolute;
    top: 0;
    right: 0; }
    nav li#instagram a {
      display: block; }
      nav li#instagram a img {
        width: 100%; }
  section {
    margin: 0% 8% 33.33% 8%;
    width: 84%; }
    section h2 {
      margin-bottom: 25px; }
      section h2 span {
        font-size: 16px;
        letter-spacing: 1px; }
    section p, section li, section th, section td {
      font-size: 14px;
      letter-spacing: 0.5px; }
    section p, section ul, section table {
      margin-bottom: 30px; }
    section .notes {
      font-size: 11px !important; }
    section br.pbr {
      display: none; }
    section#top {
      padding: 37% 0 0 0;
      position: relative; }
      section#top h1 {
        width: 55%;
        margin: 11.11% 0% 0% 0%;
        position: absolute;
        top: 0px;
        left: 0px; }
        section#top h1 span {
          content: "";
          display: block;
          padding-top: 49.03%; }
          section#top h1 span span {
            position: relative;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
      section#top div#hands {
        width: 121%;
        margin: 0 0 38% -11.5%; }
        section#top div#hands span {
          content: "";
          display: block;
          padding-top: 79.58%; }
          section#top div#hands span span {
            position: relative;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
      section#top div#stars {
        width: 17%;
        margin: 118% 5% 0 0;
        position: absolute;
        top: 0;
        right: 0; }
        section#top div#stars span {
          content: "";
          display: block;
          padding-top: 268.46%; }
          section#top div#stars span span {
            position: relative;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
      section#top p {
        font-size: 16px; }
    section#salon p img {
      width: 100%; }
    section#salon div.cols .el {
      margin-bottom: 10%; }
      section#salon div.cols .el#map p {
        margin-bottom: 5px;
        text-align: right; }
        section#salon div.cols .el#map p img {
          width: 100%; }
    section#information p#insta-btn a {
      border: 1.5px solid #666666; }
    section#contact {
      margin-bottom: 20%; }
      section#contact div#logo {
        width: 150px;
        height: 74px;
        margin: 60px auto 0 auto; }
      section#contact a {
        font-size: 18px; } }
