@charset "UTF-8";

/* to/ 店舗ピッカー（地域→店舗→詳情） */

#main .to_main_content {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

#page_vision .text_wrap .img01 {
  margin-right: -16px;
}

.to_pickup {
  width: 100%;
  padding: 24px 0 48px;
}

.to_step[hidden] {
  display: none !important;
}

.to_lead {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  text-align: center;
  margin: 0 0 28px;
  padding: 0 8px;
}

.to_step_heading {
  font-size: 20px;
  font-weight: 700;
  color: #e60012;
  text-align: center;
  margin: 0 0 8px;
  line-height: 1.3;
}

.to_back_wrap {
  margin: 0 0 20px;
  text-align: left;
}

.to_btn_back {
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
  color: #e60012;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}

.to_btn_back:hover {
  opacity: 0.8;
}

/* 赤ボタン 2列グリッド（SG参考・HK赤 #e60012） */
.to_btn_grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 12px;
}

.to_btn_grid > li {
  margin: 0;
  padding: 0;
}

.to_btn_red {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 14px 12px;
  border: none;
  border-radius: 999px;
  background-color: #e60012;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.2s, opacity 0.2s;
  -webkit-tap-highlight-color: transparent;
}

a.to_btn_red {
  text-decoration: none;
  color: #fff;
}

.to_btn_red:hover,
.to_btn_red:focus {
  background-color: #c4000f;
  outline: none;
}

.to_btn_red:active {
  opacity: 0.9;
}

.to_btn_main {
  display: block;
}

.to_btn_sub {
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin-top: 4px;
  opacity: 0.95;
}

.to_loading {
  text-align: center;
  color: #666;
  font-size: 14px;
}

.to_error p {
  color: #e60012;
  text-align: center;
  font-size: 14px;
}

/* takeawayUrl 未設定の店舗（自取リンク無し）の無効表示 */
.to_btn_red.is-disabled {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 700px) {
  .to_btn_grid {
    gap: 12px 10px;
  }

  .to_btn_red {
    min-height: 48px;
    font-size: 13px;
    padding: 12px 10px;
  }

  .to_lead {
    font-size: 14px;
  }
}

@media screen and (min-width: 701px) {
  .to_btn_red {
    min-height: 56px;
    font-size: 16px;
  }

  .to_pickup {
    padding: 32px 0 56px;
  }
}
