#load {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 99999999999;
  display: none;
}
#load div{
  width: 0;
  display: block;
  height: 1px;
  margin: 0 auto 0;
  background: #000;
  position: absolute;
  top: 100px;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

#top #load {
  display: flex;
}



@font-face {
  font-family: "";
  src: url();
}

body {
  min-width: 1100px;
  max-height: 100%;
  color: #000;
}

.inner {
  width: 1100px;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-align: center;
  line-height: 2;
}

p {
  font-size: 15px;
  line-height: 2;
}

dl, ol, ul {
  font-size: 15px;
  line-height: 2;
}

table {
  font-size: 15px;
  line-height: 2;
}

a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  transition: .6s;
  cursor: pointer;
}

a.line {
  text-decoration: underline;
}

.box {
  display: block;
}

.box.flex {
  display: flex;
}

br.sp {
  display: none;
}

br.pc {
  display: block;
}

/*===================================
  TOP HEADER
===================================*/
#top_header {
  position: relative;
  padding: 30px 0;
  background: #fff;
}

#top_header .inner {
  align-items: center;
  width: 70%;
  min-width: 1100px;
  max-width: 1300px;
}

#top_header .right {
  width: 390px;
  align-items: center;
}

#top_header .contact {
  width: 170px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .8em 1.5em;
  font-size: 12px;
  color: #366933;
  border: 1px solid;
}

#top_header .contact:hover {
  background: #366933;
  color: #fff;
}

#top_header #menu_btn {
  display: none;
}

/*===================================
  GLOBAL NAV
===================================*/
#global_navi {
  width: 560px;
}

#global_navi ul {
  flex-wrap: nowrap;
}

#global_navi li {
  width: 100%;
  padding: 0 1em;
}

#global_navi li + li {
  border-left: 1px solid;
}

#global_navi li.hide {
  display: none;
}

#global_navi a {
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  position: relative;
  font-family: "Oswald","Hiragino Kaku Gothic ProN",YuGothic,"Yu Gothic",Meiryo,sans-serif;
  font-weight: 700;
  color: #595757;
}

#global_navi a::after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  transition: .5s;
}

#global_navi a span {
  display: block;
  font-size: 11px;
  margin-top: .5em;
}

#global_navi a:hover::after {
  width: 100%;
}

/*===================================
  MAIN
===================================*/
#overlay {
  width: 100%;
  height: 100vh;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  display: none;
}

#main_visual {
  width: 100%;
  height: auto;
  height: calc(100vh - 110px);
  position: relative;
  overflow: hidden;

}

#main_visual .inner {
  width: 95%;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: flex-start;
  z-index: 10000;
}

#main_visual .facebook:hover {
  opacity: .5;
}

#main_visual .movie_btn {
  cursor: pointer;
  width: 95px;
  height: 31px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: none;
  border: 1px solid;
  padding: .3em 1em;
  margin-left: 20px;
  font-family: "Oswald","Hiragino Kaku Gothic ProN",YuGothic,"Yu Gothic",Meiryo,sans-serif;
  font-weight: 700;
}

#main_visual figure {
  width: 253px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 50;
}

#main_visual figure h2{
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  /* letter-spacing: 0.03em; */
  margin: 0 0 35px;
  font-family: "ＺＥＮオールド明朝-Ｒ",Georgia,"游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

#main_visual figure img{
  margin: auto;
  width: 92.5%;
  height: auto;
}

#main_visual video#main {
  width: auto;
  height: 100vh;
  display: block;
  margin: auto;
  /* position: absolute; */
  /* display: none; */

  position: fixed;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 z-index: -1;

}



#main_visual video#main_sp {
  display: none;
}


#main_visual video#sub {
  width: 80%;
  height: auto;
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 30000;
  display: none;
  outline: none !important;
}

#main_visual #movie_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

#main_visual #youtube,#main_visual iframe {
  position: absolute;
  width: 200%;
  height: 120%;
  left: -50%;
  right: 0;
  bottom: -50px;
  top: 0;
  margin: auto;
}



#page_header {
  padding: 100px;
  height: 380px;
  padding: 0;
  color: #fff;
}

#page_header .inner {
  width: 100%;
  height: 100%;
  background: rgba(228, 228, 228, 0.1);
  padding: 150px 0;
}

