@charset "UTF-8";

/*
Theme Name: After School Program
Description: After School Program サイトテーマ
Version:1.0
Author: Kaihei Okamoto
*/

/* 共通部分 */

html {
    font-size: 100%;
}
body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif ;
    line-height: 1.5;
    color: #000;
}
a {
    text-decoration: none;
}
image {
    max-width: 100%;
}

@media screen and (min-width: 960px) {
        /* ヘッダー */

        .logo {
            width: 250px; margin-top: 5%;
        }
        
        .main-nav {
            display: flex; font-size: 1.3rem; text-transform: uppercase; margin-top: 23px; list-style: none;
        }
        
        .main-nav li {
            margin-left: 20px;
        }

        .main-nav a {
            color: #000; font-weight: bold; 
        }
        .main-nav a:hover {
            color: #61C8AB;
        }
        
        .page-header {
            display: flex; justify-content: space-between;
        }
        
        .wrapper {
            max-width: 100vw; margin: 0 auto; padding: 0 2%; 
        }

        .drawer{
            display: none;
        }
        
        /* フッター */
        
        footer {
            background: #61C8AB; padding: 30px 0 50px 30px;
        }
        
        .footer-logo {
            width: 100px; margin-bottom: 12px;
        }
        
        .container-one {
            display: flex; flex-direction: row; margin-bottom: 20px;
        }
        
        .container-two {
            display: flex; flex-direction: row; margin-bottom: 20px;
        }
        
        .container-three {
            display: flex; flex-direction: row; margin-bottom: 20px;
        }
        
        .footer-Item p {
            color: #fff; font-size: 15px; padding-right: 70px;
        }

        .footer-Item-kyoryoku {
            color: #fff; font-size: 15px; padding-right: 188px;
        }

        .footer-Item-unei {
            color: #fff; font-size: 15px; padding-right: 176px;
        }

        .footer-Item-sitemap {
            color: #fff; font-size: 15px; padding-right: 176px;
        }

        .footer-Item-area a {
            color: #fff; font-size: 15px; padding-right: 39px; font-weight: bold;
        }

        .footer-Item-rens a {
            color: #fff; font-size: 15px; padding-right: 112px; font-weight: bold;
        }

        .footer-Item a {
            color: #fff; font-size: 15px; padding-right: 23px; font-weight: bold;
        }
        
        .footer-Item a:hover {
            color: #fff; font-size: 15px; padding-right: 23px; font-weight: bold; text-decoration: underline;
        }

        .footer-sumaho{
            display: none;
        }
        
        
        /*-----index.html-----*/
        
        /* ホーム画像 */
        .home-img {
            max-height: 100vh; max-width: 100vw;; background-size: cover; background-position: center top;
        }
        
        /* ホーム見出し */
        
        .home-title {
            font-family: Arial, Helvetica, sans-serif; margin: 25px 0; text-align: center; font-size: 3rem;
        }
        
        /* ニュース一覧 */
        
        .index-news {
            margin-bottom: 50px; text-align: center;
        }
        
        .index-news li{
            padding-bottom: 3px; list-style: none; 
        }
        
        .index-news a{
            font-weight: bold; color: #000; display: block;
        }
        
        .index-news a:hover {
            text-decoration: underline;
        }
        
        .news-button {
            text-align: center; margin-bottom: 100px;
        }
        
        .news-button a {
            font-size: 1rem; color: #fff; background: #61C8AB; 
            border-radius: 10px;  padding: 18px 40px;
        }
        
        .news-button a:hover {
            background: #FD507D; 
        }
        
        .news-button p{
            margin-top: 15px; margin-right: 50px; font-size: x-small;
        }
        
        /* ABOUT */
        
        .about-contents {
            display: flex; justify-content: space-between; margin: 50px 50px 100px 50px; 
        }
        
        .about-left {
            width: 47%;
        }
        
        .about-img {
            width: 100%;
        }
        
        .about-right {
            width: 47%; margin: 100px 20px 0px 10px;
        }
        
        .about-right h2{
            margin-bottom: 20px; font-size: 2.125rem; 
        }
        
        .about-right p{
            font-size: 1rem; padding-right: 10px;
        }
        
        .drawer-hidden {
            display: none;
        }
        
        /* DETAILS */

        .details-img {
            width: 100%; 
        }
        
        .details-button-kisu {
            text-align: right;
        }
        
        .details-button-kisu a {
            font-size: 1rem; color: #fff; background: #61C8AB; 
            border-radius: 10px;  padding: 18px 25px; 
        }
        
        .details-button-kisu a:hover {
            background: #FD507D;
        }
        
        .details-button-kisu p{
            margin-top: 15px; margin-right: 50px; font-size: x-small;
        }
        
        .details-button-gusu {
            text-align: right;
        }
        
        .details-button-gusu a {
            font-size: 1rem; color: #fff; background: #FD507D; 
            border-radius: 10px;  padding: 18px 25px;
        }
        
        .details-button-gusu a:hover {
            background: #61C8AB;
        }

        #yamaha-caution{
            margin-bottom: 0px; margin-right: -5px;
        }
        
        
        /*奇数項目*/
        
        .details-contents-kisu {
            display: flex; justify-content: space-between; padding: 50px; background: #f6f6f6;
        }
        
        .details-left-kisu {
            width: 47%; padding: 100px 0px 0px 10px; 
        }
        
        .details-left-kisu h2{
            margin-bottom: 20px; font-size: 2.125rem; 
        }
        
        .details-left-kisu p{
            font-size: 1rem; padding-right: 10px; margin-bottom: 45px;
        }
        
        .details-right-kisu {
            width: 47%;
        }
        
        /*偶数項目*/
        
        .details-contents-gusu {
            display: flex; justify-content: space-between; padding: 50px; background: #fff;
        }
        
        .details-right-gusu {
            width: 47%; padding: 100px 0px 0px 10px;
        }
        
        .details-right-gusu h2{
            margin-bottom: 20px; font-size: 2.125rem; 
        }
        
        .details-right-gusu p{
            font-size: 1rem; padding-right: 10px; margin-bottom: 45px;
        }
        
        .details-left-gusu {
            width: 47%;
        }
        
        /* コンタクト */
        
        .contact {
            display: flex; flex-direction: column; align-items: center;
            margin-bottom: 100px;
        }
        
        .contact img {
            max-width: 200px;
        }
        
        .contact a {
            font-size: 1rem; color: #fff; background: #FD507D; 
            border-radius: 10px;  padding: 18px 25px; margin-top: 30px;
        }
        
        .contact a:hover {
            background: #61C8AB; 
        }
        
        /*-----bukatsusidou.html-----*/
        
        .bukatsushidou-one {
            display: flex; justify-content: space-between; padding: 50px; margin: 0 30px;
        }
        
        .bukatsushidou-one-left{
            width: 46%; padding: 100px 0px 0px 10px; 
        }
        
        .bukatsushidou-one-left h1 {
            margin-bottom: 10px;
        }
        
        .bukatsushidou-one-right {
            width: 47%;
        }
        
        .bukatsushidou-two {
            display: flex; justify-content: space-between; padding: 50px; margin: 0 30px;
        }
        
        .bukatsushidou-two-right {
            width: 46%; padding: 100px 0px 0px 10px; margin-right: 30px;
        }
        
        .bukatsushidou-two-right h1 {
            font-size: 1.9rem; margin-bottom: 10px;
        }
        
        .bukatsushidou-two-left {
            width: 47%;
        }
        
        .bukatsusidou-img {
            width: 100%;
        }
        
        .bukatsusidou-title {
            text-align: center; text-decoration: underline; text-underline-offset: 0.5rem;
        }
        
        .bukatsusidou-title  h1{
            margin-top: 100px;
        }
        
        /* 具体的な指導例 */
        .bukatsusidourei {
            display: flex; justify-content: center; margin: 50px 150px;
            background: #f6f6f6; 

        }
        
        .bukatsusidourei-left {
            width: 47%; padding: 85px 0px 0px 50px; margin-right: 50px;
        }
        
        .bukatsusidourei-left h2 {
            margin-bottom: 15px;
        } 
        
        .bukatsushidourei-right {
            width: 50%; background: #f6f6f6; 
        }
        
        .bukatsusidou-img {
            width: 100%;
        }
        
        .shidourei {
            margin-top: 30px; font-size: 0.9rem;
        }
        
        .border {
            height: 3px; width: 60%;
            background: gray; border: none;
            margin: auto;
        }
        
        .caution-bukatsusidou {
            margin-top: 50px; margin-bottom: 30px;
            text-align: center;
        }
        
        /* single.php */

        .single_main_content{ 
            margin: 100px 300px 50px 300px; padding-bottom: 45px;
            border-bottom: 1.5px solid #ccc; 
        }
        
        .single-menu{
            display: flex; justify-content: flex-start; margin-bottom: 30px;
        }
        
        .single-date{
            margin-right: 10px; font-size: 13px;
        }
        
        .single-category {
            font-size: 13px;
        }
        
        .single-category a{
            color: #000;
        }
        
        .single-category a:hover {
            color: #61C8AB;
        }
        
        .single-title {
            margin-bottom: 20px; font-size: 30px;
        }
        
        .nav-links{
            display: flex; flex-direction: column; justify-content: space-between;
            margin: 20px 450px 100px; 
        }
        
        .nav-links a{
            color: #000; font-size: 15px;
        }
        
        .nav-links a:hover{
            color: #61C8AB;
        }

        .back-news{
            display: none;
        }

        .page_main_content{ 
            margin: 100px 300px 50px 300px; padding-bottom: 45px;
        }
        
        /*--category.php--*/
        
        .category-title{
            text-align: center;
            background: #ff8f84;
            margin: 50px 0;
            padding: 20px;
            border-radius: 10px;
        }
        
        .category-title h1{
            color: #fff;
        }
        
        .post-list {
            display: grid; grid-template-columns: repeat(3, 1fr);
            margin-bottom: 3rem; gap: 1rem;
        }
        
        .post-item .wp-post-image {
            border-radius: var(--round-md) var(--round-md) 0 0;
            aspect-ratio: 16 / 9;
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        
        .post-item a{
            color: #000;
        }
        
        .post-header {
            padding: 1rem;
        }
        
        .post-title {
            margin-bottom: .5rem;
            line-height: 1.5;
            word-break: break-word;
        }
        
        .post-title a:hover {
            text-decoration: underline;
        }
        
        .nav-links {
            display: flex;
            justify-content: center;
            gap: 2rem;
        }
        
        .nav-links a{
            padding: .75rem 1rem .85rem;
            background: var(--green);
            border-radius: var(--round-sm);
            color: var(--white);
        }
        
        .category-title p{
            color: #fff;
            margin: 5px;
        }

        .nav-links-category{
            display: none;
        }
        
        /*category-news.php*/
       
        .category-news-content{
            margin: 5% 10%;
        }
        
        .category-news-title{
            margin-left: 15%; margin-bottom: 50px;
        }
        
        .category-news-title h1{
            font-size: 2.5rem;
        }
        
        .category-news-naiyou{
            margin: 0 14%; 
        }
        
        .category-news-naiyou li{
            padding: 5px; margin: 10px; list-style: none;
        }
        
        .category-news-naiyou a{
            color: #000; border-bottom: 1px solid #000;
            display: block; padding-bottom: 20px; font-weight: bold;
        }
        
        .category-news-naiyou a:hover{
            color: #FD507D; 
        }

        .nav-links {
            display: flex; flex-direction: row; justify-content: center;
            margin: 20px 100px 150px; 
        }
        
        .nav-links a{
            color: #000; font-size: 15px;
        }
        
        .nav-links a:hover{
            color: #61C8AB;
        }

        .category-news-naiyou-sumaho {
            display: none;
        }

        .nav-links-category{
            display: none;
        }
}






