@charset "utf-8";
/*
Theme Name: グループホーム楽
Author: yuta.s
Author URI: https://kabu-tk.com/
Description:グループホーム楽のテーマ
version: 1.0.0
*/

/*common
-----------------------------------------------------------------------------------------*/


/*header
-----------------------------------------------------------------------------------------*/
.pc-top {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 999999;
}

.pc-top li {
    display: inline-block;
    line-height: 100px;
}

.pc-top li a {
    padding: 5px 20px;
}

.top-link {
    border-bottom: 5px solid rgb(40, 162, 166);
}

.top-condition {
    border-bottom: 5px solid rgb(62, 181, 76);
}

.top-staff {
    border-bottom: 5px solid rgb(235, 192, 50);
}

.top-company {
    border-bottom: 5px solid rgb(215, 88, 49);
}

.top-recruit {
    border-bottom: 5px solid rgb(140, 43, 122);
}

.top-contact {
    border-bottom: 5px solid rgb(45, 52, 97);
}

.header-bg {
    width: 100%;
    height: 100vh;
    position: relative;
}

.pc-top img {
    float: left;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.pc-top nav {
    float: right;
    margin-right: 20px;
}

.top-link:hover {
    border: 5px solid rgb(40, 162, 166);
}

.top-condition:hover {
    border: 5px solid rgb(62, 181, 76);
}

.top-staff:hover {
    border: 5px solid rgb(235, 192, 50);
}

.top-company:hover {
    border: 5px solid rgb(215, 88, 49);
}

.top-recruit:hover {
    border: 5px solid rgb(140, 43, 122);
}

.top-contact:hover {
    border: 5px solid rgb(45, 52, 97);
}

.header-center {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}

.center-logo-box .center-logo {
    width: 50%;
}

.header-center h1 {
    font-family: mamelon-b;
    margin-bottom: 30px;
    line-height: 2;
    white-space: nowrap;
}

.fix-tel {
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: inline-block;
    color: rgb(55, 180, 150);
    background-color: rgb(246, 234, 193);
    padding: 25px;
    font-size: 160%;
    z-index: 999999;
}

.fix-tel i,
.fix-tel p {
    display: inline-block;
    vertical-align: middle;
}

.fix-tel i {
    margin-right: 15px;
    font-size: 160%;
}

.logo-left-bottom {
    bottom: 46.5%;
    left: 36%;
    width: 6.5%;
    animation: yurayura 1.5s linear infinite;
}

.logo-left-top {
    bottom: 70%;
    left: 36%;
    width: 6.5%;
    animation: yurayura 1.8s linear infinite;
}

.logo-top {
    left: 46%;
    top: -2%;
    width: 11%;
    animation: yurayura 2.1s linear infinite;
}

.logo-right-top {
    bottom: 70%;
    right: 36%;
    width: 6.5%;
    animation: yurayura 1.6s linear infinite;
}

.logo-right-bottom {
    bottom: 46.5%;
    right: 36%;
    width: 6.5%;
    animation: yurayura 1.9s linear infinite;
}

@keyframes yurayura {

    0%,
    100% {
        transform: rotate(0deg) translateY(1px);
    }

    50% {
        transform: rotate(-5deg) translateY(-3.5px);
    }
}

.sp-navigation {
    display: none;
}


/*footer
-----------------------------------------------------------------------------------------*/
footer .leftbar-head {
    margin-bottom: 5px;
    font-family: mamelon;
}

.footer-flex {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    padding: 30px 0 80px;
}

footer .bottombar-head-wrepper {
    padding-top: 0;
    margin-bottom: 20px;
}

.footer-list {
    margin-bottom: 10px;
}

.footer-content a,
.condition-table a,
.tel-wrapper a {
    color: rgb(40, 162, 166);
    border-bottom: 1px solid rgb(40, 162, 166);
}

.copyright {
    padding: 10px;
}

/*recaptcha
-----------------------------------------------------------------------------------------*/
.recaptcha-policy {
    width: 90%;
    margin: 0 auto;
    font-size: 11px;
}

.grecaptcha-badge {
    visibility: hidden;
}


@media screen and (max-width:1023px) {
    body {
        font-size: 95%;
    }

    /*header
-----------------------------------------------------------------------------------------*/
    .sp-navigation {
        display: block;
        z-index: 9999999;
        position: fixed;
    }

    .pc-top {
        background-color: unset;
    }

    .pc-top img {
        float: left;
        height: 80%;
        padding: 7px 5px;
    }

    .pc-top nav {
        display: none;
    }

    .header-center {
        display: block;
        width: 90%;
        margin: 0 auto;
        height: auto;
        padding-top: 150px;
    }

    .center-logo-box {
        margin-bottom: 70px;
    }

    .header-center h1 {
        font-size: 115%;
    }

    .top-text p {
        font-size: 80%;
    }

    .fix-tel {
        padding: 15px;
        font-size: 100%;
    }

    .fix-tel i {
        margin-right: 8px;
        font-size: 135%;
    }

    button.drawer-hamburger {
        border: 2px solid black;
        padding: 15px 10px 33px;
        top: 1%;
        right: 1% !important;
        background-color: rgba(247, 245, 235, 0.7);
    }

    button.drawer-hamburger .font-bold {
        position: absolute;
        top: 800%;
        left: -2%;
    }

    .drawer-menu li {
        margin-bottom: 45px;
    }

    .spmenu-top {
        padding-top: 60px;
    }

    .drawer-menu li a {
        padding: 10px;
    }

    .drawer-menu {
        background-color: rgb(247, 245, 235);
        height: 100%;
    }

    /*footer
-----------------------------------------------------------------------------------------*/
    .footer-flex {
        display: block;
        padding: 20px;
    }

    .footer-flex iframe {
        margin-top: 30px;
        width: 100%;
    }

}

/*
-----------------------------------------------------------------------------------------*/
/*
-----------------------------------------------------------------------------------------*/