.footer_mi{
  font-size: 1.6rem;
  font-weight: bold;
}
.foot{
  padding-left: 4rem;
  font-size: 1.4rem;
  padding-top: 1.6rem;

}
.site-footer{
  background-color: #363636;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}
.site-info{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #222;
  color: #fff;
  margin-top: 50px;
  text-align: center;

}
.site-footer{
  padding-bottom: 0px !important;
}
.footer-logo{
  max-width: 180px;
}
@media screen and (max-width: 650px){
  .footer_mi,.foot{
    text-align: center !important;
    padding-left:0 !important;
  }
  .lineheight{
    margin-top: 20px;
  }
  .item30_f1 {
    width: 100% !important;
    padding: 5px;
    box-sizing: border-box;
  }
  .item30_f2{
    width: 48% !important;;
    padding: 5px;
    box-sizing: border-box;
    text-align: left;
  }
}

.item30_f1 {
  display: flex;
  flex-direction: column;
  width: calc(30% - 5px) ;
  box-sizing: border-box;
}
.item30_f2{
  display: flex;
  flex-direction: column;
  width: calc(30% - 5px) ;
  box-sizing: border-box;
}

/* フッターメニューのスタイル */
.footer-menu-wrapper {
  background-color: #222;
  padding: 30px 0;
  border-top: 1px solid #444;
}

.footer-navigation {
  display: flex;
  justify-content: center;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.footer-menu li {
  margin: 0;
  padding: 0;
}

.footer-menu li a {
  color: #ccc;
  text-decoration: none;
  font-size: 1.3rem;
  padding: 8px 15px;
  display: block;
  transition: color 0.3s ease;
}

.footer-menu li a:hover {
  color: #fff;
}

.footer-menu li:not(:last-child)::after {
  content: "";
}

@media screen and (max-width: 650px) {
  .footer-menu {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .footer-menu li:not(:last-child)::after {
    display: none;
  }

  .footer-menu li a {
    padding: 10px 15px;
  }
}