/* スマートフォン */
@media screen and (max-width: 600px) {

    /* 共通部分 */

    html {
        font-size: 100%;
    }
    body {
        font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif ;
        line-height: 1.5;
        color: #000;
    }
    a {
        text-decoration: none;
    }
    image {
        max-width: 100%;
    }
    
    /* ヘッダー */

    .logo {
        width: 150px; margin-top: 5%;
    }

    .page-header {
        display: flex; justify-content: space-between;
    }
    
    .wrapper {
        max-width: 100vw; margin: 0 auto; padding: 0 2%; 
    }

    .main-nav{
        display: none;
    }

    .drawer-hidden {
        display: none;
    }

    .drawer-open {
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 100;/* 重なり順を一番上に */
        cursor: pointer;
    }

    .drawer-open span,.drawer-open span:before,.drawer-open span:after {
        content: '';
        display: block;
        height: 3px; width: 25px;
        border-radius: 3px; background: #333; transition: 0.5s; position: absolute;
    }

    .drawer-open span:before {
        bottom: 8px;
    }

    .drawer-open span:after {
        top: 8px;
    }

    #drawer-check:checked ~ .drawer-open span {
        background: rgba(255, 255, 255, 0);
    }

    #drawer-check:checked ~ .drawer-open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #drawer-check:checked ~ .drawer-open span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    .drawer-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;/* メニューを画面の外に飛ばす */
        z-index: 99;
        background: #fff;
        transition: .5s;
    }

    #drawer-check:checked ~ .drawer-content {
        left: 0;/* メニューを画面に入れる */
    }

    .drawer-list{
        margin-top: 45px;
    }

    .drawer-item{
        list-style: none;
        text-align: center;
        margin-top: 17px;

    }

    .drawer-item a{
        color: #000; font-weight: bold;
    }

    .drawer-item a:hover {
        color: #61C8AB; 
    }
    
    /* フッター */
        
    footer {
        background: #61C8AB; padding: 20px 0 20px 10px;
    }
        
    .footer-logo {
        width: 80px; margin-bottom: 8px;
    }
        
    .container-one {
        display: none;
    }
        
    .container-two {
        display: none;
    }   
    
    .container-three{
      display: none;
    }

    .container-four{
        margin-left: 5px; margin-top: 15px;
    }
    
    .footer-Item{
        padding-top: 10px;
    }

    .footer-sumaho{
        display: flex; margin-left: 5px;
    }

    .footer-sumaho-one{
        margin-right: 0%;
    }

    .footer-sumaho-two{
        margin-right: 0%;
        margin-top: 110px;
    }

    .footer-sumaho-three{
        margin-top: 142px;
    }

    .footer-Item p {
       color: #fff; font-size: 15px; 
    }
        
    .footer-Item a {
        color: #fff; font-size: 15px; font-weight: bold;
    }
        
    .footer-Item a:hover {
       color: #fff; font-size: 15px; text-decoration: underline;
    }

    .container-two-sumaho{
        margin-top: 10px;
    }



    /*-----index.html-----*/
        
    /* ホーム画像 */
    .home-img {
        max-height: 100%; max-width: 100vw;; background-size: cover; background-position: center top;
        margin-top: 25px;
    }

    /* ホーム見出し */
        
    .home-title {
        font-family: Arial, Helvetica, sans-serif; margin: 25px 0; text-align: center; font-size: 3rem;
    }
            
    /* ニュース一覧 */

    .index-news {
     margin-bottom: 50px; text-align: center;
    }

    .index-news a{
        font-weight: bold; color: #000; display: block;
    }
    
    .index-news a:hover {
        text-decoration: underline;
    }

    .index-news li{
        padding-bottom: 3px; list-style: none; color: #000;
    }

    .index-news a:hover {
        text-decoration: underline;
    }
    
    .news-button {
        text-align: center; margin-bottom: 70px;
    }

    .news-button a {
        font-size: 1rem; color: #fff; background: #61C8AB; 
        border-radius: 10px;  padding: 18px 40px;
    }
    
    .news-button a:hover {
        background: #FD507D; 
    }

    .news-button p{
        margin-top: 15px; margin-right: 50px; font-size: x-small;
    }  
    

    /* about */

    .about-contents {
        flex-direction: column; margin: 10px 0 70px;
    }

    .about-img {
        width: 100%; padding: 10px;
    }
    
    .about-right {
        width: 100%; 
    }
    
    .about-right h2{
        font-size: 1.6rem; margin: 10px 20px; 
    }
    
    .about-right p{
        font-size: 1rem; margin: 10px 20px ; 
    }
    
    .drawer-hidden {
        display: none;
    }
    
    /* DETAILS */


    .details-img {
        width: 100%; 
    }
        
    .details-button-kisu {
        text-align: center; margin-right: 5%;
    }
        
    .details-button-kisu a {
        font-size: 0.8rem; color: #fff; background: #61C8AB; 
        border-radius: 10px;  padding: 15px 23px;
    }
        
    .details-button-kisu a:hover {
        background: #FD507D;
    }
        
    .details-button-kisu p{
        margin-top: 15px; font-size: x-small;
    }
        
    .details-button-gusu {
        text-align: center; margin-right: 5%;
    }
        
    .details-button-gusu a {
        font-size: 0.8rem; color: #fff; background: #FD507D; 
        border-radius: 10px;  padding: 15px 23px; 
    }
        
    .details-button-gusu a:hover {
        background: #61C8AB;
    }        
    
    /*奇数項目*/
        
    .details-contents-kisu {
        display: flex; flex-direction: column-reverse; padding: 20px 10px 20px 10px; background: #f6f6f6; 
    }
    
    .details-left-kisu {
        width: 100%; padding: 10px 0px 20px 10px; 
    }
    
    .details-left-kisu h2{
        margin-bottom: 20px; font-size: 1.45rem; 
    }

    #yamaha-caution{
        margin-bottom: 0px;
    }

    .yamaha-button a {
        font-size: 0.01%;
    }

    .details-left-kisu p{
        font-size: 1rem; margin-bottom: 45px; padding-right: 10px;
    }
    
    .details-right-kisu {
        width: 100%;
    }       
    
    
    /*偶数項目*/
        
    .details-contents-gusu {
        display: flex; flex-direction: column; padding: 20px 10px 20px 10px; background: #fff;
    }
    
    .details-right-gusu {
        width: 100%; padding: 10px 0px 20px 10px;
    }
    
    .details-right-gusu h2{
        margin-bottom: 20px; font-size: 1.45rem; padding-right: 10px;
    }
    
    .details-right-gusu p{
        font-size: 1rem; padding-right: 10px; margin-bottom: 45px;
    }
    
    .details-left-gusu {
        width: 100%;
    }        
    
    /* コンタクト */
        
    .contact {
        display: flex; flex-direction: column; align-items: center;
        margin-bottom: 100px;
    }
    
    .contact img {
        max-width: 200px;
    }
    
    .contact a {
        font-size: 1rem; color: #fff; background: #FD507D; 
        border-radius: 10px;  padding: 18px 25px; margin-top: 30px;
    }
    
    .contact a:hover {
        background: #61C8AB; 
    }        
    
    
    
    /*-----bukatsusidou.html-----*/
        
    .bukatsushidou-one {
        display: flex; flex-direction: column-reverse; margin: 0 20px; margin-top: 20px;
    }
    
    .bukatsushidou-one-left{
        width: 100%; padding: 10px 0px; margin-bottom: 45px;
    }

    .bukatsushidou-one-left h1{
        font-size: 1.5rem;
    }
    
    .bukatsushidou-one-left h1 {
        margin-bottom: 10px; margin-bottom: 10px;
    }
    
    .bukatsushidou-one-right {
        width: 100%; 
    }
    
    .bukatsushidou-two {
        display: flex; flex-direction: column; margin: 0 20px;
    }
    
    .bukatsushidou-two-right {
        width: 100%; padding: 10px 0px; margin-bottom: 10px;
    }
    
    .bukatsushidou-two-right h1 {
        font-size: 1.5rem; margin-bottom: 10px; padding-right: 50px;
    }
    
    .bukatsushidou-two-left {
        width: 100%;
    }
    
    .bukatsusidou-img {
        width: 100%;
    }
    
    .bukatsusidou-title {
        text-align: center; text-decoration: underline; text-underline-offset: 0.5rem;
    }
    
    .bukatsusidou-title  h1{
        margin-top: 100px;
    }
    
    /* 具体的な指導例 */
    .bukatsusidourei {
        display: flex; flex-direction: column-reverse; margin: 5%;
        background: #f6f6f6; 

    }
    
    .bukatsusidourei-left {
        width: 100%; padding: 5px 10px 10px 10px; margin-right: 50px; 
    }
    
    .bukatsusidourei-left h2 {
        margin-bottom: 15px; font-size: 1.15rem;
    } 
    
    .bukatsushidourei-right {
        width: 100%; background: #f6f6f6; 
    }
    
    .bukatsusidou-img {
        width: 100%;
    }
    
    .shidourei {
        margin-top: 30px; font-size: 0.9rem;
    }
    
    .border {
        height: 3px; width: 60%;
        background: gray; border: none;
        margin: auto;
    }
    
    .caution-bukatsusidou {
        margin-top: 50px; margin-bottom: 30px;
        text-align: center; padding: 0 30px 0 20px; font-size: 0.78rem;
    }        
    

    
    /* single.php */

    .single_main_content{ 
        margin: 50px 35px 0px 20px; padding-bottom: 30px;
        border-bottom: 1.5px solid #ccc; 
    }
    
    .single-menu{
        display: flex; flex-direction: column; justify-content: flex-start; margin-bottom: 30px;
    }
    
    .single-date{
        margin-bottom: 3px; font-size: 13px;
    }
    
    .single-category {
        font-size: 13px;
    }
    
    .single-category a{
        color: #000;
    }
    
    .single-category a:hover {
        color: #61C8AB;
    }
    
    .single-title {
        margin-bottom: 20px; font-size: 25px;
    }
    
    .nav-links {
        display: flex; flex-direction: row; justify-content: space-around;
        margin: 20px 13px 100px 7px; 
    }
    
    .nav-links a{
        color: #000; font-size: 11px; text-align: center;
    }
    
    .nav-links a:hover{
        color: #61C8AB;
    }

    /* page.php */

    .page_main_content{ 
        margin: 50px 35px 0px 20px; padding-bottom: 30px;
    }

   
    
    
    /*--category.php--*/
        
    .category-title{
        text-align: center;
        background: #ff8f84;
        margin: 50px 10px 50px 5px;
        padding: 10px 20px;
        border-radius: 10px;
    }
    
    .category-title h1{
        color: #fff;
    }

    .category-title p{
        color: #fff; font-size: 0.75rem;
    }
    
    .post-list {
        display: flex; flex-direction: column; margin: 0 25px 0 13px;
        gap: 2rem; margin-bottom: 100px;
    }
    
    .post-item .wp-post-image {
        border-radius: var(--round-md) var(--round-md) 0 0;
        aspect-ratio: 16 / 9;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .post-item a{
        color: #000;
    }
    
    .post-header {
        padding: 0.5rem 1rem;
    }
    
    .post-title {
        font-size: 1.3rem;
        margin-bottom: .3rem;
        line-height: 1.5;
        word-break: break-word;
    }
    
    .post-title a:hover {
        text-decoration: underline;
    }
    
    .nav-links {
        display: flex;
        justify-content: center;
        gap: 2rem;
    }
    
    .nav-links a{
        padding: .75rem 1rem .85rem;
        background: var(--green);
        border-radius: var(--round-sm);
        color: var(--white);
    }

    
    .category-title p{
        color: #fff;
        margin: 5px;
    }
    
    /*category-news.php*/
   
    .category-news-content{
        margin: 10% 5%; 
    }
    
    .category-news-title{
        margin-left: 4%; margin-bottom: 50px;
    }
    
    .category-news-title h1{
        font-size: 2rem;
    }

    .category-news-naiyou{
        display: none;
    }

    .category-news-naiyou-sumaho{
        padding-right: 5%;
    }
    
    .category-news-naiyou-sumaho li{
        padding: 5px; margin: 10px; list-style: none;
    }
    
    .category-news-naiyou-sumaho a{
        color: #000; border-bottom: 1px solid #000;
        display: block; padding-bottom: 10px; font-weight: bold;
    }
    
    .category-news-naiyou-sumaho a:hover{
        color: #FD507D; 
    }


}


