/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2026 | 05:59:35 */
/* 固定ページ日付 */
.page .date-tags {
display: none;
}

/* TOP画像 */


/* ナビゲーション */
/* タブレット */
@media screen and  (min-width: 481px) and (max-width: 1023px)  {
  .menu-pc {
    display: flex !important;
    justify-content: space-between;
  }
  .menu-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 480px){
    #navi,
    .navi {
        display: none;
    }
}

@media screen and (min-width: 481px) and (max-width: 1023px) {
  #navi .menu-top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #navi .menu-top li {
    margin: 0 5px;
  }
}