@charset "UTF-8";

/* =============================================================
  ux.css
 =============================================================== */

/* ux
---------------------------------------------------------------- */
#page-ux .page-title {
  width: 30.72%;
  max-width: 590px;
}

#ux {
  background: #fff0b5;
  padding: 50px 0 130px;
}

.ux__block {
  background: var(--white);
  border-radius: 20px;
  padding: 10px 90px;
}

.ux__block h3 {
  margin: 0 -90px;
  text-align: center;
  padding: 0 10px;
}

.ux__block h3 img {
  margin: 0 auto;
}

.ux__block h3 + p {
  font-size: 1.8rem;
  font-weight: 500;
  margin: -40px 0 55px;
  text-align: center;
}

.ux__block p {
  line-height: 1.8;
  text-align: left;
}

.ux__wrap {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 80px;
}

.ux__wrap.reverse {
  flex-direction: row-reverse;
}

.ux__img {
  width: 48.4%;
}

.ux__img img {
  width: 100%;
}

.ux__text {
  flex: 1;
}

.ux__text h4 {
  align-items: center;
  display: flex;
  font-size: 7rem;
  font-family: var(--font-textmeone);
  font-weight: 400;
  gap: 25px;
  margin-bottom: 15px;
}

.ux__text h4 span {
  flex: 1;
  font-size: 7rem;
  font-family: var(--font-textmeone);
  font-weight: 400;
}

.ux__text h4 small {
  font-size: 4rem;
}

.ux__text h4 img {
  max-width: 86px;
}

.ux__text p {
  margin-bottom: 30px;
}

.ux__wrap .button a {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin-bottom: 0;
  max-width: 300px;
}

.ux__wrap .button .icon {
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: var(--navy);
  margin-left: -1em;
  transition: all 0.5s;
}

.button.location .icon {
  width: 39px;
  height: 41px;
  mask-image: url(../images/icon_hotel.svg);
}

.button.food .icon {
  width: 50px;
  height: 39px;
  mask-image: url(../images/icon_food.svg);
}

.button.ux .icon {
  width: 50px;
  height: 39px;
  mask-image: url(../images/icon_enjoy.svg);
}

.button.seatmap .icon {
  width: 39px;
  height: 39px;
  mask-image: url(../images/icon_seatmap.svg);
}

.ux__text .button a:hover .icon {
  background-color: var(--white);
}

@media screen and (max-width: 1024px) {
  .ux__block {
    padding: 10px 60px;
  }

  .ux__block h3 {
    margin: 0 -60px;
  }

  .ux__text h4 span {
    flex: 1;
    font-size: 5rem;
    font-family: var(--font-textmeone);
    font-weight: 400;
  }

  .ux__text h4 img {
    max-width: 66px;
  }
}

@media screen and (max-width: 768px) {
  #page-ux .page-title {
    width: 61.86%;
    max-width: 232px;
  }

  #ux {
    padding: 50px 0 70px;
  }

  .ux__block {
    border-radius: 10px;
    padding: 5px 20px;
    margin-bottom: 0;
  }

  .ux__block h3 {
    margin: 0 -20px;
    padding: 0 8px;
  }

  .ux__block h3 + p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 0px 0 20px;
  }

  .ux__block p {
    line-height: 1.5;
    margin-bottom: 0;
  }

  .ux__wrap {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
  }

  .ux__wrap.reverse {
    flex-direction: column;
  }

  .ux__img {
    width: 100%;
  }

  .ux__text {
    flex: 1;
  }

  .ux__text h4 {
    gap: 15px;
    margin-bottom: 5px;
  }

  .ux__text h4 span {
    font-size: 4.5rem;
  }

  .ux__text h4 small {
    font-size: 2.59rem;
  }

  .ux__text h4 img {
    max-width: 53px;
  }

  .ux__wrap .button a {
    font-size: 1.5rem;
    padding: 6px;
    margin-bottom: 0;
    max-width: 215px;
  }

  .button.location .icon {
    width: 30px;
    height: 31px;
  }

  .button.food .icon {
    width: 41px;
    height: 32px;
  }

  .button.ux .icon {
    width: 40px;
    height: 31px;
  }

  .button.seatmap .icon {
    width: 29px;
    height: 28px;
  }
}

@media screen and (max-width: 374px) {
  .ux__text h4 img {
    max-width: 48px;
  }

  .ux__text h4 span {
    font-size: 3.8rem;
  }
}

/* renga
---------------------------------------------------------------- */
.renga .ux__block {
  padding: 50px 60px;
  margin-bottom: 30px;
}

.renga .ux__block h3 {
  text-align: center;
  margin: 0 0 30px;
}

.ux-contents__details {
  display: flex;
  gap: 30px;
  margin-bottom: 45px;
}

.ux-contents__slider {
  width: 51.02%;
}

.ux-contents__slider .swiper {
  margin-bottom: 20px;
}

.ux-contents__slider .swiper-slide {
  position: relative;
  transition-property: opacity;
  aspect-ratio: 500 / 262;
}

.thumb-wrapper {
  display: flex;
}

.thumb-media {
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0.4;
}

.thumb-media-active {
  opacity: 1;
}

.ux-contents__detail {
  flex: 1;
}

.ux-contents__detail p {
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: left;
}

.ux-contents__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  margin-bottom: 20px;
}

.ux-contents__list__title {
  color: var(--purple);
  font-weight: 700;
  line-height: 1.8;
  width: 70px;
}

