@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;
  }
  .juusyo{
    padding-top: 40px;
  text-align: center;
  }
  .insuta{
    width: 60px;
    height: 60px;
  }
  .x{
    width: 60px;
    height: 60px;
  }
  footer{
    background-color: rgb(0, 0, 0);
    color: #ffffff;
  }
 

  .tyouzi{
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 70px;
    width:60%;
  }
  .syouhinn{
    font-size: 30px;
    padding-top: 70px;
    padding-left: 70px;
    border: solid 1px #000000;
  }
  .nedan{
  font-size: 30px;
  padding-bottom: 30px;
  font-weight: bold;
  }
  .sorerugen{
    padding-bottom: 5px;
  }
  .setumei{
font-size: 20px;
padding-bottom: 100px;
  }
  .gen{
    padding-top: 50px;
    font-weight: bold;
  }
  .ai{
    display: flex;
  }
  .i{
    padding-top: 70px;
    padding-left: 35px;
  }
  h4{
    padding-top: 15px;
  }
  h5{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .rasuto{
    padding-bottom: 30px;
  }
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;
    }