@charset "utf-8";
/* CSS Document */


/*----------------------------------
 フォント
----------------------------------*/
@font-face {
  font-family: "CircularPro-Book";
  font-display: swap;
  src: url("../font/CircularPro-Book.woff") format("woff");
  src: url("../font/CircularPro-Book.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "CircularPro-Black";
  font-display: swap;
  src: url("../font/CircularPro-Black.woff") format("woff");
  src: url("../font/CircularPro-Black.ttf") format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "CircularPro-BlackItalic";
  font-display: swap;
  src: url("../font/CircularPro-BlackItalic.otf") format("opentype");
  font-weight: 900;
}

@font-face {
  font-family: "CircularPro-Medium";
  font-display: swap;
  src: url("../font/CircularPro-Medium.otf") format("opentype");
  font-weight: 900;
}


/*----------------------------------
 デバイス
----------------------------------*/

@media screen and (min-width: 800px) {
  .only-sp {
    display: none;
  }

  .only-pc {
    display: block;
  }
}

@media screen and (max-width: 799px) {
  .only-sp {
    display: block;
  }

  .only-pc {
    display: none;
  }
}

body {
  position: relative;
  color: #333;
  font-family: "Noto Sans JP", "source-han-sans-japanese", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.46;
}

@media screen and (min-width: 800px) {
  body {
    font-size: 1.8rem;
    min-width: 1280px;
    letter-spacing: 0;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #333;
}

a:hover {
  opacity: 1;
  text-decoration: none;
}

@media screen and (min-width: 800px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

*:focus {
  outline: none;
}


.hike sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.05em;
}


/* font */
.hike .en {
  font-family: "CircularPro-Book", sans-serif;
}

.hike .enb {
  font-family: "CircularPro-Black", sans-serif;
}

.hike p {
  color: #000;
  line-height: 1.64;
}






/* item btn */
.hike .itemBtnArea {
  margin: 3em auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hike .itemBtnArea a {
  width: 100%;
  margin: 0 auto;
  padding: 0.6em 2em;
  font-size: 30px;
  color: #333;
  background-color: #fff;
  border: #333 1px solid;
  border-radius: 100px;
  position: relative;
  display: block;
  transition: all ease .3s;
}

.hike .itemBtnArea.bold a {
  border: #333 8px solid;
  font-weight: bold;
}

.hike .itemBtnArea a:before {
  content: "";
  width: 6em;
  height: 1px;
  margin: auto;
  display: block;
  background-color: #333;
  position: absolute;
  right: 2em;
  top: 0;
  bottom: 0;
  transition: all ease .3s;
}

.hike .itemBtnArea a:after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  margin: auto;
  display: block;
  border-top: #333 1px solid;
  border-right: #333 1px solid;
  position: absolute;
  right: calc(2em + 1px);
  top: 0;
  bottom: 0;
  transition: all ease .3s;
  transform: rotate(45deg);
}

.hike .itemBtnArea.bold a:before {
  height: 6px;
}

.hike .itemBtnArea.bold a:after {
  border-top: #333 6px solid;
  border-right: #333 6px solid;
}

.hike .itemBtnArea a.notYet {
  pointer-events: none;
}

.hike .itemBtnArea a.small {
  font-size: 24px;
}

.hike .itemBtnArea a.small:before,
.hike .itemBtnArea a.small:after {
  content: none;
}

.hike .hike_movie .itemBtnArea {
  padding-bottom: 4em;
  display: flex;
  justify-content: center;
  gap: 0 3em;
  text-align: center;
}

.hike .hike_movie .itemBtnArea a.small {
  width: 11em;
  padding: 0.6em;
  font-size: 110%;
}

@media screen and (min-width: 800px) {
  .hike .itemBtnArea a:hover {
    color: #fff;
    background-color: #333;
    opacity: 1;
  }

  .hike .itemBtnArea a:hover:before {
    background-color: #fff;
  }

  .hike .itemBtnArea a:hover:after {
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
  }

  .hike .itemBtnArea.bold a:hover:after {
    border-top: #fff 6px solid;
    border-right: #fff 6px solid;
  }
}

@media screen and (max-width: 799px) {
  .hike .itemBtnArea {
    margin: 24px auto;
  }

  .hike .itemBtnArea a {
    font-size: 13px;
  }

  .hike .itemBtnArea a:before {
    width: 3em;
  }

  .hike .itemBtnArea.bold a {
    border: #333 4px solid;
  }

  .hike .itemBtnArea.bold a:before {
    height: 3px;
  }

  .hike .itemBtnArea.bold a:after {
    right: calc(2em + 0px);
    border-top: #333 3px solid;
    border-right: #333 3px solid;
  }

  .hike .itemBtnArea a.small {
    font-size: 12px;
  }
}


.hike .hike_wdtwrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .hike .hike_wdtwrap {
    max-width: calc(600/750*100vw);
  }
}


.hike .hike_Ancher {
  margin-top: -240px;
  padding-top: 240px;
}

@media screen and (max-width: 799px) {
  .hike .hike_Ancher {
    margin-top: -160px;
    padding-top: 160px;
  }
}


.hike .hike_title {
  margin: 0 auto 1.2em;
  font-size: 80px;
  font-family: "CircularPro-Black", sans-serif;
  text-align: center;
  color: #000;
  line-height: 1;
}

.hike .hike_stitle {
  margin-bottom: 1.4em;
  font-size: 50px;
  font-family: "CircularPro-Black", sans-serif;
  text-align: center;
  border-bottom: #a0a0a0 1px solid;
  color: #000;
}

@media screen and (max-width: 799px) {
  .hike .hike_title {
    margin: 0 auto 0.3em;
    font-size: calc(80/750*100vw);
  }

  .hike .hike_stitle {
    font-size: calc(50/750*100vw);
  }
}


/* color */
:root {
  --color-theme: #d8c04f;
}

/* navi */
.hike202401_navi {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.hike202401_navi .hike202401_naviInner {
  width: 100%;
  padding: 0 10px;
}

#hike #header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
}

.hike202401_naviWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}

