@charset "utf-8";

html {
    font-size: 62.5%;
} 

body {    
    font-family: 
    "Noto Sans JP";
    font-style: normal;
    background-color: #FEFDFA;
    line-height: normal;
}

.container {
    max-width: 1440px;
    margin: auto;
}

.header {
    padding: 16px;
    justify-content:right;
    display: flex;
}


/* ボタン外側 */
.openbtn{
    position: relative;
    background: #FEFDFA;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

/* ボタン内側 */
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #251003;
    z-index: 9999;
}

.openbtn span:nth-of-type(1) {
    top: 15px;
    width: 45%;
}

.openbtn span:nth-of-type(2) {
    top: 23px;
    width: 35%;
}

.openbtn span:nth-of-type(3) {
    top: 31px;
    width: 20%;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
    top:30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width:30%;
}

/* navi */
.nav {
    background: #FEFDFA;
    opacity: 0.9;
    width: 100%;
    height: 100vh;
    position: fixed;
    text-align: center;
    padding-top: 60px;
    top: 0;
    left: -120%;
    z-index: 100;
    transition: all 0.6s;
    }

.nav.panelactive {
    left:0%;
}

.nav__list{
    padding: 16px;
}

.nav__item {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 4.0;
}

.nav__item a{
    display: block;
    line-height:4.0 ;
}

.nav__item:last-of-type {
    display: block;
    margin: 20px auto;
    width: 213px;
    height: 56px;
    border-radius: 34px;
    background-color: #3D5E19;
    color: #FFF;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;  
}

.nav__item:hover{
    opacity: 0.5;
}

/* ナビ　PC */
@media screen and (min-width: 1200px) {
    .openbtn{
        display: none;
    }

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

.nav__list{
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 0;
}

.nav__item {
    font-size: 1.6rem;
}

}

/* mailVisual */


.mainVisual {
    position: relative;
}

.mainVisual__sp {
    width: 100%;
}

.mainVisual__pc {
    display: none;
}

.mainCopy {
    margin-top: 16px;
    font-size: 2.4rem;
    font-weight: 700;
    top:54%;
    left: 25%;
    position: absolute;
}

.mainExplain {
    margin-top: 24px;
    font-size: 1.4rem;
    top: 64%;
    left: 25%;
    position: absolute;
}


 /* Main Visual　PC */
 @media screen and (min-width: 769px) {
   

.mainVisual__sp {
    display: none;
}

.mainVisual__pc {
    display: block;
    max-width: 1440px;
}

.mainCopy {
    margin-top: 16px;
    font-size: 4.8rem;
    font-weight: 700;
    top:54%;
    left: 25%;
    position: absolute;
}

.mainExplain {
    margin-top: 24px;
    font-size: 1.8rem;
    top: 64%;
    left: 25%;
    position: absolute;
}

 }


/* About */

.about__flex {
    margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: fit-content;
}


.ashirai {
    width: 40px;
    height:min-content;
}

.about__topic {
    text-align: center;
    color: #3D5E19;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
    position: relative;
    
}

.about__image img {
    max-width: 360px;
    width: 400px;
}

.about__image {
    text-align: center;
}

.about__text {
    margin: 20px auto;
    font-size: 1.4rem;
    line-height: 150%;
    max-width: 360px;
    padding: 20px;
}


/* About　PC */
@media screen and (min-width: 769px) {
   
.ashirai {
    width: 80px;
}


.about__topic {
    margin: 0 auto;
    text-align: center;
    color: #3D5E19;
    font-family: "Noto Sans JP";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
    position: relative;

}

.about__block {
    display:flex ;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    width: fit-content;
}

.about__image img {
    width: 100%;
    max-width: 600px;
}

.about__text {
    margin: 0px auto;
    font-size: 1.6rem;
    line-height: 150%;
    max-width: 360px;
}

}


/* tetoha */

