@charset "utf-8";

/* mainvisual */

.main__sp{
  animation: fadeIn 5s ease forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.main__pc{
    display: none;
}

/* mainvisual pc */

@media screen and (min-width:769px) {
    .main__sp{
        display: none;
    }


    .main__pc{
    animation: fadeIn 5s ease forwards;
    }

    .main__pc{
        display: block;
        margin: 0 auto;
    }


}


/* pc 769px */


/* lead */

.lead{
    padding: 0 4%;
}

.cap__logo{
    display: block;
    margin: 50px auto 0;
    width: 285px;
    height: 50px;
}

.cap--lead{
    font-size: 1.4rem;
}

.lead__txt{
    margin-top: 50px;
    font-size: 1.6rem;

}

.lead__list{
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 50px auto 0;
    flex-wrap: wrap;

}

.lead__item {
        width: 48%;
        margin: 10px 2% 2% 0;
    }


.lead__item:nth-child(2n) {
        margin-right: 0;
    }

.lead__itemtxt{
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6;
}

.btn--lead{
    width: 169px;
    height: 36px;
    margin: 40px auto 0;
}

@media screen and (min-width:769px) {

    .lead--logo{
        width: 471px;
        height: 68px;
    }
    
    .cap--lead{
        font-size: 2.4rem;
    }

    .lead__txt{
        margin-top: 65px;
        font-size: 1.6rem;
        text-align: center;
    }

    .lead__list{
        justify-content: space-between;
        gap:0 2%;
        max-width: 1024px;
        margin: 65px auto 0;
        flex-wrap: nowrap;

    }

    .lead__item {
            width: 100%;
            margin:0;
        }

    .lead__itemtxt{
        margin-top: 10px;
    }

    .btn--lead{
        margin: 65px auto 0;
        width: 235px;
        height: 52px;
        font-size: 20px;
        padding:16px 26px 16px  13px;
    }


    .btn::after {
        right: 27px;
    }

}

/* pc 769px */

/* about */

.about{
    margin-top: 30px;
    padding: 0 4%;
}

.cap--about{
    width:178px ;
    height: 40px;
}

.about__capgroup{
    display: flex;
    justify-content: center;
    gap: 30px;
}

.about__mauntain{
    position: relative;
    width: 44px;
    height: 34px;

}

.mountain--right{
    bottom: -70px;
}

.mountain--left{
    bottom: -75px;
}


.about__list{
    margin-top: 90px;
}

.about__txtarea{
    margin-top: 100px;
}


.about__csscap{
    position: relative;
}

.about__txtgroup{
    /* position: relative; */
    margin-top: 30px;
    text-align: center;
    font-family: Zen Maru Gothic;
    font-size: 2rem;
    font-weight:700 ;
    line-height: 1.6;

}

.about__capimg1pc,
.about__capimg2pc,
.about__capimg3pc{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);

}

.about__capimg2pc{
    width: 45px;
    height: 31px;
}

.about__capimg3pc{
    width: 43px;
    height: 34px;
    bottom: 40px;
}



.about--txt{
    text-align: center;
}

.pcbr{
    display: none;
}

.about__mapsp{
    margin-top: 50px;
}

.about__mappc{
    display: none;
}


/* 
.capimg1sp,
.capimg2sp,
.capimg3sp{
    display: block;
    margin: 0 auto 7px;
} */


.capimg1sp{
    width: 40px;
    height: 22px;
}

.capimg2sp{
    width: 44px;
    height: 30px;
}

.capimg3sp{
    width: 43px;
    height: 29px;
}
/* 
.about__capimg1pc,
.about__capimg2pc,
.about__capimg3pc{
    display: none;
} */

.about__txt{
    margin: 20px auto 0;

}

.about__img{
    display: block;
    margin: 30px auto 50px;
}

/* about pc */

