@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: "Outfit";
  font-display: swap;
  src: url("../font/Outfit.woff") format("woff");
  src: url("../font/Outfit.ttf") format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "OutfitItalic";
  font-display: swap;
  src: url("../font/OutfitItalic.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: #000;
  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;
}
.jp {
  font-family: "Noto Sans JP","source-han-sans-japanese", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

@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: #000;
}

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 {
  padding-top: 0;
  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: "Outfit", sans-serif;
}
.hike .enb {
  font-family: "Outfit", sans-serif;
  font-weight: bold;
}
.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: #000;
  background-color: #fff;
  border: #000 1px solid;
  border-radius: 100px;
  position: relative;
  display: block;
  transition: all ease .3s;
}
.hike .itemBtnArea.bold a {
  border: #000 8px solid;
  font-weight: bold;
}
.hike .itemBtnArea a:before {
  content: "";
  width: 5em;
  height: 1px;
  margin: auto;
  display: block;
  background-color: #000;
  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: #000 1px solid;
  border-right: #000 1px solid;
  position: absolute;
  right: calc(2em + 1px);
  top: 0;
  bottom: 0;
  transition: all ease .3s;
  transform: rotate(45deg);
}
.hike .itemBtnArea.noarrow a:after,
.hike .itemBtnArea.noarrow a:before {
  content: none;
}
.hike .itemBtnArea.bold a:before {
  height: 6px;
}
.hike .itemBtnArea.bold a:after {
  border-top: #000 6px solid;
  border-right: #000 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: #000;
  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: #000 4px solid;
}
.hike .itemBtnArea.bold a:before {
  height: 3px;
}
.hike .itemBtnArea.bold a:after {
  right: calc(2em + 0px);
  border-top: #000 3px solid;
  border-right: #000 3px solid;
}
.hike .itemBtnArea a.small {
  font-size: 12px;
}
}

@media screen and (max-width: 799px) {
.hike .itemBtnArea2 {
  margin: 24px auto;
}
.hike .itemBtnArea2 a {
  font-size: 13px;
}
.hike .itemBtnArea2 a:before {
  width: 0em;
}
.hike .itemBtnArea2.bold a {
  border: #000 4px solid;
}
.hike .itemBtnArea2.bold a:before {
  height: 3px;
}
.hike .itemBtnArea2.bold a:after {
  right: calc(2em + 0px);
  border-top: #000 3px solid;
  border-right: #000 3px solid;
}
.hike .itemBtnArea2 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 1em;
  font-size: 80px;
  font-family :"Outfit", sans-serif;
  text-align: center;
  color: #000;
  line-height: 1;
}
.hike .hike_title .jp {
  margin-top: 0.3em;
  display: block;
  font-size: 32px;
}
.hike .hike_stitle {
  margin-bottom: 1.4em;
  font-size: 50px;
  font-family :"Outfit", sans-serif;
  text-align: center;
  border-bottom: #a0a0a0 1px solid;
  color: #000;
}
.hike .hike_stitle img {
  margin-bottom: -1px;
}
@media screen and (max-width: 799px) {
.hike .hike_title {
  margin: 0 auto 0.3em;
  font-size: calc(80/750*100vw);
}
.hike .hike_title .jp {
  margin-top: 0.8em;
  font-size: calc(24/750*100vw);
}
.hike .hike_stitle {
  font-size: calc(50/750*100vw);
}
}


/* color */
:root {
  --color-theme: #d8c04f;
}


/* index page */
.hike .hike_hero {
  width: 100%;
  padding-top: 110px;
  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 {
  padding-top: 0;
}
.hike .hike_hero {
  padding-top: 0;
}
}


