@charset "UTF-8";
/*=====<=====<=====<=====<=====<=====<=====
  top
=====>=====>=====>=====>=====>=====>=====*/
#top main {
  background: #fff;
}

#top #footer {
  background: #fff;
}

#top section {
  margin-top: 6px;
}

#top #sec01 {
  margin-top: 0;
  border-top: 6px solid #fff;
  padding: 0;
  background: #fff;
}

#top #sec01 .inner {
  width: 100%;
}

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

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

#top #sec01 .left .box .btn, #top #sec01 .right .box .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

#top #sec01 .left {
  background: url(../img/top/sec01_bg.jpg) no-repeat;
  background-size: cover;
  background-position: right bottom;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  padding-right: 50px;
}

#top #sec01 .left .btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

#top #sec01 .right {
  padding-left: 50px;
}

#top #sec01 .right ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
}

#top #sec01 .right ul li + li {
  margin-top: 1.5em;
}

#top #sec01 .right ul li .category a {
  display: inline-block;
  border-left: 1px solid;
  margin-left: .3em;
  padding-left: .3em;
}

#top #sec01 .right ul li .title {
  display: inline-block;
  margin-left: 1em;
}

#top #sec01 .right ul li .title:hover {
  opacity: 1;
  text-decoration: underline;
}

#top #sec01 .right .btn {
  border: 1px solid;
}

#top #sec02 {
  background: #366933;
  color: #fff;
}

#top #sec02 .heading {
  justify-content: center;
}

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

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

#top #sec02 .inner {
  justify-content: flex-start;
}

#top #sec02 .box {
  width: 32%;
  position: relative;
  margin-right: 2%;
}

#top #sec02 .box::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: .5s;
  z-index: 1;
}

#top #sec02 .box:hover::after {
  opacity: 1;
}

#top #sec02 .box img {
  width: 100%;
  height: auto;
}

#top #sec02 .box header {
  height: 75px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: .5s;
  z-index: 2;
}

#top #sec02 .box header div {
  opacity: 1;
}

#top #sec02 .box header h3 {
  display: block;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}

#top #sec02 .box header span {
  display: block;
  text-align: center;
  font-size: 11px;
  margin-bottom: .5em;
  width: 100%;
}

#top #sec02 .box:nth-of-type(3n) {
  margin-right: 0;
}

#top #sec02 .box:nth-of-type(n+4) {
  margin-top: 30px;
}

#top #sec02 .btn {
  margin-top: 60px;
  background: none;
  color: #fff;
}

#top #sec02 .btn:hover {
  color: #366933;
  background: #fff;
}

/*=====<=====<=====<=====<=====<=====<=====
  news
=====>=====>=====>=====>=====>=====>=====*/
#news section .wrap {
  width: 800px;
}

#news section time {
  font-size: 13px;
  display: block;
  font-weight: bold;
}

#news section .category {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #366933;
}

#news section .category a {
  width: 100%;
  height: 100%;
  display: block;
  padding: .3em 1em;
}

#news section#archive a:hover {
  opacity: .5;
}

#news section#archive .box {
  justify-content: flex-start;
  align-items: center;
}

#news section#archive .box + .box {
  margin-top: 30px;
}

#news section#archive .box .thumbnail {
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #efefef;
}

#news section#archive .box .category {
  margin-right: .5em;
  margin-top: -.2em;
}

#news section#archive .box .content {
  width: 600px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

#news section#archive .box .title {
  width: 100%;
  display: block;
  font-size: 18px;
  margin-top: 1.5em;
  font-weight: bold;
}

#news section#archive #pagenav {
  width: 100%;
  margin-top: 50px;
}

#news section#single a:hover {
  opacity: .5;
}

#news section#single header {
  justify-content: flex-start;
  padding: .3em;
  border-bottom: 1px solid;
  margin-bottom: 1.5em;
}

#news section#single header h1 {
  width: 100%;
  font-size: 18px;
  text-align: left;
  margin-top: .3em;
  font-weight: bold;
}

#news section#single header .category {
  margin-top: -.5em;
  margin-left: 1em;
}

#news section#single .content {
  width: 100%;
}

