/* モバイル */
@media (min-width: 375px) {
    #header {
        max-width: 100%;
        height: 280px;
    }

    #texts h1 {
        font-size: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #texts h2 {
        font-size: 20px;
        margin-top: 50px;
        font-weight: 300;
    }

    #texts p {
        font-size: 12px;
        font-weight: 100;
    }

    #texts button {
        width: 60%;
        height: 100px;
        font-size: 20px;
        text-align: center;
    }

    #texts button span {
        width: 25%;
    }

    #section2 .container {
        margin-top: 0;
        margin-bottom: 0;
    }

    #section2 .container .circles {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #section2 .circles {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    #section2 .circle {
        width: 85px;
        height: 85px;
        line-height: 85px;
        font-size: 10px;
        font-weight: 200;
    }

    #section2 .circle1 {
        width: 85px;
        height: 85px;
    }

    #section2 .circles .circle1-inner {
        top: 30%;
        left: 12%;
        transform: translate(-5%, -50%);
        font-size: 10px;
        font-weight: 200;
        line-height: 1.5;
    }

    #section2 p {
        font-size: 8px;
        font-weight: 100;
    }
    #section2 img {
        margin-top: 50px;
    }

    #section3 .square1 {
        display: flex;
        width: 90%;
        flex-direction: row;
        margin-top: 50px;
        margin-bottom: 20px;
        text-align: center;
        gap: 10px;
    }

    #section3 .square {
        width: 1200px;
        height: 40px;
    }

    #section3 .square-inner {
        top: 5%;
        left: 20%;
        font-size: 6px;
        font-weight: 200;
    }

    #section3 .square-inner span {
        font-size: 11px;
        
    }

    #section3 img {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    form {
        margin-bottom: 30px;
    }
    #btn button {
        width: 70%;
        height: 50px;
        color: #fff;
        background-color: #707070;
        
        font-size: 20px;
    }
    
    #btn button:hover {
        background-color: black;
    }
    

    .rowspan {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .rowspan th img {
        width: 50%;
    }

    .rowspan td {
        width: 50%;
        font-size: 8px;
        font-weight: 200;
    }

    .rowspan td span {
        font-size: 15px;

    }

    #access h2 {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .map {
        margin-bottom: 30px;
    }

    iframe {
        height: 200px;
    }

    #footer h2 {
        font-size: 18px;
    }

    footer p {
        font-size: 10px;
    }

    address {
        font-size: 10px;
    }

    footer a img {
        width: 1rem;
        margin-top: 30px;

    }

    #footer .logo img {
        width: 120px;
        height: 100px;
        bottom: 40px;

    }
    #footer .container p {
        font-size: 10px;
        font-family: "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
    }

    /* lessonmenu */
    #lesson h1 {
        font-size: 30px;
    }

    #lesson h2 {
        font-size: 20px;
    }

    #lesson p {
        font-size: 15px;
        font-weight: 200;
    }

    #lesson img {

        margin-top: 20px;
        margin-bottom: 20px;
    }

    #lesson ul {
        font-weight: 200;
        font-size: 15px
        
    }

    #lesson1 .notice p {
        font-size: 16px;
        font-weight: 200;
    }

    #lesson1 .belongings {
        width: 50%;
        margin-top: 80px;
        margin-left: 90px;
    }

    #lesson1 .belongings p {
        font-size: 17px;
    }

    #lesson1 .notice p {
        font-size: 10px;

    }

    #lesson1 .belongings {
        width: 50%;
        margin-top: 30px;
        margin-left: 10px;

        padding: 0 10px;
    }

    #lesson1 .belongings p {
        font-size: 10px;
        text-align: left;
        margin-bottom: 20px;
    }
    
    #list h2 {
        margin: 40px 0;
    }

    .pauses {
        width: 100%;
    }

    .pause th img {
        width: 50%;
    }

    .pause td {
        width: 50%;
        font-size: 15px;
    }

    #message .container {
        margin: 15px 0;
        padding: 30px 0;
    }
    #message p {
        font-size: 15px;
        font-weight: 200;
     
    }
    
    #message p span {
        font-size: 25px;
        font-weight: 400;
    }
    #message .postscropt p {
        font-size: 8px;
        
    }
    #message .postscropt {
        margin-bottom: 50px;
    }

    /* contact */
    #contact h2 {
        font-size: 30px;
        margin-top: 10px;
    }

    #contact p {
        font-size: 20px;
        font-weight: 200;
        margin-top: 30px;
    }
    #contact button {
        width: 70%;
        height: 50px;
        background-color: black;
        margin: 30px;
        font-size:20px;
    }
}