.hike .hike_navi {
  width: 100%;
  min-width: 1280px;
  background-color: #acc7cc;
}
.hike .hike_navi .hike_naviInner {
  width: 100%;
  padding: 10px;
}
.hike_naviWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hike .hike_navi .hike_naviLogo {
  width: 86px;
  margin-right: 102px;
}
.hike .hike_navi ul.hike_naviLinkArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.hike .hike_navi ul.hike_naviLinkArea li {
  width: 210px;
  padding: 0;
  font-size: 24px;
  font-family: "Outfit", sans-serif;
  position: relative;
  color: #000;
}
.hike .hike_navi ul.hike_naviLinkArea li:last-of-type:after {
  content: "";
  width: 1px;
  height: 3em;
  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: 3em;
  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.4;

}
.hike .hike_navi ul.hike_naviLinkArea li a .jp {
  display: block;
  font-size: 18px;
}
.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: "Outfit", sans-serif;
  font-weight: 400;
  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: #000;
  border-bottom: #b6b9b9 1px solid;
}
.hike .hike_intro .text02 {
  margin-bottom: 5em;
  font-size: 20px;
  line-height: 1.64;
  color: #000;
}
.hike .hike_intro .img01 {
  margin-bottom: 130px;
}
.hike .hike_intro .carouselArea {
  padding: 60px 0;
  background-color: #d6e1e7;
}
.hike .hike_intro .carouselArea .slick-slide {
  margin: 0 20px;
}
.hike .hike_intro .carouselArea .slick-slide img {
  width: 100%;
}
.hike .hike_intro .carouselArea .slick-slider .slick-arrow.prev-arrow {
  width: 80px;
  left: 28%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.hike .hike_intro .carouselArea .slick-slider .slick-arrow.next-arrow {
  width: 80px;
  right: 28%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.hike .hike_intro .carouselArea .slick-dots {
  bottom: -100px;
}
.hike .hike_intro .slick-dots button {
  background-color: rgba(229,229,229,.7);
}
.hike .hike_intro .slick-dots .slick-active button {
  background-color: rgba(119,144,144,.7);
}
@media (hover: hover) {
  .hike .hike_intro .carouselArea .slick-slider .slick-arrow.prev-arrow:hover,
  .hike .hike_intro .carouselArea .slick-slider .slick-arrow.next-arrow:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 799px) {
.hike .hike_intro .carouselArea {
  padding: calc(60/750*100vw) 0;
}
.hike .hike_intro .img01 {
  margin-bottom: calc(124/750*100vw);
}
.hike .hike_intro .carouselArea .slick-slide {
  margin: 0 calc(35/750*100vw);
}
.hike .hike_intro .carouselArea .slick-slider .slick-arrow.prev-arrow {
  width: calc(70/750*100vw);
  left: 0;
}
.hike .hike_intro .carouselArea .slick-slider .slick-arrow.next-arrow {
  width: calc(70/750*100vw);
  right: 0;
}
.hike .hike_intro .carouselArea .slick-dots {
  bottom: calc(-106/750*100vw);
}
}

.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: #000;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 799px) {
.hike .hike_movie .movieText {
  margin-top: 2.5em;
  padding-top: 0;
  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;
  position: relative;
}
.hike .hike_movie .hike_movieTitle {
  margin: 4em 0 20px;
  color: #000;
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
}
.hike_movieDate {
  width: 224px;
  margin: 0 auto 32px;
}
.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%;
  height: auto;
  max-width: 1000px;
  line-height: 1;
  aspect-ratio: 16 / 9;
  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: "Outfit", 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(692/750*100%);
  padding-bottom: 0;
}
.hike .hike_movie .hike_movieTitle {
  margin: 0 auto 1.5em;
  font-size: calc(28/750*100vw);
  text-align: left;
}
.hike_movieDate {
  width: calc(216/750*100vw);
  margin: 0;
  position: absolute;
  right: 0;
  top: calc(-6/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: #d6e1e7;
}
.hike .hike_schedule .hike_title {
  margin-bottom: 0.4em;
}
.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: #000;
}
@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_title {
  margin-bottom: 0;
}
.hike .hike_schedule .hike_stitle img {
  width: calc(260/750*100vw);
}
.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: #f1f0eb;
}
.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: #000;
  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: #000;
}
.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: #000;
}
.hike .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
}
.hike .slick-dots button {
  width: 18px;
  height: 18px;
  margin: 0 6px;
  padding: 0;
  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 .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 {
  width: calc(18/750*100vw);
  height: calc(18/750*100vw);
}
}


