body {
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  background-color: #fff;
}

.main {
  margin-top: 10px;
}

#title {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#title img {
  width: 90px;
}

#title h1 {
  font-weight: 700;
  font-size: 20pt;
  line-height: 1.5em;
  letter-spacing: 9px;
  color: #A67C52;
  margin-top: 10px;
  margin-left: 5px;
}

#table {
  width: 100%;
  max-width: 450px;
  margin: auto;
  margin-top: 50px;
  border-top: solid 2px #858c7e;
  border-bottom: solid 2px #858c7e;
  display: flex;
}

#table .left {
  width: 35%;
  border-right : solid 2px #858c7e;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 30px;
  padding-left: 15px;
}

#table .left ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#table .left ul li {
  color: #A67C52;
  font-weight: 700;
  font-size: 9pt;
  line-height: 1.5em;
  letter-spacing: 2px;
  height: 70px;
}

#table .right {
  width: 65%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 30px;
  margin-left: 20px;
}

#table .right ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#table .right ul li {
  color: #858C7E;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 11pt;
  line-height: 1.5em;
  letter-spacing: 4px;
  height: 70px;
}


/* 問い合わせボタン */
#contact-button {
  position: fixed;
  cursor: pointer;
  right: 6%;
  bottom: 30px;
  padding-left: 0px;
  padding-top: 0px;
}

#contact-button img {
  width: 96px;
}
