@charset "UTF-8";




/*========================================

front-page.php

========================================*/

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

#page_front

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

#page_front .page_link a {
    display: inline-block;
    position: relative;
    padding: 20px 120px 20px 30px;
    text-align: left;
    font-size: 1em;
    letter-spacing: 1px;
    color: #ffffff;
    /* background: #C11F8B; */
    background: #8dc21f;
    border-radius: 40px;
    transition: all 0.3s;
}

#page_front .page_link a::after {
    display: block;
    font: var(--fa-font-solid);
    content: '\f138';
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}

#page_front .page_link a:hover {
    background: #8F9989;
}


@media (min-width: 768px) {

}


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




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

#front_slide

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

#front_slide {
    position: relative;
    z-index: 10;
    background: #F2F2ED;
    /* background: #eff0ed; */
}

#front_slide .swiper_item img {
    border-radius: 20px;
}


@media (min-width: 768px) {

}


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




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

#front_about

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

#front_about {
    background: #F2F2ED;
    /* background: #eff0ed; */
}

#front_about .con {
    position: relative;
    padding: 24vw 8%;
}

#front_about .about_txt {
    position: relative;
    z-index: 10;
}

#front_about .about_txt .h2_ttl h2 {
    font-size: 8vw;
    font-weight: 500;
    line-height: 1.5;
    color: #4A4A2A;
}

#front_about .about_txt .h2_ttl h2 span {
    color: #8dc21f;
}

#front_about .about_txt .lead p {
    padding: 20px 0 40px;
}

#front_about .about_txt .lead p br {
    display: none;
}

#front_about .about_txt .page_link {
    /* text-align: right; */
}

#front_about .about_img {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    width: 66%;
}


@media (min-width: 768px) {

    #front_about .con {
        padding: 8vw 8%;
    }

    #front_about .about_txt {
        width: 50%;
        margin-left: 50%;
    }

    #front_about .about_txt .h2_ttl h2 {
        font-size: 5vw;
    }

    #front_about .about_img {
        width: 50%;
        right: auto;
        left: 0%;
    }
    
}


@media (min-width: 1024px) {

    #front_about .about_img {
        width: 46%;
        left: 4%;
    }

}




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

#front_violin
#front_clarinet

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

#front_violin,
#front_clarinet {
    position: relative;
    background: #F2F2ED;
}

#front_violin::before,
#front_clarinet::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 84%;
    height: 100%;
    background: #ffffff;
    border-radius: 0 120px 120px 0;
}


@media (min-width: 768px) {

    #front_violin::before,
    #front_clarinet::before {
        width: 76%;
    }

    #front_violin .con,
    #front_clarinet .con {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    
}


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




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

#front_piano

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

#front_piano {
    position: relative;
    background: #ffffff;
}

#front_piano::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 84%;
    height: 100%;
    background: #F2F2ED;
    border-radius: 120px 0 0 120px;
}


@media (min-width: 768px) {

    #front_piano::before {
        width: 76%;
    }

    #front_piano .con {
        display: flex;
        justify-content: space-between;
    }
    
}


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




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

.front_lesson

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

.front_lesson .con {
    position: relative;
    z-index: 50;
    padding: 24vw 8%;
}

.front_lesson .lesson_txt .h2_ttl {
    padding: 20px 0;
}

.front_lesson .lesson_txt .h2_ttl h2 {
    padding-bottom: 4%;
    font-size: 8vw;
    font-weight: 500;
    line-height: 1;
    color: #4A4A2A;
}

.front_lesson .lesson_txt .h2_ttl span {
    display: block;
    font-size: 5vw;
    color: #8F9989;
}

.front_lesson .lesson_txt .lead {
    padding: 0 0 40px;
}

.front_lesson .lesson_txt .lead p {
    font-size: 1em;
}

.front_lesson .lesson_txt .page_link {
    text-align: right;
}

.front_lesson .lesson_img img {
    border-radius: 20px;
}


