h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 50px; } }

h3 {
  font-size: 18px;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 16px; } }

@keyframes accordion-button-close {
  0% {
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: 1; }
  50% {
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: 0; }
  51% {
    width: 12px;
    height: 12px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    opacity: 0; }
  100% {
    width: 12px;
    height: 12px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    opacity: 1; } }
@keyframes accordion-button-open {
  0% {
    width: 12px;
    height: 12px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    opacity: 1; }
  50% {
    width: 12px;
    height: 12px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    opacity: 0; }
  51% {
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: 0; }
  100% {
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: 1; } }
.p-yoyaku-container, .p-yoyaku-container__tablet {
  width: 58px;
  position: fixed;
  z-index: 9999;
  display: block;
  top: calc(30vh);
  right: 0;
  transform: translate(250%, 0%);
  animation: slidein 2s ease 1s 1 forwards; }
  @media screen and (max-width: 768px) {
    .p-yoyaku-container, .p-yoyaku-container__tablet {
      width: 335px;
      top: calc(88vh);
      left: 50%;
      transform: translate(-50%, 550%);
      animation: slideup-in ease 1s 1s 1 forwards; } }
  .p-yoyaku-container__pop, .p-yoyaku-container__tablet__pop {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -62px;
    width: 50px;
    opacity: 0;
    animation: appear forwards;
    animation-delay: 2.8s; }
    @media screen and (max-width: 768px) {
      .p-yoyaku-container__pop, .p-yoyaku-container__tablet__pop {
        top: -47px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 160px;
        height: auto;
        animation-delay: 2s; } }

.p-yoyaku-container__tablet {
  width: 335px;
  left: 50%;
  transform: translate(-50%, 550%);
  animation: slideup-in ease 1s 1s 1 forwards; }
  .p-yoyaku-container__tablet__pop {
    top: -47px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 160px;
    height: auto;
    animation-delay: 2s; }

.c-yoyaku-button, .c-yoyaku-button__tablet {
  transition: opacity 0.3s ease;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  cursor: pointer;
  transition: 0.5s ease;
  background: url(/renovation/offer/lp/20240316/assets/img/yoyaku_arrow_pc.svg) no-repeat bottom 27px left 19.5px #7F0019;
  width: 58px;
  padding: 36px 22.5px 45px;
  border-radius: 8px 0 0 8px; }
  @media screen and (max-width: 768px) {
    .c-yoyaku-button, .c-yoyaku-button__tablet {
      width: 335px;
      background: url(/renovation/offer/lp/20240316/assets/img/yoyaku_arrow_sp.svg) no-repeat #7F0019;
      background-position: 249px 50%;
      padding: 20px 82px;
      border-radius: 5px; } }

.c-yoyaku-button__tablet {
  width: 335px;
  background: url(/renovation/offer/lp/20240316/assets/img/yoyaku_arrow_sp.svg) no-repeat #7F0019;
  background-position: 249px 50%;
  padding: 20px 82px;
  border-radius: 5px; }

@keyframes slidein {
  0% {
    transform: translate(250%, 0%); }
  100% {
    transform: translate(0%, 0%); } }
@keyframes slideup-in {
  0% {
    transform: translate(-50%, 550%); }
  100% {
    transform: translate(-50%, 0%); } }
@keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.swiper {
  position: relative;
  overflow: hidden; }

.swiper-box {
  width: 100%; }

.swiper-arrow-prev {
  position: absolute;
  z-index: 98;
  width: 20px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  left: -70px;
  background-image: url("/renovation/offer/lp/20240316/assets/img/slide-prev.svg");
  background-position: left; }
  @media screen and (max-width: 768px) {
    .swiper-arrow-prev {
      display: none; } }

.swiper-arrow-next {
  position: absolute;
  z-index: 98;
  width: 20px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  right: -70px;
  background-image: url("/renovation/offer/lp/20240316/assets/img/slide-next.svg");
  background-position: right; }
  @media screen and (max-width: 768px) {
    .swiper-arrow-next {
      display: none; } }

.swiper-pagination-bullets {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #707070;
    width: 8px;
    height: 8px;
    margin: 0px 2.5px; }

