@charset "utf-8";
/***************
メニュー
***************/
.footer-banner {
  width: 100%;
}
.footer-banner-image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 480 / 160;
  z-index: 2;
}
.footer-banner-image .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.footer-banner-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.footer-banner p {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 60px;
  background-color: #fbfdff;
}

/******************
インフォメーション
******************/
.footer-info {
  background-color: #00a496;
  padding: 35px 20px;
  color: #fff;
}
.footer-info-1 {
  line-height: 2.5;
  
}
.footer-info-1 p {
  font-size: 16px;
}
.footer-info-1 a {
  font-size: 23px;
}
.footer-info-1 i {
  font-size: 23px;
  margin-right: 10px;
}
.footer-info-2 {
  margin-top: 15px;
}
.footer-info-2 table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.footer-info-2 tr {
  border-bottom: solid 1px #fff;
}
.footer-info-2 tr:last-child {
  border-bottom: none;
}
.footer-info-2 td {
  text-align: center;
  padding: 20px 0;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.footer-info-2 tr:first-child td {
  padding-top: 10px !important;
}
.footer-info-2 tr:last-child td {
  padding-bottom: 0;
}
.footer-info-2 .col1{
  min-width: 30px;
}
.footer-tel {
  display: flex;
  justify-content: center;
}
/************
アイコン
************/
.footer-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  border-bottom: solid 1px #ccc;
}
.footer-icon ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer-icon li {
  margin-right: 10px;
}
.footer-icon li:last-child {
  margin-right: 0;
}
.footer-icon a {
  display: block;
  line-height: 1;
}
.footer-icon i {
  font-size: 18px;
  color: #333;
}
.footer-icon .fa-line {
  font-size: 15.75px!important;
  margin-top: 1px;
}

/*コピーライト*/
small {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  height: 50px;
  padding: 0 20px;
  background-color: #fbfdff;
}
small a {
  text-decoration: none;
  margin-left: 5px;
}


/****************************
メディアスクリーン834px以上
****************************/
@media screen and (min-width:834px)
{
  /* フッターバナー */
  .footer-banner ul{
    display: flex;
    flex-wrap: nowrap;
  }
  .footer-banner li {
    flex: 1 1 0%;
  }
  .footer-banner p {
    border-right: solid 1px #ccc;
  }
  .footer-banner li:last-child p {
    border: none;
  }

  /* インフォメーション */
  .footer-info-box {
    display: flex;
    align-items: center;
  }
  .footer-info-content {
    flex: 1 1 0%;
  }
  .footer-info-1 {
    padding-right: 35px;
  }
  .footer-info-2 {
    margin-top: 0;
    padding-left: 35px;
  }
  .footer-tel {
    display: inherit;
  }


  /* フッターボトム */
  .footer-bottom {
    position: relative;
  }
  .footer-icon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 30px;
    border: none;
  }
  
}


/****************************
メディアスクリーン1200px以上
****************************/
@media screen and (min-width:1200px)
{
  /* メニュー */
  .footer-menu ul {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }

  /* インフォメーション */
  .footer-info {
    padding: 60px 0 50px;
  }
  .footer-info-box{
    max-width: 1100px;
    margin: 0 auto;
  }
}