@charset "UTF-8";
/*---------------------------
共通
---------------------------*/
.main {
  margin-top: -80px;
}

@media only screen and (max-width: 767px) {
  .main {
    margin-top: -60px;
  }
}
#container {
  /* ========================================================================================= ^^
    Index
  ============================================================================================ ^^ */
  /* 内容 */
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /*予約状況表*/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
}
#container .footer__guide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
#container .footer__dev .footer__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
#container .footer__dev {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #container .footer__dev {
    margin-top: 6.8359375vw;
  }
}
#container .section--hero {
  background: url(../images/member/hero_bgi01.jpg) no-repeat 50% 50%/1500px 970px #000;
  height: 100vh;
}
#container .section--hero * {
  color: #fff;
}
#container .section--hero .section__inner {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#container .section--hero .section__block {
  width: 100%;
}
#container .section--hero .section__block--heading {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
#container .section--hero .section__block--heading .section__heading {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
#container .section--hero .section__block--heading .section__heading .section__small {
  margin-top: 35px;
  font-family: "Cinzel", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
#container .section--hero .section__block--heading .section__heading .section__b {
  margin-top: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
}
#container .section--hero .section__block--heading .section__heading .section__i {
  font-family: "Cormorant Garamond", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
}
#container .section--hero .section__block--text .section__par--title {
  font-size: 22px;
  line-height: 2;
}
#container .section--hero .section__block--text .section__par--text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #container .section--hero {
    height: auto;
    background: url(../images/member/hero_bgi01.jpg) no-repeat 50% 50%/cover #000;
  }
  #container .section--hero .section__inner {
    height: auto;
    min-height: 80dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3.90625vw;
  }
  #container .section--hero .section__block {
    width: 80%;
  }
  #container .section--hero .section__block--heading .section__heading .section__small {
    margin-top: 6.8359375vw;
    font-size: 3.125vw;
  }
  #container .section--hero .section__block--heading .section__heading .section__b {
    margin-top: 6.8359375vw;
    font-size: 12.109375vw;
  }
  #container .section--hero .section__block--heading .section__heading .section__i {
    font-size: 12.109375vw;
  }
  #container .section--hero .section__block--text .section__par--title {
    font-size: 4.296875vw;
  }
  #container .section--hero .section__block--text .section__par--text {
    margin-top: 3.125vw;
    font-size: 3.125vw;
  }
}
#container .section--lead .section__inner {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  width: 100%;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#container .section--lead .section__heading {
  font-size: 22px;
  line-height: 2;
}
#container .section--lead .section__par {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #container .section--lead .section__inner {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #container .section--lead .section__heading {
    font-size: 22px;
  }
  #container .section--lead .section__par {
    font-size: 15px;
  }
}
#container .section--login {
  background: #e5e5e5;
}
#container .section--login .section__inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
#container .section--login .section__heading {
  margin-bottom: 100px;
  font-family: "Cormorant Garamond", serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
}
#container .section--login .section__par {
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 2;
  text-align: center;
}
#container .section--login .section__form {
  margin: 0 auto;
  width: 100%;
  max-width: 438px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
}
#container .section--login .section__form .section__heading {
  margin-bottom: 0;
  font-size: 16px;
}
#container .section--login .section__form .section__password,
#container .section--login .section__form .section__button {
  padding: 1em;
  width: 100%;
  height: 48px;
  font-size: 15px;
  text-align: center;
  border: none;
  outline: none;
}
#container .section--login .section__form .section__button {
  background: #000;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #container .section--login .section__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #container .section--login .section__heading {
    margin-bottom: 100px;
    font-size: 45px;
  }
  #container .section--login .section__par {
    margin-bottom: 50px;
    font-size: 22px;
  }
  #container .section--login .section__form {
    width: 100%;
    max-width: 438px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  #container .section--login .section__form .section__heading {
    font-size: 16px;
  }
  #container .section--login .section__form .section__password,
  #container .section--login .section__form .section__button {
    width: 100%;
    height: 48px;
    font-size: 15px;
  }
}
#container .section--entry .section__inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
#container .section--entry .section__par {
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
#container .section--entry .section__list--entry {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  font-size: 20px;
  width: 100%;
  max-width: 418px;
}
#container .section--entry .section__list--entry .section__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
}
#container .section--entry .section__list--entry .section__b {
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #000;
}
#container .section--entry .section__list--entry .section__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border: 1px solid #000;
}
#container .section--entry .section__list--entry .section__item--black {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #000;
}
#container .section--entry .section__list--entry .section__item--black .section__anchor {
  color: #fff;
}
#container .section--entry .section__list--entry .section__item--black .section__b {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  #container .section--entry .section__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #container .section--entry .section__par {
    margin-bottom: 50px;
    font-size: 15px;
  }
  #container .section--entry .section__list--entry {
    gap: 30px;
    font-size: 20px;
    width: 100%;
    max-width: 418px;
  }
  #container .section--entry .section__list--entry .section__b {
    margin: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  #container .section--entry .section__list--entry .section__item {
    width: 100%;
    height: 60px;
  }
}
#container .section--catch {
  background: #000;
  /* ▼▼▼物件案内会予約ボタン▼▼▼ */
  /* ▲▲▲物件案内会予約ボタン▲▲▲ */
}
#container .section--catch * {
  color: #fff;
}
#container .section--catch .section__inner {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
#container .section--catch .section__heading {
  margin-bottom: 24px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 64px;
  line-height: 1.6;
  text-align: center;
}
#container .section--catch .section__heading .section__small {
  font-size: 40px;
}
#container .section--catch .section__par {
  font-size: 24px;
  line-height: 2;
}
#container .section--catch .section__list {
  margin-top: 60px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#container .section--catch .section__list .section__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 424px;
  height: 64px;
  border: 1px solid #fff;
  background: #fff;
}
#container .section--catch .section__list .section__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  position: relative;
}
#container .section--catch .section__list .section__anchor::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.4em solid #000;
  border-top: 0.2em solid transparent;
  border-bottom: 0.2em solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.4em;
  margin: auto;
}
#container .section--catch a {
  color: #000;
}
@media screen and (max-width: 767px) {
  #container .section--catch {
    /* ▼▼▼物件案内会予約ボタン▼▼▼ */
    /* ▲▲▲物件案内会予約ボタン▲▲▲ */
  }
  #container .section--catch .section__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #container .section--catch .section__heading {
    margin-bottom: 24px;
    font-size: 38.4px;
  }
  #container .section--catch .section__heading .section__small {
    font-size: 16px;
  }
  #container .section--catch .section__par {
    font-size: 16.8px;
  }
  #container .section--catch .section__list {
    margin-top: 40px;
    font-size: 20px;
    gap: 20px;
  }
  #container .section--catch .section__list .section__item {
    width: 100%;
    max-width: 424px;
    height: 64px;
  }
}
#container .section--scheduleinfo .section__inner {
  padding-top: 100px;
  padding-bottom: 20px;
  text-align: center;
}
#container .section--scheduleinfo .section__heading {
  margin-bottom: 45px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  line-height: 1;
  text-align: center;
}
#container .section--scheduleinfo .section__par {
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #container .section--scheduleinfo .section__inner {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  #container .section--scheduleinfo .section__heading {
    margin-bottom: 45px;
    font-size: 45px;
  }
  #container .section--scheduleinfo .section__par {
    font-size: 24px;
  }
}
#container .section--timetable {
  width: 100%;
  max-width: 768px;
  margin: 7em auto;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#container .section--timetable .timetable_ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 0.2em;
}
#container .section--timetable .timetable {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
#container .section--timetable .timetable th,
#container .section--timetable .timetable td {
  border: 1px solid #000;
  padding: 10px;
  font-size: 18px;
  text-align: center;
}
#container .section--timetable .timetable thead th {
  background-color: #eeeeee;
}
#container .section--timetable .full {
  color: rgb(156, 0, 0);
  font-weight: bold;
}
#container .section--timetable .few {
  color: #826611;
  font-weight: bold;
}
#container .section--timetable .available {
  font-size: 20px !important;
}
#container .section--timetable .note {
  font-size: 12px;
  margin-top: 2px;
  text-align: right;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #container {
    /*---------------------*/
    /*予約状況表*/
    /*---------------------*/
  }
  #container .section--timetable .timetable_ttl {
    /*font-size: 24px;*/
    font-size: 5.736vw;
  }
  #container .section--timetable .timetable th,
  #container .section--timetable .timetable td {
    /*font-size: 18px;*/
    font-size: 3.125vw;
  }
  #container .section--timetable .available {
    /*font-size: 20px!important;*/
    font-size: 3.911vw !important;
  }
  #container .section--timetable .note {
    font-size: 3.125vw;
  }
}
#container .section--bnr .section__inner {
  padding-top: 100px;
  padding-bottom: 50px;
}
#container .section--view .section__inner--tab {
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}
#container .section--view .section__block--tit .section__heading {
  margin-bottom: 45px;
  font-family: "Cormorant Garamond", serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
}
#container .section--view .section__block--img {
  margin: 0 auto;
  width: 100%;
  max-width: 860px;
}
#container .section--view .section__block--img .section__figcaption {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
}
#container .section--view .section__block--tab {
  margin-bottom: 80px;
}
#container .section--view .section__block--tab .section__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
#container .section--view .section__block--tab .section__dl {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #333;
}
#container .section--view .section__block--tab .section__dt {
  width: 100%;
}
#container .section--view .section__block--tab .section__button {
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
  cursor: pointer;
}
#container .section--view .section__block--tab .section__button.is-selected {
  background: #333;
  color: #fff;
}
#container .section--view .section__block--view .section__figure {
  display: none;
}
#container .section--view .section__block--view .section__figure.is-selected {
  display: block;
}
#container .section--view .js-view-setting[data-view-setting="5d"] .js-view-trigger[data-view-trigger="5d"] {
  background: #333;
  color: #fff;
}
#container .section--view .js-view-setting[data-view-setting="5d"] .js-view-target[data-view-target="5d"] {
  display: block;
}
#container .section--view .js-view-setting[data-view-setting="5n"] .js-view-trigger[data-view-trigger="5n"] {
  background: #333;
  color: #fff;
}
#container .section--view .js-view-setting[data-view-setting="5n"] .js-view-target[data-view-target="5n"] {
  display: block;
}
#container .section--view .js-view-setting[data-view-setting="7d"] .js-view-trigger[data-view-trigger="7d"] {
  background: #333;
  color: #fff;
}
#container .section--view .js-view-setting[data-view-setting="7d"] .js-view-target[data-view-target="7d"] {
  display: block;
}
#container .section--view .js-view-setting[data-view-setting="7n"] .js-view-trigger[data-view-trigger="7n"] {
  background: #333;
  color: #fff;
}
#container .section--view .js-view-setting[data-view-setting="7n"] .js-view-target[data-view-target="7n"] {
  display: block;
}
#container .section--view-pt .section__inner:not(.section__inner--tab) {
  padding-top: 100px;
}
#container .section--view-pb .section__inner {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #container .section--bnr .section__inner {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  #container .section--view .section__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #container .section--view .section__inner--tab {
    padding: 10px 0px 50px 0px;
    width: 100%;
    max-width: 1500px;
  }
  #container .section--view .section__block--tit .section__heading {
    margin-bottom: 45px;
    font-size: 8.7890625vw;
  }
  #container .section--view .section__block--img {
    width: 100%;
    max-width: 860px;
  }
  #container .section--view .section__block--img .section__figcaption {
    margin-top: 20px;
    font-size: 20px;
  }
  #container .section--view .section__block--tab {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  #container .section--view .section__block--tab .section__list {
    gap: 10px;
  }
  #container .section--view .section__block--tab .section__item {
    width: calc((100% - 10px) / 2);
  }
  #container .section--view .section__block--tab .section__dl {
    gap: 5px;
    font-size: 15px;
  }
  #container .section--view .section__block--tab .section__dd {
    width: calc((100% - 5px) / 2);
  }
  #container .section--view .section__block--tab .section__button {
    width: 100%;
    height: 40px;
  }
  #container .section--view-pt:not(.section__inner--tab) .section__inner {
    padding-top: 50px;
    padding-bottom: 0;
  }
  #container .section--view-pt:not(.section__inner--tab) .section__inner.section__inner--tab {
    padding-top: 0px;
  }
  #container .section--view-pb .section__inner {
    padding-bottom: 50px;
  }
}
#container .section--plan .section__inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
#container .section--plan .section__block--tit .section__heading {
  margin-bottom: 45px;
  font-family: "Cormorant Garamond", serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
