@charset "UTF-8";
/*color*/
/*font-family*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */
/*
ログインページ
*/
.logo-bukkenLogo__link img {
  filter: brightness(3) !important;
}

.p-login {
  position: relative;
  background-image: url(../../images/limited/login-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20rem;
}
@media only screen and (max-width: 767px) {
  .p-login {
    padding-bottom: 15rem;
  }
}
.p-login-intro {
  padding-top: 15rem;
}
@media only screen and (max-width: 767px) {
  .p-login-intro {
    padding-top: 10rem;
  }
}
.p-login-intro__heading {
  text-align: center;
  color: #30312d;
  font-size: 5rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
  margin: 3em auto 2em;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-login-intro__heading {
    font-size: 3rem;
  }
}
.p-login-intro__heading span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-login-intro__heading span {
    font-size: 1.2rem;
  }
}
.p-login-intro__inner {
  margin-top: 3rem;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .p-login-intro__inner {
    padding: 2rem;
  }
}
.p-login-intro__ttl {
  text-align: center;
  color: #30312d;
  font-size: 2em;
}
.p-login-intro__lead {
  text-align: center;
  color: #30312d;
  font-size: 0.8em;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-login-intro__lead {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-login-intro__lead {
    font-size: 1.3rem;
  }
}
.p-login-intro__txt {
  font-size: 1.5em;
  text-align: center;
  color: #30312d;
  margin-top: 2em;
}
.p-login-intro__inputArea {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-login-intro__inputArea {
    flex-direction: column;
  }
}
.p-login-intro__inputArea__pass {
  width: 30%;
  max-width: 400px;
  font-size: 1.8rem;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .p-login-intro__inputArea__pass {
    width: 100%;
    padding: 1rem;
    text-align: center;
    font-size: 16px;
  }
}
.p-login-intro__inputArea__btn {
  background-color: #fff;
  color: #30312d;
  padding: 1rem;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: 0.3s;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .p-login-intro__inputArea__btn {
    justify-content: center;
  }
}
.p-login-intro__inputArea__btn.active {
  background-color: #719360;
  color: #fff;
  pointer-events: all;
}
.p-login-intro__inputArea__btn:hover {
  background-color: #30312d;
  color: #719360;
}
.p-login-info {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  text-align: center;
  border-radius: 2px;
  border: 3px solid rgba(201, 160, 99, 0.9);
}
.p-login-info__heading {
  position: relative;
}
.p-login-info__heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 1px;
  background-color: #595757;
}
.p-login-info__txt {
  font-size: 2.4rem;
  margin-top: 1rem;
}
.p-login-info__txt em {
  color: #a90505;
  font-size: 1.1em;
  display: inline-block;
}
.p-login-help__ttl {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.15em;
  text-align: center;
  border-bottom: 2px solid #30312d;
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #30312d;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-login-help__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-login-help__ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-login-help__ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-login-help__ttl {
    font-size: 2rem;
  }
}
.p-login-help__txt {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 3rem;
  color: #30312d;
  font-size: 22px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .p-login-help__txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-login-help__txt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-login-help__txt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-login-help__txt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-login-help__txt {
    margin-top: 1.5rem;
  }
}
.p-login-help__tel {
  font-family: "EB Garamond", serif;
  font-size: 30px;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  gap: 0.5em;
  text-align: center;
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-login-help__tel {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .p-login-help__tel {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-login-help__tel {
    margin-top: 3rem;
  }
}
.p-login-help__tel img {
  width: 1em;
}
.p-login-flow {
  margin-top: 5rem;
  padding: 5rem 0 10rem;
}
@media only screen and (max-width: 767px) {
  .p-login-flow {
    margin-top: 0;
  }
}
.p-login-flow__inner {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.p-login-flow h3 {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
  color: #30312d;
}
.p-login-flow h3 span {
  padding: 0 1rem;
  font-size: 2.4rem;
}
.p-login-flow h3::before, .p-login-flow h3:after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  background-color: #30312d;
}
.p-login-flow__wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 1080px) {
  .p-login-flow__wrap {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-login-flow__step {
  background: #fff;
  color: #010101;
  text-align: center;
  flex-grow: 1;
  position: relative;
  padding: 2.5rem 0;
}
.p-login-flow__step::before, .p-login-flow__step::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 55%;
  background: #252525;
}
@media only screen and (max-width: 1080px) {
  .p-login-flow__step::before, .p-login-flow__step::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 2.5rem solid transparent;
    border-left: 2.5rem solid transparent;
    border-top: 2.5rem solid #d0c8c5;
    border-bottom: 0;
    background-color: unset;
  }
}
.p-login-flow__step:first-child::before, .p-login-flow__step:first-child::after {
  display: none;
}
.p-login-flow__step:before {
  top: 0;
  left: -3%;
  bottom: auto;
  right: auto;
  transform-origin: right top;
  transform: rotate(-15deg) translateY(-5px);
}
@media only screen and (max-width: 1080px) {
  .p-login-flow__step:before {
    left: 50%;
    transform: translateX(-50%);
    top: -1rem;
  }
}
.p-login-flow__step:after {
  bottom: 0;
  left: -3%;
  top: auto;
  right: auto;
  transform-origin: right bottom;
  transform: rotate(15deg) translateY(5px);
}
@media only screen and (max-width: 1080px) {
  .p-login-flow__step:after {
    display: none;
  }
}
.p-login-flow__step-icon {
  color: #719360;
  line-height: 1.4;
  font-size: 2rem;
}
.p-login-flow__step-icon span {
  font-size: 1.5em;
}
.p-login-flow__step-title {
  color: #719360;
}
.p-login-flow__step-text {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.p-login-flow__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1rem 8rem;
  letter-spacing: 0;
  margin: 3rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
  z-index: 1;
  color: #30312d;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-login-flow__btn {
    font-size: 1.4rem;
    padding: 1rem;
    width: 100%;
  }
}
.p-login-flow__btn em {
  font-size: 1.5em;
  margin-right: 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-login-flow__btn:hover:hover {
    color: #595757;
    background-color: #30312d;
  }
}
.p-login-cap {
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 1.1rem;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 5px #000, 0px 0px 10px #000;
  line-height: 1;
  padding: 2px 3px;
}

