/* CSS Document */
header{
  background-color: rgba(255,255,255,0);
}
div.title{
  color: #000 !important;
}
.wcdrawermenu div.header div.drawerclosebtn[wc-icon] span::before{
  color: #000 !important;
}
div.wcinner nav ul li a{
  color: #000;
  padding: 1.5rem 2.5rem .5rem .75rem !important;
  height: auto !important;
  line-height: inherit !important;
}
div.wcinner nav ul li a::before{
  content: "";
  position: absolute;
  z-index: 2;
  width: 2rem !important;
  height: 1px !important;
  background-color: #000 !important;
  right: -0.3rem !important;
  bottom: 0.65rem !important;
  transform: rotate(45deg) !important;
  top: auto !important;
}
div.wcinner nav ul li a::after{
  content: "";
  display: none !important;
}
div.wcinner nav ul li a{
  border-bottom: 1px solid #000 !important;
}
/*footer*/
div.companyname{
  font-size: 1.5rem;
}
body[wc-view-type="pc"] div.footer{
  width: 1100px;
  margin: 0 auto;
}
body[wc-view-type="tb-l"] footer div.footer div.footerblock,
body[wc-view-type="tb"] footer div.footer div.footerblock{
  padding-left: 1rem;
}
body[wc-view-type="tb"] div.footerlinks{
  margin-left: 0;
}
body[wc-view-type="tb"] div.copyright{
  margin-right: 0;
}
div.wcbtnarea a{
  border-bottom: 1px solid #fff !important;
border-top: none !important;
border-left: none !important;
border-right: none !important;
  padding: 0 var(--headerBtnSize) 0.25rem 1rem !important;
  height: auto !important;
}

div.wcbtnarea a::after{
  content: "";
  position: absolute;
  z-index: 2;
  width: 2rem !important;
  height: 1px !important;
  background-color: #fff !important;
  right: -0.3rem !important;
  bottom: 0.65rem !important;
  transform: rotate(45deg) !important;
  top: auto !important;
}
footer div.contactarea p.businesshours span::before{
  padding: 0.4rem 0.5rem 0.2rem !important;
  line-height: 1em;
  clip-path: polygon(50% 0, 100% 15%, 100% 85%, 50% 100%, 0 85%, 0 15%) !important;
  margin-right: 0.5rem;
  border-radius: inherit !important;
}
body[wc-view-type="tb"] footer div.contactarea div.wcbtnarea a,
body[wc-view-type="tb-l"] footer div.contactarea div.wcbtnarea a,
body[wc-view-type="pc"] footer div.contactarea div.wcbtnarea a{
  margin-bottom: 1rem !important;
}
/*ロゴが入ったらのける*/
body[wc-view-type="sp"] footer div.footer{
  flex-direction:column;
}
/**/
footer div.copyright{
  margin-right: 0 !important;
}
body[wc-view-type="sp"] footer div.copyright{
  margin-right: auto !important;
}
footer div.footerlinks{
  margin-left: 0 !important;
}
body[wc-view-type="sp"] footer div.footerlinks{
  margin-left: auto !important;
}
div.footerlogotype span{
  width: 100% !important;
  opacity: 1 !important;
  color: #fff !important;
  height: auto !important;
  font-weight: 700;
  bottom: -2rem !important;
}
body[wc-view-type="pc"] footer div.tel,
body[wc-view-type="pc"] footer div.mail{
  margin-top: 0 !important;
}
