
/*服部学園サイト流用https://www.hattori.ac.jp/application/*/
/*------------------------------------------------------------------*/
/*--footer--*/
.footerInfoOuter {
  margin-top: 20px;
  background-color: #f3f0eb;
}

.footerInfo {
  /* width: 980px; */
  margin: 0 auto;
  padding: 40px 0 30px;
  text-align: center;
  font-family:"Noto Sans JP";
  font-size: 1.4rem;
}

.footerInfoLogo {
  width: 250px;
  margin: 0 auto 20px;
}
.footerInfoTel{
    width: fit-content;
    display: flex;
    margin: 0 auto;
}
.footerInfoTel li{
    width: fit-content;
    display:inline-block;
    margin:0 10px
}
.footerInfolink{
    width: fit-content;
    display: flex;
    margin: 0 auto;
    margin-top:20px
}
.footerInfolinkItem{
    width: fit-content;
    display: flex;
    align-items: center;
}
.footerInfolinkItem:not(:last-child) a{
    -webkit-transition:all .2s ease-out;padding:10px;transition:all .2s ease-out
}
.footerInfolinkItem:not(:last-child) a:before{
    -webkit-transition:all .2s ease-out;
    position:relative;
    left:0;
    transition:all .2s ease-out
}
.footerInfoTel li{
    display:inline-block;
    margin:0 10px
}
.footerInfolink{
    margin-top:20px
}

.footerInfoTel a:hover {
  opacity: .5;
}
.footerInfolinkItem:not(:last-child) a:before{
    speak:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    margin-right:5px;font-family:icons;
    font-style:normal;
    font-variant:normal;
    font-weight:400;
    line-height:1;
    text-decoration:none;
    text-transform:none;
    content:">"
}
.footerInfolinkItem:not(:last-child) a.is_hover,
.footerInfolinkItem:not(:last-child) a.is_current{
    color:#32b16c
}
.footerInfolinkItem:not(:last-child) a.is_hover:before,
.footerInfolinkItem:not(:last-child) a.is_current:before{
    left:3px
}
.footerInfolinkItem:last-child a{
    -webkit-transition:all .2s ease-out;
    display:block;
    padding:15px 0;
    transition:all .2s ease-out
}
.footerInfolinkItem:last-child a span{
    display: flex;
    align-items: center;
    padding: 3px 15px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    transition: all 0.2s ease-out 0s;
}
.footerInfolinkItem:last-child a span:before{
    speak:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    margin-right: 5px;
    font-family:icons;
    font-style:normal;
    font-variant:normal;
    font-weight:400;
    line-height:1;
    text-decoration:none;
    text-transform:none;
    content:"";
    display: block;
    width: 14px;
    height: 12px;
    background: center / contain no-repeat url("../img/icon-pin.png");
}
.footerInfolinkItem:last-child a span:hover{
  background-color: #008967;
  color: #fff;
}
.footerInfolinkItem:last-child a span:hover::before{
  filter: invert(100%);
}
.footerCopy{
    padding: 15px 0;
    text-align:center;
    background: #FFF;
}
.footerCopy small{
    font-size:12px
}
.footerCopy small a{
    text-decoration: underline;
}
@media screen and (max-width: 520px) {
    .footerInfoTel{
        display: block;
    }
    .footerInfolink{
      display: block;
      flex-wrap: wrap;
      justify-content: center;
    }
    .footerInfolinkItem{
      display: inline-block;
    }
    .footerInfolinkItem:last-child{
      display: block;
      margin: 0 auto;
      margin-top: 10px;
    }
}
