.Price {
  background-color: #ffd401;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.Price__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;

  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;

  width: calc(100% - 40px);
  max-width: 110vh;

  background-color: #fffdec;
  border-radius: 6px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .Price__container {
    padding-bottom: 30px;
  }
}
.Price__inner {
  max-width: 500px;
}
.Price__title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 20px;
}
.Price__img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 500px;
}
.Price__img:last-child {
  margin-bottom: 0;
}
.Price__notify {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 50px;
}
.Price__strong {
  font-size: 1.2rem;
  font-weight: bold;
  color: #e85215;
}
.Price__service {
  display: inline-block;
  font-weight: bold;
  background-color: #e85215;
  color: #fff;
  padding: 5px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
}

.PriceDetail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.PriceDetail__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.PriceDetail__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  width: 100%;
  max-width: 300px;
}
.Price__img--entrance {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
