@charset "UTF-8";

body { 
    background-color: #7AD1D3;
    background-image: url("../img/bg/gohoubi.osusume/mizu.png"); 
    background-size: 100% auto;
    background-repeat: no-repeat;
    font-family: sans-serif;
    margin: 0;
} 

h1 {
    font-size: 64px;
    color: #fff;
    margin: 70px auto 0;
    text-align: center;
}


.categories {
    margin: 80px auto 0;
    display: block;
    text-align: center;
}

.categories__grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

.card{
    display: block;
    text-decoration: none;
    color: #fff;
  }

  
  .card img{
    width: 100%;
    max-width: 355px;
    height: auto;
    display: block;
    margin: 0 auto;
  }


  .card p{
    margin-top: 18px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.02em;
  }

  .navi{
    width: 100%;
    margin: 130px auto;
  }
  
  .fotter_navi{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 80px;
  }
  
  .fotter_navi a{
    display: inline-block;
    text-decoration: none;
  }
  
  .fotter_navi img{
    display: block;
    height: 55px;
    width: auto;
  }

  .fotter_navi .top img{
    height: 107px;
  }

  footer {
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    color: #fff;
}
 
  