#container .section--plan .section__txt {
  font-size: 20px;
  text-align: center;
  padding: 0 0 1em;
  color: #fff;
}
#container .section--plan .section__block--list * {
  color: #000;
}
#container .section--plan .section__block--list .section__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px;
}
#container .section--plan .section__block--list .section__item {
  width: 400px;
  min-height: 300px;
  background: #fff;
  border: solid 1px #333;
}
#container .section--plan .section__block--list .section__anchor {
  padding: 24px;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  color: #000;
  overflow: hidden;
  position: relative;
}
#container .section--plan .section__block--list .section__anchor::after {
  display: block;
  content: "";
  width: 72px;
  height: 72px;
  background: #bfa872;
  position: absolute;
  bottom: -40px;
  right: -40px;
  transform: rotate(45deg);
  z-index: 0;
}
#container .section--plan .section__block--list .section__type {
  margin-bottom: 12px;
  text-align: center;
}
#container .section--plan .section__block--list .section__type .section__strong {
  font-size: 58px;
  line-height: 1;
  color: #bfa872;
}
#container .section--plan .section__block--list .section__type .section__small {
  font-size: 36px;
  line-height: 1;
  color: #bfa872;
}
#container .section--plan .section__block--list .section__floor {
  margin-bottom: 12px;
  padding-bottom: 12px;
  text-align: center;
  border-bottom: 1px solid #bfa872;
  line-height: 1.2;
}
#container .section--plan .section__block--list .section__floor .section__strong {
  font-size: 38px;
}
#container .section--plan .section__block--list .section__floor .section__small {
  font-size: 20px;
}
#container .section--plan .section__block--list .section__floor .section__cap {
  font-size: 14px;
}
#container .section--plan .section__block--list .section__area {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  text-align: center;
}
#container .section--plan .section__block--list .section__area .section__small {
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
}
#container .section--plan .section__block--list .section__area .section__strong {
  font-size: 32px;
  line-height: 1.6;
}
#container .section--plan .section__block--list .section__area .section__strong + .section__small {
  font-size: 13px;
  line-height: 1.6;
  width: unset;
}
#container .section--plan .section__block--list .section__more {
  margin: auto -12px -12px auto;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  #container .section--plan .section__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #container .section--plan .section__block--tit .section__heading {
    margin-bottom: 45px;
    font-size: 8.7890625vw;
  }
  #container .section--plan .section__txt {
    font-size: 5.215vw;
    padding: 0 0 1em;
  }
  #container .section--plan .section__block--list * {
    color: #000;
  }
  #container .section--plan .section__block--list .section__list {
    gap: 2em;
  }
  #container .section--plan .section__block--list .section__item {
    width: calc((100% - 2em) / 2);
    height: 70vw;
    min-height: 70vw;
    box-sizing: border-box;
  }
  #container .section--plan .section__block--list .section__anchor {
    padding: 2.34375vw;
    width: calc(100% - 4.6875vw);
    height: calc(100% - 4.6875vw);
  }
  #container .section--plan .section__block--list .section__anchor::after {
    width: 72px;
    height: 72px;
    bottom: -40px;
    right: -40px;
  }
  #container .section--plan .section__block--list .section__type .section__strong {
    font-size: 11.328125vw;
  }
  #container .section--plan .section__block--list .section__type .section__small {
    font-size: 7.03125vw;
  }
  #container .section--plan .section__block--list .section__floor {
    margin-bottom: 12px;
  }
  #container .section--plan .section__block--list .section__floor .section__strong {
    font-size: 7.421875vw;
  }
  #container .section--plan .section__block--list .section__floor .section__small {
    font-size: 3.90625vw;
  }
  #container .section--plan .section__block--list .section__floor .section__cap {
    font-size: 2.734375vw;
  }
  #container .section--plan .section__block--list .section__area .section__small {
    font-size: 3.125vw;
  }
  #container .section--plan .section__block--list .section__area .section__strong {
    font-size: 6.25vw;
  }
  #container .section--plan .section__block--list .section__area .section__strong + .section__small {
    font-size: 2.5390625vw;
  }
  #container .section--plan .section__block--list .section__more {
    margin: auto 0 0 auto;
  }
}
/**/
/* ログインフォーム */
#formArea {
  margin: 0 auto;
  width: 100%;
  max-width: 438px;
}

