@charset "UTF-8";
footer {
  clear: both;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  color: #D4D9E4;
  font-size: 90%;
  text-align: center;
  background-color: #0F1744;
}
footer a:link,
footer a:visited,
footer a:hover {
  color: #D4D9E4;
}
footer a:hover {
  text-decoration: underline;
}
footer #footer-menu-container { /*------ コース/ホテル/レストラン メニュー部分 -----*/
  padding: 0;
}
footer #footer-menu-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
footer #footer-menu-container ul li {
  list-style: none;
  padding: 0;
  width: 32%;
}
footer #footer-menu-container ul li img {
  height: auto;
}
footer #footer-google-map { /*------ Google Map -----*/
  width: 85%;
  margin: 40px auto;
  height: 300px;
}
footer #footer-logo-container { /*------ レイクランドロゴ 住所など -----*/
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 60px auto;
}
footer #footer-logo-container h2 {
  width: auto;
  max-width: 350px;
}
footer #footer-logo-container > div {
  text-align: left;
  letter-spacing: 4px;
  line-height: 1.6;
  margin-left: 50px;
}
footer #footer-logo-container > div > div:not(:last-child) {
  margin-bottom: 20px;
}
footer #footer-logo-container > div > div:nth-of-type(1) img {
  width: 20px;
  margin-right: 10px;
}
footer #footer-banner-container { /*------ バナー一覧 -----*/
  margin: 60px auto;
}
footer #footer-banner-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer #footer-banner-container ul:nth-of-type(1) li:nth-of-type(1) {
  max-width: 412px;
  width: 40%;
}
footer #footer-banner-container ul li {
  max-width: 320px;
  width: 32%;
  padding: 0 10px;
  margin-bottom: 18px;
}
footer #footer-copyright-container { /*------ コピーライト -----*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 130px;
  background-color: #080E33;
}
footer #footer-copyright-container p img {
  width: 127px;
  height: auto;
}
footer #footer-copyright-container .copyright {
  margin: 0;
  font-size: 80%;
  color: #D4D9E4;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  /*------ コース/ホテル/レストラン メニュー部分 -----*/
  footer {
    /*------ Google Map -----*/
    /*------ レイクランドロゴ 住所など -----*/
    /*------ バナー一覧 -----*/
    /*------ コピーライト -----*/
  }
  footer #footer-menu-container ul {
    width: 100%;
    display: block;
  }
  footer #footer-menu-container ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  footer #footer-google-map {
    width: 95%;
  }
  footer #footer-logo-container {
    max-width: 260px;
    flex-flow: column;
    margin: 30px auto;
  }
  footer #footer-logo-container > h2 {
    margin-bottom: 18px;
    padding: 0 15px;
  }
  footer #footer-logo-container > div {
    margin-left: 0;
    letter-spacing: 2px;
    width: 100%;
  }
  footer #footer-banner-container {
    margin: 30px auto;
  }
  footer #footer-banner-container ul {
    flex-flow: column;
    align-items: center;
  }
  footer #footer-banner-container ul li {
    width: 100% !important;
    max-width: 320px !important;
  }
  footer #footer-copyright-container {
    padding: 10px;
    display: block;
  }
  footer #footer-copyright-container .copyright {
    line-height: 4;
  }
}/*# sourceMappingURL=footer.css.map */