/* =========================================
   フッター調整
   ========================================= */
.logo.logo-footer.logo-text {
   display: none;
}

.footer-mobile {
   display: none;
}

.logo.logo-footer.logo-image {
   display: none;
}

/* フッター右矢印を画像に変更 */
.navi-footer-in a::after{
  content: "";
  display: inline-block;
  width: 7px;
  height: 22px;
  margin-left: auto;
  background-image: url("https://doux-inc.co.jp/wp/wp-content/uploads/アートボード-1@3x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.navi-footer-in a{
  position: relative;
}

.navi-footer-in a::before{
  display: none !important;
}

/* PCではフッターメニューの矢印を非表示 */
@media (min-width: 835px) {
  .navi-footer-in a::after{
    display:none !important;
  }
}




