html {
  font: 100%/1.75 sans-serif; }

a {
  color: #369; }

body {
  color: #2a2a2a;
  background: url(bg-middle.png) repeat-y left top;
  padding: 0;
  margin: 0;
  position: relative; }

header {
  display: block;
  width: 1024px;
  background: url(bg-top.png) no-repeat left bottom;
  overflow: visible;
  padding-bottom: 220px; }
  header::after {
    content: "";
    display: table;
    clear: both; }

.header-titles {
  margin: 0; }

.title-image {
  float: left; }

.title-text {
  color: #222;
  float: left;
  max-width: 588px;
  box-sizing: border-box;
  padding: 24px 0 0 15px; }

.site-title {
  font: 1.5rem/1.25 'M PLUS 1p', sans-serif;
  font-weight: 500;
  margin: 0; }

.site-desc {
  font: 0.9375rem/1.25 'M PLUS 1p', sans-serif;
  font-weight: 500; }

.top-information {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.66;
  margin: 1.875rem 0 1.25rem;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.75); }
  .top-information p {
    margin: 0.25em 0;
    white-space: normal; }

.page-container {
  margin-top: -220px;
  width: 832px; }

.sidebar {
  float: left;
  width: 242px;
  padding: 30px 5px 20px 20px;
  box-sizing: border-box; }

.nav-menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .nav-menu ul li {
    margin: 0 0 .5rem; }
    .nav-menu ul li a {
      color: #222;
      text-shadow: 0 1px 1px white;
      font: 1rem/1.25 'M PLUS 1p', sans-serif;
      font-weight: 500;
      display: block;
      text-decoration: none;
      padding: .5rem .75rem;
      background: rgba(188, 226, 192, 0.75);
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.125); }
      .nav-menu ul li a:hover {
        background: #bce2c0; }
    .nav-menu ul li.current a {
      color: #444;
      text-decoration: none;
      background: rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.125);
      cursor: default; }

.shop-info {
  margin-top: 1.25rem; }
  .shop-info h3 {
    font-size: 0.9375rem;
    margin: .75rem 0 .25rem; }
  .shop-info p {
    font: 0.875rem / 1.3333 sans-serif;
    margin: .25em 0; }
  .shop-info small {
    font-size: 0.75rem; }
  .shop-info ul.service-time {
    font: 0.812rem / 1.5 sans-serif;
    list-style: none;
    padding: 0;
    margin: .25em 0; }
    .shop-info ul.service-time li {
      margin: .25em 0 .75em; }
  .shop-info ul.kome {
    font-size: 0.75rem;
    list-style: none;
    padding-left: 1em;
    margin: .25em 0; }
    .shop-info ul.kome li {
      margin: .125em 0;
      position: relative; }
      .shop-info ul.kome li .list-mark {
        position: absolute;
        top: 0;
        transform: translate(-12.5%, -5%);
        right: 100%; }

main {
  float: right;
  width: 590px;
  padding: 20px 18px 20px 15px;
  margin-top: -112px;
  box-sizing: border-box;
  background: #fff; }

footer {
  clear: both;
  height: 206px;
  background: url(bg-bottom.png) no-repeat left bottom; }

address {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-style: normal; }

strong, b {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500; }

small {
  font-size: 75%; }

figure {
  margin: .5rem 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'M PLUS 1p', sans-serif;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 1rem; }

h1 {
  font-size: 2rem;
  padding: .5rem 0;
  margin-top: 0; }

h2 {
  font-size: 1.75rem;
  margin-top: 3rem; }

h2 small {
  font-size: 72.5%; }

p {
  margin: .75rem 0; }

p.small {
  font-size: 0.8125rem; }

ul {
  padding-left: 1.5em; }

.page-title {
  line-height: 1;
  color: #111;
  text-shadow: 0 1px 0 white;
  padding: .625em .75em;
  background: rgba(230, 226, 209, 0.35);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.125); }

.page-title small {
  font-size: 68.75%; }

@media screen and (max-width: 470px) {
  .page-title {
    font-size: 8.5vw; } }
.top-content {
  font: 1.0625rem/1.6666 'M PLUS 1p', sans-serif;
  font-weight: 400; }

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 4px -2px; }

.gallery .gallery-item {
  display: block;
  padding: 2px;
  margin: 0;
  box-sizing: border-box; }

.gallery.col-1 .gallery-item {
  flex: 0 0 100%; }

.gallery.col-2 .gallery-item {
  flex: 0 0 50%; }
