@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: 60px;
    height: 60px;
  }
  .x{
    width: 60px;
    height: 60px;
  }
  footer{
    background-color: rgb(0, 0, 0);
    color: #ffffff;
  }
  a{
    text-decoration: none;
    }
    
    a:hover{
    text-decoration: underline;
    }


.dekame{
    font-size: 3vw;
    text-align: center;
    font-family: "Libre Bodoni", serif;
    padding-top: 30px;
}
.layout{
    display:flex;
    margin:50px 40px 0;
    padding-bottom: 30px;
    padding-top: 50px;
  }
  .coward{
    box-shadow: 0 0 12px -8px #000000;
    padding:1em;
    width: 100%;
    margin:0 2%;
}
.coward img{
    width:100%;
}
.fa-position-left {
    position: absolute;
    top: calc(50% - .5em);
    left: 1rem;
  }
  .fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
  }
  h1{
    font-size: 55px;
    color:#ffffff;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    text-shadow: 5px 5px 2px black;
  }
  .food{
    background: url(../images/cf000003.webp) no-repeat center center /contain;
    background-size: 100%;
  }
  .kikagen{
    background: url(../images/cd000003.webp) no-repeat center center /contain;
    background-size: 100%;
  }
  .drip{
    background: url(../images/link_02.webp) no-repeat center center /contain;
    background-size: 100%;
  }
  .nike{
    background: url(../images/cs000001.webp) no-repeat center center /contain;
    background-size: 100%;
  }
  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;
  }
  .otokogi{
    font-size: 40px;
    width:80%;
    margin-bottom: 100px;
  }
  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:20px;
  }
  .ralban{
font-size: 45px;
text-align: center;
padding-top: 30px;
padding-bottom: 50px;
  }