@media (min-width: 768px) {

    .front_lesson .con {
        padding: 8vw 8%;
    }

    .front_lesson .lesson_txt {
        flex-basis: 42%;
    }

    .front_lesson .lesson_txt .h2_ttl h2 {
        font-size: 5vw;
    }

    .front_lesson .lesson_txt .h2_ttl span {
        font-size: 2.5vw;
    }

    .front_lesson .lesson_txt .page_link {
        text-align: left;
    }

    .front_lesson .lesson_img {
        flex-basis: 50%;
    }
    
}


@media (min-width: 1024px) {

    
    
}




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

#front_blog

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

#front_blog {
    background: #F2F2ED;
}

#front_blog .con {
    padding: 24vw 0;
}

#front_blog .h2_ttl {
    padding: 0 8%;
}

#front_blog .h2_ttl h2 {
    padding-bottom: 4%;
    text-align: center;
    font-size: 8vw;
    font-weight: 500;
    line-height: 1;
    color: #4A4A2A;
}

#front_blog .h2_ttl span {
    display: block;
    text-align: center;
    font-size: 5vw;
    color: #8F9989;
}

#front_blog .post_list {
    padding: 40px 0 80px;
}

#front_blog .post_list article {
    background: #ffffff;
    border-radius: 20px;
}

#front_blog .page_link {
    text-align: center;
}


@media (min-width: 768px) {

    #front_blog .con {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 8vw 0 8vw 8%;
    }

    #front_blog .h2_ttl {
        flex-basis: 30%;
        padding: 0;
    }

    #front_blog .h2_ttl h2 {
        text-align: left;
        font-size: 5vw;
    }

    #front_blog .h2_ttl span {
        text-align: left;
        font-size: 2.5vw;
    }

    #front_blog .post_list {
        flex-basis: 66%;
        min-width: 0;
        padding: 0;
    }

    #front_blog .page_link {
        position: absolute;
        bottom: 80px;
        left: 8%;
    }
    
}


@media (min-width: 1024px) {

    #front_blog .page_link {
        bottom: 8vw;
    }
    
}




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

#page_front / #front_access

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

/* #front_access {
    position: relative;
    background: #ffffff;
}

#front_access::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 84%;
    height: 100%;
    background: #eff0ed;
    border-radius: 0 120px 0 0;
}

#front_access .con {
    position: relative;
    z-index: 50;
    padding: 80px 8%;
}

#front_access .access_txt .h2_ttl {
    padding: 0 0 40px;
}

#front_access .access_txt .h2_ttl h2 {
    font-size: 8vw;
    font-weight: 700;
}

#front_access .access_txt .h2_ttl span {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 4vw;
}

#front_access .access_txt .h2_ttl span::after {
    display: block;
    content: "";
    width: 100px;
    height: 1px;
    background: #3B4E32;
}

#front_access .access_map iframe {
    width: 100%;
    height: 64vw;
    border-radius: 20px;
}


@media (min-width: 768px) {

    #front_access::before {
        width: 76%;
    }

    #front_access .con {
        display: flex;
        justify-content: space-between;
    }

    #front_access .access_txt {
        flex-basis: 42%;
    }

    #front_access .access_txt .h2_ttl h2 {
        font-size: 4vw;
    }

    #front_access .access_txt .h2_ttl span {
        font-size: 2vw;
    }

    #front_access .access_map {
        flex-basis: 50%;
    }

    #front_access .access_map iframe {
        height: 400px;
    }
    
}


@media (min-width: 1024px) {

    #front_access .con {
        padding: 120px 8%;
    }
    
} */









/*========================================

page-about.php

========================================*/

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

#page_about / .founder

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

#page_about .founder .founder_info {
    padding: 40px 0 0;
}

#page_about .founder .founder_info .img_area img {
    border-radius: 20px;
}

#page_about .founder .founder_info .img_area .name {
    padding: 20px 0;
}

#page_about .founder .founder_info .img_area .name h3 {
    font-size: 1.5em;
    font-weight: 500;
}

#page_about .founder .founder_info .img_area .name span {
    display: block;
    font-size: 1em;
}

#page_about .founder .founder_info .txt_area .message p {
    margin-bottom: 10px;
    font-size: 0.9em;
}



