@media screen and (max-width: 1024px) {
  .header-mobile nav {
    background-color: #fff;
    box-shadow: none;
  }

  .menu-module .nav-main > .sp-menu-ul {
    padding: 1rem;
  }

  .menu-module .nav-main > .sp-menu-ul > .sp-menu-li {
    padding: .75rem 1rem;
    text-align: center;
    color: #2e4678;
  }

  .menu-module .nav-main > .sp-menu-ul > .sp-menu-li.active {
    font-weight: bold;
    background-color: #fff5d3;
  }

  .p-header-inner {
    height: 56px;
  }

  .main-container {
    padding-top: 56px;
    background-position: center top 56px !important;
    background-size: contain;
  }

  .openbtn4{
    width: 24px;
    height: 20px;
  }

  .openbtn4 span {
    width: 24px;
  }

  .openbtn4 span:nth-of-type(2) {
    top: 10px;
  }

  .openbtn4 span:nth-of-type(3) {
    top: 21px;
  }

  .p-header-menu-mobile__right {
    padding: 0.4rem 1rem 0.625rem 0;
  }

  .header-mobile.active {
    height: calc(100vh - 56px) !important;
  }

  .header_sns_wrap {
    margin: 10px 0 40px;
  }
  .header_sns_wrap ul li img {
    width: 40px;
    height: 40px;
  }

  .p-header-right__link_sp {
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
  }
  .p-header-right__link_sp .header_right_tel_sp_container {
    border-radius: 16px;
    background-color: #f7f7f7;
    padding: 8px 44px;
    color: #63759f;
    text-align: center;
  }

  .p-header-right__link_sp .header_right_tel_sp_container .header_right_tel_sp a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-header-right__link_sp .header_right_tel_sp_container .header_right_tel_sp a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 2px;
  }

  .p-header-right__link_sp .header_right_tel_sp_container .header_right_tel_sp a span {
    color: #63759f;
    font-size: 24px;
    letter-spacing: -2px;
    font-style: normal;
    font-weight: normal;
  }

  .p-header-right__link_sp .header_right_tel_sp_container .time {
    color: #63759f;
    font-size: 14px;
  }

  .header-right__address_sp {
    color: #63759f;
    font-size: 14px;
    margin-top: 0px;
  }

  .input-with-icon {
    height: auto !important;
  }

  .input-with-icon input[type="search"] {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 1024px) {
  #live_edit_toolbar,
  #live_edit_toolbar_holder,
  .mw-live-edit-sidebar-tabs-wrapper,
  .mw-handle-item,
  .mw-tooltip {
    display: none !important;
  }

  .mw-live-edit {
    padding-top: 0px !important;
  }
}