

@media screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .footer-nav {
      text-align: center !important;
      margin-top: 10px !important;
      /* margin-left: 10px; */
      max-width: 960px;
  }

  .menu-bar-fixed .menu-column {
      width: 289px;
  }

  .menu-bar-fixed .menu-title {
      font-size: 20px !important;
  }

  .menu-column ul li {
      font-size: 12px !important;
  }
}

@media screen and (max-width: 1366px) and (min-width: 1025px) and (orientation: landscape) {
.menu-wrapper {
    gap: 55px;
}
}

@media screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .main-content {
      margin: -100px auto -40px auto !important;
  }

.search-box {
    max-width: 720px !important;
    padding: 0px !important;
    margin: 5px 0px 10px 0px;
}

#page-top {
    bottom: -260px !important; /* ✅ `bottom` をリセット */
    margin-left: 680px !important;
}
}

@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .breadcrumb {
    margin: 0px 0;
    padding-left: 0px;
}

.search-box {
    margin-left: 0px;
}

#search-text {
    width: 90%;
}

.target-area .list {
    padding-left: 35px;
    padding-right: 25px;
}

.footer-nav {
    margin-left: -20px !important;
}

.footer-nav ul {
    max-width: 960px;
}
}

@media screen and (max-width: 1180px) and (min-width: 820px) and (orientation: landscape) {
  .menu-wrapper {
    gap: 8px;
}
}

@media screen and (device-width: 820px) and (device-height: 1180px) and (orientation: portrait) {
.menu-title {
    font-size: 13px !important;
}

.search-box {
    padding: 0 30px 0px 0px;
}

.target-area .list {
    padding-left: 35px;
    padding-right: 25px;
}

.footer-nav {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -15px;
}

.footer-nav ul {
    gap: 6px;
}
}

@media screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
.target-area .list {
    padding-left: 35px;
    padding-right: 25px;
}
}

@media screen and (max-width: 1366px) and (min-width: 1025px) and (orientation: landscape) {
  .target-area .list {
      padding-left: 35px;
      padding-right: 25px;
  }
  }
