@charset "UTF-8";

/* ==========  Tour（見学サポート）  ========== */

.p-tour {
  padding: 0px 0 40px;
  background-color: var(--color-bg);
}

.p-tour__inner {
  position: relative;
  width: 100%;
  max-width: calc(var(--inner-width) + 16px * 2);
  margin-inline: auto;
  padding-inline: 16px;
}

/* ----------  装飾（左上）  ---------- */

.p-tour__deco {
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 0;
  width: 200px;
  height: auto;
  pointer-events: none;
}

/* ----------  見出し  ---------- */

.p-tour__heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
}

.p-tour__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  font-family: var(--font-fv);
  font-weight: 500;
  line-height: 1.3;
}

.p-tour__title-line {
  display: inline-block;
  padding: 4px 24px;
  border-radius: 10px;
  background-color: var(--color-primary-deep);
  color: var(--color-white);
  font-size: calc(28px + var(--sp-fs-adjust));
}

.p-tour__title-line--offset {
  margin-left: 28px;
}

.p-tour__illust {
  position: absolute;
  right: 0;
  bottom: -56px;
  z-index: 2;
  width: 100px;
  height: auto;
  pointer-events: none;
}

/* ----------  リスト  ---------- */

.p-tour__list {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  max-width: 640px;
  margin: 0 auto 8px;
  padding: 0px 12px 8px;
  border-radius: 20px;
  background-color: var(--color-white);
  box-shadow: 0 2px 8px rgba(46, 51, 72, 0.05);
  list-style: none;
}

.p-tour__item {
  padding: 18px 0;
}

.p-tour__item + .p-tour__item {
  border-top: 1px dashed var(--color-primary-deep);
}

.p-tour__item-title {
  margin-bottom: 6px;
  color: var(--color-primary-deep);
  font-family: var(--font-display);
  font-size: calc(20px + var(--sp-fs-adjust));
  font-weight: 700;
  line-height: 1;
}

.p-tour__num {
  font-weight: 700;
}

.p-tour__item-text {
  color: var(--color-primary-deep);
  font-family: var(--font-display);
  font-size: calc(14px + var(--sp-fs-adjust));
  font-weight: 700;
  line-height: 1.55;
}

/* ----------  注記  ---------- */

.p-tour__note {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin-inline: auto;
  padding-inline: 4px;
  color: var(--color-navy);
  font-family: var(--font-maru-asr);
  font-size: calc(14px + var(--sp-fs-adjust));
  font-weight: 400;
  line-height: 1.5;
}
