html {
    scroll-behavior: smooth;
}

header,
nav,
main,
footer {
    width: 100%;
    margin: 0 auto;
}

body {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",  Osaka, sans-serif;
}

header {
    max-width: 100%;
    max-height: 1480px;
    background-image: url(./photo/combo&machine.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#header ul {
    width: 100%;
    gap: 34px;
    list-style: none;
    padding-right: 30px;
   
}

#header li {
    margin-top: 0px;
    z-index: 5;
}

#header li a {
    width: 40%;
    height: 65px;
    color: black;
    font-size: 30px;
    
    
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

#g-nav li a:hover {
    background-color: #F4F2E7;
   
}

/* #header img {
    width: 6rem;
    position: absolute;
    top: 200px;
    right: 30px;
} */
h1,
h2,
h3,
p {
    text-align: center;
   
}

#texts h1 {
    font-size: 120px;
    margin-top: 100px;
    margin-bottom: 300px;
}

#texts h2 {
    font-size: 70px;
    margin-top: 200px;
}

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

#texts button {
    width: 80%;
    height: 478px;
    font-size: 100px;
    font-weight: bold;
    
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

#texts button {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

#texts button span {
    width: 10%;
}

#texts button:hover {
    background-color: #F4F2E7;
}

#section2 .container {
    width: 80%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 200px;
}

#section2 .circles {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 150px;
}

#section2 .circle {
    width: 400px;
    height: 400px;
    background-color: #E3E0E0;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 400px;
    font-size: 50px;
}

#section2 .circle1 {
    position: relative;
    width: 400px;
    height: 400px;
    background-color: #E3E0E0;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
}

#section2 .circle1-inner {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(-0%, -50%);
    font-size: 50px;
    line-height: 1.5;
    text-align: center;
}

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

#section2 p {
    font-size: 60px;
    text-align: right;
}

#section3 .square1 {
    display: flex;
    width: 90%;
    flex-direction: row;
    margin-top: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 200px;
    gap: 10px;
}

#section3 .square {
    position: relative;
    width: 1200px;
    height: 300px;
    background-color: #E2E0E0;
    margin: 0 auto;
    text-align: center;
}

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

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

#section3 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

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

form {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

#btn button {
    width: 70%;
    height: 300px;
    color: #fff;
    background-color: black;
    font-size: 100px;
}

#btn button:hover {
    background-color: #707070;
}

.rowspan {
    width: 100%;
    margin-top: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 300px;
}

.rowspan th img {
    width: 70%;
    text-align: left;
    object-fit: cover;
}

.rowspan td {
    text-align: left;
    font-size: 50px;
}

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

#access h2 {
    font-size: 70px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    margin-top: 200px;
    margin-bottom: 200px;
}

.map {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 300px;
}

iframe {
    width: 100%;
    height: 900px;
}

footer {
    width: 90%;
    margin-right: auto;
    margin-left: auto;

}

footer .container {
    border-top: 1px solid #707070;
}

#footer h2 {
    color: #707070;
    font-size: 100px;
    text-align: left;
}

footer p {
    color: #707070;
    font-size: 70px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    text-align: left;

}

address {
    color: #707070;
    font-size: 60px;
    font-style: normal;
  
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

footer a img {
    width: 6rem;
    margin-top: 100px;
    float: right;

}

#footer .logo img {
    position: sticky;
    width: 550px;
    height: 510px;
    bottom: 200px;
    float: right;
    clear: both;
}
#footer .container p{
    font-size: 10px;
}

/* lessonmenu */
#lesson h1 {
    font-size: 90px;
    margin-top: 150px;
}

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

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

#lesson img {
    display: flex;
    width: 100%;
    justify-content: center;
}

#lesson ul {
    display: flex;
    font-size: 77px;
    flex-direction: column;
}

#lesson li {
    text-align: center;
    list-style: none;
}

#lesson .masin img {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

#lesson1 table {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

#lesson1 th img {
    width: 100%;
}

#lesson1 td img {
    width: 99%;
}

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

#lesson1 .belongings {
    width: 50%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin-top: 200px;
    margin-left: 150px;
    padding: 0 50px;
}

#lesson1 .belongings p {
    font-size: 77px;
    text-align: left;
}

#lesson1 .belonging p {
    font-size: 70px;
}

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

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

.pause td {
    width: 40%;
    font-size: 80px;
}
#message .container {
    widows: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #1f1f1f ;
    border-bottom: 1px solid #1f1f1f ;
    margin: 30px 0;
    padding: 30px 0;
}
#message p {
    font-size: 50px;
    text-align: left;
}

#message p span {
    font-size: 80px;
}
#message .postscropt p {
    font-size: 30px;
    text-align: right;
    
}
#message .postscropt {
    margin-bottom: 100px;
}

/* contact */
#contact h2 {
    font-size: 100px;
    margin-top: 200px;
}

#contact p {
    font-size: 70px;
    margin-top: 200px;
    text-align: center;
}

#contact button {
    width: 70%;
    height: 300px;
    background-color: black;
    margin: 300px;
    font-size: 100px;
    /* translate: 150px; */
}

#contact button a {
    color: #fff;
    text-decoration: none;
}

#contact button:hover {
    background-color: #707070;
}