@media (min-width: 425px) {
    #header {
        max-width: 100%;
        height: 350px;
    }
}
@media (min-width: 465px) {

    #section2 .circle {
        width: 110px;
        height: 110px;
        line-height: 110px;
        font-size: 13px;
    }

    #section2 .circle1 {
        width: 110px;
        height: 110px;
    }

    #section2 .circles .circle1-inner {
        top: 30%;
        left: 12%;
        transform: translate(-5%, -50%);
        font-size: 13px;
        line-height: 1.5;
    }
    
}
@media (min-width: 509px) {
    #header {
        max-width: 100%;
        height: 400px;
    }
}

@media (min-width: 590px) {
    #texts h1  {
        font-size: 25px;
    }
    #section2 .circle {
        width: 145px;
        height: 145px;
        line-height: 145px;
        font-size: 18px;
        margin-top: 30px;
    }

    #section2 .circle1 {
        width: 145px;
        height: 145px;
        margin-top: 30px;
    }
    #section2 p {
        font-size: 8px;
        text-align: right;
    }

    #section2 .circles .circle1-inner {
        top: 40%;
        left: 12%;
        transform: translate(-5%, -50%);font-size: 18px;
        
    }
    #section3 .square-inner {
        top: 5%;
        left: 25%;
        font-size: 6px;

    }
    #section3 img {
        margin-bottom: 50px;
    }
    .rowspan {
        margin-top: 80px;
    }
    
}

@media (min-width: 580px) {
    #header {
        max-width: 100%;
        height: 450px;
    }
}
@media (min-width: 658px) {
    #header {
        max-width: 100%;
        height: 500px;
    }
}
@media (min-width: 727px) {
    #header {
        max-width: 100%;
        height: 550px;
    }
  
}




