/* tablet-sp.css */
  .side-header {
    display: none !important;
  }

  .mobile-header {
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    padding: 28px 20px;
    background: #fff;
    position: relative;
    z-index: 9999;
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .mobile-header__logo img {
    max-width: 150px;
    height: auto;
    display: block;
  }

  .mobile-menu-button {
    width: 44px;
    height: 44px;
    border: 0;
    background: #e6f5ea;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    position: relative;
  }

  .mobile-menu-button span {
    position: absolute;
    left: 10px;
    width: 24px;
    height: 3px;
    background: #4caf75;
    border-radius: 999px;
    transition: 0.3s;
  }

  .mobile-menu-button span:nth-child(1) {
    top: 13px;
  }

  .mobile-menu-button span:nth-child(2) {
    top: 20px;
  }

  .mobile-menu-button span:nth-child(3) {
    top: 27px;
  }

  .mobile-header.is-open .mobile-menu-button span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
  }

  .mobile-header.is-open .mobile-menu-button span:nth-child(2) {
    opacity: 0;
  }

  .mobile-header.is-open .mobile-menu-button span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
  }

  .mobile-nav {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 16px 20px 28px;
    z-index: 9999;
  }

  .mobile-header.is-open .mobile-nav {
    display: block !important;
  }

  .mobile-nav__menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile-nav__menu li {
    margin: 0;
  }

  .mobile-nav__menu a {
    display: block;
    padding: 10px 8px;
    color: #4caf75;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-top: 1px dashed #4caf75;
  }

  .mobile-nav__menu li:last-child a {
    border-bottom: 1px dashed #4caf75;
  }

  .mobile-nav__menu a:hover,
  .mobile-nav__menu .current-menu-item > a {
    background: #e6f5ea;
  }

  .swiper-slide {
    width: 100% !important;
  }

  #content,
  .site-footer {
    margin-left: 0 !important;
    width: 100% !important;
  }

    .mobile-menu-button:hover,
    .mobile-menu-button:focus,
    .mobile-menu-button:active {
    background: #e6f5ea !important;
    border: 0 !important;
    box-shadow: none !important;
    }

    .mobile-menu-button:hover span,
    .mobile-menu-button:focus span,
    .mobile-menu-button:active span {
    background: #4caf75 !important;
}

 /* スマホ時の右側余白・横はみ出し対策 */
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  #page,
  #content,
  .site-content,
  .ast-container,
  .entry-content,
  .wp-block-uagb-container,
  .wp-block-uagb-slider {
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  /* alignfull が右にはみ出す場合の対策 */
  .entry-content .alignfull {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Swiper本体 */
  .swiper,
  .swiper-wrapper,
  .swiper-slide,
  .swiper-content {
    max-width: 100% !important;
    box-sizing: border-box;
  }
  /* スマホ時の右側余白・横はみ出し対策 */

/* TOP お知らせ */
  #news-list {
  width: 100%;
}

/* TOP 保育園について */
  .hoiku-section .tree-top img,
  .hoiku-section .tree-bottom img {
  display: none;
}