#news section#single .content h1, #news section#single .content h2, #news section#single .content h3, #news section#single .content h4, #news section#single .content h5, #news section#single .content h6 {
  font-size: inherit;
  font-weight: bold;
}

#news section#single .content p, #news section#single .content table, #news section#single .content ul, #news section#single .content dl, #news section#single .content figcaption {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-align: left;
  letter-spacing: inherit;
  margin: 0;
  padding: 0;
}

#news section#single .content img {
  max-width: 100%;
  height: auto;
}

#news section#single .content a {
  text-decoration: underline;
}

#sidebar {
  width: 250px;
}

#sidebar a:hover {
  opacity: .5;
}

#sidebar > div + div {
  margin-top: 50px;
}

#sidebar h3 {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: left;
  display: block;
  border-bottom: 1px solid;
  font-family: "Oswald","Hiragino Kaku Gothic ProN",YuGothic,"Yu Gothic",Meiryo,sans-serif;
  font-weight: 700;
}

#sidebar ul li a {
  font-size: inherit;
}

#sidebar ul li + li {
  margin-top: 1em;
}

#sidebar ul li .category {
  font-size: 10px;
}

#sidebar ul li .category a {
  width: 100%;
  height: 100%;
  display: block;
  padding: .3em 1em;
}

#sidebar ul li .title {
  font-weight: bold;
}

/*=====<=====<=====<=====<=====<=====<=====
  about
=====>=====>=====>=====>=====>=====>=====*/
#about #sec01 {
  padding: 80px 0 100px;
}

#about #sec01 h3 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
  letter-spacing: .1em;
}

#about #sec01 p {
  display: block;
  text-align: center;
}

#about #sec01 p:nth-of-type(1) {
  font-size: 13px;
  margin-bottom: 120px;
}

#about #sec01 p:nth-of-type(2) {
  font-size: 24px;
  color: #366933;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: .1em;
}

#about #sec02 {
  padding: 60px 0 80px;
  background: #E5E5E5;
}

#about #sec02 h3 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 80px;
  letter-spacing: .1em;
}

#about #sec02 .box {
  width: 33%;
}

#about #sec02 .box figure {
  width: 100%;
  height: 160px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#about #sec02 .box h4 {
  font-size: 18px;
  margin-bottom: 1em;
  font-weight: bold;
  letter-spacing: .1em;
}

#about #sec02 .box p {
  font-size: 12px;
  text-align: center;
}

#about #sec02 .box:nth-of-type(n+4) {
  margin-top: 80px;
}

#about #sec03 .box + .box {
  margin-top: 70px;
}

#about #sec03 h3 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 50px;
}

#about #sec03 h4 {
  font-weight: bold;
  letter-spacing: .1em;
  font-size: 18px;
  width: 280px;
  text-align: left;
}

#about #sec03 .right {
  width: 820px;
}

#about #sec03 .right dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1em;
  background: #E5E5E5;
}

#about #sec03 .right dl:nth-of-type(2n) {
  background: #fff;
}

#about #sec03 .right dl dt {
  width: 160px;
}

#about #sec03 .right dl dd {
  width: 570px;
}
/*20230130追加*/
#about #sec03 .flex {
  justify-content: center;
	
}

/*=====<=====<=====<=====<=====<=====<=====
  mountain_list
=====>=====>=====>=====>=====>=====>=====*/
#mountain_list #sec01 .inner {
  justify-content: center;
}

#mountain_list #sec01 .termList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

#mountain_list #sec01 .termList + .termList {
  margin-top: 20px;
}

#mountain_list #sec01 .termList h4 {
  width: 50px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  letter-spacing: .1em;
}

#mountain_list #sec01 .termList ul {
  width: 630px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

#mountain_list #sec01 .termList li a {
  display: block;
  text-align: center;
  padding: 1px 1em;
  min-width: 65px;
  font-size: 11px;
  border: 1px solid;
}

#mountain_list #sec01 .termList li a.current {
  color: #fff;
  border-color: #366933;
  background: #366933;
}

#mountain_list #sec01 .termList li + li {
  margin-left: 1em;
}

#mountain_list #sec02 {
  background: #366933;
  color: #fff;
  padding-bottom: 60px;
}

