p.tel_notion {
    text-align: center;
    margin: 120px auto 0;
    font-size: 85%;
}
#plan {
    margin-top: 80px;
}
#map p.p1 {
    font-size: 85%;
}
#map p.p1 strong {
    color: #8dc21f;
}
#map {
    margin-top: 50px;
}
a.btn-tell p.number {
    margin-bottom: 0;
}
p.btn-tell_notion {
    text-align: center;
}
p.btn-tell_notion {
    color: white;
}
a.btn-tell {
    margin-bottom: 0;
}

a.btn-reserve {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto 14px;
  }
  
  a.btn-reserve p.btn {
    -webkit-transition: .3s;
    transition: .3s;
    background: #8dc21f;
    font-size: 20px;
    font-weight: bold;
    color: black;
    height: 50px;
    line-height: 50px;
    width: 90vw;
    text-align: center;
    border-radius: 8px;
  }
  
  a.btn-reserve p.btn:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
    background-image: url(../img/calendar.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  
  a.btn-reserve p.number {
    -webkit-transition: .3s;
    transition: .3s;
    margin: 10px auto;
    text-align: center;
    font-size: 36px;
    color: #8dc21f;
    font-weight: bold;
    margin-bottom: 0;
  }
  
  a.btn-reserve:hover p.btn {
    background: #ffff00;
  }
  
  a.btn-reserve:hover p.number {
    color: #ffff00;
  }

  .btn_tel_wrap,
  .btn_reserve_wrap {
    margin-bottom: 40px;
}
  @media only screen and (min-width: 768px) {
      a.btn-reserve p.btn {
          font-size: 22px;
          max-width: 400px;
      }
      a.btn-reserve p.number {
        font-size: 40px;
        margin: 15px auto 0;
    }
  }
  @media only screen and (min-width: 900px) {
  .btn_wrap {
    display: flex;
    max-width: 880px;
    margin: 0 auto 40px;
}
.btn_wrap > div {
    width: 50%;
}
.btn_tel_wrap,
.btn_reserve_wrap {
  margin-bottom: 0;
}
  }

  p.center {
    text-align: center;
  }

  #header-sub a.btn-tell {
    position: relative;
    right: auto;
    left: auto;
}

  #header-sub .btn_wrap {
    position: relative;
    right: auto;
    left: auto;
}