@charset "utf-8";


@media screen and (min-width: 768px) {
    .menu_tel_sp a[href*="tel:"],
    .replace_head_pc a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

.header-tel .header-tel-inner {
    display: none;
}
.header-tel .header-tel-inner.replace {
    display: block;
}


/*PC左ナビゲーション*/
#header-sub-image-bottom .header-tel div + div {
    margin-top: 5px;
}

/*ヘッダー*/
@media screen and (min-width: 1280px) and (max-width: 1519px) {
    .replace_head_pc {
        display: block;
        height: 32px;
    }
    .replace_head_pc a {
        height: 50%;
    }
    .replace_head_pc a img {
        width: auto;
        height: 100%;
    }
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
    .replace_head_pc {
        display: block;
        height: 42px;
    }
    .replace_head_pc a {
        height: 50%;
    }
    .replace_head_pc a img {
        width: auto;
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .header-sub-image {
        width: 125px;
    }
    header.theme-2 .header-tel-inner.replace {
        width: auto;
        border-color: transparent;
    }
    .header-sub-image .replace img {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
    }
    .header-tel-inner.replace:before {
        display: none;
    }
}

/*SP右ナビゲーション*/
.menu_tel_sp {
    width: 100%;
    padding-top: 26px;
    padding-bottom: 20px;
    padding-left: 23px;
    border-bottom: 1px solid #e6e6e6;
}
.menu_tel_sp a {
    max-width: 70%;
    display: block;
}
.menu_tel_sp a img {
    max-width: 100%;
}
@media screen and (min-width: 1280px) {
    .menu_tel_sp {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .menu_tel_sp {
        padding-top: 24px;
        padding-bottom: 20px;
        padding-left: 23px;
    }
}