#formArea .p-member__form_input {
  margin-bottom: 0.8em;
}

#formArea .p-member__form_input dl {
  font-size: 14px;
  line-height: 1.6;
}

#formArea .p-member__form_input dl dd p input {
  padding: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  background: #FFF;
  border: none;
  outline: none;
  letter-spacing: 0.05em;
}

#container #formArea .section__heading {
  margin-bottom: 1em;
  font-size: 16px;
  letter-spacing: 0.05em;
}

#formArea .p-member__form_input dl dd p input::placeholder {
  color: #b1b1b1;
  text-align: center;
}

#formArea .p-member__form_error {
  margin-bottom: 1.2em;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

#formArea .p-member__form_error.is_alert {
  opacity: 1;
}

#formArea .p-member__form_error p {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: #231815;
  letter-spacing: 0.05em;
}

#formArea .p-member__form_submit p button {
  width: 100%;
  position: relative;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 15px;
  color: #FFF;
  border: none;
  outline: none;
  background: #231815;
  cursor: pointer;
  overflow: hidden;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}

#formArea .p-member__form_submit p button:hover {
  background: #666;
}

/**/
/*---------------------------
眺望
---------------------------*/
.viewArea {
  position: relative;
  height: 100%;
  min-height: 467px;
}

.containerbox {
  overflow: hidden;
  position: relative;
  height: 467px;
  cursor: move;
}

