@charset "UTF-8";
/* global.scss */
.copyright {
  background-color: rgb(80, 111, 89);
  color: #fff;
  padding: 2rem;
  text-align: center;
}
.copyright span {
  font-size: 1.375rem;
  font-family: "source-han-sans-japanese", sans-serif;
}

footer {
  background-image: url("../../../img/footer/footer_bg.jpg");
  padding-top: 4.17vw;
}
footer .wrapper {
  display: flex;
  gap: 1.82vw;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2.92vw;
}
footer .wrapper .right_box address p {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3vw;
  letter-spacing: 0.03em;
  line-height: 1.35;
  padding-bottom: 1.5rem;
}
footer .wrapper .button_box {
  display: flex;
  gap: 1.67vw;
}
footer .wrapper .button_box button {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 600;
  font-size: 1.0416666667vw;
}
footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5vw;
  margin-bottom: 3.75vw;
}
footer ul a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer ul a .footer_menu_caption {
  font-size: 0.73vw;
  margin-bottom: 0.42vw;
}
footer ul a .footer_menu_text {
  font-size: 1.25vw;
  font-weight: 500;
}

footer.mobile_view {
  display: none;
}

@media screen and (min-width: 370px) and (max-width: 1023px) {
  footer.pc_view {
    display: none;
  }
  footer.mobile_view {
    position: relative;
    display: block;
  }
  footer.mobile_view .footer_logo_box {
    display: block;
    margin: 0 auto;
    padding: 7.46666vw 30.13333vw 5.3333vw 30.1333vw;
  }
  footer.mobile_view .footer_logo_box img {
    width: 39.73333vw;
  }
  footer.mobile_view .top_btn {
    position: absolute;
    top: 0; /* 下から10pxの位置 */
    right: 5.33333vw; /* 右から10pxの位置 */
  }
  footer.mobile_view .top_btn img {
    height: 46.6666vw;
  }
  footer.mobile_view .footer_address p {
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 10.66vw;
  }
  footer.mobile_view #floatMenu {
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  footer.mobile_view .footer_btn_box {
    display: flex;
    width: 100%;
  }
  footer.mobile_view .footer_btn_box a {
    display: block;
    width: 50%;
  }
  footer.mobile_view .footer_btn_box a img {
    width: 100%;
  }
  footer.mobile_view .copy_write_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8vw;
    font-family: "source-han-sans-japanese", sans-serif;
    background-color: rgb(80, 111, 89);
    font-size: 3.466vw;
    color: #FAFAFA;
  }
}

/*# sourceMappingURL=footer.css.map */