#page_header h2 {
  width: 100%;
  font-family: "Oswald","Hiragino Kaku Gothic ProN",YuGothic,"Yu Gothic",Meiryo,sans-serif;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  color: inherit;
  line-height: 1;
}

#page_header span {
  display: inline-block;
  margin: 25px auto 0;
  color: inherit;
  font-size: 19px;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 12px .5em;
  font-weight: bold;
}

#about #page_header {
  background: url(../img/about/page_header.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#news #page_header {
  background: url(../img/news/page_header.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#contact #page_header {
  background: url(../img/contact/page_header.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#sitemap #page_header {
  background: url(../img/sitemap/page_header.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#mountain_list #page_header {
  background: url(../img/mountain_list/page_header.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#howto #page_header {
  background: url(../img/howto/page_header.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#contact #page_header, #news #page_header, #sitemap #page_header, #faq #page_header, #privacy #page_header {
  height: auto;
  color: #000;
}

#contact #page_header .inner, #news #page_header .inner, #sitemap #page_header .inner, #faq #page_header .inner, #privacy #page_header .inner {
  background: none;
  padding: 50px 0 0;
}

section {
  padding: 60px 0 100px;
}

.heading {
  margin: 0 auto 50px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.heading h2, .heading h3 {
  font-family: "Oswald","Hiragino Kaku Gothic ProN",YuGothic,"Yu Gothic",Meiryo,sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: inherit;
  line-height: 1;
  margin-right: .5em;
}

.heading span {
  display: inline-block;
  margin-top: 3px;
  color: inherit;
  font-size: 13px;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 5px .5em;
}

/*===================================
  FOOTER
===================================*/
#footer_sec01 {
  padding: 0;
  margin: 6px auto 0;
  background: url(../img/common/howtobuy_sel_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center 28%;
  color: #fff;
}

#footer_sec01 .inner {
  width: 100%;
}

#footer_sec01 a {
  width: 100%;
  height: 100%;
  padding: 60px 0;
  display: block;
  position: relative;
}

#footer_sec01 a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  transition: .5s;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
}

#footer_sec01 a:hover::before {
  opacity: 1;
}

#footer_sec01 .heading {
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

#footer_sec01 .heading h2 {
  width: 100%;
  margin-right: 0;
}

#footer_sec01 .heading span {
  margin-top: 1em;
}

#footer_sec01 p {
  text-align: center;
  position: relative;
  z-index: 2;
}

#footer_sec02 {
  margin: 6px auto 0;
  padding: 0;
}

#footer_sec02 .inner {
  width: 100%;
}

#footer_sec02 .left, #footer_sec02 .right {
  padding: 80px 50px 50px;
  height: 280px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 3px);
}

#footer_sec02 .left .box, #footer_sec02 .right .box {
  width: 500px;
  height: 100%;
  position: relative;
}

#footer_sec02 .left {
  padding: 50px;
  color: #fff;
  background: url(../img/common/faq_bg.jpg) no-repeat;
  background-size: cover;
  background-position: right top;
  position: relative;
}

#footer_sec02 .left .heading {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

#footer_sec02 .left .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer_sec02 .left::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  transition: .5s;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
}

#footer_sec02 .left:hover:before {
  opacity: 1;
}

#footer_sec02 .right {
  background: #E5E5E5;
}

#footer_sec02 .right .heading {
  width: 100%;
  margin-bottom: 30px;
}

#footer_sec02 .right a {
  width: 48%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #366933;
  border: 1px solid;
  padding: .5em 1.5em;
  position: relative;
}

#footer_sec02 .right a:hover {
  background: #366933;
  color: #fff;
}

#footer_sec02 .right a.tel span {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 12px;
  margin: 0;
}

#footer_sec02 .right a.tel svg {
  fill: #366933;
  width: 100%;
}

#footer {
  padding-top: 40px;
  position: relative;
}

#footer .inner {
  width: 95%;
  max-width: 2000px;
  min-width: 1080px;
  align-items: center;
}

#footer .facebook {
  color: #808080;
  font-size: 30px;
}

#footer .facebook:hover {
  opacity: .5;
}

#footer #footer_navi {
  width: 700px;
}

#footer #footer_navi li + li {
  margin-left: 2em;
}

