@charset "UTF-8";


/* plan */
#plan_btn {
  width: 50%;
  height: auto;
  margin: 0 auto;
}
.plan {
  color: #A57B08;
  box-shadow: 0 0 0 2px #A57B08, 0 0 0 6px #f5f1e7, 0 0 0 9px #A57B08;
  background-color: #fff;
  text-align: center;
  padding: 3rem 2rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.plan h3 {
  font-family: Noto Serif JP;
  font-size: 2rem;
  line-height: 2.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;

  /* ブラックフライデーアイコン */
  /* background: url(../images/sapporo/bn_bf-mrk.jpg) top left no-repeat;
  background-position: left top;
  background-size: 80px; */
}
.bf_bnn {
  width: 100%;
  text-align: center;
}
.bf_bnn p {
  width: 40%;
  margin: 0 auto 1.5rem;
  padding: 0.8rem 0;
  background: #000;
  color: #FFF;
}

@media (max-width: 750px) {
  #plan_btn {
    width: 85%;
    height: auto;
    margin: 0 auto;
  }

  .plan h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .bf_bnn p {
    width: 60%;
    margin: 0 auto 1.5rem;
    padding: 0.8rem;
    background: #000;
    color: #FFF;
  }
}
.plan .reserve {
  margin: 2rem 0 3rem;
}

/* @media (max-width: 750px) {
  .plan .reserve {
    margin: 2rem 0 2.5rem;
    padding: 3rem;
    background: url(../images/sapporo/bn_bf-mrk.jpg) top center no-repeat;
  }
} */
.plan .reserve span.top {
  display: block;
  height: 3px;
  background-color: #A57B08;
}

.plan .reserve span.bottom {
  display: block;
  height: 1px;
  background-color: #A57B08;
  margin-top: 2px;
}

.plan .reserve p img {
  width: 200px;
  position: relative;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.plan p img {
  width: 10rem;
}

.plan ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
}

@media (max-width: 1000px) {
  .plan ul {
    display: block;
  }
}
.plan ul li {
  width: 31%;
}

@media (max-width: 1000px) {
  .plan ul li {
    width: 100%;
    max-width: 400px;
    margin: 2rem auto;
  }
  .plan ul li:last-of-type {
    margin-bottom: 0;
  }
}
.plan ul li span {
  display: block;
  text-align: left;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  min-height: 25.59px;
}

.plan ul li a {
  display: block;
  background: url(../images/monterey/plan_arrow.svg) center right 15px no-repeat #A57B08;
  background-size: 24px;
  color: #fff !important;
  font-weight: 700;
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
  border-radius: 15px;
}

@media (max-width: 750px) {
  .plan ul li a {
    font-size: 1rem;
  }
  .plan ul li a:last-of-type {
    margin-bottom: 0;
  }
  .plan ul li span {
    line-height: normal;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.areaBox h3 {
  text-align: center;
  line-height: 2rem;
  font-weight: 600 !important;
  color: #A57B08;
}

@media (min-width: 751px) {
  .areaBox h3 {
    padding-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .areaBox h3 {
    padding-top: 4vw;
    margin-bottom: 4vw;
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.areaBox {
  max-width: 530px;
  width: 48%;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 750px) {
  .areaBox {
    width: 100%;
    max-width: 750px;
    margin-bottom: 8vw;
  }
  .areaBox p {
    font-size: 1rem;
    line-height: 2.25rem;
  }
}
.areaBox span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #A57B08;
}

.areaBox .img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.areaBox.new:after {
  content: "";
  width: 120px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon_new.svg) left top no-repeat;
  background-size: contain;
}

.areaBox h4 {
  color: #A57B08;
  margin: 1.25rem 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 2.5rem;
}

.areaBox p {
  margin-top: 15px;
  margin-bottom: 25px;
}

.areaBox ul li {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  position: relative;
}

#monterey .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

/*# sourceMappingURL=hakodate_23sum.css.map */