@media (min-width: 768px) {

    #page_about .founder .founder_info {
        display: flex;
    }

    #page_about .founder .founder_info .img_area {
        width: 46%;
        max-width: 320px;
        margin-right: 4%;
    }

    #page_about .founder .founder_info .img_area .name {
        padding: 20px 0 0;
    }

    #page_about .founder .founder_info .img_area .name h3 {
        text-align: center;
    }

    #page_about .founder .founder_info .img_area .name span {
        text-align: center;
    }

    #page_about .founder .founder_info .txt_area {
        flex: 1;
    }

}


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




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

#page_about / .room

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

#page_about .room .room_info {
    padding: 40px 0 0;
}

#page_about .room .room_info .img_area img {
    border-radius: 20px;
}

#page_about .room .room_info .txt_area {
    padding: 20px 0 0;
}

#page_about .room .room_info .txt_area p {
    margin-bottom: 10px;
    font-size: 0.9em;
}


@media (min-width: 768px) {

    #page_about .room .room_info {
        display: flex;
    }

    #page_about .room .room_info .img_area {
        width: 50%;
        max-width: 400px;
        margin-right: 4%;
    }

    #page_about .room .room_info .txt_area {
        flex: 1;
        padding: 0;
    }

}


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









/*========================================

page-violin.php
page-piano.php
page-clarinet.php

========================================*/

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

section.teacher

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

.service_child .teacher .teacher_list {
    padding: 40px 0 0;
}

.service_child .teacher .teacher_list ul li {
    margin-bottom: 40px;
    border-bottom: solid 3px #eff0ed;
    padding-bottom: 40px;
}

.service_child .teacher .teacher_list ul li:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.service_child .teacher .teacher_list ul li:last-of-type {
    border-bottom: none;
}

.service_child .teacher .teacher_list ul li .prof_img img {
    border-radius: 20px;
}

.service_child .teacher .teacher_list ul li .prof_txt .name {
    padding: 20px 0;
}

.service_child .teacher .teacher_list ul li .prof_txt .name h3 {
    font-size: 5.6vw;
    font-weight: 500;
    color: #4A4A2A;
}

.service_child .teacher .teacher_list ul li .prof_txt .name span {
    display: block;
    font-size: 1em;
    color: #4A4A2A;
}

.service_child .teacher .teacher_list ul li .prof_txt .career p {
    font-size: 0.9em;
}


@media (min-width: 768px) {

    .service_child .teacher .teacher_list ul li {
        display: flex;
    }

    .service_child .teacher .teacher_list ul li .prof_img {
        width: 46%;
        max-width: 320px;
        margin-right: 4%;
    }

    .service_child .teacher .teacher_list ul li .prof_txt {
        flex: 1;
    }

    .service_child .teacher .teacher_list ul li .prof_txt .name {
        padding: 0 0 20px;
    }

    .service_child .teacher .teacher_list ul li .prof_txt .name h3 {
        font-size: 3.2vw;
    }

}


@media (min-width: 1024px) {

    .service_child .teacher .teacher_list ul li .prof_img {
        width: 240px;
    }

    .service_child .teacher .teacher_list ul li .prof_txt .name h3 {
        font-size: 2.4vw;
    }
    
}




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

section.details

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

.service_child .details table {
    width: 100%;
    padding: 20px 0 0;
}

.service_child .details table tr {
    display: block;
    border-bottom: solid 3px #eff0ed;
    padding: 20px 0;
}

.service_child .details table tr:last-of-type {
    border-bottom: none;
}

.service_child .details table th {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    text-align: left;
    font-weight: 700;
}

.service_child .details table td {
    display: block;
    width: 100%;
}

.service_child .details table td > p {
    font-size: 0.9em;
}

.service_child .details table td > span {
    display: block;
    position: relative;
    margin-top: 10px;
    padding-left: 16px;
    font-size: 0.9em;
    color: #8F9989;
}

.service_child .details table td > span::before {
    display: block;
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}

.service_child .details table td ul li {
    margin: 0 0 10px;
}

.service_child .details table td ul li:last-of-type {
    margin: 0;
}

.service_child .details table td ul li p {
    position: relative;
    padding-left: 16px;
    font-size: 0.9em;
}

.service_child .details table td ul li p::before {
    display: block;
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
}


