@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
html {
  color: #222;
  font-size: 1em;
  font-family: "Mplus 1p", sans-serif;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  margin: 0;
  padding: 0; }

.container {
  width: 1024px;
  margin: auto; }

img {
  max-width: 100%; }

header {
  width: 100%;
  margin: 0;
  padding: 0; }
  header h1 {
    height: 600px;
    background: url("../img/wa_0000_site-header.png") no-repeat center top;
    margin: 0;
    padding: 0; }
    header h1 a,
    header h1 span {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }

.subpage header h1 {
  height: 251px;
  background-image: url("../img/wa_0000_subpage-header.png"); }

header nav {
  background: #f6f2e9 url("../img/wa_0005_section-bg.png") no-repeat top center; }
  header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 80px;
    align-items: center;
    flex-flow: row wrap; }
    header nav ul li {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      height: 60px;
      box-sizing: border-box;
      flex: 0 0 20%;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      border-right: 1px solid white; }
      header nav ul li:first-of-type {
        box-shadow: -1px 0 0 white; }
      header nav ul li:last-of-type {
        box-shadow: -1px 0 0 white, 1px 0 0 rgba(0, 0, 0, 0.1); }
      header nav ul li a {
        display: block;
        color: #2c4a62;
        text-decoration: none;
        line-height: 60px;
        transition: 0.5s; }
        header nav ul li a:hover {
          background: rgba(0, 0, 0, 0.2); }

#girls .section-header,
#realtime .section-header {
  background: url("../img/wa_0003_nav-bg.png") repeat-x left top; }
  #girls .section-header .container,
  #realtime .section-header .container {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    #girls .section-header .container > *,
    #realtime .section-header .container > * {
      margin-right: 1.0em; }
#girls .section-body ul,
#realtime .section-body ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0 0 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; }

.girl-item {
  border: 2px dashed #fecccf;
  flex: 0 1 194px;
  margin: 0 3px 18px; }

#realtime .girl-item {
  display: none; }

.girl-item-inner {
  background: url("../img/wa_0008_girl-box-bg.png");
  margin: 4px;
  padding-bottom: 30px; }

.girl-info {
  background: #e9edf0;
  text-align: center;
  padding-bottom: 5px;
  color: #2e4a62; }
  .girl-info img {
    border: 3px solid #fff;
    margin: 9px auto 5px; }
  .girl-info .name {
    margin: 0;
    padding: 0;
    font-size: 20px; }
  .girl-info .age {
    margin: 0;
    padding: 0;
    font-size: 14px; }
  .girl-info .style {
    font-size: 10px; }
  .girl-info .type {
    width: 170px;
    height: 25px;
    margin: auto;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    background: #2e4a62; }

.girls-icon {
  background: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around; }
  .girls-icon .icon-item {
    width: 89px;
    height: 24px;
    background: #666;
    text-align: center;
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    border: 2px solid #fff; }
    .girls-icon .icon-item.icon-yellow {
      background-color: #fbb03b; }
    .girls-icon .icon-item.icon-pink {
      background-color: #ff7bac; }
    .girls-icon .icon-item.icon-purple {
      background-color: #b9a3d4; }
    .girls-icon .icon-item.icon-skyblue {
      background-color: #73caf5; }
    .girls-icon .icon-item.icon-red {
      background-color: #c53434; }
    .girls-icon .icon-item.icon-blue {
      background-color: #3d61f0; }

#system {
  height: 949px;
  margin: 0;
  padding: 0;
  background: url("../img/wa_0004_section-system.png") no-repeat center top; }

#reserve .section-header h2 {
  margin: 0 0 10px;
  padding: 0; }
#reserve .section-body {
  background: #f6f2e9 url("../img/wa_0005_section-bg.png") no-repeat top center;
  text-align: center;
  padding: 28px 0;
  font-size: 16px;
  color: #2e4a5f; }

.telephone {
  border-bottom: 1px dashed #2e4a62;
  padding: 10px; }

footer {
  background: #c6e6f3 url("../img/wa_0007_footer-bg.png") no-repeat center top; }
  footer .r18 {
    font-size: 0.5em;
    text-align: center;
    color: #999;
    margin: 0;
    padding: 1rem; }
  footer .copyright {
    margin: 0;
    text-align: center;
    color: #2e4a5f;
    font-size: 12px;
    line-height: 80px; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 639px) {
  .container {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box; }

  header h1 {
    height: 220px;
    background-size: cover; }
  header nav {
    background-size: 960px 12px; }
    header nav ul {
      height: auto; }
      header nav ul li {
        flex: 0 0 50%;
        height: 30px;
        box-sizing: border-box; }
        header nav ul li:nth-of-type(2n+1) {
          box-shadow: -1px 0 0 white; }
        header nav ul li:nth-of-type(2n) {
          box-shadow: -1px 0 0 white, 1px 0 0 rgba(0, 0, 0, 0.1); }
        header nav ul li a {
          line-height: 30px; }

  .subpage header h1 {
    height: 96px; }

  #realtime .section-header {
    background: url("../img/wa_0003_nav-bg.png") repeat-x left top; }
    #realtime .section-header .container {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      #realtime .section-header .container h3 {
        margin-right: 5%;
        width: 60%; }
      #realtime .section-header .container a {
        width: 30%; }
  #realtime .section-body ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0 0 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start; }

  .girl-item {
    border: 2px dashed #fecccf;
    flex: 0 1 48%;
    margin: 0 1% 18px;
    box-sizing: border-box; }

  .girl-info {
    background: #e9edf0;
    text-align: center;
    padding-bottom: 5px;
    color: #2e4a62; }
    .girl-info img {
      margin: 9px auto 5px;
      max-width: 90%; }
    .girl-info .name {
      margin: 0;
      padding: 0;
      font-size: 20px; }
    .girl-info .age {
      margin: 0;
      padding: 0;
      font-size: 14px; }
    .girl-info .style {
      font-size: 10px; }
    .girl-info .type {
      width: auto;
      height: 25px;
      margin: auto;
      text-align: center;
      font-size: 15px;
      line-height: 25px;
      color: #fff;
      background: #2e4a62; }

  .girls-icon .icon-item {
    width: 47%;
    height: 24px;
    background: #666;
    text-align: center;
    font-size: 10px;
    line-height: 24px;
    color: #fff;
    border: 2px solid #fff; }
    .girls-icon .icon-item.icon-yellow {
      background-color: #fbb03b; }
    .girls-icon .icon-item.icon-pink {
      background-color: #ff7bac; }
    .girls-icon .icon-item.icon-purple {
      background-color: #b9a3d4; }
    .girls-icon .icon-item.icon-skyblue {
      background-color: #73caf5; }
    .girls-icon .icon-item.icon-red {
      background-color: #c53434; }
    .girls-icon .icon-item.icon-blue {
      background-color: #3d61f0; }

  #system {
    height: 330px;
    margin: 0;
    padding: 0;
    background: url("../img/wa_0004_section-system.png") no-repeat center top;
    background-size: cover; }

  #reserve .section-body {
    background-size: 960px 12px; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:after,
  *:before {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img,
  tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
