#sleep {
  
}
#sleep div.wrap {
  
  width: 100%;
  height: 410px;
  position: relative;
  margin-bottom: 160px;
}
#sleep div.wrap div.text {
  
  width: 1390px;
  height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #faf3e3;
}
#sleep div.wrap div.text hgroup {
  
  text-align: center;
}
#sleep div.wrap div.text hgroup h2 {
  
  font-size: 16px;
}
#sleep div.wrap div.text hgroup h3 {
  
  font-size: 32px;
  margin-top: 50px;
}
#sleep div.wrap div.text a{
  
  margin-top: 30px;
  font-size: 13px;
  padding: 4px 15px;
  border: 1px solid;
  line-height: 2;
}
#sleep div.wrap div.img {
  
  width: 820px;
  height: 320px;
  position: absolute;
  right: 0;
  bottom: -63px;
    background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/sleep.htm);
}
#sleep div.wrap span {
  
}
#sleep div.wrap span button {
  
}