.hdr {
  color: #7F963D;
}

.omotenashi #content-hdr {
  background: linear-gradient(to bottom, #fff 319px, #E5EAD8 319px, #E5EAD8 750px, transparent 750px);
}

@media screen and (max-width: 750px) {
  .omotenashi #content-hdr {
    background: linear-gradient(to bottom, #fff calc((100vw - 40px) * 0.509), #E5EAD8 calc((100vw - 40px) * 0.509));
  }
}

.omotenashi .venue-btn {
  display: inline-block;
  color: #7F963D;
  height: 40px;
  line-height: 37px;
  margin-top: 10px;
  padding: 0 34px;
  border: 1px solid #7F963D;
  border-radius: 20px;
}

@media screen and (max-width: 750px) {
  .omotenashi .venue-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 305px;
    height: 45px;
    border-radius: 23px;
    margin: 11px auto;
    position: relative;
  }
}

.omotenashi .venue-btn::after {
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  margin-left: 5px;
  background: url(../img/common/ico_link_green.svg) center/contain no-repeat;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 750px) {
  .omotenashi .venue-btn::after {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
  }
}

.omotenashi .area-name-2em span {
  font-size: 17px !important;
  width: 60px !important;
  border-radius: 15px !important;
}

@media screen and (max-width: 750px) {
  .omotenashi .area-name-2em span {
    font-size: 13px !important;
    width: 40px !important;
    min-width: 40px !important;
  }
}

.omotenashi .red {
  color: #e8382f;
}
