


/*余白調整*/
.footer {
margin-top:0px;
}

/* フッターモバイルボタン全体 */
.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;
}


/* 予約 */
.mobile-footer-menu-buttons .navi-menu-button:nth-child(1) {
  background: linear-gradient(
    90deg,
    #FFD66F 0%,
    #F8896A 50%,
    #F38061 100%
  );
}

/* LINE */
.mobile-footer-menu-buttons .navi-menu-button:nth-child(2) {
  background: linear-gradient(
    90deg,
    #B68AD0 0%,
    #A892E5 50%,
    #7FC4EF 100%
  );
}