@charset "UTF-8";
.site_header {
  background-color: #e7dec8;
  z-index: 15;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.site_header .drawer {
  display: none;
}

.site_header .logo {
  padding: 20px;
}

.site_header .logo img {
  height: 60%;
}

.site_header .hd-right {
  width: 62vw;
}

.site_header .hd-right .p2 {
  width: 100%;
  font-size: 14px;
}
.site_header .hd-right .p2-2 {
  width: 100%;
  font-size: 14px;
}

.site_header .hd-right .right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  height: 95px;
}

.site_header .hd-right .right-top .company-info {
  padding: 0px 4.7%;
  margin-top: 15px;
}

.site_header .hd-right .right-top .company-info .p3 {
  width: 100%;
  font-size: 36px;
  padding-bottom: 10px;
  font-weight: bold;
}

.site_header .hd-right .right-top .company-info img {
  vertical-align: bottom;
  padding: 5px 15px;
  width: 27px;
  height: 29px;
}

.access-sp{
	display:none;
}
.site_header .hd-right .right-top .access-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30.8%;
}

.site_header .hd-right .right-top .access-pc .reserve-pc {
  color: #fff;
  width: 50%;
  padding: 30px 0px 26px 0px;
  background-color: #810000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.site_header .hd-right .right-top .access-pc .reserve-pc .p2 {
  width: 100%;
  font-size: 14px;
  padding-top: 10px;
}

.site_header .hd-right .right-top .access-pc .contact-pc {
  color: #000000;
  width: 50%;
  padding: 30px 0px 26px 0px;
  background-color: #ce1212;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.site_header .hd-right .right-top .access-pc .contact-pc .p2 {
  width: 100%;
  font-size: 14px;
  padding-top: 10px;
}

.site_header .hd-right .right-menu {
  height: 85px;
  position: relative;
}

