.p-open-fv__titlebox {
  box-sizing: border-box;
  width: 90%;
  max-width: 657px;
}

.p-open-fv__flex {
  width: 980px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;

  position: relative;
  z-index: 1;
}

/* 白背景 */
.p-open-fv__flex::before {
  content: "";
  position: absolute;

  /* 白背景のサイズ調整 */
  width: 77%;
  height: 98%;

  /* 中央配置 */
  left: 60%;
  top: 50%;
  transform: translate(-50%, -50%);

  background-color: #fff;
  border: 4px solid #f3f3f3;

  z-index: -1;

}

/* 5px外側の白枠 */
.p-open-fv__flex::after {
  content: "";
  position: absolute;

  /* beforeより少し大きくする */
  width: calc(77% + 15px);
  height: calc(98% + 15px);

  left: 60%;
  top: 50%;
  transform: translate(-50%, -50%);

  border: 3px solid #fff;
  background: transparent;

  z-index: -3;
  pointer-events: none;
}

.p-open-fv__flex-left,
.p-open-fv__flex-right {
  position: relative;
  z-index: 2;
}


.p-open-fv__flex--left {
  width: 420px;
  flex: 0 0 420px;
}
.p-open-fv__flex--right {
  flex: 1;
  padding: 0;
  background-color: transparent;
}
.p-open-fv__flex--infoWrap {
  margin-bottom: 40px;
}
.p-open-fv__flex--info {
  gap: 0 24px;
  margin-bottom: 28px;
}
.p-open-fv__flex--info:last-child {
  margin-bottom: 0;
}
.p-open-fv__flex--info__label {
  width: 120px;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  border-radius: 0;
}
.p-open-fv__flex--info__item {
  padding: 8px 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 20px;
  font-weight: 500;
}
.p-open-fv__contactcard {
  width: 100%;
  padding: 18px 24px 14px;
  border: 3px solid #ee589f;
  background-color: transparent;
}
.p-open-fv__contactcard::before {
  display: none;
}
.p-open-fv__contactcard .p-openhouse-head {
  margin: 0 0 4px;
  color: #ee589f;
  font-size: 18px;
}
.p-open-fv__contactcard .p-openhouse-contactcard__text {
  margin-bottom: 12px;
  text-align: center;
}
.p-open-fv__contactcard .p-openhouse-contactcard__btn {
  width: 150px;
  background-color: #ee589f;
  border: #ee589f 1px solid;
  transition: 0.5s;

}

.p-open-fv__contactcard .p-openhouse-contactcard__btn:hover {
  color: #ee589f;
  background-color: #fff;
  border: #ee589f 1px solid;
  transition: 0.5s;

}

.p-openhouse-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  gap: 0 48px;
  margin-bottom: 80px;
}
.p-openhouse-hiraya__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0 80px;
  gap: 0 16px;
}
.p-openhouse-hiraya__text {
  margin: 0 auto 30px;
}
.p-openhouse-chara__info {
  width: 256px;
}

.p-osusume {
  height: auto;
  min-height: 0;
  position: relative;
  padding: 56px 20px 0px;
  margin-bottom: 0;
}
.p-osusume-port-area {
  position: relative;
  height: 260px;
}
.p-osusume-port-area .p-osusume-port {
  position: absolute;
  width: 420px;
  top: 24px;
  right: 40px;
  margin: 0;
}
.p-osusume .p-osusume-port__sp {
  width: 100%;
}
.p-plan-title {
  margin-bottom: 0;
}

.p-sns {
  padding: 100px 0;
}

.p-openhouse-chara__item {
  margin-bottom: 56px;
}

.p-openhouse-chara__item.point01 .p-openhouse-chara__border,
.p-openhouse-chara__item.point02 .p-openhouse-chara__border,
.p-openhouse-chara__item.point03 .p-openhouse-chara__border {
  position: relative;
  right: auto;
  left: auto;
  bottom: auto;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 700px;
  max-width: calc(100vw - 40px);
  margin: 0 auto;
}
.p-openhouse-chara__item.point01 .p-openhouse-chara__info,
.p-openhouse-chara__item.point02 .p-openhouse-chara__info,
.p-openhouse-chara__item.point03 .p-openhouse-chara__info {
  width: 100%;
  max-width: none;
  min-height: 184px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 26px 32px;
}

.p-openhouse-chara__title {
  line-height: 1.45;
  margin: -4px 0 18px;
}

.p-openhouse-chara__text {
  max-width: 620px;
  margin: 0 auto;
}

.p-openhouse-chara__item.point03 {
  padding-bottom: 104px;
}
.p-openhouse-chara__item.point03 .p-openhouse-chara__illust03 {
  right: calc(50% - 330px);
  bottom: -48px;
}

.p-openhouse-chara__illust02 {
  position: absolute;
  width: 120px;
  top: -140px;
}

.p-openhouse-chara__illust03 {
  position: absolute;
  width: 160px;
  right: 0;
  bottom: -40px;
  z-index: 2;
}