/*
限定サイト
*/
.p-limited {
  position: relative;
  background-image: linear-gradient(to top, #252525 20%, rgba(10, 10, 10, 0.8) 100%), url(../../images/residence/intro06.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #252525;
}
@media only screen and (max-width: 767px) {
  .p-limited {
    background-size: contain;
  }
}
.p-limited-intro {
  padding-top: 15rem;
}
@media only screen and (max-width: 767px) {
  .p-limited-intro {
    padding-top: 10rem;
  }
}
.p-limited-intro__heading {
  text-align: center;
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
}
@media only screen and (max-width: 767px) {
  .p-limited-intro__heading {
    font-size: 3rem;
  }
}
.p-limited-intro__heading span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-limited-intro__heading span {
    font-size: 1.2rem;
  }
}
.p-limited-intro__lead {
  text-align: center;
  color: #fff;
}
.p-limited-intro__lead span {
  display: inline-block;
}
.p-limited-intro__schedule {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 3rem;
  background-color: rgba(139, 116, 23, 0.2);
  padding: 3rem 5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #5d685f;
}
@media only screen and (max-width: 767px) {
  .p-limited-intro__schedule {
    padding: 2rem;
  }
}
.p-limited-intro__schedule__heading em {
  font-size: 2em;
}
.p-limited-intro__schedule__txt01 {
  font-size: 3.6rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .p-limited-intro__schedule__txt01 {
    font-size: 2.2rem;
  }
}
.p-limited-intro__schedule__txt02 {
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .p-limited-intro__schedule__txt02 {
    font-size: 1.3rem;
  }
}
.p-limited-intro__schedule__btn {
  background-color: #7c0d22;
  color: #fff;
  font-size: 2rem;
  padding: 1rem;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  border-radius: 3px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-limited-intro__schedule__btn:hover:hover {
    background-color: #fff;
    color: #C9A063;
  }
}
.p-limited-nav {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.p-limited-nav__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-limited-nav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
}
.p-limited-nav__list.col-1 {
  grid-template-columns: 1fr;
  width: 50%;
  margin: 0 auto;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-limited-nav__list.col-1 {
    width: 100%;
  }
}
.p-limited-nav__list a {
  position: relative;
  background-color: #C9A063;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  font-size: 2.4rem;
  height: 100%;
  line-height: 1;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-limited-nav__list a {
    font-size: 1.6rem;
    padding: 1rem;
  }
}
.p-limited-nav__list a span {
  margin-top: 0.5rem;
  font-size: 0.6em;
}
@media (hover: hover) and (pointer: fine) {
  .p-limited-nav__list a:hover:hover {
    background-color: #5d685f;
    color: #719360;
  }
}
.p-limited-nav__list a.nolink {
  position: relative;
  background-color: #d0c8c5;
  pointer-events: none;
}
.p-limited-nav__list a.nolink i {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #052d47;
  color: #5d685f;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
}
.p-limited-nav__list i {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #7c0d22;
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.5rem 2rem;
  border-radius: 3rem;
  color: #fff;
  transform: translateY(-50%);
}
.p-limited-plan, .p-limited-view, .p-limited-movie {
  padding-bottom: 5rem;
}
.p-limited-plan__heading, .p-limited-view__heading, .p-limited-movie__heading {
  text-align: center;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
}
.p-limited-plan__heading span, .p-limited-view__heading span, .p-limited-movie__heading span {
  display: block;
  margin-top: 1rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-limited-plan__heading, .p-limited-view__heading, .p-limited-movie__heading {
    font-size: 3rem;
  }
}
.p-limited-plan__img, .p-limited-view__img, .p-limited-movie__img {
  color: #fff;
}
.p-limited-plan__img__heading, .p-limited-view__img__heading, .p-limited-movie__img__heading {
  color: #C9A063;
  font-size: 3rem;
  text-align: center;
}
.p-limited-plan__img figure, .p-limited-view__img figure, .p-limited-movie__img figure {
  margin-top: 2rem;
  position: relative;
  overflow: scroll;
}
.p-limited-plan__img figure img, .p-limited-view__img figure img, .p-limited-movie__img figure img {
  height: 50vh;
  width: auto;
  max-width: unset;
  cursor: grab;
}
@media only screen and (max-width: 767px) {
  .p-limited-plan__img figure img, .p-limited-view__img figure img, .p-limited-movie__img figure img {
    height: 65vw;
  }
}
/*# sourceMappingURL=../../map/limited/style.css.map */