@media screen and (max-width: 959.99px) and (min-width:600.01px) {
    html {
        font-size: 100%;
    }
    
    body {
        font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif ;
        line-height: 1.5;
        color: #000;
    }
    
    a {
        text-decoration: none;
    }
    
    image {
        max-width: 100%;
    }        
    
    
    /* ヘッダー */    
    
    .logo {
        width: 200px; margin-top: 5%;
    }

    .page-header {
        display: flex; justify-content: space-between;
    }
    
    .wrapper {
        max-width: 100vw; margin: 0 auto; padding: 0 3%; 
    }

    .main-nav{
        display: none;
    }

    .drawer-hidden {
        display: none;
    }

    .drawer-open {
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 100;/* 重なり順を一番上に */
        cursor: pointer;
        margin-top: 25px;
    }

    .drawer-open span,.drawer-open span:before,.drawer-open span:after {
        content: '';
        display: block;
        height: 4px; width: 35px;
        border-radius: 3px; background: #333; transition: 0.5s; position: absolute;
    }

    .drawer-open span:before {
        bottom: 10px;
    }

    .drawer-open span:after {
        top: 10px;
    }

    #drawer-check:checked ~ .drawer-open span {
        background: rgba(255, 255, 255, 0);
    }

    #drawer-check:checked ~ .drawer-open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #drawer-check:checked ~ .drawer-open span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    .drawer-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;/* メニューを画面の外に飛ばす */
        z-index: 99;
        background: #fff;
        transition: .5s;
    }

    #drawer-check:checked ~ .drawer-content {
        left: 0;/* メニューを画面に入れる */
    }

    .drawer-list{
        margin-top: 80px; font-size: 1.5rem;
    }

    .drawer-item{
        list-style: none;
        text-align: center;
        margin-top: 30px;

    }

    .drawer-item a{
        color: #000; font-weight: bold;
    }

    .drawer-item a:hover {
        color: #61C8AB; 
    }       
    
    
    /* フッター */
        
    footer {
        background: #61C8AB; padding: 30px 0 50px 30px;
    }
    
    .footer-logo {
        width: 100px; margin-bottom: 12px;
    }
    
    .container-one {
        display: flex; flex-direction: row; margin-bottom: 10px;
    }
    
    .container-two {
        display: flex; flex-direction: row; margin-bottom: 10px;
    }
    
    .container-three {
        display: flex; flex-direction: row; margin-bottom: 10px; 
    }

    .footer-Item p {
        color: #fff; font-size: 12px; padding-right: 62px;
    }

    .footer-Item-kyoryoku {
        color: #fff; font-size: 12px; padding-right: 132px;
    }

    .footer-Item-unei {
        color: #fff; font-size: 12px; padding-right: 122px;
    }

    .footer-Item-sitemap {
        color: #fff; font-size: 12px; padding-right: 176px;
    }

    .footer-Item-area a {
        color: #fff; font-size: 12px; padding-right: 20px; font-weight: bold;
    }

    .footer-Item-rens a {
        color: #fff; font-size: 12px; padding-right: 47px; font-weight: bold;
    }

    .footer-Item-area a:hover {
        color: #fff; font-size: 12px; padding-right: 20px; font-weight: bold; text-decoration: underline;
    }

    .footer-Item-rens a:hover {
        color: #fff; font-size: 12px; padding-right: 47px; font-weight: bold; text-decoration: underline;
    }

    .footer-Item {
        color: #fff; font-size: 12px; padding-right: 10px;
    }
    
    .footer-Item a {
        color: #fff; font-size: 12px; padding-right: 5px; font-weight: bold;
    }
    
    .footer-Item a:hover {
        color: #fff; font-size: 12px; padding-right: 5px; font-weight: bold; text-decoration: underline;
    }

    .footer-sumaho{
        display: none;
    }        
    
    
    /*-----index.html-----*/
        
    /* ホーム画像 */
    .home-img {
        max-height: 100vh; max-width: 100vw;; background-size: cover; background-position: center top;
        margin-top: 30px;
    }
    
    /* ホーム見出し */
    
    .home-title {
        font-family: Arial, Helvetica, sans-serif; margin: 25px 0; text-align: center; font-size: 3rem;
    }
    
    /* ニュース一覧 */
    
    .index-news {
        margin-bottom: 50px; text-align: center;
    }
    
    .index-news li{
        padding-bottom: 3px; list-style: none;
    }
    
    .index-news a{
        font-weight: bold; color: #000; display: block;
    }
    
    .index-news a:hover {
        text-decoration: underline;
    }
    
    .news-button {
        text-align: center; margin-bottom: 100px;
    }
    
    .news-button a {
        font-size: 1rem; color: #fff; background: #61C8AB; 
        border-radius: 10px;  padding: 18px 40px;
    }
    
    .news-button a:hover {
        background: #FD507D; 
    }
    
    .news-button p{
        margin-top: 15px; font-size: x-small;
    }
    
    /* ABOUT */
    
    .about-contents {
        display: flex; justify-content: space-between; margin: 50px 10px 80px 20px; 
    }
    
    .about-left {
        width: 47%;
    }
    
    .about-img {
        width: 100%;
    }
    
    .about-right {
        width: 47%; margin: 0px 20px 0px 10px;
    }
    
    .about-right h2{
        margin-bottom: 10px; font-size: 2rem; 
    }
    
    .about-right p{
        font-size: .8rem; padding-right: 10px;
    }
    
    .drawer-hidden {
        display: none;
    }
    
    /* DETAILS */

    .details-img {
        width: 100%; 
    }
    
    .details-button-kisu {
        text-align: right;
    }
    
    .details-button-kisu a {
        font-size: .8rem; color: #fff; background: #61C8AB; 
        border-radius: 10px;  padding: 18px 25px;
    }
    
    .details-button-kisu a:hover {
        background: #FD507D;
    }
    
    .details-button-kisu p{
        margin-top: 15px; margin-right: 50px; font-size: x-small;
    }
    
    .details-button-gusu {
        text-align: right;
    }
    
    .details-button-gusu a {
        font-size: .8rem; color: #fff; background: #FD507D; 
        border-radius: 10px;  padding: 18px 25px;
    }
    
    .details-button-gusu a:hover {
        background: #61C8AB;
    }

    #yamaha-caution{
        margin-bottom: 0px; margin-right: 2px;
    }
    
    /*奇数項目*/
    
    .details-contents-kisu {
        display: flex; justify-content: space-between; padding: 50px 30px; background: #f6f6f6;
    }
    
    .details-left-kisu {
        width: 47%;
    }
    
    .details-left-kisu h2{
        margin-bottom: 20px; font-size: 1.4rem; 
    }
    
    .details-left-kisu p{
        font-size: .75rem; padding-right: 10px; margin-bottom: 35px;
    }
    
    .details-right-kisu {
        width: 47%;
    }
    
    /*偶数項目*/
    
    .details-contents-gusu {
        display: flex; justify-content: space-between; padding: 50px 30px; background: #fff;
    }
    
    .details-right-gusu {
        width: 47%;
    }
    
    .details-right-gusu h2{
        margin-bottom: 20px; font-size: 1.4rem; 
    }
    
    .details-right-gusu p{
        font-size: .75rem; padding-right: 10px; margin-bottom: 35px;
    }
    
    .details-left-gusu {
        width: 47%;
    }
    
    /* コンタクト */
    
    .contact {
        display: flex; flex-direction: column; align-items: center;
        margin-bottom: 100px;
    }
    
    .contact img {
        max-width: 200px;
    }
    
    .contact a {
        font-size: 1rem; color: #fff; background: #FD507D; 
        border-radius: 10px;  padding: 18px 25px; margin-top: 30px;
    }
    
    .contact a:hover {
        background: #61C8AB; 
    }        
    
    
    
    /*-----bukatsusidou.html-----*/
        
    .bukatsushidou-one {
        display: flex; justify-content: space-between; padding: 50px 20px;
    }
    
    .bukatsushidou-one-left{
        width: 47%; 
    }
    
    .bukatsushidou-one-left h1 {
        margin-bottom: 10px; font-size: 1.7rem;
    }

    .bukatsushidou-one-left p{
        font-size: .9rem;
    }
    
    .bukatsushidou-one-right {
        width: 50%;
    }
    
    .bukatsushidou-two {
        display: flex; justify-content: space-between; padding: 50px 20px;
    }
    
    .bukatsushidou-two-right {
        width: 46%; padding: 0px 0px 0px 10px; margin-right: 30px;
    }
    
    .bukatsushidou-two-right h1 {
        font-size: 1.6rem; margin-bottom: 10px;
    }

    .bukatsushidou-two-right p {
        font-size: .9rem
    }
    
    .bukatsushidou-two-left {
        width: 48%;
    }
    
    .bukatsusidou-img {
        width: 100%;
    }
    
    .bukatsusidou-title {
        text-align: center; text-decoration: underline; text-underline-offset: 0.5rem;
    }
    
    .bukatsusidou-title  h1{
        margin-top: 100px;
    }
    
    /* 具体的な指導例 */
    .bukatsusidourei {
        display: flex; justify-content: center; margin: 30px 20px;
        background: #f6f6f6;

    }
    
    .bukatsusidourei-left {
        width: 47%; padding: 30px 0px 0px 30px; margin-right: 25px;
    }
    
    .bukatsusidourei-left h2 {
        margin-bottom: 15px; font-size: 1.15rem;
    } 

    .bukatsusidourei-left {
        font-size: 0.9rem;
    } 
    
    .bukatsushidourei-right {
        width: 50%; background: #f6f6f6; 
    }
    
    .bukatsusidou-img {
        width: 100%;
    }
    
    .shidourei {
        margin-top: 20px; font-size: 0.7rem;
    }
    
    .border {
        height: 3px; width: 60%;
        background: gray; border: none;
        margin: auto;
    }
    
    .caution-bukatsusidou {
        margin-top: 50px; margin-bottom: 30px;
        text-align: center;
    }        
    
    
    /* single.php */

    .single_main_content{ 
        margin: 100px 10% 50px 10%; padding-bottom: 45px;
        border-bottom: 1.5px solid #ccc; 
    }
    
    .single-menu{
        display: flex; justify-content: flex-start; margin-bottom: 30px;
    }
    
    .single-date{
        margin-right: 10px; font-size: 12px;
    }
    
    .single-category {
        font-size: 12px;
    }
    
    .single-category a{
        color: #000;
    }
    
    .single-category a:hover {
        color: #61C8AB;
    }
    
    .single-title {
        margin-bottom: 20px; font-size: 1.75rem;
    }
    
    .nav-links {
        display: flex; flex-direction: row; justify-content: center;
        margin: 20px 0px 260px; 
    }
    
    .nav-links a{
        color: #000; font-size: 15px;
    }
    
    .nav-links a:hover{
        color: #61C8AB;
    }

    .back-news{
        display: none;
    }

    /* page.php */

    .page_main_content{ 
        margin: 100px 10% 50px 10%; padding-bottom: 45px;
    
    }
    
    /*--category.php--*/
    
    .category-title{
        text-align: center;
        background: #ff8f84;
        margin: 50px 0;
        padding: 20px;
        border-radius: 10px;
    }
    
    .category-title h1{
        color: #fff;
    }
    
    .post-list {
        display: grid; grid-template-columns: repeat(2, 1fr);
        margin-bottom: 3rem; gap: 1rem;
    }
    
    .post-item .wp-post-image {
        border-radius: var(--round-md) var(--round-md) 0 0;
        aspect-ratio: 16 / 9;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .post-item a{
        color: #000;
    }
    
    .post-header {
        padding: 1rem;
    }
    
    .post-title {
        margin-bottom: .5rem;
        line-height: 1.5;
        word-break: break-word;
    }
    
    .post-title a:hover {
        text-decoration: underline;
    }
    
    .nav-links {
        display: flex;
        justify-content: center;
        gap: 2rem;
    }
    
    .nav-links a{
        padding: .75rem 1rem .85rem;
        background: var(--green);
        border-radius: var(--round-sm);
        color: var(--white);
    }
    
    .category-title p{
        color: #fff;
        margin: 5px;
    }        
    

    
    /*category-news.php*/
       
    .category-news-content{
        margin: 15% 0 5% 0;
    }
    
    .category-news-title{
        margin-left: 15%; margin-bottom: 40px;
    }
    
    .category-news-title h1{
        font-size: 2rem;
    }
    
    .category-news-naiyou{
        margin: 0 14%; 
    }
    
    .category-news-naiyou li{
        padding: 5px; margin: 10px; list-style: none;
    }
    
    .category-news-naiyou a{
        color: #000; border-bottom: 1px solid #000;
        display: block; padding-bottom: 20px; font-weight: bold;
    }
    
    .category-news-naiyou a:hover{
        color: #FD507D; 
    }

    .nav-links {
        display: flex; flex-direction: row; justify-content: center;
        margin: 20px 100px 150px; 
    }
    
    .nav-links a{
        color: #000; font-size: 15px; text-align: center;
    }
    
    .nav-links a:hover{
        color: #61C8AB;
    }

    .category-news-naiyou-sumaho {
        display: none;
    }




    


}