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

img {
  width: 100%;
  height: auto;
  display: block;
}

.continer {
  background-color: #fff;
}

.img-cat {
  clip-path: inset(0 0 2.5vw 0);
}

.margin {
  margin-top: -7px;
}

.reservation {
  position: relative;
}

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

.company-info img {
  position: relative;
  width: 54.359vw;
  max-width: 271px;
  margin: 40px auto;
}

.company-info__content {
  width: 89.487vw;
  margin: 0 auto 27px;
}

.name__nav {
  font-size: 3.077vw;
  margin: 0;
  font-weight: 500;
}

.name__title {
  margin: 0;
  font-size: 3.5897vw;
  font-weight: 700;
}

.sns {
  display: flex;
  align-items: center;
  width: 100%;
  /* margin-top: -11px; */
  background-color: #fff;
  position: relative;
  z-index: 999;
}

.sns img {
  width: 8.205vw;
  margin-top: 10px;
  margin-left: 4.103vw;
  margin-bottom: 40px;
}

.company-info__section {
  margin-bottom: 10px;
}

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

.company-info__section a:hover {
  color: #000;
}

.footer {
  position: relative;
}

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

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

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

  .company-info__content {
    width: 447.435px;
  }

  .img-cat {
    clip-path: inset(0 0 12.5px 0); /* 2.5vw × 500px = 12.5px */
  }

  .sns img {
    width: 41.025px; /* 8.205vw × 500px = 41.025px */
    margin-left: 20.515px; /* 4.103vw × 500px = 20.515px */
  }

  .name__nav {
    font-size: 15.385px;
  }

  .name__title {
    font-size: 17.949px;
  }
}
