@charset 'UTF-8';

/*幅を狭めた時に出来るマージン*/
.wrapper__margin{
    margin: 0 10px;
}

.hero-img {
    background-color: #EFFFFD;
    position: relative;
    z-index: 100;
    margin-top: 150px;
    padding-bottom: 50px;
}

.rotate {
    max-width: 200px;
    max-height: 200px;
    position: absolute;
    right: 20px;
    bottom: 0%;
    z-index: 199;
}

.rotate-box {
    position: relative;
}

.rotate-box img {
    z-index: 196;
    width: 100%;
    animation: 20s linear infinite rotation;
}

.rotate-text{
    font-weight: 900;

}

.rotate-text-sp{
    display: none !important;
}

.font-dela {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.s__course {
    font-size: 20px;
}
.fee__course_title{
    font-size: 1.5rem;
    text-decoration: underline 3px #FFD74A;
    text-underline-offset: 10px;
}
.fee__course_item {
    text-decoration: underline 3px #FFD74A;
    text-underline-offset: 10px;
}
@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rotate-box p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 198;
    font-size: 1.1rem;
}

@media (max-width:1024px){

    .rotate-text-sp{
        display: block !important;
    }
    
    .rotate-text-pc{
        display: none !important;
    }
    

}

@media (max-width:430px){
    .rotate{
        width: 120px;
        height: 120px;
        position: absolute;
        right: 20px;
        bottom: -5%;
        z-index: 199;
    }
    }


/* お知らせ */

.whatday p{
    font-size: 1.1rem;
}

.font-l{
    font-size: 1.1rem;
}



.top__dog {
    padding-top: 100px;
    margin-bottom: -190px;
    position: relative;
    z-index: 193;
}

.sp__top__dog{
    padding-top: 100px;
    margin-bottom: -190px;
    position: relative;
    z-index: 193;
}

.info {
    background-color: #254E8C;
    color: #FBF8F4;
    border-radius: 40px 40px 0 0;
    position: relative;
    z-index: 194;
}

.info__position {
    position: relative;
}

.info__title {
    text-align: center;
    color: #FBF8F4;
}

.info__news {
    max-width: 1000px;
    height: auto;
    /* 仮 */
    margin: auto;
    padding: 10px 50px;
}

.info__text {
    padding: 2rem;
    border-bottom: 2px solid #FFD74A;
}


.info__text:hover {
    background-color: #FBF8F4;
    color: #000;
    border-radius: 25px;
}


/* キャッチコピー */

.catch {
    background-color: #FFF1A9;
    text-align: center;
    margin-top: -120px;
    position: relative;
    z-index: 195;
}


.sp-catch__title{
    display: none !important;
} 



.catch__container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 50px;
    gap: 10px;
}

.catch__text {
    padding-bottom: 2rem;
}


.catch__link:hover {
    background-color: #254E8C;

}

.catch__link:hover a {
    color: #FFD74A;
}

.catch__point-line{
    margin-bottom: 20px;
    width: 60%;
    margin: auto;
}

.catch__point-yama-sp{
    display:none !important; 
}


@media (max-width:430px){
    
    .catch {

        margin-top: -50px;
        position: relative;
        z-index: 195;
    }
    
    .catch__container{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            padding: 0 50px;
            gap: 10px;
    }

    .sp-catch__title{
        display: block !important;
    }

    .pc-catch__title{
        display: none !important;
    } 

    .catch__point-yama-pc{
        display: none !important;
    }

     .catch__point-yama-sp{
        display: block !important;
        position: relative;
        z-index: 90;
        top:10px;
    } 
}


/* 料金 */

.fee {
    text-align: center;
    background-color: #FBF8F4;
    border-radius: 40px 40px 0 0;
    margin-top: -20px;
    padding: 50px 0;
}

.fee__container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 50px;
    gap: 10px;
    margin: 30px 0;
}

.fee__course {
    border: #000 solid 2px;
    border-radius: 100px;
    padding-top: 60px;
    position: relative;
}
.fee__caution {
    text-decoration: #E98381 wavy underline;
    margin-top: 10px;
}

.fee__link:hover {
    background-color: #FFD74A;

}

.fee__link {
   background-color: #FFF1A9;
   color: #000;
}
.fee__list dt {
    font-weight: bold;
}


.fee__list dt,
.fee__list dd:last-child {
    padding: 1rem 0;
}



.fee__item {
    border: #000 solid 2px;
    border-radius: 15px;
    position: relative;
    padding: 0.5rem;
}

.fee__item::before {
    content: "";
    width: 5px;
    height: 80%;
    background: #FBF8F4;
    display: inline-block;
    position: absolute;
    top: 10%;
    left: 0%;
    transform: translateX(-50%);
}

.fee__item::after {
    content: "";
    width: 5px;
    height: 80%;
    background: #FBF8F4;
    display: inline-block;
    position: absolute;
    top: 10%;
    left: 100%;
    transform: translateX(-50%);
}       

.fee__point-boy-pc{
    margin-bottom: -40px;
}

.fee__point-boy-sp{
    display: none !important;
}

.fee__point-line{
    margin-bottom: 60px;
}

.fee__info-list li:nth-child(5){
    margin-top: 1rem;
}

.info__point-line{
    width: 25%;
    margin-bottom: -50px;
}

