#mainImg {
  background: #000;
  line-height: 0;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mainImg {
    padding-bottom: 3.8rem;
  }
}
#mainImg::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  display: block;
  background: url("../img/fv_deco.webp") no-repeat center bottom/cover;
  width: 128rem;
  height: 8.3984375rem;
}
@media screen and (max-width: 767px) {
  #mainImg::after {
    background: url("../img/fv_deco@sp.webp") no-repeat center bottom/cover;
    width: 75rem;
    height: 9rem;
  }
}
#mainImg video {
  margin: 0 auto;
  max-width: var(--width);
}
@media screen and (max-width: 767px) {
  #mainImg video {
    max-width: 100%;
  }
}

#concept {
  background: url("../img/concept_bg.webp") no-repeat center center/cover;
  position: relative;
  text-align: center;
  padding: 5rem 0 8rem;
}
@media screen and (max-width: 767px) {
  #concept {
    background: url("../img/concept_bg@sp.webp") no-repeat center center/cover;
    padding: 8rem 0 13rem;
  }
}
#concept .ttl img {
  width: 88.3rem;
}
@media screen and (max-width: 767px) {
  #concept .ttl img {
    width: 60.4rem;
  }
}
#concept .wrapper {
  width: 100%;
  height: 100%;
}
#concept ul.img_list {
  display: flex;
  justify-content: center;
  gap: 6.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #concept ul.img_list {
    flex-direction: column;
    gap: 1.5rem;
  }
}
#concept ul.img_list li {
  width: 34.3rem;
}
@media screen and (max-width: 767px) {
  #concept ul.img_list li {
    width: 100%;
  }
}
#concept ul.img_list li a {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  #concept ul.img_list li a img {
    width: 100%;
  }
}

