@charset "UTF-8";
/*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;
  }
  }
  
  /*â†“â†“â†“----------------------ã“ã“ã‹ã‚‰æ›¸ã„ã¦ã­-----------------------------â†“â†“â†“*/
  body{
      
      justify-content: center;
      align-items: center;
      margin: 0;
      padding: 0;
  } 
  .title{
      text-align: center;
      border-bottom: 5px solid #ed1c24;
      width: fit-content;
      margin: 0;
      padding: 0;
      font-size: 40px;
  }
  .h1{
      margin: 0;
  }
  .container{
      text-align: center;
      align-items: center;
      justify-content: center;
      display: flex;
      gap: 2px;
      padding: 5px 0;
      margin-top: 30px;
  }
  .tyoutinn{
      height: 50px; 
      width: auto;
      margin: 0px;
  }
  .all{
      text-align: center;
      align-items: center;
      justify-content: center;
      grid-template-columns: 1fr 1fr;
  }
  ul{
    padding-left: 0;
  }
  .content{
      font-size: 20px;
      margin-top: 30px;
      margin-bottom: 50px;
  }
  .member{
      border-width: 9px;
      border-style:outset;
      list-style: none;
      margin: 0 0 15px;
      padding: 10px;
      box-sizing: border-box;
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
      margin-bottom: 75px;
      background-color: antiquewhite;
      width: 40%;
      margin-left: 28%;
  }
  .member:hover{
      background-color: #74c5c6;
  }
  .member img{
      width: 200px;
      height: auto;
      margin-top: 50px;
  }
  .member a{
      display: block;
      text-decoration: none;
      color: #000000;
  }
  .name{
      text-align: center;
      border-bottom: 5px solid #ed1c24;
      width: fit-content;
      margin: 0 auto;
      margin-bottom: 30px;
  }
  .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) {
    .container{
      margin-top: 0;
    }
   .member{
      margin-right: 10%;
   }
   .title{
      margin-top: 10%;
      font-size: 25px;
   }
   .tyoutinn{
      margin-top:7%;
   }
   p{
      margin-left: 8%;
      margin-right: 8%;
      font-size: 13px;
   }
   .member{
      border-width: 6px;
      height: 400px;
      width: 70%;
      margin-left: 15%;
   }
   .member img{
      margin-top: 5px;
      height: 220px;
      width: auto;
   }
   .name{
    text-align: center;
    border-bottom: 5px solid #ed1c24;
    width: fit-content;
    margin: 0 auto;
  
    margin-top: 8px;
  }
   .footer{
    text-align: left;
   }
  }
  
  @media (min-width:768px){
    .member{
      border-width: 9px;
      border-style:outset;
      list-style: none;
      margin: 0 0 15px;
      padding: 10px;
      box-sizing: border-box;
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
      margin-bottom: 75px;
      background-color: antiquewhite;
      width: 60%;
      margin-left: 20%;
  }
  }
  @media(min-width:1080px){
  .member{
      border-width: 9px;
      border-style:outset;
      list-style: none;
      margin: 0 0 15px;
      padding: 10px;
      box-sizing: border-box;
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
      margin-bottom: 75px;
      background-color: antiquewhite;
      width: 40%;
      margin-left: 28%;
  }
  }