/* 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__text01 {
  font-size: 2.5rem;
  line-height: 130%;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .reNewArea .page-lead__text01 {
    font-size: 2rem;
  }
}
.reNewArea .page-lead__text02 {
  margin-top: 1em;
  line-height: 1.8;
  font-size: 100%;
}
.reNewArea .page-lead__text02 span {
  font-size: 100%;
}
.reNewArea .page-lead__text02 a {
  text-decoration: underline;
  color: var(--accent-color);
}
.reNewArea .mwplan-subttl {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 130%;
}
@media screen and (max-width: 960px) {
  .reNewArea .mwplan-subttl {
    font-size: 2rem;
  }
}
.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 .mwplan-merit-item__txt {
  font-size: 100%;
}
.reNewArea .mwplan-merit-item__txt span {
  font-size: 120%;
  font-weight: 500;
}
.reNewArea .mwplan-anchor {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reNewArea .mwplan-anchor__item {
  font-size: clamp(1.2rem, 2vw, 100%);
  width: min(340px, 33.3333333333% - 10.6666666667px);
}
@media (max-width: 768px) {
  .reNewArea .mwplan-anchor__item {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1.8em;
  }
  .reNewArea .mwplan-anchor__item:after {
    width: 0.5em;
    height: 0.5em;
    bottom: 9px;
  }
  .reNewArea .mwplan-anchor__item br {
    display: none;
  }
}
.reNewArea .general-anchor-nav--area {
  grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
}
.reNewArea .general-anchor-nav__item {
  height: auto;
}
.reNewArea .general-anchor-nav__item a {
  font-size: 90%;
  font-weight: 500;
  height: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (max-width: 768px) {
  .reNewArea .general-anchor-nav__item a br {
    display: none;
  }
}
.reNewArea .hotels-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(7em, 12em));
  gap: 2em 1em;
}
@media (max-width: 768px) {
  .reNewArea .hotels-list {
    display: block;
  }
  .reNewArea .hotels-list__item {
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.reNewArea .hotels-list__item {
  position: relative;
  width: auto;
  padding-bottom: 6em;
}
@media (max-width: 768px) {
  .reNewArea .hotels-list__item {
    padding-bottom: 0;
  }
}
.reNewArea .hotels-list__title {
  font-size: clamp(1.5rem, 4vw, 105%);
}
.reNewArea .hotels-list__text {
  font-size: 85%;
}
.reNewArea .hotels-list__contact {
  font-size: 85%;
}
.reNewArea .hotels-list__contact dt, .reNewArea .hotels-list__contact dd {
  font-size: 100%;
}
.reNewArea .hotels-list__image img {
  height: auto;
}
.reNewArea .hotels-list .hotels-mail {
  position: relative;
}
.reNewArea .hotels-list .hotels-mail a {
  position: absolute;
  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;
  right: 0;
  top: -2em;
  width: 1.6em;
  height: 1.6em;
  border: 1px solid #ababab;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.2em;
}
.reNewArea .hotels-list .hotels-mail a img {
  height: auto;
  border-radius: 0;
}
@media (max-width: 768px) {
  .reNewArea .hotels-list .hotels-mail a {
    right: 1em;
  }
}
.reNewArea .hotels-list__links {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.reNewArea .hotels-list__links .general-button {
  font-size: 90%;
  border-radius: 0.8em;
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
}
.reNewArea .hotels-list__links .general-button::before {
  content: "";
  width: 10em;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 50%;
  margin-left: -5em;
  bottom: 0.6em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.reNewArea .hotels-list__links .general-button:hover::before {
  opacity: 1;
}
@media (max-width: 768px) {
  .reNewArea .hotels-list__links {
    position: static;
    width: 94%;
  }
}
.reNewArea .fixed-fee-title {
  font-size: clamp(2rem, 6vw, 180%);
}
.reNewArea .fixed-fee-heading {
  font-size: clamp(1.6rem, 5vw, 120%);
}
.reNewArea .fixed-fee-intro__text {
  font-size: 100%;
  font-weight: normal;
}
@media (max-width: 768px) {
  .reNewArea .fixed-fee-hotels {
    width: calc(100% - 8vw);
  }
}
.reNewArea .hotels-list.-fixed-fee {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
}
.reNewArea .mwplan-more__title {
  font-size: 3.5rem;
  line-height: 130%;
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .reNewArea .mwplan-more__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) {
  .reNewArea .mwplan-more__title {
    font-size: 2.5rem;
  }
}
.reNewArea .mwplan-more__title span {
  font-size: 120%;
}
.reNewArea .mwplan-more__reserve {
  margin: 2em auto 0;
  font-size: 140%;
  border-radius: 0.8em;
  padding: 1em;
  background: #055f8c;
  position: relative;
}
.reNewArea .mwplan-more__reserve::before {
  content: "";
  width: 8em;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 50%;
  margin-left: -4em;
  bottom: 1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.reNewArea .mwplan-more__reserve:hover::before {
  opacity: 1;
}
@media (max-width: 767px) {
  .reNewArea .mwplan-more__reserve {
    max-width: 18em;
    padding: 0.8em;
    font-size: 120%;
    margin: 1.5em auto 1em;
  }
}

.floatLink {
  position: fixed;
  left: 0;
  bottom: 0;
  max-width: 700px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.floatLink__item {
  min-width: 10em;
}
.floatLink__item a {
  display: block;
  padding: 1em;
  color: #FFF;
  text-align: center;
  background: #055f8c;
  line-height: 1.5;
  height: 100%;
}
.floatLink__item a .spShow {
  display: none;
}
.floatLink__item:nth-child(2) a {
  background: #033e5b;
}
.floatLink__item:nth-child(3) a {
  background: #011c2a;
}
@media (max-width: 767px) {
  .floatLink__item {
    min-width: 6em;
  }
  .floatLink__item a {
    font-size: 60%;
    min-height: 6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .floatLink__item:nth-child(1) {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
  }
  .floatLink__item:nth-child(2) {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
  .floatLink__item:nth-child(3) {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media (max-width: 500px) {
  .floatLink__item a {
    line-height: 1.4;
    padding: 0.5em;
  }
  .floatLink__item a .spShow {
    display: inline;
  }
}

@media (max-width: 767px) {
  .pagetop {
    right: 70px !important;
    bottom: 80px !important;
  }
  div[data-v-67cc8073] {
    bottom: 35px !important;
  }
  #tripla-icon-message {
    bottom: 140px !important;
  }
}