@charset "UTF-8";
/*color*/
/*add color*/
/*font-family*/
/*add font-family*/
/*all*/
/*R,B*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*grid settings*/
/* media query */
.contents {
  width: 100%;
}

.p-contbg, .p-cont {
  position: relative;
}

em,
i {
  font-style: normal;
}

i {
  display: inline-block;
}

html:lang(en) .p-obi__wrap__list {
  grid-template-columns: 1fr 1fr;
  gap: 2rem 0;
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-obi__wrap__list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-sokyu, html:lang(en) .p-sokyu__l2 {
    display: block;
    text-align: center;
  }
}
html:lang(en) .p-sokyu--1 {
  gap: 0;
}
html:lang(en) .p-sokyu--2::after {
  display: none;
}
html:lang(en) .p-sokyu__l2 {
  line-height: 2.55;
  display: block;
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-sokyu__r2 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-sokyu::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-nav__list {
    grid-template-columns: 1fr;
  }
  html:lang(en) .p-nav__list .u-sp {
    display: none;
  }
  html:lang(en) .p-nav__list .u-pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-nav__list__item a {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) #concept .p-mv__detail,
  html:lang(en) #concept .p-mv__catch {
    line-height: 1.4;
  }
}
html:lang(en) .brandContents .anchorBtnWrap {
  background-color: #e6e6e6;
  padding: 30px 0;
  position: sticky;
  top: 0;
  z-index: 90;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtnWrap {
    position: static;
  }
}
html:lang(en) .brandContents .anchorBtn {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn {
    flex-direction: column;
    gap: 1px;
  }
}
html:lang(en) .brandContents .anchorBtn li {
  width: 19%;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn li {
    width: 100%;
  }
}

/* スマホのナビを遅く表示させたい場合 */
/* PLAN CSS */
.plan {
  color: #262626;
}