.site_header .hd-right .right-menu .bg-p {
  background-image: url(http://harokumo.com/design-sample05/wp-content/uploads/2021/04/head.png);
  width: 156%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-size: cover;
}



.site_header .hd-right .right-menu li:not(:last-child) {
  border-right: 2px solid #ddd;
}

.site_header .hd-right .right-menu .gnav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site_header .hd-right .right-menu .gnav ul li {
  width: 20%;
  text-align: center;
  margin: 28px 0px;
}

.site_header .hd-right .right-menu .gnav ul li a {
  color: black;
}

.site_header .hd-right .right-menu .gnav ul li .p {
  width: 100%;
}

.site_header .hd-right .right-menu .gnav ul li .p1 {
  font-size: 12px;
  padding-bottom: 10px;
}
#salonbk {
  background-image: url(http://harokumo.com/design-sample05/wp-content/uploads/2021/04/blog-bk.jpg);
}
#custmerbk {
  background-image: url(http://harokumo.com/design-sample05/wp-content/uploads/2021/04/blog-bk.jpg);
}
#contactbk {
  background-image: url(http://harokumo.com/design-sample05/wp-content/uploads/2021/04/blog-bk.jpg);
}
#menubk {
  background-image: url(http://harokumo.com/design-sample05/wp-content/uploads/2021/04/blog-bk.jpg);
}
#faqbk{  background-image: url(http://harokumo.com/design-sample05/wp-content/uploads/2021/04/blog-bk.jpg);}
.site-title {
  height: auto;
  width: 100%;
  padding: 60px 0 20px;

  background-size: cover;
  background-position: center;
}

.site-title .title {
  padding: 0;
  color: #000;
}

.site-title .sab {
  color: #000;

}

.site-title .sab::before {
  top: 60px;
  /*線の上下位置*/
  left: 49%;
  width: 30px;
  background-color: white;
}

@media screen and (max-width: 1280px) {
  .site_header {
    height: 120px;
  }
  .site_header .logo {
    padding: 5px 40px;
  }
  .site_header .logo img {
    height: 55px;
  }
  .site_header .hd-right {
    width: 80%;
  }
  .site_header .hd-right .p2 {
    width: 100%;
    font-size: 9px;
  }
  .site_header .hd-right .right-top {
    height: 63px;
  }
  .site_header .hd-right .right-top .company-info {
    padding: 0px 4.7%;
    margin-top: 10px;
  }
  .site_header .hd-right .right-top .company-info .p3 {
    width: 100%;
    font-size: 25px;
    padding-bottom: 7px;
  }
  .site_header .hd-right .right-top .company-info img {
    vertical-align: bottom;
    padding: 6px 10px;
    width: 19px;
    height: 19px;
  }
  .site_header .hd-right .right-top .access {
    letter-spacing: 0.04em;
  }
  .site_header .hd-right .right-top .access .reserve {
    padding: 16px 0px 19px 0px;
  }
  .site_header .hd-right .right-top .access .reserve .p2 {
    width: 100%;
    font-size: 10px;
    padding-top: 7px;
  }
  .site_header .hd-right .right-top .access .contact {
    padding: 16px 0px 17px 0px;
  }
  .site_header .hd-right .right-top .access .contact .p2 {
    width: 100%;
    font-size: 10px;
    padding-top: 7px;
  }
  .site_header .hd-right .right-menu {
    height: 47.2%;
  }
  .site_header .hd-right .right-menu .gnav {
    height: 100%;
  }
  .site_header .hd-right .right-menu .gnav ul {
    height: 100%;
  }
  .site_header .hd-right .right-menu .gnav ul li {
    width: 20%;
    text-align: center;
    margin: 18px 0px;
  }
  .site_header .hd-right .right-menu .gnav ul li .p1 {
    font-size: 9px;
    padding-bottom: 7px;
  }
  .site-title .sab::before {
    top: 45px;
    /*線の上下位置*/
    left: 49%;
    width: 21px;
    background-color: white;
  }
.site_header .hd-right .right-menu .bg-p {
  background-image: url(http://harokumo.com/design-sample05/wp-content/uploads/2021/04/head.png) no-repeat top/cover;
  width: 140%;
  height: 100%;
}
}

/*リデザイン*/
@media screen and (max-width: 620px) {
  .site_header {
    display: block;
	  height:80px;
  }
  .site_header .logo {
    padding: 5px 0;
    text-align: left;
  }
  .site_header .logo img {
	  width:120px;
    height: auto;
  }
  .site_header .drawer {
    position: absolute;
    top: 35%;
       right: 5%;
    display: block;
  }
  .site_header .drawer .drawer-hidden {
    display: none;
  }
  .site_header .drawer .drawer-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    width: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 100;
    cursor: pointer;
  }
  .site_header .drawer .drawer-open span {
    content: "";
    display: bloc4;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 9px;
    left: 0;
  }
  .site_header .drawer .drawer-open span:before {
    bottom: 8px;
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
  }
  .site_header .drawer .drawer-open span:after {
    top: 8px;
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
  }
  .site_header .drawer #drawer-check:checked ~ .drawer-open span {
    background: rgba(255, 255, 255, 0);
  }
  .site_header .drawer #drawer-check:checked ~ .drawer-open span:before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .site_header .drawer #drawer-check:checked ~ .drawer-open span:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .site_header .drawer .gnav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99;
    background-color: #f7f5f6;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .site_header .drawer .gnav ul {
    height: 100%;
    border: solid 1px #f7f6f4;
  }
  .site_header .drawer .gnav ul li {
    width: 80%;
    text-align: center;
    margin: 28px 0px;
  }
  .site_header .drawer .gnav ul li a {
    color: black;
  }
  .site_header .drawer .gnav ul li .p1 {
    font-size: 9px;
    padding-bottom: 7px;
  }
  .site_header .drawer .gnav .company-info {
    width: 85%;
    margin: auto;
    border-radius: 5px;
    background-color: white;
    padding: 10px;
    margin-top: 15px;
    text-align: center;
  }
  .site_header .drawer .gnav .company-info .p2 {
    width: 100%;
    font-size: 10px;
  }
  .site_header .drawer .gnav .company-info .p3 {
    width: 100%;
    font-size: 20px;
    padding-bottom: 10px;
  }
  .site_header .drawer .gnav .company-info img {
    vertical-align: bottom;
    padding: 0 10px;
    width: 20px;
  }
  .site_header .drawer #drawer-check:checked ~ .gnav {
    left: 20%;
  }
  .site_header .hd-right {
    width: 100%;
  }
  .site_header .hd-right .p2 {
    width: 100%;
    font-size: 12px;
	  color:#000;
  }
  .site_header .hd-right .right-top {
    height: 0;
  }
  .site_header .hd-right .right-top .company-info {
    display: none;
  }
.site_header .hd-right .right-top .access-pc {
display:none;
}
  .site_header .hd-right .right-top .access-sp {
display:block;
  }
	.site_header .hd-right .right-top .access-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position:absolute;
	right:73px;
		top:13px;
}
.site_header .hd-right .right-top .access-sp .reserve-sp {
  color: #fff;
	width:70px;
  padding: 10px;
	margin-right:5px;
  background-color: #810000;
	border-radius:10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.site_header .hd-right .right-top .access-sp .reserve-sp .p2 {
  width: 100%;
  font-size: 10px;
  padding-top: 7px;
}

.site_header .hd-right .right-top .access-sp .contact-sp {
  color: #fff;
  width: 70px;
  padding: 10px;
  background-color: #ce1212;
		border-radius:10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.site_header .hd-right .right-top .access-sp .contact-sp .p2 {
  width: 100%;
 font-size: 10px;
  padding-top: 7px;
}
  .site_header .hd-right .right-menu {
    display: none;
  }
  .site-title .sab::before {
    top: 38px;
    /*線の上下位置*/
    left: 48%;
    width: 21px;
  }
}