@media screen and (min-width: 800px) {
  #hike #header {
    min-width: 1280px;
  }

  .hike202401_navi .hike202401_naviLinks {
    height: 100%;
  }

  .hike202401_navi ul.hike202401_naviLinkArea {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .hike202401_navi ul.hike202401_naviLinkArea li a {
    position: relative;
    color: #000;
    display: block;
  }

  .hike202401_navi ul.hike202401_naviLinkArea li a:hover {
    opacity: 1;
  }

  .hike202401_navi .hike202401_naviInner {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li {
    height: 100%;
    text-align: center;
    position: relative;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li>a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li>a .naviImg {
    margin: 0 auto;
    position: relative;
    line-height: 1;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.trigger>a .naviImg:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.9px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: 50%;
    left: -16px;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.logos {
    width: 280px;
    margin-right: 50px;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.about {
    width: 150px;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.about .naviImg img {
    width: 63px;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.gear {
    width: 150px;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.gear .naviImg img {
    width: 90px;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.layering {
    width: 150px;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.layering .naviImg img {
    width: 88px;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.item {
    width: 150px;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.item .naviImg img {
    width: 40px;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.school {
    width: 110px;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.school .naviImg img {
    width: 75px;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.feature {
    width: 150px;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.feature .naviImg img {
    width: 78px;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.feature .logo_yamap {
    width: 72px;
    padding: 3px 0;
    position: relative;
    top: -2px;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.coltop {
    width: 120px;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.coltop:before {
    content: "";
    width: 1px;
    height: 40px;
    margin: auto 0;
    display: block;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.coltop>a {
    padding: 6px 20px;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li .naviText {
    padding-top: 0.7em;
    font-size: 10px;
    line-height: 1;
  }

  .hike202401_navi ul.hike202401_naviLinkArea li:hover>a {
    background-color: var(--color-theme);
  }

  .hike202401_navi ul.hike202401_naviLinkArea li:last-of-type:hover>a {
    background-color: inherit;
  }

  .hike202401_navi ul.hike202401_naviLinkArea .__navItem .__snavItem a {
    padding: 0.5em 0.5em 0.5em 1.5em;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    position: relative;
    line-height: 1.32;
  }

  .hike202401_navi ul.hike202401_naviLinkArea .__navItem .__snavItem a:before {
    content: "";
    width: 0.4em;
    height: 3px;
    display: block;
    background: #000;
    position: absolute;
    left: 1em;
    top: 1.2em;
  }
}

@media screen and (min-width: 1280px) {
  .hike202401_navi ul.hike202401_naviLinkArea>li.logos {
    width: calc(400/1920*100vw);
    margin-right: calc(70/1920*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.about {
    width: calc(220/1920*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.about .naviImg img {
    width: calc(92/1920*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.gear {
    width: calc(220/1920*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.gear .naviImg img {
    width: calc(134/1920*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.layering {
    width: calc(220/1920*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.layering .naviImg img {
    width: calc(130/1920*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.item {
    width: calc(220/1920*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.item .naviImg img {
    width: calc(60/1920*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.school {
    width: calc(160/1920*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.school .naviImg img {
    width: calc(110/1920*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.feature {
    width: calc(220/1920*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.feature .naviImg img {
    width: calc(114/1920*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.feature .logo_yamap {
    width: calc(105/1920*100vw);
    padding: 3px 0;
    position: relative;
    top: -2px;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.coltop {
    width: calc(200/1920*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li .naviText {
    font-size: calc(14/1920*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea .__navItem .__snavItem a {
    font-size: calc(18/1920*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea .__navItem .__snavItem a:before {
    top: 1.1em;
  }
}

@media (hover: hover) {
  .hike202401_navi ul.hike202401_naviLinkArea .__navItem a>* {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .hike202401_navi ul.hike202401_naviLinkArea .__navItem a:hover>* {
    opacity: .5;
  }

  .hike202401_navi ul.hike202401_naviLinkArea .__navItem .__snavItem a:hover {
    opacity: .5;
  }
}

.hike202401_navi.fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  transform: translate(0, 0);
  transition: opacity .4s ease, background-color .4s ease, transform .4s ease;
}

/*.pane-header.disable .hike202401_navi.fixed {
  transform: translate(0, -104px);
  transition: opacity .4s ease, background-color .4s ease, transform .4s ease;
}*/
.hike202401_navi .__snaviArea {
  width: 100%;
  position: absolute;
  top: auto;
  z-index: 2;
  display: none;
}

.hike202401_navi ul.__snavList {
  padding: 0.5em 0;
  background-color: var(--color-theme);
}

.hike202401_navi .navilogoArea {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.hike202401_navi .navilogoArea .navilogo.col {
  width: 227px;
  padding: 14px 30px;
  border-right: #000 1px solid;
}

.hike202401_navi .navilogoArea .navilogo.hike {
  width: 172px;
  padding: 0 35px;
}

@media screen and (max-width: 799px) {
  .wrapper {
    padding-top: 60px;
  }

  #hike #header {
    z-index: 20;
  }

  .hike202401_navi {
    height: 60px;
    background-color: #fff;
    transition: all .3s linear;
  }

  .hike202401_navi .hike202401_naviLogo {
    width: calc(532/750*100vw);
    margin: 0 auto;
    position: relative;
    left: auto;
    text-align: center;
  }

  .hike202401_navi .navilogoArea .navilogo.col {
    width: auto;
    padding: 0;
    border: none;
  }

  .hike202401_navi .navilogoArea .navilogo.col a {
    padding: calc(15/750*100vw) calc(44/750*100vw) calc(20/750*100vw);
    display: block;
  }

  .hike202401_navi .navilogoArea .navilogo.col a img {
    width: calc(220/750*100vw);
  }

  .hike202401_navi .navilogoArea .navilogo.hike {
    width: auto;
    padding: 0;
    border-left: #000 1px solid;
  }

  .hike202401_navi .navilogoArea .navilogo.hike a {
    padding: calc(7/750*100vw) calc(46/750*100vw);
    display: block;
  }

  .hike202401_navi .navilogoArea .navilogo.hike a img {
    width: calc(122/750*100vw);
  }

  .hike202401_navi .__snaviArea {
    width: 100%;
    position: relative;
    display: block;
  }

  .hike202401_navi .hike202401_naviInner {
    padding: 0;
    position: relative;
  }

  .hike202401_naviWrap {
    width: 100%;
    height: 60px;
    padding-top: 13px;
    display: block;
    position: relative;
  }

  .hike202401_naviBtn {
    position: absolute;
    right: 0;
    top: 5px;
  }

  .hike202401_navi .hike202401_naviBtn .naviBtnInner {
    width: 50px;
    height: 50px;
    position: relative;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
  }

  .hike202401_navi .hike202401_naviBtn .naviBtnInner {
    position: relative;
  }

  .hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 50%;
    transition: all .3s linear;
    transform: translateX(-50%);
  }

  .hamburger-menu__bar:first-child {
    top: 18px;
  }

  .hamburger-menu__bar:nth-child(2) {
    top: 24px;
  }

  .hamburger-menu__bar:last-child {
    top: 30px;
  }

  .naviOpen .hamburger-menu__bar {
    top: 50%;
  }

  .naviOpen .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }

  .naviOpen .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }

  .naviOpen .hamburger-menu__bar:nth-child(2) {
    display: none;
  }

  .hike202401_navi .hike202401_naviLinks {
    width: 100%;
    display: none;
    position: absolute;
    top: 60px;
    z-index: 10;
  }

  .hike202401_navi ul.hike202401_naviLinkArea {
    width: 100%;
    height: calc(100vh - 60px);
    padding: calc(60/750*100vw) calc(56/750*100vw) calc(40/750*100vw);
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: var(--color-theme);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li {
    width: 50%;
    padding: 0;
    margin-bottom: calc(60/750*100vw);
    text-align: left;
  }

  .hike202401_navi ul.hike202401_naviLinkArea li a {
    display: block;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.about {
    width: 50%;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.about .naviImg img {
    width: calc(160/750*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.gear {
    width: 50%;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.gear .naviImg img {
    width: calc(226/750*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.layering {
    width: 50%;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.layering .naviImg img {
    width: calc(222/750*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.item {
    width: 50%;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.item .naviImg img {
    width: calc(102/750*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.school {
    width: 50%;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.school .naviImg img {
    width: calc(188/750*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.feature {
    width: 50%;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.feature .naviImg img {
    width: calc(196/750*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.feature .logo_yamap {
    width: calc(128/750*100vw);
    position: relative;
    top: -5px;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li.coltop {
    width: 50%;
    float: left;
  }

  .hike202401_navi ul.hike202401_naviLinkArea>li .naviText {
    margin-top: 0.2em;
    font-size: calc(20/750*100vw);
  }

  .hike202401_navi ul.hike202401_naviLinkArea .__navItem .__snavItem {
    margin-top: 0.6em;
  }

  .hike202401_navi ul.hike202401_naviLinkArea .__navItem .__snavItem a {
    padding-left: 0.6em;
    font-size: calc(24/750*100vw);
    font-weight: bold;
    position: relative;
  }

  .hike202401_navi ul.hike202401_naviLinkArea .__navItem .__snavItem a:before {
    content: "";
    width: 0.4em;
    height: 2px;
    display: block;
    background: #000;
    position: absolute;
    left: 0;
    top: 0.7em;
  }
}



/* index page */
.hike .hike_hero {
  width: 100%;
  padding-top: 50px;
  background-color: #E5F9FF;
}

.hike .hike_hero img {
  width: 100%;
  max-width: none;
}

.hike .hike_hero .hike_heroInner {
  position: relative;
}

@media screen and (max-width: 799px) {
  .hike .hike_hero {
    padding-top: 0;
  }
}


.hike .hike_navi {
  width: 100%;
  min-width: 1280px;
  background-color: #b2cad6;
}

.hike .hike_navi .hike_naviInner {
  width: 100%;
  padding: 10px 100px;
}

.hike_naviWrap {
  display: flex;
  align-items: center;
}

.hike .hike_navi .hike_naviLogo {
  width: 86px;
  margin-right: 140px;
}

.hike .hike_navi ul.hike_naviLinkArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.hike .hike_navi ul.hike_naviLinkArea li {
  padding: 0 1.2em;
  font-size: 25px;
  font-family: "CircularPro-Black", sans-serif;
  position: relative;
  color: #000;
}

.hike .hike_navi ul.hike_naviLinkArea li:last-of-type:after {
  content: "";
  width: 1px;
  height: 1em;
  margin: auto;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #4d4e4e;
}

.hike .hike_navi ul.hike_naviLinkArea li:before {
  content: "";
  width: 1px;
  height: 1.2em;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #4d4e4e;
}

.hike .hike_navi ul.hike_naviLinkArea li a {
  display: block;
  text-align: center;
  line-height: 1.2;
}

.hike .hike_navi ul.hike_naviLinkArea li a .jp {
  display: block;
  font-size: 10px;
}

.hike .hike_navi.fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  transform: translate(0, 110px);
  transition: opacity .4s ease, background-color .4s ease, transform .4s ease;
}

.pane-header.disable+.hike .hike_navi.fixed {
  transform: translate(0, 0);
  transition: opacity .4s ease, background-color .4s ease, transform .4s ease;
}

@media screen and (max-width: 799px) {
  .hike .hike_navi {
    min-width: auto;
  }

  .hike .hike_navi .hike_naviInner {
    padding: calc(2/750*100vw) calc(42/750*100vw);
  }

  .hike_naviWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .hike .hike_navi .hike_naviLogo {
    width: calc(110/750*100vw);
    margin-right: 20px;
  }

  .hike .hike_navi ul.hike_naviLinkArea {
    width: calc(510/750*100vw);
    justify-content: center;
  }

  .hike .hike_navi ul.hike_naviLinkArea li {
    width: 33%;
    padding: 0.7em 1.2em;
    font-size: calc(22/750*100vw);
    font-family: "CircularPro-Black", sans-serif;
    text-align: center;
  }

  .hike .hike_navi ul.hike_naviLinkArea li:nth-child(-n+2) {
    width: 50%;
    border-bottom: #0f0f0f 1px solid;
  }

  .hike .hike_navi ul.hike_naviLinkArea li:nth-child(3):before {
    content: none;
  }

  .hike .hike_navi ul.hike_naviLinkArea li:before {
    content: "";
    width: 1px;
    height: 1.2em;
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #4d4e4e;
  }

  .hike .hike_navi ul.hike_naviLinkArea li:first-of-type:before,
  .hike .hike_navi ul.hike_naviLinkArea li:last-of-type:after {
    content: none;
  }

  .hike .hike_navi ul.hike_naviLinkArea li a {
    display: block;
  }

  .hike .hike_navi ul.hike_naviLinkArea li a .jp {
    font-size: 7px;
  }

  .hike .hike_navi.fixed {
    transform: translate(0, 60px);
  }

  .pane-header.disable+.block-gmenu+.pane-main .hike .hike_navi.fixed {
    transform: translate(0, 60px);
  }
}


.hike .hike_intro .hike_introInner {
  margin: 0;
  padding-top: 5em;
  text-align: center;
}

.hike .hike_intro h3.lead01 {
  margin: 0 0 1em;
  font-size: 42px;
}

.hike .hike_intro .text01 {
  margin-bottom: 2em;
  padding-bottom: 4em;
  font-size: 24px;
  line-height: 1.8;
  color: #333;
  border-bottom: #b6b9b9 1px solid;
}

.hike .hike_intro .text02 {
  margin-bottom: 5em;
  font-size: 20px;
  line-height: 1.64;
  color: #333;
}

.hike .hike_intro .img01 {
  margin-bottom: 4em;
}

.hike .hike_intro .img01 img {
  width: 100%;
}

.hike .hike_movieCont {
  width: 100%;
}

@media screen and (max-width: 799px) {
  .hike .hike_intro .hike_introInner {
    padding-top: 2em;
  }

  .hike .hike_intro h3.lead01 {
    margin: 0 0 0.2em;
    font-size: calc(40/750*100vw);
  }

  .hike .hike_intro .text01 {
    padding-bottom: 3em;
    margin-bottom: 2em;
    font-size: calc(26/750*100vw);
  }

  .hike .hike_intro .text02 {
    margin-bottom: 4em;
    font-size: calc(20/750*100vw);
    letter-spacing: -0.02em;
  }
}


.hike .hike_movie {
  text-align: center;
}

.hike .hike_movie .movieText {
  margin-top: 3em;
  padding-bottom: 0;
  font-size: 20px;
  color: #333;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 799px) {
  .hike .hike_movie .movieText {
    margin-top: 2.5em;
    padding-top: 2.5em;
    padding-bottom: 0;
    font-size: calc(20/750*100vw);
    white-space: nowrap;
  }
}


.hike_project {
  margin-top: -65px;
  padding-top: 65px;
}

@media screen and (max-width: 799px) {
  .hike_project {
    margin-top: -60px;
    padding-top: 60px;
  }
}


.hike .hike_movie {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.hike .hike_movie .hike_movieTitle {
  margin: 4em 0 1.64em;
  color: #333;
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
}

.hike .hike_movie .hike_movieInner {
  margin-bottom: 100px;
  background-color: #fff;
}

.hike .hike_movieContWrap {
  display: flex;
  justify-content: space-between;
}

.hike .hike_movieCont {
  width: 100%;
  text-align: center;
}

.hike .hike_movieCont .movieArea {
  position: relative;
  width: 100%;
  max-width: 1000px;
  line-height: 1;
  padding-top: 56.25%;
  margin: 0 auto;
}

.hike .hike_movieCont .movieArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hike .hike_movieCont .movieTitle {
  margin: 1em 0 0.8em;
  font-size: 24px;
  font-family: "CircularPro-Black", sans-serif;
  text-align: center;
  line-height: 1.2;
}

.hike .hike_movieCont .movieText {
  font-size: 16px;
}

@media screen and (min-width: 800px) {
  .js-modal-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto;
    z-index: 1;
  }
}

@media screen and (max-width: 799px) {
  .hike .hike_movie.hike_Ancher {
    position: relative;
    margin-top: -100px;
    padding-top: 100px;
  }

  .hike .hike_movie {
    width: calc(580/750*100%);
    padding-bottom: 0;
  }

  .hike .hike_movie .hike_movieTitle {
    margin: 3em auto 1.5em;
    font-size: calc(32/750*100vw);
  }

  .hike .hike_movie .hike_movieInner {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hike .hike_movieContWrap {
    display: block;
  }

  .hike .hike_movieCont {
    width: 100%;
  }

  .hike .hike_movieCont+.hike_movieCont {
    margin: calc(50/750*100vw) auto;
    padding: calc(50/750*100vw) 0 calc(50/750*100vw);
    border-top: #000 1px solid;
  }

  .hike .hike_movieCont .movieTitle {
    margin-bottom: 0.6em;
    font-size: 15px;
  }

  .hike .hike_movieCont .movieText {
    font-size: 10px;
  }

  .hike .hike_movie .itemBtnArea {
    margin-bottom: 2em;
    padding-bottom: 0;
  }
}


.hike .hike_schedule {}

.hike .hike_schedule .hike_scheduleInner {
  padding-top: 5em;
  padding-bottom: 140px;
  background-color: #d6e5ec;
}

.hike .hike_schedule .hike_title {
  width: calc(391/750*100vw);
}

.hike ul.scheduleList {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hike ul.scheduleList li {
  width: 47.5%;
  margin-bottom: 60px;
  padding-top: 1.3em;
  border-top: #000 1px solid;
}

.hike ul.scheduleList li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

.hike .scheduleListArea ul li a {
  position: relative;
}

.hike ul.scheduleList li .schedule_lead {
  display: none;
  margin-bottom: 0.8em;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.32;
  color: #333;
}

@media screen and (min-width: 800px) {
  .hike .scheduleListArea ul li a:before {
    content: "詳細をみる";
    display: inline-block;
    width: 12em;
    padding: 0.4em 2em;
    margin: auto;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    border-radius: 100px;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    font-size: 20px;
  }

  .hike .scheduleListArea ul li a:hover:before {
    opacity: 1;
    transform: opacity 0.3s;
  }
}

@media screen and (max-width: 799px) {
  .hike .hike_schedule {}

  .hike .hike_schedule .hike_scheduleInner {
    padding-top: 2em;
    padding-bottom: calc(140/750*100vw);
  }

  .hike ul.scheduleList {
    max-width: calc(690/750*100vw);
    margin-bottom: calc(80/750*100vw);
  }

  .hike ul.scheduleList li {
    margin-bottom: calc(40/750*100vw);
    padding-top: 0.8em;
  }

  .hike .scheduleListArea ul li a:after {
    content: "詳細をみる ＞";
    width: 100%;
    margin-top: 0.4em;
    text-align: right;
    font-size: calc(24/750*100vw);
    font-weight: 700;
    display: block;
    position: relative;
    z-index: 1;
  }

  .hike ul.scheduleList li .schedule_lead {
    font-size: calc(26/750*100vw);
  }
}


.hike .hike_memberInner {
  padding-top: 4em;
  padding-bottom: 1px;
  background-color: #edebde;
}

.hike .memberArea {
  width: 100%;
  margin: 120px auto;
}

.hike .memberArea .memberContBlock {
  margin-bottom: 80px;
}

.hike .memberArea .memberContBlock:last-of-type {
  margin-bottom: 0;
}

.memberContArea .memberContBlockInner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}

@media screen and (min-width: 800px) {
  .memberContArea .memberContBlockInner {
    justify-content: space-between;
  }
}

@media screen and (max-width: 799px) {
  .memberContArea .memberContBlockInner {
    display: block;
  }
}

.memberContArea .memberContBlockInner>div {
  flex-shrink: 0;
}

.hike .memberContBlockInner .memberImg,
.hike .memberContBlockInner .memberSubimg {
  width: 640px;
  max-width: none;
  object-fit: cover;
}

.hike .memberContBlockInner .memberTextArea {
  width: 310px;
  margin: 0 0 0 50px;
  padding: 10px 0 10px;
  border-top: #b7b7b7 1px solid;
  border-bottom: #b7b7b7 1px solid;
}

@media screen and (min-width: 800px) {
  .hike .memberContBlock .memberImg .only-pc {
    width: 580px;
  }

  .hike .memberContBlock .memberImg .slick-slider .next-arrow.slick-arrow {
    right: -32px;
    cursor: pointer;
  }

  .hike .memberContBlock .memberImg .slick-slider .prev-arrow.slick-arrow {
    left: -32px;
    cursor: pointer;
  }
}

.hike .memberContBlockInner .memberTextArea .memberTextAreaInner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.hike .memberContBlockInner .memberTextArea p {
  color: #333;
  font-size: 24px;
}

.hike .memberContBlockInner .memberTextArea p.en {
  font-size: 18px;
}

.hike .memberContBlockInner .memberTextArea .memberTextName {
  margin: 1em 0 0.6em;
  width: 100%;
}

.hike .memberContBlockInner .memberTextArea .memberTextName .name {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #333;
}

.hike .memberContBlockInner .memberTextArea .memberTextName .job {
  margin-top: 0.8em;
  font-size: 24px;
  line-height: 1;
}

.hike .memberContBlockInner .memberTextArea .memberText .text {
  font-size: 18px;
  line-height: 1.64;
  font-weight: normal;
  text-align: justify;
  color: #333;
}

.hike .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
}

.hike .slick-dots button {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  display: block;
  font-size: 0;
  line-height: 0;
  background-color: rgba(0, 0, 0, .2);
  border-radius: 100px;
  border: none;
}

.hike .slick-dots .slick-active button {
  background-color: rgba(0, 0, 0, 1);
}

@media screen and (max-width: 799px) {
  .hike .memberArea {
    padding-bottom: 0;
    margin: 0 0 calc(80/750*100vw);
  }

  .hike .hike_member .hike_title {
    width: calc(231/750*100vw);
  }

  .hike .memberArea .memberContBlock {
    margin-bottom: 35px;
  }

  .hike .memberContBlockInner .memberImg,
  .hike .memberContBlockInner .memberSubimg {
    width: calc(580/750*100vw);
    margin: 0 auto calc(24/750*100vw);
  }

  .hike .memberContBlockInner .memberTextArea {
    width: calc(580/750*100vw);
    margin: 0 auto;
    padding: 0;
    border-top: none;
  }

  .hike .memberContBlockInner .memberTextArea p {
    font-size: calc(26/750*100vw);
  }

  .hike .memberContBlockInner .memberTextArea p.en {
    margin-right: 1em;
    padding-top: 0.2em;
    font-size: calc(20/750*100vw);
  }

  .hike .memberContBlockInner .memberTextArea .memberTextName .name {
    padding-top: 0;
    font-size: calc(35/750*100vw);
  }

  .hike .memberContBlockInner .memberTextArea .memberTextName .job {
    margin: 0;
    font-size: calc(26/750*100vw);
  }

  .hike .memberContBlockInner .memberTextArea .memberText .text {
    padding: 0 0 1em;
    font-size: calc(20/750*100vw);
    line-height: 1.46;
  }

  .hike .memberContBlockInner .memberTextArea .memberTextAreaInner {
    display: block;
    position: relative;
  }

  .hike .memberContBlockInner .memberTextArea .memberTextPosition {
    padding-bottom: 0.4em;
    display: flex;
    align-items: center;
    border-bottom: #b7b7b7 1px solid;
  }

  .hike .memberContBlockInner .memberTextArea .memberTextName {
    margin: 0.9em 0 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .hike .slick-dots button {}
}


.hike .hike_reportInner {
  padding-bottom: 4em;
  background-color: #edebde;
}

.hike ul.reportList {
  width: 100%;
  max-width: none;
  margin: 0 auto 4em;
  overflow: visible;
}

.hike ul.reportList li.slick-slide {
  width: 470px;
  margin: 0 20px 60px;
  padding: 30px;
  background-color: #fff;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0.5;
  transition: opacity ease .3s;
}

.hike ul.reportList li.slick-slide.slick-active {
  pointer-events: auto;
  opacity: 1;
  transition: opacity ease .3s;
}

@media screen and (min-width: 800px) {
  .hike ul.reportList li.slick-slide:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}

.hike ul.reportList li.slick-slide a {
  display: block;
}

.hike ul.reportList li.slick-slidea.notYet {
  pointer-events: none;
}

.hike ul.reportList li.slick-slide p.reportLead {
  width: 100%;
  font-size: 20px;
  line-height: 1.46;
}

.hike ul.reportList li.slick-slide .reportImg {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 799px) {
  .hike .hike_report .hike_title {
    width: calc(300/750*100vw);
  }

  .hike ul.reportList {
    max-width: calc(600/750*100vw);
    display: block;
  }

  .hike ul.reportList li.slick-slide {
    width: 100%;
    margin: 0 0 calc(80/750*100vw);
    padding: 20px;
  }

  .hike ul.reportList li.slick-slide:nth-last-of-type {
    margin-bottom: 0;
  }

  .hike ul.reportList li.slick-slide p.reportLead {
    font-size: calc(24/750*100vw);
  }
}


.hike .hike_entryInner {
  padding-top: 4em;
}

.hike .hike_entry .hike_stitle {
  padding-top: 1em;
  border-bottom: none;
  border-top: #000 1px solid;
  font-size: 42px;
  font-weight: bold;
}

.hike .hike_entry .detailCaution {
  margin-bottom: 2em;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
}

.hike .hike_entry .detailText {
  text-align: center;
}

@media screen and (max-width: 799px) {
  .hike .hike_entry .hike_title {
    width: calc(247/750*100vw);
  }

  .hike .hike_entry .hike_stitle {
    margin-bottom: 1.5em;
    font-size: calc(40/750*100vw);
  }

  .hike .hike_entry .detailCaution {
    margin-bottom: 2em;
    font-size: calc(32/750*100vw);
  }
}








.hike .__pagetop {
  margin-top: 140px;
  text-align: center;
}

.hike .__pagetop a {
  display: inline-block;
}

.hike .__pagetop a .icon {
  margin-left: 0.6em;
  display: inline-block;
  position: relative;
  top: 4px;
}

.hike .__pagetop.pageback a .icon {
  margin: 0 0.6em 0 0;
  display: inline-block;
}

.hike .__pagetop.pageback a .icon img {
  transform: rotate(-90deg);
}

@media screen and (min-width: 800px) {
  .hike .__pagetop a:hover {
    color: inherit;
    background-color: inherit;
    transition: all ease .3s;
    opacity: .6;
  }
}

@media screen and (max-width: 799px) {
  .hike .__pagetop a .icon {
    width: 16px;
    height: 16px;
    top: 0;
  }

  .hike .__pagetop {
    margin-top: 0;
  }
}


.hike .slick-slider .slick-arrow {
  opacity: 0.4;
  transition: opacity ease .3s;
  z-index: 8;
  position: absolute;
  cursor: pointer;
}

.hike .slick-slider .slick-arrow:hover {
  opacity: 0.5;
}

.hike .slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.hike .slider {
  margin: 0 auto;
}

.hike .slick-slide img {
  margin: 0 auto;
}

.hike .reportList .slick-list {
  overflow: inherit;
}

@media screen and (min-width: 800px) {
  .hike .slick-slider .slick-arrow.prev-arrow {
    width: 28px;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
  }

  .hike .slick-slider .slick-arrow.next-arrow {
    width: 28px;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 799px) {
  .hike .slick-slider .slick-arrow.prev-arrow {
    width: 16px;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
  }

  .hike .slick-slider .slick-arrow.next-arrow {
    width: 16px;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
  }

  .hike .reportList .slick-list {
    overflow: hidden;
  }
}








/* for modal */
.remodal {
  max-height: calc(100vh - 160px);
  overflow-y: scroll;
  font-size: 14px;
}

.remodal-wrapper {
  padding: 80px 10px 0;
}

.remodal-close:before {
  font-size: 35px;
}

.hikeModal .modalInner {
  text-align: left;
}

.hikeModal .modalTitle {
  margin-bottom: 1em;
  font-size: 22px;
}

.hikeModal .modalText {
  line-height: 1.8;
}

.hikeModal table.modalTable {
  width: 100%;
  margin: 2em auto;
  border-top: #000 2px solid;
}

.hikeModal table.modalTable th,
.hikeModal table.modalTable td {
  padding-left: 0.5em;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
  line-height: 1.8;
}

.hikeModal table.modalTable th {
  font-weight: bold;
}

.hikeModal table.modalTable .leftCell {
  border-left: none;
}

.hikeModal .modalBox {
  padding: 0.6em 1em;
  border: #000 1px solid;
}

.hikeModal .modalBox p {
  line-height: 2;
}

@media screen and (max-width: 799px) {
  .remodal {
    padding: 36px 24px 24px;
    font-size: 10px;
  }

  .hikeModal .modalTitle {
    margin-bottom: 1em;
    padding: 0;
    font-size: 12px;
  }
}


/* for detail page */
.hike .hike_detail_hero {
  margin-bottom: 60px;
}

.hike .hike_detail_heroInner {
  position: relative;
}

.hike .hike_detail_heroInner .mvVol {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 1em;
}

.hike .hike_detail_heroInner .mvVol p {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.hike .hike_detail_heroInner .mvLogo {
  width: 100px;
  position: absolute;
  left: 30px;
  top: 30px;
}

.hike .hike_detail_heroInner .mvDate {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 1em;
}

.hike .hike_detail_heroInner .mvDate p {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1.32;
}

.hike .hike_detail_heroInner .mvDate p .daynum {
  font-size: 160%;
  position: relative;
  top: 0.1em;
}

.hike .hike_detail_heroInner .mvPhoto img {
  width: 100%;
}

.hike .hike_detail_heroInner .mvSite {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 1em;
  text-align: center;
}

.hike .hike_detail_heroInner .mvSite p {
  writing-mode: vertical-rl;
  display: inline-block;
  font-size: 72px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .hike .hike_detail_hero {
    margin-bottom: 50px;
  }

  .hike .hike_detail_heroInner .mvVol p {
    font-size: calc(42/750*100vw);
  }

  .hike .hike_detail_heroInner .mvLogo {
    width: 100px;
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .hike .hike_detail_heroInner .mvDate p {
    font-size: calc(42/750*100vw);
  }

  .hike .hike_detail_heroInner .mvDate p .daynum {
    font-size: 180%;
  }

  .hike .hike_detail_heroInner .mvSite p {
    font-size: calc(92/750*100vw);
  }
}

.hike .hike_detail_lead {
  margin-bottom: 3em;
}

.hike .hike_detail_lead .text01 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.hike .hike_detail_lead .text02 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

@media screen and (max-width: 799px) {
  .hike .hike_detail_lead {
    margin-bottom: 4em;
  }

  .hike .hike_detail_lead .text01 {
    font-size: calc(26/750*100vw);
  }


  .hike .hike_detail_lead .text02 {
    font-size: calc(26/750*100vw);
  }


  .hike .hike_detail_lead .hike_wdtwrap {
    max-width: calc(720/750*100vw);
  }
}


.hike .hike_detail_info {
  margin-bottom: 120px;
}

.hike .hike_detail_info .hike_detail_info_title {
  width: 100%;
  margin-bottom: 0.8em;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #333;
}

.hike .hike_detail_info .hike_detail_info_title.dateTitle {
  padding: 0 0 1em;
  margin-bottom: 1.5em;
  border-top: none;
  border-bottom: #333 1px solid;
}

.hike .hike_detail_info ul.cautionList {
  margin-top: 1em;
}

.hike .hike_detail_info ul.cautionList li {
  margin-top: 0.4em;
  font-size: 80%;
  line-height: 1.2;
}

.hike .hike_detail_info .sflexBox {
  display: flex;
}

.hike .hike_detail_info .dateBox p {
  font-weight: normal;
  font-size: 116%;
  text-align: left;
}

.hike .wdt100Box {
  width: 100%;
  margin-bottom: 5em;
  padding-bottom: 5em;
  border-bottom: #000 1px solid;
  text-align: left;
}

.hike .wdt100Box .hike_detail_info_title {
  margin-top: 1.5em;
  padding: 0;
  text-align: center;
}

.hike .hike_detail_info .wdt100Box .detailText {
  width: 100%;
  text-align: left;
}

.hike .wdt100Box .itemBtnArea {
  margin: 2em auto 0;
  max-width: 800px;
}

@media screen and (min-width: 800px) {
  .hike .flexBox {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding-top: 1.5em;
    display: flex;
    border-top: #000 1px solid;
  }

  .hike .flexBox.option {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding-top: 0;
    border-top: none;
  }

  .hike .flexBox.option .hike_detail_info_title {
    font-size: 26px;
  }

  .hike .flexBox.option .detailText {
    text-align: left;
    font-size: 18px;
  }

  .hike .flexBox.option .detailText .large {
    font-size: 24px;
  }

  .hike .flexBox.btm {
    margin-top: 0;
    margin-bottom: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    display: flex;
    border-bottom: #000 1px solid;
  }

  .hike .hike_detail_info .flexBox .hike_detail_info_title {
    width: 210px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    text-align: left;
    color: #333;
    border-top: none;
  }

  .hike .hike_detail_info .detailText {
    margin-bottom: 0;
    width: calc(100% - 210px);
  }

  .hike .hike_detail_info .dateBox .detailText {
    margin-bottom: 0;
    width: calc((100% - 210px) / 2);
  }

  .hike .wdt100Box .hike_detail_info_title {
    text-align: left;
  }
}

@media screen and (max-width: 799px) {
  .hike .hike_detail_info {
    margin-bottom: 20px;
  }

  .hike .hike_detail_info .hike_detail_info_title {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0.4em;
    font-size: calc(32/750*100vw);
  }

  .hike .hike_detail_info .detailText {
    margin-bottom: 0.3em;
    font-size: calc(26/750*100vw);
  }

  .hike .flexBox {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding-top: 1.5em;
    border-top: #000 1px solid;
  }

  .hike .flexBox.option {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding-top: 0;
    border-top: none;
  }

  .hike .flexBox.option>* {
    font-size: 98%;
  }

  .hike .flexBox.option .detailText {
    text-align: left;
  }

  .hike .flexBox.option .detailText .large {
    font-size: calc(24 / 750* 100vw);
  }

  .hike .hike_wdtwrap>.flexBox:first-of-type {
    margin-top: 0;
    margin-bottom: 1.5em;
    padding-top: 0;
    border-top: none;
  }

  .hike .flexBox.btm {
    margin-top: 0;
    margin-bottom: 3.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: #000 1px solid;
  }

  .hike .wdt100Box .hike_detail_info_title {
    margin-top: 0;
  }
}

.hike table.scheduleInfo {
  width: 100%;
  border-top: #333 1px solid;
  box-sizing: border-box;
}

.hike table.scheduleInfo {
  margin-top: 30px;
}

.hike table.scheduleInfo tr>*:nth-child(-n+3) {
  padding-top: 0.8em !important;
}

.hike table.scheduleInfo tr.btmLine {
  border-bottom: #000 1px solid;
}

.hike table.scheduleInfo tr.btmLine>* {
  padding-bottom: 0.8em;
}

.hike table.scheduleInfo tr.btmLine+tr>* {
  padding-top: 0.8em;
}

.hike table.scheduleInfo th,
.hike table.scheduleInfo td {
  padding: 0.4em 0 0;
  vertical-align: top;
  line-height: 32px;
  font-size: 20px;
  box-sizing: border-box;
}

.hike table.scheduleInfo th {
  background-color: #fff;
}

.hike table.scheduleInfo th.date {
  width: 7em;
  text-align: left;
}

.hike table.scheduleInfo th.time {
  width: 5em;
  text-align: left;
}

.hike table.scheduleInfo td.text p {
  color: #333;
}

@media screen and (max-width: 799px) {
  .hike table.scheduleInfo {
    margin-top: 0;
  }

  .hike .hike_detail_info .detailText {
    margin-bottom: 0.2em;
    font-weight: normal;
  }

  .hike .hike_detail_info .dateTitle+.detailText {
    font-weight: bold;
  }

  .hike table.scheduleInfo th,
  .hike table.scheduleInfo td {
    line-height: 16px;
    font-size: 10px;
  }

  .hike table.scheduleInfo th {
    line-height: 16px;
  }

  .hike table.scheduleInfo th.date {
    width: 6em;
  }

  .hike table.scheduleInfo td.text p {
    line-height: 16px;
  }
}


.hike .hike_detail_info ul.cautionList li:before {
  content: "*";
}

.hike .detailText {
  text-align: left;
  font-size: 24px;
  color: #333;
}

.hike .detailText.date {
  margin-bottom: 2em;
  font-size: 26px;
}

.hike .detailsText {
  text-align: center;
}

.hike .request .detailText {
  width: 100%;
  text-align: center;
}

.hike .detailTellnum {
  margin-top: 0.6em;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  pointer-events: none;
}

.hike .detailText .small {
  font-size: 80%;
}

@media screen and (max-width: 799px) {
  .hike .detailText {
    font-size: calc(26/750*100vw);
    text-align: center;
  }

  .hike .detailText.date {
    font-size: calc(26/750*100vw);
  }

  .hike .detailsText {
    font-size: calc(20/750*100vw);
  }

  .hike .detailTellnum {
    font-size: calc(60/750*100vw);
    pointer-events: auto;
  }
}


/* add 20230221 */
ul.scheduleList+ul.largeList {
  margin-top: -40px;
}

ul.largeList {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;

}

.hike ul.largeList li {
  padding-top: 1.3em;
  margin-bottom: 3em;
  border-top: #000 1px solid;
}

.hike ul.largeList li:last-of-type {
  margin-bottom: 0;
}

.hike ul.largeList li .schedule_lead {
  display: none;
  margin-bottom: 0.8em;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.32;
  color: #333;
}

.hike .linkBnr {
  margin: 6em auto 0;
  text-align: center;
}

.hike .hike_detail_info .detailText.small {
  font-size: 18px;
  line-height: 1.46;
}

.hike .scheduleInfo02 {
  width: 100%;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
}

.hike .scheduleInfo02 tr,
.hike .scheduleInfo02 th {
  vertical-align: top;
  width: 30%;
  padding: 0.3em 1.5em;
}

.hike .scheduleInfo02 .year,
.hike .scheduleInfo02 .time {
  width: 35%;
}

.hike .scheduleInfo02 .time {
  vertical-align: middle;
  text-align: center;
  border-left: #000 1px solid;
}

.hike .scheduleInfo02 .top .year,
.hike .scheduleInfo02 .top .date {
  padding-top: 1em;
}

.hike .scheduleInfo02 .border .year,
.hike .scheduleInfo02 .border .date {
  padding-top: 1em;
  border-top: #000 1px solid;
}

.hike .scheduleInfo02 .bottom .year,
.hike .scheduleInfo02 .bottom .date {
  padding-bottom: 1em;
}

.hike .scheduleInfo02 .year {
  padding-left: 0;
  border-right: #000 1px solid;
  text-align: left;
}

@media screen and (min-width: 800px) {
  .hike .hike_detail_info .hike_detail_info_title.dateTitle {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}

@media screen and (max-width: 799px) {
  ul.scheduleList+ul.largeList {
    margin-top: calc(-40/750*100vw);
  }

  ul.largeList {
    max-width: calc(690/750*100vw);
  }

  .hike ul.largeList li .schedule_lead {
    font-size: calc(26/750*100vw);
  }

  .hike .linkBnr {
    margin: 3em auto;
    text-align: center;
  }

  .hike .hike_detail_info .detailText.small {
    font-size: calc(20/750*100vw);
  }

  .hike .hike_detail_lead .text01 {
    white-space: nowrap;
  }

  .hike .scheduleInfo02 .year,
  .hike .scheduleInfo02 .time {
    width: 30%;
  }

  .hike .scheduleInfo02 .date {
    width: 40%;
    text-align: left;
  }

  .hike .hike_detail_info .hike_detail_info_title.dateTitle {
    margin-bottom: 0.8em;
    padding: 0 0 0.4em;
  }
}


.hike .panArea {
  padding-top: 30px;
  background-color: #b2cad6;
}

.hike .panAreaInner {
  width: 100%;
  margin: 0 auto;
  padding: 0.8em 0;
}

.hike .panArea ul.panList {
  display: flex;
  align-items: center;
}

.hike .panArea ul.panList li {
  margin-left: 2.6em;
  position: relative;
  font-size: 18px;
}

.hike .panArea ul.panList li:after {
  content: "";
  margin: auto 0;
  width: 0.5em;
  height: 0.5em;
  display: block;
  border-top: #000 1px solid;
  border-right: #000 1px solid;
  transform: rotate(45deg);
  position: absolute;
  right: -1.5em;
  top: 0;
  bottom: 0;
}

.hike .panArea ul.panList li a {
  text-decoration: none;
}

.hike .panArea ul.panList li:last-of-type {
  font-weight: bold;
}

.hike .panArea ul.panList li:last-of-type:after {
  content: none;
}

@media (hover: hover) {
  .hike .panArea ul.panList li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 799px) {
  .hike .panArea {
    padding-top: 0;
  }

  .hike .panArea ul.panList {
    width: 100%;
    padding: 5px 0;
    overflow-x: scroll;
  }

  .hike .panArea ul.panList li {
    font-size: calc(22/750*100vw);
    white-space: nowrap;
  }

  .hike .panArea ul.panList li:first-of-type {
    margin-left: 1.5em;
  }

  .hike .panArea ul.panList li:last-of-type {
    margin-right: 1em;
  }
  .hike .panAreaInner {
  padding: 5px 0;
  }
}


.hike .levelBox {
  margin: 3em auto 0.2em;
  padding: 1.5em;
  border: #000 1px solid;
  font-size: 20px;
  position: relative;
}

.hike .levelBox .levelBoxLead {
  margin-bottom: 1.2em;
  padding-bottom: 0.2em;
  font-weight: bold;
  font-size: 120%;
  border-bottom: #000 1px solid;
}

.hike .levelBox .strength {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: #000 1px solid;
}

.hike .levelBox .level {
  display: flex;
  align-items: center;
}

.hike .levelBox .level .label {
  margin-right: 1.5em;
  font-weight: bold;
}

.hike .levelBox .level .scale span {
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-top: 0.5em;
  margin-right: 0.9em;
  border: #000 1px solid;
  border-radius: 100px;
  background-color: #fff;
}

.hike .levelBox .text {
  margin-top: 0.6em;
}

.hike .levelBox .level.level1 .scale span:nth-of-type(-n+1) {
  background-color: #b2cad6;
}

.hike .levelBox .level.level2 .scale span:nth-of-type(-n+2) {
  background-color: #b2cad6;
}

.hike .levelBox .level.level3 .scale span:nth-of-type(-n+3) {
  background-color: #b2cad6;
}

.hike .levelBox .level.level4 .scale span:nth-of-type(-n+4) {
  background-color: #b2cad6;
}

.hike .levelBox .level.level5 .scale span:nth-of-type(-n+5) {
  background-color: #b2cad6;
}

.hike .levelCaution {
  margin-bottom: 8em;
  font-size: 12px;
  text-align: right;
}

.hike .levelCaution a {
  text-decoration: underline;
  color: #0B28F9;
}

@media (hover: hover) {
  .hike .levelCaution a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 799px) {
  .hike .levelBox {
    margin: 3em auto 0.4em;
    padding: 1.5em;
    font-size: calc(26/750*100vw);
  }

  .hike .levelBox .levelBoxLead {
    margin-bottom: 0.6em;
    padding-bottom: 0.2em;
    font-size: calc(32/750*100vw);
  }

  .hike .levelBox .strength {
    margin-bottom: 0.6em;
    padding-bottom: 0.6em;
  }

  .hike .levelBox .level .label {
    margin-right: 1em;
    font-size: calc(32/750*100vw);
  }

  .hike .levelBox .level .scale span {
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-top: 0.5em;
    margin-right: 0.9em;
    border: #000 1px solid;
    border-radius: 100px;
    background-color: #fff;
  }

  .hike .levelBox .text {
    margin-top: 0.2em;
  }

  .hike .levelCaution {
    margin-bottom: 5em;
    font-size: 10px;
    text-align: right;
  }
}


.hike .mapArea {
  width: 100%;
  background-color: #D5DFD2;
}

.hike .mapArea+.hike_wdtwrap {
  margin-top: 4em;
}

.hike .mapArea .mapAreaInner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4em 0 6em;
}

.hike .mapArea .mapAreaLead {
  margin: 0 auto 0.8em;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}

.hike .mapArea .mapAreasLead {
  margin: 2em auto 0.8em;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
}

.hike .mapArea .mapAreaImg {
  width: 100%;
  margin: 0 auto 0.4em;
  text-align: center;
}

.hike .mapArea .mapAreaText {
  margin: 0.8em auto 0;
  text-align: left;
  font-size: 24px;
  line-height: 1.46;
}

.hike .mapArea .mapAreaText a {
  text-decoration: underline;
  color: #0B28F9;
}

@media (hover: hover) {
  .hike .mapArea .mapAreaText a:hover {
    text-decoration: none;
  }
}

.hike .mapArea .itemBtnArea {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .hike .mapArea .mapAreaInner {
    padding: 2em 0 3em;
    max-width: calc(690 / 750* 100vw);
  }

  .hike .mapArea .mapAreaLead {
    font-size: calc(34/750*100vw);
  }

  .hike .mapArea .mapAreasLead {
    margin: 1em auto 0.8em;
    font-size: calc(27/750*100vw);
  }

  .hike .mapAreaImg+.mapAreasLead {
    margin: 2em auto 0.8em;
  }

  .hike .mapArea .mapAreaText {
    font-size: calc(21/750*100vw);
  }
}


.hike .itemArea {
  width: 100%;
  background-color: #C5D8E2;
}

.hike .itemArea+.hike_wdtwrap {
  margin-top: 4em;
}

.hike .itemArea .itemAreaInner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4em 0 6em;
}

.hike .itemArea .itemAreaLead {
  margin: 0 auto 0.8em;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}

.hike .itemArea .itemAreaImg {
  width: 100%;
  margin: 0 auto 3.2em;
  text-align: center;
}

.hike .itemArea .itemBtnArea {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.hike .itemArea ul.itemList {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 60px;
}

.hike .itemArea .itemListArea {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 3em;
  background-color: #fff;
}

.hike .itemArea ul.itemList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 60px;
}

.hike .itemArea ul.itemList .itemBtnArea a {
  padding: 0.4em 1.6em;
}

@media screen and (max-width: 799px) {
  .hike .itemArea .itemAreaInner {
    padding: 2em 0 3em;
    max-width: calc(690 / 750* 100vw);
  }

  .hike .itemArea .itemAreaLead {
    font-size: calc(34/750*100vw);
  }

  .hike .itemArea .itemAreaText {
    font-size: calc(21/750*100vw);
  }

  .hike .itemArea .itemBtnArea {
    max-width: calc(600 / 750* 100vw);
  }
}


.hike .repoatArea {
  width: 100%;
}

.hike .repoatArea .repoatAreaInner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4em 0 6em;
}

.hike .repoatArea .repoatAreaLead {
  margin: 0 auto 0.8em;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}

.hike .repoatArea .repoatAreaLead2 {
  margin: 0 auto 0.8em;
  text-align: center;
  font-size: 24px;
  }

.hike .repoatArea .repoatAreaImg {
  width: 100%;
  margin: 0 auto 3.2em;
  text-align: center;
}

.hike .repoatArea .itemBtnArea {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .hike .repoatArea .repoatAreaInner {
    padding: 2em 0 3em;
    max-width: calc(690 / 750* 100vw);
  }

  .hike .repoatArea .repoatAreaImg {
    width: calc(600/750*100vw);
    margin: 0 auto 2.4em;
  }

  .hike .repoatArea .repoatAreaLead {
    font-size: calc(34/750*100vw);
  }
}


.hike.climb .hike_wdtwrap+.hike_wdtwrap {
  margin-top: 5em;
}


.hike .btmArea {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background-color: #fff;
}

.hike ul.btmLinkList {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: center;
}

.hike ul.btmLinkList li {
  width: 33%;
  border-right: #000 1px solid;
}

.hike ul.btmLinkList li:last-of-type {
  border-right: none;
}

.hike .btmArea a {
  padding: 0.6em 0;
  display: inline-block;
}

@media screen and (min-width: 800px) {
  .hike .btmArea a:hover {
    color: inherit;
    background-color: inherit;
    transition: all ease .3s;
    opacity: .6;
  }
}

@media screen and (max-width: 799px) {
  .hike .btmArea {
    margin: 0 auto 40px;
    padding-top: calc(60/750*100vw);
    padding-bottom: calc(45/750*100vw);
    width: calc(682/750*100vw);
  }

  .hike ul.btmLinkList {
    margin-bottom: calc(50/750*100vw);
  }

  .hike ul.btmLinkList li.hikeBnr img {
    width: calc(122/750*100vw);
  }

  .hike ul.btmLinkList li.schoolBnr img {
    width: calc(134/750*100vw);
  }

  .hike ul.btmLinkList li.layeringBnr img {
    width: calc(176/750*100vw);
  }

  .hike .columbiaBnr img {
    width: calc(192/750*100vw);
  }
}