.textCenter {
  text-align: center;
}

table {
  border-collapse: collapse;
  border: 1px solid #E3E3E3;
  font-size: 1.4rem;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: fit-content;
}

th {
  background-color: #f8f8f8;
  border: 1px solid #E3E3E3;
  font-weight: normal;
  padding: 0.8em;
  vertical-align: top;
}

td {
  border: 1px solid #E3E3E3;
  padding: 0.8em;
  vertical-align: top;
}

.bgWhite {
  background-color: #fff;
  border-radius: 24px;
  padding: 40px 20px;
}

.lineupList {
  gap: 15px;
}

.lineupListItem {
  background-color: #fff;
  border: 1px solid #e5d8cd;
  border-radius: 8px;
  padding: 20px 10px;
  overflow: hidden;
}
.lineupListItem p {
  color: #291e15;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.5em;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.lineupListItem a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.5em;
  text-decoration: none;
}
.lineupListItem a:hover {
  text-decoration: underline;
}
.lineupListItem .unit {
  width: 100%;
}

.lineupListImgWrap {
  width: 90%;
  margin: 0 auto 10px;
}

.freezedryDetail {
  gap: 20px 40px;
}
.freezedryDetail img {
  width: 80%;
  margin-inline: auto;
}

.freezedryDetailText {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.freezedryShopList {
  gap: 12px;
}

.freezedryShopListItem {
  border: 1px solid #e5d8cd;
  background-color: #fff;
  padding: 15px;
}
.freezedryShopListItem p:not(.freezedryShopName) {
  font-size: 1.4rem;
  text-align: center;
  padding: 0.8em 0;
}

.freezedryShopName {
  background-color: #F5F5F5;
  color: #291e15;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 8px;
}

.freezedryShopMap {
  width: 95%;
  margin: auto;
}
.freezedryShopMap iframe {
  width: 100%;
  height: 260px;
}

.featuresColumnBox {
  gap: 20px 30px;
}
.featuresColumnBox img {
  margin-inline: auto;
}
.featuresColumnBox dt {
  font-size: 1.6rem;
  font-weight: bold;
}

.secretColumnBox img {
  margin-inline: auto;
}

.packageColumnBox img {
  margin-inline: auto;
}

.storelist {
  display: grid;
  gap: 10px;
  list-style: square;
  margin-left: 1em;
}
.storelist li {
  list-style-type: square;
}
.storelist a {
  text-decoration: none;
}
.storelist a:hover {
  text-decoration: underline;
}

.contact {
  background-color: #F5F5F5;
  margin-top: 60px;
  padding: 40px 0;
}

.contactColumnBox {
  align-items: center;
}

@media (min-width: 768px) {
  table {
    width: revert-layer;
  }
  .bgWhite {
    padding: 50px;
  }
  .lineupList {
    gap: 20px;
  }
  .lineupListItem {
    padding: 20px;
  }
  .freezedryDetail {
    grid-template-columns: 40% 1fr;
  }
  .freezedryDetail img {
    width: 100%;
  }
  .freezedryShopList {
    gap: 20px;
  }
  .featuresColumnBox dt {
    font-size: 1.8rem;
  }
  .contact {
    margin-top: 120px;
    padding: 60px 0;
  }
}

@media (min-width: 960px) {
  .lineupList {
    gap: 30px;
  }
}

/*# sourceMappingURL=page.css.map*/