@media (min-width: 768px) {

    .service_child .details table tr {
        display: flex;
        align-items: center;
    }

    .service_child .details table th {
        width: 200px;
        margin: 0;
        text-align: center;
    }

    .service_child .details table td {
        flex: 1;
    }
    
}


@media (min-width: 1024px) {

    .service_child .details table th {
        width: 240px;
    }
    
}




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

section.recital

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

.service_child .recital .recital_info {
    padding: 40px 0 0;
}

.service_child .recital .recital_info .img_area img {
    border-radius: 20px;
}

.service_child .recital .recital_info .txt_area {
    padding: 20px 0 0;
}

.service_child .recital .recital_info .txt_area p {
    margin-bottom: 10px;
    font-size: 0.9em;
}


@media (min-width: 768px) {

    .service_child .recital .recital_info {
        display: flex;
    }

    .service_child .recital .recital_info .img_area {
        width: 50%;
        max-width: 400px;
        margin-right: 4%;
    }

    .service_child .recital .recital_info .txt_area {
        flex: 1;
        padding: 0;
    }
    
}


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




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

section.competition

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

.service_child .competition .competition_info {
    padding: 40px 0 0;
}

.service_child .competition .competition_info .img_area img {
    border-radius: 20px;
}

.service_child .competition .competition_info .txt_area {
    padding: 20px 0 0;
}

.service_child .competition .competition_info .txt_area p {
    margin-bottom: 10px;
    font-size: 0.9em;
}


@media (min-width: 768px) {

    .service_child .competition .competition_info {
        display: flex;
    }

    .service_child .competition .competition_info .img_area {
        width: 50%;
        max-width: 400px;
        margin-right: 4%;
    }

    .service_child .competition .competition_info .txt_area {
        flex: 1;
        padding: 0;
    }
    
}


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




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

.form_link

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

.service_child .form_link {
    padding: 40px 0 0;
}

.service_child .form_link a {
    display: block;
    padding: 30px 0;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    background: #8dc21f;
    border-radius: 50px;
    transition: all 0.3s;
}

.service_child .form_link a:hover {
    background: #3B4E32;
}

.service_child .form_link a i {
    padding-right: 5px;
}


@media (min-width: 768px) {

    .service_child .form_link a {
        width: 400px;
        margin: 0 auto;
    }
    
}


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




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

.internal_link

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

.service_child .internal_link {
    padding: 80px 0 0;
}

.service_child .internal_link ul li {
    margin: 0 0 20px;
}

.service_child .internal_link ul li:last-of-type {
    margin: 0;
}

.service_child .internal_link ul li a {
    display: block;
    padding: 25px;
    color: #ffffff;
    background: #8F9989;
    border-radius: 10px;
    transition: all 0.3s;
}

.service_child .internal_link ul li a:hover {
    background: #3B4E32;
}


@media (min-width: 768px) {

    .service_child .internal_link ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .service_child .internal_link ul li {
        flex-basis: 49%;
        margin: 0 0 2%;
    }

}


@media (min-width: 1024px) {

    .service_child .internal_link ul::after {
        display: block;
        content: '';
        width: 32%;
    }

    .service_child .internal_link ul li {
        flex-basis: 32%;
    }

}









/*========================================

page-works.php
page-artists.php
page-menu.php

========================================*/

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

section.works_list

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

.service_child .works_list table {
    width: 100%;
    padding: 20px 0 0;
}

.service_child .works_list table tr {
    display: block;
    border-bottom: solid 3px #eff0ed;
    padding: 20px 0;
}

.service_child .works_list table tr:last-of-type {
    border-bottom: none;
}

.service_child .works_list table th {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    text-align: left;
    font-weight: 700;
}

.service_child .works_list table td {
    display: block;
    width: 100%;
}

.service_child .works_list table td > p {
    font-size: 0.9em;
}

.service_child .works_list table td > span {
    display: block;
    position: relative;
    margin-top: 10px;
    padding-left: 16px;
    font-size: 0.9em;
    color: #8F9989;
}

.service_child .works_list table td > span::before {
    display: block;
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}

.service_child .works_list table td ul li {
    margin: 0 0 10px;
}