#container .panoramixImg {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  left: 0;
  margin: auto;
}

.pano {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.controls .left,
.controls .right {
  display: block;
  width: 45px;
  height: 50px;
  background: rgba(25, 24, 22, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.controls .left {
  left: 0;
}

.controls .right {
  right: 0;
}

.controls .left::before,
.controls .right::before {
  content: "";
  position: absolute;
  top: 15px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.controls .left::before {
  left: 15px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.controls .right::before {
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 2001px) {
  #container img {
    width: 100%;
    height: auto;
  }
  .viewImg {
    height: auto;
    min-height: auto;
  }
  .containerbox {
    height: auto;
  }
  #container .panoramixImg {
    width: 100% !important;
    min-width: 2000px !important;
    max-width: 100% !important;
    height: auto !important;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .controls {
    display: none;
  }
}
/* sp */
@media screen and (max-width: 767px) {
  .viewArea {
    min-height: 60vw;
  }
  .containerbox {
    overflow: hidden;
    height: 60vw;
  }
}
/*---------------------------
バナー
---------------------------*/
#container .bnr_foorplan {
  width: 100%;
  margin: 8em auto 0;
  text-align: center;
}

#container .bnr_foorplan img {
  width: 75%;
  margin: auto;
}

#container .bnr_foorplan a {
  transition: all 0.6s;
}

#container .bnr_foorplan a:hover {
  opacity: 0.6;
}

