/* Course point navigation */
#page_guide--details.course-page #NextPrev .outer_point {
 margin: 20px 0;
 width: 100%;
}

#page_guide--details.course-page #NextPrev .outer_point>.inner {
 padding: 10px 0 14px;
}

#page_guide--details.course-page #NextPrev .outer_point .outer_col1,
#page_guide--details.course-page #NextPrev .outer_point .outer_col1>.inner {
 box-sizing: border-box;
}

#page_guide--details.course-page #NextPrev .outer_point .el_ul {
 list-style: none;
 margin: 0 auto;
 padding: 8px 0;
}

#page_guide--details.course-page #NextPrev .outer_point .el_ul>li {
 box-sizing: border-box;
 margin: 0;
 padding: 0;
 position: relative;
}

#page_guide--details.course-page #NextPrev .outer_point .el_ul>li>a,
#page_guide--details.course-page #NextPrev .outer_point .el_ul>li>.point-nav__static {
 align-content: start;
 background: #fff;
 border: 2px solid var(--point-nav-color);
 border-radius: 5px;
 box-shadow: 0 4px 0 rgba(0, 0, 0, .12);
 box-sizing: border-box;
 color: var(--point-nav-color);
 display: grid;
 font-weight: 800;
 justify-items: center;
 margin: 0;
 text-align: center;
 text-decoration: none;
 transition: transform .18s ease,
  box-shadow .18s ease,
  background-color .18s ease;
}

/* 番号・フラッグ */
#page_guide--details.course-page #NextPrev .outer_point .point-nav__marker {
 align-items: center;
 display: flex;
 height: 24px;
 justify-content: center;
 line-height: 1;
 width: 24px;
}

#page_guide--details.course-page #NextPrev .outer_point .point-nav__number {
 background: var(--point-nav-color);
 border-radius: 50%;
 color: #fff;
 font-size: 11px;
 font-variant-numeric: tabular-nums;
 font-weight: 800;
}

#page_guide--details.course-page #NextPrev .outer_point .point-nav__number[data-number="10"] {
 font-size: 10px;
}

#page_guide--details.course-page #NextPrev .outer_point .point-nav__flag {
 color: #e50012;
}

#page_guide--details.course-page #NextPrev .outer_point .point-nav__flag svg {
 display: block;
 height: 22px;
 width: 22px;
}

#page_guide--details.course-page #NextPrev .outer_point .point-nav__label {
 color: var(--point-nav-color);
 display: block;
}

#page_guide--details.course-page #NextPrev .outer_point .point-nav__label-pc {
 display: none;
}

/* START / GOALの文字色 */
#page_guide--details.course-page #NextPrev .outer_point .el_ul>li.start .point-nav__label,
#page_guide--details.course-page #NextPrev .outer_point .el_ul>li.goal .point-nav__label {
 color: #e50012;
}

/* 現在地 */
#page_guide--details.course-page #NextPrev .outer_point .el_ul>li.current {
 z-index: 2;
}

#page_guide--details.course-page #NextPrev .outer_point .el_ul>li.current>a {
 background: var(--point-nav-soft);
 border-width: 3px;
 box-shadow: 0 6px 0 rgba(0, 0, 0, .15);
}

/* START / GOAL */
#page_guide--details.course-page #NextPrev .outer_point .el_ul>li.start>.point-nav__static,
#page_guide--details.course-page #NextPrev .outer_point .el_ul>li.goal>a {
 background: #fff5f5;
 border-color: #e50012;
 box-shadow: 0 4px 0 rgba(0, 0, 0, .1);
 color: #e50012;
}

#page_guide--details.course-page #NextPrev .outer_point .el_ul>li.start>.point-nav__static {
 background: #fff8f8;
 border-color: rgba(229, 0, 18, .72);
 box-shadow: 0 3px 0 rgba(0, 0, 0, .08);
 cursor: default;
}

#page_guide--details.course-page #NextPrev .outer_point .el_ul>li.goal.current>a {
 background: #fff5f5;
 border-color: #e50012;
 color: #e50012;
}