.service_child .works_list table td ul li:last-of-type {
    margin: 0;
}

.service_child .works_list table td ul li p {
    position: relative;
    padding-left: 16px;
    font-size: 0.9em;
}

.service_child .works_list table td ul li p::before {
    display: block;
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
}


@media (min-width: 768px) {

    .service_child .works_list table tr {
        display: flex;
        align-items: center;
    }

    .service_child .works_list table th {
        width: 200px;
        margin: 0;
        text-align: center;
    }

    .service_child .works_list table td {
        flex: 1;
    }
    
}


@media (min-width: 1024px) {

    .service_child .works_list table th {
        width: 240px;
    }
    
}




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

section.menu_list

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

.service_child .menu_list ul {
    padding: 40px 0 0;
}

.service_child .menu_list ul li {
    margin-bottom: 40px;
    border-bottom: solid 3px #eff0ed;
    padding-bottom: 40px;
}

.service_child .menu_list ul li:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.service_child .menu_list ul li .menu_img img {
    border-radius: 20px;
}

.service_child .menu_list ul li .menu_txt {
    
}

.service_child .menu_list ul li .menu_txt h3 {
    padding: 20px 0;
    font-size: 5.6vw;
    font-weight: 500;
}

.service_child .menu_list ul li .menu_txt p {
    font-size: 0.9em;
}


@media (min-width: 768px) {

    .service_child .menu_list ul li {
        display: flex;
    }

    .service_child .menu_list ul li .menu_img {
        width: 50%;
        max-width: 400px;
    }

    .service_child .menu_list ul li .menu_txt {
        flex: 1;
        padding-left: 4%;
    }

    .service_child .menu_list ul li .menu_txt h3 {
        padding: 0 0 20px;
        font-size: 3.2vw;
    }
    
}


@media (min-width: 1024px) {

    .service_child .menu_list ul li .menu_txt h3 {
        font-size: 2.4vw;
    }
    
}




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

section.process

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

.service_child .process ol {
    list-style: none;
    padding: 40px 0 0;
}

.service_child .process ol li {
    margin: 0 0 40px;
}

.service_child .process ol li:last-of-type {
    margin: 0;
}

.service_child .process ol li h3 {
    margin: 0 0 10px;
    font-size: 1em;
    font-weight: 500;
    line-height: 20px;
}

.service_child .process ol li h3 span {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 15px;
    font-size: 0.8em;
    color: #ffffff;
    background: #8F9989;
    border-radius: 20px;
}

.service_child .process ol li p {
    font-size: 0.9em;
}


@media (min-width: 768px) {

    .service_child .process ol li h3 {
        font-size: 1.2em;
    }
    
}


@media (min-width: 1024px) {

    .service_child .process ol li h3 {
    }
    
}









/*========================================

home.php
category.php

========================================*/

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

#archive_blog / .post_list

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

#archive_blog .post_list ul li {
    margin: 0 0 40px;
}

#archive_blog .post_list article {
    background: #ffffff;
    border-radius: 20px;
}

.post_list article a {
    display: block;
}

.post_list article .thumb_area img {
    border-radius: 20px 20px 0 0;
}

.post_list article .txt_area {
    padding: 20px;
}

.post_list article .txt_area .post_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post_list article .txt_area .post_meta time {
    display: block;
    font-size: 0.9em;
    line-height: 1;
    color: #8F9989;
}

.post_list article .txt_area .post_meta span.cat {
    display: block;
    padding: 3px 6px;
    font-size: 0.8em;
    color: #ffffff;
    background: #8F9989;
    border-radius: 5px;
}

.post_list article .txt_area .post_ttl {
    padding: 10px 0;
}

.post_list article .txt_area .post_ttl h3 {
    min-height: 3.2em;
    font-size: 1em;
    font-weight: 500;
    color: #3B4E32;
}

.post_list article .txt_area .post_excerpt {
    display: none;
}

.post_list article .txt_area .post_excerpt p {
    font-size: 0.9em;
    color: #8F9989;
}


@media (min-width: 768px) {

    #archive_blog .post_list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #archive_blog .post_list ul li {
        flex-basis: 48%;
        margin: 0 0 4%;
    }

}