/* sp */
@media screen and (max-width: 767px) {
  #container .bnr_foorplan {
    width: 100%;
    margin: 4em auto 0;
  }
  #container .bnr_foorplan img {
    width: 100%;
  }
}
/* PRIVATE SPACE・COMMON SPACE */
/*---------------------*/
#container .section--index-space {
  padding: 10em 0 0 0;
  background: #000;
}

#container .section--index-space .section__inner {
  width: 100%;
  background: #333;
  padding-top: 8em;
  padding-bottom: 8em;
  box-sizing: border-box;
}

#container .section--index-space h3.section__heading {
  font-family: "Cinzel", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  color: #BFA872;
  margin-bottom: 2em;
}

#container .section__inner .space_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 2em;
}

#container .section__inner .space_list.mb {
  margin-bottom: 8em;
}

#container .section__inner .space_list li:nth-child(1),
#container .section__inner .space_list li:nth-child(2) {
  border-top: solid 1px #BFA872;
}

#container .section__inner .space_list li {
  width: calc((100% - 2em) / 2);
  border-bottom: solid 1px #BFA872;
  padding: 2em 0 2.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#container .section__inner .space_list li .txtArea {
  padding: 0;
  margin: 0;
}

#container .section__inner .space_list li p {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: center;
  color: #FFF;
  padding: 0;
}

#container .section__inner .space_list li p.txt > span {
  font-size: 18px;
}

#container .section__inner .space_list li p.txt > span.txt_mb {
  font-size: 26px;
}

#container .section__inner .space_list li p.txt_b {
  font-size: 30px;
}

