.footer_container{
  width: 100%;
}
.footer_top{
  width: 100%;
}
.footer_menu_item{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  line-height: 3rem;
}
.footer_bottom{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.footer_logo_holder{
  width: 10rem;
}
.footer_bottom_tel{
  text-align: center;
  padding-right: 1rem;
}
.footer_bottom_tel i{
  padding-right: 1rem;
}
.footer_bottom_contact{
  width: 10rem;
}
.footer_contact_holder a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-right: 2rem;
  padding: 1rem 2rem;
  border-radius: 50vh;
  color: #2f557a;
  background-color: #FFF;
}
.footer_contact_holder a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #2f557a;
  border-right: 3px solid #2f557a;
  transform: rotate(45deg);
}
.footer_contact_holder a:hover {
  text-decoration: none;
  background-color: #fac547;
}

/* ============================================================== */
/* ==============  2023タプレット 601-1024px   ==================== */
/* ============================================================== */
@media screen and (max-width:1024px){
  .footer_menu_item{
    flex-direction: column;
    line-height: 1rem;
    padding: 1rem 0;
  }
  .footer_bottom{
    flex-direction: column-reverse;
    gap: 1rem;
    padding: 1rem 0;
  }
}
/* ============================================================== */
/* ==============  2023スマホ     375-600px   ==================== */
/* ============================================================== */
@media screen and (max-width:600px){

}