#mountain_list #sec02 .heading {
  justify-content: center;
}

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

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

#mountain_list #sec02 .inner {
  justify-content: flex-start;
}

#mountain_list #sec02 .box {
  width: 32%;
  position: relative;
  margin-right: 2%;
}

#mountain_list #sec02 .box::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: .5s;
  z-index: 1;
}

#mountain_list #sec02 .box:hover::after {
  opacity: 1;
}

#mountain_list #sec02 .box img {
  width: 100%;
  height: auto;
}

#mountain_list #sec02 .box header {
  height: 75px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: .5s;
  z-index: 2;
}

#mountain_list #sec02 .box header h3 {
  display: block;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}

#mountain_list #sec02 .box header span {
  display: block;
  text-align: center;
  font-size: 11px;
  margin-bottom: .5em;
  width: 100%;
}

#mountain_list #sec02 .box:nth-of-type(3n) {
  margin-right: 0;
}

#mountain_list #sec02 .box:nth-of-type(n+4) {
  margin-top: 30px;
}

#mountain_list #sec02 .btn {
  margin-top: 60px;
  background: none;
  color: #fff;
}

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

#mountain_list #sec02 #pagenav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

#mountain_list #sec02 #pagenav a, #mountain_list #sec02 #pagenav span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  color: #fff;
  padding: .3em 0;
  display: inline-block;
}

#mountain_list #sec02 #pagenav a.current, #mountain_list #sec02 #pagenav a:hover, #mountain_list #sec02 #pagenav span.current, #mountain_list #sec02 #pagenav span:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #366933;
}

#mountain_list #single .inner > .btn {
  display: none;
}

#mountain_list #single .top {
  width: 100%;
  margin-bottom: 20px;
}

#mountain_list #single .top ul {
  justify-content: flex-start;
}

#mountain_list #single .top ul li {
  display: block;
  text-align: center;
  padding: 1px 1em;
  min-width: 65px;
  font-size: 11px;
  border: 1px solid;
}

#mountain_list #single .top ul li + li {
  margin-left: 1em;
}

#mountain_list #single .top .btn {
  width: 270px;
  height: 75px;
  color: #366933;
  padding: 1em;
  margin: 0;
  justify-content: space-between;
  border: 1px solid;
}

#mountain_list #single .top .btn:hover {
  background: #366933;
  color: #fff;
}

#mountain_list #single .left {
  width: 460px;
}

#mountain_list #single .left h1 {
  text-align: left;
  display: block;
  font-size: 20px;
  margin-bottom: 1em;
}

#mountain_list #single .left h1 span {
  display: block;
  font-size: 15px;
  color: #366933;
  font-family: "Oswald","Hiragino Kaku Gothic ProN",YuGothic,"Yu Gothic",Meiryo,sans-serif;
  margin-bottom: .4em;
}

#mountain_list #single .left dl {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: .8em .5em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#mountain_list #single .left dl + dl {
  border-top: 0;
}

#mountain_list #single .left dl dt {
  width: 100px;
}

#mountain_list #single .left .content {
  margin-top: 30px;
}

#mountain_list #single .right {
  width: 540px;
  margin-top: 60px;
}

#mountain_list #single .right figure {
  width: 100%;
  height: 400px;
  background-size: cover !important;
  background-position: center !important;
}

#mountain_list #single .right .slick-dots {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

#mountain_list #single .right .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: none;
  border: 1px solid #fff;
}

#mountain_list #single .right .slick-dots li.slick-active {
  background: #fff;
}

#mountain_list #single .map {
  width: 100%;
  height: 390px;
  margin: 60px auto 0;
  background: #e5e5e5;
}

#mountain_list #single .map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

#mountain_list #single #pagenavi {
  width: 100%;
  margin: 60px auto 0;
  align-items: center;
}

#mountain_list #single #pagenavi .prev, #mountain_list #single #pagenavi .next {
  font-size: 20px;
  font-family: "Oswald","Hiragino Kaku Gothic ProN",YuGothic,"Yu Gothic",Meiryo,sans-serif;
  position: relative;
}

#mountain_list #single #pagenavi .prev a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: none;
  color: inherit;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(135deg);
  display: inline-block;
}

