@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&family=Zen+Kaku+Gothic+Antique:wght@400;500&family=Zen+Old+Mincho:wght@400;500;700&display=swap");
.staff {
  background: #FCFAF3;
}

.staff__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.staff__swiper {
  padding-bottom: 0;
}

.staff__swiper.no-swiper ~ .staff__nav {
  display: none;
}

.no-swiper .staff__list {
  display: grid;
  gap: 20px;
  width: 76%;
  margin-inline: auto;
}

.staff__wrap {
  position: relative;
  width: 90%;
  margin-inline: auto;
}

.staff__wrap .swiper {
  position: static;
}

.staff__nav {
  display: -webkit-box;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 15px 0;
}

.staff__arrow {
  flex-shrink: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 40px;
  height: 40px;
  border: none;
  background: url(/wp-content/themes/yuzupilatis/assets/img/common/icon/icon_arrow.svg) no-repeat center/contain;
  cursor: pointer;
}

.staff__arrow.is-next {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.staff__arrow.swiper-button-disabled {
  opacity: .35;
  cursor: default;
}

.staff__dots {
  display: -webkit-box;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.staff__dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d3ca;
  opacity: 1;
  cursor: pointer;
}

.staff__dots .swiper-pagination-bullet-active {
  background: #F7BE6A;
}

.staff__item {
  display: grid;
  gap: 16px;
  position: relative;
  padding: 20px;
  background: #fff;
  letter-spacing: 0;
}

.staff__item::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 140px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.86)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 50%, #fff 100%);
  content: "";
}

.staff__img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.staff__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff__main {
  display: grid;
  gap: 8px;
}

.staff__data {
  margin-bottom: 0;
}

.staff__data dt, .staff__data dd {
  margin: 0;
}

.staff__data.is-01 {
  padding-bottom: 8px;
  border-bottom: 1px solid #ad987a;
}

.staff__data.is-01 dd {
  color: #3C2A21;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
}

.staff__data.is-02 {
  min-height: 130px;
  overflow: hidden;
}

.staff__data.is-02 dt {
  color: #F7BE6A;
  font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}

.staff__data.is-02 dd {
  color: #3C2A21;
  font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.857;
}

.staff__data.is-02 dd:not(:last-child) {
  margin-bottom: 12px;
}

.staff__data dt {
  color: #ad987a;
}

.staff__plus {
  all: unset;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 56px;
  height: 56px;
  background: url(/wp-content/themes/yuzupilatis/assets/img/common/icon/icon_plus.svg) no-repeat center/contain;
  cursor: pointer;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.staff__video {
  position: relative;
  aspect-ratio: 16 / 9;
}

.staff__video-play {
  position: absolute;
  inset: 0;
  z-index: 2;
  aspect-ratio: 1 / 1;
  width: 20%;
  height: auto;
  margin: auto;
  border: none;
  background: transparent;
  cursor: pointer;
}

.staff__video-play::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/yuzupilatis/img/icon_play.svg) no-repeat center center/contain;
  content: "";
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.staff__video-play.is-playing {
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: auto;
}

.staff__video-play.is-playing::before {
  background: none;
}

.staff__video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background: #000;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}

.staff__modal {
  z-index: 1040 !important;
  width: 90% !important;
  overflow: visible !important;
}

.staff__block {
  display: grid;
  gap: 20px;
  max-height: 80vh;
  padding: 20px;
  overflow-y: auto;
}

.staff__block-img {
  overflow: hidden;
  border-radius: 8px;
}

.staff__block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff__block .staff__data.is-02 {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  max-height: none;
}

