header {
  position: fixed;
  z-index: 1000;
  background: #fff;
  height: 100px;
}
.head_description {
    font-size: 14px;
}
.Hlogo {
    width: 200px;
    height: 30px;
    /*margin: 15px 0 0;*/
}

.Hmenu {
    font-size: 14px;
    /*text-align: center;*/
    padding: 0 25px;
    /*border-left: solid 1px;*/
}
.Hmenu a {
    text-decoration: none;
    color: #414042;
    margin-top: 5px;
}
.Hmenu span {
    display: block;
    font-size: 10px;
    /*text-align: center;*/
}
.Htel {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 10px 0 25px;
    border-left: solid 1px;
    margin-left: 15px;
}
.Htel span {
    display: block;
    font-size: 12px;
    line-height: 15px;
}

.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 10px 0 0;
}

.menu > li a {
    display: block;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    /*position: relative;*/
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    width: 100%;
    padding: 20px;
    border-top: solid 4px #e97101;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: rgba(255,255,255,0.8);
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

.sub-menu01 {
    margin: 0 10px;
}
.fa-solid:before {
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    /*display: inline-block;
    transform: scaleX(-1);*/
}


.sub-menu01 a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.sub-menu02 {

}
.sub-menu02 a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}




/* sp only */
@media (max-width: 992px) {

    header {
        height: 100px;
        position: fixed;
        z-index: 100;
    }
    .head_description {
      font-size: 10px!important ;
      background: #f5f5f5;
      text-align: center;
      padding: 5px;
    }
    .Hlogo {
        margin: 15px 0 0;
    }

}





/*ハンバーガーボタン*/

.icon-tel {
  display : block;
  position: fixed;
  z-index : 3;
  right : 65px;
  top   : 50px;
  width : 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
}
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 15px;
  top   : 50px;
  width : 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
}
/*.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  right    : 20px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
*/
/* ナビ開いてる時のボタン */

/*.hamburger.active span:nth-child(1) {
  top : 16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger::after {
  content: "MENU";
  position: absolute;
  bottom: 10px;
  color: #000;
  font-size: 10px;
  width: 36px;
  text-align: center;
  display: block;
}
*/

#gnav-btn {
/*  color: gray;
  padding: 10px;
  font-size: 30px;*/
  position: fixed;
/*  top: 10px;
  right: 10px;*/
  z-index: 100;
}
#gnav-input:checked ~ #gnav-content {
  top: 0;
}
#gnav-input:checked ~ #overlay {
  opacity: 1;
  background: rgba(0,0,0,0.5);
  transition: all 0.6s ease 0s;
  position: fixed;
  top: 0;
  left:0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
#gnav-content {
  position: fixed;
  top: -155%;
  right: 0;
  z-index: 20;
  transition: all 0.6s ease 0s;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  background: #ED7000;
  padding-top: 110px;
}
#overlay {
  opacity: 0;

}
.humb-menu__title {
  padding: 1rem;
}
#gnav-content > label {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 2rem;
  cursor: pointer;
  margin-bottom: 0;
/*  border-top: 0.5px solid #c7c5c5;*/
}

#gnav-content > label:hover {
   background-color: #C95F00;
}
.humb-menu input {
  display: none;
}
.humb-menu .accshow {
  height: 0;
  overflow: hidden;
  transition: all 0.6s ease 0s;
}
.humb-menu .accshow p {
  padding: 1.5rem;
}
.humb-menu .cssacc:checked + .accshow {
  height: auto;
  padding: 1.5rem 0;
  background: rgba(0,0,0,0.5);
  transition: all 0.6s ease 0s;
}
.bmenu01 {
  font-size: 1.2rem;
  color:#fff;
}

.bmenu02 {
  display: block;
  color: #fff;
  font-size: 0.6rem;
}
.bmenu03 {
  color:#fff;
}
.bmenu04 {
  padding: 0.5rem 2rem;
}
.bmenu04 a {
  font-size: .9rem;
  color:#fff;
  text-decoration: none;
}
.bmenu04 a:hover {
  font-size: .9rem;
  color:#fff;
  text-decoration: underline;
}


.posi-rela {
  position: relative;
}
.posi-rela a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-indent:-999px;
}






























