@charset "UTF-8";

/*共通設定*/
html{
    font-size: 62.5%;
    font-family: ;
}
body{
    background-color: #fff9f4;
}
.wrapper{
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}
section{
    padding: 100px 0;
}
.section-title{
    font-size: 6.0rem;
    letter-spacing: 1rem;
    line-height: 8rem;
    color: #805833;
}
.sub-title{
    font-size: 3.0rem;
    margin-bottom: 50px;
    letter-spacing: 1rem;
    color: #805833;

}
p,a{
    font-size: 1.6rem;
    letter-spacing: 0.5rem;
    line-height: 3.2rem;
    text-decoration: none;
    color: #805833;
}
li{
    list-style: none;
}
.btn{
    display: inline-block;
    padding: 20px;
    transition: all 0.3s;
}
.btn:hover{
    opacity: 0.7;
}
.btn:active{
    border-bottom: none;
    margin-top: 5px;
}
.text-link{
    text-decoration: underline;
    color: blue;
}

/*ローディング*/
#loading-image{
    min-width: 100vw;
    min-height: 100vh;
    background-color: #ffe5cc;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
}
#loading{
    width: 400px;
    height: 200px;
    margin-left: 40px;
    background: url(../img/loading-animation.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    animation: stepsline 1s steps(2) infinite;
}
@keyframes stepsline{
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: -800px 0;
    }
}


/*ヘッダー*/
header{
    height: 30px;
}
.header-logo{
    height: 200px;
    width: 200px;
    padding: 10px;
    object-fit: contain;
    position:absolute;
    top: 30px;
    left: 50px;
    transform: translate(-0px,-30px);
    z-index: 100;
}
#order-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    letter-spacing: 0;
    background-color: #ff6966;
    border-radius: 50%;
    box-shadow: 0 5px 0 #b32624;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    transition: all 0.3s;
    opacity: 0;
}
#order-btn a{
    color: #fff;
    font-weight: bold;
}
#order-btn:hover{
    opacity: 0.8;
}
#order-btn:active{
    top: 25px;
    box-shadow: none;
}

/*メインビジュアル*/
.swiper-slide{
    text-align: right;
}
.swiper-slide img{
    height: 500px;
    width: 70%;
    margin-right: 50px;
    border: 10px solid #ffb066;
    border-radius: 50px;
    object-fit: cover;
    object-position: left bottom;
}
.slider-title{
    color: #805833;
    font-size: 4.0rem;
    line-height: 8.0rem;
    letter-spacing: 1.5rem;
    white-space: nowrap;
    text-shadow: 
    1px 0 #fff, -1px 0 #fff,
    0 1px #fff, 0 -1px #fff;
    position: absolute;
    top: 220px;
    left: 50px;
    z-index: 100;
}
.food-move{
    width: 400px;
    height: 200px;
    background: url(../img/food-move.png) no-repeat;
    animation: food-move 0.8s steps(3) infinite;
    position: absolute;
    top: 400px;
    left: 50px;
    z-index: 100;
}

@keyframes food-move{
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: -1200px 0;
    }
}

/*ABOUT*/
.about{
    overflow: hidden;
}
.about-flex{
    width: 100%;
    margin: 50px auto 0;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}
.about-content{
    width: 30%;
}
.about-content img{
    height: 200px;
}
.about-content p{
    font-size: 1.2rem;
    line-height: 2.4rem;
}

