@charset "UTF-8";
html{
  font-family: "Libre Bodoni", serif;
}
body{
  width:100vw;
}
a{
  text-decoration: none;
  }
  
  a:hover{
  text-decoration: underline;
  }
main{
  padding-left: 40px;
}
 .kaisyagaiyou{
  font-size: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}
h1{
  text-align:center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.gaiyou th{
  width:25%;
}
table{
  margin: 0 auto;
}
th{
  border-bottom: solid 1px;
  font-size: 23px;
  vertical-align: bottom;
  background-color: #c0c0c0;
}
tr{
  border-bottom: solid 1px;
  font-size: 20px;
  padding-bottom: 30px;

}
th,td{
  padding:1em;
}
.tizu{
  width: 700px;
  height: 450px;
  padding-top: 20px;
  padding-bottom: 80px;
}
.toto{
  text-align: center;
}
.nav-list-item li{
  vertical-align: sub;
}
li img{
  background-color: #ffffff;
}
ul{
  display: flex;
  justify-content: space-around;
  background-color: black;
  color: #ffffff;
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 20px;
  align-items: center;
}


.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;
}
.hatsu{
  width: 50%;
}
.afterrain{
font-size: 40px;
text-align: center;
padding-top: 90px;
}
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;
      }