@charset "UTF-8";




/*----------------------------------------

header

----------------------------------------*/

header {
    position: relative;
    z-index: 100;
    background: #F2F2ED;
    /* background: #eff0ed; */
}

header .con {
    padding: 20px 4%;
}

header .head_logo {
    width: 160px;
}

header .head_logo a {
    display: block;
}

header .head_logo img {
    display: block;
    width: 100%;
    height: auto;
}

header .pc_nav {
    display: none;
}


@media (min-width: 768px) {

    header .con {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px 4%;
    }

    header .head_logo {
        width: 160px;
    }

    header .pc_nav {
        display: block !important;
    }

    header .pc_nav ul {
        display: flex;
    }

    header .pc_nav ul li.parent_list {
        flex: auto;
        margin-right: 20px;
    }

    header .pc_nav ul li.parent_list:last-of-type {
        margin-right: 0;
    }

    header .pc_nav ul li.parent_list > a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.9em;
        font-weight: 700;
        color: #4A4A2A;
        transition: all 0.3s;
    }

    header .pc_nav ul li.parent_list > a:hover {
        color: #8dc21f;
    }

    header .pc_nav ul li.parent_list > span {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.9em;
        font-weight: 700;
        color: #4A4A2A;
        cursor: pointer;
    }

    header .pc_nav ul li.parent_list > a::after,
    header .pc_nav ul li.parent_list > span::after {
        display: block;
        margin-top: 3px;
        font-family: "Quicksand", sans-serif;
        font-size: 0.8em;
        line-height: 1;
        letter-spacing: 1px;
        font-weight: 500;
    }

    header .pc_nav ul li.parent_list .nav_home::after {
        content: 'HOME';
    }

    header .pc_nav ul li.parent_list .nav_about::after {
        content: 'ABOUT';
    }

    header .pc_nav ul li.parent_list .nav_lesson::after {
        content: 'LESSON';
    }

    header .pc_nav ul li.parent_list .nav_blog::after {
        content: 'BLOG';
    }
    
    header .pc_nav ul li.parent_list .nav_access::after {
        content: 'ACCESS';
    }
    
    header .pc_nav ul li.parent_list .nav_contact::after {
        content: 'CONTACT';
    }

    header .pc_nav ul li.multiple {
        position: relative;
    }

    header .pc_nav ul li.multiple::after {
        display: block;
        font: var(--fa-font-solid);
        content: '\f0d7';
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        color: #8F9989;
    }

    header .pc_nav ul.child_menu {
        display: block;
        position: absolute;
        z-index: 100;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 160px;
        padding: 40px 0 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
    }
    
    header .pc_nav ul li.multiple:hover > ul.child_menu,
    header .pc_nav li.multiple:focus-within > .child_menu {
        visibility: visible;
        opacity: 1;
    }
    
    header .pc_nav ul li.child_list {
        margin: 0 0 5px;
    }
    
    header .pc_nav ul li.child_list:last-of-type {
        margin: 0;
    }

    header .pc_nav ul li.child_list > a {
        display: block;
        padding: 10px 0;
        text-align: center;
        font-size: 0.9em;
        color: #ffffff;
        background: #8F9989;
        border-radius: 5px;
        transition: all 0.3s;
    }

    header .pc_nav ul li.child_list > a:hover {
        background: #8dc21f;
    }

}


@media (min-width: 1024px) {

    header .head_logo {
        width: 240px;
    }

    header .pc_nav ul li.parent_list {
        margin-right: 40px;
    }

    header .pc_nav ul li.parent_list > a {
        font-size: 1em;
    }
    
    header .pc_nav ul li.parent_list > span {
        font-size: 1em;
    }

    header .pc_nav ul.child_menu {
        padding: 50px 0 0;
    }

    header .pc_nav ul li.child_list > a {
        font-size: 1em;
    }

}




/*----------------------------------------

#toggle_btn

----------------------------------------*/

#toggle_btn {
    position: fixed;
    z-index: 200;
    top: 13px;
    right: 4%;
    border: none;
    background: none;
    cursor: pointer;
}

#toggle_btn .toggle_btn_bg {
    display: block;
    padding: 10px;
    background: #8F9989;
    border-radius: 5px;
}

#toggle_btn .toggle_btn_wrap {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
}

#toggle_btn .btn_bar-1 {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    transition: all 0.3s;
}

#toggle_btn[aria-expanded="true"] .btn_bar-1 {
    top: 10px;
    transform: rotate(25deg);
}

#toggle_btn .btn_bar-2 {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    transition: all 0.3s;
}

#toggle_btn[aria-expanded="true"] .btn_bar-2 {
    top: 10px;
    transform: rotate(-25deg);
}

#toggle_btn .btn_txt {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.9em;
    color: #ffffff;
}


@media (min-width: 768px) {

    button#toggle_btn {
        display: none;
    }
  
}


@media (min-width: 1024px) {
  
}




/*----------------------------------------

#drawer_nav ※スマホ用ナビゲーション

----------------------------------------*/

#drawer_nav {
  position: fixed;
  z-index: 100;
  inset: 0;
  transform: translateX(100%);
  transition: transform 0.3s;
}

#drawer_nav.is-open {
  transform: translateX(0);
}

#drawer_nav .drawer_nav_wrap {
    height: 100%;
    padding: 20px 8%;
    background: #eff0ed;
}

#drawer_nav .site_logo {
    width: 200px;
    margin: 0 0 20px;
}

#drawer_nav .site_logo a {
    display: block;
}

#drawer_nav nav.sp_nav {
    margin: 0 0 20px;
    padding: 20px 40px;
    background: #ffffff;
    border-radius: 20px;
}

#drawer_nav nav.sp_nav ul li.parent_list {
    border-bottom: solid 3px #eff0ed;
}

#drawer_nav nav.sp_nav ul li.parent_list:last-of-type {
    border-bottom: 0;
}

#drawer_nav nav.sp_nav ul li.parent_list > a {
    display: block;
    padding: 20px 0;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
    color: #3B4E32;
    transition: all 0.3s;
}

#drawer_nav nav.sp_nav ul li.parent_list > a:hover {
    color: #8dc21f;
}

#drawer_nav nav.sp_nav ul li.parent_list > span {
    display: block;
    padding: 20px 0 10px;
    font-size: 1.2em;
    font-weight: 700;
    /* color: #8F9989; */
    color: #3B4E32;
}

#drawer_nav nav.sp_nav ul.child_menu {
    padding: 0 0 20px;
}

#drawer_nav nav.sp_nav ul li.child_list > a {
    display: block;
    position: relative;
    padding: 10px 0 10px 18px;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    color: #3B4E32;
    transition: all 0.3s;
}

#drawer_nav nav.sp_nav ul li.child_list > a:hover {
    color: #8dc21f;
}

#drawer_nav nav.sp_nav ul li.child_list > a::before {
    display: block;
    content: '・';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#drawer_nav .school_info {
}

#drawer_nav .school_info span.name {
    display: block;
    color: #8F9989;
}

#drawer_nav .school_info span.address {
    display: block;
    padding-top: 5px;
    font-size: 0.9em;
    color: #8F9989;
}

#drawer_nav .school_info span.tel {
    display: block;
    padding-top: 10px;
    color: #8F9989;
}

#drawer_nav .school_info a {
    display: inline-block;
    padding-top: 10px;
    color: #8F9989;
}

#drawer_nav .school_info a i {
    padding-right: 5px;
}


@media (min-width: 768px) {

    #drawer_nav {
        display: none;
    }
  
}


@media (min-width: 1024px) {
  
}