@media (min-width: 1024px) {

    #archive_blog .post_list ul::after {
        display: block;
        content: '';
        width: 32%;
    }

    #archive_blog .post_list ul li {
        flex-basis: 32%;
        margin: 0 0 2%;
    }
    
}




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

#archive_blog / .post_pager

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

#archive_blog .post_pager {
    padding: 40px 0 0;
    display: flex;
    justify-content: center;
}

nav.navigation .nav-links a.page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    text-align: center;
    font-weight: 700;
    color: #464237;
    background: #ffffff;
    border-radius: 50%;
}

nav.navigation .nav-links span.page-numbers.current {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    text-align: center;
    font-weight: 700;
    color: #464237;
    background: #d5db00;
    border-radius: 50%;
}

nav.navigation .nav-links a.prev.page-numbers,
nav.navigation .nav-links a.next.page-numbers {
    display: none;
}


@media (min-width: 768px) {

    nav.navigation .nav-links a.page-numbers {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    nav.navigation .nav-links span.page-numbers.current {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

}


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









/*========================================

single.php

========================================*/

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

#single_blog

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

#single_blog .single .main_column {
    margin: 0 0 80px;
}


@media (min-width: 768px) {
    
    #single_blog .single .con {
        display: flex;
        justify-content: space-between;
    }

    #single_blog .single .main_column {
        flex-basis: 68%;
        margin: 0;
    }

    #single_blog .single .side_column {
        flex-basis: 24%;
    }

}


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




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

#single_blog / .main_column / .post_content

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

#single_blog .post_content {
    padding: 40px;
    background: #ffffff;
    border-radius: 20px;
}

#single_blog .post_content figure.wp-block-image {
    margin: 0 0 20px;
}

#single_blog .post_content p.wp-block-paragraph {
    margin: 0 0 20px;
}


@media (min-width: 768px) {

}


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




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

#single_blog / .main_column / .np_link

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


@media (min-width: 768px) {

}


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




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

#single_blog / .side_column / .category

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

#single_blog .category .h3_ttl {
    margin: 0 0 20px;
}

#single_blog .category .h3_ttl h3 {
    font-size: 1.5em;
    font-weight: 500;
}

#single_blog .category .cat_list ul li {
    border-top: solid 1px #8F9989;
}

#single_blog .category .cat_list ul li a {
    display: block;
    padding: 15px 0;
    color: #3B4E32;
    transition: all 0.3s;
}

#single_blog .category .cat_list ul li a:hover {
    color: #8dc21f;
}


@media (min-width: 768px) {

    #single_blog .category .h3_ttl h3 {
        font-size: 1.2em;
    }

}


@media (min-width: 1024px) {

    #single_blog .category .h3_ttl h3 {
        font-size: 1.5em;
    }
    
}









/*========================================

page-access.php

========================================*/

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

#page_access / .location

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

#page_access .location .location_info {
    padding: 40px 0 0;
}

#page_access .location .location_info .txt_area {
    padding: 0 0 40px;
}

#page_access .location .location_info .txt_area h3 {
    font-size: 1.2em;
    font-weight: 500;
}

#page_access .location .location_info .txt_area span.address {
    display: block;
    font-size: 0.9em;
    font-weight: 500;
}

#page_access .location .location_info .txt_area span.tel {
    display: block;
    font-size: 0.9em;
    font-weight: 500;
}

#page_access .location .location_info .txt_area .route {
    padding: 20px 0 40px;
}

#page_access .location .location_info .txt_area .route p {
    margin-bottom: 20px;
    font-size: 0.9em;
    line-height: 1.6;
}

#page_access .location .location_info .txt_area .route p:last-of-type {
    margin: 0;
}

#page_access .location .location_info .txt_area .map_link {
    /* text-align: right; */
}

#page_access .location .location_info .txt_area .map_link a {
    display: inline-block;
    padding: 15px 30px;
    font-size: 0.9em;
    color: #ffffff;
    background: #8dc21f;
    border-radius: 30px;
    transition: all 0.3s;
}

#page_access .location .location_info .txt_area .map_link a:hover {
    background: #8F9989;
}

