@charset "utf-8";
body {
  margin: 0 0 68px 0;
  padding: 0;
  background-color: #f0e1e2;
  text-align: center;
}
.image-wrapper {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn-box {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
}
@media screen and (max-width: 799px) {
  .btn-box {
    width: 100%;
  }
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #1d2756;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #1d2756;
}

  .reserve-box1{
    position: absolute;
    bottom: 8.5%;
    right: 3.3%;
    width: 26.5%;
    height: 5.8%;
    aspect-ratio: 1 / 1;
}
  .reserve-box2{
    position: absolute;
    bottom: 0.5%;
    right: 4.5%;
    width: 23.8%;
    height: 5.5%;
    aspect-ratio: 1 / 1;
}
.line-box{
    position: absolute;
    bottom: 2.5%;
    right: 68%;
    width: 9%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .map-box{
    position: absolute;
    bottom: 0.6%;
    right: 33%;
    width: 30.5%;
    height: 10.5%;
    aspect-ratio: 1 / 1;
  }
.catalog-box{
    position: absolute;
    bottom: 6%;
    right: 4.5%;
    width: 23.7%;
    height: 5.5%;
    aspect-ratio: 1 / 1;
  }
 .line-box a{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    display: block;
  }
  .map-box a,
  .catalog-box a,
  .reserve-box1 a,
  .reserve-box2 a{
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    display: block;
  }