@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  .br_sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 1024px) {
  .header_logo{
    padding: 0 5px;
    margin-left: 0
  }
  .header_logo img{
    width: 70px;
  }
  .header_logo span{
    font-size: 1.3rem;
    padding: 0.5rem;
  }
  .gnav{margin-right: 0;}
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .container,
  .container_header {
    padding: 0 20px;
  }
  .primary_header .row{
    padding:0 20px;
  }
  .primary_header {
    height: 70px;
  }

  .header_logo {
    padding: 0;
    margin: 0;
  }

  .header_logo img {
    width: 60px;
  }
  .header_logo span{
    font-size: 1.3rem;
    padding: 0 5px;
  }
  .google_translate {
    position: absolute;
    right: 10px;
    top: 100%;
    margin-top: 10px;
    z-index: 999;
  }

  .main,
  #main-slider {
    height: 400px;
  }

  .slider {
    height: 400px;
  }

  .slider img {
    height: 400px;
  }

  .main_copy {
    font-size: 24px;
  }

  .heading2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .top_concept,
  .top_contents,
  .top_social {
    padding: 60px 0;
  }

  .movie {
    padding: 0 0 60px;
  }

  .top-news {
    padding: 60px 0 10px;
  }

  .top_image01 {
    width: 100%;
    height: 150px;
    background-image: url("../img/top_bg01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: none;
  }

  .btn {
    width: 100%;
  }

  .top_concept {
    background-image: url("../img/top_concept_sp01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .top_concept_img01 {
    position: absolute;
    top: -30px;
    left: 10px;
    text-align: left;
  }

  .top_concept_img02 {
    position: absolute;
    top: -30px;
    right: 10px;
    text-align: right;
  }

  .top_concept_img img {
    max-width: 40%;
    height: auto;
    display: none
  }
/*
  .top_contents {
    border-top: #008080 5px solid;
  }*/
  .top_contents_flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10;
  }

  .top_contents_box {
    text-decoration: none;
    display: block;
    flex: 0 0 100%;
    transition: all 0.5s;
    padding: 0 10px;
  }

  .top_contents_box:not(:last-child) {
    margin-bottom: 30px;
  }

  .footer_wrap {
    padding: 30px 0 20px;
  }
  .footer_wrap>.container>.box{
    width: 100%;
  }
    .footer_wrap>.container>.footer_logo{
    order: 1;
  }
  .footer_logo{
    width: 80px;
    margin-bottom: 15px;
  }
   .footer_wrap>.container>.footer_info ul{
     width: 100%;
     padding-left: 8%;
  }
  .footer_link{
    margin-top: 10px
  }
  .footer_link_wrap {
    margin-bottom: 0;
  }

  .footer_link_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .footer_link_menu {
    margin: 10px;
    line-height: 1;
  }

  .fmenu {
    font-size: 12px;
  }

  #page-top {
    position: fixed;
    bottom: 65px;
    right: 10px;
  }

  #page-top a {
    line-height: 55px;
    font-size: 1.2rem;
    width: 50px;
    height: 50px;
  }

  #page-top a::before {
    content: "";
    width: 4px;
    height: 4px;
    top: 8px;
  }

  .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 60%;
    flex: 0 0 60%;
  }

  .table_item_right {
    font-size: 1.8rem;
    color: #1b1b1b;
    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%;
    padding: 1%;
  }

  .gallery_content_sec_item span {
    font-size: 1.2rem;
  }

  .ta_center_pc {
    text-align: left;
  }

  .ta_center_sp {
    text-align: center;
  }

  .sp_order1 {
    order: 1;
  }

  .sp_order2 {
    order: 2;
  }
}

@media screen and (max-width: 320px) {
  .main {
    height: 300px;
  }

  #main-slider {
    height: 300px;
  }

  .slider {
    height: 300px;
  }
}
