/* media query */
body {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 668px) {
  body {
    font-size: 1.6rem;
  }
}

.reNewArea img {
  border-radius: 1em;
}
.reNewArea .page-lead {
  background: #FFF;
}
.reNewArea .page-lead__text01 {
  font-size: 2.5rem;
  line-height: 130%;
}
@media screen and (max-width: 960px) {
  .reNewArea .page-lead__text01 {
    font-size: 2rem;
  }
}
.reNewArea .page-lead__text02 {
  font-size: 100%;
}
.reNewArea .btn01 {
  font-size: 100%;
  height: auto;
  width: auto;
  display: block;
}
.reNewArea .btn01 a {
  padding: 0.4em;
  border-radius: 0.8em;
  background: #055f8c;
  position: relative;
}
.reNewArea .btn01 a::before {
  content: "";
  width: 10em;
  height: 1px;
  position: absolute;
  left: 50%;
  margin-left: -5em;
  bottom: 0.7em;
  background: #FFF;
  opacity: 0;
  transition: 0.2s;
}
.reNewArea .btn01 a:hover:before {
  opacity: 1;
}
.reNewArea .mwplan-areattl {
  font-size: 280%;
  font-weight: 500;
}
.reNewArea .mwplan-areattl span {
  font-size: 100%;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .reNewArea .mwplan-areattl {
    font-size: 200%;
  }
}
.reNewArea .hotels-list-subtitle {
  font-size: 80%;
}
.reNewArea #guaranteeWrap {
  width: 100%;
  padding: 70px 0 80px;
}
.reNewArea #guaranteeWrap .box.first {
  margin-bottom: 3em;
  margin-top: 1.5em;
}
.reNewArea #guaranteeWrap .box h3 {
  font-size: 130%;
  margin-bottom: 1.2em;
  font-weight: 500;
  color: var(--accent-color);
}
.reNewArea #guaranteeWrap p.txt {
  font-size: 100%;
  margin-bottom: 1em;
}
.reNewArea #guaranteeWrap .box ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16em, 1fr));
  font-size: 90%;
  gap: 0 20px;
}
.reNewArea #guaranteeWrap .box ul li {
  padding: 15px 0 15px 16px;
  border-bottom: 1px dotted #CFCFCF;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
}
.reNewArea #guaranteeWrap .box ul li::before {
  content: "";
  background-color: var(--accent-color);
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 10px;
  height: 2px;
}/*# sourceMappingURL=index.css.map */