body {
    font-family: Arial, sans-serif;
    margin: 0 auto;
    max-width: 1024px;
    padding: 0;
    background-color: rgb(240, 239, 239);
}
html {
    scroll-padding-top: 60px;
  }
p{
    font-family: "Kosugi Maru", "Hiragino Sans", "Meiryo", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: black;
    text-align: center;
}
h1, h2{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin: 10px auto 0 auto;
}
h3{
    margin-bottom: 5px;
    text-align: center;
    color: black;
}
h4{
    text-align: center;
    color: white;
}
a {
    color: white;
    text-decoration: none;
}
a:visited {
    color: white;
}
button {
    border: none;
    cursor: pointer;
    padding: 10px;
}
li {
    color: white;
    font-family: "Kosugi Maru", "Hiragino Sans", "Meiryo", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

.header {
    background-color: #111;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;                
    height: 60px;
    align-items: center;        
    z-index: 1000;              
}
.logo {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    color: white;
    padding-left: 20px;
}
.instagram {
    height: 40px;
    width: 40px;
    margin: auto;
    margin-right: 0;
}
.instagram img{
    height: 100%;
    width: 100%;
}
.menu {
    background: #1944a1;
    position: fixed;
    top: 0px;
    right: -250px;
    width: 250px;
    height: 100%;
    z-index: 4;
    color: white;
    transition: 0.3s;
    padding-top: 20px;
    z-index: 3;
}
.menu-label {
  display: block;
  text-align: center;
  font-size: 0.9em;
  margin-top: 4px;
  color: white;
}

.menu a {
    display: flex;
    align-items: center;
    padding: 12px 16px;    
    margin-bottom: 13px;     
    font-size: 16px;
    min-height: 48px;       
    color: white;
    text-decoration: none;     
    user-select: none;     
}

.menu a:hover {
    background: rgb(100, 100, 194);
}
.header-btn {
    background-color: transparent;
    color: white;
    font-size: 2rem;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
}
.admission {
    width: 60px;
    height: 60px;
    text-align: center;
    background-color:rgb(232, 0, 0);
}
.admission img{
    width: 30px;
    height: 30px;
    margin-top: 5px;
}
.admission p{
    margin-top: -5px;
    font-size: 0.7rem;
}
.hero{
    position: relative;
    margin-top: 60px;
}
.hero picture,
.hero img {
    width: 100%;
    max-width: 1024px;
    height: 600px;
    object-fit: cover;
    display: block;

}
.text1 {
    position: absolute;
    top: 10%;
    left: 5%;
}
.text1 h1{
    font-size: 0.9rem;
    color: white;
}
.text1 h2{
    font-size: 1.8rem;
    color: white;
}
.text2{
    width: 300px;
    position: absolute;
    bottom: 15%;
    left: 5%;
}
.training-container{
    display: flex;    
    flex-wrap: wrap;  
}
.training-container span{
    background-color: white;
    width: fit-content;
    margin: 5px;
    text-align: center;
    padding: 2px 5px;
}
.free-trial-button {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(235, 211, 166);
    color: black !important;
    padding: 5px 10px;
    font-size: 1.3rem;
    text-align: center;
    width: 250px;
}
.campaign{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.campaign h2{
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 600;
}
.price-container{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.price {
    text-align: center;
}
.price p{
    font-size: 1rem;
}
.arrow{
    padding: 65px 0 0 0;
    margin-right: -20px;
}
.normal-price{
    font-weight: 600;
    padding: 10px 0 0 0;
}
.sale-price{
    font-weight: 600;
    font-size: 1.8rem;
    color: red;
}

.training{
    background-color: white;
}
.training h2{
    font-size: 0.9rem;
    text-align: center;
}
.line{
    border-top: 2px solid black; 
    width: 95%;             
    margin: 20px auto;
}
.training-item-container{
    width: 90%;
    margin:auto;
    display: flex;    
    flex-wrap: wrap;  
    justify-content: space-around;
}

.training-item{
    width: 170px;
    height: 200px;
}

.training-item img{
    width: 170px;
    height: 110px;
    margin: auto;
}
.training-item h3{
    font-size: 0.8rem;
    text-align: left;
    margin-top: 0;
    color: rgb(186, 136, 11);
}
.training-item p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
}
.flow h2{
    font-size: 1.2rem;
    padding: 0 20px;
}
.line{
    border-top: 2px solid black; 
    width: 95%;             
    margin: 20px auto;
}
.flow-item-container{
    background-color: white;
    width: 90%;
    margin:auto ;
}
@media (min-width: 900px){
    .flow-item-container{
    display: flex;
    justify-content: space-around   ;
}
}
.flow-item{
    display: flex;
    width: 100%;
    height: 140px;
}
@media (min-width: 900px){
    .flow-item{
    display: flex;
    flex-direction: column;
    width: 20%;
    height: 300px;
}
}
.flow-item img{
    width: 80px;
    height: 80px;
    margin: auto;
    background-color: #ccc;
    border-radius: 10px;
    border: 1px solid black;
}
@media (min-width: 900px){
    .flow-item img{
    margin: 10px 20px;
}
}
@media (min-width: 900px){
    .flow-item p{
        margin: 0;
        width: 100%;
    }
}
.flow p{
    width: 70%;
    text-align: left;
    color: black;
}
.reserve-button{
    background-color: #023ab4;
    padding: 3px 10px;
    border-radius: 10px;
}

.INFORMATION {
  width: 100%;
  max-width: 1920px;
  margin: 20px auto 0 auto;
  color: white;
  min-height: 800px; 
  background-color: #111;
}

.INFORMATION h2,
.INFORMATION h3 {
    color: white;
    padding: 0 20px;
}

.INFORMATION p {
  font-size: 0.8rem;
  line-height: 1.5;
  padding-top: 10px;
  color: white;
}

.INFORMATION iframe {
  width: 100%;
  height: 400px; 
  max-width: 1920px;
  margin: 0 auto;
  display: block;
  background-color: #ccc; 
}

.footer {    
    width: 100%;
    height: 230px;
    color: white;
    display: flex;
    justify-content: space-between;
    background-color: #111;
    margin-top: -20px;
}
.footer ul{
    list-style: none;
}
.footer li{
    min-width: 80px;
    font-size: 0.7rem;
    min-height: 36px;
    margin-bottom: 8px;
}