.c-cap {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
@media (max-width: 768px) {
  .c-cap {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .c-cap {
    font-size: 1.2rem;
  }
}

.p-mv__img {
  position: relative;
}
.p-mv__img .c-cap {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-mv__img .c-cap {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-mv__img .c-cap {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__img {
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: -53rem;
       object-position: -53rem;
  }
}

.p-bgpnt {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: -1px;
  background-image: url("../../../img/area/access/bg-acsched.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-bgpnt {
    background-size: contain;
  }
}
.p-bgpnt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../../img/area/access/bg-full.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .p-bgpnt::after {
    background-image: url("../../../img/area/access/bg-full-sp.png");
  }
}

.p-cont {
  color: #404040;
}

.p-main {
  padding: 24rem 0 1px;
}
@media only screen and (max-width: 768px) {
  .p-main {
    padding: 8rem 0 1px;
  }
}
.p-main__ttl {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  font-size: 50px;
  font-size: 5rem;
  color: #A67C52;
}
@media (max-width: 768px) {
  .p-main__ttl {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-main__ttl {
    font-size: 3rem;
  }
}
.p-main__subttl {
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-main__subttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-main__subttl {
    font-size: 2rem;
  }
}
.p-main__subttl sup {
  vertical-align: text-top;
  font-size: 12px;
}
.p-main__mainwrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: 1fr 55%;
  align-items: flex-start;
  margin-left: calc((100% - 1366px) / 2);
}
@media only screen and (max-width: 1515px) {
  .p-main__mainwrap {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 1080px) {
  .p-main__mainwrap {
    grid-template-columns: 1fr;
  }
}
.p-main__txtwrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .p-main__txtwrap {
    grid-template-columns: 1fr;
  }
}
.p-main__txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 7rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .p-main__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-main__txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-main__txt {
    line-height: 2;
    margin: 3rem auto;
  }
}
.p-main__txt sup {
  vertical-align: text-top;
  font-size: 12px;
  line-height: 1;
}
.p-main__img {
  position: relative;
  aspect-ratio: 982/435;
  overflow: hidden;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
@media only screen and (max-width: 1080px) {
  .p-main__img {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-main__img {
    aspect-ratio: 1/0.7;
    margin-top: 2rem;
  }
}
.p-main__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-planbox {
  margin: 12rem auto;
}
@media only screen and (max-width: 768px) {
  .p-planbox {
    margin: 6rem auto;
  }
}
.p-planbox__ttl {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  font-size: 3rem;
  margin: 3rem auto;
}
@media (max-width: 768px) {
  .p-planbox__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-planbox__ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-planbox__ttl {
    margin: 2rem auto;
  }
}

.p-planlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 1400px) {
  .p-planlist {
    gap: 1rem;
  }
}
@media only screen and (max-width: 1080px) {
  .p-planlist {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-planlist {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-planbtn {
  display: block;
  background: linear-gradient(#bca78c, #a88e73);
  border-radius: 1.2rem;
  padding: 3.6rem 2.8rem;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .p-planbtn {
    padding: 1.5rem 1rem;
  }
}
.p-planbtn__top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2.8rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1515px) {
  .p-planbtn__top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-planbtn__top {
    flex-direction: unset;
    align-items: flex-end;
    gap: 2.8rem;
  }
}
.p-planbtn__type-number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
}
.p-planbtn__type {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .p-planbtn__type {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-planbtn__type {
    font-size: 1.3rem;
  }
}
.p-planbtn__number {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-planbtn__number {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .p-planbtn__number {
    font-size: 4rem;
  }
}
.p-planbtn__number small {
  font-size: 0.5em;
}
.p-planbtn__divider {
  width: 1px;
  height: 5rem;
  background-color: #fff;
  border-radius: 1px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1515px) {
  .p-planbtn__divider {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .p-planbtn__divider {
    display: block;
    margin-bottom: 0;
    height: 4rem;
  }
}
.p-planbtn__rest {
  display: flex;
  align-items: baseline;
  gap: 0.1rem;
  line-height: 1;
}
.p-planbtn__roomnum {
  line-height: 1;
}
.p-planbtn__room {
  display: flex;
  align-items: baseline;
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  font-size: 55px;
  font-size: 5.5rem;
}
@media (max-width: 768px) {
  .p-planbtn__room {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .p-planbtn__room {
    font-size: 3.5rem;
  }
}
.p-planbtn__room .label {
  font-size: 0.4em;
  letter-spacing: 0.14em;
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  transform: translateY(-2px);
  display: flex;
  align-items: baseline;
}
.p-planbtn__room .label em {
  font-size: 40px;
  font-size: 4rem;
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-planbtn__room .label em {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .p-planbtn__room .label em {
    font-size: 2.5rem;
  }
}
.p-planbtn__room .plus {
  font-size: 0.45em;
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  display: inline-block;
  transform: translateY(-2px);
}
.p-planbtn__area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 1rem;
}
.p-planbtn__area__label {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  position: relative;
  margin-right: 3rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-planbtn__area__label {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-planbtn__area__label {
    font-size: 1.6rem;
  }
}
.p-planbtn__area__label::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.3lh;
  background-color: #fff;
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: rotate(45deg) translateY(-70%);
}
.p-planbtn__area__value {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
}
@media (max-width: 768px) {
  .p-planbtn__area__value {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .p-planbtn__area__value {
    font-size: 4rem;
  }
}
.p-planbtn__area .int {
  line-height: 1;
  letter-spacing: 0.02rem;
}
.p-planbtn__area .decimal {
  font-size: 0.65em;
  display: inline-block;
  margin-left: 6px;
  line-height: 1;
}
.p-planbtn__area .unit {
  font-size: 0.53em;
  display: inline-block;
  line-height: 1;
  transform: translateY(-2px);
}
.p-planbtn__view {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin: 2rem auto 0;
  width: 100%;
  background: linear-gradient(to bottom, #fff 0, #eee7e1 55%, #9f7d59 100%);
  color: #333;
  padding: 1rem 2.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 6px #262626;
  text-decoration: none;
  cursor: pointer;
  transform: translateY(0);
  transition: 0.3s;
}
.p-planbtn__viewtxt {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-planbtn__viewtxt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-planbtn__viewtxt {
    font-size: 1.6rem;
  }
}
.p-planbtn__arrow {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
}
.p-planbtn__arrow::before, .p-planbtn__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}
.p-planbtn__arrow::before {
  left: 0;
}
.p-planbtn__arrow::after {
  left: 6px;
}
.p-planbtn:hover {
  background: linear-gradient(#c9b295, #b19779);
  transition: 0.4s;
}
.p-planbtn:hover .p-planbtn__view {
  box-shadow: unset;
  transform: translateY(2px);
  transition: 0.3s;
}

.p-madobtn {
  background-image: url("../../../img/floorplan/plan/bg-btn.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  padding: 1rem;
  border-radius: 2rem;
  max-width: 70rem;
  margin: 10rem auto 5rem;
}
@media only screen and (max-width: 768px) {
  .p-madobtn {
    margin: 5rem auto 2rem;
  }
}
.p-madobtn .wrap {
  border: 1px solid #fff;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.p-madobtn__ttl {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-madobtn__ttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-madobtn__ttl {
    font-size: 1.8rem;
  }
}
.p-madobtn__txt {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-madobtn__txt {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-madobtn__txt {
    font-size: 1.7rem;
  }
}
.p-madobtn .p-planbtn__view {
  background: linear-gradient(to bottom, #fff 0, #c0c0c0 55%, #838383 100%);
  max-width: 30rem;
}
.p-madobtn .p-planbtn__viewtxt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-madobtn .p-planbtn__viewtxt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-madobtn .p-planbtn__viewtxt {
    font-size: 1.4rem;
  }
}
.p-madobtn:hover .p-planbtn__view {
  box-shadow: unset;
  transform: translateY(2px);
  transition: 0.3s;
}

.p-seinou {
  max-width: 42rem;
  width: 100%;
  margin: 0rem auto 4rem;
}
.p-seinou img {
  width: 100%;
}/*# sourceMappingURL=plan.css.map */