@charset "UTF-8";
/*===========================================
メディアクエリ
===========================================*/
/* ブレイクポイントを指定 */
/*==========================================
フッター
==========================================*/
footer {
  background-image: url(../images/bg-footer.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 818px;
  background-color: #398EE0;
  padding: 26px 0 48px;
}
@media screen and (max-width: 480px) {
  footer {
    padding: 20px 20px 70px;
    background-size: 90%;
  }
}
footer .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  footer .inner {
    flex-direction: column;
  }
}
footer .logo {
  width: 288px;
}
@media screen and (max-width: 480px) {
  footer .logo {
    width: 260px;
    margin: 0 auto;
  }
}
footer .f_accsess {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  footer .f_accsess {
    display: block;
    padding-left: 10px;
  }
}
footer .f_accsess .txt {
  font-size: 16px;
  font-weight: var(--fw_med);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  footer .f_accsess .txt {
    text-align: left;
  }
}
footer .f_accsess .map {
  border: 2px solid #fff;
  display: block;
  position: relative;
  top: -1px;
  padding-top: 0px;
  width: 105px;
  padding-left: 47px;
}
@media screen and (max-width: 480px) {
  footer .f_accsess .map {
    margin-top: 10px;
  }
}
footer .f_accsess .map::before {
  top: 5px;
}
footer .f_hour {
  margin-top: 11px;
  display: flex;
  gap: 14px;
  align-items: center;
}
footer .f_hour span {
  color: #fff;
  font-size: 14px;
  font-weight: var(--fw_bold);
  border: 1px solid #fff;
  padding: 3px 0;
  line-height: 1.2;
  text-align: center;
  width: 107px;
}
footer .f_hour table td {
  color: #fff;
  font-size: 16px;
}
footer .f_hour table tr {
  display: flex;
  gap: 27px;
  width: 250px;
}
footer .f_hour table tbody tr:first-child {
  border-bottom: 1px solid #DDDDDD;
}
footer .f_hour table tbody tr td:first-child {
  font-weight: var(--fw_bold);
  line-height: 28px;
  width: 82px;
}
footer .f_hour table tbody tr td:last-child {
  font-weight: var(--fw_med);
  line-height: 26px;
  width: 102px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  footer .f_hour table tbody tr td:last-child {
    width: 110px;
  }
}
footer .tel_contact {
  font-size: 34px;
  color: #fff;
  line-height: 1.2;
  font-weight: var(--fw_bold);
}
@media screen and (max-width: 480px) {
  footer .tel_contact {
    display: block;
    margin: 10px auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
footer .tel_contact::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_phone_w.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 481px) {
  footer .tel_contact:hover {
    pointer-events: none;
    opacity: 1;
  }
}
footer .wrap2 .footer_nav {
  display: flex;
  margin: 12px 30px 0 0;
}
@media screen and (max-width: 480px) {
  footer .wrap2 .footer_nav {
    display: grid;
    grid-template-columns: 55% 45%;
    margin: 12px 0 0;
  }
}
footer .wrap2 .fmenu_list {
  display: flex;
  flex-flow: column;
  gap: 13px;
}
footer .wrap2 .list1 {
  margin-right: 62px;
}
@media screen and (max-width: 480px) {
  footer .wrap2 .list1 {
    margin-right: 0;
  }
}
footer .wrap2 .list2 {
  margin-right: 95px;
}
@media screen and (max-width: 480px) {
  footer .wrap2 .list2 {
    margin-right: 0;
  }
}
footer .wrap2 .list3 {
  margin-right: 90px;
}
@media screen and (max-width: 480px) {
  footer .wrap2 .list3 {
    margin-right: 0;
    margin-top: 13px;
  }
}
@media screen and (max-width: 480px) {
  footer .wrap2 .list4 {
    margin-top: 13px;
  }
}
footer .wrap2 .fmenu_item a {
  color: #fff;
  font-size: 14px;
  font-weight: var(--fw_bold);
  display: inline-block;
  letter-spacing: -0.03em;
}
footer .wrap2 .fmenu_item a::before {
  content: "▶";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 9px;
  height: 11px;
  color: #fff;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  footer .wrap2 .fmenu_item a::before {
    margin-right: 10px;
  }
}
footer .wrap2 .copyrights {
  margin-top: 70px;
  text-align: right;
  color: #fff;
  font-size: 13px;
  font-weight: var(--fw_bold);
}
@media screen and (max-width: 480px) {
  footer .wrap2 .copyrights {
    text-align: center;
    margin-top: 40px;
  }
}/*# sourceMappingURL=footer2.css.map */