#footer #footer_navi a {
  color: #595757;
  font-size: 13px;
  font-family: "Oswald","Hiragino Kaku Gothic ProN",YuGothic,"Yu Gothic",Meiryo,sans-serif;
}

#footer #copy_right {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid;
  padding: 40px;
  font-size: 11px;
}

#page_top {
  opacity: 0;
  position: fixed;
  right: 2%;
  bottom: 50px;
  width: 50px;
  transition: .5s;
}

#page_top svg {
  width: 100%;
  height: auto;
  fill: none;
}

#page_top svg path {
  fill: #000;
}

#page_top svg .cls-1 {
  stroke: #000;
  fill: #fff;
}

#page_top svg polyline {
  stroke: #000;
}

#page_top.on {
  opacity: 1;
}

/*===================================
  BUTTON
===================================*/
.btn {
  font-size: 15px;
  width: 200px;
  height: 40px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: .5s;
  border: 1px solid #fff;
  font-family: "Oswald","Hiragino Kaku Gothic ProN",YuGothic,"Yu Gothic",Meiryo,sans-serif;
  font-weight: 700;
}

.btn:hover {
  background: #000;
  color: #fff;
}

.caret_right {
  width: 8px;
  height: 8px;
  background: none;
  color: inherit;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
}

/*============================================================================================================================================
  SP_style
============================================================================================================================================*/
@media screen and (max-width: 768px) {
  /*===================================
  GENERAL
===================================*/
  body {
    min-width: 320px;
    padding-top: 60px;
  }
  .inner {
    width: 80%;
  }
  img, video {
    width: 100%;
    height: auto;
  }
  .tel, .tel img {
    pointer-events: auto;
  }
  br.sp {
    display: block;
  }
    
  br.pc {
    display: none;
  }
  /*===================================
  HEADING
===================================*/
  p {
    font-size: 13px;
  }
  dl, ol, ul {
    font-size: 13px;
    line-height: 2;
  }
  table {
    font-size: 13px;
    line-height: 2;
  }
  /*===================================
  TOP HEADER
===================================*/
  #top_header {
    width: 100%;
    position: fixed;
    padding: 15px 0;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
  }
  #top_header .inner {
    width: 88%;
    min-width: 80%;
  }
  #top_header .right {
    display: none;
  }
  #top_header h1 {
    width: 100px;
    position: relative;
    z-index: 104;
  }
  #top_header h1 a {
    display: block;
  }
  #top_header #menu_btn {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 4%;
    bottom: 0;
    margin: auto;
    z-index: 101;
  }
  #top_header #menu_btn span {
    width: 20px;
    height: 1px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    background: #366933;
    transition: .4s;
  }
  #top_header #menu_btn span:nth-of-type(1) {
    top: 13px;
  }
  #top_header #menu_btn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  #top_header #menu_btn span:nth-of-type(3) {
    bottom: 13px;
  }
  #top_header #menu_btn.active span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  #top_header #menu_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #top_header #menu_btn.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  #main_visual .inner{
        width: 94%;
        top: 24px;
    }
  /*===================================
  globalNavi
===================================*/
  #global_navi {
    display: none;
  }
  #global_navi.active {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100;
    background: #fff;
  }
  #global_navi ul {
    width: 80%;
    flex-wrap: wrap;
    margin: auto;
  }
  #global_navi li {
    width: 100%;
  }
  #global_navi li + li {
    border-left: 0;
    border-top: 1px solid;
  }
  #global_navi li.hide {
    display: block;
    border-top: 0;
    margin-top: 30px;
    padding: 30px 20px;
    background: #e5e5e5;
  }
  #global_navi li.hide + .hide {
    padding-top: 0;
    margin-top: 0;
  }
  #global_navi li.hide .tel {
    padding: 0;
  }
  #global_navi li.hide .contact {
    width: 100%;
  }
  #global_navi a {
    width: 100%;
    padding: 20px 0;
  }
  #global_navi a::after {
    display: none;
  }
  /*===================================
  MAIN
===================================*/
  #main_visual {
    height: calc(100vh - 60px);
    background-size: cover;
  }
  #main_visual .facebook {
    width: 95px;
    height: 31px;
  }
  #main_visual .facebook img {
    width: 100%;
    height: auto;
    margin-left: 10px;
  }

  #main_visual video#main_sp {
    width: 100%;
    height: auto;
    display: block;
  }

  #main_visual figure {
    width: 180px;
  }

  #main_visual figure h2{
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0 0 20px;

  }

  #main_visual video#main {
    display: none;
  }


  #main_visual .movie_btn {
    margin-left: 20px;
  }
  #main_visual #youtube {
    display: none;
  }
  #page_header {
    height: 200px;
    background-size: cover !important;
  }
  #page_header .inner {
    padding: 60px 0;
  }
  #page_header h2 {
    font-size: 25px;
  }
  #page_header span {
    font-size: 12px;
  }
  header.heading {
    margin-bottom: 50px;
    justify-content: center;
  }
  header.heading h2 {
    width: 100%;
    font-size: 22px;
    margin: auto;
  }
  header.heading span {
    font-size: 12px;
    margin-top: 10px;
  }
  section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  /*===================================
  FOOTER
===================================*/
  #footer_sec01 {
    margin-top: 0;
    background-size: cover;
    background-position: center bottom;
  }
  #footer_sec01 a {
    width: 100%;
    height: 100%;
    padding: 50px 10%;
    display: block;
    position: relative;
  }
  #footer_sec01 a::before {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }
  #footer_sec01 .heading span {
    margin-top: 10px;
  }
  #footer_sec02 {
    margin-top: 0;
  }
  #footer_sec02 .inner {
    width: 100%;
  }
  #footer_sec02 .left, #footer_sec02 .right {
    width: 100%;
    height: auto;
  }
  #footer_sec02 .left .box, #footer_sec02 .right .box {
    width: 100%;
    height: auto;
    position: relative;
  }
  #footer_sec02 .left {
    padding: 50px 10%;
    background-size: cover;
  }
  #footer_sec02 .left .heading {
    margin-bottom: 0;
  }
  #footer_sec02 .left::before {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }
  #footer_sec02 .right {
    padding: 50px 10%;
  }
  #footer_sec02 .right .heading {
    margin-bottom: 30px;
  }
  #footer_sec02 .right a {
    width: 100%;
    height: auto;
    min-height: 75px;
  }
  #footer_sec02 .right a:hover {
    background: none;
    color: #366933;
  }
  #footer_sec02 .right a.tel {
    margin-top: 10px;
  }
  #footer_sec02 .right a.tel span {
    width: 100%;
    text-align: left;
    display: block;
    font-size: 13px;
    margin-bottom: 0.2em;
  }
  #footer_sec02 .right a.tel svg {
    fill: #366933;
    width: 95%;
  }
  #footer {
    padding-top: 0;
  }
  #footer .inner {
    width: 80%;
    min-width: 80%;
  }
  #footer .facebook {
    color: #808080;
    font-size: 30px;
    position: absolute;
    right: 10%;
    bottom: 28px;
  }
  #footer .facebook:hover {
    opacity: .5;
  }
  #footer #footer_navi {
    width: 100%;
    margin-top: 30px;
  }
  #footer #footer_navi ul {
    display: block;
  }
  #footer #footer_navi li {
    border-top: 1px solid;
  }
  #footer #footer_navi li + li {
    margin-left: 0;
  }
  #footer #footer_navi li:first-of-type {
	  border-top: none;
  }
  #footer #footer_navi li:last-of-type {
	  border-bottom: none;
  }
  #footer #footer_navi li a {
    width: 100%;
    display: block;
    padding: 1em .5em;
  }
  #footer #footer_navi li a:before {
    content: "";
    width: 8px;
    height: 8px;
    background: none;
    color: inherit;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    display: inline-block;
    margin-right: 1em;
  }
  #footer #copy_right {
    margin-top: 0;
    border-top: 0;
    padding: 30px 0;
    /*text-indent: -10%;*/
    text-align: left;
    line-height: 1.3em;
  }
  /*===================================
  BUTTON
===================================*/
  .btn {
    width: 200px;
    font-size: 16px;
  }



  #load {
    display: none!important;
  }
    
    .howto_text{
    width: 100% !important;
    }
}

/*20190723追加*/
.map_notes{
		margin-top: 10px;
		font-size: 12px;
}

.howto_text{
    width: 74%;
    margin: 0 auto;
    text-align: justify;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}


.mb10{
    margin-bottom: 10px;
}


