#app .maincont {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.header_outer {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.header_outer::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 260px);
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: var(--fv-image);
  filter: blur(10px);
  display: none;
}
.header_outer header {
  position: relative;
  z-index: 1;
  padding-top: 35px;
  padding-bottom: 31px;
  min-height: 464px;
  align-items: center;
}
.header_outer header .header_txt {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 18px 79px 0;
}
.header_outer header .header_txt h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: clamp(20px, 4.028vw, 52px);
}
.header_outer header .header_txt h2 + p {
  letter-spacing: 0.045em;
  margin-right: -0.3em;
  font-size: clamp(10px, 1.2vw, 16px);
}
.header_outer header .header_txt h2 span {
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(14px, 2vw, 24px);
}
.header_outer header .header_txt h2 em {
  font-style: normal;
}
.header_outer header .header_img {
  max-width: 33%;
  width: 100%;
  flex-shrink: 0;
  text-align: left;
}
.header_outer header .header_img > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header_outer header .header_img > div img {
  max-width: 56.9%;
  width: 100%;
}
.header_outer header .present a {
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: auto;
  padding: 4px 1px 6px;
}
.header_outer header .present a::after {
  font-size: 23px;
  right: 19px;
  top: 20px;
}
.header_outer header .present a small {
  font-size: 92.3%;
  line-height: 1.2;
}
.header_outer header .present a .coupon {
  margin-top: -5px;
  font-size: 24.1px;
  line-height: 1.4;
  letter-spacing: 0.035em;
}
.header_outer header .headerQR {
  justify-content: flex-start;
  margin-top: 23px;
  gap: 20px;
}
.header_outer header .headerQR .link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-right: 0;
}
.header_outer header .headerQR .link a {
  display: flex;
}
.header_outer header .headerQR .link a img {
  width: auto;
  height: 51.9px;
}
.header_outer header .headerQR .qr img {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .header_outer {
    max-width: 100%;
  }
  .header_outer header {
    padding-top: 22px;
    padding-bottom: 8px;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
  }
  .header_outer header .header_txt {
    max-width: 100%;
    width: 100%;
    padding: 0px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .header_outer header .header_txt h2 {
    padding-left: 0;
    font-size: 36px;
    letter-spacing: 0;
    margin-bottom: 4px;
  }
  .header_outer header .header_txt h2 span {
    font-size: 16.2px;
    margin-bottom: 0.1em;
  }
  .header_outer header .header_txt .headerQR {
    display: none;
  }
  .header_outer header .present {
    margin-right: -6px;
    width: 100%;
  }
  .header_outer header .present a {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: auto;
    padding: 4px 1px 6px;
    margin-right: 0;
    width: 100%;
  }
  .header_outer header .present a::after {
    font-size: 15px;
    right: 16.8px;
    top: 12.9px;
  }
  .header_outer header .present a small {
    font-size: 15.2px;
    line-height: 1.2;
  }
  .header_outer header .present a .coupon {
    margin-top: -6px;
    font-size: 16.3px;
    line-height: 1.4;
    letter-spacing: 0.07em;
  }
  .header_outer header .header_img {
    max-width: 100%;
    width: 100%;
    flex-shrink: 0;
    text-align: left;
    padding: 0px 21px;
    gap: 14px;
    display: flex !important;
    margin-left: auto;
    margin-right: auto;
  }
  .header_outer header .header_img > div {
    max-width: 30.4%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .header_outer header .header_img > div img {
    max-width: 100%;
    width: 100%;
  }
  .header_outer header .header_img .sp_txt {
    max-width: 69.6%;
    width: 100%;
    margin: 0;
    flex-shrink: 1;
  }
  .header_outer header .header_img .sp_txt > p {
    margin-top: 7px;
    letter-spacing: -0.06em;
    line-height: 1.49;
    margin-bottom: 0;
  }
  .header_outer header .headerQR {
    margin-top: 9px;
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .header_outer header .headerQR .link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.2px;
    margin-right: 9px;
  }
  .header_outer header .headerQR .link a {
    display: flex;
  }
  .header_outer header .headerQR .link a img {
    width: auto;
    height: 37.8px;
    margin-bottom: 0;
  }
  .header_outer header .headerQR .qr img {
    margin: 0;
  }
}

#point01,
#point02,
#point03,
#point04 {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#hotel {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.point01,
.point02,
.point03,
.point04 {
  max-width: 788px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.point01 .txt,
.point02 .txt,
.point03 .txt,
.point04 .txt {
  max-width: 100%;
  width: 100%;
  margin-bottom: 54px;
  margin-right: -1rem;
}
.point01 .txt .ttl img,
.point02 .txt .ttl img,
.point03 .txt .ttl img,
.point04 .txt .ttl img {
  margin-bottom: 21px;
}
.point01 .txt .ttl h4,
.point02 .txt .ttl h4,
.point03 .txt .ttl h4,
.point04 .txt .ttl h4 {
  margin-left: 40px;
  letter-spacing: 0.023em;
  margin-bottom: 8px;
}
.point01 .txt .ttl + p,
.point02 .txt .ttl + p,
.point03 .txt .ttl + p,
.point04 .txt .ttl + p {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .point01 .txt,
  .point02 .txt,
  .point03 .txt,
  .point04 .txt {
    margin-bottom: 0;
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .point01 .txt .ttl h4,
  .point02 .txt .ttl h4,
  .point03 .txt .ttl h4,
  .point04 .txt .ttl h4 {
    margin-left: 0;
  }
  .point01 .txt .ttl + p,
  .point02 .txt .ttl + p,
  .point03 .txt .ttl + p,
  .point04 .txt .ttl + p {
    margin-left: 0;
  }
}
.point01 .img,
.point02 .img,
.point03 .img,
.point04 .img {
  width: 100%;
  flex-shrink: 0;
}
.point01 .img img,
.point02 .img img,
.point03 .img img,
.point04 .img img {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .point01 .img,
  .point02 .img,
  .point03 .img,
  .point04 .img {
    width: auto;
  }
  .point01 .img img,
  .point02 .img img,
  .point03 .img img,
  .point04 .img img {
    max-width: initial;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .point01,
  .point02,
  .point03,
  .point04 {
    align-items: center;
    justify-content: center;
  }
}

.point01,
.point03 {
  justify-content: flex-start;
  align-items: center;
}
.point01 .img,
.point03 .img {
  max-width: 36.1%;
}
@media only screen and (max-width: 767px) {
  .point01 .img,
  .point03 .img {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1061px) {
  .point01 .txt,
  .point03 .txt {
    margin-right: 35px;
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .point01,
  .point03 {
    align-items: center;
    justify-content: center;
  }
}

.point03 .txt .whitebox {
  width: calc(100% - 50px);
}
@media only screen and (max-width: 767px) {
  .point03 .txt .whitebox {
    width: 100%;
  }
}

.point02,
.point04 {
  justify-content: flex-start;
  align-items: center;
}
.point02 .txt,
.point04 .txt {
  margin-left: 56px;
  padding-right: 23px;
  margin-bottom: 0;
}
.point02 .txt .ttl + p,
.point04 .txt .ttl + p {
  margin-right: -55px;
}
.point02 .img,
.point04 .img {
  max-width: 30.3%;
}
@media only screen and (max-width: 767px) {
  .point02 .img,
  .point04 .img {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .point02,
  .point04 {
    align-items: center;
    justify-content: center;
  }
}

#present,
#download {
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #present,
  #download {
    max-width: 90%;
  }
  #present .app_btn,
  #present .headerQR_sp,
  #present .support_os + ul,
  #download .app_btn,
  #download .headerQR_sp,
  #download .support_os + ul {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .headerQR_sp.sp {
    display: flex !important;
  }
}

.tabs .tab_label {
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 25%;
  width: 100%;
}
.tabs .tab_label img {
  margin-top: 0;
}
.tabs .tab_label[for=tab01] {
  margin-left: 10px;
}
.tabs .tab_label[for=tab04] {
  margin-right: 10px;
}
.tabs input:checked + .tab_label {
  margin-bottom: 0;
}

.tab_content hr {
  width: 100%;
}

.support_os {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: baseline;
}

#hotel .map_menu .map_menu_zmh {
  top: 156px;
}
#hotel .map_menu .map_menu_zmh .map_menu_zmh_line {
  top: -95px;
  height: 97px;
  right: -11px;
  position: absolute;
}
#hotel .map_menu .map_menu_szj {
  top: 164px;
}

.adjust-w-0 {
  width: 0% !important;
}

.adjust-w-1 {
  width: 1% !important;
}

.adjust-w-2 {
  width: 2% !important;
}

.adjust-w-3 {
  width: 3% !important;
}

.adjust-w-4 {
  width: 4% !important;
}

.adjust-w-5 {
  width: 5% !important;
}

.adjust-w-6 {
  width: 6% !important;
}

.adjust-w-7 {
  width: 7% !important;
}

.adjust-w-8 {
  width: 8% !important;
}

.adjust-w-9 {
  width: 9% !important;
}

.adjust-w-10 {
  width: 10% !important;
}

.adjust-w-11 {
  width: 11% !important;
}

.adjust-w-12 {
  width: 12% !important;
}

.adjust-w-13 {
  width: 13% !important;
}

.adjust-w-14 {
  width: 14% !important;
}

.adjust-w-15 {
  width: 15% !important;
}

.adjust-w-16 {
  width: 16% !important;
}

.adjust-w-17 {
  width: 17% !important;
}

.adjust-w-18 {
  width: 18% !important;
}

.adjust-w-19 {
  width: 19% !important;
}

.adjust-w-20 {
  width: 20% !important;
}

.adjust-w-21 {
  width: 21% !important;
}

.adjust-w-22 {
  width: 22% !important;
}

.adjust-w-23 {
  width: 23% !important;
}

.adjust-w-24 {
  width: 24% !important;
}

.adjust-w-25 {
  width: 25% !important;
}

.adjust-w-26 {
  width: 26% !important;
}

.adjust-w-27 {
  width: 27% !important;
}

.adjust-w-28 {
  width: 28% !important;
}

.adjust-w-29 {
  width: 29% !important;
}

.adjust-w-30 {
  width: 30% !important;
}

.adjust-w-31 {
  width: 31% !important;
}

.adjust-w-32 {
  width: 32% !important;
}

.adjust-w-33 {
  width: 33% !important;
}

.adjust-w-34 {
  width: 34% !important;
}

.adjust-w-35 {
  width: 35% !important;
}

.adjust-w-36 {
  width: 36% !important;
}

.adjust-w-37 {
  width: 37% !important;
}

.adjust-w-38 {
  width: 38% !important;
}

.adjust-w-39 {
  width: 39% !important;
}

.adjust-w-40 {
  width: 40% !important;
}

.adjust-w-41 {
  width: 41% !important;
}

.adjust-w-42 {
  width: 42% !important;
}

.adjust-w-43 {
  width: 43% !important;
}

.adjust-w-44 {
  width: 44% !important;
}

.adjust-w-45 {
  width: 45% !important;
}

.adjust-w-46 {
  width: 46% !important;
}

.adjust-w-47 {
  width: 47% !important;
}

.adjust-w-48 {
  width: 48% !important;
}

.adjust-w-49 {
  width: 49% !important;
}

.adjust-w-50 {
  width: 50% !important;
}

.adjust-w-51 {
  width: 51% !important;
}

.adjust-w-52 {
  width: 52% !important;
}

.adjust-w-53 {
  width: 53% !important;
}

.adjust-w-54 {
  width: 54% !important;
}

.adjust-w-55 {
  width: 55% !important;
}

.adjust-w-56 {
  width: 56% !important;
}

.adjust-w-57 {
  width: 57% !important;
}

.adjust-w-58 {
  width: 58% !important;
}

.adjust-w-59 {
  width: 59% !important;
}

.adjust-w-60 {
  width: 60% !important;
}

.adjust-w-61 {
  width: 61% !important;
}

.adjust-w-62 {
  width: 62% !important;
}

.adjust-w-63 {
  width: 63% !important;
}

.adjust-w-64 {
  width: 64% !important;
}

.adjust-w-65 {
  width: 65% !important;
}

.adjust-w-66 {
  width: 66% !important;
}

.adjust-w-67 {
  width: 67% !important;
}

.adjust-w-68 {
  width: 68% !important;
}

.adjust-w-69 {
  width: 69% !important;
}

.adjust-w-70 {
  width: 70% !important;
}

.adjust-w-71 {
  width: 71% !important;
}

.adjust-w-72 {
  width: 72% !important;
}

.adjust-w-73 {
  width: 73% !important;
}

.adjust-w-74 {
  width: 74% !important;
}

.adjust-w-75 {
  width: 75% !important;
}

.adjust-w-76 {
  width: 76% !important;
}

.adjust-w-77 {
  width: 77% !important;
}

.adjust-w-78 {
  width: 78% !important;
}

.adjust-w-79 {
  width: 79% !important;
}

.adjust-w-80 {
  width: 80% !important;
}

.adjust-w-81 {
  width: 81% !important;
}

.adjust-w-82 {
  width: 82% !important;
}

.adjust-w-83 {
  width: 83% !important;
}

.adjust-w-84 {
  width: 84% !important;
}

.adjust-w-85 {
  width: 85% !important;
}

.adjust-w-86 {
  width: 86% !important;
}

.adjust-w-87 {
  width: 87% !important;
}

.adjust-w-88 {
  width: 88% !important;
}

.adjust-w-89 {
  width: 89% !important;
}

.adjust-w-90 {
  width: 90% !important;
}

.adjust-w-91 {
  width: 91% !important;
}

.adjust-w-92 {
  width: 92% !important;
}

.adjust-w-93 {
  width: 93% !important;
}

.adjust-w-94 {
  width: 94% !important;
}

.adjust-w-95 {
  width: 95% !important;
}

.adjust-w-96 {
  width: 96% !important;
}

.adjust-w-97 {
  width: 97% !important;
}

.adjust-w-98 {
  width: 98% !important;
}

.adjust-w-99 {
  width: 99% !important;
}

.adjust-w-100 {
  width: 100% !important;
}

.adjust-align-left {
  text-align: left;
}

.adjust-align-center {
  text-align: center;
}

.adjust-align-right {
  text-align: right;
}

.media.adjust-align-left {
  align-items: flex-start;
}
.media.adjust-align-center {
  align-items: center;
}
.media.adjust-align-right {
  align-items: flex-end;
}

.adjust-display-wide {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .adjust-display-wide {
    display: block !important;
  }
}

.adjust-display-narrow {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .adjust-display-narrow {
    display: none;
  }
}

.pc {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}/*# sourceMappingURL=index_add.css.map */