.lesson__fee-course-text{
    font-size: 1.1rem;
    font-weight: 700;
}
/*料金の見た目*/
.fee__list dt{
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.lesson__month{
    display: inline-block;
    border-radius: 10px;
    font-weight: 700;
    padding: 5px;
    margin-top: 20px;
}

.lesson__yellow {
    background-color: #FFF1A9;
    color: #333;
}

.lesson__blue{
    background-color: #5A70A2;
    color: #FBF8F4;
}

.lesson__sky{
    background-color: #80BDE9;
    color: #333;
}

.lesson__pink{
    background-color: #E88280;
    color: #333;
}



.lessson__fee{
    font-size: 1.5rem;
    font-weight: 700;
}


.lesson__line{
    border-bottom:4px solid  #5A70A2;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.lesson__line2{
    border-bottom:4px solid  #FFD74A;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.lesson__top{
    margin-top: 20px;
}

.fee__img{
    margin-bottom: 30px;
    width: 200px;
}

.fee__img-center{
    margin-bottom: 60px;
}



/*料金の見た目ここまで*/

@media (max-width:1024px){

    .fee__container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
}

    .fee__img{
    margin-bottom: 0;
}
}

@media (max-width:430px){
    .fee {
    border-radius: 25px 25px 0 0;
    position: relative;
    z-index: 80;
    }
    
    .fee__container{
        display: block;
        padding: 0 50px;
        margin-bottom: 10px;
    }

    .fee__item{
        margin: 2rem 0;
    }

    .fee__point-boy-pc{
        display: none !important;
    }

    .fee__point-boy-sp{
        display: block !important;
    }

    .fee__point-line{
        width: 60%;
        margin: auto;
    }

    .fee__img{
        margin-bottom: 0;
    }

}

/* アクセス */

.access {
    background-color: #FBF8F4;
    text-align: center;
    padding: 50px 50px 50px 50px;
}

.access__list {
    padding-bottom: 2rem;
}

.access__list li:nth-child(2){
    margin-bottom: 1rem;
}

.access__parking{
    border-bottom: 4px solid #E98381;
    display: inline-block;
}

.access__map {
    position: relative;
    width: 70%;
    border-radius: 25px;
    margin: auto;
    box-shadow: 12px 12px 2px 1px #333;
    margin-bottom: 60px;
}

.access__map iframe {
    aspect-ratio: 2/1;
    top:5px;
    left:0;
    width:100%;
    height: 100%;
    margin: auto;
    border-radius: 25px;
}

.scroll-img {
    background-color: #FBF8F4;
}

.slide-show {
    background-color: #FBF8F4;
    padding-bottom: 50px;
}

.image-box-boy {
    text-align: left;
    margin-bottom: -80px;
}

.access__point-boy{
    margin-bottom: -80px;
    position: relative;
    left: -30%;
}

.access__point-boy img{
    width: 200px;
    height: auto;
}

.access__point-yama{
    position: absolute;
    right: 10%;
    z-index: 880;
    margin-top: -60px;
}

.access__point-yama img{
    width: 200px;
    height: auto;
}

@media (max-width:1024px){

    .access__map {
        width: 90%;

    }

    .access__map iframe {
        aspect-ratio: 2/1;

    }
    .access__point-yama{
        right: 10%;
    }

}


@media (max-width:430px) {

    .access__map {
        width: 100%;

    }

    .access__map iframe {
        aspect-ratio: 1/1;

    }

    .access__point-boy{
        margin-bottom: -50px;

    }

    .access__point-boy img{
        width: 140px;
        height: auto;
    }
    
    .access__point-yama{
        position: absolute;
        right: 30%;
        z-index: 880;
        margin-top: -40px;
    }
    
    .access__point-yama img{
        width: 140px;
        height: auto;
    }


    }
 


.top__point-yama-pc .line-right{
    margin-bottom: 50px;
}

.top__point-yama-sp{
    display:none !important;
}

.top__point-yama-pc img{
    width: 200px;
    height: 200px;
}

@media (max-width:1024px){

    .top__point-yama-sp{
        display:block !important;
    }

    .top__point-yama-pc{
        display: none !important;
    }

    .top__point-yama-sp .line-bottom{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .top__point-yama-sp img{
        width: 150px;
        height: 150px;
    }
    
}

@media (max-width:430px) {

    .top__point-yama-sp .line-bottom{
        width: 80%;

    }
    }


/* youtube */

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

.youtube-wrap{
    width: 30%;
    aspect-ratio: 16 / 9;
    margin-bottom: 50px;

}

.youtube-wrap iframe{
    width: 100%;
    height: 100%;
    border-radius: 15px;   
}

@media (max-width:1024px){
    .youtube-wrap{
        width: 40%;
    } 
}



@media (max-width:430px) {

    .youtube-box{
        flex-direction: column;
        margin-bottom: 30px;
    } 

    .youtube-wrap{
        margin: 0 auto;
    }
    
    .youtube-wrap{
        width: 80%;
    }

}


/*=========↓↓ここからスライドショー↓↓=========*/
.container {
    width: 100%;
    min-height: 135px;
    overflow: hidden;
}

.swiper
.swiper_prof {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 10px;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    cursor: pointer;
}

.swiper-slide__img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.swiper1,
.swiper2 {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 10px;
}

.swiper1 .swiper-wrapper,
.swiper2 .swiper-wrapper {
    transition-timing-function: linear;
}

.swiper-pagination_prof{
    display: flex;
  justify-content: center;
}
/*===========↑↑ここまで↑↑=================================*/

@media (max-width:430px) {

    .slide-show__kari {
        height: 290px;
    }

    .swiper1,
    .swiper2 {
        min-width: 1000px;
        margin-bottom: 20px;
    }

    .swiper_prof{
        min-width: 940px;
        margin-bottom: 20px;
    }

    .bold__img {
        height: 135px;
        width: 135px;
    }

    .bold__img_prof {
        height: 135px;
        width: 180px;
    }
}