.color_white {
  color: #FFFFFF;
}
.fon_bold {
  font-weight: bold;
}

/* タイトル */
.header {
  position: relative;
  padding-top: 1.8rem;
  z-index: 9999;
  text-shadow: 0px 2px 0px #00000029;
}
.hed_tit_wrap {
  position: absolute;
  top: 4.9rem;
  left: 59rem;
  text-align: center;
}
.hed_tit_sab {
  font-size: 2rem;
  letter-spacing: calc(2em / 20);
  padding-right: 0.5rem;
}
.hed_tit {
  font-size: 3rem;
  letter-spacing: calc(7.2em / 30);
}

/* ナビゲーション */
.hed_nav_wrap {
  width: 112rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  min-height: 18rem;
}
.nav_wrap {
  width: 41rem;
  font-size: 1.6rem;
  writing-mode: vertical-lr;
  border-bottom: 0.1rem solid #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.nav_li {
  margin-right: 12rem;
  letter-spacing: calc(8em / 16);
}
.nav_li:nth-last-child(1) {
  margin-right: 0;
}
.li_acce_mg {
  margin-left: 2rem;
}
.hg_nenu_wrap {
  display: none;
}
.left_mg {
  margin-left: -2rem;
}

.hed_front_img {
  width: 100%;
  height: 80.1rem;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper {
  width: 100%;
  height: 100%;
}
.hed_page_wrap {
  padding-top: 46.9rem;
}
.hed_page_img {
  width: 100%;
  height: 66.7rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.goshu_wrap {
  writing-mode: vertical-lr;
  padding: 2.8rem 2rem 2.7rem 2rem;
  background-color: #8AA357;
  border-radius: 2.5rem 0 0 2.5rem;
  letter-spacing: calc(10em / 16);
  position: fixed;
  right: 0;
  bottom: 1rem;
}
.goshu_wrap a {
  width: 100%;
  font-size: 1.6rem;
  color: #FFFFFF;
}
.sp_onl {
  display: none;
}


@media screen and (max-width: 699.98px) {
    /* タイトル */
  .header {
    width: 100%;
    padding: 2.445rem 1.738rem 0 1.3rem;
    display: flex;
    justify-content: space-between;
    /* overflow-x: clip; */
    position: fixed;
  }
  .hed_tit_wrap {
    position: static;
    text-align: start;
  }
  .hed_tit_sab {
    font-size: 1.8rem;
    letter-spacing: calc(1.8em / 18);
    padding-right: 0;
  }
  .hed_tit {
    font-size: 2.8rem;
    letter-spacing: calc(6.72em / 28);
  }

    /* ナビゲーション */
  .hed_nav_wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    min-height: auto;
    position: absolute;
    top: 0;
    right: -100%;
    left: auto;
    color: #FFFFFF;
    transition: all .5s;
  }
  .nav_wrap {
    width: 100%;
    height: 100vh;
    padding-top: 12rem;
    font-size: 1.6rem;
    border-bottom: none;
    background-color: #7B7B7B;
    opacity: 0.9;
  }
  .nav_left_wrap {
    justify-content: end;
    padding-left: 4rem;
  }
  .nav_rigth_wrap {
    justify-content: start;
  }
  .nav_li {
    margin-right: 2.6rem;
    letter-spacing: calc(8em / 16);
    height: fit-content;
  }
  .nav_li:nth-last-child(1) {
    margin-right: 2.6rem;
  }
  .li_acce_mg {
    margin-left: 0;
  }
  .sp_mr_0 {
    margin-right: 0 !important;
  }

  .hg_nenu_wrap {
    display: block;
  }

  /* ハンバーガメニュー */
  .hg_nenu_wrap {
    width: 4.2rem;
    height: 3.2rem;
    position: relative;
  }
  .hg_span span {
    width: 100%;
    height: 0.2rem;
    position: absolute;
    box-shadow: 0px 2px 0px #00000029;
    transition: all .5s;
  }
  .hg_black {
    width: 100%;
    height: 0.2rem;
    position: absolute;
    box-shadow: 0px 2px 0px #00000029;
    transition: all .5s;
    background-color: #707070;
  }
  .hg_whith {
    width: 100%;
    height: 0.2rem;
    position: absolute;
    box-shadow: 0px 2px 0px #00000029;
    transition: all .5s;
    background-color: #FFFFFF;
  }
  
  .hg_nenu_wrap span:nth-child(1) {
    top: 0.3rem;
  }
  .hg_nenu_wrap span:nth-child(2) {
    top: 1.6rem;
  }
  .hg_nenu_wrap span:nth-child(3) {
    top: 2.9rem;
  }

  /* ハンバーガメニューアニメーション */
  .hg_js.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(35deg);
    background-color: #FFFFFF;
  }
  .hg_js.active span:nth-child(2) {
    opacity: 0;
    background-color: #FFFFFF;
  }
  .hg_js.active span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-35deg);
    background-color: #FFFFFF;
  }

  .hg_nav_js.active {
    right: 0;
  }

  .hed_front_img {
    width: 100%;
    height: 66.7rem;
    /* padding-top: 66.7rem; */
  }
  .hed_page_img {
    width: 100%;
    height: 66.2rem;
  }

  /* ご朱印 */
  .goshu_wrap {
    writing-mode: horizontal-tb;
    padding: 2.2rem 1.4rem;
    border-radius: 50%;
    letter-spacing: 0;
    line-height: calc(24 / 16);
    right: 0.6rem;
    bottom: 4.5rem;
    transition: .8s;
  }
  .goshu_wrap a {
    width: 100%;
    font-size: 1.6rem;
    color: #FFFFFF;
  }
  .sp_onl {
    display: block;
  }

  .goshu_wrap.active {
    right: -50%;
  }
  .hed_page_wrap {
    padding-top: 66.2rem;
  }
  .hed_front_wrap {
    padding-top: 66.7rem;
  }
}