@media screen and (min-width: 769px) {

  .sp {
    display: none;
  }

  .br_sp {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

}

@media screen and (max-width: 768px) {

  .pc {
    display: none;
  }

  .container,
  .container_800 {
    padding: 0 20px;
    max-width: 767px;
    margin: 0 auto;
  }

  .container_header {
    padding: 0 20px;
    margin: 0 auto;
  }

  .primary_header {
    width: 100%;
    height: 80px;
    background: transparent;
    position: fixed;
    background: #fff;
    top: 0;
    z-index: 999
  }

  .header_flex {
    height: 80px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
  }

  .header_logo img {
    width: 80px;
    zoom: 0.6;
  }

  .google_translate {
    top:30px;
    margin-right: 70px;
  }

  .main {
    width: 100%;
    height: 300px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    padding-top: 100px;
    overflow: hidden;
  }

  #main-slider {
    position: relative;
    height: 100%;
    width: calc(100% - 8%);
    overflow: hidden;
  }

  .heading1_top {
    position: absolute;
    top: 40px;
    left: 8%;
    max-width: 100%;
  }

  .heading1_top img {
    max-width: 60%;
  }

  .top_flex01 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .top_flex01_head {
    flex: 0 0 100%;
  }

  .top_flex01_content {
    flex: 0 0 100%;
  }

  .btn {
    width: 70%;
  }

  .top_floor {
    padding: 100px 0 100px;
  }

  .top_amuse,
  .top_drink,
  .top_party {
    padding: 0 0 100px;
  }

  .jc_flexend {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
  }

  .top_img_wrap {
    position: relative;
    height: 400px;
    overflow: hidden;
  }

  .heading2_top_main {
    font-size: 2.4rem;
    font-family: "Playfair Display";
    font-weight: 700;
    color: #c5af81;
    letter-spacing: 0.1rem;
    display: block;
    margin-top: 30px;
  }

  .heading2 {
    font-size: 2.4rem;
  }

  .img01 {
    position: absolute;
    top: 30%;
    right: 0;
    width: 90%;
    height: 45%;
    overflow: hidden;
    z-index: 2;
  }

  .img02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 40%;
    overflow: hidden;
    z-index: 1;
  }

  .img03 {
    position: absolute;
    top: 30%;
    right: 0;
    width: 90%;
    height: 45%;
    overflow: hidden;
    z-index: 2;
  }

  .img04 {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 40%;
    overflow: hidden;
    z-index: 1;
  }

  .img05 {
    position: absolute;
    top: 30%;
    right: 0;
    width: 90%;
    height: 45%;
    overflow: hidden;
    z-index: 2;
  }

  .img06 {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 40%;
    overflow: hidden;
    z-index: 1;
  }

  .top_social_flex {
    flex-wrap: wrap;
  }

  .top_social_flex_left,
  .top_social_flex_right {
    flex: 0 0 100%;
  }

  .top_social_flex_right {
    margin-top: 20px;
  }

  .footer_contents::after {
    zoom: 0.5;
  }

  .footer_contents_head {
    padding-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer_tel_wrap {
    margin-top: 20px;
  }

  .footer_flex_content,
  .footer_flex_map {
    flex: 0 0 100%;
    padding: 0 20px;
  }

  .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: 40px;
  }

  .ta_center_pc {
    text-align: left;
  }

  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  #page-top a {
    line-height: 55px;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    color: #5a3200;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    border-radius: 50%;
    border: solid 2px #5a3200;
    background: rgba(255,255,255,0.8);
  }

  #page-top a::before {
    content: "";
    width: 4px;
    height: 4px;
    border-top: solid 2px #5a3200;
    border-right: solid 2px #5a3200;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .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;
  }

  .lawer_wrap {
    padding: 60px 0;
  }

  .table_item_left {
    flex: 0 0 60%;
  }

  .table_item_right {
    flex: 0 0 35%;
  }

  .gallery_content_sec_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 50%;
  }
    
.history_content_sec_item {
/*
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
*/
    position: relative;
    overflow: hidden;
  }
    
    .table_list_content div{
        flex-wrap: wrap;
    }

  .anchor_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .anchor {
    flex: 0 0 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .mr40 {
    margin-right: 40px;
  }

  .anchor_link {
    text-decoration: none;
    display: block;
    color: #5a3200;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    font-weight: 400;
    position: relative;
    transition: all 0.5s;
    width: 100%;
    padding: 20px 0;
    border: solid 1px #c5af81;
    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 #5a3200;
    border-bottom: solid 2px #5a3200;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all 0.5s;
  }

  .top_floor::before,
  .top_floor::after,
  .top_drink::before,
  .top_instagram::after,
  .top_floor_wrap::before,
  .top_floor_wrap::after {
    display: none;
  }

}
