/* information */
#information {
    background-color: #e8e8e8;
    text-align: center;
    color: black;
  }
#information p{
  color: black;
} 
    #information h2 {
      margin-bottom: 30px; }
    #information section:nth-of-type(2) {
      border: solid 1px #9d9d9d;
      max-width: 1000px;
      margin: auto;
      padding-bottom: 50px; }
  
  #information div {
    padding: 50px 20px; }
  
  #information iframe {
    display: block;
    width: 100%;
    height: 50vh;
    max-height: 450px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
    margin-bottom: 20px;
  }

  .footer2 {
    color: #fff;
    position: relative;
    z-index: 1;
  }
  
  .footer__reserveBtn {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    letter-spacing: .2em;
    bottom: 0; /* 基準の位置を画面の一番下に指定する */
    right: 0; /* 基準の位置を画面の一番右に指定する */
    width: 100%; /* 幅を指定する */
    position: fixed;

  }
  
  .footer__reserveBtn a {
    color: #fff;
    display: block;
    background: #a5876e;
    padding: 10px;

  }
  
  .reserve {
    display: none;
  }
  

  
  @media screen and (min-width: 480px) {


    .footer__reserveBtn {
      font-size: 16px;
      font-weight: 500;
      line-height: 80px;
    }
    .footer__reserveBtn--spOnly {
      display: none;
      position: fixed;
      bottom: 0;
    }
    .footer__reserveBtn a:hover {
      -webkit-filter: brightness(1.2);
      filter: brightness(1.2);
    }
    
    .reserve {
      color: #fff;
      display: block;
      background: rgba(10, 7, 0, .7);
      text-align: center;
      padding: 30px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    }
    .reserve__heading {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: .06em;
      line-height: 1.8;
    }
    .reserve__text {
      font-size: 14px;
      letter-spacing: .1em;
      margin: 7px 0 0;
    }
    .reserve__text + .reserve__text {
      margin: 40px 0 0;
    }
    .reserve__btns {
      width: 84.375%;
      max-width: 1080px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .reserve__btn {
      width: 100%;
      font-size: 22px;
      letter-spacing: .1em;
      line-height: 1.6;
    }
    .reserve__btn .inner,
  .reserve__btn a {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #000;
      text-align: center;
      height: 100px;
    }
    .reserve__btn a:hover {
      -webkit-filter: contrast(.9);
      filter: contrast(.9);
    }
    .reserve__btnHeading {
      font-size: 14px;
    }
  }
