@media screen and (min-width: 768px), print {
  .hamburger {
    display: block;
  }

  .sp-nav__list {
    display: none;
  }

  .link:visited {
    color: var(--color-accent);
  }

  .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 32px 0;
    width: 100%;
  }

  .concept {
    grid-column: 1 / 8;
    grid-row: 1;
    align-self: center;
    z-index: 2;
    max-width: 960px;
    padding: 50px 40px 50px 40px;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 15px 15px 0 #f07f06;
    ;
  }


  .sub_title,
  .sub_title-menu,
  .sub_title-access,
  .sub_title-contact,
  .sub_title-lunch {
    margin: 60px 0;
  }


  .concept_img {
    grid-column: 3 / 14;
    grid-row: 1;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: flex-end;
  }

  .concept_img img {
    width: 980px;
    height: auto;
    object-fit: cover;
    margin-top: 80px;
  }

  .menu__inner {
    grid-template-columns: repeat(3, 1fr);
  }


  .address th {
    width: 30%;
  }

  .contact__button {
    width: 100%;
    display: block;
    max-width: 560px;
    padding: 20px 30px;
    font-size: 3.3rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    display: block;
    text-align: center;
    margin: 0 auto;
  }


  .supplement {
    padding: 40px 4%;
  }


  .footer__wrap {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .lunch__wrap {
    flex-direction: row;
    align-items: flex-start;
  }

  .lunch__body {
    width: 100%;
    display: flex;
    flex-direction: column;

  }


  .price {
    margin-top: 40px;
  }

  .lunch__thumb img {
    width: 100%;
  }


}

@media screen and (min-width: 1024px), print {
  .hamburger {
    display: none;
  }

  .sp-nav__list {
    display: none;
  }


  .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 32px 0;
    width: 100%;
  }

  .concept {
    grid-column: 1 / 8;
    grid-row: 1;
    align-self: center;
    z-index: 2;
    max-width: 960px;
    padding: 50px 40px 50px 40px;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 15px 15px 0 #f07f06;
    ;
  }



  .concept_img {
    grid-column: 3 / 14;
    grid-row: 1;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: flex-end;
  }

  .concept_img img {
    width: 980px;
    height: auto;
    object-fit: cover;
    margin-top: 80px;
  }

  .menu__inner {
    grid-template-columns: repeat(3, 1fr);
  }

  .address th {
    width: 30%;
  }

  .contact__button {
    width: 100%;
    display: block;
    max-width: 560px;
    padding: 20px 30px;
    font-size: 3.3rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    display: block;
    text-align: center;
    margin: 0 auto;
  }


  .supplement {
    padding: 50px 4%;
  }


  .footer__wrap {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .lunch__thumb img {
    width: 60%;
  }

  .price {
    margin-top: 80px;
  }


}