@charset "utf-8";
/*==========================
common
==========================*/
html {
    font-size: 62.5%;
}

body {
    font-family:
        'Noto Sans JP',
        Arial,
        sans-serif;
    font-style: normal;
    color: #2F2F2F;
    background-color: #fff;
    line-height: 1.5;
}

.main {
    margin-top: 85px;
}

#news,
#introduction,
#course,
#coach,
#access,
#contact {
    scroll-margin-top: 80px; 
}

img {
    max-width: 100%;
    height: auto;
}

.section {
    padding: 48px 6.4%;
}

.section__topic-div {
    text-align: center;
}

.section__topic {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1;
   display: inline-block;
    position: relative;
}


.section__topic::after {
    position: absolute;
    content: "";
    background-color: #E73B32;
    width: 100%;
    height: 3px;
    bottom: -15px;
    left: 50%; 
    transform: translateX(-50%);
}


.fab {
    display: none;
    position: fixed;
    bottom: 5%;
    right: 0;
    z-index: 100;
    cursor: pointer;
    width: 90px;
} 

.fab.show {
    display: block;
}

.fab.is-hidden {
    display: none; 
  }


  .introduction__detail {
    display: grid; 
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px auto 0;
    max-width: 769px;
    justify-content: center;
}

.introduction__Img  {
    width: 150px;
    height: 150px;
    margin-inline: auto;
}

  .br-PC {
    display: none;
}

.table {
    width: 100%;
}

@media screen and (max-width:320px) {
    .fab {
        display: none;
        position: fixed;
        bottom: 7%;
        right: 0;
        z-index: 100;
        cursor: pointer;
        width: 80px;
    } 
}

/*==========================
commonPC
==========================*/
@media screen and (min-width:769px) {
    .main {
        margin-top: 147px;
    }

    #news,
    #introduction,
    #course,
    #coach,
    #access,
    #contact {
    scroll-margin-top: 147px;
}
    .section{
        padding: 64px 0;
     }

    .section__topic {
        font-size: 3.2rem;
        text-align: center;
    }

    .fab {
        width: 130px;
        height: 144px;
        bottom: 5%;
        right: 1%;
    } 



    .introduction__detail {
        display: flex; 
        gap: 24px; 
        margin-top: 48px;
        justify-content: center;
    }


    .br-SP {
        display: none;
    }

    .br-PC {
        display: block;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .fab {
        width: 100px;
    } 
} 

/*==========================
header
==========================*/
.header {
    padding: 24px 2.6% 16px;
    position: fixed;
    box-sizing: border-box; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
}

.headerImg {
    width: 200px;
    height: 45px;
} 

 .contact__btn {
    display: none;
 }

 .header__title {
    display: flex;
    justify-content: space-between;
 }

 .header__title-item {
    display: flex;
    align-items: center;
    gap: 20px;
 }

 

 .telephoneSP__Img {
    width: 34px;
    height: 34px;
 }

 .telephone {
    display: none;
 }

.nav__topic {
    font-family: Arial;
    font-weight: bold;
    font-size: 2.4rem;
}

/* .nav初期表示 */
.nav {
    background: rgba(231, 59, 50, 0.9);
    width: 100%;
    height: 100%;
    padding: 24px 6.4%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
    box-sizing: border-box; 
}


.nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__topic {
    color: #FFF;
}

.nav__btn {
    width: 20px;
    height: 20px;
} 

.nav__list  {
    margin-top: 50px;
    position: relative;
}

 .nav__item { 
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
    padding: 30px 0 30px;
    border-bottom: 2px solid #fff;
    position: relative;
    color: #FFF;
} 

.nav__item--couse {
    position: relative;
    display: flex;
}

 .arrow-right::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 4px 10px 0 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(2px);
    position: absolute;
    cursor: pointer;
}

.arrow-right.active::after {
    transform: rotate(-135deg);
} 


.sub__nav{
    display: none;
    gap: 20px;
    margin-top: 40px;
}



.sub__item {
    font-size: 1.4rem;
    font-weight: normal;
    color: #fff;
    line-height: 1;
}

.sub__nav.active  {
    display: flex;
}


.nav.active {
    transform: translateX(0);
}

.header__btn {
    display: block;
    width: 18px;
    height: 11px;
    cursor: pointer;
    margin-right: 10px;  
}

@media screen and (max-width:320px) {
    .sub__nav{
        gap: 12px;
    }

    .sub__item {
        font-size: 1.2rem;
    }  
}


