@charset "utf-8";
/* common */
:root{
    --back-color:#FFFFF5;
    --txt-back:#FFEDAC;
    --txt-color:#5D4419;
    --btn-color:#FFDB54;
    --shop-color:#F37431;
    --contentWith:92%;
    --contentPadding:4%;

}

html {
    font-size:62.5%;
}

.main{
    overflow: hidden;
}

body{
    /* padding: 0 4% 0 ; */
    background-color: var(--back-color);
    font-family:
        'Noto sans jp';
    font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
    color: var(--txt-color);
    line-height: 2;

}

img{
    max-width: 100%;
    height: auto;
}

.cap__txt{
    color: var(--txt-color);
    text-align: center;
    font-family: Zen Maru Gothic;
    font-size: 2rem;
    font-weight:700 ;
    line-height: 1;
    margin: 5px auto 0;
}

.btn{
    display: block;
    color: var(--txt-color);
    text-align: center;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight:700 ;
    line-height: 1;
    border-radius: 40px;
    background: var(--btn-color,#ffdb54);
    padding: 10px 26px 10px  13px;
    font-family: Zen Maru Gothic;
    position: relative;
    transition: 0.4s;

}

.btn::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 11px;
    background-image: url(..//images/icon-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}


.btn:hover {
    opacity: 0.5;
}


/* common pc */

@media screen and (min-width:769px) {
    body{
        font-size: 1.8rem;
    }

    .cap__txt{
        margin-top: 15px;
        font-size: 2.4rem;
    }
}

/* pc 769px */


/* header*/
.header {
    padding: 14px 4% 5px;
    display: flex;
    justify-content: space-between;
    height: 70px;
    /* padding-top: 14px;
    padding-bottom: 5px; */
}


.header__cap a,
.nav__cap a{
    display: block;
    width: 166px;
    height: 45px;
    display: flex;
    align-items: center;
}

/* .nav初期表示 */

.nav {
    background:var(--back-color);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header {
    padding:14px 4% 5px;
    display: flex;
    justify-content: space-between;
}

.nav__btn{
    display: block;
    width: 37px;
    height: 37px;
    cursor: pointer;
}

.nav__list {
    width: 186px;
    margin: 60px auto 0;
}

.nav__item {
    color: var(--txt-color);
    font-size: 2.4rem;
    font-family: Zen Maru Gothic;
    font-weight:700 ;
    line-height: 1;
    margin-bottom: 50px;
}


.nav__item img{
    display: inline-block;
    vertical-align: -3px;
    margin-right: 16px;
}

.nav__img1{
    width: 22px;
    height: 26px;
}

.nav__img2{
    width: 23px;
    height: 31px;
}

.nav__img3{
    width: 28px;
    height: 21px;
}

.nav__img4{
    width: 25px;
    height: 20px;
}

.sns{
    text-align: center;
    margin-top: 59px;
}

.sns a{
    display: inline-block;
    width: 29px;
    height: 29px;
    margin-right: 16px;
}

.sns__x{
    width: 25px;
    height: 27px;
}



/* .nav.active表示 */
.nav.active {
    transform: translateX(0);
}

.humberger__btn {
    display: block;
    width: 31px;
    height: 40px;
    cursor: pointer;    
}



/* header pc */

@media screen and (min-width:769px) {
    .header{
        max-width: 1240px;
        height: 66px;
        margin: 0 auto;
        padding: 19px 0 0 0 ;

    }

    .header__cap{
        width: 157px;
        height: 44px;
    }

    .nav__header,
    .humberger__btn,
    .sns{
        display: none;
    }

    .nav {
    width: auto;
    height: auto;
    position: static;
    transform: translateX(0);
    }

    .nav__list{
        display: flex;
        width: auto;
        margin: 0;
        align-items: center;
    }

    .nav__item {
        margin: 0px;
        margin-left: 50px;
        text-align: center;
        font-size: 1.6rem;
    }

    .nav__item img{
    margin-right: 8px;
    }

    .nav__img1{
        width: 14px;
        height: 17px;
    }

    .nav__img2{
        width: 14px;
        height: 19px;
    }

    .nav__img3{
        width: 19px;
        height: 16px;
    }

    .nav__img4{
        width: 20px;
        height: 17px;
    }

}

/*  pc 769px */



/*  footer */

.footer{
    margin-top: 70px;
    background-color: #75593D;
    padding: 37px 0 70px;
}

.footer__logo{
    margin:  0 auto;
    width: 173px;
    height: 50px;
}

.footer__list{
    display: none;

}


.footer__sns{
    text-align: center;
    margin-top: 21px;
}

.fottersns__insta,
.fottersns__x,
.fottersns__fb{
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 20px;
}

.fottersns__fb{
    margin-right:0 ;
}


/*  footer pc */
@media screen and (min-width:769px) {
    .footer{
        margin-top: 90px;
        padding:40px 0;
    }

    .footer__logoarea{
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1024px;
        margin: 0 auto;
    }

    .footer__logo{
        margin:0;
        width: 174px;
        height: 47px;
    }

    .footer__list{
        display: flex;
        gap: 0 40px;
        color: #FFF;
        font-family: Zen Maru Gothic;
        font-size: 1.6rem;
        font-weight: 900;
    }


.footer__sns{
    text-align: end;
    margin: 30px auto 0;
    max-width: 1024px;
}

.fottersns__insta,
.fottersns__x,
.fottersns__fb{
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 20px;
}

.fottersns__fb{
    margin-right:0 ;
}

}


/*********** pagetop ******** */

.btn__group{
    display: flex;
    align-items: center;
    gap: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;

}

.btn__map,
.btn__contents{
    width: 60px;
    height: 60px;
}

.btn__contentsModel,
.btn__mapModel{
    width: 60px;
    height: 60px;
}


.pagetop,
.pagetopModel{
    width: 40px;
    height:40px;
}


/* 元々のもの
.pagetop {
    width: 40px;
    height:40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
} */



/* ===================
       modal 
===================== */

/* modalエリア初期表示 */
.modal{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    width: 100%;
    height: 100%;
    background: #FFFFF5;
    overflow: auto;
    padding: 0 4%;


}

.modal__item{
    margin-top: 40px;
    background: #FFF;
    padding: 30px 4%;
}

.modal--item1{
    margin-top: 70px;
}


.modal__capGroup{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.modal__capImg{
    width: 30px;
    height: 30px;

}

.modal__cap{
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.modal__img1pc{
    display: none;
}

.modal__img1sp{
    margin: 30px auto;
}

/* .modal__img2,
.modal__img3{
    margin: 30px auto;
    display: block;
    width: 131px;
    height: 307px;
    
} */

.modal__txt{
    max-width: 345px;
    margin: 30px auto 0;
    line-height: 1.6;

}

/* modal closeボタン */

.modal__closeBtn{
    width: 30px;
    height: 30px;
    position: fixed;
    right: 4%;
    top: 3%;
    z-index: 10;

}



/* modal表示 */
.modal.active{
    opacity: 1;
    visibility: visible;
    z-index: 100;
}







/* pagetop pc */

@media screen and (min-width:769px) {
    .pagetop {
    width: 40px;
    height: 40px;
    bottom: 7%;
    right: 7%;
}


/* modalエリア初期表示 */
.modal{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    width: 100%;
    height: 100%;
    background: #FFFFF5;
    overflow: auto;
    padding: 160px 14%;


}

.modal__item{
    /* margin-top: 70px; */
    margin: 0 auto;
    background: #FFF;
    padding: 40px 4%;
    max-width: 1024px;
}



.modal__capImg{
    width: 41px;
    height: 41px;

}

.modal__cap{
    font-size: 2.4rem;
}


.modal__img1sp{
    display: none;
}

.modal__img1pc{
    display: block;
    margin-top: 50px;
}

/* 
.modal__img2,
.modal__img3{
    margin: 26px auto;
    display: block;
    width: 114px;
    height: 307px;
    
} */

.modal__txt{
    max-width: 345px;
    margin: 30px auto 0;
    font-size: 1.8rem;
    line-height: 1.4;

}

.modal__pcGroup{
    display: flex;
    justify-content: center;
    gap: 6%;
    max-width: 1024px;
    margin: 66px auto 0;

}

/* modal closeボタン */

.modal__closeBtn{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 14%;
    top: 60px;
    z-index: 10;

}



/* modal表示 */
.modal.active{
    opacity: 1;
    visibility: visible;
}


}




/* pc 769px */