.staff__close {
  all: unset;
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.staff__close img {
  width: 100%;
  height: 100%;
}

.iziModal-overlay {
  z-index: 1035 !important;
}

.features {
  background: linear-gradient(#DBE9AE 0, #DBE9AE 120px, rgba(219, 233, 174, 0.15) 35%, rgba(219, 233, 174, 0) 65%);
}

.facilities {
  background: #FCFAF3;
}

.facilities__list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.facilities__item {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.facilities__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.access {
  background: #FCFAF3;
  position: relative;
  border-top: 2px solid #624A21;
}

.access::after {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 111 / 57;
  width: 45px;
  height: auto;
  background-color: #624A21;
  content: "";
}

.access__info {
  display: grid;
  gap: 30px;
}

.access__detail {
  display: grid;
  gap: 0;
  align-content: start;
}

.access__item {
  margin-bottom: 0;
}

.access__item dt {
  padding-bottom: 10px;
  border-bottom: 1px solid #624A21;
  color: #624A21;
  font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.667;
}

.access__item dd {
  margin: 0;
  padding-top: 10px;
  color: #624A21;
  font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.667;
}

.access__contact {
  margin-top: 10px;
  margin-bottom: 40px;
}

.access__contact-ttl {
  margin-bottom: 0;
  color: #624A21;
  font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.667;
}

.access__contact-link {
  color: #73ba44;
  font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
}

.access__map {
  aspect-ratio: 1 / 1;
}

.access__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.access__route {
  margin-top: 60px;
}

.access__route-list {
  display: grid;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.access__route-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 10px;
  padding: 12px 20px 30px;
  background: #fff;
}

.access__route-img {
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
}

.access__route-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.access__route-body {
  display: grid;
  grid-template-columns: 1em 1fr;
  gap: 10px;
  -webkit-box-align: start;
          align-items: start;
}

.access__route-num {
  color: #F7BE6A;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.access__route-txt {
  color: #624A21;
  font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
}

.nearby {
  background: #FCFAF3;
  position: relative;
  border-top: 2px solid #624A21;
}

.nearby::after {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 111 / 57;
  width: 45px;
  height: auto;
  background-color: #624A21;
  content: "";
}

.nearby__list {
  display: grid;
  gap: 56px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nearby__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 20px;
}

.nearby__img {
  display: block;
  aspect-ratio: 19 / 14;
  overflow: hidden;
}

.nearby__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nearby__name {
  display: block;
  margin-bottom: 0;
  color: #624A21;
  font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.667;
  text-decoration: none;
}

.nearby__address {
  margin-bottom: 0;
  color: #624A21;
  font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
}

.nearby__btn-wrap {
  display: -webkit-box;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nearby__btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 60px;
  padding: 10px;
  color: #fff;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.667;
  text-decoration: none;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.nearby__btn.is-info {
  background: #624A21;
}

.nearby__btn.is-reserve {
  background: #e89434;
}

@media screen and (min-width: 768px) {
  .no-swiper .staff__list {
    display: -webkit-box;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    margin-inline: 0;
  }
  .no-swiper .staff__list .staff__item {
    width: calc((100% - 40px) / 3);
  }
  .staff__wrap {
    max-width: 1040px;
    padding-inline: 15px;
  }
  .staff__nav {
    padding: 30px 0 0;
  }
  .staff__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
  .staff__arrow.is-next {
    right: -5%;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .staff__arrow:not(.is-next) {
    left: -5%;
  }
  .staff__dots {
    gap: 30px;
  }
  .staff__dots .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  .staff__data.is-01 dd {
    font-size: 3.2rem;
  }
  .staff__data.is-02 {
    min-height: 150px;
  }
  .staff__data.is-02 dt {
    font-size: 2rem;
  }
  .staff__data.is-02 dd {
    font-size: 1.8rem;
    line-height: 1.667;
  }
  .staff__block {
    grid-template-columns: 300px 1fr;
    gap: 30px;
    -webkit-box-align: start;
            align-items: start;
    padding: 40px;
  }
  .staff__close {
    top: 16px;
    right: 16px;
  }
  .features {
    background: linear-gradient(#DBE9AE 0, #DBE9AE 180px, rgba(219, 233, 174, 0.15) 35%, rgba(219, 233, 174, 0) 65%);
  }
  .facilities__list {
    gap: 20px;
  }
  .facilities__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .facilities__list.is-col2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 66.666%;
    margin-inline: auto;
  }
  .access {
    border-width: 5px;
  }
  .access::after {
    width: 111px;
  }
  .access__info {
    grid-template-columns: 41.6% 50%;
    gap: 8.4%;
  }
  .access__detail {
    margin-bottom: 60px;
  }
  .access__item dt {
    font-size: 3.2rem;
  }
  .access__item dd {
    font-size: 2.4rem;
  }
  .access__contact {
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .access__contact-ttl {
    font-size: 2.4rem;
  }
  .access__contact-link {
    font-size: 2.4rem;
  }
  .access__map {
    aspect-ratio: auto;
  }
  .access__route {
    margin-top: 80px;
  }
  .access__route-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .access__route-item {
    padding: 30px;
  }
  .access__route-num {
    font-size: 2.4rem;
  }
  .access__route-txt {
    font-size: 2.4rem;
  }
  .nearby {
    border-width: 5px;
  }
  .nearby::after {
    width: 111px;
  }
  .nearby__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 30px;
  }
  .nearby__address {
    font-size: 2rem;
  }
  .nearby__btn {
    font-size: 2.4rem;
  }
}

@media (any-hover: hover) {
  .staff__plus:hover {
    opacity: .7;
  }
  .staff__video-play {
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .staff__video-play:hover {
    opacity: .7;
  }
  .staff__close:hover {
    opacity: .7;
  }
  .access__contact-link {
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .access__contact-link:hover {
    opacity: .7;
  }
  .nearby__btn:hover {
    opacity: .7;
  }
}
