.h_contact {
  color: #fff;
  background: #383838;
  max-width: 125px;
  width: 100%;
  display: block;
  padding: 5px 5px 6px 5px;
  text-align: center;
  letter-spacing: 0.01em;
  border-radius: 16px;
  font-size: 15px;
  transition: .5s;
}
.h_contact:hover {
  opacity: .7;
  transition: .5s;
}
.h_logo {
  display: flex;
  max-width: 90px;
  width: 100%;
}
header {
  padding: 14px 15px;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  top: 0;
}

.h_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1590px;
  width: 100%;
  margin: auto;
}

.h_inner {
  max-width: 645px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h_nav_box {
  max-width: 250px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.h_nav_link {
  display: block;
  font-size: 15px;
  letter-spacing: 0.01em;
  /* font-family: 'Anton', sans-serif; */
  color: #383838;
}

.h_sns_area {
  max-width: 142px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a {}

.h_sns_area a {
  display: flex;
  transition: .5s;
}

.h_sns_area a:hover {
  opacity: .7;
  transition: .5s;
}
         /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  @media screen and (max-width:992px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    .h_inner {
      max-width: 590px;
    }
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
    
    } /* max-width: 992px ここまで */
    
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

             /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  @media screen and (max-width:768px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    .h_inner {
      display: none;
  }
  header {
    padding: 10px 15px;
}
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
    
    } /* max-width: 768px ここまで */
    
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */