.tab_btn {

  width: 100%;

}

.tab_btn a {

  width: 100%;

  transition: .3s;

}

.tab_btn a:hover {

  border: 1px solid #e4d79c;

  background: #e4d79c;

  color: #000;

}

.tab_btn.active a {

  border: 1px solid #e4d79c;

  background: #e4d79c;

  color: #000;

}



.tab_btn_child {

  width: 100%;

}

.tab_btn_child a {

  width: 100%;

  transition: .3s;

}

.tab_btn_child a:hover {

  border: 1px solid #e4d79c;

  background: #e4d79c;

  color: #000;

}

.tab_btn_child.active a {

  border: 1px solid #e4d79c;

  background: #e4d79c;

  color: #000;

}



@media (min-width: 769px) {

  .gnav_link01 {

    position: absolute;

    right: 450px;

    top: 13%;

  }

  .gnav_link01 a:hover {

    border-bottom: 0 !important;

  }



  .gnav_link02 {

    position: absolute;

    right: 340px;

    top: 8%;

  }

  .gnav_link02 a:hover {

    border-bottom: 0 !important;

  }

  .gnav_tel {
    position: absolute;
    right: 140px;
    top: 9%;
  }

.gnav_search {
    position: absolute;
    right: 0px;
    top: 14%;
  }

  .hed_sns {
    position: absolute;
    right: 0;
    bottom: 10%;
    overflow:hidden;
  }

  .hed_sns a {
    float: left !important;
    width: 50px !important;
    background: transparent !important;
  }

  .hed_sns img {
    width: 70% !important;
  }

header .global_nav > ul {
  padding-top: 0 !important;
}

}



@media (max-width: 767px){

  .title object {

      max-width: 88px !important;

  }

  header.low {

    padding: 5% 0;

}

  .main_visual {

      margin-top: 42px;

  }

  h1:not(.title) {

    margin: 10% 0 0;

}

}





/*# sourceMappingURL=add.css.map */
