/* 08番@index.cssより ヘッダー・ナビ関連のみ抽出 */
.h-wrap {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    font-family: '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header.h-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.cont-inner_wrap {
    width: 100%;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
}
.flex_bloc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
}
.h-logo {
    display: flex;
    margin-left: 18px;
    align-items: center;
    z-index: 5;
    position: relative;
    width: 100%;
    max-width: 328px;
}
.h-logo img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}
.pc-telArea {
    display: flex;
    margin-left: auto;
    align-items: center;
}
.sp-telArea {
    cursor: pointer;
    width: 45px;
}
.sp-telArea img {
    display: block;
    width: 45px;
}

.telArea .sub {
    font-size: 2.1rem;
}

#navbtn.fixedMenu2 {
    position: fixed;
    bottom: 2rem;
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0);
    box-sizing: border-box;
    display:block;
}
#navbtn.fixedMenu2 > a{
    background: #877300;
    padding: 1.6rem;
    border-radius: 0.6rem;
    color: #fff;
    font-weight: bold;
    display:block;
    position:relative;
    width:100%;
    transition:opacity .3s;
    font-size:1.4rem;
    text-align:center;
}
#navbtn.fixedMenu2 > a:after{
    content:'';
    display:block;
    width:1rem;
    height:1rem;
    position:absolute;
    top:50%;
    right:0.6rem;
    transform:translate(0,-50%) rotate(135deg);
    border-top:0.2rem solid #fff;
    border-right:0.2rem solid #fff;
}
#navbtn.fixedMenu2 > a:hover{
    opacity:.7;
}


@media screen and (max-width: 1080px) {
    .h-logo {
        max-width: 240px;
    }
}
@media screen and (max-width: 929px) {
    .telArea {
        font-size: 2.8rem;
        padding-right: 8px;
    }
    .telArea .sub {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 767px) {
    .h-logo {
        max-width: 200px;
    }
    .pc-telArea {
        display: none;
    }
} 
