.support-childcare>.guideline .list>.table .row .data>.list .item .content .box {
  margin-right: 5px;
  margin-bottom: 5px;
}

.namae {
  width: 100% !important;
  height: 50% !important;
}

.pconly a {
  color: #e8004a !important;
}

*, *::after, *::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

a {
  color: #333;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* main {
  width: 100%;
  margin: 0px auto 10px;
  background-color: lightcyan;
} */

.menu {
  display: flex;
  justify-content: center;
}

.menu__link {
  display: block;
  padding: 10px 20px;
}

.menu__link:hover {
  background-color: #88a6a9;
  color: #666;
}

.drop-menu {
  position: absolute;
  top: 43px;
  transition: all .3s;
}

.drop-menu__link {
  display: block;
  display: none;
  background-color: #88a6a9;
  transition: all .3s;
  padding: 5px 20px;
}

.drop-menu__link:hover {
  background-color: lightcyan;
}

/* ドロップダウン出現後のスタイル */
.drop-menu__link.is-active {
  display: block;
}

  .header {
    background: #88a6a9;
    padding-left: 0px;
  }

  .header.attraction::after {
    width: 0px !important;
  }

  .header.guidance::after {
    width: 0px !important;
  }

  .footer {
    background: #70c5c5;
    color: #e8004a !important;
  }

  .footer-nav a {
    color: #e8004a;
  }
  
  /* スマホ専用の下部ヘッダー */
  .mobile-bottom-header {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #70c5c5;
    border-top: 1px solid #e0e0e0;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    transition: transform 0.3s ease;
  }

  .mobile-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0;
    max-width: 100%;
  }

  .mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    padding: 8px 4px;
    min-width: 60px;
    transition: all 0.3s ease;
    border-radius: 8px;
  }

  .mobile-nav-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
  }

  .mobile-nav-item:active {
    transform: translateY(0);
    background-color: rgba(255, 255, 255, 0.3);
  }

  .mobile-nav-item.active {
    background-color: rgba(255, 255, 255, 0.3);
    color: #e8004a;
    font-weight: 600;
  }

  .mobile-nav-item.active .mobile-nav-icon {
    transform: scale(1.1);
  }

  .mobile-nav-icon {
    font-size: 20px;
    margin-bottom: 4px;
    line-height: 1;
  }

  .mobile-nav-text {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }

  /* スマホでのみ表示 */
  @media only screen and (max-width: 768px) {
    .mobile-bottom-header {
      display: block !important;
      position: fixed !important;
      bottom: 0 !important;
      left: 0 !important;
      right: 0 !important;
      width: 100% !important;
    }
    
    /* スマホで下部ヘッダーがある分、bodyに余白を追加 */
    body {
      padding-bottom: 120px !important;
    }
    
    /* フッターの上に表示されるように調整 */
    .footer {
      margin-bottom: 120px;
      padding-bottom: 40px;
    }
    
    /* copyrightが隠れないように調整 */
    .footer .under {
      margin-bottom: 40px;
    }
  }

  /* タブレット以上では非表示 */
  @media only screen and (min-width: 769px) {
    .mobile-bottom-header {
      display: none !important;
    }
    
    body {
      padding-bottom: 0 !important;
    }
  }

  .timetable {
    margin: 20px 0 0 0;
  }

  .timetable {
    max-width: 100%;
    background-color: #eee8dd;
    border-radius: 3px;
  }

  table {
    border-collapse: collapse;
  }

  .timetable tbody {
    display: block;
    padding: 9px 15px;
  }

  .timetable tr {
    border-bottom: 1px solid #ddd4c8;
    display: flex;
    overflow: hidden;
  }

  .timetable td:first-child {
    padding-right: 15px;
    display: flex;
    align-items: flex-start;
  }

  .timetable td {
    padding: 0;
  }

  .timetable span {
    display: block;
    padding: 12px 0;
    width: 72px;
    font-size: 1.8rem;
    line-height: normal;
    color: #73706c;
    text-align: center;
  }

  .timetable ul {
    list-style: none;
    margin-bottom: 0;
    padding: 12px 0 10px;
    display: flex;
    flex-wrap: wrap;
  }

  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .timetable li.teal {
    background-color: #5cc0c1;
  }

  .timetable li.red {
    background-color: #d56f6f;
  }

  .timetable li.orange {
    background-color: #f3a672;
  }

  .timetable li.green {
    background-color: #87c15c;
  }

  .timetable li {
    display: block;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 6px 10px;
    font-size: 1.4rem;
    line-height: 1.3;
    border-radius: 3px;
    color: #fff;
  }

  @media only screen and (max-width: 480px) {
    .flex {
      display: block !important;
    }
  }

  @media only screen and (max-width: 736px) {
    .for-large {
      display: none;
    }

    .for-small {
      display: block;
    }

    .home-attraction>.image {
      padding-right: 0 !important;
    }

    .home-attraction>.head {
      margin-bottom: 25px;
      padding: 0 20px;
      text-align: left;
    }

    .headding-primary .en {
      font-size: 35px;
      letter-spacing: .026em;
    }

    .headding-primary .ja {
      font-size: 11px;
    }

    .button-flat span {
      font-size: 13px;
    }

    .text-primary {
      font-size: 13px;
      text-align: justify;
      line-height: 2;
      letter-spacing: .08em;
    }

    .home-policy .content {
      width: 100%;
    }

    .toplogo {
      max-width: 20%;
    }

    video {
      max-height: 1200px;
    }

    .pconly {
      display: none !important;
    }

    .global-nav .inner .box>.wrap .list .child {
      display: block;
    }

    .global-nav>.wrapper {
      max-height: 100%;
      overflow-y: visible;
    }
  }


  @media only screen and (min-width: 1080px) {
    .hamburger {
      display: none;
    }
  }
