@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100;200;300;400;500;600;700;800;900&family=Yusei+Magic&display=swap");
/*==========================================================
	RESET
==========================================================*/
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, object, blockquote, figure, figcaption,
header, footer, section, nav, span, div, a {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

img {
  border: 0px;
  vertical-align: bottom;
}

ul, ol, li {
  list-style: none;
}

table {
  border-spacing: 0px;
  empty-cells: show;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

/*==========================================================
	共通設定 (Primary style)
==========================================================*/
body {
  position: relative;
  font-size: 1.6em;
  line-height: 1;
  font-weight: 400;
  font-family: "M PLUS 2", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", sans-serif;
  background-color: #FFF;
}
body .sp_br {
  display: none;
}
@media (max-width: 799px) {
  body {
    width: 100%;
    margin: 0 auto;
  }
  body .sp_br {
    display: block;
  }
  body .pc_br {
    display: none;
  }
}
body a {
  color: #000000;
  vertical-align: bottom;
}

.op0 {
  opacity: 0;
}

/*==========================================================
	各コンテンツBOX 共通
==========================================================*/
main {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
}

section {
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0px auto;
  padding: 80px 50px 80px;
  text-align: center;
  background-color: #FFF;
  background-image: url("../img/bg-sand-45.png");
}
section:first-of-type {
  margin-top: -100px;
  padding-top: 140px;
}
@media (max-width: 799px) {
  section {
    padding: 50px 0px 50px;
  }
}
section > .innerbox {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px;
  border: 6px solid #F19735;
  border-radius: 10px;
  background-color: #FFF;
}
section .sec_title {
  position: relative;
  display: block;
  width: auto;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 1em;
  color: #666;
  text-align: left;
  font-size: 32px;
  font-weight: normal;
  font-family: "Yusei Magic", sans-serif;
  z-index: 1;
}
@media (max-width: 799px) {
  section .sec_title {
    font-size: 26px;
  }
  section .sec_title span {
    display: block;
  }
}
section .sec_title::before {
  content: " ";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  background-color: #CCC;
  background: url(../img/icon-orange.svg) no-repeat center center/100%;
  vertical-align: bottom;
}

.btn_gotop {
  position: fixed;
  right: 0px;
  bottom: 35px;
  display: block;
  width: 55px;
  height: auto;
  z-index: 1;
}
.btn_gotop .arrow {
  width: 60%;
  margin: 0 auto 10px;
}
.btn_gotop .kayak {
  width: 100%;
  margin: 0 auto;
}

/*==========================================================
	ヘッダーナビゲーション
==========================================================*/
main nav {
  display: block;
  position: sticky;
  top: 15px;
  z-index: 10;
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 34px;
  padding: 25px 50px;
  color: #FFF;
  background-color: #DA6A22;
  border-radius: 50px;
  -webkit-box-shadow: 0px 7px 10px -7px #000;
          box-shadow: 0px 7px 10px -7px #000;
}

/*==========================================================
	ヘッダー全体
==========================================================*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  color: #FFF;
  background-color: #F19735;
  -webkit-box-shadow: 0 0 10px 0px #000;
          box-shadow: 0 0 10px 0px #000;
}
header .h_title {
  width: auto;
}
/*==========================================================
	フッター
==========================================================*/
footer {
  width: 100%;
  padding: 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 0;
  background-color: #FFF;
  position: relative;
  z-index: 10;
}
@media (max-width: 799px) {
  footer {
    width: auto;
    margin: 0;
    padding: 15px 0 15px;
  }
}
footer .copy {
  margin: 0px;
  padding: 30px 0 30px;
  font-size: 16px;
  background-color: #CF4000;
}
@media (max-width: 799px) {
  footer .copy {
    font-size: 14px;
  }
}
footer a {
  color: #FFFFFF;
}
footer .ft_ban {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 799px) {
  footer .ft_ban {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
footer .ft_ban p {
  position: relative;
  width: 32%;
  height: 170px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 799px) {
  footer .ft_ban p {
    width: 100%;
    margin: 0 20px;
  }
}
footer .ft_ban p.concept {
  background: url("../img/footer/ban-concept.jpg") no-repeat center center/cover;
}
footer .ft_ban p.field {
  background: url("../img/footer/ban-field.jpg") no-repeat center center/cover;
}
footer .ft_ban p.about {
  background: url("../img/footer/ban-about.jpg") no-repeat center center/cover;
}
footer .ft_ban p:hover {
  -webkit-filter: brightness(110%) saturate(140%) contrast(110%);
          filter: brightness(110%) saturate(140%) contrast(110%);
}
footer .ft_ban p a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}
footer .ft_ban p span {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  font-size: 18px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.6);
  border-top: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 799px) {
  footer .ft_ban p span {
    width: 80%;
    left: 10%;
    border: 4px solid #FFF;
    border-radius: 2em;
  }
}

/*==========================================================
	Web fonts
==========================================================*/
/*==========================================================
	main overwrite
==========================================================*/
main nav {
  margin-top: 34px;
}

/*==========================================================
	お知らせ Single
==========================================================*/
section.news {
  background-color: #43753D;
}
section.news .innerbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 50px auto;
  -ms-grid-columns: 1fr 20px 40% max(50%, 240px);
      grid-template: "date      .....     title       title" ".....     .....     .....       ....." 50px ".....     .....     thumb_box   content"/1fr 20px 40% max(50%, 240px);
  justify-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  /* 		@include tb {
  		}
  		@include sp {
  		}
   */
}
section.news .innerbox .title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: title;
  color: #43753D;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
}
section.news .innerbox .date {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: date;
  display: block;
  border: 2px solid #F19735;
  border-radius: 6px;
}
section.news .innerbox .date .year {
  padding: 8px 8px;
  color: #FFF;
  font-size: 18px;
  background-color: #F19735;
}
section.news .innerbox .date .md {
  padding: 8px 8px;
  color: #F19735;
  font-size: 20px;
  font-weight: bold;
}
section.news .innerbox .thumb_box {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: thumb_box;
  width: 100%;
}
section.news .innerbox .thumb_box img {
  border-radius: 6px;
  width: 100%;
}
section.news .innerbox .content {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
  grid-area: content;
  width: 100%;
  padding: 0 30px;
  text-align: left;
  line-height: 1.6;
}
section.news .btn_more {
  margin-top: 30px;
  text-align: center;
}
section.news .btn_more a {
  display: inline-block;
  padding: 0.6em 2em;
  color: #FFF;
  background-color: #008A0E;
  font-size: 16px;
  border-radius: 20px;
}
@media (max-width: 799px) {
  section.news .btn_more a {
    padding: 0.8em 2em;
  }
}

/*==========================================================
	About Ecotourism laboratory
==========================================================*/
section.about {
  background-color: #A9C94A;
}
section.about .innerbox {
  display: block;
}
section.about .desc {
  text-align: left;
  line-height: 1.6;
}

/*==========================================================
	特集記事 Featured article
==========================================================*/
.featured {
  background-color: #DA6A22;
}
.featured .ban_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.featured .ban_box a {
  display: block;
  width: 47%;
}
.featured img {
  width: 100%;
}
.featured figure figcaption {
  margin-top: 0.6em;
}
/*# sourceMappingURL=news-single.css.map */