@media all and (-ms-high-contrast: none) {

  footer {
    height: 630px !important;
  }
}
#newsWrap a {
  color: #36F;
  text-decoration: underline;
}
 a {

  text-decoration: none;
}
.wrap {
overflow: hidden;
    position: relative;
    margin: 0 auto;
}
footer {
    
  font-weight: 500 !important;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  width: 100%;

  z-index: 30;
  height: 630px;
  background-color: #003894;
}

.listall {
  padding-left: 70px;
  padding-top: 61px;
  margin: 0 auto;
  width: 900px;
}
.footcenter {
  padding-top: 48px;
  width: 828px;
  margin: 0 auto;
  position: relative;
  height: 171px;
}
.batsu {
  z-index: 2000;

  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
}
 
.batsu::before, .batsu::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 17px; /* 棒の高さ */
  background: white;
}
 
.batsu::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.batsu::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

  .reserve{
          
    top:120px;
    right:-20px;
    border: 4px solid #b2e2e7;
    position: fixed;
    z-index: 200;
border-radius: 20px;
overflow: hidden;
  background-color: #009fb0;
   box-shadow: 5px 5px 11px 0 rgba(0, 0, 0, .5);
  }
  .reserve ul{
       transform: rotate(0.03deg);  /* シャギーを防ぐ指定 */
  margin: auto;
    padding: 16px 40px 16px 20px;
        text-align: center;
      font-weight: 900;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        color: white;
        font-size: 15px;
  }
  .reservef{
         transform: rotate(0.03deg);  /* シャギーを防ぐ指定 */
    margin: 0 auto;
    width: 290px;
      font-weight: 900;
    text-align: center;
        border: 2px solid #b2e2e7;
    border-radius: 40px;
    padding: 10px 40px;
      color: white;
      font-size: 14px;
    background-color: #009fb0;
  }