#page_access .location .location_info .map_area iframe {
    width: 100%;
    height: 48vw;
    border-radius: 20px;
}


@media (min-width: 768px) {

    #page_access .location .location_info {
        display: flex;
        justify-content: space-between;
    }

    #page_access .location .location_info .txt_area {
        flex-basis: 48%;
        padding: 0;
    }

    #page_access .location .location_info .map_area {
        flex-basis: 48%;
    }

    #page_access .location .location_info .map_area iframe {
        height: 100%;
    }

}


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




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

#page_access / .parking

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


@media (min-width: 768px) {

}


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









/*========================================

page-contact.php

========================================*/

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

#page_contact

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

#page_contact form {
    padding: 8%;
    background: #ffffff;
    border-radius: 20px;
}

#page_contact .welcome {
    padding: 0 0 40px;
}

#page_contact .opening {
    
}

#page_contact .form_box {
    border-top: solid 1px #dcdcdc;
    padding: 40px 0;
}


@media (min-width: 768px) {

}


@media (min-width: 1024px) {

    #page_contact .form_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #page_contact .label_area {
        flex-basis: 28%;
    }

    #page_contact .input_area {
        flex-basis: 68%;
    }
    
}




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

#page_contact / .label_area

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

#page_contact .label_area {
    padding: 0 0 20px;
}

#page_contact .label_area label {
    display: block;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
}

#page_contact .label_area label span {
    margin-left: 5px;
    padding: 3px 10px;
    font-size: 0.8em;
    color: #ffffff;
    background: #ea7261;
    border-radius: 3px;
}

#page_contact .label_area p {
    position: relative;
    margin-top: 10px;
    padding-left: 16px;
    font-size: 0.9em;
    color: #8F9989;
}

#page_contact .label_area p::before {
    display: block;
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}


@media (min-width: 768px) {

}


@media (min-width: 1024px) {

    #page_contact .label_area {
        padding: 0;
    }

}




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

.input_area / text,textarea

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

#page_contact .input_area input.input_left_50,
#page_contact .input_area input.input_right_50,
#page_contact .input_area input.input_100,
#page_contact .input_area textarea {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 20px;
    outline: none;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1em;
    background: #FCEAE8;
    border-radius: 5px;
}

#page_contact .input_area .name_kanji {
    margin: 0 0 2%;
}

#page_contact .input_area .wpcf7-form-control-wrap[data-name="kanji_sei"],
#page_contact .input_area .wpcf7-form-control-wrap[data-name="kana_sei"],
#page_contact .input_area .wpcf7-form-control-wrap[data-name="kanji_sei_guardian"],
#page_contact .input_area .wpcf7-form-control-wrap[data-name="kana_sei_guardian"] {
    float: left;
    width: 49%;
    margin-right: 2%;
}

#page_contact .input_area .wpcf7-form-control-wrap[data-name="kanji_mei"],
#page_contact .input_area .wpcf7-form-control-wrap[data-name="kana_mei"],
#page_contact .input_area .wpcf7-form-control-wrap[data-name="kanji_mei_guardian"],
#page_contact .input_area .wpcf7-form-control-wrap[data-name="kana_mei_guardian"] {
    float: left;
    width: 49%;
}




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

.input_area / .wpcf7-radio

※デフォルトのラジオボタンを任意のデザインに変更

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

/* お問い合わせ内容CSS */
#page_contact .input_area [data-name="radio_lesson"] span.wpcf7-list-item {
    display: block;
    margin: 0 0 2%;
}


/* 以下共通CSS */
#page_contact .input_area .wpcf7-radio input[type="radio"] {
    display: none;
}

#page_contact .input_area .wpcf7-radio span.wpcf7-list-item-label {
    display: block;
    position: relative;
    z-index: 1;
    padding: 20px 0px 20px 40px;
    font-size: 0.9em;
    line-height: 1.5;
    background: #FCEAE8;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

#page_contact .input_area .wpcf7-radio span.wpcf7-list-item-label::before {
    display: block;
    content: '';
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #8F9989;
    border-radius: 50%;
    opacity: 0;
}

