body {
  font-family: 'Aoto Gothic Regular';
}
#yodogawa,
#talk_wrap,
#information_free,
#home_contents {
  padding-left: 5%;
  padding-right: 5%;
}
#kv {
  min-height: unset;
}
#kv h1 {
  max-width: 850px;
  position: relative;
}
#kv img {
  height: unset;
}
#kv h1::before {
  content: '';
  position: absolute;
  top: 2%;
  right: 11%;
  width: 26%;
  aspect-ratio: 1 / 1.1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/ns_ichiyo-sauna/icon.gif);
  z-index: 10;
}
@media (max-width: 640px) {
  #home_menu h3 {
    width: 100%;
    margin-left: 0;
  }
  #kv h1::before {
    width: 30%;
    right: 6%;
  }
}
