@media screen and (max-width: 767px) {
  body {
    padding-bottom: 7rem;
  }
}

.l-fixed {
  transform: translateY(101%);
  transition: 0.3s;
}
.l-fixed.is-active {
  transform: translateY(0);
}

.p-mv {
  z-index: 1;
  height: 80rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: 76rem;
    max-height: 100lvh;
  }
}
.p-mv__wrap {
  height: 100%;
}
.p-mv__video {
  z-index: -1;
  height: 100%;
  position: relative;
}
.p-mv__video::after {
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1)), linear-gradient(to right, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.12) 50%, rgba(0, 0, 0, 0.24) 100%);
}
.p-mv__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-mv__box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-mv__img {
  width: 26.3rem;
}
@media screen and (max-width: 767px) {
  .p-mv__img {
    width: 20rem;
  }
}
.p-mv__subttl {
  margin-top: 5rem;
  color: #fffefa;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__subttl {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}
.p-mv__reserve {
  position: absolute;
  right: 4rem;
  bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-mv__reserve {
    position: static;
  }
}
.p-mv__reserve a {
  width: 26.5rem;
  height: 5.7rem;
  border-radius: 99rem;
  padding-bottom: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fffefa;
  font-size: 1.8rem;
  background-color: #334038;
}
@media screen and (max-width: 767px) {
  .p-mv__reserve a {
    height: 4.8rem;
    margin-top: 4rem;
  }
}
.p-mv__nav {
  position: absolute;
  top: 12.8rem;
  right: 4rem;
}
.p-mv__link {
  text-align: right;
}
.p-mv__link + .p-mv__link {
  margin-top: 2rem;
}
.p-mv__link a {
  color: #fffefa;
  font-size: 2.4rem;
  line-height: 1;
}
.p-mv__medal {
  width: 15.5rem;
  height: 15.5rem;
  border: 0.5px solid #fffefa;
  border-radius: 50%;
  padding-top: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  position: absolute;
  top: 13rem;
  right: 4rem;
  color: #fffefa;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-weight: 600;
  text-align: center;
  background-color: rgba(255, 254, 250, 0.15);
}
@media screen and (max-width: 767px) {
  .p-mv__medal {
    width: 12rem;
    height: 12rem;
    top: 10.4rem;
    right: 1.6rem;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.p-mv__medal .big {
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__medal .big {
    font-size: 1.6rem;
  }
}
.p-mv__scroll {
  padding-bottom: 5.8rem;
  position: absolute;
  left: 8rem;
  bottom: 4.8rem;
  color: #fffefa;
  font-size: 1.2rem;
  line-height: 1.2;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .p-mv__scroll {
    padding-bottom: 3.6rem;
    left: 1.6rem;
    bottom: 8.6rem;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.p-mv__scroll::after {
  content: "";
  width: 0.5px;
  height: 4.8rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #fffefa;
  animation: scroll 2s infinite;
}
@media screen and (max-width: 767px) {
  .p-mv__scroll::after {
    height: 2.8rem;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.p-search {
  padding: 1rem 0 3rem;
  position: relative;
  background-color: rgba(242, 238, 232, 0.85);
}
@media screen and (max-width: 767px) {
  .p-search {
    padding: 1rem 1.6rem 4rem;
  }
}
.p-search__wrap {
  max-width: 102.4rem;
  width: 100%;
  margin: -9rem auto 0;
  padding: 1.5rem 2.4rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-search__wrap {
    margin-top: -7.2rem;
    padding: 2.8rem 2.2rem;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.p-search__ttl {
  width: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-search__ttl {
    margin: 0 auto;
  }
}
.p-search__ttl::before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  background: url(../img/top/icon_search.svg) no-repeat center/contain;
}
.p-search__block {
  flex: 1;
}
.p-search__form #searchBox {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-search__form #searchBox {
    gap: 1.6rem 1.3rem;
  }
}
.p-search__form #searchBox fieldset {
  min-width: 6rem;
  margin: 0;
  border: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-search__form #searchBox fieldset {
    width: calc((100% - 1.3rem) / 2);
  }
}
.p-search__form #searchBox fieldset legend {
  margin-bottom: 0.6rem;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  color: rgba(51, 51, 51, 0.7);
}
.p-search__form #searchBox fieldset input, .p-search__form #searchBox fieldset select {
  min-height: 3.2rem;
  border: 0.1rem solid rgba(118, 133, 124, 0.5);
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-search__form #searchBox fieldset input, .p-search__form #searchBox fieldset select {
    width: 100%;
    min-height: 3.8rem;
  }
}
.p-search__form #searchBox fieldset select {
  cursor: pointer;
  width: 100%;
  padding: 0 2rem 0 0.5rem;
  background: url(../img/top/arrow_select.svg) no-repeat right 0.5rem top 50%/1.3rem auto;
}
@media screen and (max-width: 767px) {
  .p-search__form #searchBox fieldset select {
    padding: 0 2rem 0 0.7rem;
    background-position: right 0.7rem top 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-search__form #searchBox .checkin {
    width: 100%;
  }
}
.p-search__form #searchBox .checkin input {
  width: 12rem;
  padding-left: 2.7rem;
  background: url(../img/top/icon_calendar.svg) no-repeat 0.5rem 57%/1.4rem auto;
}
@media screen and (max-width: 767px) {
  .p-search__form #searchBox .checkin input {
    width: 100%;
    padding-left: 2.9rem;
    background-position-x: 0.7rem;
  }
}
.p-search__form #searchBox .checkin #no_checkin {
  display: none;
}
.p-search__form #searchBox .nights {
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-search__form #searchBox .nights {
    margin-left: 0;
  }
}
.p-search__form #searchBox .rooms {
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-search__form #searchBox .rooms {
    margin-left: 0;
  }
}
.p-search__form #searchBox .adults {
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-search__form #searchBox .adults {
    margin-left: 0;
    min-width: 30%;
    width: auto;
  }
}
.p-search__form #searchBox .children {
  margin-left: 0.4rem;
  margin-right: 2.8rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-search__form #searchBox .children {
    display: contents;
    margin-inline: 0;
  }
}
.p-search__form #searchBox .children legend {
  display: none;
}
.p-search__form #searchBox .children .children-selects {
  display: flex;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-search__form #searchBox .children .children-selects {
    display: contents;
  }
}
.p-search__form #searchBox .children .children-selects > div {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-search__form #searchBox .children .children-selects > div {
    width: calc((100% - 1.3rem) / 2);
    flex: initial;
  }
}
.p-search__form #searchBox .children .children-selects label {
  cursor: initial;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  color: rgba(51, 51, 51, 0.7);
  font-size: 1rem;
  line-height: 1.44rem;
}
@media screen and (max-width: 767px) {
  .p-search__form #searchBox .children .children-selects label {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .p-search__form #searchBox .children .children-selects .child1 {
    flex: 1;
  }
}
.p-search__form #searchBox .children .children-selects .bed-and-meal {
  display: none;
}
.p-search__form #searchBox .children .children-selects .bed-only {
  display: none;
}
.p-search__form #searchBox .children .children-selects .meal-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-search__form #searchBox .children .children-selects .no-bed-and-meal {
    width: 100%;
  }
}
.p-search__form #searchBox .sort {
  display: none;
}
.p-search__form #searchBox .field-button {
  margin-top: 1.6rem;
  margin-left: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-search__form #searchBox .field-button {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.p-search__form #searchBox .field-button input {
  cursor: pointer;
  width: 16rem;
  height: 4rem;
  transition: opacity 0.3s;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  background-color: #BA915B;
}
@media screen and (max-width: 767px) {
  .p-search__form #searchBox .field-button input {
    width: 100%;
    height: 5rem;
    background-color: #C09966;
  }
}
.p-search__box {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-search__box {
    margin-top: 1.6rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-search__plan {
    width: 100%;
  }
}
.p-search__plan a {
  padding: 0.1rem 2.5rem;
  display: block;
  color: #fffefa;
  font-size: 1.3rem;
  text-align: center;
  background-color: #76857c;
}
@media screen and (max-width: 767px) {
  .p-search__plan a {
    padding: 0.8rem 1rem;
  }
}
.p-search__link {
  margin-top: 0.3rem;
  margin-left: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-search__link {
    margin: 1rem 0 0;
  }
}
.p-search__link a {
  color: rgba(51, 51, 51, 0.7);
  text-decoration: underline;
}
.p-search__tel {
  margin-left: auto;
  margin-right: 0.3rem;
  margin-bottom: auto;
  color: rgba(51, 51, 51, 0.8);
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-search__tel {
    margin: 1.2rem auto 0;
  }
}
.p-search__tel a {
  font-size: 1.8rem;
  letter-spacing: 0.01em;
}

.pika-single .pika-prev,
.pika-single .pika-next {
  background-repeat: no-repeat;
  background-size: 75% 75%;
}
.pika-single .pika-prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}
.pika-single .pika-next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}
.pika-single .pika-button {
  padding: 5px;
  background: #f5f5f5;
}

