@charset "UTF-8";
.guide_area {
  width: min(100%, 984px);
  padding-top: 12px;
  padding: 0 12px;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .guide_area {
    width: 100%;
    padding: 0 12px 0 5px;
  }
}
.guide_area p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.guide_area .area {
  padding-top: 60px;
}
.guide_area .area_ttl {
  border-bottom: 1px solid #eb6d8e;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
.guide_area .area a {
  text-decoration: underline;
}

.item_wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 17px;
  padding: 10px 0 0;
  counter-increment: mycounter;
}
@media screen and (max-width: 540px) {
  .item_wrap .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 15px;
  }
  .item_wrap .item .txt_wrap {
    display: contents;
  }
}
.item_wrap .item:not(:last-of-type) {
  margin-bottom: 65px;
}
@media screen and (min-width: 841px) {
  .item_wrap .item:not(:last-of-type) .icon::after {
    content: "";
    background: url(../img/arrow.svg) no-repeat center/auto;
    width: 16px;
    height: 19px;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -34px;
    left: 50%;
  }
}
@media screen and (max-width: 540px) {
  .item_wrap .item:not(:last-of-type) {
    position: relative;
  }
  .item_wrap .item:not(:last-of-type)::after {
    content: "";
    background: url(../img/arrow.svg) no-repeat center/auto;
    width: 16px;
    height: 19px;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -34px;
    left: 50%;
  }
}
.item_wrap .item .icon {
  border: 1px solid #EB6D8E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 138px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  position: relative;
}
.item_wrap .item .icon::before {
  content: counter(mycounter, decimal-leading-zero);
  background: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 39px;
  aspect-ratio: 1/1;
  color: #E6E6E1;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 0.3em;
  position: absolute;
  top: -10px;
  right: -10px;
}
@media screen and (max-width: 540px) {
  .item_wrap .item .icon {
    width: 91px;
    padding: 0.3em 18px 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .item_wrap .item .icon img {
    width: 100%;
  }
  .item_wrap .item .icon::before {
    width: 31px;
    font-size: 15px;
  }
}
.item_wrap .item .item_ttl {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  line-height: 1.5;
}
.item_wrap .item .item_ttl:not(:first-of-type) {
  margin-top: 24px;
}
@media screen and (max-width: 540px) {
  .item_wrap .item .item_ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
  }
}

.line_coupon {
  width: min(100%, 360px);
  margin-top: 24px;
}

.scroll_wrap {
  overflow-x: scroll;
  margin-right: -12px;
  scrollbar-width: none;
}
.scroll_wrap::-webkit-scrollbar {
  display: none;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
  width: 620px;
}
.grid img {
  max-width: 100%;
}
.grid p {
  margin-top: 10px;
}

p.point_ttl {
  margin: 30px 0 12px;
  font-size: 18px;
  font-weight: bold;
}

.point {
  border: 1px solid #EB6D8E;
  border-bottom: 0;
  border-right: 0;
  width: 100%;
  margin-bottom: 12px;
}
.point th, .point td {
  border-right: 1px solid #EB6D8E;
  border-bottom: 1px solid #EB6D8E;
  padding: 23px 35px;
}
@media screen and (max-width: 540px) {
  .point th, .point td {
    padding: 12px 15px;
  }
}
.point th {
  width: 194px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 540px) {
  .point th {
    width: 90px;
    line-height: 1.5;
    padding: 12px 0;
  }
}
.point td {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 540px) {
  .point td {
    line-height: 1.5;
  }
  .point td .list li {
    margin-top: 5px;
    line-height: 1.5;
  }
}

.parking_list {
  border: 1px solid #EB6D8E;
  gap: 0;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .parking_list {
    display: block;
  }
}
.parking_list dl:first-of-type {
  border-right: 1px solid #EB6D8E;
}
@media screen and (max-width: 540px) {
  .parking_list dl:first-of-type {
    border: none;
    border-bottom: 1px solid #EB6D8E;
  }
}
.parking_list dl dt {
  border-bottom: 1px solid #EB6D8E;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.parking_list dl dd {
  padding: 30px;
}
.parking_list dl dd p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
}
.parking_list dl dd p.txt_pink {
  margin: 23px 0 0;
  color: #EB6D8E;
  font-weight: bold;
}

.txt_sm {
  font-size: 14px !important;
}

.mt10 {
  margin-top: 10px;
}

.list li {
  margin-left: 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.list.dots li {
  list-style: "・";
}
.list.circle li {
  list-style: "◎";
}
.list.notes li {
  list-style: "※";
}
.list.disc li {
  list-style: "●";
}