@charset "UTF-8";
html{
  font-family: "Libre Bodoni", serif;
}
body{
    width:100vw;
  }
  .hatsu{
    width: 50%;
  }
  ul{
    display: flex;
    justify-content: space-around;
    background-color: rgb(0, 0, 0);
    color: #ffffff;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 20px;
    align-items: center;
}
li img{
  background-color: #ffffff;
}
  .sns{
    text-align: right;
    align-items:flex-end;
  }
  .juusyo{
    padding-top: 40px;
  text-align: center;
  }
  .insuta{
    width: 49px;
    height: 49px;
  }
  .x{
    width: 62px;
    height: 62px;
  }
  footer{
    background-color: rgb(0, 0, 0);
    color: #ffffff;
  }
  a{
    text-decoration: none;
    }
    a:hover{
    text-decoration: underline;
    }
    .tizu{
      text-align: center;
    }
     .akusesu{
      font-size: 45px;
      padding-top: 70px;
      padding-bottom: 40px;
      text-align: center;
     }
     .tenpo{
      font-size: 30px;
      padding-top: 40px;
      padding-bottom: 20px;
      text-align: center;
     }
     .a{
      font-size: 25px;
      padding-bottom: 30px;
      text-align: center;
     }
     .kousiki{
      background: #eee;
      border-radius: 9999px;
      position: relative;
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: 0 auto;
      max-width: 400px;
      padding: 10px 25px 20px;
      font-family: "Noto Sans Japanese";
      color: #333333;
      line-height: 1.8;
      text-decoration: none;
      transition: 0.3s ease-in-out;
      font-weight: 500;
      font-size: 20px;
      margin-bottom: 40px;
    }
     .toto{
      text-align: center;
    }
    .tizu{
      width: 1000px;
      height: 800px;
      padding-top: 40px;
      padding-bottom: 40px;
    }
    li {
      color: #ffffff;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all  0.3s ease;
      transition: all  0.3s ease;
          }
      li:hover {
          color: #cecece;
          }
          .kousiki {
            color: #000000;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all  0.3s ease;
            transition: all  0.3s ease;
                }
            .kousiki:hover {
                color: #cecece;
                background-color: #000000;
                }