#wrap::before {
  content: '';
  background-image: url(/ns_gyuchawan/osaru.svg);
  background-size: 100% 37px;
  background-color: #331700;
  background-repeat: no-repeat;
  background-position: center;
  padding: 8px;
  height: 56px;
  display: block;
  box-sizing: border-box;
}
#information_free li .info_desc {
  max-width: 415px;
}
#kv {
  width: 1300px;
  max-width: 100vw;
  margin-left: calc((min(1300px, 100vw) - 100%) / 2 * -1);
}
#information_free .info_title {
  margin: 10px 0 25px 0;
}
a.gyuchawan_reserve img {
  display: block;
}
a.gyuchawan_reserve[target="_blank"]::after {
  content: '';
  display: none;
}
@media (max-width: 640px) {
  #wrap::before {
    background-size: 100% 26px;
    padding: 4px;
    height: 48px;
  }
  .info_title p {
    line-height: 1.6;
  }
  .info_title span {
    display: block;
    margin-top: 10px;
  }
}
