@charset "UTF-8";

.wrapper {
  overflow: hidden;
}

.slider {
  margin-bottom: 3.125rem;
}

.slick-list.draggable {
  width: 100vw;
  height: 45vw;
  max-height: 550px;
  overflow: hidden;
}

.slick-slide {
  width: 100vw;
  height: 45vw;
  max-height: 600px;
  background-size: cover;
  float: left;
  outline: none;
}

.slider02 {
  background-image: url(/img/top_slide04.jpg);
  background-position: top 38% right 55%;
  position: relative;
}

.slider02-text {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho",
    serif;
  font-size: 2em;
  color: #fff;
  text-shadow: 0 0 0.5em #000, 0 0 0.5em rgba(0, 0, 0, 0.5);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  position: absolute;
  top: 13em;
  padding: 0 1.5em;
  line-height: 1.15;
  pointer-events: none;
}

.slider04 {
  background-image: url(/img/top_slide08.jpg);
  background-position: center;
}

.slider04-text {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho",
    serif;
  font-size: 2em;
  color: #fff;
  text-shadow: 0 0 0.5em #000, 0 0 0.5em rgba(0, 0, 0, 0.5);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  position: absolute;
  top: 3em;
  padding: 0 2em;
  line-height: 1.15;
  pointer-events: none;
}

.slider05 {
  background-image: url(/img/top_slide02.jpg);
  background-position: top 58% right 50%;
}

.slider07 {
  background-image: url(/img/top_slide06.jpg);
}

.slider09 {
  background-image: url(/img/top_slide09.jpg);
}

.slider10 {
  background-image: url(/img/top_slide10.jpg);
}

.slider__prev-arrow,
.slider__next-arrow {
  width: 4.16vw;
  max-width: 50px;
  height: 4.16vw;
  max-height: 50px;
  position: absolute;
  top: 42%;
  z-index: 1;
  cursor: pointer;
}

.slider__next-arrow {
  right: 1%;
}

.slider__prev-arrow {
  left: 1%;
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
}

.slick-dots {
  height: 3.125rem;
  background-color: #143e20;
}

.slick-dots li {
  width: 17px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: auto;
}

.slick-dots li:nth-child(1) {
  left: 34%;
}

.slick-dots li:nth-child(2) {
  left: 38%;
}

.slick-dots li:nth-child(3) {
  left: 42%;
}

.slick-dots li:nth-child(4) {
  left: 46%;
}

.slick-dots li:nth-child(5) {
  left: 50%;
}

.slick-dots li:nth-child(6) {
  left: 54%;
}

.slick-dots li:nth-child(7) {
  left: 58%;
}

.slick-dots li:nth-child(8) {
  left: 62%;
}

.slick-dots li:nth-child(9) {
  left: 66%;
}

.slick-dots button {
  width: 17px;
  height: 17px;
  outline: none;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.48);
  color: transparent;
  cursor: pointer;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
}

.slick-active button {
  background-color: #fff;
}

.slider__logo {
  width: 22vw;
  max-width: 280px;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.7s ease-out;
}

.slider__logo.show {
  opacity: 1;
}

.slider-logo__char {
  position: absolute;
  width: 60%;
  right: -7.5%;
  bottom: 6%;
}