#container .section__inner .space_list li p.txt_b > span {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  #container .section--index-space {
    padding: 6em 0 0 0;
  }
  #container .section--index-space .section__inner {
    width: 94%;
    padding-top: 4em;
    padding-bottom: 4em;
  }
  #container .section--index-space h3.section__heading {
    /*font-size: 26px;*/
    font-size: 4.172vw;
    margin-bottom: 1.5em;
  }
  #container .section__inner .space_list {
    gap: 0 2em;
  }
  #container .section__inner .space_list.mb {
    margin-bottom: 6em;
  }
  #container .section__inner .space_list li {
    width: 100%;
    padding: 2em 0;
  }
  #container .section__inner .space_list li p {
    /*font-size: 22px;*/
    font-size: 3.651vw;
  }
  #container .section__inner .space_list li p.txt > span {
    /*margin-top: 18px;*/
    font-size: 3.129vw;
  }
  #container .section__inner .space_list li p.txt > span.txt_mb {
    /*font-size: 26px;*/
    font-size: 4.172vw;
  }
  #container .section__inner .space_list li p.txt_b {
    /*font-size: 30px;*/
    font-size: 4.694vw;
  }
  #container .section__inner .space_list li p.txt_b > span {
    /*font-size: 40px;*/
    font-size: 5.997vw;
  }
}
/* My Style Design */
/*---------------------*/
#container .section--plan {
  background: #000;
}

#container .section--plan .msd_wrap {
  margin: 8em 0;
}

#container .section--plan .msd_ttl {
  background: rgba(191, 168, 114, 0.7);
  padding: 6.5em 2em;
  text-align: center;
}

#container .section--plan .msd_ttl p {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.1em;
  margin: 0;
}

#container .section--plan .msd_ttl .ttl_en {
  font-size: 76px;
  line-height: 1;
  padding: 0;
}

#container .section--plan .msd_ttl .ttl_jp {
  font-size: 18px;
  line-height: 1;
  margin-top: 2em;
}

#container .section--plan .msd_main {
  background: rgba(255, 255, 255, 0.7);
  padding: 6.5em 2em;
  text-align: center;
}

#container .section--plan .msd_main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5em;
}

#container .section--plan .msd_main ul > .logo {
  width: 270px;
}

#container .section--plan .msd_main ul > .txt p {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 2.4;
  text-align: justify;
  letter-spacing: 0.1em;
  color: #333;
}

#container .section--plan .plan_wrap {
  margin-bottom: 6em;
}

#container .section--plan .plan_wrap .section__block--tit {
  margin-bottom: 2em;
}

#container .section--plan .plan_wrap h3.section__heading {
  font-family: "Cinzel", serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  color: #BFA872;
}

#container .section--plan .plan_wrap .plan_main {
  width: 100%;
  padding: 4em;
  box-sizing: border-box;
  background: #E6E6E6;
}

#container .section--plan .plan_wrap .plan_main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#container .section--plan .plan_wrap .plan_main .grid {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: auto 1fr;
  grid-template-areas: "item1 item2" "item3 item2";
}

.item1 {
  grid-area: item1;
}

.item2 {
  grid-area: item2;
}

.item3 {
  grid-area: item3;
}

#container .section--plan .plan_wrap .plan_main .plan_txtArea {
  width: 100%;
  max-width: 360px;
}

#container .section--plan .plan_wrap .plan_main .type_wrap {
  margin-bottom: 1em;
}

#container .section--plan .plan_wrap .plan_main .feature {
  background: #BBA570;
  padding: 1em;
}

#container .section--plan .plan_wrap .plan_main .feature p {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFF;
}

#container .section--plan .plan_wrap .plan_main .detail {
  background: #FFF;
  border: solid 2px #BBA570;
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#container .section--plan .plan_wrap .plan_main .detail .type {
  border-right: solid 1px #333;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #BBA570;
  padding-right: 0.5em;
  margin-right: 0.5em;
}

#container .section--plan .plan_wrap .plan_main .detail .type > .type_b {
  font-size: 48px;
}

#container .section--plan .plan_wrap .plan_main .detail .ldk {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #333;
}

#container .section--plan .plan_wrap .plan_main .detail .ldk > .ldk_b {
  font-size: 38px;
}

#container .section--plan .plan_wrap .plan_main .detail .ldk > .ldk_mb {
  font-size: 32px;
}

#container .section--plan .plan_wrap .plan_main .area_wrap {
  width: 100%;
  margin-bottom: 2em;
}

#container .section--plan .plan_wrap .plan_main .area_wrap p {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
}

#container .section--plan .plan_wrap .plan_main .area_wrap p.area_main {
  font-size: 21px;
  border-bottom: solid 1px #BBA570;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

#container .section--plan .plan_wrap .plan_main .area_wrap p.area_main > span {
  font-size: 37px;
}

#container .section--plan .plan_wrap .plan_main .area_wrap p.area_sub {
  font-size: 16px;
}

#container .section--plan .plan_wrap .plan_main .detail_txt {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}