/* .header pc */
@media screen and (min-width:769px) {
    .header {
        margin: 0 auto;
        padding: 20px 0px 0px;
    }

    .header__title{
        align-items: center;
        margin: 0px 48px;
    }

    .headerImg {
        width: 300px;
        height: 70px;
    }

    .header__title-item {
        gap: 40px;
    }

    .contact__btn {
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        padding: 10px 0px;
        background-color: #E73B32;
        color: #FFF;
        width: 190px;
        transition: 0.4s;
        position: relative;
    }

    .contact__btn::after {
        display: block;
        content: '';
        width: 7px;
        height: 12px;
        background-image: url(../images/btn-arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
    }

    .contact__btn:hover {
        opacity: 0.5;
    }

    .span__telephone {
        color: #E73B32;
    }

    .telephoneSP {
        display: none;
    }

    .telephone {
        display: block;
        font-family: Arial;
        font-size: 2.4rem;
        font-weight: bold;
    }

    .nav  {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
    }

    .nav__list {
        display: flex; 
        justify-content: center;
        background-color: #E73B32;
        color: #fff;
        margin-top: 10px;
        position: relative; 
    }

    .nav__item {
        font-size: 1.8rem;
        line-height: 1.5;
        margin-top: 0;
        padding: 10px 40px; 
        white-space: nowrap; 
        border-bottom: none;
    }
    .nav__item:first-of-type {
        padding-left: 0;
    }

    .nav__item:last-of-type {
        padding-right: 0;
    }
    
    .nav__item::after {
        display: none;
    }

    .arrow-right {
        display: none; 
    }


    .nav__item--couse {
        position: relative;
    }


.arrow-right.active::after {
    transform: rotate(-135deg);
} 

    .nav__item--couse:hover{
        background-color: 	#E75C55  ;
    }

    .nav__item--couse:hover .sub__nav {
        display: flex; 
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: 	#E75C55  ;
        flex-direction: column;
        width: 100%;
    } 

    .sub__nav {
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        box-sizing: border-box; 
    }

    .sub__item {
        white-space: nowrap;
        font-size: 1.6rem;
    }


    .nav__header {
        display: none;
    }

    .header__btn {
        display: none;
    }
}/* pc 769px */


/*==========================
main
==========================*/
/* article header */
.mainImg__PC {
    display: none;
}

/* article headerPC */

@media screen and (min-width:769px) {

    .mainImg__PC {
        display: block;
        width: 100%;
        height: 100%;
    }

    .mainImg__SP {
        display: none;
    }
}/* pc 769px */

/* news */
.section--news {
    background-color: #FEF3E2;
}

.news__list {
    background-color: #fff;
    padding: 24px 4.2%;
    margin-top: 34px; 
}
.news__topic {
    margin-top: 24px;
}
.news__topic:first-of-type {
    margin-top: 0;
}
.news__topic time {
    font-size: 1.4rem;
    font-weight: bold;
}
.news__txt {
    font-size: 1.4rem;
    margin-top: 8px;
}


/* news PC*/
@media screen and (min-width:769px) {
    .section--news {
        padding-bottom: 120px;
    }

    .news__conteiner {
        margin-inline: auto;
        max-width: 1020px;
        padding-inline: 20px;
    }

    .news__list {
        margin-top: 48px; 
        padding: 48px 90px;
    }
    .news__topic {
        margin-top: 34px;
    }

    .news__topic:first-of-type {
        margin-top: 0;
    }

    .news__topic time {
        font-size: 1.6rem;
    }
    .news__txt {
        font-size: 1.6rem;
        margin-top: 10px;
    }
}/* pc 769px */



/* introduction*/
 .section--introduction { 
     padding: 48px 10.8%; 
}  

.introduction__container{
    margin-top: 48px;
}

.introduction__Catchphrase {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #E73B32;
    
}
.introduction__txt {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 24px;
}


.introduction__extra {
    margin-top: 34px;
}

.introduction__txt-extra {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

/* introduction PC*/
@media screen and (min-width:769px) {
    .section--introduction{
        padding: 64px 0 112px;
     }

    .introduction__container {
        margin-top: 48px;
        padding-inline:40px;
        margin-inline: auto;
        max-width: 1160px;
    }

    .introduction__Catchphrase {
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center;
    }

    .introduction__txt {
        font-size: 1.8rem;
        line-height: 1.8;
        margin-top: 34px;
        text-align: center;
    }

    .introduction__extra {
        margin-top: 64px;
    }

    .introduction__txt-extra {
        font-size: 1.6rem;
    }


}/* pc 769px */



/* course*/
.section--course {
    background-color: #FEF3E2;
}

.course__container {
    margin-top: 34px;
    margin-inline: auto;
    max-width: 326px;
}

.course__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.course__item {
    max-width: 326px;
    background-color: #FFF;
    border: 1px solid black; 
    border-radius: 8px; 
}


.course__item-detail {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
}

.course__name {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}

.course__txt {
    font-size: 1.4rem;
    margin-top: 24px;
    flex-grow: 1;
    line-height: 1.6;
}

.btn {
    display: block;
    padding: 18px 0px ;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #E73B32;
    color: #FFF;
    text-align: center;
    align-items: center;
    line-height: 1;
    transition: 0.4s;
    position: relative;
    
}



.btn::after {
    display: block;
    content: '';
    width: 7px;
    height: 12px;
    background-image: url(../images/btn-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 95px;
    transform: translateY(-30%);
} 

.btn:hover {
    opacity: 0.5;
}

@media screen and (max-width:340px) {
    .btn::after {
        display: block;
        content: '';
        width: 7px;
        height: 12px;
        background-image: url(../images/btn-arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        right: 50px;
        transform: translateY(-30%);
}

}
/* coursePC*/
@media screen and (min-width:769px){
    .section--course {
        padding-bottom: 120px;
    }

    .course__container {
        max-width: 1160px;
        margin-top: 48px;
        padding-inline: 30px;
    }

    .course__list{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .course__item {
        flex: 1 1 calc(33.333% - 24px);
        max-width: 373px;
        display: flex; 
        flex-direction: column; 
    }

    .course__item-detail {
        display: flex;
        flex-direction: column;
        flex-grow: 1; 
        padding-top: 34px;
    }

    .course__name {
        font-size: 2.4rem;
    }

    .course__txt {
        flex-grow: 1;
        font-size: 1.6rem;
    }

    .btn  {
        margin-top: 48px;
    }

}/* pc 769px */


/* coach*/
.coach__container {
    margin:34px auto 0;
    max-width: 326px;
}

.coach__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.coach__item {
    max-width: 326px;
    padding: 24px 16px;
    border: 2px solid black; 
    border-radius: 8px; 
}

.coach__wrapper {
    padding-inline:8px;
    margin-top: 24px;
   
}

.coach__Img {
    text-align: center;
}

.coach__name {
    font-size:1.8rem;
    font-weight: bold;
    text-align: center;
}

.coach__detail {
    margin-top: 24px;
}

.coach__detail-div {
    margin-top: 15px;
}

.coach__detail-div:first-of-type {
    margin-top: 0;
}

.coach__title {
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: underline ;
    text-decoration-color: #E73B32;
    text-decoration-thickness: 3px; 
    text-underline-offset: 7px; 
} 

.coach__txt {
    font-size: 1.4rem;
    margin-top: 10px; 
}

.coach__txt--1 {
    min-height: 21px;
} 

.coach__txt--2 {
    min-height: 84px;
}

.coach__txt--3 {
    min-height: 63px;
}

.coach__txt--4 {
    min-height: 63px;
} 


/* coachPC*/
@media screen and (min-width:769px) {
    .coach__container{
        max-width: 1160px;
        margin-top: 48px;
        padding-inline: 30px;
    }

    .coach__list {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .coach__item {
        display: flex; 
        flex-basis: 100%;
        max-width: 373px;
        flex-direction: column;
    }

    .coach__wrapper {
        display: flex;
        flex-direction: column;
        flex-grow: 0; 
        margin-top: 34px;
    }
    .coach__detail {
        display: flex;
        flex-direction: column;
        flex-grow: 0;
        justify-content: space-between;
    }
    
    .coach__detail-div {
        display: flex;
        flex-direction: column;
        flex-grow: 0;
        justify-content: flex-start;
    }
    
    .coach__name {
        font-size: 2.0rem;
    }

    .coach__title {
        font-size: 1.8rem;
    }

    .coach__txt {
        flex-grow: 0;
        font-size: 1.6rem;
    }  

    .coach__txt--1 {
        min-height: 30px;
    } 

    .coach__txt--2 {
        min-height: 96px;
    }

    .coach__txt--3 {
        min-height: 72px;
    }

    .coach__txt--4 {
        min-height: 72px;
    } 
}/* pc 769px */



/* Access */
.section--access {
    background-color: #FEF3E2;
}

.access__contantiner{
    margin: 34px auto 0;
    max-width: 464px;
}


.address__wrppwe {
    padding: 24px 16px;
    border: 1px solid #FFF; 
    border-radius: 8px; 
    background-color: #FFF;
    max-width: 464px;
}

.addressSP {
    font-size: 1.4rem;
    text-align: center;
}

.addressPC {
    display: none;
}

.map{
    text-align: center;
    margin-top: 15px;
    width: 100%;
    height: 200px;
}

.directions {
    margin-top: 15px;
}

.directions__time {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

.directions__topic {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 24px;
}

.directions__txt {
    font-size: 1.4rem;
    margin-top: 8px;
    line-height: 1.3;
}

/* AccessPC */
@media screen and (min-width:769px) {
    .access__contantiner{
        margin-top: 48px;
        max-width: 1160px;
        padding-inline: 30px;
    }
    


    .address__wrppwe{
        display: flex;
        align-items: center; 
        max-width: 1160px; 
        justify-content:center;
        gap: 20px;
    }

    .addressSP {
        display: none;
    }
    
    .map {
        width: 620px;
        height: 400px;
        order: 2;
        margin-top: 0;
    }

    .directions {
        order: 1;
        width: 620px;
        padding-left:100px;
        margin-top: 0;
    }

    .directions__time {
        font-size: 2.0rem;
        text-align: left;
    }

    .addressPC {
        display: block;
       font-size: 1.6rem; 
       margin-top: 24px; 
    }

    .directions__topic {
        font-size: 1.6rem;
        margin-top: 10px;

    }

    .directions__txt {
        font-size: 1.6rem;
    }
}/* pc 769px */



/*contact */
.contact__container {
    margin-top: 34px;
    display: flex;
    flex-direction: column;  
    align-items: center;
}

.contact__txt {
    font-size: 1.4rem;
    text-align: center;
}

.contact__list {
    text-align: center;
    margin-top: 34px;
}

.contact__item{
    margin-top: 34px;
}


.contact__item:first-of-type {
    margin-top: 0;
}

.contact__title {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1;
}


.contact__item__txt {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 8px;
}

.span__contact {
    font-size: 1.4rem;
    font-weight: normal;
}


.QR {
    width: 240px;
    height: 240px;
}

.enter__txt {
    font-size: 1.2rem;
}

.btn--contact {
    width: 240px;
    margin: 24px auto 0;
}

.btn--contact::after {
    right: 50px;
    transform: translateY(-35%);
} 

/*contactPC */
@media screen and (min-width:769px) {
    .contact__container {
        margin-top: 48px;
    }

    .contact__txt {
        text-align: center;
        font-size: 1.6rem;
    }
    
    .contact__item {
        margin-top: 30px;
    }
    

    .contact__item:first-of-type {
        margin-top: 0;
    }

    .contact__title{
        font-size: 2.4rem;
    }

    .contact__item__txt {
        font-size: 2.8rem;
        margin-top: 10px;
    }

    .span__contact {
        font-size: 1.8rem;
        font-weight: normal;
    }
    

    .contact_enter {
        margin-top: 10px;
    }

    .btn--contact {
        width: 270px;
        margin: auto;
        margin-top: 34px;
    } 

     .btn--contact::after {
        right: 60px;
    }  

}/* pc 769px */

/*==========================
footer
==========================*/
.footer {
    padding: 48px 6.4%;
   /* background-color: #E73B32; */
   /* background-color: #E7A9A6;  */
    /* background-color: #FDEE82; */
   background-color: #992822 ;
   color: white;
}


.footer__topic {
    font-size: 2.4rem;
    font-weight: bold;
}

.fotter__address__about {
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footeer__place {
    margin-top: 10px;
}

.fotter__telephone {
    font-size: 1.8rem;
    line-height: 1.2;
}

.span__title {
    font-weight: bold;
}

.menue_list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.menue_title {
    font-size: 1.6rem;
    font-weight: bold;
  }


.classroom_list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 10px;
    margin-left: 30px;
}

.menue_item {
    font-size: 1.4rem;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}

   .menue_item::before {
    content: ''; 
    display: block;
    width: 15px; 
    height: 2px; 
    background-color: white;  
    /* background-color: #2F2F2F; */
    border-radius: 5px;
}


.sns {
    margin-top: 24px; 
    display: flex;
    justify-content: flex-end;

}

.sns__item {
    width: 24px;
    height: 24px;
    margin-right: 20px;
}

.copy {
    margin-top: 24px; 
}

.copy small {
    font-size: 1.2rem;
}

/* footer pc */
@media screen and (min-width:769px) {
   .footer__group {
        display: flex;
        justify-content: space-between;
   }

   .fotter__address {
    display: flex;
    flex-direction: column;
   }

   .fotter__address__about  {
    font-size: 1.4rem;
    gap: 10px;
   }
   

   .fotter__telephone {
    font-family: Arial;
    font-size: 1.8rem;
   }

   .menue_list {
        display: flex;
        flex-direction: row;
        gap: 30px;
        margin-top: 0;
    }

   .menue_title{
        font-size: 1.5rem;
        white-space: nowrap;
   }

   .menue_title:last-child {
    border-right: none; 
    }

   
   .classroom_list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 15px;
    margin-left: 0; 
}

   .menue_item {
    font-size: 1.4rem; 
    display: flex;
    align-items: center;
    gap: 5px;
   }

   .menue_item::before {
    content: ''; 
    display: block;
    width: 15px; 
    height: 2px; 
    background-color: white;  
    /* background-color: #2F2F2F; */
    border-radius: 5px;
}

   .sns {
        /* justify-content: flex-end;
         margin-top: 34px; */
    }

    .sns__item {
        margin: 0 0 0 30px;
    }

}/* pc 769px */

