@charset "utf-8";

body {
  margin: 0 auto;
  max-width: 800px;
  font-family: "Helvetica Neue", Arial, "Hiragino Maru Gothic ProN", Meiryo, sans-serif;
}

header {
  margin: 0;
  padding-top: 4px;
  padding-bottom: 0;
  max-height: 120px;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1000;
}

h1 {
  margin: 0;
  padding-top: 4px;
  padding-left: 20px;
  color: gray;
  font-size: 1.4em;
  line-height: 40px;
}

h2 {
  margin: 0;
  font-size: 0.85em;
  text-align: right;
  color: darkgray;
}

h3 {
  font-size: 1em;
}

p {
  color: darkgray;
  font-size: 0.9em;
}

header img {
  margin: 0 8px;
}

.since {
  font-size: 0.8em;
  font-weight: lighter;
}

.nav_bar {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: rgb(197 105 140);
  opacity: 0.8;
  text-decoration: none;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
}

.nav_bar a {
  margin: 0;
  text-decoration: none;
  font-weight: bold;
  color: white;
}

.nav_bar a:hover {
  color: lightgray;
}

.prices {
  padding-top: 120px;
  margin: 0 auto;
}

table {
  margin: 0 auto;
  padding: 0 4px;
}

.menu_category {
  text-align: left;
  font-weight: bold;
  font-size: 1em;
  background-color: lightgray;
}

.menu {
  font-size: 0.9em;
}
.menu_ex {
  font-size: 0.8em;
}

.prices span {
  font-size: 0.7em;
}

.price {
  margin: 0;
  font-weight: bold;
}

.tax {
  text-align: right;
  font-size: 0.8em;
}

.holiday {
  text-align: center;
  font-size: 0.8em;
}

.access {
  margin: 0;
  padding-left: 40px;
  padding-top: 120px;
}

.map {
  margin: 0 auto;
  padding-left: 40px;
}

.address {
  font-size: 0.8em;
  line-height: 1.1;
  padding-left: 60px;
}

.google_map {
  margin-top: 20px;
  padding-left: 120px;
}

.access a {
  background-color: gray;
  text-decoration: none;
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  border: 1px solid;
  border-radius: 8px;
  padding: 8px;
  box-sizing: border-box;
}

.access a:hover {
  border: 4px solid darkgray;
}

article {
  padding-top: 120px;
}

dl {
  margin: 0;
  padding: 0 8px;
}

article p {
  font-size: 0.9em;
}

.date {
  font-size: 0.9em;
}

.contact {
  text-align: center;
  margin: 40px;
  padding-top: 120px;
  padding-bottom: 80px;
}

.button {
  text-align: center;
  margin: 40px;
}

.contact a {
  background-color: rgb(197 105 140);
  text-decoration: none;
  color: white;
  font-size: 1em;
  font-weight: bold;
  border: 1px solid;
  border-radius: 8px;
  padding: 8px;
  box-sizing: border-box;
}

.contact a:hover {
  border: 4px solid red;
}

footer {
  margin: 0;
  background-color: rgb(197 105 140);
  opacity: 0.8;
  text-align: right;
  padding-right: 8px;
}

footer p {
  font-size: 1em;
  line-height: 1.6;
  color: white;
}

footer a {
  color: white;
  text-decoration: none;
}

@media (max-width: 769px) {
  h1 {
    font-size: 1em;
  }

  h2 {
    font-size: 0.7em;
  }
}
