@charset "utf-8";

/*
---------------------------------------------------------------------------
00 common
---------------------------------------------------------------------------
*/

.index_h02a,
.index_h02b {
  max-width: 500px;
  margin: 0 auto;
  font-size: 20px;
}
.index_h02a img,
.index_h02b img {
  max-width: 90px;
  margin: 0 auto 15px auto;
}
.index_h02a h2,
.index_h02b h2 {
  font-size: 20px;
  padding-bottom: 15px;
}
.index_h02a h2 {
  color: #00846d;
  border-bottom: 3px solid #00846d;
}
.index_h02b h2 {
  color: #FFF;
  border-bottom: 3px solid #FFF;
}
@media (max-width: 767px) {
  .index_h02a h2,
  .index_h02b h2 {
    font-size: 18px;
  }
}

/*
---------------------------------------------------------------------------
01 top
---------------------------------------------------------------------------
*/

.top {
  position: relative;
}
.top img {
  width: 100%;
}
.top video {
  width: 100%;
  max-width: 100%;
}

/*
---------------------------------------------------------------------------
02  news_index
---------------------------------------------------------------------------
*/

#news_index .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 50px;
}
#news_index h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #00846d;
}
.news_list:nth-of-type(1) {
  border-top: 1px solid #CCC;
}
.news_list {
  width: 100%;
  border-bottom: 1px solid #CCC;
  padding: 15px 0;
}
.news_list h3 {
  vertical-align: top;
  font-weight: 500;
  padding: 0 25px;
  box-sizing: border-box;
  position: relative;
  color: #00846d;
}
.news_list h3.new {
  padding: 0 25px 0 85px;
}
.news_list h3 span {
  position: absolute;
  top: 1px;
  left: 25px;
  font-size: 11px;
  color: #FFF;
  background: #00846d;
  padding: 2px 8px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .news_list {
    display: flex;
    flex-flow: row wrap;
  }
  .news_list h3 {
    width: 200px;
    vertical-align: top;
    font-weight: 500;
    padding: 0 25px 0 85px;
    box-sizing: border-box;
    position: relative;
  }
  .news_list p {
    width: calc(100% - 200px);
    vertical-align: top;
    text-align: left;
  }
}
@media (max-width: 767px) {
  #news_index .inner {
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 25px;
  }
  #news_index h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .news_list p {
    padding: 5px 25px 0 25px;
  }
}

/*
---------------------------------------------------------------------------
03 YouTube
---------------------------------------------------------------------------
*/

#youtube {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 50px;
}
.youtube {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  text-align: center;
  margin: 20px auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  section#youtube {
    padding: 0 25px;
  }
}

/*
---------------------------------------------------------------------------
04 about
---------------------------------------------------------------------------
*/

.about {
  width: 100%;
  margin-bottom: 50px;
  padding: 50px;
  text-align: center;
  box-sizing: border-box;
}
.about h2 {
  margin-bottom: 40px;
}
.about h3 {
  font-size: 26px;
  color: #00846D;
  margin-bottom: 24px;
}
.about .intro {
  margin-bottom: 50px;
  line-height: 200%;
}
.about_flex {
  width: 100%;
}
.about_flex img {
  border-radius: 6px;
}
.about_flex div {
  font-size: 12px;
  line-height: 175%;
}
.about h4 {
  font-size: 21px;
  font-weight: 600;
  margin: 25px 0 10px 0;
}
.about_link {
  display: block;
  width: 60%;
  max-width: 400px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin: 40px auto 0;
  padding: 18px 0;
  font-weight: 600;
  background-color: #00846D;
}
@media (min-width: 768px) {
  .about_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .about_flex div {
    width: 33%;
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 50px 0;
  }
  .about h3 {
    font-size: 18px;
    color: #00846D;
    margin-bottom: 24px;
  }
  .about h4 {
    font-size: 18px;
  }
  .about .intro {
    font-size: 15px;
  }
  .about_flex div {
    margin-bottom: 50px;
  }
}

/*
---------------------------------------------------------------------------
05 initiative
---------------------------------------------------------------------------
*/

.initiative {
  text-align: center;
  padding-bottom: 120px;
}
.initiative h2 {
  margin-bottom: 36px;
}
.initiative h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  padding: 25px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .initiative h3 {
    font-size: 20px;
  }
}
.initiative h3::after {
  content: url(../img/index/down.png) no-repeat;
}
.initiative h3 span {
  font-size: 16px;
}
.back_pic {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  position: relative;
  text-align: center;
}
.back_pic img {
  position: absolute;
  left: 50%;
  bottom: 75px;
  max-width: 32px;
	transform: translateX(-50%);
}
.back_white {
  background-color: #fff;
  padding: 50px 0 70px;
}
.back_white p {
  margin-bottom: 30px;
}
.click_open {
  transition: .3s all;
}
.click_open:hover {
  filter: grayscale(100%);
}
.junrei_link {
  display: block;
  width: 60%;
  max-width: 400px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin: 40px auto 0;
  padding: 18px 0;
  font-weight: 600;
  background-color: #626A31;
}
.junrei_link:hover {
  opacity: 0.7;
}
.junrei {
  background: url(../img/index/junrei.jpg) no-repeat center center;
}
.bicycle {
  background: url(../img/index/bicycle.jpg) no-repeat center center;
}
.trail {
  background: url(../img/index/trail.jpg) no-repeat center center;
}
.activity {
  background: url(../img/index/activity.jpg) no-repeat center center;
}
.recomend {
  background: url(../img/index/recomend.jpg) no-repeat center center;
}
.open_text {
  padding: 50px;
}
@media (max-width: 767px) {
  .initiative {
    text-align: center;
    padding-bottom: 75px;
  }
  .open_text {
    padding: 35px 0;
    font-size: 15px;
    line-height: 200%;
  }
}

