@media screen and (max-width: 1200px) {

  .container,
  .container_800 {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .container02 {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
  }

  .row {
    padding: 10px 0;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    background: #a50a12;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .br_sp {
    display: none;
  }

  a[href^='tel:'] {
    pointer-events: none;
  }
}

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

  .container,
  .container_header,
  .container_800 {
    padding: 0 20px;
    max-width: 767px;
    margin: 0 auto;
  }

  .container02 {
    padding: 0;
    max-width: 767px;
    margin: 0 auto;
  }

  .row {
    display: none;
  }

  .header-logo-sub {
    height: 100px;
    margin: auto;
  }

  .header_border {
    border-bottom: none;
  }

  .gmenu {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    color: #000;
  }

  .heading1_top img {
    max-width: 60%;
    height: auto;
  }

  .heading1_wrap {
    width: 100%;
    /* 下層ページの見出しエリアを約半分に調整 */
    height: 35vh;
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }

  #main {
    width: 100%;
    height: 70vh;
  }

  .main {
    width: 100%;
    height: 65vw;
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }

  #main-slider {
    width: 100%;
    height: 65vw;
    overflow: hidden;
    position: relative;
  }

  .heading1_top img {
    max-width: 35%;
    height: auto;
  }

  .slider {
    position: absolute;
    top: 0;
    left: 0;
  }

  .slider img {
    display: block;
    position: absolute;
    top: 0px;
    bottom: initial;
    left: -300%;
    right: -300%;
    margin: auto;
    width: 100%;
    height: auto;
  }

  .google_translate {
    position: absolute;
    top: 20px;
    right: 80px;
  }

  .padding_sec_tb {
    padding: 60px 0;
  }

  .padding_sec_t {
    padding-top: 60px;
  }

  .top_concept {
    padding: 3rem 0 6rem;
  }
  .top_concept_content,
  .top_concept_img {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
  }

  .top_concept_img {
    margin-top: 40px;
  }

  .top_food_wrap::before {
    content: '';
    display: block;
    width: 100%;
    background: #f5f3ec;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    z-index: -1;
  }

  .top_drink_wrap::before {
    content: '';
    display: block;
    width: 100%;
    background: #f5f3ec;
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    z-index: -1;
  }

  .flex02 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }

  .top_food_content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
  }

  .top_food_img {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
    margin-top: 40px;
  }

  /* .btn {
    width: 100%;
    margin: auto;
    padding: 20px 0;
  } */

  .footer_contents {
    padding: 30px 0;
    text-align: center;

  }
.footer_contents nav {
    padding: 10px 0;
}

  .footer_flex_content,
  .footer_flex_map {
    flex: 0 0 100%;
    padding: 0 20px;
  }

  .footer_logo {
    margin: 0 auto;
    /* width: 70px;
    height: auto; */
  }
  .footer_logo img {
    width: 16rem;
    margin: 2rem 0;
}

  footer .insta a {
    display: block;
    text-align: center;
  }
  footer .insta a img {
    width: 3rem;
  }

  .footer_flex_map {
    margin-top: 30px;
  }

  .footer_link_list {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer_link_menu {
    margin-right: 0;
    flex: 0 0 100%;
    text-align: center;
  }

  .footer_link_menu:not(:last-child) {
    margin-bottom: 20px;
  }

  .footer_link_menu.insta {
    filter: grayscale(100%) brightness(0) invert(100%);  /* 白 */
  }

.copy {
    background: #a50a12;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 80px;
}

  .copyRight {
    font-size: 1rem;
  }

  #page-top {
    bottom: 65px;
      width: max(20px, 4rem);
    height: max(20px, 4rem);
}


  .heading1 {
    font-size: 2.4rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    letter-spacing: 0.6rem;
  }

  .heading1_sm {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2rem;
    margin-top: 5px;
  }

  .anchor {
    flex: 0 0 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .anchor_link {
    text-decoration: none;
    display: block;
    color: #231815;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    position: relative;
    transition: all 0.5s;
    width: 100%;
    padding: 10px 0;
    border: solid 1px #b2ac96;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .anchor_link::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-right: solid 2px #b2ac96;
    border-bottom: solid 2px #b2ac96;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all 0.5s;
  }

  .anchor_link:hover::after {
    bottom: 4px;
  }

  .lawer_sec {
    padding: 60px 0;
  }

  .lawer_content_flex01 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lawer_content_flex01_left,
  .lawer_content_flex01_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }

  .lawer_content_flex01_left {
    margin-bottom: 10px;
  }

  .table_item_left {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #313131;
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }

  .table_item_right {
    font-size: 1.8rem;
    color: #313131;
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    text-align: right;
  }

  .gallery_content_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .gallery_content_sec_item {
    width: 50%;
    /* -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 50%; */
  }

  .table_item_left03 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 10px;
    color: #313131;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }

  .table_list_content {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #313131;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
  }

  .ta_center_pc {
    text-align: left;
  }

  .ta_center_sp {
    text-align: center;
  }

  .sp_order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .sp_order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #social_share {
    margin: 20px auto 5px auto !important;
  }

  .kodawari_mt_h2 {
    margin-bottom: -10px;
  }

  .kodawari_mt_cont {
    margin-top: 20px;
  }

  .hero_header {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }

  .privacy {
    /* width: 90%; */
    margin: 0 auto 5rem;
    border: 2px solid #000000;
    padding: 20px;
  }

  form div:last-of-type {
    margin-bottom: 0;
  }
}