.hike .hike_reportInner {
  padding-top: 4em;
  padding-bottom: 4em;
  background-color: #e5e5e5;
}
.hike .hike_report .hike_title {
  margin-bottom: 0.8em;
}
.hike .hike_report .reportListArea {
  margin-bottom: 80px;
  padding: 80px;
  background-color: #fff;
}
@media screen and (max-width: 799px) {
.hike .hike_report .reportListArea {
  width: 118%;
  margin-left: -9%;
  margin-bottom: calc(80/750*100vw);
  padding: calc(56/750*100vw);
}
}


.hike .hike_entryInner {
  padding-top: 4.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_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: 1;
  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_title {
  margin-bottom: 0.6em;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.hike .hike_detail_lead {
  margin-bottom: 3em;
}
.hike .hike_detail_lead .text01 {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 799px) {
.hike .hike_detail_title {
  font-size: calc(44/750*100vw);
}
.hike .hike_detail_lead {
  margin-bottom: 4em;
}
.hike .hike_detail_lead .text01 {
  font-size: calc(28/750*100vw);
}
.hike .hike_detail_lead .hike_wdtwrap {
  max-width: calc(720/750*100vw);
}
}

.hike_detail_study {
  margin-bottom: 64px;
}
.hike_detail_study .studyArea {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.hike_detail_study .studyArea .studyLead {
  width: 150px;
  padding-right: 1em;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.hike_detail_study .studyArea .studyListArea {
  width: calc(100% - 150px);
  padding-left: 1em;
  border-left: #000 1px solid;
}
.hike_detail_study .studyArea .studyList {
  display: flex;
  flex-wrap: wrap;
}
.hike_detail_study .studyArea .studyList li {
  padding-left: 1em;
  width: 15em;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 1.64;
}
@media screen and (max-width: 799px) {
  .hike_detail_study {
    margin-bottom: calc(64/750*100vw);
  }
  .hike_detail_study .studyArea {
    width: calc(580/750*100vw);
    max-width: none;
  }
  .hike_detail_study .studyArea .studyLead {
    width: calc(210/750*100vw);
    padding-right: 0;
    font-size: calc(28/750*100vw);
    text-align: center;
  }
  .hike_detail_study .studyArea .studyListArea {
    width: calc(100% - (210/750*100vw));
    padding-left: 1em;
  }
  .hike_detail_study .studyArea .studyList {
    flex-direction: column;
  }
  .hike_detail_study .studyArea .studyList li {
    width: 100%;
    font-size: calc(22/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: 30px;
  color: #000;
}
.hike .hike_detail_info .hike_detail_info_title.dateTitle {
  padding: 0 0 1em;
  margin-bottom: 1.5em;
  border-top: none;
  border-bottom: #000 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;
  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.8em;
  padding-bottom: 1.8em;
  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: #000;
  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: 80px;
}
.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: #000 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: #000;
}
@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: #000;
}
.hike .detailText a {
  color: #0000FF;
  text-decoration: underline;
}
.hike_detail_info_title.dateTitle + .detailText {
  font-size: 28px;
  font-weight: bold;
}
.hike .dateBox .detailText {
  font-size: 28px;
  font-weight: bold;
}
.hike .detailText.date {
  margin-bottom: 2em;
  font-size: 26px;
}
.hike .detailsText {
  text-align: center;
}
.hike .detailsSText {
  margin-top: 1em;
  font-size: 90%;
  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%;
}
.hike .addguideBox {
  margin-top: 1em;
  padding-bottom: 0.5em;
  display: flex;
  gap: 0 25px;
}
.hike .addguideBox .addguideImg {
  width: 140px;
}
.hike .addguideBox .addguideTextArea {
  width: calc(100% - 140px);
}
.hike .addguideBox .addguideTextArea p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.46;
  text-align: left;
}
.hike .addguideBox .addguideName {
  margin-bottom: 0.4em;
}
@media (hover: hover) {
.hike .detailText a:hover {
  text-decoration: none;
  opacity: 1;
}
}
@media screen and (max-width: 799px) {
.hike .detailText {
  font-size: calc(26/750*100vw);
  text-align: center;
}
.hike_detail_info_title.dateTitle + .detailText {
  font-size: calc(26/750*100vw);
}
.hike .dateBox .detailText {
  font-size: calc(26/750*100vw);
}
.hike .detailText.date {
  font-size: calc(26/750*100vw);
}
.hike .detailsText {
  font-size: calc(20/750*100vw);
}
.hike .detailsSText {
  font-size: calc(19/750*100vw);
}
.hike .itemBtnArea + .detailsSText {
  margin-top: -1.5em;
}
.hike .detailTellnum {
  font-size: calc(60/750*100vw);
  pointer-events: auto;
}
.hike .addguideBox {
  margin-top: 1.5em;
  gap: 0 calc(30/750*100vw);
}
.hike .addguideBox .addguideImg {
  width: calc(240/750*100vw);
}
.hike .addguideBox .addguideTextArea {
  width: calc(100% - (240/750*100vw));
}
.hike .addguideBox .addguideTextArea p {
  font-size: calc(20/750*100vw);
}
.hike .addguideBox .addguideName {
  font-size: calc(25/750*100vw);
}
}


/* 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: #000;
}
.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: 110px;
  background-color: #afc5c3;
}
.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%;
  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 .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: #afc5c3;
}
.hike .levelBox .level.level2 .scale span:nth-of-type(-n+2) {
  background-color: #afc5c3;
}
.hike .levelBox .level.level3 .scale span:nth-of-type(-n+3) {
  background-color: #afc5c3;
}
.hike .levelBox .level.level4 .scale span:nth-of-type(-n+4) {
  background-color: #afc5c3;
}
.hike .levelBox .level.level5 .scale span:nth-of-type(-n+5) {
  background-color: #afc5c3;
}
.hike .levelBox .level.level6 .scale span:nth-of-type(-n+6) {
  background-color: #afc5c3;
}
.hike .levelBox .level.level7 .scale span:nth-of-type(-n+7) {
  background-color: #afc5c3;
}
.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: #f1f0eb;
}
.hike .mapArea + .hike_wdtwrap {
  margin-top: 4em;
}
.hike .mapArea .mapAreaInner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4em 0 5em;
}
.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;
}
.hike .mapArea .gpxArea {
  margin: 3em auto 0;
  text-align: center;
}
.hike .mapArea .gpxArea .itemBtnArea {
  max-width: none;
}
.hike .mapArea .gpxArea + .mapAreaLead {
  margin-top: 3em;
}
.hike .mapArea .gpxArea .gpxText {
  margin-top: 1em;
  font-size: 24px;
}
@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 .mapArea .gpxArea .gpxText {
  font-size: calc(24/750*100vw);
}
}


.hike .itemArea {
  width: 100%;
  background-color: #e4e9e7;
}
.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 .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_detail_info .itemBtnArea.mb5em {
  margin-bottom: 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 .hikeBnr a {
  padding: 0;
}
@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(128/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);
}
}



.video-wrapper {
    width: 100%;
    max-width: 1000px; /* PCでの最大幅。適宜変更してください */
    aspect-ratio: 16 / 9;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.play-button::after {
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #fff;
    margin-left: 4px;
}
.video-wrapper:hover .play-button {
    background-color: #ff0000;
}
.video-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
}




.hike .mapArea .mapAreaImg a.noLink {
  pointer-events: none;
}