#mountain_list #single #pagenavi .next a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: none;
  color: inherit;
  border-right: 1px solid;
  border-bottom: 1px solid;
  display: inline-block;
  transform: rotate(-45deg);
}

#mountain_list #single #pagenavi .btn {
  color: #fff;
  background: #366933;
  border: 1px solid;
}

#mountain_list #single #pagenavi .btn:hover {
  color: #366933;
  background: #fff;
}

/*=====<=====<=====<=====<=====<=====<=====
  howto
=====>=====>=====>=====>=====>=====>=====*/
#howto #sec01 h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 50px;
  letter-spacing: .1em;
}

#howto #sec01 .left, #howto #sec01 .right {
  width: 520px;
}

#howto #sec01 .left h4, #howto #sec01 .right h4 {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #366933;
}

#howto #sec01 .left .box, #howto #sec01 .right .box {
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px dashed;
  position: relative;
  overflow: hidden;
}

#howto #sec01 .left .box::before, #howto #sec01 .right .box::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  background: #000;
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
  transform: rotate(-45deg);
}

#howto #sec01 .left .box:last-of-type, #howto #sec01 .right .box:last-of-type {
  border-bottom: 2px solid;
}

#howto #sec01 .left .box:first-of-type::before, #howto #sec01 .right .box:first-of-type::before {
  display: none;
}

#howto #sec01 .left .box figure, #howto #sec01 .right .box figure {
  width: 130px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#howto #sec01 .left .box figure img, #howto #sec01 .right .box figure img {
  margin: auto;
}

#howto #sec01 .left .box h5, #howto #sec01 .right .box h5 {
  width: 170px;
  font-size: 23px;
  line-height: 1.3;
  font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo",serif;
}

#howto #sec01 .left p, #howto #sec01 .right p {
  width: 220px;
  text-align: center;
  font-size: 12px;
}

#howto #sec01 .bottom {
  margin-top: 40px;
  align-items: stretch;
}

#howto #sec01 .bottom h4 {
  color: #fff;
  background: #366933;
  font-size: 20px;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

#howto #sec01 .bottom ul {
  width: 880px;
  background: rgba(54, 105, 51, 0.2);
  padding: 35px 80px;
}

#howto #sec02 {
  background: #366933;
  color: #fff;
}

#howto #sec02 h3 {
  font-size: 18px;
  margin-bottom: 50px;
  font-weight: bold;
  letter-spacing: .1em;
}

#howto #sec02 .box h4 {
  font-size: 22px;
  margin-bottom: .5em;
  font-weight: bold;
  letter-spacing: .1em;
}

#howto #sec02 .box + .box {
  margin-top: 80px;
}

#howto #footer_sec01 {
  display: none;
}

/*=====<=====<=====<=====<=====<=====<=====
  faq
=====>=====>=====>=====>=====>=====>=====*/
#faq #sec01 .box + .box {
  margin-top: 60px;
}

#faq #sec01 h3 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 1em;
  font-weight: bold;
}

#faq #sec01 dl {
  cursor: pointer;
}

#faq #sec01 dl + dl dt {
  border-top: 0;
}

#faq #sec01 dl dt {
  padding: 1em 60px 1em 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  position: relative;
}

#faq #sec01 dl dt::before, #faq #sec01 dl dt::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  background: #000;
  display: block;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .5s;
}

#faq #sec01 dl dt::after {
  transform: rotate(-90deg);
}

#faq #sec01 dl dd {
  padding: 1em 20px 2em;
  display: none;
  border-bottom: 1px solid;
}

#faq #sec01 dl:last-of-type dd {
  border-bottom: 0;
}

#faq #sec01 dl.on dt::after {
  transform: rotate(0deg);
}

/*=====<=====<=====<=====<=====<=====<=====
  privacy
=====>=====>=====>=====>=====>=====>=====*/
#privacy section .box {
  margin-top: 2em;
}

#privacy section .box h3 {
  font-weight: bold;
  color: #366933;
  font-size: 1.3em;
  text-align: left;
  margin-bottom: .5em;
  letter-spacing: .1em;
}

#privacy section .box ul {
  margin-top: .5em;
}