.ux-contents__list__text {
  line-height: 1.8;
  text-indent: -2em;
  padding-left: 2em;
  width: calc(100% - 95px);
}

.ux__block p.ux-contents__memo {
  font-size: 1.3rem;
  text-align: left;
}

.ux__block .ux-contents__memo span {
  color: var(--purple);
  display: block;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.button__wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.button__wrap .button {
  width: 33%;
}

.button__wrap .button a {
  max-width: 324px;
  margin: 0 auto 50px;
}

.ux-contents__enjoy {
  margin-bottom: 70px;
}

.renga .ux__block h4 {
  align-items: center;
  color: var(--purple);
  display: flex;
  font-size: 5rem;
  font-family: var(--font-textmeone);
  font-weight: 400;
  gap: 25px;
  margin-bottom: 30px;
}

.renga .ux__block h4 span {
  color: var(--navy);
  font-size: 2.2rem;
  font-family: var(--font-notosans);
  font-weight: 400;
  padding-top: 7px;
}

.ux-contents__enjoy__wrap {
  display: flex;
  justify-content: space-between;
  gap: 55px;
}

.ux-contents__enjoy__box {
  width: calc((100% - 110px) / 3);
}

.enjoy__box__img {
  margin-bottom: 25px;
}

.enjoy__box__img span {
  align-items: center;
  background: var(--white);
  border-radius: 100vmax;
  border: 2px solid var(--purple);
  color: var(--purple);
  display: flex;
  font-size: 2.6rem;
  font-weight: 500;
  font-family: var(--font-montserrat);
  height: 54px;
  justify-content: center;
  margin: 0 auto 20px;
  width: 54px;
}

.enjoy__box__img img {
  width: 100%;
}

.ux-contents__enjoy__box .enjoy__box__text {
  text-align: left;
  margin-bottom: 10px;
}

.ux-contents__enjoy__box .text-link {
  display: block;
  margin-bottom: 10px;
}

.ux-contents__wall {
  margin-bottom: 100px;
}

.ux-contents__wall h4 {
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.ux-contents__wall h4 span {
  color: var(--purple);
  font-size: 2.6rem;
  padding: 0;
}

.ux-contents__wide__image {
  margin-bottom: 25px;
}

.ux-contents__wall p {
  margin-bottom: 35px;
}

.ux-contents__location__img {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.ux-contents__location__img .location__img01,
.ux-contents__location__img .location__img02 {
  width: calc((100% - 18px) / 2);
}

.ux-contents__location__img img {
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .button__wrap .button {
    width: 42%;
  }

  .ux-contents__enjoy__wrap {
    gap: 25px;
  }

  .ux-contents__enjoy__box {
    width: calc((100% - 50px) / 3);
  }

  .ux-contents__wall {
    margin-bottom: 40px;
  }

  .renga .ux-contents__wall h4 {
    font-size: 4rem;
  }

  .renga .ux-contents__wall h4 span {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .renga .ux__block {
    padding: 25px 20px;
    margin-bottom: 20px;
  }

  .renga .ux__block h3 {
    margin-bottom: 15px;
    padding: 0;
  }

  .ux-contents__details {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 10px;
  }

  .ux-contents__slider {
    width: 100%;
  }

  .ux-contents__list {
    gap: 0 5px;
  }

  .ux__block .ux-contents__memo span {
    font-size: 1.5rem;
  }

  .button__wrap {
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
  }

  .button__wrap .button {
    width: 100%;
  }

  .button__wrap .button a {
    margin: 0 auto 20px;
  }

  .renga .ux__block h4 {
    font-size: 2.6rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 10px;
  }

  .renga .ux__block h4 span {
    font-size: 1.6rem;
    padding-top: 0;
  }

  .ux-contents__enjoy__wrap {
    flex-direction: column;
    gap: 60px;
  }

  .ux-contents__enjoy__box {
    width: 100%;
  }

  .enjoy__box__img {
    margin-bottom: 15px;
  }

  .renga .ux-contents__wall h4 {
    align-items: center;
    font-size: 2.3rem;
    margin-bottom: 20px;
  }

  .renga .ux-contents__wall h4 span {
    font-size: 1.8rem;
  }

  .ux-contents__wide__image {
    margin-bottom: 5px;
  }

  .ux-contents__wide__image + p {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }

  .ux-contents__enjoy {
    margin-bottom: 50px;
  }

  .enjoy__box__img img {
    max-width: 550px;
    margin: 0 auto;
  }

  .ux-contents__wall {
    margin-bottom: 20px;
  }

  .ux-contents__wall .ux-contents__slider img {
    width: 100%;
  }

  .ux-contents__wall .ux-contents__list {
    flex-direction: column;
    gap: 10px;
  }

  .ux-contents__wall .ux-contents__list__text {
    width: 100%;
  }

  .ux-contents__location__img {
    flex-direction: column;
    gap: 50px;
    margin-bottom: 45px;
  }

  .ux-contents__location__img .location__img01,
  .ux-contents__location__img .location__img02 {
    width: 100%;
  }

  .ux-contents__location__img img {
    margin: 0 auto 20px;
  }

  .ux-contents__location__img p {
    text-indent: -2em;
    padding-left: 2em;
  }
}

@media screen and (max-width: 374px) {
  .renga .ux-contents__wall h4 {
    font-size: 2rem;
  }

  .renga .ux-contents__wall h4 span {
    font-size: 1.6rem;
  }

  .ux-contents__wall .ux-contents__list__text,
  .ux-contents__location__img p {
    font-size: 1.3rem;
  }
}