@media screen and (min-width:769px) {
    .about{
        margin-top: 135px;
        padding: 0 14%;
    }

    .cap--about{
        width:281px ;
        height: 55px;
    }

    .about__capgroup{
        gap: 9%;
    }

    .about__mauntain{
        position: relative;
        width: 131px;
        height: 102px;
    }


    .mountain--left{
        bottom: -61px;
    }


    .pcbr{
        display: block;
    }

    .about__mapsp{
       display: none;
    }

    .about__mappc{
        display: block;
        margin: 60px auto 0;
    }


    .about__list{
        max-width: 1024px;
        margin: 60px auto -0
    }

    .about__txtarea{
        display: flex;
        align-items: center;
        gap: 0 26px;
    }

    .about__csscap{
        display: flex;
    }

    .about__capimg1pc,
    .about__capimg2pc,
    .about__capimg3pc{
        display: block;
        position: relative;
        bottom: 0;
        left: 20px;
        transform: translateX(0);
        width: 74px;
        height: 76px;
    }

    .about__capimg2pc{
        bottom: -10px;
        width: 77px;
        height: 50px;
    }

    .about__capimg3pc{
        width: 82px;
        height: 66px;
    }

    .about__txtgroup{
        text-align: left;
        font-size: 2.4rem;
        line-height: 1;

    }

    .about__txtgroup br{
        display: none;
    }

    /* .capimg1sp,
    .capimg2sp,
    .capimg3sp{
        display: none; 
    } */
/*     

    .about__capimg1pc{
        width: 73px;
        height: 75px;
        position: relative;
        bottom: 50px;
        left: 444px;
    }
    .about__capimg2pc{
        width: 77px;
        height: 50px;
        position: relative;
        bottom: 40px;
       
    }

    .about__capimg3pc{
        width: 79px;
        height: 65px;
        position: relative;
        bottom: 50px;
        left: 311px;
    } */

    .about__txt{
        margin: 20px auto 0;

    }
/* 
    .txt--2{
        margin: -12px auto 0;

    } */

    
    .about__img{
        margin: 0;
        width: 50%;
        max-width: 360px;
        height: auto;
    }

    .txtarea--2,
    .txtarea--3{
        margin-top: 58px;
    }

   .txtarea--2{
        flex-direction: row-reverse;
    }


}

/* pc 769pc */


/* model */

.model{
    margin-top: 100px;
}

.cap--model{
    width:273px ;
    height: 27px;
}

.model--txt{
  text-align: center;
}


.model__coursegroup{
    margin: 0 auto;
}


.model__list{
    margin-top: 60px;
}

.course__cap{
    width: 100%;
    max-width: 272px;
    height: 104px;
    margin: 0 auto;
    
}
/* 
.course{
    background-image: url(../images/top/course_back.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0px var(--contentPadding) 30px;
} */

.course{
    width: 320px;
    height: auto;
    margin: 0 auto 50px;
    padding: 0 20px 30px;
    border:5px solid #FFDB9F;
    background-color:#FFF;
    border-radius: 5px 5px 40px 5px;
    }


.course__img{
    display: block;
    width: 230px;
    height: 170px;
    margin: 10px auto 0;
}

