@charset "utf-8";

.g-container {
  background-image: url("/hotel/fukuoka/_assets/img/common/bg-blue-03.png");
}

.u-page-title__title {
  top: 45%;
}

.u-page-title__name {
  color: #888;
  bottom: 50%;
  transform: translateY(50%);
}

.u-page-title__line {
  border-color: #888 !important;
}

.u-page-menu {
  width: 100%;
  margin: -11% 0 0;
  position: absolute;
}

.u-page-menu ul li.is-tab_active a,
.u-page-menu ul li a:hover {
  color: #fff;
  background: #888;
  opacity: 1;
}

.u-page-menu ul li a em {
  line-height: 1;
  width: 100%;
  display: block;
  position: absolute;
  top: calc(50% + 0.25em);
  left: 0;
  transform: translateY(-50%);
}

.u-page-menu ul li a em:before {
  content: attr(data-en) "";
  font-family: "Advent Pro";
  font-size: calc(0.0390625vw * 30);
  margin: 0 0 0.5em;
  display: block;
}

/* イベント一覧
-------------------------------------*/

.l-event-list {
  padding: 6.45% 6.45% 6.45%;
  background: #fff;
}

.l-event-list__wrap {
  width: calc(100% + 2.5%);
  margin: -4% -1.75% 0;
}

.l-event-list__item {
  width: calc(100% / 3);
  padding: 4% 1.25% 0;
}

*::-ms-backdrop,
.l-event-list__item {
  width: calc(100% / 3.05);
}

.l-event-list__thumb {
  margin: 0 0 6.5%;
  padding: 60% 0 0;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
}

.l-event-list__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 2s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.l-event-list a:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}

.l-event-list__data {
  line-height: 1;
  margin: 0 0 2.75%;
  align-items: center;
}

.l-event-list__category {
  min-width: 38.5%;
  padding: 0.5em 0;
  border-top: 1px solid #12146d;
  border-bottom: 1px solid #12146d;
  color: #12146d;
}

.l-event-list__time {
  color: #bbb;
  padding: 0 0 0 1em;
}

.l-event-list__title {
  line-height: 1.5;
  margin: 0 0 0.5em;
}

.l-event-list__text {
  line-height: 1.75;
  letter-spacing: 0.15em;
}

/* イベントカテゴリー
-------------------------------------*/
.l-event__form .c-toggle {
  width: calc((100% - 16px) / 2);
}
.l-event__form .c-toggle .c-toggle_label {
  padding-left: 4px;
}
.l-event__form .c-toggle_select {
  font-weight: 700;
  color: #888888;
  border-bottom: 1px solid #888888;
  border-top: 1px solid #888888;
  height: 48px;
  background-image: url("../../img/common/arrow-04-gray.svg");
  background-repeat: no-repeat;
  background-size: 12px 7px;
  background-position: right 7px center;
  background-color: transparent;
  width: 100%;
  padding-left: 13px;
}
.l-event__form .c-toggle_label:after {
  content: none;
}
@media screen and (min-width: 1024px) {
  .l-cate_list.-event {
    margin: 0 auto;
    display: block;
    max-width: none;
    padding: 0;
    display: flex;
    gap: 40px;
    margin: 0 auto;
  }
  .l-cate_list.-event .c-tab_item {
    position: relative;
    background: #fff;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    display: block;
    text-align: center;
    box-shadow: 6px 9px 9px 0 rgba(0, 0, 0, 0.1);
  }

  .l-cate_list.-event .c-tab_item:last-child {
    padding-right: 0;
  }
  .l-cate_list.-event .c-tab_item:last-child::before {
    display: none;
  }

  .l-cate_list.-event .c-tab_box {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 65px;
  }
  .l-event__form .c-tab_name {
    font-size: 16px;
  }
  .c-tab_name.-en {
    font-family: "Advent Pro";
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.14em;
    display: block;
  }
  .c-tab_name.-ja {
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.08em;
    display: block;
    margin-top: 6px;
  }
  .u-page-title.-event {
    padding-top: 447px;
  }
}

/* イベント年月
-------------------------------------*/
.l-event_select {
  border-bottom: 1px solid #888888;
  border-top: 1px solid #888888;
  color: #888888;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  height: 48px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../../img/common/arrow-04-gray.svg");
  background-repeat: no-repeat;
  background-size: 12px 7px;
  background-position: right 7px center;
  padding-left: 4px;
  width: calc((100% - 16px) / 2);
  background-color: transparent;
  padding-left: 13px;
}