#container .section--plan .plan_wrap .plan_main .detail_txt li {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  text-indent: -1em;
  padding-left: 1em;
}

#container .section--plan .plan_wrap .plan_main .plan_floor {
  text-align: right;
}

#container .section--plan .plan_wrap .plan_main .plan_floor img {
  width: 90%;
  object-fit: contain;
}

#container .section--plan .plan_wrap .plan_main .plan_cap {
  align-self: end;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
}

#container .section--plan .plan_wrap .plan_main .plan_cap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.5em;
}

#container .section--plan .plan_wrap .plan_main .plan_cap ul li > img {
  width: 28px;
  margin-right: 0.3em;
}

@media screen and (max-width: 767px) {
  #container .section--plan .msd_wrap {
    margin: 6em 0;
  }
  #container .section--plan .msd_ttl {
    padding: 3em 0;
  }
  #container .section--plan .msd_ttl .ttl_en {
    /*font-size: 76px;*/
    font-size: 9.909vw;
  }
  #container .section--plan .msd_ttl .ttl_jp {
    /*margin-top: 18px;*/
    font-size: 3.129vw;
    margin-top: 2em;
  }
  #container .section--plan .msd_main {
    padding: 4em 2em;
  }
  #container .section--plan .msd_main ul {
    gap: 3em;
  }
  #container .section--plan .msd_main ul > .logo {
    width: 70%;
    margin: auto;
  }
  #container .section--plan .msd_main ul > .txt p {
    /*font-size: 14px;*/
    font-size: 2.608vw;
    line-height: 2.4;
    text-align: center;
  }
  #container .section--plan .plan_wrap {
    margin-bottom: 6em;
  }
  #container .section--plan .plan_wrap .section__block--tit {
    margin-bottom: 2em;
  }
  #container .section--plan .plan_wrap h3.section__heading {
    /*font-size: 45px;*/
    font-size: 6.649vw;
  }
  #container .section--plan .plan_wrap .plan_main {
    padding: 2em;
  }
  #container .section--plan .plan_wrap .plan_main ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #container .section--plan .plan_wrap .plan_main .grid {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: none;
    grid-template-areas: "item1" "item2" "item3";
  }
  #container .section--plan .plan_wrap .plan_main .plan_txtArea {
    width: 100%;
    max-width: initial;
    margin-bottom: 3em;
  }
  #container .section--plan .plan_wrap .plan_main .type_wrap {
    margin-bottom: 1em;
  }
  #container .section--plan .plan_wrap .plan_main .feature {
    padding: 1em;
  }
  #container .section--plan .plan_wrap .plan_main .feature p {
    /*font-size: 16px;*/
    font-size: 2.868vw;
  }
  #container .section--plan .plan_wrap .plan_main .detail .type {
    /*font-size: 26px;*/
    font-size: 2.868vw;
  }
  #container .section--plan .plan_wrap .plan_main .detail .type > .type_b {
    /*font-size: 48px;*/
    font-size: 7.04vw;
  }
  #container .section--plan .plan_wrap .plan_main .detail .ldk {
    /*font-size: 20px;*/
    font-size: 3.39vw;
  }
  #container .section--plan .plan_wrap .plan_main .detail .ldk > .ldk_b {
    /*font-size: 38px;*/
    font-size: 5.737vw;
  }
  #container .section--plan .plan_wrap .plan_main .detail .ldk > .ldk_mb {
    /*font-size: 32px;*/
    font-size: 4.954vw;
  }
  #container .section--plan .plan_wrap .plan_main .area_wrap {
    margin-bottom: 2em;
  }
  #container .section--plan .plan_wrap .plan_main .area_wrap p.area_main {
    /*font-size: 21px;*/
    font-size: 3.52vw;
  }
  #container .section--plan .plan_wrap .plan_main .area_wrap p.area_main > span {
    /*font-size: 37px;*/
    font-size: 5.606vw;
  }
  #container .section--plan .plan_wrap .plan_main .area_wrap p.area_sub {
    /*font-size: 16px;*/
    font-size: 2.868vw;
  }
  #container .section--plan .plan_wrap .plan_main .detail_txt {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
  }
  #container .section--plan .plan_wrap .plan_main .detail_txt li {
    /*font-size: 16px;*/
    font-size: 2.868vw;
  }
  #container .section--plan .plan_wrap .plan_main .plan_floor {
    text-align: center;
    margin-bottom: 2em;
  }
  #container .section--plan .plan_wrap .plan_main .plan_floor img {
    width: 100%;
  }
  #container .section--plan .plan_wrap .plan_main .plan_cap {
    font-size: 10px;
  }
  #container .section--plan .plan_wrap .plan_main .plan_cap ul li > img {
    width: 6vw;
  }
}
/* エレベーター */
/*---------------------*/
#container .elevator_wrap {
  width: 1000px;
  margin: auto;
  padding-top: 5em;
  border-top: solid 1px #FFF;
}