.p-news {
  padding: 8rem 0 5rem;
  position: relative;
  background-color: rgba(242, 238, 232, 0.85);
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-top: 5rem;
  }
}
.p-news__wrap {
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-news__wrap {
    padding: 0 1.6rem;
  }
}
.p-news__search {
  width: 102.4rem;
  height: 12rem;
  margin: -9rem auto 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-news__search {
    width: auto;
    height: 58.2rem;
    margin-top: -7.2rem;
  }
}
.p-news__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-news__block {
    display: block;
  }
}
.p-news__ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-news__ttl {
    font-size: 1.8rem;
  }
}
.p-news__list {
  max-width: 108.7rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    margin-top: 3.3rem;
  }
}
.p-news__item {
  border-top: 0.5px solid rgba(51, 51, 51, 0.5);
}
.p-news__item a {
  padding: 2.4rem 0.4rem;
  display: grid;
  grid-template-columns: 10rem 20rem 1fr;
  justify-items: start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-news__item a {
    padding: 1.6rem 0.2rem;
    grid-template-columns: 10rem 1fr;
  }
}
.p-news__item .date {
  font-size: 1.5rem;
  line-height: 1.0666666667;
}
@media screen and (max-width: 767px) {
  .p-news__item .date {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.p-news__item .category {
  margin-left: 3rem;
  padding: 0.4rem 1.8rem;
  color: #fffefa;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 500;
  background-color: #76857c;
}
@media screen and (max-width: 767px) {
  .p-news__item .category {
    margin-left: 0.5rem;
    padding: 0.4rem 1.4rem;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.p-news__item .ttl {
  margin-left: 2.5rem;
  padding-right: 1rem;
  justify-self: stretch;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .p-news__item .ttl {
    margin-top: 2.4rem;
    margin-left: 0;
    padding-right: 2rem;
    grid-column: 1/3;
    font-size: 1.4rem;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.p-news__item .ttl::after {
  content: "";
  width: 0.7rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/common/arrow_b.svg) no-repeat center/contain;
}
.p-news__btn {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-news__btn {
    margin-top: 4rem;
    padding-right: 0.4rem;
  }
}

@keyframes sway {
  0% {
    transform: rotate(0deg);
  }
  24% {
    transform: rotate(1deg);
  }
  26% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(0deg);
  }
  74% {
    transform: rotate(-1deg);
  }
  76% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.p-concept {
  z-index: 1;
  position: relative;
}
.p-concept::before {
  z-index: -1;
  content: "";
  width: 72.4rem;
  height: auto;
  aspect-ratio: 724/841;
  position: absolute;
  right: calc(50vw + 14.3rem);
  bottom: -6.1rem;
  transform-origin: 8% 80%;
  animation: sway 6s linear infinite;
  background-image: url(../img/top/bg_concept.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-concept::before {
    width: 34rem;
    right: auto;
    left: -14rem;
    bottom: 0;
  }
}
.p-concept__wrap {
  max-width: 128rem;
  margin: 0 auto;
  padding-top: 13.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-concept__wrap {
    padding: 12rem 1.6rem 0;
  }
}
.p-concept__engttl {
  overflow: hidden;
  z-index: -1;
  position: absolute;
  top: 10rem;
  right: -6rem;
  color: rgba(51, 51, 51, 0.1);
  font-size: 13rem;
  line-height: 1;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .p-concept__engttl {
    top: auto;
    right: 0.5rem;
    bottom: 38rem;
    font-size: 9.6rem;
  }
}
.p-concept__ttl {
  display: flex;
  align-items: flex-start;
  gap: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept__ttl {
    gap: 2.7rem;
  }
}
.p-concept__ttl .en {
  margin-top: 1.8rem;
  padding-bottom: 2.4rem;
  position: relative;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .p-concept__ttl .en {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.p-concept__ttl .en::after {
  content: "";
  width: 0.1rem;
  height: 1.4rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.5);
}
.p-concept__ttl .txt {
  font-size: 3.6rem;
  line-height: 1.8166666667;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-concept__ttl .txt {
    font-size: 2rem;
    line-height: 2;
  }
}
.p-concept__box {
  width: 35.7rem;
  margin-top: 4.8rem;
  margin-left: 51%;
}
@media screen and (max-width: 767px) {
  .p-concept__box {
    width: auto;
    margin-top: 3.2rem;
    margin-left: 4.2rem;
  }
}
.p-concept__txt {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.012em;
}
@media screen and (max-width: 767px) {
  .p-concept__txt {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    letter-spacing: 0.01em;
  }
}
.p-concept__btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-concept__btn {
    margin-top: 3.2rem;
  }
}
.p-concept__imgbox.is-active .p-concept__img {
  opacity: 1;
}
.p-concept__img {
  opacity: 0;
  transition: 0.8s ease-in-out;
}
.p-concept__img01 {
  width: 44.9rem;
  margin-top: -8.3rem;
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-concept__img01 {
    width: 24rem;
    margin-top: 7.2rem;
    margin-left: 0;
  }
}
.p-concept__img01 img {
  aspect-ratio: 449/300;
  object-fit: cover;
}
.p-concept__img02 {
  width: 20.8rem;
  margin-top: -26.8rem;
  margin-left: auto;
  margin-right: 3rem;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-concept__img02 {
    width: 12rem;
    margin-top: 6.4rem;
    margin-left: 17rem;
  }
}
.p-concept__img02 img {
  aspect-ratio: 208/312;
  object-fit: cover;
}
.p-concept__img03 {
  width: 42.8rem;
  margin-top: -11.5rem;
  margin-left: auto;
  margin-right: 13rem;
  transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-concept__img03 {
    width: 18.8rem;
    margin-top: -6.7rem;
    margin-left: 3.7rem;
    margin-right: 0;
  }
}
.p-concept__img03 img {
  aspect-ratio: 428/282;
  object-fit: cover;
}
.p-concept__img04 {
  width: 24.6rem;
  margin-top: 5.5rem;
  margin-left: 53rem;
  transition-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .p-concept__img04 {
    width: 15.7rem;
    margin-top: 6.4rem;
    margin-left: 18.4rem;
  }
}
.p-concept__img04 img {
  aspect-ratio: 246/164;
  object-fit: cover;
}
.p-concept__img05 {
  width: 36.6rem;
  margin-top: -7.5rem;
  margin-left: 6rem;
  transition-delay: 1.6s;
}
@media screen and (max-width: 767px) {
  .p-concept__img05 {
    width: 16rem;
    margin-top: -2.5rem;
    margin-left: 0;
  }
}
.p-concept__img05 img {
  aspect-ratio: 366/129;
  object-fit: cover;
}

.p-link__block {
  position: relative;
}
.p-link__block a {
  display: block;
}
.p-link__block a:hover {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .p-link__block a:hover .p-link__img img {
    transform: scale(1.05);
  }
}
.p-link__block a:hover .p-link__btn {
  border-color: #A0AADB;
  background-color: #A0AADB;
}
.p-link__block a:hover .p-link__btn--01 {
  border-color: #A0AADB;
  background-color: #A0AADB;
}
.p-link__block a:hover .p-link__btn--02 {
  border-color: #CAA6A6;
  background-color: #CAA6A6;
}
.p-link__block a:hover .p-link__btn--03 {
  border-color: #A5B7A1;
  background-color: #A5B7A1;
}
.p-link__img {
  overflow: hidden;
  position: relative;
}
.p-link__img img {
  transition: transform 0.3s;
}
.p-link__box {
  z-index: 3;
  width: 100%;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-link__box {
    padding: 0 1.6rem;
  }
}
.p-link__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.p-link__ttl .en {
  font-size: 8.93rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-link__ttl .en {
    font-size: 4.8rem;
  }
}
.p-link__ttl .txt {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-link__ttl .txt {
    font-size: 2.4rem;
  }
}
.p-link__btn {
  max-width: 26.5rem;
  width: 100%;
  height: 5.7rem;
  margin: 4.5rem auto 0;
  border: 0.1rem solid #fff;
  border-radius: 99rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border 0.3s, background 0.3s;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-link__btn {
    max-width: initial;
    height: 4.8rem;
    margin-top: 2.5rem;
  }
}

.p-activity {
  padding: 4.5rem 0 5.3rem;
  background-color: #f2eee8;
  background-image: url(../img/top/bg_activity.png);
  background-repeat: no-repeat;
  background-position: right calc(50vw + 45rem) bottom 1.5rem;
  background-size: 33.8rem auto;
}
@media screen and (max-width: 767px) {
  .p-activity {
    padding: 3.4rem 0 4.8rem;
    background-position: left -8.3rem bottom 18.4rem;
    background-size: 22.6rem auto;
  }
}
.p-activity__wrap {
  max-width: 129rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-activity__wrap {
    padding: 0 1.6rem;
  }
}
.p-activity__block {
  padding-left: 11.3rem;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-activity__block {
    padding-left: 0;
    flex-direction: column;
    gap: 5.6rem;
  }
}
.p-activity__box {
  flex: 1;
}
.p-activity__ttl {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-activity__ttl {
    gap: 0.4rem;
  }
}
.p-activity__ttl .en {
  color: rgba(51, 51, 51, 0.1);
  font-size: 13rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-activity__ttl .en {
    font-size: 9.6rem;
    text-align: center;
  }
}
.p-activity__ttl .txt {
  font-size: 3.1rem;
  line-height: 1.7870967742;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-activity__ttl .txt {
    font-size: 1.9rem;
    line-height: 2;
  }
}
.p-activity__txt {
  max-width: 44rem;
  margin-top: 3rem;
  padding-left: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.012em;
}
@media screen and (max-width: 767px) {
  .p-activity__txt {
    margin-top: 1.8rem;
    padding-left: 0;
    font-size: 1.4rem;
    line-height: 1.7857142857;
    letter-spacing: 0.01em;
  }
}
.p-activity__btn {
  margin-top: 6.7rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-activity__btn {
    margin-top: 3.2rem;
    padding-left: 0;
  }
}
.p-activity__list {
  width: 64.8rem;
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-activity__list {
    width: 100%;
    margin-top: 0;
  }
}
.p-activity__list.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.p-activity__list .slick-dots {
  padding-right: 0.5rem;
  display: flex;
  justify-content: flex-end;
  position: static;
}
.p-activity__list .slick-dots li {
  margin: 0;
}
.p-activity__list .slick-dots li button::before {
  font-size: 0.7rem;
}
.p-activity__item img {
  aspect-ratio: 648/443;
  object-fit: cover;
}

.p-hotel {
  padding: 8.2rem 0 17.7rem;
  background: url(../img/top/bg_hotel.png) no-repeat left calc(50vw + 36rem) bottom -11.2rem/41.2rem auto;
}
@media screen and (max-width: 767px) {
  .p-hotel {
    padding: 7.2rem 0 12rem;
    background-position: right -9rem bottom -9.2rem;
    background-size: 28.8rem auto;
  }
}
.p-hotel__wrap {
  max-width: 111rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 11.8rem 12.4rem;
}
@media screen and (max-width: 767px) {
  .p-hotel__wrap {
    padding: 0 1.6rem;
    gap: 8rem;
  }
}
.p-hotel__block {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-hotel__block--half {
  width: calc((100% - 12.4rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-hotel__block--half {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-hotel__block--half + .p-hotel__block--half {
    margin-top: -2.4rem;
  }
}
.p-hotel__block--half .p-hotel__box {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-hotel__block--half .p-hotel__box {
    margin-top: 3.2rem;
  }
}
.p-hotel__block--half .p-hotel__img img {
  aspect-ratio: 493/311;
}
.p-hotel__ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-hotel__ttl {
    padding: 0.3rem 0;
    gap: 1rem 1.6rem;
  }
}
.p-hotel__ttl .en {
  padding-right: 2.4rem;
  position: relative;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-hotel__ttl .en {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.p-hotel__ttl .en::after {
  content: "";
  width: 1.4rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: rgba(51, 51, 51, 0.5);
}
.p-hotel__ttl .txt {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-hotel__ttl .txt {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.p-hotel__box {
  margin-top: 5.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-hotel__box {
    margin-top: 4rem;
  }
}
.p-hotel__img img {
  aspect-ratio: 1110/336;
  object-fit: cover;
}
.p-hotel__link {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-hotel__link a {
  width: 26.5rem;
  height: 5.7rem;
  border: 0.1rem solid #fff;
  border-radius: 99rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: none;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-hotel__link a {
    width: 22rem;
    height: 4rem;
    font-size: 1.6rem;
  }
}
.p-hotel__link a:hover {
  opacity: 1;
  color: transparent;
  background: var(--src) no-repeat center/111rem auto;
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (max-width: 767px) {
  .p-hotel__link a:hover {
    background-size: 34.3rem auto;
  }
}
.p-hotel__link a:hover::before {
  opacity: 1;
}
.p-hotel__link a::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  background-color: #fff;
}
.p-hotel__txt {
  margin-top: 2.6rem;
  margin-bottom: auto;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.012em;
}
@media screen and (max-width: 767px) {
  .p-hotel__txt {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.7857142857;
    letter-spacing: 0.01em;
  }
}
.p-hotel__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-hotel__btn {
    margin-top: 2.8rem;
  }
}
.p-hotel__howto-list {
  margin-top: 5.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-hotel__howto-list {
    margin-top: 5.3rem;
    gap: 2.4rem;
  }
}
.p-hotel__howto-item {
  width: calc((100% - 6rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-hotel__howto-item {
    width: 100%;
  }
}
.p-hotel__howto-item a {
  padding: 2.6rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: #fffefa;
  background-color: #334038;
}
@media screen and (max-width: 767px) {
  .p-hotel__howto-item a {
    padding: 2.7rem 1.6rem;
  }
}
.p-hotel__howto-item .icon {
  width: 4.5rem;
}
.p-hotel__howto-item .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
}
.p-hotel__howto-item .box .en {
  padding-right: 2.4rem;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-hotel__howto-item .box .en {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.p-hotel__howto-item .box .en::after {
  content: "";
  width: 1.4rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: rgba(255, 254, 250, 0.5);
}
.p-hotel__howto-item .box .txt {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-hotel__howto-item .box .txt {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.p-hotel__howto-item .arrow {
  width: 2.2rem;
  height: 2.2rem;
  border: 0.1rem solid #fffefa;
  border-radius: 50%;
  background: url(../img/common/arrow_w.svg) no-repeat center/0.6rem auto;
}
