@charset "utf-8";

/*-------------------------------ヘッダー*/
#header {
    width: 100%;
    height: 100px;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0 30px;
}


.header_logo {
    float: left;
    margin-top: 5px;
    width: 300px;
    cursor: pointer;
}


.header_logo:hover {
    opacity: 0.7;
}



.header_logo img {
    width: 100%;
}


.header_tel {
    float: right;
    font-size: 28px;
    line-height: 0.5;
    margin-top: 24px;
    color: #393939;
    position: relative;
    font-weight: bold;
    text-align: center;
}

.header_tel:hover {
    color: #949bdc;
}

.header_tel_scroll {
    margin-right: 60px;
}


.header_tel::before {
    content: '';
    display: inline-block;
    width: 42px;
    height: 42px;
    top: -4px;
    left: -35px;
    background-image: url(../img/base/tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}




.header_tel small {
    font-size: 12px;
    padding-top: 12px;
    display: block;
    font-weight: normal;
}


.header_entry {
    font-size: 16px;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    background-color: #ff8d6e;
    float: right;
    margin-top: 13px;
    margin-right: 60px;
    transition: all 1s;
    font-weight: bold;
}


.header_entry:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.header_copy {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}


.sp_header_btn {
    display: none;
}

.sp_header_btn {
    background-color: #949bdc;
    position: fixed;
    top: 14px;
    right: 80px;
    border-radius: 50px;
    width: 52px;
    box-sizing: border-box;
    text-align: center;
    height: 52px;
}

.sp_header_btn img {
    width: 28px;
    height: 43px;
    padding-top: 8px;
}



@media screen and (max-width: 1080px) {
    .header_btn {
        display: none;
    }

    .sp_header_btn {
        display: block;
    }

    .header_tel_icon {
        background-color: #949bdc;
        position: fixed;
        top: 90px;
        right: 20px;
        border-radius: 50px;
        width: 52px;
        box-sizing: border-box;
        text-align: center;
        height: 52px;
    }

    .header_tel_icon img {
        width: 50%;
        padding-top: 8px;
    }

    .header_mail_icon {
        background-color: #ff8d6e;
        position: fixed;
        top: 150px;
        right: 20px;
        border-radius: 50px;
        width: 52px;
        text-align: center;
        height: 52px;
        box-sizing: border-box;
    }

    .header_mail_icon img {
        width: 60%;
        padding-top: 14px;
    }
}




@media screen and (max-width: 720px) {
    .header_logo {
        width: 205px;
    margin-top: 10px;
    }

    .header_copy {
        font-size: 10px;
        position: absolute;
        top: 25px;
        left: 10px;
    color: #666464;
    }


    .header_copy {
        margin-left: 20px;
    }

}






@media screen and (max-width: 480px) {

    .header_copy {
        margin-left: 0px;
    }


    .header_tel_icon {
        right: 5px;
    }

    .header_mail_icon {
        right: 5px;
    }
    
    .sp_header_btn {
    right: 60px;
}
}




@media screen and (max-width: 370px) {

    .sp_header_btn {
    right: 50px;
}
}






/*-------------------------------グローバルメニュー*/
#nav {
    background-color: #fff;
}

.nav_contents {
    height: 100px;
    box-sizing: border-box;
    max-width: 1024px;
    margin: 0 auto;
    display: table;
}



.nav_item {
    text-align: center;
    font-weight: bold;
    display: table-cell;
}

.nav_item a {
    color: #393939;
    font-size: 16px;
    display: block;
    height: 100px;
    padding: 25px 20px 0px 20px;
}


.nav_item a:hover {
    background-color: #ffe5dd;
}



.nav_item span {
    font-size: 12px;
    color: #ff8d6e;
    font-family: "Courgette", "cursive", "serif";
}













/*-------------------------------追従グローバルナビ*/
#header_scroll {
    position: fixed;
    top: 0;
    box-sizing: border-box;
    left: 0;
    height: 80px;
    width: 100%;
    z-index: 101;
    background-color: #fff;
    padding: 0 30px;
    display: none;
}


.nav_hamburger_item {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-left: 50px;
    margin-right: 50px;
}


.nav_hamburger_item:nth-child(3) a {
    padding-bottom: 0px;
    border-bottom: none;
}



.nav_hamburger_item a {
    color: #393939;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 16px;
    border-bottom: 1px solid #ff8d6e;
}


.nav_hamburger_item_under a {
    padding-left: 20px;
    font-size: 14px;
    padding-bottom: 0px;
    border-bottom: none;
    padding-top: 0px;
}


.nav_hamburger_item:nth-child(6) a {
    padding-bottom: 20px;
    border-bottom: 1px solid #ff8d6e;
}



.nav_hamburger_item span {
    font-size: 12px;
    color: #ff8d6e;
    font-family: "Courgette", "cursive", "serif";
}

@media screen and (max-width: 1024px) {
    .nav_hamburger_item a {
        font-size: 16px;
    }
}



@media screen and (max-width: 480px) {
    #header_scroll {
        padding: 0 10px;
    }

    .nav_hamburger_item {
        text-align: center;
    }

    .nav_hamburger_item_under a {
        padding-left: 0px;
    }


}





















/*--------------------------------ハンバーガーメニュー*/
.menu-trigger {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    cursor: pointer;
    transform: translateX(0);
    transition: transform .5s;
    z-index: 101;
    position: absolute;
    right: 30px;
    top: 22px;
}


.menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ff8d6e;
}

.menu-trigger.active span {
    background-color: #393939;
}

.menu-trigger span:nth-of-type(1) {
    top: 0px;
}

.menu-trigger.active span:nth-of-type(1) {
    transform: translateY(16px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
    top: 16px;
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0px;
}

.menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-16px) rotate(45deg);
}

nav {
    width: 400px;
    height: 100%;
    padding-top: 14px;
    background-color: #ffe5dd;
    position: fixed;
    top: 0;
    right: 0;
    overflow: scroll;
    z-index: 10;
    transform: translate(100%);
    transition: all .5s;
}

nav.open {
    transform: translateZ(0);
}

nav li {
    text-align: center;
    font-size: 16px;
}

nav li a {
    color: #393939;
    font-weight: bold;
    position: relative;
    display: inline-block;
    width: 100%;
}

nav li a:hover {
    color: #ff8d6e;
}


@media screen and (max-width: 620px) {
    .menu-trigger {
        top: 22px;
    }
}



@media screen and (max-width: 480px) {
    .menu-trigger {
        right: 10px;
    }

    nav {
        width: 100%;

    }

}


@media screen and (max-width: 480px) {
.menu-trigger {
    right: 10px;
}
}