nav {
  height: 64px;
  margin-bottom: 10px;
  padding: 0;
  background-color: #2f4f4f;
}

nav h2 {
  display: none;
}

nav ul {
  height: 64px;
  margin: 0;
  padding: 0;
  line-height: 300%;
  list-style-type: none;
}

nav ul li {
  margin: 0;
  padding: 0;
  float: left;
  height: 64px;
  width: 200px;
  text-align: center;
  font-size: 25px;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}

nav ul li a:link {
  color: #fff;
  text-decoration: none;
}

nav ul li a:visited {
  color: #fff;
  text-decoration: none;
}

nav ul li a:hover {
  border-color: #699;
  color: #333;
  background-color: #699;
  text-decoration: none;
}

nav ul li a {
  border-right: 1px solid #666;
  padding: 8px 20px;
  display: block;
  position: relative;
  color: #fff;
  background-color: #333;
  text-decoration: none;
}

body {
  background: #0099f9;
}

div.contents {
  background: #e6e6fa;
  width: 800px;
  padding: 10px;
  text-align: center;
  border: 1px solid #cccccc;
  margin: 30px auto;
  z-index: 0;
}

h1 {
  font-size: 55px;
  color: blue;
  font-family: "Nico Moji", cursive;
}

h2 {
  font-size: 38px;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0.4em 0.5em;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 7px rgb(179, 98, 255);
  border-bottom: solid 4px #d7d7d7;
}

h3 {
  font-size: 32px;
  color: rgb(255, 182, 46);
  font-family: a-otf-jun-pro, sans-serif;
  font-style: italic;
  font-weight: 300;
}

h3.food {
  display: flex;
  align-items: center;
}

h3.food:before, .food:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: rgb(255, 182, 46);
  margin: 0 0.8em;
}

p {
  font-size: 24px;
  color: peru;
  font-family: a-otf-jun-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
}

iframe.map {
  background-color: azure;
  border: 1px solid #cccccc;
  padding: 3px;
}

article.copyright {
  font-size: 15px;
  color: #fff;
  font-family: a-otf-jun-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

div.left {
  float: left;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  padding: 50px, 50px, 10px, 50px;
  z-index: -2;
}

div.right {
  position: relative;
  float: right;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px, 10px, 50px, 50px;
  z-index: -1;
}

a.twitter-timeline {
  text-align: left;
  width: 400px;
  height: 1100px;
  margin: 30px auto;
}

div.item {
  margin: 4px 0 4px 4px;
  padding: 4px;
  width: 300px;
}

div.foot_bar {
  height: 50px;
}

#page_Top {
  position: fixed;
  bottom: 30px;
  right: 40px;
}

#page_Top i {
  padding-top: 12px;
  padding-right: 7px;
}

#page_Top a {
  display: block;
  z-index: 999;
  padding: 10px 0 0 10px;
  border-radius: 40px;
  width: 50px;
  height: 50px;
  background-color: #9fd6d2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#page_Top a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#photo0 {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  position: relative;
}

#photo0 img {
  top: 0;
  left: 0;
  position: absolute;
}

#photo1 {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  position: relative;
}

#photo1 img {
  top: 0;
  left: 0;
  position: absolute;
}

#photo2 {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  position: relative;
}

#photo2 img {
  top: 0;
  left: 0;
  position: absolute;
}

#photo3 {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  position: relative;
}

#photo3 img {
  top: 0;
  left: 0;
  position: absolute;
}

a {
  font-size: 20px;
  color: peru;
  font-family: a-otf-jun-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
}

table {
  font-size: 18px;
  color: peru;
  font-family: a-otf-jun-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

ol {
  font-size: 24px;
  color: peru;
  font-family: a-otf-jun-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  list-style-type: none;
}

ol li {
  margin: 0 10px 0 0;
  text-align: center;
}

div.motto {
  text-align: center;
}