@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;
}

/*==========================================================
	お知らせ
==========================================================*/
section.news {
  background-color: #43753D;
}
section.news .list {
  width: 100%;
  max-width: 1100px;
  margin: 20px auto 0;
  padding: 0 50px;
  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;
}
section.news .list li {
  padding: 20px;
  text-align: left;
  border-radius: 6px;
}
section.news .list li .thumb_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
section.news .list li .thumb_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.news .list li .date {
  padding: 1em 0 0;
  font-size: 14px;
  color: #444;
}
section.news .list li .title {
  margin: 6px 0 0;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 800px) {
  section.news .list {
    padding: 0 0;
  }
  section.news .list li {
    width: 30%;
    margin-bottom: 60px;
    background-color: #FFF;
  }
}
@media (max-width: 799px) {
  section.news .list {
    padding: 30px 20px 0;
  }
  section.news .list li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.btn_more {
  margin-top: 30px;
  text-align: center;
}
.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) {
  .btn_more a {
    padding: 0.8em 2em;
  }
}
/*# sourceMappingURL=news-list.css.map */