header {
    /*ヘッダー背景*/
    background-color: #eff;
}

.header-nav-wrap {
    /*ヘッダー背景sumaho*/
    background-color: #eaeaee;
}

.header-inner {
    /*ヘッダーロゴ背景*/
    background-color: #eff;
}

.header-nav-wrap li {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 2rem;
    height: 1.5rem;
}

.header-nav-wrap li a {
    /*ヘッダナビ文字*/
    color: #111;
}

.coname h1{
    color: #03a;
}

.h-im {
    /*ずらすとき用TOP画*/
    background-image: url(img/shopimg.jpg);
    background-position: 50% 50%;
}

.h-im2 {
    /*ずらすとき用front以外*/
    background-position: 50% 50%;
}

h2 {
    font-size: 1.5rem;
    text-align: center;
    margin: 3rem auto 2rem;
    padding: .8rem 0;
    background: linear-gradient(90deg, #fff, 20%, #eaeaee, 80%, #fff);
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 2px 2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff, -2px -2px 1px #fff, 2px 0 1px #fff, 0 2px 1px #fff, -2px 0 1px #fff, 0 -2px 1px #fff;
}

.intro h2 {
    /* ! .intro wp内に設定　*/
    font-size: 1.2rem;
    text-align: center;
    margin: .5rem;
    padding: 0;
    background: none;
    color: #03a;
}

footer{
    /* フッター背景色　*/
    background-color: #eaeaee;
}
footer a, footer p{
    /* フッター文字色　*/
    color: #333;
}

.shopname img{/*タックス八尾店ロゴ画像*/
    width: 75vw;
}
.shopname{
    margin-bottom: 1vw;
}
/*リベライズロゴ画像*/
.coname img{
    width: 70vw;
}

.shopname2 img{/*タックス八尾店ロゴ画像*/
    width: 70vw;
}
.coname2 img{
    width: 50vw;
}

@media screen and (min-width:601px) {
    /*パッド系*/
    .header-nav-wrap {
        /*ヘッダー背景*/
        background-color: #eff;
    }
    
    .header-nav-wrap li {
        font-size: 1.6vw;
        margin: 2rem .6rem 0;
    }
    
    .shopname img{/*タックス八尾店ロゴ画像*/
    width: 45vw;
}

/*リベライズロゴ画像*/
.coname img{
    width: 35vw;
}
    
}

@media screen and (min-width:811px) {
    /*パッド超え*/
    .header-nav-wrap li {
        font-size: 1.4vw;
    }

    h2 {
        margin-bottom: 3rem;
    }
    
    .shopname img{/*タックス八尾店ロゴ画像*/
    width: 365px;
}
    /*リベライズロゴ画像*/
.coname img{
    width: 283px;
}
}

@media screen and (min-width: 1383px) {
    .header-nav-wrap li {
        font-size: 1.1rem;
    }
    
    .shopname img{/*タックス八尾店ロゴ画像*/
    width: 30.1vw;
}

/*リベライズロゴ画像*/
.coname img{
    width: 24vw;
}
    .shopname2 img{/*タックス八尾店ロゴ画像*/
    width: 365px;
}
    /*リベライズロゴ画像*/
.coname2 img{
    width: 283px;
}
}