html,
body {
    overflow-x: hidden;
    height: 100%;
}

.header {
    margin: 0 auto;
    max-width: 100%;
    background-color: white;
    /* position: absolute; */
    height: 60px !important;
    overflow: hidden;
    z-index: 10;
}

.contact-box02 {
    font-weight: 700;
    color: #f07b3f;
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: 2px;
}

.contact-banner {
    padding-left: 1em;
}

.contact-banner>a {
    font-size: 16px;
    height: 88%;
    display: flex;
    align-items: center;
    padding: 0 2em;
    margin-top: 3px;
    background-color: #e7570e;
    color: #FFF;
    text-decoration: none;
}

.banner-title {
    background: #e7570e;
    color: white;
    font-weight: 900;

}

/* PC */
@media screen and (min-width:960px) {

    .top {
        display: none;
    }

    .container-fluid {
        /* position: absolute; */
        z-index: 9999 !important;
    }

    .float {
        z-index: 99;
    }

    .float-y {
        width: 50%;
        display: flex;
        justify-content: flex-end;
    }

    .header {
        z-index: 999;
    }


    input[type=checkbox] {
        display: none;
    }

    .logo {
        float: left;
    }

    .sidebarIconToggle {
        display: none;
    }

    .sidebarMenuInner {
        height: 95px;
        padding: 1% 5% 1% 5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 !important;
    }

    .sidebarMenuInner li {
        z-index: 999;
        list-style: none;
    }

    .sidebarMenuInner li a {
        text-decoration: none;
        color: black;
        transition: .5s color;
    }

    .sidebarMenuInner li a:hover {
        color: orange;
    }

    .header-img-wrapper {
        height: 70vh;
    }

    .dl-none {
        display: none;
    }

    .p-navbar {
        color: white;
        font-size: 1.1em;
    }

    .navwrapper {
        background: #251411;
        padding: 4px 0;
        color: #fff;
        font-size: 20px;
    }

    .navhover {
        font-weight: 100;
        font-size: .9em;
        border-bottom: 10px solid rgba(255, 255, 255, 0);
        transition: all .25s ease-in-out;
    }

    .navhover:hover {
        border-bottom: 5px solid #e7570e;
    }
}

/* 携帯 */
@media screen and (max-width:959px) {

    .top {
        z-index: 99;
        /* position: absolute; */
        /* left: 120px; */
        transform: translate(-50%, 5%);
        display: block;
        color: black;
        font-weight: 900;
        width: fit-content;
        margin: 0 auto;
        text-decoration: none;
    }

    .sidebarMenuInner {
        margin: 0;
        padding: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }

    .sidebarMenuInner li {
        list-style: none;
        text-transform: uppercase;
        padding: 20px;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .sidebarMenuInner li span {
        display: block;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
    }

    .sidebarMenuInner li a {
        color: black;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
    }

    .sidebarIconToggle {
        transition: all 0.3s;
        box-sizing: border-box;
        cursor: pointer;
        position: fixed;
        z-index: 999;
        height: 100%;
        width: 100%;
        /* top: 23px;
        right: 35px; */
        margin-right: 30px;
        height: 22px;
        width: 22px;
    }

    .float-fitem {
        display: none;
    }

    .spinner {
        margin-bottom: 2px;
        transition: all 0.3s;
        box-sizing: border-box;
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: rgb(0, 0, 0);
    }

    .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
    }

    .diagonal.part-1 {
        position: relative;
        transition: all 0.3s;
        box-sizing: border-box;
        float: left;
    }

    .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
    }

    input[type=checkbox]:checked~.sidebarIconToggle>.horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        opacity: 0;
    }

    input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(135deg);
        margin-top: 8px;
    }

    input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(-135deg);
        margin-top: -9px;
    }

    #sidebarMenu {
        height: 100%;
        position: fixed;
        top: 0;
        /* left: 0; */
        right: -250px;
        width: 250px;
        /* margin-top: 60px; */
        /* transform: translateX(100vw); */
        transition: .25s ease-in-out;
        background: rgb(226, 226, 226);
    }


    input[type="checkbox"]:checked~#sidebarMenu {
        /* transform: translateX(55vw); */
        right: 0;
    }

    input[type=checkbox] {
        transition: all 0.3s;
        box-sizing: border-box;
        display: none;
    }

    .header-img-wrapper {
        height: 40vh;
        margin-top: 60px;
    }

    .header-img {
        width: 70%;
    }

    .ds-none {
        display: none !important;
    }

    .banner-content {
        color: black;
        border-bottom: 1px solid black;
        line-height: 3;
        font-size: 1.3em;
        font-weight: 100;
        margin: 1%;
        padding-right: 5%;
        padding-left: 5%;
    }

    .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .nav-icon {
        width: 70%;
    }

    .float-sitem {
        margin-top: 60px;
    }
}


.header-img {
    background-size: cover;
    object-fit: cover;
    object-position: 10% 20%;
}