@charset "UTF-8";

#name {
  width: 83%;
  max-width: 90%;
}

#concept {
  margin-bottom: 10px;
}

#text {
  width: 80%;
}

#pkg,
.container {
  margin-bottom: 10px;
}

#spec {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.spec_container {
  margin-bottom: 15px;
}

#gallery {
  margin-bottom: 20px;
}

#gallery_cnt ul li {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  text-align: center;

}

.shop {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.shop a {
  width: 100%;
  padding: 18px;
  font-size: 162%;
  border-radius: 10px;
}

ul.link {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

ul.link {
  margin: 0 0 30px;
  text-align: center;
  display: flex;
  gap: 5%;
  /* PCでは40pxの間隔 */
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  list-style: none;
}

.link li {
  width: 40%;
  flex: 0 1 auto;
}

.link img {
  width: 100%;
}

.caution {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

/* #stopperの調整 */
#stopper {
  width: 45%;
  max-width: 766px;
  /* 画像の幅に合わせてもOK */
}

#stopper.stopped {
  top: 443px;
}