#container .elevator_wrap .section__notice {
  text-align: left;
  margin-bottom: 1.4em;
}

#container .elevator_wrap .section__notice p {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #FFF;
}

#container .elevator_wrap .ele_detail {
  margin-bottom: 2em;
}

#container .elevator_wrap .ele_detail p {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #FFF;
}

#container .elevator_wrap .ele_detail p > span {
  font-size: 12px;
}

#container .elevator_wrap .ele_sch {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#container .elevator_wrap .ele_sch li {
  position: relative;
  width: calc((100% - 9em) / 4);
}

#container .elevator_wrap .ele_sch li:after {
  content: "";
  position: absolute;
  top: 84px;
  right: -25px;
  background: url(../images/floor_plan/elevator_yazirushi.png) no-repeat 50% 50%/cover;
  width: 14px;
  height: 17px;
}

#container .elevator_wrap .ele_sch li:last-child:after {
  content: none;
}

#container .elevator_wrap .ele_sch li img {
  width: 100%;
  height: auto;
}

#container .elevator_wrap .ele_sch .ele_txt {
  margin-top: 1em;
}

#container .elevator_wrap .ele_sch .ele_txt p {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  line-height: 1.6;
  text-align: justify;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  #container .elevator_wrap {
    width: 100%;
    padding-top: 6em;
  }
  #container .elevator_wrap .section__notice {
    margin-bottom: 1.4em;
  }
  #container .elevator_wrap .section__notice p {
    /*font-size: 22px;*/
    font-size: 3.912vw;
  }
  #container .elevator_wrap .ele_detail {
    margin-bottom: 2em;
  }
  #container .elevator_wrap .ele_detail p {
    /*font-size: 14px;*/
    font-size: 2.868vw;
  }
  #container .elevator_wrap .ele_detail p > span {
    font-size: 10px;
  }
  #container .elevator_wrap .ele_sch {
    width: 96%;
    row-gap: 3em;
  }
  #container .elevator_wrap .ele_sch li {
    width: calc((100% - 3em) / 2);
  }
  #container .elevator_wrap .ele_sch li:after {
    content: "";
    position: absolute;
    top: 16vw;
    right: -25px;
    width: 14px;
    height: 17px;
  }
  #container .elevator_wrap .ele_sch .ele_txt {
    margin-top: 1em;
  }
  #container .elevator_wrap .ele_sch .ele_txt p {
    /*font-size: 13px;*/
    font-size: 2.738vw;
  }
}
/*---------------------*/
/**/
/*---------------------*/
.section--innercorridor .section__inner,
.section--roofterrace .section__inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section--innercorridor .section__inner--tab,
.section--roofterrace .section__inner--tab {
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}
.section--innercorridor .section__block--tit .section__heading,
.section--roofterrace .section__block--tit .section__heading {
  margin-bottom: 45px;
  font-family: "Cormorant Garamond", serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
}
.section--innercorridor .section__block--img,
.section--roofterrace .section__block--img {
  margin: 0 auto 45px auto;
  width: 100%;
  max-width: 1350px;
}
.section--innercorridor .section__block--img .section__figcaption,
.section--roofterrace .section__block--img .section__figcaption {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
}
.section--innercorridor p,
.section--roofterrace p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .section--bnr .section__inner {
    padding-top: 50px;
  }
  .section--view .section__inner {
    padding-top: 50px;
    margin-bottom: -50px;
  }
  .section--view .section__inner--tab {
    padding: 100px 0px 50px 0px;
    width: 100%;
    max-width: 1500px;
  }
  .section--view .section__block--tit .section__heading {
    margin-bottom: 45px;
    font-size: 8.7890625vw;
  }
  .section--view .section__block--img {
    margin: 0 auto 45px auto;
    width: 100%;
    max-width: 860px;
  }
  .section--view .section__block--img .section__figcaption {
    margin-top: 20px;
    font-size: 20px;
  }
}