.guide-content-wrapper {
  display: flex;
  gap: 80px;
}
.guide-content-left {
  width: 280px;
}
.guide-content-right {
  width: 840px;
}

/* Guide Navigation */
.guide-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 280px;
  position: sticky;
  top: 150px;
}

.guide-nav__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
  padding: 24px 16px 24px 24px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
}

.guide-nav__indicator {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 28px;
  background: #828282;
  border-radius: 0 4px 4px 0;
}

.guide-nav__item:hover .guide-nav__indicator,
.guide-nav__item:active .guide-nav__indicator {
  background: #8B6E00;
}

.guide-nav__text {
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.375;
  flex: 1;
}

.guide-nav__arrow {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.guide-nav__item:hover {
  opacity: 0.8;
}

.guide-item {
  margin-bottom: 120px;
  scroll-margin-top: 160px;
}

.guide-item__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.guide-item__icon {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
}

.guide-item__title {
  color: #353535;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
}

.guide-item__content {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
}

.guide-item__heading {
  color: #353535;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.75;
  margin: 0 0 12px 0;
}

.guide-cancel-section {
  margin-top: 32px;
}

.guide-cancel-section .payment-box__badge {
  margin-bottom: 8px;
}

/* Guide steps (注文方法について) */
.guide-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.guide-step-item {
  display: flex;
  gap: 40px;
  margin-bottom: 48px;
}
.guide-step-item:last-child {
  margin-bottom: 0;
}

.guide-step-item_image {
  width: 320px;
  height: 320px;
  border-radius: 12px;
  object-fit: cover;
}

.guide-step-item_content {

}

.guide-step__title {
  padding: 8px 19px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  color: #353535;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  width: fit-content;
  font-family: var(--font-family-en);
}

.guide-step__icon {
  width: 16px;
  height: 16px;
}

.guide-step__text {
  color: #353535;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  margin: 0;
}

/* Payment (お支払いについて) */
.payment-box {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 32px;
}

.payment-box__badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  color: #353535;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.payment-notes {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  max-width: 776px;
}

.payment-note {
  display: flex;
  align-items: flex-start;
}

.payment-note__icon {
  width: 10px;
  height: 10px;
  margin-top: 11px;
  flex: 0 0 10px;
  margin-right: 10px;
}

.payment-note__text {
  color: #353535;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  margin: 0;
}

.payment-dest {
  margin-top: 24px;
}

.payment-dest__header {
  color: #353535;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-flex;
}

.payment-dest__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 32px;
  margin-top: 24px;
}

.payment-dest__row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.payment-dest__row:last-child {
  margin-bottom: 0;
}

.payment-dest__column:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.payment-dest__label {
  text-align: center;
  min-width: 124px;
  padding: 4px 10px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  color: #353535;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.payment-dest__value {
  color: #353535;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.payment-dest__holder {
  margin-top: 16px;
  color: #353535;
  font-weight: 500;
  font-size: 16px;
}
.payment-box-credit-card {
  margin-top: 32px;
}

.payment-box__text {
  color: #353535;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  margin: 8px 0 16px;
}

.payment-card-image {
  display: flex;
  align-items: center;
  gap: 12px;
}

.payment-card-image img {
  height: 60px;
}

.btn_primary-to-mypage {
  width: 275px;
  margin-top: 24px;
}

/* Delivery table (お届けについて) */
.delivery-table {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-collapse: collapse;
  margin-top: 24px;
}

.delivery-table__header {
  background: rgba(0, 0, 0, 0.05);
  color: #353535;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 12px 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

:root {
  --delivery-table-header-width-days: 208px;
  --delivery-table-header-width-prefecture: calc(100% - var(--delivery-table-header-width-days));
}

.delivery-table__header--days {
  width: var(--delivery-table-header-width-days);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.delivery-table__header--prefecture {
  width: var(--delivery-table-header-width-prefecture);
  text-align: left;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.delivery-table__cell {
  color: #353535;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.delivery-table__cell--days {
  width: var(--delivery-table-header-width-days);
  padding: 12px 4px;
  text-align: center;
  vertical-align: top;
  background: rgba(0, 0, 0, 0.05);
}

.delivery-table__cell--prefecture {
  width: var(--delivery-table-header-width-prefecture);
  padding: 8px 16px;
  text-align: left;
  border-right: none;
}

.delivery-table tbody tr:last-child .delivery-table__cell {
  border-bottom: none;
}

/* Safety box (木炭の安全な取り扱い方法について) */
.safety-box {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 40px;
}

.safety-notes {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.safety-note-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: fit-content;
  margin-bottom: 20px;
}

.safety-note-header__title {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
}

@media screen and (max-width: 1200px) {
  .guide-content-wrapper {
    flex-direction: column;
  }
  .guide-nav {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .guide-nav__item {
    padding: 24px 8px;
    width: calc(50% - 4px);
    gap: 0;
    height: 72px;
  }
  .guide-content-left {
    width: 100%;
  }
  .guide-content-right {
    width: 100%;
  }
}


@media screen and (max-width: 890px) {
  .guide-nav__text {
    font-size: 14px;
    margin-left: 9px;
  }
  .guide-item__title {
    font-size: 18px;
    font-family: var(--font-family-en);
  }
  .guide-item__content {
    font-size: 14px;
    font-family: var(--font-family);
  }
  .guide-item__icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }

  .guide-step-item {
    gap: 32px;
    flex-direction: column;
  }
  .guide-step-item_content {
    order: -1;
  }
  .guide-step__title {
    margin-bottom: 16px;
  }
  .guide-step__text {
    font-size: 14px;
  }
  .guide-step-item_image {
    width: 100%;
    height: 358px;
  }
  .guide-item {
    margin-bottom: 80px;
    scroll-margin-top: 80px;
  }

  .guide-step-item {
    margin-bottom: 64px;
  }
  .payment-note__text {
    font-size: 14px;
  }
  .payment-box {
    padding: 32px 20px;
  }

  .payment-dest__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .payment-dest__column:first-child {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 24px;
  }
  .payment-dest__label, .payment-dest__value, .payment-box__text {
    font-size: 14px;
  }
  .payment-card-image {
    flex-wrap: wrap;
  }
  .btn_primary-to-mypage {
    padding: 7px;
    font-size: 14px;
    width: 244px;
  }

  /* table */
  .delivery-table {
    width: 100%;
  }
  :root {
    --delivery-table-header-width-days: 120px;
  }
  .delivery-table__header {
    text-align: center;
  }
  .delivery-table__cell--days {
    text-align: center;
    align-content: center;
  }
  .safety-box {
    width: 100%;
    padding: 32px 20px;
  }
  .safety-note-header {
    flex-direction: column;
    width: 100%;
  }
  .safety-note-header__title {
    font-size: 18px;
  }

}
