/*ヘッダー*/
.header {
    min-height: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
}

/*ロゴ*/
.logo {
    height: 80px;
    margin: 0 auto;
}
.logo h1 {
    line-height: 1;
    position: relative;
    top: 14px;
}
/*カートボタン*/
.header_cart {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    margin: 0;
}
.header_cart .header_cart_inner{
  max-width:1000px;
  width:100%;
  margin:0 auto;
  position:relative;
}
.header_cart a.btn {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 16px;
    padding: 4px 16px 4px 40px;
}
.header_cart a.btn:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    background: url(../../resources/site/79/cart.png) no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 24px;
}