/* タブレット */
@media (min-width: 768px) {
    #header {
        max-width: 100%;
        min-height: 630px;
        background-size: cover;
    }

   
   
    #header ul {
        margin-top: 10px;
    }

    #header li {
        margin-top: 10px;
    }

    #header li a {
        width: 100%;
        height: 100%;
        font-size: 20px;
    }

    /* 
    #header img {
        width: 6rem;
    } */

    #texts h1 {
        font-size: 30px;
        margin-top: 50px;
        margin-bottom: 100px;
    }

    #texts button {
        height: 200px;
        font-size: 30px;
    }

    #texts h2 {
        font-size: 30px;
        margin-top: 100px;
    }

    #texts p {
        font-size: 20px;
    }

    #section2 .container {
        margin-top: 0;
        margin-bottom: 0;
    }



    #section2 .container {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    #section2 .circles {
        flex-wrap: nowrap;
        margin-bottom: 50px;
    }

    #section2 .circle {
        width: 120px;
        height: 120px;
        line-height: 120px;
        font-size: 14px;
        
    }

    #section2 .circle1 {
        width: 120px;
        height: 120px;
    }

    #section2 .circles .circle1-inner {
        top: 35%;
        left: 12%;
        transform: translate(-5%, -50%);
        font-size: 14px;
        line-height: 1.5;
    }

    #section2 img {
        width: 100%;
        margin-top: 50px;
    }

    #section2 p {
        font-size: 18px;
        font-weight: 100;
    }

    #section3 .square1 {
        display: flex;
        width: 90%;
        margin-top: 0;
        margin-bottom: 50px;
    }

    #section3 .square {
        width: 600px;
        height: 100px;
    }

    #section3 .square-inner {
        top: 40%;
        left: 3%;
        font-size: 15px;
        transform: translate(0, -50%);
        line-height: 2;
    }

    #section3 .square-inner span {
        font-size: 25px;
    }

    #section3 img {
        margin-top: 50px;
        margin-bottom: 100px;
    }

    form {
        margin-bottom: 40px;
    }
    #btn button {
        width: 70%;
        height: 120px;
        color: #fff;
        background-color: #707070;
        font-size: 50px;
    }
    
    #btn button:hover {
        background-color: black;
    }

   

    .rowspan {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .rowspan td {
        font-size: 17px;
    }

    .rowspan td span {
        font-size: 20px;
    }

    #access h2 {
        font-size: 50px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .map {
        margin-bottom: 100px;
    }

    iframe {
        height: 500px;
    }

    #footer h2 {
        font-size: 40px;
        
    }

    footer p {
        font-size: 20px;
    }

    address {
        font-size: 18px;
    }

    footer a img {
        width: 5rem;
        margin-top: 100px;

    }

    #footer .logo img {
        width: 150px;
        height: 150px;
        bottom: 10px;
    }
    #footer .container p {
        font-size: 18px;
    }

    /* lessonmenu */
    #lesson h1 {
        font-size: 50px;
    }

    #lesson h2 {
        font-size: 30px;

    }

    #lesson p {
        font-size: 30px;
        text-align: center;
    }

    #lesson img {
        margin-top: 30px;
    }

    #lesson ul {
        font-size: 25px;
    }

    #lesson1 .notice p {
        font-size: 20px;
    }

    #lesson1 .belongings p {
        font-size: 30px;
    }
    #list h2 {
        font-size: 50px;
        margin: 80px 0;
    }

    .pause td {
        width: 40%;
        font-size: 30px;
    }


    #message .container {
        margin: 15px 0;
        padding: 30px 0;
    }
    #message p {
        font-size: 25px;
     
    }
    
    #message p span {
        font-size: 35px;
    }
    #message .postscropt p {
        font-size: 18px;
        
    }
    #message .postscropt {
        margin-bottom: 50px;
    }

    /* contact */
    #contact h2 {
        font-size: 40px;
        margin-top: 10px;
    }

    #contact p {
        font-size: 25px;
        margin-top: 80px;
    }
}
@media (min-width: 918px) {
    #header {
        max-width: 100%;
        height: 700px;
    }
    #section3 .square-inner {
        top: 30%;
        left: 15%;
        font-size: 14px;

    }
    #section3 .square-inner span {
        font-size: 24px;
    }

    
}