.slider__yoyaku-btn,
.hotel-stay__yoyaku-btn,
.information__show-btn,
.how-to-reserve__btn,
.how-to-details__btn,
.campaign__yoyaku-btn {
  height: 3.56em;
  font-size: 1.2em;
  text-align: center;
  line-height: 3.56em;
  letter-spacing: 0.2em;
  text-indent: 0.4em;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.slider__yoyaku-btn,
.hotel-stay__yoyaku-btn,
.information__show-btn {
  width: 20vw;
  max-width: 400px;
}

.slider__yoyaku-btn {
  font-weight: bold;
  border: solid 1px #fff;
  background-color: #f3a516;
  color: #fff;
  position: absolute;
  right: 9%;
  bottom: 21%;
}

.hotel-stay__yoyaku-btn {
  font-weight: bold;
  border: solid 1px #fff;
  background-color: #f3a516;
  color: #fff;
}

.information__show-btn {
  background-color: #456fad;
  color: #fff;
}

.campaign__yoyaku-btn {
  display: block;
  width: 30vw;
  max-width: 360px;
  font-weight: bold;
  border: solid 1px #fff;
  background-color: #f3a516;
  color: #fff;
}

.how-to-reserve__btn,
.how-to-details__btn {
  width: 26.16vw;
  max-width: 314px;
  background-color: #456fad;
  color: #fff;
}

.how-to-reserve__btn {
  margin-top: 1em;
}

.how-to-details__btn,
.how-to-reserve__btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.how-to-details__btn {
  margin-top: 1.8em;
}

.dv-pc .slider__yoyaku-btn:hover,
.dv-pc .hotel-stay__yoyaku-btn:hover
.dv-pc .campaign__yoyaku-btn:hover {
  background-color: #ff1717;
  color: #fff;
}

.dv-pc .information__show-btn:hover,
.dv-pc .how-to-reserve__btn:hover,
.dv-pc .how-to-details__btn:hover {
  background-color: #143e20;
}

.how-to-use__round-box {
  width: 15.875em;
  height: 15.875em;
  border-radius: 15em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto 6.3em;
}

.round-img1 {
  background-image: url(../img/how-to-use_round1.jpg);
}
.round-img2 {
  background-image: url(../img/how-to-use_round2.jpg);
}
.round-img3 {
  background-image: url(../img/how-to-use_round3.jpg);
}
.round-img4 {
  background-image: url(../img/how-to-use_round4.jpg);
}
.round-img5 {
  background-image: url(../img/how-to-use_round5.jpg);
}

.hotel-stay,
.how-to-use__reserve-visuals,
.how-to-use__shadow-box {
  margin-bottom: 6.25em;
}

.how-to-use__shadow-box:last-child {
  margin-bottom: 0;
}

.hotel-stay__title,
.how-to-use__title {
  margin: 0 auto 4em;
  padding-top: 3.5em;
  display: block;
}

.hotel-stay__title {
  width: 24vw;
  max-width: 360px;
}

.hotel-stay__article {
  margin-bottom: 4.375em;
  display: flex;
  -webkit-display: flex;
}

.detail__circles {
  width: 53.3vw;
  max-width: 640px;
  margin-bottom: 2.8125em;
}

.detail__text {
  width: 54.16vw;
  max-width: 650px;
  font-size: 1.125em;
  text-align: justify;
}

.hotel-stay__logo {
  width: 26.166vw;
  max-width: 314px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.hotel-stay__table {
  height: 100px;
}

.table__cell01,
.table__cell02,
.table__cell03,
.table__cell04,
.table__cell05,
.table__cell06,
.table__cell07,
.table__cell08,
.table__cell09,
.table__cell10 {
  width: 16.6vw;
  max-width: 200px;
  height: 50px;
  border: solid 1px #fff;
  font-size: 0.875em;
  color: #fff;
  text-align: center;
  line-height: 50px;
  display: block;
  float: left;
}

.table__cell01,
.table__cell03,
.table__cell05,
.table__cell06,
.table__cell07,
.table__cell08,
.table__cell09,
.table__cell10 {
  letter-spacing: 0.2em;
  text-indent: 0.4em;
  -webkit-transition: background 0.3s, color;
  transition: background 0.3s, color;
}

.table__cell02,
.table__cell04 {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.table__cell01,
.table__cell03,
.table__cell05,
.table__cell07,
.table__cell09 {
  background-color: #456fad;
}

.table__cell02,
.table__cell04,
.table__cell06,
.table__cell08,
.table__cell10 {
  background-color: rgba(69, 111, 173, 0.8);
}

.dv-pc .table__cell01:hover,
.dv-pc .table__cell02:hover,
.dv-pc .table__cell03:hover,
.dv-pc .table__cell04:hover,
.dv-pc .table__cell05:hover,
.dv-pc .table__cell06:hover,
.dv-pc .table__cell07:hover,
.dv-pc .table__cell08:hover,
.dv-pc .table__cell09:hover,
.dv-pc .table__cell10:hover {
  background-color: #143e20;
}

.hotel-stay__yoyaku-btn {
  width: 40vw;
  max-width: 400px;
  margin: 3.4375em auto 0;
  display: block;
}

.hotel-stay__pic-box {
  margin-top: 4.375em;
}

.hotel-stay__pic-text {
  font-size: 1.125em;
  line-height: 1.5;
  color: #000;
  text-align: right;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  position: absolute;
  top: 5%;
  right: 2.3%;
}

.information {
  height: 15.4em;
  background-color: #143e20;
  padding-bottom: 0.4em;
  position: relative;
}

.information__logo {
  width: 83.3vw;
  max-width: 1000px;
  height: 100%;
  background-image: url(../img/information_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  pointer-events: none;
}

.information__title {
  width: 28.33vw;
  max-width: 340px;
  margin: 0 auto 1.5625em;
  padding-top: 1.5625em;
  display: block;
}

.information__border {
  width: 67%;
  margin-left: 0;
  margin-bottom: 1.2em;
  color: #fff;
}

.information__hiddenbox {
  width: 70.4%;
}

.information__news {
  width: 100%;
  font-size: 1.0625em;
  line-height: 2em;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  transition: opacity 0.1s ease-out;
  -webkit-transition: opacity 0.1s ease-out;
}

.dv-pc .information__news:hover {
  opacity: 0.5;
}

.information__show-btn {
  width: 16.6vw;
  max-width: 200px;
  margin: 2em auto 2.3em;
  display: block;
}

.how-to-use__title {
  width: 25.83vw;
  max-width: 310px;
}

.how-to-use__reserve-visuals {
  width: 100vw;
  height: 50vw;
  max-height: 500px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  -webkit-display: flex;
}

.reserve-visuals__link {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.reserve-visuals__webimg,
.reserve-visuals__telimg {
  width: 100%;
  height: 100%;
}

.reserve-visuals__webimg:after,
.reserve-visuals__telimg:after {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  content: "";
  display: block;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.reserve-visuals__webimg:after {
  background-image: url(../img/how-to-use_web.jpg);
}

.reserve-visuals__telimg:after {
  background-image: url(../img/how-to-use_tel.jpg);
}

.reserve-visuals__webbtn,
.reserve-visuals__telbtn {
  width: 75%;
  height: 8.3vw;
  text-align: center;
  letter-spacing: 0.5em;
  position: absolute;
  top: 69%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
}

.reserve-visuals__webbtn {
  background-color: #456fad;
  color: #fff;
}

.reserve-visuals__telbtn {
  background-color: #f3a516;
  color: #fff;
}

.dv-pc .reserve-visuals__link:hover .reserve-visuals__telbtn,
.dv-pc .reserve-visuals__link:hover .reserve-visuals__webbtn {
  background-color: #143e20;
}

.dv-pc .reserve-visuals__link:hover .reserve-visuals__webimg:after,
.dv-pc .reserve-visuals__link:hover .reserve-visuals__telimg:after {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.webbtn__text,
.telbtn__text {
  font-size: 1.4em;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, -50%);
  -webkit-transform: translate(-48%, -50%);
}

.how-to-use__shadow-box {
  width: 96.66%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5em 2.8em;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.shadow-box__title {
  height: 3.34em;
  margin: 0 auto 1.4em;
  border-bottom: solid 1px #717071;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 3.34em;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  text-align: center;
  color: #456fad;
}

.shadow-box__content {
  margin: 0 auto;
  display: flex;
  -webkit-display: flex;
}

.shadow-box__how-to-reserve {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.how-to-reserve__subheading,
.shadow-box__subheading,
.shadow-box__subheading-pcleft {
  margin-bottom: 0.9em;
  font-size: 1.5em;
  font-weight: bold;
  color: #456fad;
  line-height: 1.75;
}

.how-to-reserve__subheading {
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}

.shadow-box__subheading,
.shadow-box__text,
.how-to-details__btn {
  text-align: center;
}

.how-to-reserve__tel {
  margin-bottom: 0.3em;
  font-size: 1.4375em;
  font-weight: bold;
  display: block;
}

.dv-pc .how-to-reserve__tel {
  pointer-events: none;
}

.how-to-reserve__text,
.shadow-box__text,
.shadow-box__text-pcleft {
  font-size: 1.125em;
  line-height: 1.61;
}

.shadow-box__subheading-pcleft {
  text-align: left;
  margin-left: 2em;
}

.shadow-box__text-pcleft {
  text-align: left;
  margin-left: 2.7em;
}

.shadow-box__center-line {
  height: 12.1em;
}

.shadow-box__subheading--left {
  font-size: 1.5em;
  font-weight: bold;
  color: #456fad;
  line-height: 1.75;
}

.space {
  margin-left: 2em;
}

.space2 {
  margin-left: 1em;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.shadow-box__position {
  height: 40.8em;
  font-size: 1.6vw;
}

.shadow-box__position.fix {
  width: 86vw;
  height: auto;
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}

.shadow-box__omit-map {
  height: 100%;
  position: relative;
  display: none;
}

.omit-map__map {
  transition: transform 0s ease-out, width 0.6s ease-out, height 0.6s ease-out;
  -webkit-transition: transform 0s ease-out, width 0.6s ease-out,
    height 0.6s ease-out;
}

.shadow-box__omit-map.zoom {
  overflow: hidden;
  height: 164vw;
  max-height: 85vh;
}

.omit-map__map {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: transform 0s ease-out, width 0.6s ease-out, height 0.6s ease-out;
  -webkit-transition: transform 0s ease-out, width 0.6s ease-out,
    height 0.6s ease-out;
}

.shadow-box__omit-map.zoom > .omit-map__map {
  width: 300%;
  max-width: initial;
  max-width: auto;
}

.omit-map__map-btn {
  width: 5vw;
  max-width: 60px;
  position: absolute;
  top: 1.7em;
  right: 6%;
}

.map-btn__zoom {
  position: absolute;
}

.zoom .map-btn__zoom {
  opacity: 0;
}

.map-btn__close {
  opacity: 0;
}

.zoom .map-btn__close {
  opacity: 1;
}

.covid {
  width: 83.3vw;
  max-width: 1000px;
  margin: 0 auto 6.25em;
  border: double 1em #143e20;
}

.covid__content {
  width: 80%;
  padding: 1.5em 0;
  margin: 0 auto;
  color: #143e20;
}

.covid__title {
  width: 100%;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: solid 3px #143e20;
  font-size: 1.25em;
  letter-spacing: 0.2em;
  text-align: center;
}

.covid__cap {
  font-size: 1.15em;
}

.covid__example-list {
  margin-top: 1.8em;
  margin-bottom: 1em;
}

.covid__example-items {
  width: 49%;
  display: inline-block;
  font-size: 1em;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  white-space: nowrap;
}

.covid__text {
  font-size: 1em;
}

.covid__img-list {
  width: 100%;
  margin-top: 3em;
  margin-bottom: 1.75em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.covid__img-item {
  width: 28%;
}

.covid__img-item:nth-child(1) {
  margin-bottom: 1em;
}

.covid__img-text {
  font-size: 0.875em;
  line-height: 1.28;
  text-align: center;
}

.covid__img-box {
  height: 10.375em;
  overflow: hidden;
  border-radius: 1.25em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0.4em;
}

.covid__img-item:nth-child(1) .covid__img-box {
  background-image: url(../img/covid-img01.jpg);
}

.covid__img-item:nth-child(2) .covid__img-box {
  background-image: url(../img/covid-img02.jpg);
}

.covid__img-item:nth-child(3) .covid__img-box {
  background-image: url(../img/covid-img03.jpg);
}

.covid__img-item:nth-child(4) .covid__img-box {
  background-image: url(../img/covid-img04.jpg);
}

.covid__img-item:nth-child(5) .covid__img-box {
  background-image: url(../img/covid-img05.jpg);
}

.covid__img-item:nth-child(6) .covid__img-box {
  background-image: url(../img/covid-img06.jpg);
}

.welcome-box {
  display: flex;
  margin-bottom: 4.375em;
  padding: 0 10%;
}

.welcome-box p {
  width: 49%;
  border: solid 2px #fff;
  background-color: #004380;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
  color: #fff;
}
.welcome-box p:first-child {
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  /*
  .slider{
    margin-bottom: 8.3em;
  }

  .slick-list.draggable{
    height: 93.33vw;
    max-height: initial;
    max-height: auto;
  }

  .slider01,
  .slider02,
  .slider03{
    height: 93.33vw;
    max-height: initial;
    max-height: auto;
  }

  .slick-dots{
    height: 8.3em;
  }

  .slick-dots li:nth-child(1){
    left: 42%;
  }

  .slick-dots li:nth-child(2){
    left: 50%;
  }

  .slick-dots li:nth-child(3){
    left: 58%;
  }



  .slick-dots button{

  }

  .slider__prev-arrow,
  .slider__next-arrow{
    width: 8vw;
    height: 8vw;
    top: 42%;
  }

  .slider__prev-arrow{
    left: 5%;
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
  }

  .slider__next-arrow{
    right: 5%;
  }

  .slider__logo{
    width: 53.3vw;
    max-width: initial;
    max-width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-76%);
    -webkit-transform: translate(-50%,-76%);
  }

  .slider__yoyaku-btn{
    width: 53.3vw;
    max-width: initial;
    max-width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,142%);
    -webkit-transform: translate(-50%,142%);
  }

  .slider__yoyaku-btn,
  .hotel-stay__yoyaku-btn,
  .information__show-btn,
  .how-to-reserve__btn,
  .how-to-details__btn{
    height: 2.77em;
    font-size: 2.5em;
    line-height: 2.77em;
  }

  .hotel-stay{
    margin-bottom: 14em;
  }

  .hotel-stay__title,
  .how-to-use__title{
    max-width: initial;
    max-width: auto;
    margin-bottom: 6.2em;
    padding-top: 0;
  }

  .hotel-stay__title{
    width: 77vw;
    }

  .hotel-stay__article{
    margin-bottom: 4.5em;
  }

  .detail__circles,
  .detail__text{
    width: 89.3vw;
    margin: 0 auto;
    font-size: 2.7em;
    }

  .detail__circles{
    margin-bottom: 2em;
    }

  .hotel-stay__table{
    height: 250px;
  }

  .table__cell01,
  .table__cell02,
  .table__cell03,
  .table__cell04,
  .table__cell05,
  .table__cell06,
  .table__cell07,
  .table__cell08,
  .table__cell09,
  .table__cell10{
    width: 44.53vw;
    max-width: initial;
    max-width: auto;
    font-size: 2.4em;
  }

  .table__cell01,
  .table__cell04,
  .table__cell05,
  .table__cell08,
  .table__cell09{
    background-color: #456fad;
  }

  .table__cell02,
  .table__cell03,
  .table__cell06,
  .table__cell07,
  .table__cell10{
    background-color: rgba(69,111,173,.8);
  }

  .hotel-stay__yoyaku-btn,
  .information__show-btn{
    width: 53.33vw;
    max-width: initial;
    max-width: auto;
    margin-top: 3.3em;
  }

  .information{
    height: 39em;
  }

  .information__title{
    width: 88vw;
    max-width: initial;
    max-width: auto;
    margin-bottom: 3.5em;
    padding-top: 3.5em;
  }

  .information__border{
    width: 100vw;
    margin-bottom: 3.2em;
  }

  .information__topics{
    overflow: hidden;
  }

  .information__news{
    font-size: 2.7em;
    white-space: nowrap;
  }

  .information__show-btn{
    margin-bottom: 5em;
  }

  .how-to-use__title{
    width: 77vw;
  }

  .how-to-use__reserve-visuals{
    height: 100vw;
    max-height: initial;
    max-height: auto;
    margin-bottom: 15em;
    display: block;
  }

  .reserve-visuals__link{
    width: 100%;
    height: 50%;
    display: flex;
    -weblit-display: flex;
  }

  .reserve-visuals__link:nth-child(1){
    flex-flow: row-reverse;
  }


  .reserve-visuals__webimg,
  .reserve-visuals__telimg{
    width: 50%;
  }

  .reserve-visuals__webbtn,
  .reserve-visuals__telbtn{
    width: 50%;
    height: 100%;
    font-size: 2.8em;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
  }

  .how-to-use__shadow-box{
    width: 89.3vw;
    margin-bottom: 8em;
    padding: 0 4em 6em;
  }

  .shadow-box__title{
    height: 3em;
    margin-bottom: .9em;
    line-height: 3em;
    font-size: 4.5em;
    letter-spacing: .17em;
    text-indent: .17em;
  }

  .shadow-box__content{
    display: block;
  }

  .how-to-reserve__subheading{
    letter-spacing: 0;
    text-indent: 0;
  }

  .how-to-reserve__subheading,
  .shadow-box__subheading{
    margin-right: 0;
    margin-bottom: .4em;
    font-size: 3.5em;
  }

  .how-to-reserve__text,
  .shadow-box__text{
    font-size: 2.6em;
  }

  .how-to-reserve__btn,
  .how-to-details__btn{
    width: 53.33vw;
    max-width: initial;
    max-width: auto;
    letter-spacing: 0em;
    text-indent: -.1em;
  }

  .how-to-reserve__btn{
    margin-top: .9em;
    margin-bottom: 1.6em;
  }

  .how-to-details__btn{
    margin-top: 1.6em;
  }

  .shadow-box__center-line{
    height: 1px;
    width: 34.66vw;
    margin-bottom: 3.72em;
  }

  .how-to-reserve__tel{
    font-size: 3.4em;
  }

  .shadow-box__subheading--left{
    font-size: 3.5em;
  }

  .shadow-box__position{
    height: 31.4em;
  }

  .omit-map__map-btn{
    width: 8vw;
    right: 5%;
  }

  .map-btn__close{
    width: 5.2em;
  }

  .shadow-box__omit-map.zoom>.omit-map__map-btn{
    top: 4em;
    right: 5vw;
  }*/
}

@media screen and (min-width: 1201px) {
  .hotel-stay,
  .information__topics {
    width: 1000px;
  }

  .slick-dots li:nth-child(1) {
    left: 50%;
    transform: translate(-227px, -50%);
    -webkit-transform: translate(-227px, -50%);
  }

  .slick-dots li:nth-child(2) {
    left: 50%;
    transform: translate(-178px, -50%);
    -webkit-transform: translate(-178px, -50%);
  }

  .slick-dots li:nth-child(3) {
    left: 50%;
    transform: translate(-129px, -50%);
    -webkit-transform: translate(-129px, -50%);
  }

  .slick-dots li:nth-child(4) {
    left: 50%;
    transform: translate(-80px, -50%);
    -webkit-transform: translate(-80px, -50%);
  }

  .slick-dots li:nth-child(5) {
    left: 50%;
    transform: translate(-31px, -50%);
    -webkit-transform: translate(-31px, -50%);
  }

  .slick-dots li:nth-child(6) {
    left: 50%;
    transform: translate(18px, -50%);
    -webkit-transform: translate(18px, -50%);
  }

  .slick-dots li:nth-child(7) {
    left: 50%;
    transform: translate(67px, -50%);
    -webkit-transform: translate(67px, -50%);
  }

  .slick-dots li:nth-child(8) {
    left: 50%;
    transform: translate(116px, -50%);
    -webkit-transform: translate(116px, -50%);
  }

  .slick-dots li:nth-child(9) {
    left: 50%;
    transform: translate(165px, -50%);
    -webkit-transform: translate(165px, -50%);
  }

  .slick-dots li:nth-child(10) {
    left: 50%;
    transform: translate(214px, -50%);
    -webkit-transform: translate(214px, -50%);
  }

  .slider__yoyaku-btn,
  .hotel-stay__yoyaku-btn,
  .information__show-btn,
  .campaign__yoyaku-btn {
    height: 4em;
    line-height: 4em;
  }

  .information__border {
    width: calc(845px + ((100vw - 1200px) / 2));
  }

  .reserve-visuals__webbtn,
  .reserve-visuals__telbtn {
    width: 450px;
    height: 100px;
  }

  .shadow-box__position {
    height: 40.8em;
    font-size: 16px;
  }

  .footer__link {
    padding-left: 2em;
  }

  .footer__link:first-child {
    padding-left: 0;
  }

  .footer__copy {
    padding-right: 0;
  }
}

@media screen and (min-width: 769px), (orientation: landscape) {
  .information__hiddenbox {
    width: 74.5%;
  }

  .hotel-stay,
  .information__topics {
    width: 83.3vw;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  .shadow-box__subheading--left {
    margin-left: 2em;
  }

  header,
  footer {
    width: 100vw;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .slider {
    margin-bottom: 5.3em;
  }

  .slick-list.draggable {
    height: 93.33vw;
    max-height: initial;
    max-height: auto;
  }

  .slick-slide {
    height: 93.33vw;
    max-height: initial;
    max-height: auto;
  }

  .slider02-text-sp {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体",
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho",
      serif;
    font-size: 4vw;
    color: #fff;
    text-shadow: 0 0 1em #000;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    padding: 2em 1.5em;
    pointer-events: none;
  }

  .slider04-text-sp {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体",
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho",
      serif;
    font-size: 4vw;
    color: #fff;
    text-shadow: 0 0 1em #000;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    padding: 0 1.5em;
    pointer-events: none;
    position: absolute;
    top: 20em;
  }

  .slider05 {
    background-position: center;
    background-image: url(/img/top_slide02-sp.jpg);
  }

  .slider07 {
    background-position: center;
    background-image: url(/img/top_slide06-sp.jpg);
  }

  .slider08 {
    background-position: center;
    background-image: url(/img/top_slide07-sp.jpg);
  }

  .slider04 {
    background-position: center;
    background-image: url(/img/top_slide08-sp.jpg);
  }

  .slider09 {
    background-position: center;
    background-image: url(/img/top_slide09-sp.jpg);
  }

  .slider10 {
    background-position: center;
    background-image: url(/img/top_slide10-sp.jpg);
  }

  .slick-dots {
    height: 8.3em;
  }

  .slick-dots li:nth-child(1) {
    left: 26%;
  }

  .slick-dots li:nth-child(2) {
    left: 32%;
  }

  .slick-dots li:nth-child(3) {
    left: 38%;
  }

  .slick-dots li:nth-child(4) {
    left: 44%;
  }

  .slick-dots li:nth-child(5) {
    left: 50%;
  }

  .slick-dots li:nth-child(6) {
    left: 56%;
  }

  .slick-dots li:nth-child(7) {
    left: 62%;
  }

  .slick-dots li:nth-child(8) {
    left: 68%;
  }

  .slick-dots li:nth-child(9) {
    left: 74%;
  }

  .slider__prev-arrow,
  .slider__next-arrow {
    width: 8vw;
    height: 8vw;
    top: 42%;
  }

  .slider__prev-arrow {
    left: 5%;
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
  }

  .slider__next-arrow {
    right: 5%;
  }

  .slider__logo {
    width: 53.3vw;
    max-width: initial;
    max-width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -74%);
    -webkit-transform: translate(-50%, -74%);
  }

  .slider__yoyaku-btn,
  .campaign__yoyaku-btn {
    width: 64vw;
    max-width: initial;
    top: auto;
    left: auto;
    bottom: 17%;
    right: 4vw;
  }

  .slider__yoyaku-btn,
  .hotel-stay__yoyaku-btn,
  .information__show-btn,
  .how-to-reserve__btn,
  .how-to-details__btn,
  .campaign__yoyaku-btn {
    height: 2.77em;
    font-size: 2.5em;
    line-height: 2.77em;
  }

  .campaign__yoyaku-btn {
    margin: 0 auto;
  }

  .hotel-stay {
    margin-bottom: 12em;
  }

  .hotel-stay__title,
  .how-to-use__title {
    max-width: initial;
    max-width: auto;
    margin-bottom: 6.2em;
    padding-top: 0;
  }

  .hotel-stay__title {
    width: 77vw;
  }

  .hotel-stay__article {
    margin-bottom: 4.5em;
  }

  .detail__circles,
  .detail__text {
    width: 89.3vw;
    margin: 0 auto;
    font-size: 2.7em;
  }

  .detail__circles {
    margin-bottom: 2em;
  }

  .hotel-stay__table {
    height: 250px;
  }

  .table__cell01,
  .table__cell02,
  .table__cell03,
  .table__cell04,
  .table__cell05,
  .table__cell06,
  .table__cell07,
  .table__cell08,
  .table__cell09,
  .table__cell10 {
    width: 44.53vw;
    max-width: initial;
    max-width: auto;
    font-size: 2.4em;
  }

  .table__cell01,
  .table__cell04,
  .table__cell05,
  .table__cell08,
  .table__cell09 {
    background-color: #456fad;
  }

  .table__cell02,
  .table__cell03,
  .table__cell06,
  .table__cell07,
  .table__cell10 {
    background-color: rgba(69, 111, 173, 0.8);
  }

  .hotel-stay__yoyaku-btn,
  .information__show-btn {
    width: 65vw;
    max-width: initial;
    max-width: auto;
    margin-top: 3.3em;
  }

  .hotel-stay__pic-box {
    margin-top: 9.375em;
  }

  .hotel-stay__pic-text {
    margin-top: 1.2em;
    font-size: 2.7em;
    position: relative;
    color: #000;
    font-weight: normal;
    text-align: justify;
    top: auto;
    right: auto;
  }

  .information {
    height: 39em;
  }

  .information__title {
    width: 88vw;
    max-width: initial;
    max-width: auto;
    margin-bottom: 3.5em;
    padding-top: 3.5em;
  }

  .information__border {
    width: 100vw;
    margin-bottom: 3.2em;
  }

  .information__hiddenbox {
    width: 100%;
  }

  .information__news {
    font-size: 2.7em;
    white-space: nowrap;
  }

  .information__show-btn {
    margin-bottom: 5em;
  }

  .how-to-use__title {
    width: 77vw;
  }

  .how-to-use__reserve-visuals {
    height: 100vw;
    max-height: initial;
    max-height: auto;
    margin-bottom: 15em;
    display: block;
  }

  .reserve-visuals__link {
    width: 100%;
    height: 50%;
    display: flex !important;
    -weblit-display: flex !important;
  }

  .reserve-visuals__link.pc_only {
    display: none !important;
    -weblit-display: none !important;
  }

  .reserve-visuals__link:nth-child(1) {
    flex-flow: row-reverse;
  }

  .reserve-visuals__webimg,
  .reserve-visuals__telimg {
    width: 50%;
  }

  .reserve-visuals__webbtn,
  .reserve-visuals__telbtn {
    width: 50%;
    height: 100%;
    font-size: 2.8em;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
  }

  .how-to-use__round-box {
    width: 33vw;
    height: 33vw;
    margin-bottom: 14vw;
    border-radius: 20vw;
  }

  .how-to-use__shadow-box {
    width: 89.3vw;
    margin-bottom: 8em;
    padding: 0 4em 6em;
  }

  .shadow-box__title {
    height: 3em;
    margin-bottom: 0.9em;
    line-height: 3em;
    font-size: 3.75em;
    letter-spacing: 0.17em;
    text-indent: 0.17em;
  }

  .shadow-box__content {
    display: block;
  }

  .how-to-reserve__subheading {
    letter-spacing: 0;
    text-indent: 0;
  }

  .how-to-reserve__subheading,
  .shadow-box__subheading,
  .shadow-box__subheading-pcleft {
    margin-right: 0;
    margin-bottom: 0.4em;
    font-size: 3em;
  }

  .how-to-reserve__text,
  .shadow-box__text,
  .shadow-box__text-pcleft {
    font-size: 2.6em;
  }

  .how-to-reserve__btn,
  .how-to-details__btn {
    width: 53.33vw;
    max-width: initial;
    max-width: auto;
    letter-spacing: 0em;
    text-indent: -0.1em;
  }

  .how-to-reserve__btn {
    margin-top: 0.9em;
    margin-bottom: 1.6em;
  }

  .how-to-details__btn {
    margin-top: 1.6em;
  }

  .shadow-box__center-line {
    height: 1px;
    width: 34.66vw;
    margin-bottom: 3.72em;
  }

  .how-to-reserve__tel {
    font-size: 3.4em;
  }

  .shadow-box__subheading-pcleft,
  .shadow-box__text-pcleft {
    margin-left: 0;
    text-align: center;
  }

  .shadow-box__subheading--left {
    font-size: 3em;
  }

  .checkout {
    margin-left: -3.55em;
  }

  .space {
    margin-left: 1.5em;
  }

  .space2 {
    margin-left: 0.5em;
  }

  .omit-map__map-btn {
    width: 8vw;
    right: 5%;
  }

  .map-btn__close {
    width: 5.2em;
  }

  .shadow-box__omit-map.zoom > .omit-map__map-btn {
    top: 4em;
    right: 5vw;
  }

  .covid {
    width: 89.3vw;
    margin: 0 auto 14em;
    border: double 2vw #143e20;
  }

  .covid__content {
    width: 85%;
    padding: 3vw 0;
    margin: 0 auto;
    color: #143e20;
  }

  .covid__title {
    width: 100%;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: solid 0.5vw #143e20;
    font-size: 4vw;
    line-height: 1.2;
    letter-spacing: 0.8vw;
    text-align: center;
    text-indent: 0.8em;
  }

  .covid__cap {
    font-size: 3.2vw;
  }

  .covid__example-items {
    width: auto;
    display: block;
    font-size: 2.8vw;
  }

  .covid__text {
    font-size: 2.8vw;
  }

  .covid__img-list {
    margin-top: 5.5vw;
    margin-bottom: 2.2vw;
  }

  .covid__img-item {
    width: 48%;
    margin-bottom: 2vw;
  }

  .covid__img-box {
    height: 23vw;
    margin-bottom: 1.2vw;
  }

  .covid__img-text {
    font-size: 2.3vw;
    letter-spacing: -0.05em;
    font-feature-settings: "palt";
  }

  .welcome-box {
    padding: 0 3%;
    display: block;
  }

  .welcome-box p {
    width: 100%;
    font-size: 5vw;
  }

  .welcome-box p:first-child {
    margin-bottom: 1.2vw;
  }
}

.campaign-area {
  border: solid #213d23 2px;
  color: #000;
  margin: 1.5em auto 2em;
  width: 58.33vw;
  max-width: 700px;
}

.campaign-area__title-area {
  padding: 0.4em 0 0.4em;
  background-color: #213d23;
}

.campaign-area__content-area {
  padding: 1.4em 2em 2.5em;
}

.campaign-area h2 {
  line-height: normal;
  font-size: 1.875em;
  text-align: center;
  color: #fff;
}

.campaign-area__tight-title {
  letter-spacing: -0.4em;
}

.campaign-area__flexbox-img {
  width: 18vw;
  max-width: 237px;
  position: absolute;
  bottom: 4.25em;
  right: 2.25em;
  transform: rotate(345deg);
}

.campaign-area p {
  font-size: 1.06em;
  letter-spacing: 0;
}

.campaign-area__text {
  margin-bottom: 1em;
  line-height: 1.76;
}

.campaign-area .campaign-area__note-text {
  font-size: 0.75em;
  line-height: 1.75;
  text-indent: -1em;
  padding-left: 1em;

  margin-bottom: 2vw;
}
.campaign-area .how-to-details__btn {
  margin-top: 1.2em;
  margin-right: 0;
  margin-left: 0;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .campaign-area {
    width: 89.3vw;
    max-width: initial;
    margin: 0 auto 15vw;
  }

  .campaign-area__title-area {
    padding: 2vw 0 3vw;
    background-color: #213d23;
  }

  .campaign-area__content-area {
    padding: 5.5vw 8vw 9.5vw;
  }

  .campaign-area h2 {
    font-size: 4.8vw;
    text-align: center;
  }

  .campaign-area__flexbox-img {
    width: 100%;
    max-width: initial;
    position: relative;
    right: 0;
    bottom: 0;
    transform: none;
  }

  .campaign-area__flexbox-text-box {
    padding-top: 2vw;
  }

  .campaign-area__flexbox-text-box p {
    font-size: 4.1vw;
    line-height: 1.5;
    white-space: nowrap;
  }

  .campaign-area__text,
  .campaign-area__note-text {
    margin-bottom: 2vw;
  }

  .campaign-area .campaign-area__note-text {
    font-size: 3.07vw;
    margin-bottom: 0;
  }
}
