


/*余白調整*/
.mobile-footer-menu-buttons .menu-button-in {
  padding-top: 4px;
  box-sizing: border-box;
}

/* フッターモバイルボタン全体 */
.mobile-footer-menu-buttons .navi-menu-button {
  flex: 1;
}

/* ボタン本体を全面に広げる */
.mobile-footer-menu-buttons .menu-button-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff !important;
}

/* アイコンと文字を白 */
.mobile-footer-menu-buttons .menu-button-in i,
.mobile-footer-menu-buttons .menu-button-in span {
  color: #fff !important;
}

/* フッター1 */
.mobile-footer-menu-buttons .navi-menu-button:nth-child(1) {
  background: #B89A72;
}

/* フッター2 */
.mobile-footer-menu-buttons .navi-menu-button:nth-child(2) {
  background: 	#8FA88A;
}