.l-event__form {
  display: flex;
  align-items: center;
  gap: 16px;
  width: calc(339 / 362 * 100%);
  margin: 0 auto 40px;
}
@media screen and (min-width: 1024px) {
  .l-event__form {
    position: relative;
    width: 100%;
    width: fit-content;
    margin: 0 auto 54px;
  }
  .l-event_select {
    border-bottom: 1px solid #888888;
    border-top: 1px solid #888888;
    height: 48px;
    position: absolute;
    top: -93px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 240px;
    font-size: 14px;
    font-weight: 700;
    color: #888;
    padding-bottom: 0;
    -webkit-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../../img/common/arrow-04-gray.svg");
    background-repeat: no-repeat;
    background-size: 12.03px 7.1px;
    background-position: right 16px center;
    padding-left: 19px;
  }
  .l-cate_list.-event .c-tab_item {
    position: relative;
  }
  .l-cate_list.-event .c-tab_item::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 32px;
    transform: translateX(-50%);
  }
  .c-tab_item.-all::before {
    width: 17.5px;
    height: 17.5px;
    background: url(../../img/common/icon_all_gray.svg) no-repeat;
    background-size: contain;
  }
  .c-tab_item.-stay::before {
    width: 24.55px;
    height: 20.19px;
    background: url(../../img/common/icon_stay_gray.svg) no-repeat;
    background-size: contain;
  }

  .c-tab_item.-activity::before {
    width: 28.65px;
    height: 22.76px;
    background: url(../../img/common/icon_activity_gray.svg) no-repeat;
    background-size: contain;
  }

  .c-tab_item.-event::before {
    width: 26.4px;
    height: 28.95px;
    background: url(../../img/common/icon_event_gray.svg) no-repeat;
    background-size: contain;
  }
  .l-cate_list.-event .c-tab_item.-others::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 32px;
    transform: translateX(-50%);
    width: 23px;
    height: 22.39px;
    background: url(../../img/common/icon_others_gray.svg) no-repeat;
    background-size: contain;
  }
  .c-tab_item.is-tab_active.-all::before {
    width: 17.5px;
    height: 17.5px;
    background: url(../../img/common/icon_all_white.svg) no-repeat;
    background-size: contain;
  }

  .c-tab_item.is-tab_active.-stay::before {
    width: 24.55px;
    height: 20.19px;
    background: url(../../img/common/icon_stay_white.svg) no-repeat;
    background-size: contain;
  }

  .c-tab_item.is-tab_active.-activity::before {
    width: 28.65px;
    height: 22.76px;
    background: url(../../img/common/icon_activity_white.svg) no-repeat;
    background-size: contain;
  }

  .c-tab_item.is-tab_active.-event::before {
    width: 26.4px;
    height: 28.95px;
    background: url(../../img/common/icon_event_white.svg) no-repeat;
    background-size: contain;
  }

  .l-cate_list.-event .c-tab_item.is-tab_active.-others::before {
    width: 23px;
    height: 22.39px;
    background: url(../../img/common/icon_others_white.svg) no-repeat;
    background-size: contain;
  }
  .l-cate_list.-event .c-tab_item.is-tab_active {
    background: #888;
  }
  .l-cate_list.-event .c-tab_item.is-tab_active .c-tab_name {
    color: #fff;
  }
}

/* イベント詳細
-------------------------------------*/

.p-event-detail {
  padding: 3.5% 13.15% 13.15%;
  background: #fff;
}

.p-event-detail__data {
  margin: 0 -11% 6.5%;
  justify-content: flex-end;
  align-items: center;
}

.p-event-detail__time {
  color: #bbb;
  padding: 0 1.75em 0 0;
}

.p-event-detail__category {
  padding: 0 0 0 1.75em;
  position: relative;
  color: #12146d;
}

.p-event-detail__category:before {
  content: "";
  width: 2px;
  height: 110%;
  background: #bbbbbb;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-event-detail__title {
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.15em;
  margin: 0 0 4.5%;
}
.p-event-detail p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.125em;
  word-wrap: break-word;
  padding: 5.5% 0 0;
}

.p-event-detail p:after {
  content: "";
  display: block;
  clear: both;
}

.p-event-detail p img.alignleft {
  width: 48.5%;
  float: left;
}

.p-event-detail p img.alignright {
  width: 48.5%;
  float: right;
}

.wp-pagenavi {
  font-family: "Advent Pro";
  font-size: calc(0.0390625vw * 32);
  margin: 0 6.5%;
  padding: 3.5% 0 10%;
  display: flex;
  justify-content: center;
  position: relative;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  letter-spacing: 0.175em;
  margin: 4.25% 0 0;
  position: absolute;
  top: 0;
}

.wp-pagenavi .previouspostslink {
  left: 0;
}

.wp-pagenavi .previouspostslink i,
.wp-pagenavi .nextpostslink i {
  padding: 0;
  position: relative;
}

/* .wp-pagenavi .previouspostslink i:before,
.wp-pagenavi .nextpostslink i:before {
  content: "";
  width: 0.45em;
  padding: 0.65em 0 0;
  display: block;
  background: url("/hotel/fukuoka/_assets/img/common/arrow-01-gray.png")
    no-repeat center / 100% 100%;
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
} */

.wp-pagenavi .nextpostslink {
  right: 0;
}