.course__time{
    display: block;
    width: 113px;
    margin: 20px auto 0;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    background: linear-gradient(transparent 60%, #FFEEAD 50%);
}


.course__time::before{
    content:'' ;
    display: inline-block;
    width: 21px;
    height: 19px;
    background-image: url(..//images/top/time_icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    right: 7px;
    top: 3px;

}

.course__txt{
    margin-top: 20px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6;

}

.btn-model{
    width: 186px;
    height: 36px;
    margin-top: 20px;
}

.course__cap{
    position: relative;
    bottom: 10px;
}

/* pc model */

@media screen and (min-width:769px) {
    .model{
        margin-top: 120px;
    }

    .cap--model{
        width:638px ;
        height: 53px;
    }

    .model--txt{
        font-size: 1.8rem;
    }

    .model__list{
        margin-top: 80px;
        display: flex;
        gap: 20px;
    }

    .model__coursegroup{
        display: flex;
        justify-content: center;
        gap: 0 2%;
        /* margin: 0 auto; */
        
        
    }

    .course{
        width: auto;
        margin: 0 auto 0px;
        padding: 0px 20px 20px 20px;
        display: flex;
        flex-direction: column;
    }
    .course .course__txtarea {
        flex: 1;
    }

}

/* pc 769px */


/* section blue curve */

.wrap{
    overflow: hidden;
}

.blue__curve{
    background: #CDEBEF;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    height: 300px;
    margin-top: 20px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
}

/* section blue curve pc */

@media screen and (min-width:769px) {
    .blue__curve{
        margin-top: 153px;
        height: 400px;
    }
}

/* pc 769px */

/* stamp */

.stamp{
    padding: 0 4% 30px;
    background-color: #CDEBEF;
    margin-top: -280px;
}

.cap--stamp{
    width:255px ;
    height: 34px;
}

.pcbr{
    display: none;
}

.stamp__txt{
    margin-top: 50px;
}

.stamp__cap,
.prize__cap{
    margin-top: 50px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
}

.stamp__list{
    margin-top: 50px;
}

.stamp__item{
    margin-top: 30px;
    padding: 30px;
    border-radius:10px;
    border:5px solid #36B4B2;
    background: #FFF;
}

.stamp__num{
    width: 40px;
    height: 40px;
}

.stamp__img{
    display: block;
    width: 120px;
    height: 80px;
    margin:-5px auto;

}

.stamp__txtcap{
    font-weight: 700;
    font-style: 1.8rem;
    margin-top: 30px;
    line-height: 1;
    text-align: center;
}

.stamp__pointarea{
    background-color: #FDFCE5;
    margin-top: 30px;
    padding: 15px 18px 23px;

}

.stamp__decorat{
    position: relative;
    top: 37px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    color: #F37431;

}

.stamp__pointtxt{
    margin-top: 10px;
    font-size:1.4rem ;
    text-align: left;
    line-height: 1.4;

}

.prize__subcap{
    margin-top: 30px;
    font-weight: 900;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;

}

.prize__decorate{
    margin-left: 10px;
    font-weight: 700;
    font-size: 1.2rem;
}

.prize__txt{
    margin-top: 10px;
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;

}

.prize__img{
    display: block;
    margin: 20px auto 0;
    width: 179px;
    height: 139px;
}

.btn__stamp{
    display: block;
    margin: 30px auto 0;
    padding: 16px 40px;
    background: var(--shop-color);
    height: auto;   
    width: 220px;
    border-radius: 40px;
    color: #FFF;
    font-family: Zen Maru Gothic;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height:1;
}

.conduct{
    margin: 50px 10%;
    padding: 27px 16px;
    border-radius:5px;
    border:3px solid #36B4B2;
    background: #FFF;
}


.conduct__cap{
    font-family: Zen Maru Gothic;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height:1;

}

.conduct__list{
    margin-top: 20px;

}

.conduct__item{
    margin-top: 14px;    

}

.conduct__subcap{
    padding: 5px 6px;
    background-color:#FFFBEC ;
    width: fit-content;
    height: auto;
    font-size: 1.4rem;
    color: var(--shop-color);
    line-height: 1;
    text-align: left;
}

.conduct__txt{
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.6;
}


/* stamp pc */

@media screen and (min-width:769px) {
    
    .stamp{
        padding: 0;
        margin-top: -340px;
        background-image: url(..//images/top/section_bule_back.png);
        background-size:contain;
        background-position: center;
        background-repeat: no-repeat;
    }    

    .cap--stamp{
        width:597px ;
        height: 65px;
    }

    .pcbr{
        display: block;
    }

    .stamp__txt{
        display: block;
        margin: 60px auto 0;
        max-width: 600px;
        text-align: center;
    }

    .stamp__cap,
    .prize__cap{
        margin-top: 60px;
        font-size: 2.4rem;
    }

    .stamp__list{
        display: flex;
        justify-content:center;
        gap:0 40px;
        margin-top: 30px;
    }

    .stamp__item{
        margin-top: 0;
    }


    .stamp__txtcap{
        font-style: 2.2rem;
        margin-top: 22px;
    }


    .stamp__pointarea{
        padding: 23px 23px;

    }

    .pointarea--2{
        padding: 23px 23px 38px;

    }

    .stamp__decorat{
        left: 5px;
        font-size: 2.4rem;
    }

    .stamp__pointtxt{
        line-height: 1.6;
        margin-top: 0px;
        font-size:1.6rem ;

    }

    .pointtxt--2{
        margin-top: 10px;
    }

    .prize__list{
        display: flex;
        justify-content: center;
        gap:0 50px;
        margin-top: 30px;

    }

    .prize__subcap{
        font-size: 2rem;

    }

    .prize__decorate{
        font-size: 1.4rem;
    }

    .prize__txt{
        margin-top: 10px;
        font-weight: 700;
        font-size: 1.6rem;

    }

    .prize__img{
        margin: 26px auto 0;
        width: 257px;
        height: 200px;
    }

    .btn__stamp{
        display: block;
        margin: 40px auto 0;
        padding: 19px 40px;
        width: 220px;
        height: auto;
        font-size: 2rem;
    }

    .conduct{
        max-width: 668px;    
        margin: 60px auto 0;
        padding: 22px 2%;
    }


    .conduct__cap{
        font-size: 2rem;
    }

    .conduct__list{
        margin: 17px auto 0;
       

    }

    .conduct__item{
        display: flex;
       align-items: center;
        margin: 14px auto 0;    

    }

    .conduct__subcap{
        width: fit-content;
        height: auto;
        padding: 7px 6px;
        font-size: 1.6rem;
    }

    .spbr{
        display: none;
    }

    .conduct__txt{
        margin-top: 0;
        margin-left: 14px;
        font-size: 1.6rem;
        line-height: 1;
    }
}

/* pc 769px */


/* shop */

.shop{
    padding: 20px 4% 50px;
    background-color: #CDEBEF;
}

.cap--shop{
    margin-top: 0;
    width: 94px;
    height: 32px;

}

.shop__area{
    margin-top: 30px;
    padding: 50px 4%;
    border-radius:20px;
    background: #FFF;
}

.shop__list1{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;   
}

.shop__item{
    width: 48%;
    margin: 50px 2% 0 0;
}

.shop__item:nth-child(2n){
    margin-right: 0;
} 

.shop__itemcap{
    margin-top: 10px;
    font-weight: 900;
    font-size: 1.2rem;
    color: var(--shop-color);
    line-height: 1.2;
    position: relative;
    left: 31px;
}

.shop__itemcap::before{
    display: inline-block;
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(..//images/top/shop_no1.png);
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
}

.item--2::before{
    background-image: url(..//images/top/shop_no2.png);
}
.item--3::before{
    background-image: url(..//images/top/shop_no3.png);
}
.item--4::before{
    background-image: url(..//images/top/shop_no4.png);
}
.item--5::before{
    background-image: url(..//images/top/shop_no5.png);
}
.item--6::before{
    background-image: url(..//images/top/shop_no6.png);
}
.item--7::before{
    background-image: url(..//images/top/shop_no7.png);
}

.shop__txt{
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.btn--shop{
    width: 169px;
    margin-top: 50px;
    padding: 10px 26px 10px  13px;
    font-size: 1.6rem;
    color: #FFF;
    background: #2FA136;
    
}

.btn--shop::after{
    background-image:url(..//images/top/white_icon_arrow.svg);
}



/* shop pc */

@media screen and (min-width:769px) {
    .shop{
        padding: 60px 0;
    }

    .cap--shop{
        /* margin-top: 0px; */
        width: 214px;
        height: 66px;
    }

    .shop__area{
        max-width: 1024px;
        margin: 0px auto;
        padding: 60px 9%;
        border-radius:30px;
    }

    .shop__list1{
        justify-content: center;
        gap: 0 2%;
        width: 100%;
        max-width: 824px;
        margin: 50px auto 0;
    } 

    .shop__item{
    width: 23%;
    }

    .shop__item{
        margin:0 0 50px;
    }


    .shop__itemcap{
        font-size: 1.6rem;
        position: relative;
        left: 31px;
    }

    .shop__itemcap::before{
        width: 30px;
        height: 30px;
    }

    .btn--shop{
        width: 235px;
        margin-top: 0;
        padding: 16px 34px;
        font-size: 2rem;
    }

    .shop__txt{
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.4;
    }

}
    

/* pc 769px */

/* access */


.cap--access{
    width:146px ;
    height: 28px;
}

.access__txttrain{
    margin-top: 50px;
    text-align: center;
    line-height: 1.6;
}

.train{
    margin-top: 50px;
}

.access__txtcap{
    margin: 0 auto;
    width: 217px;
    height: 41px;
    text-align: center;
    font-family: Zen Maru Gothic;
    font-size: 1.8rem;
    font-weight:700 ;
    line-height: 1;
    background-color:#FFF3C8;
    border-radius: 30px;
    padding: 11px 20px 11px 53px;
    position: relative;
}

.access__txtcap::before{
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(..//images/top/access_train.png);
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}


.txtcap--car{
    margin-top: 40px;
}

.txtcap--car::before{
    background-image: url(..//images/top/access_car.png);
}


.train__imgsp,
.car__imgsp{
    display: block;
    margin: 40px auto 0;
    width: var(--contentWith);
    height: auto;
}


.train__imgpc,
.car__imgpc{
    display: none;
}

.access__txtcar{
    margin-top: 20px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6;
}

/*  access pc */
@media screen and (min-width:769px) {

    .access{
        margin-top: 60px;
    }

    .cap--access{
        width:331px ;
        height: 52px;
    }

    .spbr{
        display: none;
    }

    .access__txttrain{
        line-height: 1.8;
    }


    .access__txtcap{
        width: 250px;
        height: auto;
        font-size: 2rem;
        padding: 18px 20px 18px 55px;
    }

     .txtcap--car{
        width: 280px;
        height: auto;
    }

    .access__txtcap::before{
        width: 48px;
        height: 32px;
        background-image: url(..//images/top/access_train.png);
        left: 18px;
    }


    .txtcap--car::before{
        width: 40px;
        height: 26px;
        background-image: url(..//images/top/access_car.png);
        left: 36px;
    }

    .train__imgsp,
    .car__imgsp{
        display: none;
    }

    .train__imgpc,
    .car__imgpc{
        display: block;
    }

    .train__imgpc,
    .car__imgpc{
        margin: 50px auto 0;
    }


    .txtcap--car{
        margin-top: 100px;
    }


    .access__txtcar{
        margin-top: 38px;
        font-size: 1.6rem;
        line-height: 1;
    }

}

/*  769px */