/*PC*/
@media (min-width: 960px) {
    #header {
        width: 100%;
        min-height: 800px;
        background-size: cover;
    }

    #header ul {
        margin-top: 10px;
    }

    #header li {
        margin-top: 10px;
    }

    #header li a {
        width: 100%;
        height: 100%;
        font-size: 20px;
    }

    /* 
    #header img {
        width: 6rem;
    } */

    #texts h1 {
        font-size: 45px;
        margin-top: 50px;
        margin-bottom: 100px;
    }

    #texts button {
        height: 200px;
        font-size: 40px;
    }

    #texts h2 {
        font-size: 40px;
        margin-top: 100px;
    }

    #texts p {
        font-size: 35px;
    }

    #section2 .container {
        width: 80%;
        margin-top: 100px;
        margin-bottom: 50px;
    }

    #section2 .circles {
        margin-bottom: 50px;
        flex-wrap: nowrap;
    }

    #section2 .circle {
        width: 150px;
        height: 150px;
        line-height: 150px;
        font-size: 18px;
    }

    #section2 .circle1 {
        width: 150px;
        height: 150px;
    }

    #section2 .circles .circle1-inner {
        top: 35%;
        left: 12%;
        transform: translate(-5%, -50%);
        font-size: 18px;
        line-height: 1.5;
    }

    #section2 img {
        width: 100%;
        margin-top: 0;
    }

    #section2 p {
        font-size: 18px;
    }

    #section3 .square1 {
        display: flex;
        width: 90%;
        margin-top: 0;
        margin-bottom: 50px;
    }

    #section3 .square {
        width: 600px;
        height: 100px;
    }

    #section3 .square-inner {
        top: 35%;
        left: 5%;
        font-size: 19px;
        transform: translate(0%, -50%);
        line-height: 2;
    }

    #section3 .square-inner span {
        font-size: 30px;
    }

    #section3 img {
        margin-top: 50px;
        margin-bottom: 100px;
    }

    form {
        margin-bottom: 40px;
    }
    #btn button {
        width: 70%;
        height: 120px;
        color: #fff;
        background-color: black;
        font-size: 50px;
    }
    
    #btn button:hover {
        background-color: #707070;
       
    }
    #btn button {
        height: 120px;
        font-size: 50px;
    }

    .rowspan {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .rowspan td {
        font-size: 17px;
    }

    .rowspan td span {
        font-size: 20px;
    }

    #access h2 {
        font-size: 50px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .map {
        margin-bottom: 100px;
    }

    iframe {
        height: 500px;
    }

    #footer h2 {
        font-size: 30px;
    }

    footer p {
        font-size: 20px;
    }

    address {
        font-size: 18px;
    }

    footer a img {
        width: 5rem;
        margin-top: 100px;

    }

    #footer .logo img {
        width: 150px;
        height: 150px;
        bottom: 10px;
    }

    /* lessonmenu */
    #lesson h1 {
        font-size: 60px;
    }

    #lesson h2 {
        font-size: 50px;

    }

    #lesson p {
        font-size: 40px;
        text-align: center;
    }

    #lesson ul {
        font-size: 30px;
    }

    #lesson1 .notice p {
        font-size: 20px;
    }

    #lesson1 .belongings p {
        font-size: 30px;
    }

    #list h2 {
        font-size: 60px;
    }

    .pauses table {
        width: 80%;
        margin-left: auto;
        margin-left: auto;
    }

    .pause th img {
        width: 50%;
        margin-bottom: 50px;
    }

    .pause td {
        width: 40%;
        font-size: 50px;
    }

    #message .container {
        margin: 15px 0;
        padding: 30px 0;
    }
    #message p {
        font-size: 40px;
     
    }
    
    #message p span {
        font-size: 60px;
    }
    #message .postscropt p {
        font-size: 25px;
        
    }
    #message .postscropt {
        margin-bottom: 50px;
    }

    /* contact */
    #contact h2 {
        font-size: 60px;
        margin-top: 50px;
    }

    #contact p {
        font-size: 30px;
        margin-top: 50px;
    }

    #contact button {
        width: 70%;
        height: 120px;
        color: #fff;
        background-color: black;
        margin: 300px;
        font-size: 50px;
    }
}
@media (min-width: 1156px) {
    #header {
        max-width: 100%;
        height: 900px;
    }

    #section3 .square-inner {
        top: 35%;
        left: 15%;
        font-size: 19px;
        transform: translate(0%, -50%);
        line-height: 2;
    }
}
@media (min-width: 1312px) {
    #header {
        max-width: 100%;
        height: 1100px;
    }
    #section3 .square1 {
        display: flex;
        width: 90%;
        margin-top: 0;
        margin-bottom: 50px;
    }

    #section3 .square {
        width: 600px;
        height: 100px;
    }

    #section3 .square-inner {
        top: 35%;
        left: 20%;
        font-size: 19px;
        transform: translate(0%, -50%);
        line-height: 2;
    }

    #section3 .square-inner span {
        font-size: 30px;
    }
}