@charset "UTF-8";
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
header h1 {
  margin: 0;
  width: 180px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 20px #2222221a;
  padding: 25px 20px;
  border-radius: 0 0 20px 0;
  line-height: 0;
}
header h1 img {
  width: 100%;
}
/*----------------ナビ　メイン----------------*/
header .contact_box {
  position: fixed;
  top: 30px;
  right: 2%;
  background-color: #fff;
  box-shadow: 0 0 20px #2222221a;
  width: 750px;
  border-radius: 50px;
  padding: 10px 0;
}
header .contact_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .contact_box ul li.tel {
  width: 40%;
  font-size: 28px;
  text-align: center;
  border-right: solid 1px #ccc;
}
header .contact_box ul li.tel .time {
  display: block;
  font-size: 13px;
  margin-top: -5px;
  color: #e95513;
}
header .contact_box ul li.tel a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: #e95513;
  margin-top: -5px;
}
header .contact_box ul li.tel img {
  width: 35px;
  margin-right: 5px;
}
header .contact_box ul li.contact {
  width: 210px;
  margin: 0 0 0 20px;
}
header .contact_box ul li.contact a {
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #e95513;
  padding: 10px 0;
  border-radius: 50px;
  font-size: 14px;
  text-align: center;
  box-shadow: 0 0 20px #2222221a;
}
header .contact_box ul li.contact a:hover {
  opacity: 1;
  background-color: #f7b52c;
}
header .contact_box ul li.line {
  width: 180px;
  margin: 0 20px;
}
header .contact_box ul li.line a {
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #06C755;
  padding: 10px 0;
  border-radius: 50px;
  font-size: 14px;
  text-align: center;
  box-shadow: 0 0 20px #2222221a;
}
header .contact_box ul li.line a:hover {
  opacity: 1;
  background-color: #f7b52c;
}
header .contact_box .pc_none {
  display: none;
}
@media screen and (max-width:1050px) {
  header {
    height: 80px;
  }
  header h1 {
    width: 100px;
    padding: 15px 10px;
  }
  /*----------------ナビ　メイン----------------*/
  header .contact_box {
    position: fixed;
    top: auto;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 98%;
    padding: 5px 0;
  }
  header .contact_box ul li.tel {
    width: 50%;
    font-size: 18px;
  }
  header .contact_box ul li.tel .time {
    font-size: 11px;
    margin-top: -2px;
  }
  header .contact_box ul li.tel a {
    margin-top: -2px;
  }
  header .contact_box ul li.tel img {
    width: 25px;
    margin-right: 3px;
  }
  header .contact_box ul li.contact {
    width: 25%;
    margin: 0 0 0 5px;
  }
  header .contact_box ul li.contact a {
    padding: 8px 0 10px;
    font-size: 16px;
  }
  header .contact_box ul li.line {
    width: 25%;
    margin: 0 5px;
  }
  header .contact_box ul li.line a {
    padding: 8px 0 10px;
    font-size: 16px;
  }
  header .contact_box .pc_none {
    display: block;
  }
  header .contact_box .sp_none {
    display: none;
  }
  header .contact_box .sub {
    display: block;
    font-size: 11px;
    margin-top: -2px;
  }
}