header {
  height: 110px;
  border-bottom: solid thin black;
}
header div {
  position: relative;
}
header div .headerLogo {
  display: block;
  width: 130px;
  position: absolute;
  bottom: 15px;
  left: 0px;
}

#chartTitle {
  width: 1020px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding-bottom: 140px;
  padding-top: 140px;
}
#chartTitle h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#chartTitle h2 {
  font-size: 20px;
  color: #61C1BE;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
#chartTitle h3.aromaTitle {
  position: absolute;
  font-size: 100px;
  font-weight: bold;
  color: rgba(201, 160, 99, 0.5);
  top: 65px;
  right: 60px;
  z-index: 0;
  line-height: 1;
}
#chartTitle p {
  font-size: 15px;
  text-align: center;
  line-height: 2;
}

#chartAromaSP {
  display: none;
}

#chartAroma {
  background-color: rgba(201, 189, 166, 0.2);
  width: 100%;
  height: auto;
  padding: 100px 0 100px 0;
}
#chartAroma div {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}
#chartAroma div img {
  height: 1100px;
}
#chartAroma div ul {
  position: absolute;
  right: 0;
  top: 79px;
}
#chartAroma div ul li {
  width: 390px;
  margin-bottom: 21px;
}
#chartAroma div ul li:nth-child(3) {
  margin-top: 140px;
}
#chartAroma div ul li:nth-child(6) {
  margin-top: 22px;
}
#chartAroma div ul li:nth-child(9) {
  margin-top: 23px;
}
#chartAroma div ul li:nth-child(10) {
  margin-top: 68px;
}
#chartAroma div ul li:nth-child(11) {
  margin-top: 65px;
}
#chartAroma div ul a {
  display: block;
  font-size: 20px;
  text-align: center;
  padding: 12px 0 12px 0;
  background: #C9A063;
  color: white;
  border-radius: 5px;
  font-weight: bold;
}
#chartAroma div ul a:hover {
  opacity: 0.5;
}

#contact {
  background: white;
}
#contact li:first-of-type {
  display: none;
}

@media (max-width: 768px) {
  #chartTitle {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    padding-top: 80px;
  }
  #chartTitle h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    z-index: 100;
    position: relative;
  }
  #chartTitle h2 {
    margin-bottom: 30px;
  }
  #chartTitle p {
    font-size: 13px;
    margin-top: 30px;
  }
  #chartTitle h3.aromaTitle {
    position: static;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    font-weight: bold;
    color: rgba(201, 160, 99, 0.5);
    text-align: center;
    margin-top: 30px;
  }
  #chartTitle h3.aromaTitle br {
    display: none;
  }

  #chartAroma {
    display: none;
  }

  #chartAromaSP {
    display: block;
  }
  #chartAromaSP .d-menu {
    background-color: rgba(201, 189, 166, 0.2);
    height: auto;
    padding: 50px 0 50px 20px;
  }
  #chartAromaSP .d1 a {
    color: #3E3A39;
  }
  #chartAromaSP dl.accordion dt span {
    color: #3E3A39;
  }

  #contact {
    background: white;
  }
}
