@charset "UTF-8";

#sp_tel2 {
  display: none;
}

a.red {
  text-decoration: underline;
  &:hover {
    text-decoration: none;
  }
}

.price_txt {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #D41821;
  letter-spacing: 0.1rem;
  margin-top: -1.5rem;
}
.price_txt span {
  font-size: 3rem;
}

@media screen and (max-width: 600px) {
  #sp_tel2 {
    display: block;
    z-index: 150000;
    padding-top: 40px;
    text-align: center;
  }
  .hamburger {
    display: none !important;
  }
  .price_txt {
    font-size: 5.2vw;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #D41821;
    letter-spacing: 0;
    margin-top: -1.5rem;
  }
  .price_txt span {
    font-size: 6.8vw;
  }
}