/*COURSE*/
.course{
    background-color: #ffb066;
}
.course .section-title,
.course .sub-title{
    color: #fff;
    text-shadow: 
    1px 0 #805833, -1px 0 #805833,
    0 1px #805833, 0 -1px #805833;

}
.course-content{
    background-color: #fff;
    border-radius: 10px 60px 10px 60px/ 5px 100px 5px 100px;
    padding: 30px;
    margin-bottom: 30px;
}
.course-title{
    display: inline-block;
    font-size: 2.4rem;
    color:#805833;
    border-bottom: 2px dotted #805833;
    margin-bottom: 30px;
}
.course-content-flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.course-content img{
    width: 30%;
    height: 150px;
    object-fit: cover;
}
.course-text{
    text-align: left;
}
.course-order{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.camp-btn{
    background-color: #ff6966;
    border: 5px outset #e65e5c;
    color: #fff;
    font-weight: bold;
    margin-bottom: 50px;

}
.camp-btn:active{
    border-bottom: 5px outset #e65e5c;
    margin-top: 0;
}
.course-price{
    font-family: 'Roboto', sans-serif;
    font-size: 3.0rem;
    font-weight: bold;
}

.order-btn{
    background-color: #ff6966;
    border-bottom: 5px solid #e65e5c;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
}


/*MENU*/
.menu-flex{
    width: 100%;
    margin: 50px auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.menu-content{
    width: 30%;
}
.menu-content p{
    font-weight: bold;
}
.menu-content img{
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: 40% 50%;
    border-radius: 20px;
}
.more-btn{
    background-color: #ffb066;
    border-bottom: 5px solid #cc8d52;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    padding: 10px 40px;
}



/*OTHERS*/
.others-title{
    position: relative;
}
.fukidasi{
    height: 150px;
    width: 100%;
}
.others .sub-title{
    width: 100%;
    color: #805833;
    text-shadow: none;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-30%);
}
.others-flex{
    width: 100%;
    margin: 10px auto 50px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}
.others-content{
    width: 30%;
}
.others-content img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.souzai2{
    margin-top: 80px;
}
.souzai3{
    margin-top: 40px;
}
.karaage{
    border-radius: 51% 49% 51% 49% / 42% 60% 40% 58% ;
    object-position: 100% 100%;
    box-shadow: -20px 10px 10px rgba(255,176,102,0.8);
}
.gyouza{
    border-radius: 51% 49% 51% 49% / 76% 49% 51% 24% ;
    object-position: 50% 100%;
    box-shadow: -20px -20px 5px rgba(255,176,102,0.8);
}
.roll{
    border-radius: 51% 49% 51% 49% / 39% 35% 65% 61% ;
    object-position: 50% 0%;
    box-shadow: 20px 20px 5px rgba(255,176,102,0.8);

}

/*質問*/
.faq-list li{
    text-align: left;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #805833;
    border-radius: 10px;
    margin-bottom: 20px;
}
.faq-list li:last-child{
    margin-bottom: none;
}
.question p{
    margin: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.answer-open{
    font-size: 3.0rem;
}
.answer-open::before{
    content:"+";
}
.answer-open.open::before{
    content:"×";
}
.question:hover{
    cursor: pointer;
}

.answer{
    background-color: #f5f5f5;
    border-radius: 20px;
    margin-top: 10px;
    padding: 20px;
    display: none;
}



/*FOOTER*/
footer{
    border-top: 1px dashed #805833;
    border-bottom: 1px dashed #805833;

}
footer a,
footer p{
    font-size: 1.2rem;
    text-align: center;
    transition: all 0.3s;
}
footer p{
    padding: 10px 0;
}
footer a:hover{
    opacity: 0.7;
}
.footer-nav{
    padding: 30px 0 10px;
}
.footer-nav ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-nav li{
    margin-right: 20px;
}
.footer-nav li:last-child{
    margin-right: none;
}


/*レスポンシブデザイン*/
@media(max-width: 375px){
    section{
        padding: 100px 10px;
    }

    .header-logo{
        left: 50%;
        transform: translate(-50%,-30px);
    }

    .swiper-slide img{
        width: 90%;
        margin: 150px 10px 0 10px;
        object-position: center;
    }
    .slider-title{
        width: 80%;
        border-radius: 20px;
        font-size: 3.2rem;
        line-height: 6.0rem;
    }
    .food-move{
        top: 550px;
        left: 50%;
        transform: translate(-50%, 0) scale(0.8);
    }

    .about-flex{
        flex-direction: column;
    }
    .about-content{
        width: 100%;
    }

    .course-content-flex,
    .course-order{
        flex-direction: column;
    }
    .course-content img{
        width: 100%;
    }
    .order-btn{
        margin-top: 20px;
    }

    .menu-flex{
        flex-direction: column;
    }
    .menu-content{
        width: 100%;
        margin-bottom: 30px;
    }
    .menu-content:last-child{
        margin-bottom: 0;
    }

    .others .sub-title{
        font-size: 2.4rem;
    }
    .others-flex{
        flex-direction: column;

    }
    .others-content{
        width: 100%;
    }
    .souzai2,
    .souzai3{
        margin-top: 50px;
    }

    footer a{
        text-align: left;
    }
    .footer-nav ul{
        flex-direction: column;
    }

}