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

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

  .row {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }

}

@media screen and (min-width: 768px) {

  .sp {
    display: none;
  }

  .br_sp {
    display: none;
  }

}

@media screen and (max-width: 767px) {
a[href^="tel:"] {
    pointer-events:auto;
}
  .pc {
    display: none;
  }

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

  .row {
    padding: 0 20px;
    max-width: 767px;
    margin: 0 auto;
    position: relative;
  }

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

  .header_wrap {
    width: 100%;
    height: 480px;
    position: relative;
  }

  .header_wrap_lawer {
    width: 100%;
    height: 380px;
    position: relative;
  }

  .header_inner {
    width: 100%;
    height: 80px;
    border-bottom: solid 1px #e5e5e5;
  }

  .header_inner_flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
.header_logo {
    text-align: left; 
}
  .header_logo img {
    zoom: 0.6;
	margin-left: -20px;
  }

  .main {
    width: 100%;
    height: 400px;
    position: relative;
  }

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

  .slider {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
  }

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

  .top_concept,
  .top_gallery {
    padding: 80px 0;
  }

  .heading2,
  .heading2_wh {
    font-size: 2.4rem;
  }

  .heading2_top_menu {
    font-size: 2.2rem;
  }

  .btn {
    width: 100%;
  }

  .top_menu_box {
    flex: 0 0 100%;
    padding: 50px 30px;
  }

  .top_info_news {
    flex: 0 0 100%;
    padding: 80px 20px;
  }

  .top_info_gmap {
    flex: 0 0 100%;
  }
.top_info {
    padding-top: 80px;
}
.top_info .lawer_content_wrap {
    width: 100%;
    margin: 0 auto 30px;
}
  .footer_link_list {
    display: block;
    line-height: 40px;
  }

  .footer_link_menu {
    margin-right: 0;
  }

  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  #page-top a {
    line-height: 55px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    color: #1b1b1b;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    border-radius: 50%;
    border: solid 2px #1b1b1b;
    background: rgba(255,255,255,0.8);
  }

  #page-top a::before {
    content: "";
    width: 4px;
    height: 4px;
    border-top: solid 2px #1b1b1b;
    border-right: solid 2px #1b1b1b;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .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: #1b1b1b;
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
  }

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

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

  .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%;
  }

  .ta_center_pc {
    text-align: left;
  }

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

  .heading3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .heading4 {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .btn_wrap {
    flex: 0 0 100%;
    padding: 0 10px;
  }

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


}