/* PC */
@media (min-width: 900px) {
 #page_guide--details.course-page #NextPrev .outer_point>.inner {
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: thin;
 }

 #page_guide--details.course-page #NextPrev .outer_point .outer_col1 {
  min-width: 100%;
  width: max-content;
 }

 #page_guide--details.course-page #NextPrev .outer_point .outer_col1>.inner {
  min-width: 100%;
  padding: 0 8px;
  width: max-content;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 26px;
  justify-content: center;
  min-width: 100%;
  width: max-content;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li {
  flex: 0 0 auto;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li>a,
#page_guide--details.course-page #NextPrev .outer_point .el_ul>li>.point-nav__static {
  font-size: 15px;
  grid-template-rows: 24px 1fr;
  height: 160px;
  line-height: 1.08;
  min-width: 52px;
  padding: 9px 5px 8px;
  row-gap: 7px;
  width: 52px;
 }

 /* ラベル */
 #page_guide--details.course-page #NextPrev .outer_point .point-nav__label {
  align-self: start;
  text-orientation: upright;
  writing-mode: vertical-rl;
 }

 #page_guide--details.course-page #NextPrev .outer_point .point-nav__label-sp {
  display: none;
 }

 #page_guide--details.course-page #NextPrev .outer_point .point-nav__label-pc {
  display: inline;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li.start>.point-nav__static,
 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li.goal>a {
  min-width: 54px;
  width: 54px;
 }

 /* 矢印 */
 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:not(:last-child)::after {
  align-items: center;
  color: var(--point-nav-color);
  content: "→";
  display: flex;
  font-size: 20px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 26px;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li.current>a {
  transform: scale(1.06);
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li>a:hover {
  box-shadow: 0 6px 0 rgba(0, 0, 0, .14);
  transform: translateY(-2px);
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li.current>a:hover {
  transform: translateY(-2px) scale(1.06);
 }
}

/* SP / tablet */
@media (max-width: 899px) {
 #page_guide--details.course-page #NextPrev .outer_point {
  margin: 16px 0;
 }

 #page_guide--details.course-page #NextPrev .outer_point>.inner {
  overflow: visible;
  padding: 10px 14px 16px;
 }

 #page_guide--details.course-page #NextPrev .outer_point .outer_col1,
 #page_guide--details.course-page #NextPrev .outer_point .outer_col1>.inner {
  max-width: none;
  padding: 0;
  width: 100%;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul {
  column-gap: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 430px;
  row-gap: 28px;
  width: 100%;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li {
  display: block;
  min-width: 0;
  width: 100%;
 }

 /* スネーク配置 */
 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(6) {
  grid-column: 1;
  grid-row: 2;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(7) {
  grid-column: 1;
  grid-row: 3;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(8) {
  grid-column: 2;
  grid-row: 3;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(9) {
  grid-column: 3;
  grid-row: 3;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(10) {
  grid-column: 3;
  grid-row: 4;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(11) {
  grid-column: 2;
  grid-row: 4;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(12) {
  grid-column: 1;
  grid-row: 4;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li>a,
#page_guide--details.course-page #NextPrev .outer_point .el_ul>li>.point-nav__static {
  align-content: center;
  font-size: 14px;
  grid-template-rows: 24px auto;
  height: 100px;
  line-height: 1.15;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 8px 5px 7px;
  row-gap: 5px;
  white-space: normal;
  width: 100%;
 }

 #page_guide--details.course-page #NextPrev .outer_point .point-nav__label {
  align-self: start;
  text-align: center;
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li.current>a {
  transform: scale(1.055);
 }

 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:not(:last-child)::after {
  align-items: center;
  color: var(--point-nav-color);
  display: flex;
  font-size: 19px;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  position: absolute;
  z-index: 3;
 }

 /* 右へ */
 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(1):not(:last-child)::after,
 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(2):not(:last-child)::after,
 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(7):not(:last-child)::after,
 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(8):not(:last-child)::after {
  content: "→";
  height: 24px;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 24px;
 }

 /* 左へ */
 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(4):not(:last-child)::after,
 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(5):not(:last-child)::after,
 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(10):not(:last-child)::after,
 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(11):not(:last-child)::after {
  content: "←";
  height: 24px;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  width: 24px;
 }

 /* 下へ */
 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(3):not(:last-child)::after,
 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(6):not(:last-child)::after,
 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li:nth-child(9):not(:last-child)::after {
  content: "↓";
  height: 28px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
 }
}

/* 2026-09 START non-click appearance */
#page_guide--details.course-page #NextPrev .outer_point .el_ul>li.start>.point-nav__static--start {
 background: linear-gradient(to bottom, #fffafa 0%, #fff7f7 100%);
 border-color: rgba(229, 0, 18, .42);
 border-width: 1px;
 box-shadow: none;
 opacity: .92;
 pointer-events: none;
 position: relative;
 transition: none;
 user-select: none;
}

#page_guide--details.course-page #NextPrev .outer_point .el_ul>li.start>.point-nav__static--start .point-nav__flag,
#page_guide--details.course-page #NextPrev .outer_point .el_ul>li.start>.point-nav__static--start .point-nav__label {
 opacity: .88;
}

@media (min-width: 900px) {
 #page_guide--details.course-page #NextPrev .outer_point .el_ul>li.start>.point-nav__static--start {
  min-width: 46px;
  width: 46px;
 }
}
