@charset "UTF-8";
/*color*/
/* ブランシエラカラー */
/*font-family*/
/*filler color*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */
.p-lim {
  background-color: rgba(180, 163, 121, 0.4);
}
.p-lim__mv {
  container-type: inline-size;
  height: 500px;
  background: linear-gradient(180deg, #b4a379 0%, rgba(180, 163, 121, 0) 100%);
}
@media only screen and (max-width: 767px) {
  .p-lim__mv {
    aspect-ratio: 1/1;
    height: 350px;
  }
}
.p-lim__mv__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-lim__mv__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-lim__ttl {
  width: 110%;
  font-size: 6.5cqi;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  position: absolute;
  text-align: center;
  font-family: "EB Garamond", "Noto Serif", serif;
  letter-spacing: 0.05em;
  color: #786d50;
  line-height: 1;
}
.p-lim__ttl small {
  letter-spacing: 0.1em;
  font-family: YakuHanMP, "Noto Serif", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 0.15em;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-lim__ttl {
    font-size: 14.5cqi;
  }
}
.p-lim__conttl {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-family: "EB Garamond", "Noto Serif", serif;
  letter-spacing: 0.1em;
  margin-block: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-lim__conttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-lim__conttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-lim__conttl {
    margin-block: 4rem;
  }
}
.p-lim__sTtlBox {
  /* width: 100%;
  height: 100%; */
  display: flex;
  background: #786d50;
  /* container-type: inline-size; */
  /* height: 200px; */
  /* margin-bottom: 2rem; */
  /* max-height: 200px; */
}
@media only screen and (max-width: 767px) {
  .p-lim__sTtlBox {
    /* height: 100px; */
  }
}
.p-lim__sTtlImg {
  width: 50%;
  height: 100%;
}
.p-lim__sTtlImg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-lim__sTtl {
  width: 50%;
  font-family: "EB Garamond", "Noto Serif", serif;
  letter-spacing: 0.2em;
  font-size: 4.5cqi;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-lim__sTtl {
    font-size: 8.5cqi;
    font-size: 1.8rem;
  }
}
.p-lim__sTtl small {
  display: block;
  letter-spacing: 0.15em;
  font-size: 0.6em;
}
.p-lim__secttl {
  text-align: center;
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "EB Garamond", "Noto Serif", serif;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .p-lim__secttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-lim__secttl {
    font-size: 2rem;
  }
}
.p-lim__int__txt {
  font-size: 20px;
  font-size: 2rem;
  color: #786d50;
}
@media only screen and (max-width: 767px) {
  .p-lim__int__txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-lim__int__txt {
    font-size: 1.4rem;
  }
}
.p-lim__links {
  /* margin-bottom: 4rem; */
}
.p-lim__links__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.5rem;
}
@media only screen and (max-width: 767px) {
  .p-lim__links__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-lim__links__list__item {
  background: #dad1bc;
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-lim__links__list__item {
    padding: 0.5rem;
  }
}
.p-lim__links__list__item a {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-lim__links__list__item a:hover {
    opacity: 0.9;
  }
  .p-lim__links__list__item a:hover .p-lim__links__btn {
    background: #fff;
    color: rgb(132, 27, 32);
    border: solid 1px rgb(132, 27, 32);
  }
  .p-lim__links__list__item a:hover .p-lim__links__btn::after {
    opacity: 0;
  }
  .p-lim__links__list__item a:hover .p-lim__links__btn__arw::after {
    border-top: 1px solid #b4a379;
    border-right: 1px solid #b4a379;
    filter: drop-shadow(-0.4rem 0.4rem 0 #b4a379);
  }
}
.p-lim__links__list__item__inner {
  background: #f4f1eb;
}
.p-lim__links__top {
  display: flex;
  gap: 2rem;
  padding: 2rem 1rem 1rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .p-lim__links__top {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-lim__links__top {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-lim__links__top {
    padding: 1rem 0.5rem 0.5rem;
    gap: 1rem;
  }
}
.p-lim__links__ttl {
  font-size: 3em;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #9b8c69;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 1rem 2.5rem 2rem;
  display: grid;
  place-content: center;
  font-family: "EB Garamond", "Noto Serif", serif;
}
@media only screen and (max-width: 767px) {
  .p-lim__links__ttl {
    font-size: 2.5em;
    padding: 0.5rem 0.5rem 1.5rem;
  }
}
.p-lim__links__ttl small {
  display: block;
  font-size: 0.5em;
}
.p-lim__links__txt {
  width: 100%;
  container-type: inline-size;
  width: 100%;
  text-align: center;
}
.p-lim__links__txt__lead {
  font-size: 4.2cqi;
  white-space: nowrap;
  line-height: 8cqi;
  position: relative;
  display: inline-block;
  width: calc(100% - 2rem);
  height: 8cqi;
  transition: all 0.1s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #982529;
}
.p-lim__links__txt__lead::before,
.p-lim__links__txt__lead::after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border: 4cqi solid transparent;
  border-right: 4cqi solid transparent;
  border-left: 4cqi solid transparent;
}
.p-lim__links__txt__lead::before {
  right: 100%;
  border-right-color: #982529;
}
.p-lim__links__txt__lead::after {
  left: 100%;
  border-left-color: #982529;
}
@media only screen and (max-width: 767px) {
  .p-lim__links__txt__lead {
    width: calc(100% - 1rem);
  }
}
.p-lim__links__txt__floor {
  display: block;
  margin-bottom: 0.5em;
}
.p-lim__links__txt__floor b {
  font-size: 2.25em;
  color: #9b8c69;
  font-family: "EB Garamond", "Noto Serif", serif;
  font-weight: normal;
  line-height: 1;
}
.p-lim__links__txt__floor b em {
  font-size: 1.5em;
}
.p-lim__links__txt__rooms {
  display: block;
  margin-top: 1rem;
  border-top: #231815 solid 1px;
  display: block;
  font-size: 12cqi;
  text-align: center;
  font-family: "EB Garamond", "Noto Serif", serif;
  white-space: wrap;
}
.p-lim__links__txt__rooms small {
  font-size: 0.7em;
}
.p-lim__links__btm {
  background-color: #fff;
}
.p-lim__links__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  gap: 0.5rem 1rem;
  padding: 1rem;
}
.p-lim__links__tags__item {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.25em 1rem 0.3rem;
  text-align: center;
  color: #231815;
  background: #f4f1eb;
  border-radius: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-lim__links__tags__item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .p-lim__links__tags__item {
    font-size: 1.2rem;
  }
}
.p-lim__links__btn {
  font-size: 17px;
  font-size: 1.7rem;
  display: block;
  width: 100%;
  max-width: 50%;
  margin-inline: auto;
  border: 1px rgba(132, 27, 32, 0) solid;
  color: #fff;
  line-height: 1;
  padding: 0.25em 0.5em;
  border-radius: 3rem;
  margin-top: 1rem;
  text-align: center;
  font-family: "EB Garamond", "Noto Serif", serif;
  font-style: italic;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-lim__links__btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-lim__links__btn {
    font-size: 1.6rem;
  }
}
.p-lim__links__btn::after {
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    rgb(132, 27, 32) 0%,
    rgb(170, 79, 60) 12%,
    rgb(132, 27, 32) 50%,
    rgb(170, 79, 60) 88%,
    rgb(132, 27, 32) 100%
  );
  transition: 0.3s;
}
.p-lim__links__btn__arw {
  font-size: 14px;
  font-size: 1.4rem;
  top: 50%;
  right: 1em;
  transform: translate(0%, -50%);
  position: absolute;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-lim__links__btn__arw {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-lim__links__btn__arw {
    font-size: 1.3rem;
  }
}
.p-lim__links__btn__arw::after {
  display: inline-block;
  content: "";
  transform: rotate(45deg);
  width: 0.7em;
  height: 0.7em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  filter: drop-shadow(-0.4rem 0.4rem 0 #fff);
}
.p-lim__coming {
  line-height: 1;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  margin-block: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-lim__coming {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-lim__coming {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=../../map/limited/style.css.map */

/* ==========================================================
 追加作成
========================================================== */

/* limitedページ */

.link-wrap-head-lead.p-lim__int__txt {
  font-size: 3rem;
  color: #000;
  padding-bottom: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .link-wrap-head-lead.p-lim__int__txt {
    font-size: 1.3rem;
  }
}
.link-items-wrap {
  background: #eae5d9;
  padding: 2rem 0rem;

}
.link-top-area {
  margin-top: -10px;
}

.link-card-back1 {
  margin-top: 0;
  margin-bottom: 80px;
  background: #fff;

  padding: 2rem 1.2rem  2rem;

}
@media only screen and (max-width: 767px) {
.link-card-back1 {
  /* margin-top: -29px; */
    padding: 2rem 1.2rem  2rem;
}
}

.p-lim__sTtlBox.link-card-wrap {
  margin-bottom: 0;
  margin-top: 4rem;
}

.link-card-wrap00 {
  /* padding: 20px; */
}

.p-lim__sTtlImg.c-imgBox.link-card-container {
  aspect-ratio:340/173 ;
}
.p-lim__sTtlImg.c-imgBox.link-card-container img {
  width: 100%;
  height: auto;
}

.link-cards {
}


.link-card-back {
  background: #fff;
  padding: 25px 20px;
}
.p-lim__links__list__item.link-card {
  padding: 0;
}
.p-lim__links__list__item.link-card + .p-lim__links__list__item.link-card {
  margin-top: 20px;
}

.link-wrap {
  display: flex;
  align-items: center;
}

.link-wrap-img {
  aspect-ratio: 298/229;
  width: 100%;
  height: auto;

  width: 50%;
}

.link-wrap-img img {
  width: 100%;
}
.link-wrap-textblock {
  width: 50%;
  text-align: center;
  background-color: #dad1bc;

  padding: 50px;
  padding: 6rem;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .link-wrap-textblock {
    padding: 10px;
  }
}

.link-wrap-text-top {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .link-wrap-text-top {
    font-size: 0.7rem;
  }
}

.link-wrap-text-head {
  letter-spacing: -0.06em;
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .link-wrap-text-head {
    font-size: 1rem;
  }
}


.interview-title.interview-title-1 {
   margin-top: 0.3rem;
  font-size: 3.9rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .interview-title.interview-title-1 {
    font-size: 1.9rem;
  }
}

.interview-title {
  margin-top: 0.3rem;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.06em;
}
@media only screen and (max-width: 767px) {
  .interview-title {
    font-size: 1.4rem;
  }
}
.link-wrap-btn {
  max-width: 60%;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .link-wrap-btn {
    margin-top: 1.2rem;
    max-width: 100%;
  }
}

/* 追加作成ここまで */



.member_1 {
justify-content: center;
}