.tetoha__flex {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.tetoha__topic {
    margin: 0 auto;
    text-align: center;
    color: #3D5E19;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
}

.tetoha__contents {
    margin: 0 auto;
    text-align: center;
    padding: 20px;

}
.tetoha__photo{
    max-width: 360px;
    width: 400px;
    padding: 20px;
}

.tetoha__text{
    margin: 0 auto;
    max-width: 360px;
    width: 400px;
    font-size: 1.4rem;
    padding: 20px;
}

.tetoha__photo2{
    max-width: 360px;
    width: 400px;
    padding: 20px;
}

.tetoha__text2{
    margin: 0 auto;
    max-width: 360px;
    width: 400px;
    font-size: 1.4rem;
    padding: 20px;
}


/* tetoha　PC */
@media screen and (min-width: 769px) {
   
    
.tetoha__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.tetoha__topic {
    text-align: center;
    color: #3D5E19;
    font-family: "Noto Sans JP";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
}

.tetoha__list {
    display: flex;
    margin: 0 auto;
    width: fit-content;
    justify-content: center;
}

.tetoha__contents {

    padding: 40px
}
.tetoha__photo{
    max-width: 500px;
    padding: 20px;
}

.tetoha__text{
    max-width: 500px;
    font-size: 1.6rem;
    padding: 20px;
}

.tetoha__photo2{
    max-width: 500px;
    padding: 20px;
}

.tetoha__text2{
    max-width: 500px;
    font-size: 1.6rem;
    padding: 20px;
}

}


/* lesson */

.lesson__flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lesson__topic{
    text-align: center;
    color: #3D5E19;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
}

.lesson__text{
    margin: 0 auto;
    max-width: 360px;
    width:400px;
    font-size: 1.4rem;
    padding: 20px;
}

.lesson__photo {
    text-align: center;
}

.lesson__photo img{
    max-width: 360px;
    width: 400px;
    padding: 20px;
}

.lesson__text2{
    margin: 0 auto;
    max-width: 360px;
    width:400px;
    font-size: 1.4rem;
    padding: 20px;
}


.bold {
    font-weight: bold;
}

/* lesson　PC */
@media screen and (min-width: 769px) {

.lesson__flex {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.lesson__topic{
    text-align: center;
    color: #3D5E19;
    font-family: "Noto Sans JP";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
}

.lesson__text{
    max-width: 800px;
    width:800px;
    font-size: 1.6rem;
    padding: 20px;
}

.lesson__photo img {
    max-width: 500px;
    width: 500px;
    padding: 20px;
}

.lesson__text2{
    max-width: 800px;
    width:800px;
    font-size: 1.6rem;
    padding: 20px;
}

}

/* teacher */

.teacher__flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.teacher__topic {
    text-align: center;
    color: #3D5E19;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
}

.teacher__profile {
    margin: 0 auto;
    padding: 20px;
}

.teacher__img img {
    width:200px;
}

.teacher__img {
    text-align: center;
}

.teacher__explain {
    margin: 0 auto;
    max-width: 360px;
    width: 400px;
    padding: 20px;
}

.teacher__title {
    font-size: 1.6rem;
    padding-bottom: 16px;
}

.teacher__text {
    font-size: 1.4rem;
}


/* teacher　PC */
@media screen and (min-width: 769px) {


.teacher__flex{
    display: flex;
    justify-content: center;
    padding: 20px;
}

.teacher__topic {
    text-align: center;
    color: #3D5E19;
    font-family: "Noto Sans JP";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
}

.teacher__profile {
    margin: 0 auto;
    padding: 20px;
}

.teacher__img img {
    width: 100%;
    max-width: 400px;
    padding: 40px;
}

.teacher__explain {
    width: 100%;
    max-width: 800px;
    padding: 0px 20px 40px; 
}

.teacher__title {
    font-size: 2rem;
    padding-bottom: 20px;
}

.teacher__text {
    font-size: 1.6rem;
}

}


/* acceess */

.access__flex{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.access__topic {
    text-align: center;
    color: #3D5E19;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
}

.access__map{
    text-align: center;
}

.map {
    max-width: 360px;
    width: 400px;
    padding: 20px 20px 0px;
}

.access__text{
    margin: 0 auto;
    max-width: 360px;
    width: 400px;
    padding: 40px 20px 40px;
    font-size: 1.4rem;
}

/* teacher　PC */
@media screen and (min-width: 769px) {
.access__flex{
    display: flex;
    justify-content: center;
    padding: 20px;
}

.access__topic {
    text-align: center;
    color: #3D5E19;
    font-family: "Noto Sans JP";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
}

.access__map{
    padding: 20px;
    margin: 0 auto;
    justify-content: center;
}

.map {
    width: 1200px;
    max-width: 1200px;
    padding: 40px 20px 40px;
}

.access__text{
    width: 100%;
    max-width: 800px;
    padding: 40px 20px 40px;
    font-size: 1.6rem;

}
}



.footer{
    padding: 16px;
}

.footer__logo{
    display: block;
    margin: 0 auto;
    width:120px;
}

.copy {
    margin-top: 8px;
    text-align: center;
    color: #2F2F2F;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
}


/* contact */

.contact__flex{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.contact__topic {
    text-align: center;
    color: #3D5E19;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
}


/* contact　PC */
@media screen and (min-width: 769px) {
    .contact__flex{
        display: flex;
        justify-content: center;
        padding: 20px;
    }
    
    .contact__topic {
        text-align: center;
        color: #3D5E19;
        font-family: "Noto Sans JP";
        font-size: 3.2rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 20px;
    }
}
