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

.copyArea {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0 50px;
}
@media screen and (max-width: 1260px) {
  .copyArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .copyArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .copyArea {
    padding: 50px 0;
  }
}
@media screen and (max-width: 668px) {
  .copyArea {
    padding: 30px 0;
  }
}
.copyArea > h3 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 130%;
}
@media screen and (max-width: 960px) {
  .copyArea > h3 {
    font-size: 2rem;
  }
}
.copyArea > p {
  line-height: 140%;
}
@media screen and (max-width: 668px) {
  .copyArea > p {
    font-size: 1.6rem;
  }
}

.menuArea {
  padding: 0 30px 100px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .menuArea {
    padding: 0 30px 50px;
  }
}
.menuArea > p {
  display: inline-block;
  margin: 0 10px;
}
.menuArea > p a {
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #055f8c;
}
.menuArea > p a::after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 3px;
  background-color: #f2f2f2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menuArea > p a:hover::after {
  background-color: #055f8c;
}

.reNewArea .general-section {
  text-align: center;
}
.reNewArea .mainLabel {
  font-size: 3.5rem;
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .reNewArea .mainLabel {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) {
  .reNewArea .mainLabel {
    font-size: 2.5rem;
  }
}
.reNewArea .hotelList {
  margin-top: 2em;
  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;
}
.reNewArea .hotelList__item {
  margin: 0 1em;
  max-width: 550px;
}
.reNewArea .hotelList__item .thumb {
  border-radius: 1em;
  overflow: hidden;
  margin-bottom: 1em;
}
.reNewArea .hotelList__item .ttl {
  font-size: 120%;
}
.reNewArea .hotelList__item .btn {
  background: #055f8c;
  color: #FFF;
  text-align: center;
  padding: 1em;
  border-radius: 0.8em;
  margin-top: 1em;
  display: block;
  position: relative;
}
.reNewArea .hotelList__item .btn:before {
  content: "";
  width: 9em;
  height: 1px;
  position: absolute;
  background: #FFF;
  left: 50%;
  margin-left: -4.5em;
  bottom: 1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.reNewArea .hotelList__item .btn:hover:before {
  opacity: 1;
}
@media screen and (max-width: 668px) {
  .reNewArea .hotelList {
    display: block;
  }
  .reNewArea .hotelList__item {
    margin-top: 3em;
  }
  .reNewArea .hotelList__item:first-child {
    margin-top: 0;
  }
}
.reNewArea .sConteiner {
  margin-top: 4em;
}
.reNewArea .sConteiner > .ttl {
  font-size: 2.5rem;
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 1em;
  color: #055f8c;
}
@media screen and (max-width: 960px) {
  .reNewArea .sConteiner > .ttl {
    font-size: 2rem;
  }
}
.reNewArea .showerDetail {
  background: #f5f5f9;
  border-radius: 0.3em;
  padding: 1em;
  font-weight: 400;
  margin: 1em 0;
}
.reNewArea .simpleList {
  margin-top: 3em;
  text-align: left;
}
.reNewArea .simpleList li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 90%;
  font-weight: 400;
}
.reNewArea .flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px;
  margin: 3em auto 4em;
}
.reNewArea .flexWrap .thumb {
  max-width: 400px;
  width: 50%;
  overflow: hidden;
  border-radius: 1em;
  margin-right: 2em;
}
.reNewArea .flexWrap .textArea {
  font-weight: 400;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 668px) {
  .reNewArea .flexWrap {
    display: block;
    margin: 0;
  }
  .reNewArea .flexWrap .thumb {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .reNewArea .flexWrap .textArea {
    margin-top: 1.2em;
  }
}