#hotel {
  background: url("../img/hotel_bg.webp") no-repeat center center/cover;
  position: relative;
  text-align: center;
  color: #222;
  padding: 8rem 0 4rem;
}
@media screen and (max-width: 767px) {
  #hotel {
    background: url("../img/hotel_bg@sp.webp") no-repeat center center/cover;
  }
}
#hotel .ttl img {
  width: 62.1rem;
}
@media screen and (max-width: 767px) {
  #hotel .ttl img {
    width: 62.1rem;
  }
}
#hotel ul.list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 9rem;
  row-gap: 7rem;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  #hotel ul.list {
    row-gap: 8rem;
  }
}
#hotel ul.list > li {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 44rem;
  background: var(--white);
  box-shadow: 0.8rem 0.8rem 1.5rem rgba(2, 65, 193, 0.2);
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li {
    width: 100%;
  }
}
#hotel ul.list > li.is-hide {
  display: none;
}
#hotel ul.list > li .gallery {
  overflow-x: clip;
  overflow-y: visible;
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .gallery {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .gallery .swiper-slide {
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .gallery .swiper-slide + .swiper-slide {
    padding-right: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .gallery .swiper-slide img {
    width: 60.8rem;
  }
}
#hotel ul.list > li .gallery .swiper-pagination {
  bottom: -2.5rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .gallery .swiper-pagination {
    bottom: 0.6rem;
  }
}
#hotel ul.list > li .gallery .swiper-pagination span {
  background: #cecece;
  opacity: 1;
  width: 0.8rem;
  height: 0.8rem;
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .gallery .swiper-pagination span {
    width: 1rem;
    height: 1rem;
  }
}
#hotel ul.list > li .gallery .swiper-pagination span.swiper-pagination-bullet-active {
  background: #0e2e7f;
}
#hotel ul.list > li .gallery .swiper-button-prev,
#hotel ul.list > li .gallery .swiper-button-next {
  width: 2.4rem;
  height: 2.4rem;
  top: auto;
  bottom: -1.2rem;
  background: url("../img/hotel_list_gallery_arr.webp") no-repeat center;
  background-size: 100% auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .gallery .swiper-button-prev,
  #hotel ul.list > li .gallery .swiper-button-next {
    display: none;
  }
}
#hotel ul.list > li .gallery .swiper-button-prev:after,
#hotel ul.list > li .gallery .swiper-button-next:after {
  display: none;
}
#hotel ul.list > li .gallery .swiper-button-prev {
  left: auto;
  right: 4rem;
  transform: rotate(180deg);
}
#hotel ul.list > li .gallery .swiper-button-next {
  left: auto;
  right: 1rem;
}
#hotel ul.list > li .txtBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem 2rem;
  height: 100%;
  min-height: 51rem;
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .txtBox {
    padding: 2rem 3rem 6rem;
  }
}
#hotel ul.list > li .txtBox p.txt {
  display: block;
  font-size: 1.7rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .txtBox p.txt {
    font-size: 2.6rem;
  }
}
#hotel ul.list > li .txtBox p.notes {
  display: block;
  font-size: 1.3rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .txtBox p.notes {
    font-size: 1.9rem;
  }
}
#hotel ul.list > li .txtBox .iconBox {
  display: flex;
  flex-direction: column;
}
#hotel ul.list > li .txtBox ul.icon {
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  margin: 3rem auto;
  letter-spacing: -0.01em;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .txtBox ul.icon {
    font-size: 2rem;
    column-gap: 0.5rem;
    row-gap: 5rem;
  }
}
#hotel ul.list > li .txtBox ul.icon.column3 {
  flex-wrap: wrap;
  row-gap: 2rem;
  max-width: 24rem;
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .txtBox ul.icon.column3 {
    max-width: 37rem;
  }
}
#hotel ul.list > li .txtBox ul.icon.column4 {
  flex-wrap: wrap;
  row-gap: 2rem;
  max-width: 32rem;
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .txtBox ul.icon.column4 {
    max-width: 50rem;
  }
}
#hotel ul.list > li .txtBox ul.icon li {
  width: 8rem;
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .txtBox ul.icon li {
    width: 12rem;
  }
}
#hotel ul.list > li .txtBox ul.icon li img {
  width: 5.9rem;
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .txtBox ul.icon li img {
    width: 9.2rem;
  }
}
#hotel ul.list > li .txtBox ul.icon li span {
  display: block;
  line-height: 1.4;
  margin-top: 0.5rem;
}
#hotel ul.list > li .txtBox p.btn {
  margin: 0 auto;
}
#hotel ul.list > li .txtBox p.btn a {
  display: block;
  position: relative;
  border-radius: 10rem;
  font-size: 2.6rem;
  color: var(--white);
  width: 31.8rem;
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .txtBox p.btn a {
    font-size: 3.8rem;
    width: 47rem;
  }
}
#hotel ul.list > li .txtBox p.btn a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  width: 2.6rem;
  height: 2.6rem;
  mask: url("../img/i_arr.svg") no-repeat center;
  mask-size: 100% auto;
  background: var(--white);
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .txtBox p.btn a:after {
    right: 2.5rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
#hotel ul.list > li .txtBox p.btn01 a {
  background: #e99209;
  padding: 0.5rem 4rem 1rem 1rem;
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .txtBox p.btn01 a {
    padding: 1.5rem 4rem 1.8rem 1rem;
  }
}
#hotel ul.list > li .txtBox p.btn02 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .txtBox p.btn02 {
    margin-top: 2rem;
  }
}
#hotel ul.list > li .txtBox p.btn02 a {
  background: #003791;
  padding: 0.5rem 1rem 1rem;
}
@media screen and (max-width: 767px) {
  #hotel ul.list > li .txtBox p.btn02 a {
    padding: 1.5rem 1rem 1.8rem 1rem;
  }
}
#hotel p.toTop {
  color: #183665;
  margin-top: 7rem;
}
#hotel p.toTop a {
  display: inline-block;
  font-size: 3.8rem;
  font-family: serif;
  text-decoration: underline;
}
#hotel p.toTop a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.3rem;
  width: 0;
  height: 0;
  margin-left: 1rem;
  border-style: solid;
  border-width: 0 1.4rem 2.4rem 1.4rem;
  border-color: transparent transparent #183665 transparent;
}
#hotel p.toTop.light {
  color: #183665;
}
#hotel p.toTop.light a:after {
  border-color: transparent transparent #183665 transparent;
}
#hotel p.toTop.dark {
  color: #fff;
}
#hotel p.toTop.dark a:after {
  border-color: transparent transparent #fff transparent;
}