@charset "UTF-8";

/* 以下、PC以外でホバー動作を無くす指定 */
@media screen and (min-width: 1000px){
/* ======================================
common
======================================= */
    .btn:hover{
        background: #FFB030;
    }

    .contact a:hover{
        color: var(--primary-title);
    }
}

   



/* 以下、タブレット用の指定 */
@media screen and (max-width: 820px){
    .tabBr{
        display: block;
    }

    .topic{
        font-size: 2.5rem;
        line-height: 1.4;
    }
    
    /* nav */
    .nav__logo{
        position: absolute;
        width: auto;
        height: 42px;
        top: 30px;
        left: 10px;
        z-index: 1;
    }
    
    .closeBtn{
        position: absolute;
        width: 40px;
        height: 40px;
        top: 30px;
        right: 10px;
        z-index: 1;
    }

    .nav__item{
        justify-content: space-between;
    }

    .navImg{
        margin-right: auto;
    }
    
    .navImg01,
    .navImg02,
    .navImg03,
    .navImg04{
        margin-left: 10px;
    }
    
    .nav__img{
        width: 50px;
        height: auto;
    }

    .nav__img--hover{
        width: 50px;
        height: auto;
    }

    .nav__txt{
        font-size: 1.6rem;
    }

    .nav__btn01,
    .nav__btn02,
    .nav__btn03,
    .nav__btn04{
        margin-left: auto;
        margin-right: 10px;
    }

    .nav__click{
        width: 25px;
        height: auto;
    }

    .nav__item a{
        margin-left: 0;
    }

    .headerBtn{
        display: block;
        width: 40px;
        height: auto;
    }

    /* footer */
    .footerLogo{
        width: 120px;
        height: auto;
    }

    .footer__list{
        width: calc(100% - 120px);
        max-width: 898px;
        margin-left: 4%;
        display: flex;
        gap: 4%;
        align-items: flex-start;
    }

    .footer__item a{
        font-size: 1.4rem;
    }

    /* scrollTop */
    .pageTopBtn{
        display: inline-block;
        position: fixed;
        bottom: 1.4%;
        right: 1.4%;
        width: 7%;
        height: auto;
    }
}/* tab 820px */





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

/* ======================================
common sp
======================================= */
    .topic{
        font-size: 2rem;
        line-height: 1.5;
    }

    .tabBr{
        display: none;
    }

    .spBr{
        display: block;
    }

/* ======================================
header
======================================= */
    .header{
        margin-top: 10px;
        padding: 0 20px;
    }
    
    .headerLogo img{
        width: 100px;
        height: auto;
    }

/* ======================================
nav
======================================= */
    /* .nav初期表示 */
    .nav{
        position: relative;
        background-image: url(../images/menu/pc_menuback.png);
        width: 55%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
        transform: translateX(100%);
        transition: transform 0.4s;
    }

    .closeBtn{
        position: absolute;
        width: 40px;
        height: 40px;
        top: 10px;
        right: 20px;
        z-index: 1;
    }

    .nav__list{
        margin-top: 60px;
    }

    .nav__item::after{
        content: '';
        display: block;
        border-bottom: 1px solid var(--primary-txt);
        width: 89.8%;
        margin: 5px auto;
    }

    .navImg{
        margin-right: auto;
    }

    .nav__img{
        width: 100px;
        height: auto;
    }

    .nav__img--hover{
        width: 100px;
        height: auto;
    }

    .nav__txt{
        font-size: 1.6rem;
        line-height: 1.33;
    }

    .nav__btn01,
    .nav__btn02,
    .nav__btn03,
    .nav__btn04{
        margin-left: auto;
        margin-right: 25px;
    }

    .nav__click{
        width: 28px;
        height: auto;
    }

    /* .nav.active表示 */
    .nav__item a{
        display: flex;
        align-items: center;
        margin-left: 4.33%;
    }

    .headerBtn{
        display: block;
        width: 40px;
        height: auto;
    }

/* ======================================
footer
======================================= */
    .footer{
        margin-top: 50px;
        position: relative;
        background: hsla(10, 100%, 78%, 1);
        background: linear-gradient(135deg, hsla(10, 100%, 78%, 1) 0%, hsla(31, 100%, 72%, 1) 100%);
        border-radius: 60px 60px 0 0;
    }
    
    .footer__group{
        padding: 40px var(--margin-sp) 26px;
        display: block;
    }
    
    .footerLogo{
        width: 160px;
        height: auto;
    }

    .footer__list{
        width: calc(100% - 160px);
        margin-left: 32%;
        display: block;
    }

    .footer__item{
        margin-top: 20px;
        font-size: 1.4rem;
        line-height: 1.71;
    }
    
    .footer__item:first-child{
        margin-top: 0;
    }

    .copyright{
        margin-top: 30px;
        text-align: center;
        font-size: 1.4rem;
        line-height: 1.71;
    }

/*==========================
    scrollTop
==========================*/
    .pageTopBtn{
        width: 10%;
        height: auto;
    }
}/* sp 767px */





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

/* ======================================
header
======================================= */
    .header{
        padding: 0 var(--margin-sp);
    }

    .headerLogo img{
        width: 80px;
        height: auto;
    }

/* ======================================
nav
======================================= */
    /* .nav初期表示 */
    .nav{
        width: 89%;
    }

    .nav__logo{
        position: absolute;
        width: auto;
        height: 40px;
        top: 10px;
        left: 20px;
        z-index: 1;
    }
    
    .headerBtn{
        display: block;
        width: 11.9%;
        height: auto;
    }

/* ======================================
footer
======================================= */
    .footerLogo{
        width: 110px;
        height: auto;
    }

    .footer__list{
        width: calc(100% - 110px);
        margin-left: 18px;
        display: block;
    }

    .contact p{
        font-size: 1.4rem;
    }

/*==========================
scrollTop
==========================*/
    .pageTopBtn{
        width: 16%;
        height: auto;
    }
}/* sp 500px */