/*=====<=====<=====<=====<=====<=====<=====
  contact
=====>=====>=====>=====>=====>=====>=====*/
#contact section#form h3 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#contact section#form form > div {
  background: #e5e5e5;
  padding: 30px 70px;
}

#contact section#form form input, #contact section#form form select {
  width: 100%;
  height: 40px;
  display: block;
  padding: .5em;
  border: 0;
  border-bottom: 1px solid #ddd;
  transition: .5s;
}

#contact section#form form input:focus, #contact section#form form select:focus {
  outline: none;
  border-bottom: 2px solid #000;
}

#contact section#form form textarea {
  width: 100%;
  height: 200px;
  padding: .5em;
  border: 0;
  border-bottom: 1px solid #9e9e9e;
}

#contact section#form form textarea:focus {
  outline: none;
  border-bottom: 2px solid #9e9e9e;
}

#contact section#form form dl {
  display: flex;
  align-items: center;
  padding: 25px 1em;
  font-size: 13px;
  letter-spacing: .1em;
}

#contact section#form form dl + dl {
  border-top: 1px solid #777;
}

#contact section#form form dl dt {
  width: 300px;
  font-weight: bold;
}

#contact section#form form dl dt span {
  width: 60px;
  text-align: center;
  margin-top: .2em;
  font-size: 11px;
  color: #fff;
  background: #366933;
  display: block;
}

#contact section#form form dl dd {
  width: 780px;
}

#contact section#form form dl dd p {
  font-size: 10px;
}

#contact section#form form dl dd span {
  font-size: 13px;
}

#contact section#form form dl dd div {
  display: block;
}

#contact section#form form dl dd div + div {
  margin-top: 30px;
}

#contact section#form form input[type="submit"] {
  cursor: pointer;
  width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  font-family: inherit;
  font-size: 18px;
  text-align: center;
  color: #366933;
  box-shadow: 0;
  border: 1px solid;
}

#contact section#form form input[type="submit"]:hover {
  color: #fff;
  opacity: 1;
  background: #366933;
}

/*=====<=====<=====<=====<=====<=====<=====
  sitemap
=====>=====>=====>=====>=====>=====>=====*/
#sitemap #sec01 {
  padding-bottom: 100px;
}

#sitemap #sec01 ul {
  width: 48%;
}

#sitemap #sec01 ul li {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: .8em 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#sitemap #sec01 ul li a:hover {
  opacity: .5;
}

#sitemap #sec01 ul li + li {
  border-top: 0;
}

