@charset "UTF-8";
html{
  font-family: "Libre Bodoni", serif;
}
.header{
    position: relative;
}
a{
  text-decoration: none;
  }
  
  a:hover{
  text-decoration: underline;
  }
.header h1{
    position: absolute;
    color: #ffffff;
    top: 1%;
    left:5%;
    font-size:4vw;
    font-family: "Libre Bodoni", serif;
}
.header ol{
    position: absolute;
    color: #ffffff;
    top: 15%;
    left: 9%;
    font-size:2.5vw;
}
.majan{
    width:100%;
    height: 650px;
}
header .rogo{
    position: absolute;
    top:0.5%;
    right:0.5%;
    background-color: #ffffff;
}
ol{
    border-left: 4px solid #ffffff;
    padding-left: 20px;
    text-shadow: rgb(0, 0, 0) 1px 0 10px;
}
li{
  padding-bottom: 10px;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  
}
.setumei{
  font-size: 30px;
  text-align: center;
  padding-top: 170px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
  .cafe{
    width: 100%;
  }
  .cafe img{
    width:60%;
   }
   .cafe p{
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
   }.sns{
    text-align: right;
  }
  .juusyo{
    padding-top: 40px;
  text-align: center;
  font-size: 20px;
  }
  .insuta{
    width: 60px;
    height: 60px;
  }
  .x{
    width: 60px;
    height: 60px;
  }
  footer{
    background-color: rgb(0, 0, 0);
    color: #ffffff;
  }
  .news{
    font-size: 20px;
    text-align: center;
    padding-bottom: 25px;
  }
  #new {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  #new dt,
  #new dd {
    padding: 5px 0;
    font-size: 30px;
  
  }
  #new dt {
    width: 8em;
  }
  #new dt span {
    display: none;
  }
  
  #new dd {
    width: calc(100% - 8em);
  }
  .osirase{
    font-size: 30px;
    padding-bottom: 40px;
    width:450px;
    margin: 0 auto;
  }
  .osiraseman{
    font-size: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
  }
  .jantaku{
    text-align: center;
    padding-bottom: 100px;
    width: 80%;
  }
  .honsetu{
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }
  .hizuke{
    font-size: 20px;
  }
  .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%;
    font-size: 20px;
}
.coward img{
    width:100%;
}
.tetyo{
  font-size: 40px;
  text-align: center;
}
.kotira{
  background: #eee;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 250px;
  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;
}
.kotira:hover{
  background-color: #000000;
  color:#cecece;
}
.yuitumuni{
  padding-bottom: 100px;
  text-align: left;
}
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;
}
.yuitumuni {
  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;
  }
.yuitumuni:hover {
color: #cecece;
}
.pasuta{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
}
.pasuta:hover{
  opacity:0.5;
}