
.siteheader-logo img{
  height: auto;
  width: 240px;
}



.site-footer{
  padding-top: 50px;
  border-top-color: #69bd83;
}
.site-footer-copyright{
  text-align: center;
}

#siteheader{
  position: fixed;
  width: 100%;
  top: 0;
  height: 70px;
  z-index: 10001;
  background: #fff;
}
#siteheader .container .logo{
  text-align: left;
  z-index: 10001;
  height: 70px;
  display: flex;
  align-items: center;
}
#siteheader .logo img{
  margin: 0 auto 0 0;
  width: 240px;
}


.header-icons{
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  align-items: stretch;
}
.header-icons .header-tel{
  text-align: center;
  background: #fff;
  /* width: 300px; */
  padding: 0 10px;
  align-items: center;
  display: flex;
}
.header-icons .header-tel .header-tel-no img,footer .header-tel-no img{
  display: inline-block !important;
  width: 50px !important;
}
.popup-menu-btn > a.header-tel-no img,footer a.header-tel-no img{
  display: inline-block;
  width: 50px;
}
.popup-menu-btn a.header-tel-no:hover{
  color: #fff;
}
.site-footer{
  background: rgb(246, 241, 229)
}
footer a.header-tel-no{
  margin-bottom: 30px;
}
.header-tel-no{
  font-size: 30px;
  display: block;
  text-decoration: none;
  color: #333;
}
.header-icons .header-tel img{
  width: 100%;
  margin-bottom: 5px;
}
.header-icons .header-tel span{
  font-size: 12px;
}
.header-mail{
  background: #c8161d;
  align-items: center;
  display: flex;
  padding: 0 10px;
  text-decoration: none;
}
.header-mail img{
  width: 28px;
  margin: 0 auto 5px;
  display: block;
}
.header-mail span{
  font-size: 12px;
  color: #fff;
}
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
  width: 70px;
height: 70px;
cursor: pointer;
background: #fff;
position: fixed;
z-index: 100000000;
top: 0;
right: 0;
}.openbtn-wrap{
  width: 70px;
  height: 70px;
  z-index: 100000000;
}

/*ボタン内側*/

.openbtn span.hum-bar{
  display: inline-block;
  transition: all .4s;/*アニメーションの設定*/
  position: absolute;
  left: 17px;
  height: 2px;
  background-color: #000;
}


.openbtn span:nth-of-type(1) {
  top:22px;
    width: 50%;
}

.openbtn span:nth-of-type(2) {
  top:29px;
    width:50%;
}

.openbtn span:nth-of-type(3) {
  top: 40px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  color: #000;
  font-size: 12px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active{
  position: fixed;
  top: 0;
  right: 0;
  background: transparent;
}
.openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-30deg);
}

.openbtn.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(30deg);
}
.header-menu-popup{
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  z-index: 100000;
  background: rgba(255,255,255,0.85);
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  /* transform:translateY(-100%); */
  padding: 70px 0 50px;
  top: 0;
  height: 100vh;
  backdrop-filter: blur(5px);
}

.header-menu-popup.active{
  opacity: 100;
  visibility: visible;
  /* transform:translateY(0%); */
}

.menu-sec{
  padding-bottom: 30px;
}
.menu-sec h3{
  font-size: 15px;
  font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
}
.menu-sec img{
  margin: 8px 0;
}
.menu-sec ul{
  list-style: none;
  padding: 0;
}
.menu-sec ul li{

  margin: 0;
  list-style: none!important;
  line-height: 1.5em!important
}
.menu-sec ul li a{
  display: block;
  width: 100%;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 3px;
  font-size: 14px;
  transition: .3s;
  border-bottom: 1px solid transparent
}
.menu-sec ul li a::after {
    position: absolute;
    content: '';
    display: block;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    width: 5px;
    height: 5px;
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    right: 10px;
    transition: .5s;
}
.menu-sec ul li a:hover{
  border-bottom: 1px solid #000;
}
.popup-menu-btn{
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup-menu-btn > a{
  width: 100%;
  display: block;
  border: 1px solid #000;
  line-height: 60px;
  text-align: center;
  margin-bottom: 10px;
      vertical-align: middle;
      font-size: 20px;
      color: #333;
}
.popup-menu-btn > a > img{
  display: inline-block;
  margin: 0 auto;
  width: 40px;
  transition: .3s;
vertical-align: text-bottom;
}
.popup-menu-btn > a:hover{
  background: #000;
  color: #fff;
}
.popup-menu-btn > a:hover > img{
  filter: invert(1);
}
@media screen and (min-width: 567px) {

}
@media screen and (min-width: 768px) {
  .popup-menu-btn > a{
    width: 48%;
  }

}




footer .menu-sec h3{
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.footer-menu-btn{
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-menu-btn > a{
  display: block;
  background: #69bd83;
  color: #fff;
  text-align: center;
  line-height: 3em;
  width: 100%;
  transition: .3s;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer-menu-btn > a:hover{
  background-color: #c8161d;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer-menu-btn > a{
    width: 48%;
    margin-bottom: 0;
  }
}

.company-info-footer{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

.company-info-footer img.logo{
  max-width: 300px;
  margin: 0 auto 20px;
  display: block;
}
.header-space{
  height: 70px;
}

a{
  text-decoration: none;
  color: #333;
}


#site-content{
  max-width: 1000px;
  margin: 0 auto;
}