#page_contact .input_area .wpcf7-radio span.wpcf7-list-item-label::after {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: solid 1px #8F9989;
    border-radius: 50%;
    background: #ffffff;
}

/* #page_contact .input_area .wpcf7-radio input:checked+span.wpcf7-list-item-label {
    background: #FBE1E2;
} */

#page_contact .input_area .wpcf7-radio input:checked+span.wpcf7-list-item-label::before {
    opacity: 1;
}


@media (min-width: 768px) {

    #page_contact .input_area [data-name="radio_lesson"] .flex_box {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 12px;
    }
    
    /* #page_contact .input_area [data-name="radio_item"] .flex_box::after {
        display: block;
        content: '';
        width: 32%;
    } */
    
    #page_contact .input_area [data-name="radio_lesson"] span.wpcf7-list-item {
        flex-basis: 49%;
        margin: 0;
    }

}


@media (min-width: 1024px) {


}




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

.consent_area

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

#page_contact .consent_area {
    border-top: solid 1px #dcdcdc;
    padding: 40px 0;
}

#page_contact .consent_area .wpcf7-acceptance .wpcf7-list-item {
    display: block;
    text-align: center;
    margin: 0;
}

#page_contact .consent_area .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 1em;
    font-weight: 700;
}

#page_contact .consent_area .wpcf7-acceptance .wpcf7-list-item-label a {
    display: inline-block;
    color: #8F9989;
    transition: all 0.3s;
}

#page_contact .consent_area .wpcf7-acceptance .wpcf7-list-item-label a:hover {
    color: #4A4A2A;
}




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

.submit_area

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

#page_contact .submit_area {
}

#page_contact .submit_area input.submit_btn {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border: none;
    outline: none;
    padding: 25px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    background: #8dc21f;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
}

#page_contact .submit_area input.submit_btn:hover {
    opacity: 0.8;
}




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

.wpcf7-not-valid-tip(エラーメッセージ)

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

#page_contact .wpcf7-not-valid-tip {
    font-size: 0.9em;
    font-weight: 700;
}

#page_contact .consent_area .wpcf7-not-valid-tip {
    text-align: center;
}









/*========================================

page-privacy-policy.php

========================================*/

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

#page_privacy

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

#page_privacy section.privacy .opening {
    padding: 0 0 40px;
}

#page_privacy section.privacy .opening p {
    
}

#page_privacy section.privacy ol {
    list-style: none;
    counter-reset: privacy-list;
}

#page_privacy section.privacy ol li {
    position: relative;
    counter-increment: privacy-list;
    border-top: solid 3px #eff0ed;
    padding: 40px 0 40px 20px;
}

#page_privacy section.privacy ol li::before {
    position: absolute;
    content: counter(privacy-list) ".";
    top: 40px;
    left: 0;
    font-size: 1.1em;
    font-weight: 500;
}

#page_privacy section.privacy ol li h2 {
    margin: 0 0 10px;
    font-size: 1.1em;
    font-weight: 500;
}

#page_privacy section.privacy ol li p {
    font-size: 0.9em;
}


@media (min-width: 768px) {

}


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









/*========================================

404.php

========================================*/

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

#page_404

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

#page_404 section.not_found .sorry {
    margin: 0 0 40px;
}

#page_404 section.not_found .sorry p {
    margin: 0 0 10px;
    font-size: 0.9em;
}

#page_404 section.not_found .sorry p br {
    display: none;
}

#page_404 section.not_found .page_link a {
    display: inline-block;
    position: relative;
    padding: 20px 120px 20px 30px;
    text-align: left;
    font-size: 1em;
    letter-spacing: 1px;
    color: #ffffff;
    background: #8dc21f;
    border-radius: 40px;
    transition: all 0.3s;
}

#page_404 section.not_found .page_link a::after {
    display: block;
    font: var(--fa-font-solid);
    content: '\f138';
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}

#page_404 section.not_found .page_link a:hover {
    opacity: 0.7;
}


@media (min-width: 768px) {

}


@media (min-width: 1024px) {

    #page_404 section.not_found .sorry p {
        font-size: 1em;
    }

    #page_404 section.not_found .sorry p br {
        display: block;
    }
    
}