@charset "UTF-8";
/* font-size
------------------------------------------------ */
html {
  font-size: 62.5%; }

/* body
------------------------------------------------- */
body {
  background-color: #FAF9F5;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333; }

/* header------------------------------*/
.header {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 3.5%;
  text-align: center;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  background: -webkit-linear-gradient(65deg, #00ba5d, #FFC778);
  background: -o-linear-gradient(65deg, #00ba5d, #FFC778);
  background: linear-gradient(25deg, #00ba5d, #FFC778);
  position: absolute;
  line-height: 1.1; }
  .header h1 {
    margin-bottom: 5px; }

@media screen and (min-width: 768px) {
  .header {
    height: 80px;
    margin: 0 auto;
    padding: 1.4% 3%;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    position: absolute; }
    .header h1 {
      margin-bottom: 5px; } }

/* main------------------------------*/
.main-visual .main-inner img {
  margin-top: 60px; }

@media screen and (min-width: 768px) {
  .main-visual {
    width: 100%;
    margin: 0 auto; }
    .main-visual .main-inner {
      width: 100%;
      margin: 0 auto;
      width: 52%; }
      .main-visual .main-inner img {
        margin-top: 60px; } }

/* gnav------------------------------*/
.gnav {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5%;
  color: #fff;
  background-color: #00ba5d;
  font-size: 1.4rem;
  font-weight: 600; }
  .gnav .gnav-inner {
    width: 100%;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }

.sticky {
  position: -webkit-sticky;
  /* Safari用 */
  position: sticky;
  /* 要素をスクロールに応じて固定 */
  top: 0;
  /* 縦スクロールに追従 */
  z-index: 100;
  /* z-indexで最前面に持ってくる */
  z-index: 500; }

.gnav ul li {
  width: calc(100%/3); }
  .gnav ul li a {
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    height: 60px;
    line-height: 60px;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .gnav ul li a:hover {
    background-color: #3ad889; }

.gnav ul li:nth-child(3n) {
  width: calc(100%/3); }
  .gnav ul li:nth-child(3n) a {
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    height: 60px;
    line-height: 20px;
    padding-top: 8%;
    display: block; }

.gnav ul li:nth-child(3n) {
  font-size: 1rem;
  border-right: none; }

.gnav ul li:nth-child(1) {
  background: -webkit-linear-gradient(65deg, #00ba5d, #FFC778);
  background: -o-linear-gradient(65deg, #00ba5d, #FFC778);
  background: linear-gradient(25deg, #00ba5d, #FFC778); }

@media screen and (min-width: 768px) {
  .gnav {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5%;
    color: #fff;
    background-color: #00ba5d;
    font-size: 1.4rem;
    font-weight: 600; }
    .gnav .gnav-inner {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      text-align: center; }
  .gnav ul li {
    width: calc(100%/3); }
    .gnav ul li a {
      border-right: 1px #fff solid;
      border-bottom: none;
      height: 60px;
      line-height: 60px;
      display: block;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .gnav ul li a:hover {
      background-color: #3ad889; }
  .gnav ul li:nth-child(3n) {
    width: calc(100%/3); }
    .gnav ul li:nth-child(3n) a {
      border-right: 1px #fff solid;
      border-bottom: none;
      height: 60px;
      line-height: 22px;
      padding-top: 9px;
      display: block; }
  .gnav ul li:nth-child(3n) {
    font-size: 1.2rem;
    border-right: none; } }

.top {
  text-align: center;
  margin-bottom: 50px; }

.leaflet {
  width: 100%;
  padding: 0 5%; }
  .leaflet p {
    margin-bottom: 10px;
    font-weight: 600; }
  .leaflet .leaflet-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .leaflet .leaflet-inner .leaflet-box {
      width: 48%; }
  .leaflet .modal-title {
    margin-bottom: 10px; }
    .leaflet .modal-title a {
      display: block;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .leaflet .modal-title a:hover {
      border: 3px solid #bbb;
      background-color: #bbb;
      color: #fff; }
  .leaflet .modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 10px;
    text-align: center; }
  .leaflet .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s; }
  .leaflet .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s, visibility .2s;
    -o-transition: opacity .4s, visibility .2s;
    transition: opacity .4s, visibility .2s; }
  .leaflet .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin: 30px;
    vertical-align: middle;
    content: ""; }
  .leaflet .modal-wrapper .modal-window {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    top: 0;
    width: 100%;
    max-width: 600px;
    padding: 10px 30px;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6); }
  .leaflet .modal-wrapper .modal-window .modal-content {
    max-height: 85vh;
    overflow-y: auto;
    text-align: center; }
  .leaflet .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    display: block; }
  .leaflet .modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0; }
  .leaflet .modal-wrapper .modal-close:hover {
    color: #2b2e38 !important; }

.description {
  padding: 0 5%;
  margin-bottom: 20px; }

.about-btn {
  width: 60%;
  margin: 0 auto;
  padding: 4%;
  color: #fff;
  background-color: #00ba5d;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.about-btn:hover {
  background-color: #3ad889; }

@media screen and (min-width: 768px) {
  .top {
    text-align: center;
    margin-bottom: 100px; }
    .top .top-inner {
      width: 80%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .top .top-inner .leaflet {
        padding: 0;
        width: 55%; }
      .top .top-inner .desc-inner {
        width: 35%; }
      .top .top-inner .description {
        padding: 0;
        text-align: left;
        width: 100%;
        margin: 0; }
        .top .top-inner .description p {
          margin-bottom: 50%; }
  .leaflet .modal-title {
    margin-bottom: 0px; }
  .about-btn {
    width: 100%;
    margin: 0 auto;
    padding: 4%;
    color: #fff;
    background-color: #00ba5d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .about-btn:hover {
    background-color: #3ad889; } }

/* footer------------------------------*/
.footer {
  padding-bottom: 10px;
  color: #fff;
  background-color: #00ba5d;
  text-align: center; }

.footer-nav li {
  padding: 5%;
  border-bottom: 1px #fff solid; }

.footer-nav li:last-child {
  margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 0px;
    padding: 0 6% 1%;
    color: #fff;
    background-color: #00ba5d;
    text-align: center;
    font-size: 1.2rem; }
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer-nav li {
    width: 100%;
    padding: 20px;
    border-bottom: none; }
  .footer-nav li:last-child {
    margin-bottom: 0; } }