.wp-pagenavi .previouspostslink i:before {
  transform: translateY(-50%) scaleX(-1);
}

.wp-pagenavi .previouspostslink i:after {
  content: "BACK";
}
.wp-pagenavi .nextpostslink i:before {
  left: auto;
  right: 0.5em;
  transform: translateY(-50%);
}

.wp-pagenavi .nextpostslink i:after {
  content: "NEXT";
}

.wp-pagenavi a.page,
.wp-pagenavi span {
  width: 4%;
  margin: 0 0.75%;
  padding: 4% 0 0;
  background: #fff;
  display: block;
  border-radius: 50%;
  position: relative;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.05);
}

.wp-pagenavi a.page:hover {
  color: #fff;
  background: #888;
  opacity: 1;
}

.wp-pagenavi span {
  color: #fff;
  background: #888;
}

.wp-pagenavi a.page i,
.wp-pagenavi span i {
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.wp-pagenavi .indexlink i {
  position: relative;
}

.wp-pagenavi .indexlink i:after {
  content: "INDEX";
}

.wp-pagenavi .indexlink i:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #888;
  position: absolute;
  bottom: -0.25em;
  left: 0;
  transition: 0.2s;
}

.wp-pagenavi .indexlink:hover i:before {
  opacity: 0;
}

.u-page-title + .u-contents {
  margin-top: 6%;
  margin-bottom: 4%;
  padding: 0 0 2.5%;
}

.is-detail .u-page-title + .u-contents {
  margin-top: -4%;
  margin-bottom: 0;
  padding: 0 0 2.5%;
}

.is-detail .wp-pagenavi {
  padding: 1% 0 13%;
}

.is-detail .wp-pagenavi .previouspostslink,
.is-detail .wp-pagenavi .nextpostslink {
  margin: 1% 0 0;
}

/* WP実装時削除 */
.u-page-title + .u-contents.is-Menu_none {
  margin-top: -4% !important;
  margin-bottom: 4% !important;
  padding: 0 0 2.5% !important;
}

.wp-pagenavi .previouspostslink {
  padding-left: 26px;
}
.wp-pagenavi .previouspostslink::before {
  content: "";
  background: url(../../img/common/arrow-02-gray.svg) no-repeat;
  position: absolute;
  height: 9.97px;
  width: 5.87px;
  left: 0;
  top: 9px;
  background-size: cover;
  transform: rotate(180deg);
}
.wp-pagenavi .nextpostslink {
  padding-right: 26px;
}
.wp-pagenavi .nextpostslink::before {
  content: "";
  background: url(../../img/common/arrow-02-gray.svg) no-repeat;
  position: absolute;
  height: 9.97px;
  width: 5.87px;
  right: 0;
  top: 9px;
  background-size: cover;
}

.wp-pagenavi .pages .extend,
.wp-pagenavi .extend {
  font-style: normal;
  letter-spacing: 0.2em;
  width: auto;
  padding: 0;
  background: initial;
  box-shadow: none;
}
.wp-pagenavi .extend::after {
  content: "…";
  /* 必要なら color や font-size も指定 */
}
.wp-pagenavi .extend {
  color: inherit; /* 必要に応じて */
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi .nextpostslink::before {
    top: 50%;
    transform: translateY(-50%);
    width: 5.01px;
    height: 8.51px;
  }
  .wp-pagenavi .previouspostslink::before {
    top: 50%;

    width: 5.01px;
    height: 8.51px;
    transform: translateY(-50%) rotate(180deg);
  }
}
.wp-pagenavi a.page,
.wp-pagenavi span {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi a.page,
  .wp-pagenavi span {
    width: 34px;
    height: 34px;
  }
}
.wp-pagenavi a.page,
.wp-pagenavi span {
  box-shadow: 5px 9px 5px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi a.page,
  .wp-pagenavi span {
    box-shadow: 6px 12px 6px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    letter-spacing: 0.175em;
    margin: 5% 0 0;
    position: absolute;
    top: 0;
  }
}
.g-content {
  padding-bottom: 70px;
}
.is-detail .g-content {
  padding-bottom: 0;
}
.wp-pagenavi {
  padding-bottom: 0;
}
.is-detail .wp-pagenavi {
  padding-bottom: 13%;
}
@media screen and (min-width: 1024px) {
  .g-content {
    padding-bottom: 47px;
  }
  .is-detail .g-content {
    padding-bottom: 0;
  }
  .wp-pagenavi {
    padding-bottom: 73px;
  }
  .is-detail .wp-pagenavi {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  .is-detail .previouspostslink {
    position: absolute;
    left: 0;
    top: 36%;
    transform: translateY(-50%);
  }
  .is-detail .nextpostslink {
    position: absolute;
    right: 0;
    top: 36%;
    transform: translateY(-50%);
  }
  .is-detail .wp-pagenavi {
    justify-content: center;
  }
}