.p-openhouse-spec {
  margin: -32px auto 80px;
  padding: 0 20px;
}
.p-openhouse-spec__head {
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}
.p-openhouse-spec .p-openhouse-head {
  display: inline-block;
  text-align: center;
}
.p-openhouse-spec__wrap {
  max-width: 760px;
  margin: 0 auto;
}
.p-openhouse-spec__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #c9c1b8;
}
.p-openhouse-spec__table th,
.p-openhouse-spec__table td {
  padding: 18px 24px;
  border-bottom: 1px solid #c9c1b8;
  font-size: 16px;
  line-height: 1.9;
  vertical-align: top;
}
.p-openhouse-spec__table th {
  width: 160px;
  font-weight: 700;
  color: #3f352c;
  background: #f7f4ef;
  text-align: left;
  white-space: nowrap;
}
.p-openhouse-spec__table td {
  color: #3f352c;
}
.p-openhouse-spec__table tr:last-child th,
.p-openhouse-spec__table tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .p-open-fv__titlebox {
    margin: 0 auto 10px;
  }
  .p-open-fv__title {
    font-size: 20px;
    line-height: 1.35;
  }
  .p-open-fv__en {
    font-size: 40px;
    line-height: 1;
    margin-top: 10px;
  }
  .p-open-fv__only--reserve {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .p-openhouse {
    padding: 15px 0;
    background-color: #f2f1ee;
  }
  .p-openhouse-head {
    font-size: 16px;
    padding: 0 20px;
    position: relative;
  }
  .p-open-fv__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: calc(100% - 32px);
    padding: 28px 16px;
    gap: 28px 0;

    position: relative;
    z-index: 1;

  }

/* 白背景 */
.p-open-fv__flex::before {
  content: "";
  position: absolute;

  /* 白背景のサイズ調整 */
  width: 100%;
  height: 98%;

  /* 中央配置 */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  background-color: #fff;
  border: 4px solid #f3f3f3;

  z-index: -1;

}

/* 5px外側の白枠 */
.p-open-fv__flex::after {
  content: "";
  position: absolute;

  /* beforeより少し大きくする */
  width: calc(100% + 15px);
  height: calc(98% + 15px);

  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  border: 3px solid #fff;
  background: transparent;

  z-index: -3;
  pointer-events: none;
}

.p-open-fv__flex-left,
.p-open-fv__flex-right {
  position: relative;
  z-index: 2;
}

  .p-open-fv__flex--left {
    width: 100%;
    flex: 0 1 auto;
    order: 1;
  }
  .p-open-fv__flex--right {
    width: 100%;
    order: 2;
  }
  .p-open-fv__flex--infoWrap {
    margin-bottom: 28px;
  }
  .p-open-fv__flex--info {
    display: flex;
    gap: 0 12px;
    margin-bottom: 16px;
  }
  .p-open-fv__flex--info__label {
    width: 78px;
    flex: 0 0 78px;
    font-size: 15px;
  }
  .p-open-fv__flex--info__item {
    flex: 1;
    font-size: 15px;
  }
  .p-open-fv__contactcard {
    padding: 18px 12px 14px;
  }
  .p-open-fv__contactcard .p-openhouse-head {
    font-size: 16px;
    padding: 0 20px;
  }
  .p-openhouse-col2 {
    display: block;
  }
  .p-openhouse-col2 figure {
    margin-bottom: 32px;
  }
  .p-openhouse-hiraya__flex {
    display: block;
    margin: 8px 0 40px;
  }
  .p-openhouse-hiraya__figure {
    margin-bottom: 32px;
  }
  .p-openhouse-hiraya__text {
    margin-bottom: 32px;
  }
  .p-openhouse-chara__info {
    width: 100%;
  }
  .p-osusume {
    height: auto;
    min-height: 0;
    padding: 64px 20px 0px;
  }
  .p-osusume-port-area {
    display: none;
  }
  .p-osusume .p-osusume-port__sp {
    text-align: center;
    margin: 32px auto 0;
  }
  .p-osusume .p-osusume-port__sp img {
    width: 95%;
  }
  .p-plan-title {
    margin-bottom: 0;
  }
  .p-sns {
    padding: 52px 0;
  }
  .p-openhouse-chara__illust02 {
    position: static;
    width: 160px;
    margin: 0 auto 24px;
  }
  .p-openhouse-chara__illust03 {
    position: static;
    width: 180px;
    margin: 0 auto 24px;
  }
  .p-openhouse-chara__item {
    margin-bottom: 24px;
  }
  .p-openhouse-chara__item:last-child {
    margin-bottom: 56px;
  }
  .p-openhouse-chara__item.point01 .p-openhouse-chara__border,
  .p-openhouse-chara__item.point02 .p-openhouse-chara__border,
  .p-openhouse-chara__item.point03 .p-openhouse-chara__border {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .p-openhouse-chara__item.point01 .p-openhouse-chara__info,
  .p-openhouse-chara__item.point02 .p-openhouse-chara__info,
  .p-openhouse-chara__item.point03 .p-openhouse-chara__info {
    width: 100%;
    max-width: none;
    min-height: auto;
    display: block;
    padding: 20px;
  }
  .p-openhouse-chara__item.point03 {
    padding-bottom: 124px;
  }
  .p-openhouse-chara__item.point03 .p-openhouse-chara__illust03 {
    position: absolute;
    width: 150px;
    right: 8px;
    bottom: 0;
    margin: 0;
  }
  .p-openhouse-spec {
    margin: -8px auto 56px;
  }
  .p-openhouse-spec__head {
    margin-bottom: 24px;
  }
  .p-openhouse-spec__table th,
  .p-openhouse-spec__table td {
    display: block;
    width: 100%;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.8;
  }
  .p-openhouse-spec__table th {
    border-bottom: 0;
  }
}