/*
---------------------------------------------------------------------------
06 park
---------------------------------------------------------------------------
*/

.park {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
}
.park h2 {
  text-align: center;
  margin-bottom: 50px;
}
.park h3 {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
}
.park a {
  display: block;
  width: 170px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border: 1px solid #fff;
  padding: 7px 0;
  margin-top: 4px;
  font-weight: 600;
}
.park_title div {
  width: 200px;
  text-align: center;
  font-size: 13px;
}
.park_title div a {
  display: block;
  width: 200px;
  background-color: #ff7474;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
  padding: 5px 0;
  margin-top: 0;
}
.park .contents h4 {
  color: #727272;
  font-size: 26px;
  margin-top: 26px;
  margin-bottom: 20px;
}
.park p {
  margin-bottom: 90px;
}
.park .spec {
  font-size: 14px;
  margin-bottom: 20px;
}
.asahi_link,
.nikko_link,
.oze_link {
  width: 100%;
  max-width: 1200px;
  height: 450px;
  background-size: cover;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.asahi_link {
  background: url(../img/index/asahi_01.jpg) no-repeat center center;
}
.nikko_link {
  background: url(../img/index/nikko.jpg) no-repeat center center;
}
.oze_link {
  background: url(../img/index/oze.jpg) no-repeat center center;
}
@media (min-width: 768px) {
  .park_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .park {
    width: 100%;
    padding: 50px 0 0 0;
    font-size: 15px;
  }
  .park .contents {
    font-size: 14px;
  }
  .park .contents h4 {
    color: #727272;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .park_title div {
    width: 200px;
    margin: 0 0 15px 0;
  }
}

/*
---------------------------------------------------------------------------
07 root
---------------------------------------------------------------------------
*/

.root {
  width: 100%;
  padding: 100px 50px;
  box-sizing: border-box;
  text-align: center;
  background-color: rgba(0, 132, 109, .2);
}
.root h2 {
  margin-bottom: 36px;
}
.root h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 12px;
}
.root p {
  margin-bottom: 38px;
}
.root_img {
  display: block;
  width: 90%;
  max-width: 835px;
  margin: 0 auto;
}
.course {
  width: 100%;
  max-width: 835px;
  border-radius: 10px;
  background-color: #fffadc;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
  padding-bottom: 28px;
}
.course > div {
  padding: 15px 45px;
  box-sizing: border-box;
}
.course > div a {
  display: block;
  width: 100%;
  color: #707070;
  background-color: #fff;
  border: 1px solid #707070;
  padding: 3px;
  margin-top: 18px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .course {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .course > div {
    width: 33.33%;
    padding: 15px 45px;
    border-right: 1px solid #707070;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .course > div:last-child {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .root {
    padding: 50px 25px;
    font-size: 15px;
  }
  .root h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .course > div {
    max-width: 225px;
    margin: 0 auto 25px auto;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #707070;
  }
  .course > div:last-child {
    margin: 0 auto;
    padding-bottom: 0;
    border-bottom: none;
  }
  .course > div a {
    padding: 10px;
    font-weight: 600;
  }
}

/*
---------------------------------------------------------------------------
08 link_list
---------------------------------------------------------------------------
*/

.link_list {
  width: 100%;
  padding: 100px 50px 0 50px;
  box-sizing: border-box;
}
.link_list h2 {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 60px;
}
.link_list h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 35px;
}
.starry_sky {
  width: 100%;
  max-width: 835px;
  background: url(../img/index/star.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 auto;
  color: #fff;
}
.starry_sky_flex {
  margin-left: auto;
  margin-right: auto;
}
.starry_sky ul {
  padding-bottom: 75px;
}
.starry_sky ul li::before {
  content: "○";
  margin-right: 4px;
}
.starry_sky a {
  color: #fff;
}
.starry_sky a:hover {
  text-decoration: underline;
}
.banner {
  max-width: 500px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 50px auto 0 auto;
}
.banner a:nth-of-type(1) {
  width: 45%;
  text-align: center;
  font-size: 14px;
}
.banner a:nth-of-type(2) {
  width: 50%;
}
.banner img {
  width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .starry_sky_flex {
    max-width: 600px;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .link_list {
    padding: 50px 25px;
    font-size: 14px;
  }
  .link_list h2 {
    margin-bottom: 25px;
  }
  .link_list h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .starry_sky ul {
    width: 50%;
    padding-bottom: 25px;
  }
  .starry_sky_flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 25px;
  }
}