#sitemap #sec01 ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: none;
  display: block;
  color: inherit;
  margin-right: 1em;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  /*=====<=====<=====<=====<=====<=====<=====
    top
  =====>=====>=====>=====>=====>=====>=====*/
  #top section {
    margin-top: 0;
  }
  #top #sec01 {
    padding: 0;
    border-top: 0;
  }
  #top #sec01 .inner {
    width: 100%;
  }
  #top #sec01 .left, #top #sec01 .right {
    padding: 0;
    height: auto;
    background-size: cover;
    width: 100%;
  }
  #top #sec01 .left .box, #top #sec01 .right .box {
    width: 100%;
    height: 100%;
  }
  #top #sec01 .left .box .btn, #top #sec01 .right .box .btn {
    position: static;
    margin-top: 40px;
  }
  #top #sec01 .left {
    padding: 50px 10%;
  }
  #top #sec01 .left p {
    text-align: center;
  }
  #top #sec01 .right {
    padding: 50px 10%;
  }
  #top #sec02 .heading span {
    margin-top: 10px;
  }
  #top #sec02 .box {
    width: 49%;
    margin-right: 1%;
    height: 150px;
    background-size: cover !important;
    background-position: center !important;
  }
  #top #sec02 .box img {
    display: none;
  }
  #top #sec02 .box header {
    height: 100%;
    background: none;
    width: 100%;
    padding: 10px 10px;
  }
  #top #sec02 .box header h3 {
    font-size: 12px;
    width: 100%;
  }
  #top #sec02 .box header span {
    font-size: 10px;
  }
  #top #sec02 .box:nth-of-type(3n) {
    margin-right: 1%;
  }
  #top #sec02 .box:nth-of-type(2n) {
    margin-right: 0;
  }
  #top #sec02 .box:nth-of-type(n+4) {
    margin-top: 5px;
  }
  #top #sec02 .box:nth-of-type(n+3) {
    margin-top: 5px;
  }
  #top #sec02 .box:nth-of-type(9) {
    display: none;
  }
  #top #sec02 .btn {
    margin-top: 30px;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    news
  =====>=====>=====>=====>=====>=====>=====*/
  #news section .wrap {
    width: 100%;
  }
  #news section time {
    font-size: 13px;
  }
  #news section .category {
    font-size: 12px;
  }
  #news section#archive .box .thumbnail {
    width: 30%;
    margin-right: 10%;
  }
  #news section#archive .box .content {
    width: 60%;
  }
  #news section#archive .box .category {
    margin-bottom: .53em;
  }
  #news section#archive .box .title {
    display: block;
    font-size: 15px;
    margin-top: 1em;
  }
  #news section#archive .box p {
    font-size: 14px;
  }
  #news section#single h1 {
    font-size: 16px;
  }
  #sidebar {
    width: 100%;
    margin-top: 60px;
  }
  #sidebar > div + div {
    margin-top: 40px;
  }
  #sidebar h3 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  #sidebar ul li a {
    font-size: inherit;
  }
  #sidebar ul li + li {
    margin-top: 1em;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    about
  =====>=====>=====>=====>=====>=====>=====*/
  #about #sec01 {
    padding: 50px 0;
  }
  #about #sec01 h3 {
    font-size: 17px;
    margin-bottom: 30px;
  }
  #about #sec01 p {
    display: block;
    text-align: center;
  }
  #about #sec01 p:nth-of-type(1) {
    font-size: 13px;
    margin-bottom: 50px;
  }
  #about #sec01 p:nth-of-type(2) {
    font-size: 17px;
  }
  #about #sec02 {
    padding: 50px 0;
  }
  #about #sec02 h3 {
    font-size: 17px;
    margin-bottom: 40px;
  }
  #about #sec02 .box {
    width: 100%;
  }
  #about #sec02 .box figure {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #about #sec02 .box figure img {
    width: 60px;
  }
  #about #sec02 .box h4 {
    font-size: 15px;
  }
  #about #sec02 .box p {
    font-size: 13px;
  }
  #about #sec02 .box + .box {
    margin-top: 40px;
  }
  #about #sec02 .box:nth-of-type(n+4) {
    margin-top: 40px;
  }
  #about #sec03 .box + .box {
    margin-top: 40px;
  }
  #about #sec03 h3 {
    font-size: 17px;
    margin-bottom: 40px;
  }
  #about #sec03 h4 {
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 15px;
    width: 100%;
    text-align: left;
    margin-bottom: .5em;
  }
  #about #sec03 .right {
    width: 100%;
  }
  #about #sec03 .right dl dt {
    width: 100%;
    font-weight: bold;
    margin-bottom: .5em;
  }
  #about #sec03 .right dl dd {
    width: 100%;
  }
  #about #sec03 .right dl dd br {
    display: none;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    mountain_list
  =====>=====>=====>=====>=====>=====>=====*/
  #mountain_list #sec01 .termList {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  #mountain_list #sec01 .termList + .termList {
    margin-top: 10px;
  }
  #mountain_list #sec01 .termList h4 {
    width: 50px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    letter-spacing: .1em;
    margin-bottom: .5em;
  }
  #mountain_list #sec01 .termList ul {
    width: 100%;
  }
  #mountain_list #sec01 .termList li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #mountain_list #sec01 .termList li a {
    width: 100%;
    padding: 1px 1em;
  }
  #mountain_list #sec01 .termList li + li {
    margin-left: 0;
  }
  #mountain_list #sec02 .heading span {
    margin-top: 10px;
  }
  #mountain_list #sec02 .box {
    width: 49%;
    margin-right: 1%;
    height: 150px;
    background-size: cover !important;
    background-position: center !important;
  }
  #mountain_list #sec02 .box img {
    display: none;
  }
  #mountain_list #sec02 .box header {
    height: 100%;
    background: none;
    width: 100%;
    padding: 10px 10px;
  }
  #mountain_list #sec02 .box header h3 {
    font-size: 12px;
    width: 100%;
  }
  #mountain_list #sec02 .box header span {
    font-size: 10px;
  }
  #mountain_list #sec02 .box:nth-of-type(3n) {
    margin-right: 1%;
  }
  #mountain_list #sec02 .box:nth-of-type(2n) {
    margin-right: 0;
  }
  #mountain_list #sec02 .box:nth-of-type(n+4) {
    margin-top: 5px;
  }
  #mountain_list #sec02 .box:nth-of-type(n+3) {
    margin-top: 5px;
  }
  #mountain_list #sec02 .btn {
    margin-top: 30px;
  }
  #mountain_list #single .inner > .btn {
    display: flex;
    width: 100%;
    height: 60px;
    color: #366933;
    padding: 1em;
    margin: 0;
    justify-content: space-between;
    border: 1px solid;
  }
  #mountain_list #single .top {
    width: 100%;
    margin-bottom: 20px;
  }
  #mountain_list #single .top ul {
    justify-content: flex-start;
  }
  #mountain_list #single .top ul li {
    display: block;
    text-align: center;
    padding: 1px 1em;
    min-width: 65px;
    font-size: 11px;
    border: 1px solid;
  }
  #mountain_list #single .top ul li + li {
    margin-left: 1em;
  }
  #mountain_list #single .top .btn {
    display: none;
  }
  #mountain_list #single .left {
    width: 100%;
  }
  #mountain_list #single .left h1 {
    font-size: 16px;
  }
  #mountain_list #single .left h1 span {
    font-size: 13px;
  }
  #mountain_list #single .left dl {
    flex-wrap: wrap;
  }
  #mountain_list #single .left dl + dl {
    border-top: 0;
  }
  #mountain_list #single .left dl dt {
    width: 100%;
  }
  #mountain_list #single .left .content {
    margin-top: 20px;
  }
  #mountain_list #single .right {
    width: 100%;
    margin-top: 0;
    order: -1;
    margin-bottom: 30px;
  }
  #mountain_list #single .right figure {
    height: 200px;
  }
  #mountain_list #single .right .slick-dots {
    bottom: 20px;
  }
  #mountain_list #single .map {
    width: 100%;
    height: 200px;
    margin: 40px auto;
  }
  #mountain_list #single #pagenavi {
    width: 100%;
    margin-top: 60px;
  }
  #mountain_list #single #pagenavi .prev, #mountain_list #single #pagenavi .next {
    width: 50px;
    font-size: 15px;
    font-family: "Oswald","Hiragino Kaku Gothic ProN",YuGothic,"Yu Gothic",Meiryo,sans-serif;
    position: relative;
  }
  #mountain_list #single #pagenavi .prev a:before {
    content: "";
    width: 15px;
    height: 15px;
  }
  #mountain_list #single #pagenavi .next a:after {
    content: "";
    width: 15px;
    height: 15px;
  }
  #mountain_list #single #pagenavi .btn {
    width: auto;
    padding: 0 1em;
    color: #fff;
    background: #366933;
    border: 1px solid;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    howto
  =====>=====>=====>=====>=====>=====>=====*/
  #howto #sec01 {
    padding-bottom: 50px;
  }
  #howto #sec01 h3 {
    font-size: 17px;
  }
  #howto #sec01 .left, #howto #sec01 .right {
    width: 100%;
  }
  #howto #sec01 .left h4, #howto #sec01 .right h4 {
    font-size: 16px;
  }
  #howto #sec01 .left .box, #howto #sec01 .right .box {
    justify-content: center;
    padding: 30px 0;
  }
  #howto #sec01 .left .box:before, #howto #sec01 .right .box:before {
    width: 10px;
    height: 10px;
    top: -5px;
  }
  #howto #sec01 .left .box:last-of-type, #howto #sec01 .right .box:last-of-type {
    border-bottom: 2px solid;
  }
  #howto #sec01 .left .box:first-of-type::before, #howto #sec01 .right .box:first-of-type::before {
    display: none;
  }
  #howto #sec01 .left .box figure, #howto #sec01 .right .box figure {
    width: auto;
    height: auto;
  }
  #howto #sec01 .left .box figure img, #howto #sec01 .right .box figure img {
    width: auto;
    height: 45px;
  }
  #howto #sec01 .left .box h5, #howto #sec01 .right .box h5 {
    width: 40%;
    font-size: 17px;
  }
  #howto #sec01 .left p, #howto #sec01 .right p {
    width: 65%;
    margin: 20px auto 0;
    text-align: left;
    text-align: justify;
  }
  #howto #sec01 .left p br.hide, #howto #sec01 .right p br.hide {
    display: none;
  }
  #howto #sec01 .right {
    margin-top: 40px;
  }
  #howto #sec01 .bottom {
    align-items: flex-start;
  }
  #howto #sec01 .bottom h4 {
    font-size: 16px;
    width: 100%;
  }
  #howto #sec01 .bottom ul {
    width: 100%;
    background: rgba(54, 105, 51, 0.2);
    padding: 20px 30px;
    display: block;
  }
  #howto #sec01 .bottom ul li + li {
    margin-top: .5em;
  }
  #howto #sec02 {
    padding-bottom: 50px;
  }
  #howto #sec02 h3 {
    font-size: 15px;
    margin-bottom: 30px;
  }
  #howto #sec02 .box h4 {
    font-size: 17px;
  }
  #howto #sec02 .box + .box {
    margin-top: 40px;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    faq
  =====>=====>=====>=====>=====>=====>=====*/
  #faq #sec01 {
    padding-bottom: 50px;
  }
  #faq #sec01 .box + .box {
    margin-top: 40px;
  }
  #faq #sec01 h3 {
    font-size: 17px;
  }
  #faq #sec01 dl dt {
    padding: 1em 40px 1em 10px;
  }
  #faq #sec01 dl dt::before, #faq #sec01 dl dt::after {
    content: "";
    right: 10px;
  }
  #faq #sec01 dl dd {
    padding: 1em 10px 2em;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    privacy
  =====>=====>=====>=====>=====>=====>=====*/
  #privacy section .box {
    margin-top: 2em;
  }
  #privacy section .box h3 {
    font-weight: bold;
    color: #366933;
    font-size: 1.2em;
    text-align: left;
    margin-bottom: .5em;
    letter-spacing: .1em;
  }
  #privacy section .box ul {
    margin-top: .5em;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    contact
  =====>=====>=====>=====>=====>=====>=====*/
  #contact section#tel {
    padding-bottom: 0;
  }
  #contact section#tel h3 {
    margin-bottom: 30px;
    font-size: 18px;
  }
  #contact section#tel a {
    display: block;
    margin: auto;
    font-size: 24px;
    text-align: center;
  }
  #contact section#tel a span {
    font-size: 12px;
  }
  #contact section#form h3 {
    font-size: 13px;
    margin-bottom: 2em;
  }
  #contact section#form form > div {
    padding: 30px 10px;
  }
  #contact section#form form textarea {
    height: 150px;
  }
  #contact section#form form dl {
    flex-wrap: wrap;
    align-items: center;
    padding: 1.5em .5em;
  }
  #contact section#form form dl dt {
    width: 100%;
    margin-bottom: 1em;
    font-weight: bold;
  }
  #contact section#form form dl dt span {
    font-size: 10px;
    float: right;
  }
  #contact section#form form dl dd {
    width: 100%;
  }
  #contact section#form form input[type="submit"] {
    width: 250px;
    height: 40px;
    margin: 50px auto 0;
    font-size: 16px;
    background: none;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    sitemap
  =====>=====>=====>=====>=====>=====>=====*/
  #sitemap #sec01 {
    padding-bottom: 50px;
  }
  #sitemap #sec01 ul {
    width: 100%;
  }
  #sitemap #sec01 ul li {
    padding: .6em 10px;
  }
  #sitemap #sec01 ul + ul li {
    border-top: 0;
  }
}

/*20190725追加*/
.howto-txt{
    font-size: 13px;
    margin-bottom: 120px;
    text-align: center;
}

/*20231108追加*/
.wpcf7-form-control-wrap.tel{
	pointer-events: unset;
}