.archive-img img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

dl.rest-top-place {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 14px;
}
dl.rest-top-place dt {
  width: 20px;
  margin-top: -4px;
}
dl.rest-top-place dt img {
  height: auto;
  width: 14px;
  font-size: 0;
}
dl.rest-top-place dd {
  width: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  font-size: 12px;
}
dl.rest-top-place dd p {
  line-height: 1.8;
}

.archive-rest-place dl.rest-top-place {
  display: none;
}

.guide-remodal {
  max-width: 640px;
  padding: 0 6vw;
  background: transparent;
  margin: 0;
}

.guide-remodal-inner {
  margin-bottom: 60px;
}
.guide-remodal-inner p:nth-child(1) {
  margin-bottom: 30px;
}

.remodal-close-btn {
  position: relative;
  padding-bottom: 30px;
  display: block;
}
.remodal-close-btn p {
  width: 60px;
  margin: 0 auto;
  position: relative;
}
.remodal-close-btn p span {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background: #fff;
}
.remodal-close-btn p span:nth-child(1) {
  transform: rotate(-45deg);
}
.remodal-close-btn p span:nth-child(2) {
  transform: rotate(45deg);
}
.remodal-close-btn b {
  color: #fff;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  width: 100%;
}

.guide-logo {
  width: 70%;
  margin: 0 auto 20px;
}

.guide-h2 {
  color: #4c91b8;
}

.guide-cont ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 6vw;
  border-top: 2px solid #ececf5;
}

.guide-icon {
  width: 12%;
}

.guide-right {
  width: 84%;
}

.guide-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.guide-pdf {
  padding: 20px 6vw;
  border-top: 2px solid #ececf5;
  font-weight: bold;
}

.lift-orange {
  background: #ed7d31;
}

.lift-purple {
  background: #8b6dcf;
}

.under-nav {
  padding: 20px 2%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #ecedf5;
}
.under-nav li {
  width: 32%;
  height: 50px;
  margin: 0 auto;
}
.under-nav li a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  line-height: 1.5;
}

.archive-text-rest .archive-name {
  margin: 0;
}

.ski-info-list dl dt {
  width: 25%;
}
.ski-info-list dl dd {
  width: 70%;
}

.rest-time-map {
  position: relative;
  overflow: hidden;
}

.rest-time-map-inner {
  position: relative;
}

.rest-map-pin {
  position: absolute;
  width: 15%;
  padding: 3px 5px;
  background: rgba(76, 145, 184, 0.8);
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
}
.rest-map-pin p {
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px dotted #fff;
  text-align: center;
  font-size: 8px;
  font-weight: bold;
  line-height: 1.2;
}
.rest-map-pin p:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

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