.sold-room {
  position: relative; }
  .sold-room .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); }
    .sold-room .overlay img {
      height: 35px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.c-accordion__header {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer; }
  .c-accordion__header.open .p-rooms__list__items__item__floor-map__heading img {
    margin: 0 !important;
    animation: accordion-button-open 0.5s ease forwards; }

.p-main-v {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto !important;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 50px;
  margin-bottom: 100px !important; }
  @media screen and (max-width: 768px) {
    .p-main-v {
      width: 375px; } }
  @media screen and (max-width: 768px) {
    .p-main-v {
      padding-top: 0px;
      width: 100%; } }
  .p-main-v img {
    width: 1200px; }
    @media screen and (max-width: 1199px) {
      .p-main-v img {
        width: 100%; } }

.p-features {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto !important;
  width: 100%;
  width: 565px; }
  @media screen and (max-width: 768px) {
    .p-features {
      width: 375px; } }
  .p-features__list__items__item {
    margin-bottom: 80px; }
    .p-features__list__items__item__title {
      display: flex;
      flex-direction: row;
      justify-content: start;
      align-items: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .p-features__list__items__item__title {
          margin-bottom: 10px;
          padding: 0 30px; } }
      .p-features__list__items__item__title img {
        margin-right: 30px; }
      .p-features__list__items__item__title img {
        height: 45px;
        width: min-content; }
        @media screen and (max-width: 768px) {
          .p-features__list__items__item__title img {
            height: 35px; } }
    .p-features__list__items__item__kv {
      margin-bottom: 20px;
      position: relative; }
      .p-features__list__items__item__kv img {
        width: 565px; }
    @media screen and (max-width: 768px) {
      .p-features__list__items__item p {
        padding: 0 30px; } }
  .p-features__list__items__item:last-child {
    margin-bottom: 0px; }

.p-event {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto !important;
  width: 100%;
  width: 800px; }
  @media screen and (max-width: 768px) {
    .p-event {
      width: 375px; } }
  @media screen and (max-width: 768px) {
    .p-event {
      width: 375px; } }
  .p-event__container {
    background-color: #F3E6CC;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 30px; }
    .p-event__container__heading {
      position: absolute;
      top: 40;
      left: 40;
      width: 420px;
      margin-bottom: 39px; }
      .p-event__container__heading__sp {
        display: none; }
        @media screen and (max-width: 768px) {
          .p-event__container__heading__sp {
            display: block;
            width: 100px;
            margin-top: 30px; } }
      @media screen and (max-width: 768px) {
        .p-event__container__heading {
          width: 329px; } }
    @media screen and (max-width: 768px) {
      .p-event__container {
        flex-direction: column;
        align-items: center; } }
    .p-event__container__kv {
      width: 300px;
      position: relative;
      margin-right: 50px; }
      @media screen and (max-width: 768px) {
        .p-event__container__kv {
          width: 329px;
          margin-right: 0;
          margin-bottom: 0px; } }
      .p-event__container__kv p {
        margin-top: 209px;
        width: 300px; }
        @media screen and (max-width: 768px) {
          .p-event__container__kv p {
            margin-top: 316px;
            width: 329px; } }
      .p-event__container__kv img {
        width: 100%; }
    .p-event__container__texts {
      width: 380px; }
      @media screen and (max-width: 768px) {
        .p-event__container__texts {
          display: flex;
          flex-direction: column;
          align-items: center; } }
      .p-event__container__texts__point {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: end; }
        @media screen and (max-width: 768px) {
          .p-event__container__texts__point {
            display: none; } }
        .p-event__container__texts__point img {
          width: 135px;
          margin-top: 10px;
          margin-right: 10px; }
      .p-event__container__texts p {
        width: 370px; }
        @media screen and (max-width: 768px) {
          .p-event__container__texts p {
            width: 330px; } }
      .p-event__container__texts__detail {
        background-color: #F7F7F7;
        padding: 30px;
        margin-top: 44px; }
        @media screen and (max-width: 768px) {
          .p-event__container__texts__detail {
            width: 330px;
            margin-top: 20px; } }
        .p-event__container__texts__detail h4 {
          font-size: 14px;
          font-weight: 600;
          margin-bottom: 15px; }
        .p-event__container__texts__detail__flex-row {
          margin-bottom: 2px;
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          .p-event__container__texts__detail__flex-row p {
            font-size: 14px;
            width: 224px; }
          .p-event__container__texts__detail__flex-row__index {
            width: 85px; }
        .p-event__container__texts__detail__flex-row:last-child {
          margin-bottom: 0; }

.p-rooms {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto !important;
  width: 100%;
  width: 760px; }
  @media screen and (max-width: 768px) {
    .p-rooms {
      width: 375px; } }
  .p-rooms__list__items {
    margin-top: -80px; }
    .p-rooms__list__items__item {
      padding: 80px 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      border-bottom: dotted 1px black; }
      @media screen and (max-width: 768px) {
        .p-rooms__list__items__item {
          padding: 50px 0; } }
      .p-rooms__list__items__item__title {
        width: 100%;
        position: relative;
        z-index: 20; }
        .p-rooms__list__items__item__title img {
          height: 90px;
          width: min-content;
          margin-left: 31px; }
          @media screen and (max-width: 768px) {
            .p-rooms__list__items__item__title img {
              height: 75px; } }
      .p-rooms__list__items__item__kv {
        width: 760px;
        margin-top: -23px;
        margin-bottom: 76px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .p-rooms__list__items__item__kv {
            width: 375px;
            margin-top: -19px;
            margin-bottom: 40px; } }
      .p-rooms__list__items__item__floor-map {
        background-color: #F7F7F7;
        padding: 15px 30px;
        margin-bottom: 50px;
        width: 760px; }
        @media screen and (max-width: 768px) {
          .p-rooms__list__items__item__floor-map {
            width: 375px; } }
        .p-rooms__list__items__item__floor-map__heading {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          .p-rooms__list__items__item__floor-map__heading h4 {
            font-size: 16px;
            font-weight: 600;
            margin-right: 10px; }
            @media screen and (max-width: 768px) {
              .p-rooms__list__items__item__floor-map__heading h4 {
                font-size: 14px; } }
          .p-rooms__list__items__item__floor-map__heading img {
            width: 12px;
            height: 12px;
            margin: 0 !important;
            animation: accordion-button-close 0.5s forwards; }
        .p-rooms__list__items__item__floor-map__inner {
          margin-top: 40px; }
        @media screen and (max-width: 768px) {
          .p-rooms__list__items__item__floor-map p {
            font-size: 13px !important; } }
        .p-rooms__list__items__item__floor-map img {
          margin-bottom: 18px; }
      .p-rooms__list__items__item__desc {
        margin-bottom: 48px;
        width: 565px; }
        @media screen and (max-width: 768px) {
          .p-rooms__list__items__item__desc {
            width: 375px;
            padding: 0 30px; } }
      .p-rooms__list__items__item__info {
        margin-bottom: 50px; }
        @media screen and (max-width: 768px) {
          .p-rooms__list__items__item__info {
            margin-bottom: 30px; } }
        .p-rooms__list__items__item__info__price {
          width: 565px;
          height: 41px;
          border-top: 1px solid #CCCCCC;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center; }
          @media screen and (max-width: 768px) {
            .p-rooms__list__items__item__info__price {
              width: 375px;
              width: 315px;
              padding: 0 5px; } }
          .p-rooms__list__items__item__info__price small {
            font-size: 11px;
            color: #808080; }
          .p-rooms__list__items__item__info__price p {
            font-size: 18px; }
        .p-rooms__list__items__item__info__size {
          width: 565px;
          height: 41px;
          border-top: 1px solid #CCCCCC;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center; }
          @media screen and (max-width: 768px) {
            .p-rooms__list__items__item__info__size {
              width: 375px;
              width: 315px;
              padding: 0 5px; } }
          .p-rooms__list__items__item__info__size small {
            font-size: 11px;
            color: #808080; }
          .p-rooms__list__items__item__info__size p {
            font-size: 14px !important; }
            @media screen and (max-width: 768px) {
              .p-rooms__list__items__item__info__size p {
                font-size: 13px !important; } }
        .p-rooms__list__items__item__info__floors {
          width: 565px;
          height: 41px;
          border-top: 1px solid #CCCCCC;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center;
          border-bottom: 1px solid #CCCCCC; }
          @media screen and (max-width: 768px) {
            .p-rooms__list__items__item__info__floors {
              width: 375px;
              width: 315px;
              padding: 0 5px; } }
          .p-rooms__list__items__item__info__floors small {
            font-size: 11px;
            color: #808080; }
          .p-rooms__list__items__item__info__floors p {
            font-size: 14px !important; }
            @media screen and (max-width: 768px) {
              .p-rooms__list__items__item__info__floors p {
                font-size: 13px !important; } }
      .p-rooms__list__items__item__apply {
        margin-bottom: 28px;
        background-color: #7F0019;
        width: 220px;
        height: 54px;
        border-radius: 5px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative; }
        .p-rooms__list__items__item__apply a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center; }
          .p-rooms__list__items__item__apply a p {
            color: white;
            font-size: 14px;
            font-weight: 600; }
          .p-rooms__list__items__item__apply a img {
            width: 15px; }
      .p-rooms__list__items__item__link {
        display: flex;
        justify-content: center;
        align-items: center; }
        .p-rooms__list__items__item__link a {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center; }
          .p-rooms__list__items__item__link a p {
            font-size: 14px;
            font-weight: 600;
            margin-right: 5px; }
          .p-rooms__list__items__item__link a img {
            width: 16px; }
    .p-rooms__list__items__item:last-child {
      border-bottom: none;
      padding-bottom: 0; }

.p-surroundings {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto !important;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .p-surroundings {
      width: 375px; } }
  .p-surroundings__list {
    width: 565px; }
    @media screen and (max-width: 768px) {
      .p-surroundings__list {
        width: 375px; } }
    .p-surroundings__list__items__item {
      margin-bottom: 80px; }
      .p-surroundings__list__items__item__title {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .p-surroundings__list__items__item__title {
            margin-bottom: 10px;
            padding: 0 30px; } }
        .p-surroundings__list__items__item__title img {
          margin-right: 30px; }
        .p-surroundings__list__items__item__title h3 {
          margin: 0; }
        .p-surroundings__list__items__item__title img {
          height: 45px;
          width: min-content;
          margin-right: 30px; }
          @media screen and (max-width: 768px) {
            .p-surroundings__list__items__item__title img {
              height: 35px; } }
      .p-surroundings__list__items__item__kv {
        margin-bottom: 68px;
        width: 100%;
        position: relative; }
        @media screen and (max-width: 768px) {
          .p-surroundings__list__items__item__kv {
            margin-bottom: 40px; } }
      @media screen and (max-width: 768px) {
        .p-surroundings__list__items__item__desc {
          padding: 0 30px; } }
      .p-surroundings__list__items__item__extralink {
        display: flex;
        flex-direction: row;
        justify-content: end;
        margin-top: 30px; }
        @media screen and (max-width: 768px) {
          .p-surroundings__list__items__item__extralink {
            padding: 0 30px; } }
        .p-surroundings__list__items__item__extralink a {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          .p-surroundings__list__items__item__extralink a span {
            font-size: 14px;
            font-weight: 600; }
          .p-surroundings__list__items__item__extralink a img {
            width: 16px; }

.p-voices {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto !important;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .p-voices {
      width: 375px; } }
  .p-voices h2 {
    margin-bottom: 50px; }
  .p-voices__container {
    width: 760px; }
    @media screen and (max-width: 768px) {
      .p-voices__container {
        width: 375px;
        display: flex;
        flex-direction: column;
        align-items: center; } }
    .p-voices__container__flex-left {
      display: flex;
      flex-direction: row;
      width: 100%;
      justify-content: start; }
      @media screen and (max-width: 768px) {
        .p-voices__container__flex-left {
          width: 315px;
          margin: 0;
          margin-bottom: 10px; } }
    .p-voices__container__flex-left:last-child {
      display: flex;
      flex-direction: row;
      width: 100%;
      justify-content: start;
      margin-top: -10px;
      margin-left: 70px; }
      @media screen and (max-width: 768px) {
        .p-voices__container__flex-left:last-child {
          width: 315px;
          margin: 0;
          margin-bottom: 10px; } }
    .p-voices__container__flex-right {
      display: flex;
      flex-direction: row;
      width: 100%;
      justify-content: end;
      margin-top: -65px; }
      @media screen and (max-width: 768px) {
        .p-voices__container__flex-right {
          width: 315px;
          margin: 0;
          margin-bottom: 10px; } }
    .p-voices__container__voice {
      background-image: url("/renovation/offer/lp/20240316/assets/img/fukidashi.svg");
      width: 315px;
      height: 124px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .p-voices__container__voice p {
        font-size: 14px;
        width: 275px;
        transform: translateY(-7px); }

.p-access {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto !important;
  width: 100%;
  margin-bottom: 140px !important; }
  @media screen and (max-width: 768px) {
    .p-access {
      width: 375px; } }
  .p-access h2 {
    margin-bottom: 50px; }
  .p-access__gmap {
    margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .p-access p {
      padding: 0 30px; } }

.border-solid {
  margin: 100px 0;
  border-top: 1px solid #CCCCCC; }
  @media screen and (max-width: 768px) {
    .border-solid {
      margin: 80px 0; } }

.br-sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .br-sp {
      display: block; } }

/*# sourceMappingURL=style.css.map */
