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

.main {
  margin-top: 50px;
}

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

#title img {
  width: 110px;
}

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

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

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

#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: 12pt;
  line-height: 1.5em;
  letter-spacing: 4px;
  height: 70px;
}

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

#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: 13pt;
  line-height: 1.5em;
  letter-spacing: 4px;
  height: 70px;
}


/* 問い合わせボタン */
#contact-button {
  position: fixed;
  cursor: pointer;
  right: 100px;
  bottom: 80px;
  padding-left: 0px;
  padding-top: 0px;
  z-index:999;
}

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