#table_eat01 th,
#table_eat01 td {
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 0.5em;
  height: 1em;
  font-size: 0.9em;
  font-weight: bold;
  border: 1px solid rgb(204, 204, 204);
}
#table_eat01 span {
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
}
#table_eat01 tr:nth-child(2) {
  background: #eeebeb;
}
#table_eat01 tr:nth-child(6) {
  /* background: #deeaf7; */
}

/* tab */
@media only screen and (max-width: 768px) {
  #table_eat01 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  #table_eat01 span {
    font-size: 1.15em;
  }
}

#table_eat02 th,
#table_eat02 td {
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 0.5em;
  height: 1em;
  font-size: 0.9em;
  font-weight: bold;
  border: 1px solid rgb(204, 204, 204);
}
#table_eat02 span {
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
}
#table_eat02 tr:nth-child(2) {
  background: #eeebeb;
}
#table_eat02 tr:nth-child(6) {
  /* background: #deeaf7; */
}

/* tab */
@media only screen and (max-width: 768px) {
  #table_eat02 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  #table_eat02 span {
    font-size: 1.15em;
  }
}

.contents-wrap_sample-coin {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2em 0;
}

.contents-box_sample-coin {
  margin-bottom: 0;
  padding: 0;
  width: 49%;
  text-align: center;
}

.contents-box_sample-coin img {
  display: block;
  margin: 1em auto;
  width: 100%;
  height: auto;
}

.contents-box_sample-coin p {
  font: 1.2em sans-serif;
}

@media screen and (max-width: 768px) {
  .contents-wrap_sample-coin {
    gap: 2em;
  }

  .contents-box_sample-coin {
    width: 100%;
  }
}

/* 全体のコンテナ */
.medal-notice-container {
  max-width: 800px;
  margin: 20px auto;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #333;
  line-height: 1.6;
  padding: 0;
}

/* カード風の枠 */
.notice-card {
  background: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* 各項目のスタイル */
.notice-item {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
}

.notice-item:last-child {
  border-bottom: none;
}

/* ラベル（PCでは横並び、スマホでは上に） */
.label {
  display: inline-block;
  background: #666;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 10px;
  width: fit-content;
}

.label.alert {
  background: #d32f2f; /* 赤色 */
}

/* テキストの調整 */
.notice-item p {
  margin: 0;
  font-size: 0.95rem;
}

.notice-item strong {
  color: #d32f2f;
  font-size: 1.1rem;
}

/* 価格ボックスの強調 */
.price-box {
  background: #fff8f8;
  padding: 15px;
  border-radius: 6px;
  border-left: 4px solid #d32f2f;
}

.main-price {
  font-size: 1.1rem !important;
  margin-bottom: 5px !important;
}

.sub-text {
  font-size: 0.85rem !important;
  color: #666;
}

/* レスポンス対応：タブレット・PCサイズ */
@media (min-width: 600px) {
  .notice-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .label {
    min-width: 120px;
    text-align: center;
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.info-box {
  max-width: 800px;
  margin: 20px auto;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.info-header {
  background-color: #fdeaea;
  color: #c62828;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 1.1rem;
}
.info-content {
  padding: 20px;
}
.storage-limit {
  text-align: center;
  margin: 15px 0;
  padding: 15px;
  border: 1px dashed #c62828;
  background-color: #fffafa;
}
.storage-limit span {
  font-size: 1.5rem;
  color: #c62828;
  font-weight: bold;
}
