@media screen and (max-width : 1240px) {
  .enjoy_map {
    display: none;
  }

  .enjoy_tab {
    display: none;
  }

  .enjoy_main_H1 {
    font-size: 50px;
  }

  .enjoy_nav {
    font-size: 16px;
  }

  .enjoy_wrap {
    width: 95%;
  }

  .enjoy_main {
    height: 480px;
  }

  .enjoy_responsive {
    display: block;
    margin: auto;
    width: 90%;
  }

  .enjoy_responcontent {}

  .tab {
    text-align: center;
    display: grid;
    grid-template-columns: 210px 210px;
    grid-gap: 1rem;
  }

  .tab .tab__item {
    width: 210px;
    height: 50px;
    text-align: center;
    border-radius: 3rem;
    overflow: hidden;
    background-color: var(--orange);
    color: #fff;
  }

  .tab .tab__item a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 18px;
    font-weight: 900;
  }

  .tab__item.active {
    background-color: var(--blue);
  }

  .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    padding: 1.8rem 0;
  }

  .flex img {
    width: 130px;
  }

  .flex h5 {
    font-weight: 800;
    padding: 0 1rem;
    font-size: 18px;
  }

  .flex p {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--orange);
  }

}