@charset "UTF-8";
body{
    background-color:white;
}
/*header*/
.menu-toggle {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 30px;
    cursor: pointer;
    z-index: 300;
    font-weight: bold;
    font-size: 40px;
  }
  .menu {
    display: none;
    position: fixed;
    top: 60px;
    right: 20px;
    background:rgba(0, 0, 0, 0.836);
    color: white;
    width: 150px;
    box-shadow: 0 4px 6px rgba(0, 0, 0);
    font-family:  "Zen Kurenaido", sans-serif;;
    font-weight: bold;
  }
  .menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: white;
    border-bottom: 1px solid #ddd;
  }
  .menu a:last-child {
    border-bottom: none;
  }
  @media screen and (max-width: 640px){
    .menu-toggle {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 30px;
    cursor: pointer;
    z-index: 300;
    font-weight: bold;
    font-size: 20px;
  }
  }

  
  
  /*↓↓↓----------------------ここから書いてね-----------------------------↓↓↓*/
img{
    width: 70%;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
}


.title{
    text-align: center;
    border-bottom: #c8d599 solid 3px;
    width: fit-content;
    margin:0 auto;
    font-size: 30px;
}

    
 




h2{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 50px;
    background-color:#c8d599; 
    color: white; 
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin: auto;
    
 }

 h4{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 25px;
 }

 p{
    text-align:center;
   margin-bottom: 20px;
   font-size: 20px;
 }

 section{
    margin:40px;
 }

 .footer {
  background-color: rgba(190, 180, 180, 0.803);
  padding: 20px;
  color:black;
  text-align: center;
  font-family:  "Zen Kurenaido", sans-serif;;
  font-weight: bold;
}
.footer-section {
  margin-bottom: 20px;
}
.footer-section h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: black;
  text-decoration: underline;
}
.footer-section ul {
  list-style: none;
  padding: 0;
}
.footer-section ul li {
  margin-bottom: 5px;
}
.footer-section ul li a {
  color: black;
  text-decoration: none;
  font-size: small;
}
.footer-section ul li a:hover {
  text-decoration: underline;
}
    


  /*スマホ*/
  @media only screen and (max-width:640px) {
    img{
      width: 100%;
      text-align: center;
      margin: auto;
      display: block;
      margin-top: 20px;
      margin-bottom: 40px;
  }
  
  
  .title{
      text-align: center;
      border-bottom: #c8d599 solid 3px;
      width: fit-content;
      margin:0 auto;
      font-size: 30px;
  }
  
      
   
  
  
  
  
  h2{
      display:flex;
      justify-content: center;
      align-items: center;
      width: 120px;
      height: 50px;
      background-color:#c8d599; 
      color: white; 
      border-radius: 50px;
      font-weight: bold;
      text-align: center;
      line-height: 50px;
      margin: auto;
      
   }
  
   h4{
      text-align: center;
      margin-top: 20px;
      margin-bottom: 10px;
      font-size: 18px;
   }
  
   p{
      text-align:center;
     margin-bottom: 20px;
     font-size: 13px;
   }
  
   section{
      margin:40px;
   }
   .footer{
    text-align: left;
   }
  }
   

 
 
      
      



