body {
  margin: 0 auto;
  font-family: "Noto Sans JP";
  background-color: #f0f0f0;
}

img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 5.13vw;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #e67a7a;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

p {
  font-size: 3.59vw;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: #e67a7a;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

footer {
  text-align: left;
  padding: 15px 32px;
  margin-top: 15px;
}

.container {
  background-color: #fff;
}

.contact p:first-of-type {
  margin-top: 6px;
}

.reservation {
  position: relative;
  margin-top: -1px;
}

.reservation_button {
  max-width: 92.308vw;
  position: absolute;
  bottom: 9vw;
  left: 0;
  right: 0;
  margin: auto;
}

.shop_button {
  max-width: 70.174359vw;
  position: absolute;
  bottom: 9.7436vw;
  left: 0;
  right: 0;
  margin: auto;
}

.shop_button--footer {
  width: 83.077vw;
  max-width: 415px;
  margin: auto;
  margin-top: 6px;
}

.shop_button--last {
  max-width: 70.174359vw;
  position: absolute;
  bottom: 17.436vw;
  left: 0;
  right: 0;
  margin: auto;
}

.footer {
  position: relative;
}

.footer_link {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 500px) {
  body {
    width: 500px;
  }

  h1 {
    font-size: 20px;
  }

  p {
    font-size: 14px;
  }

  .reservation_button {
    max-width: 461.54px;
    position: absolute;
    bottom: 48.718px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .shop_button {
    max-width: 350.86px;
    position: absolute;
    bottom: 48.718px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .shop_button--last {
    max-width: 350.86px;
    position: absolute;
    bottom: 85.718px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .company-info__content {
    max-width: 458.94px;
  }

  .company-info__img {
    max-width: 417.94px;
  }
}

.company-info__content {
  width: 91.79vw;
  margin: 0 auto 16px;
  border-top: 2px solid #e67a7a;
  text-align: center;
}

.company-info__content:first-of-type {
  margin-top: 40px;
}

.company-info__img {
  width: 83.59vw;
  height: 100%;
  object-fit: cover;
  margin: 16px auto 6px;
}

.company__content {
  display: flex;
  justify-content: flex-start;
  gap: 3px;
  padding: 31px 16px 0;
}

.company__content p {
  width: 14.359vw;
  max-width: 56px;
  text-align: left;
  white-space: nowrap;
}

/* 電話番号リンク */
.contact a {
  color: #e67a7a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact a:hover {
  color: #e67a7a;
}

.company__content a {
  color: #e67a7a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.company__content a:hover {
  color: #e67a7a;
}



