@charset "UTF-8";
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Regular.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*========*/
/* フッタ */
/*========*/
/* フッタ
-----------------------------------*/
.f-map {
  position: relative;
  padding: 120px 0 96px;
  border-bottom: 3px solid #000;
  background-color: #00AF95;
  background-image: url(/images/common/footer_bg01.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 767px) {
  .f-map {
    padding: 100px 0;
    background-image: url(/images/common/footer_bg01_sp.svg);
  }
}
.f-map .il {
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translateX(626px);
}
@media (max-width: 767px) {
  .f-map .il {
    top: 40px;
    transform: translateX(70px);
    width: 82px;
  }
}
.f-map .contents {
  width: 86%;
  max-width: 1495px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .f-map .contents {
    width: 90%;
  }
}
.f-map .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .f-map .wrap {
    flex-direction: column-reverse;
  }
}
.f-map .wrap .map {
  position: relative;
  width: 56.321%; /*842/1495*/
}
@media (max-width: 1023px) {
  .f-map .wrap .map {
    width: 100%;
  }
}
.f-map .wrap .map .iframe-wrap {
  padding-bottom: 61.52%; /*518/842*/
}
.f-map .wrap .map .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.f-map .wrap .txt {
  width: 37.591%;
  color: #FFF;
}
@media (max-width: 1023px) {
  .f-map .wrap .txt {
    width: 100%;
    margin-bottom: 40px;
  }
}
.f-map .wrap .txt .ttl {
  display: inline-block;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 3px dashed #FFF;
  font-size: 25px;
  font-family: "ZenMaruGothic-Black", sans-serif;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .f-map .wrap .txt .ttl {
    margin-bottom: 24px;
    padding-bottom: 12px;
    font-size: 22px;
  }
}
.f-map .wrap .txt .address {
  font-size: 23px;
  font-family: "ZenMaruGothic-Black", sans-serif;
}
@media (max-width: 767px) {
  .f-map .wrap .txt .address {
    font-size: 15px;
  }
}
.f-map .wrap .txt .kotsu-list {
  font-size: 23px;
  font-family: "ZenMaruGothic-Black", sans-serif;
}
@media (max-width: 767px) {
  .f-map .wrap .txt .kotsu-list {
    font-size: 15px;
  }
}
.f-map .wrap .txt .kotsu-list li {
  position: relative;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .f-map .wrap .txt .kotsu-list li {
    padding-left: 17px;
  }
}
.f-map .wrap .txt .kotsu-list li::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #FFF;
}
@media (max-width: 767px) {
  .f-map .wrap .txt .kotsu-list li::before {
    width: 13px;
    height: 13px;
  }
}

footer {
  padding-top: 72px;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  footer {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
footer .contents {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer .contents {
    width: 90%;
  }
}
footer .f-logo {
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .f-logo {
    max-width: 155px;
    margin: 0 auto 40px;
  }
}
footer .copyright {
  font-size: 14px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  footer .copyright {
    font-size: 12px;
  }
}
/*# sourceMappingURL=footer.css.map */