@charset "utf-8";

.header,
.hdFixedBnr{
    z-index:99;
}

.mainTopMg {
    margin-top: 55.9%;
}

/* ---------- ↓↓ 20241008@追加 ↓↓ ---------- */

.hdFixedBnr > .closeBtn {
    max-width: 30px;
    width: 100%;
    height: 30px;
    margin: 0 0 5px;
    cursor: pointer;
    position: relative;
}

.hdFixedBnr > .closeBtn:before,.hdFixedBnr > .closeBtn:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #e6ad4b;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

.hdFixedBnr > .closeBtn:before {
    transform: translateY(-50%) rotate(45deg);
}

.hdFixedBnr > .closeBtn:after {
    transform: translateY(-50%) rotate(-45deg);
}

.hdFixedBnr > .closeBtn:hover {
    opacity: .6;
}

/* ---------- ↑↑ 20241008@追加 ↑↑ ---------- */

@media (min-width: 414px) {
    .mainTopMg {
        margin-top: 53%;
    }
}

@media (min-width: 480px) {
    .mainTopMg {
        margin-top: 49.1%;
    }
}

@media (min-width: 576px) {
    .mainTopMg {
        margin-top: 45.4%;
    }
}

@media (min-width: 768px) {
    .mainTopMg {
        margin-top: 22.85%;
    }
}

@media (min-width: 992px) {
    .mainTopMg {
        margin-top: 16.1%;
    }
    .header-right{
        order: 2!important;
        margin: 0!important;;
    }
    .header-center{
        order: 1!important;
    }

    .hd_tel {
        width: 100%!important;
        height: 100%!important;
    }
}

@media (min-width: 1024px) {
    .mainTopMg {
        margin-top: 15.9%;
    }
}

@media (min-width: 1200px) {
    .mainTopMg {
        margin-top: 15.8%;
    }
    .hd_nav_txt{
        font-size: 14px!important;
    }
    .hd_tel_txt{
        font-size: 20px!important;
    }
}

@media (min-width: 1250px) {
    .mainTopMg {
        margin-top: 16.2%;
    }
}

@media (min-width: 1500px) {
    .mainTopMg {
        margin-top: 14.8%;
    }
}
