@charset "UTF-8";
.ie21-header {
  position: relative;
}

.ie21-header__navpc {
  display: none;
}

.ie21-header__action {
  display: none;
}

.ie21-header__toggle {
  display: none;
}

.ie21-header__sub {
  display: none;
}

.js-ie21-footer {
  display: none;
}

.pswp {
  display: none;
}

.only-pc {
  display: none;
}
@media screen and (min-width: 1130px) {
  .only-pc {
    display: block;
  }
}

main {
  margin-top: 20px;
}

section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0;
  border-bottom: 1px solid #DEDEDE;
}

p {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
}
@media screen and (max-width: 1129px) {
  p {
    font-size: 14px;
  }
}

b {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
}
@media screen and (max-width: 1129px) {
  b {
    font-size: 14px;
  }
}

small {
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0%;
}

.c-fixed-side-btn {
  transition: opacity 350ms ease, bottom 350ms ease;
  position: fixed;
  right: 0;
  top: 160px;
  height: max-content;
  writing-mode: vertical-rl;
  line-height: 100%;
  padding: 33px 20.5px 30px;
  text-decoration: none;
  background: #7F0019;
  border-radius: 8px 0 0 8px;
  z-index: 999;
}
.c-fixed-side-btn__label {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.c-fixed-side-btn__label::after {
  content: "";
  background: none;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: 10px;
  margin-left: 1px;
  transform: rotate(135deg);
}

.border {
  width: 100vw;
  border: 1px solid #DEDEDE;
}

.border-dashed {
  width: 100%;
  border-bottom: 1px dashed #5C5A5A;
}

.section-desc {
  margin-top: 60px;
  width: 752px;
}

.flex-container {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.flex-container__flex {
  display: flex;
  align-items: center;
  gap: 70px;
}
.flex-container__flex__img {
  width: 547px;
}
.flex-container__flex__img img {
  width: 100%;
}
.flex-container__flex__desc {
  width: 472px;
}
.flex-container__flex__desc__heading {
  display: flex;
  gap: 16px;
}
.flex-container__flex__desc__text {
  margin-top: 40px;
}
.flex-container__flex__desc__text--mt20 {
  margin-top: 20px;
}

.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0 !important;
  position: relative;
}
.top__kv {
  margin-top: 12%;
  margin-right: auto;
  max-width: 1332px;
  width: 68%;
}
.top__kv img {
  width: 100%;
  object-fit: contain;
  object-position: top;
}
.top__desc {
  margin-top: 80px;
  display: flex;
  width: 1089px;
  gap: 120px;
}
.top__desc__text p {
  line-height: 210% !important;
}
.top__title {
  position: absolute;
  top: 52px;
  left: 75%;
  max-width: 164px;
  width: 9%;
}
.top__title img {
  width: 100%;
  object-fit: contain;
}

.exterior__flex {
  display: flex;
  width: 100%;
  max-width: 1130px;
  padding: 0 24px;
  margin: 51px auto 0;
  gap: 10%;
}
.exterior__flex__img {
  max-width: 645px;
  width: 57%;
}
.exterior__flex__img img {
  width: 100%;
}
.exterior__flex__container {
  width: 361px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.exterior__flex__container__box {
  display: flex;
  flex-direction: column;
}
.exterior__flex__container__box__title {
  width: 200px;
  height: 32px;
  margin: 0 auto;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exterior__flex__container__box__title b {
  font-size: 14px;
}
.exterior__flex__container__box__imgs {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
.exterior__flex__container__box__imgs img {
  border-radius: 50%;
  width: 72px;
  height: 72px;
  cursor: pointer;
}
.exterior__flex__container__box__imgs img.is-checked {
  box-shadow: 0 0 0 4px #3C3C43;
}

.plans {
  background: #F5F5F5;
}
.plans__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: center;
}
.plans__container {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plans__container__imgs {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.plans__container__imgs img {
  max-width: 553px;
  width: calc(50% - 12px);
}
.plans__container__details {
  margin-top: 90px;
  width: 744px;
}
.plans__container__details__spec {
  display: flex;
  gap: 24px;
  padding-bottom: 40px;
}
.plans__container__details__spec__price {
  padding-left: 110px;
}
.plans__container__details__spec__price p b {
  font-size: 20px;
}
.plans__container__details__desc {
  margin-top: 40px;
}

.dannetsu__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
}
.dannetsu__desc {
  margin-top: 80px;
  width: 752px;
}
.dannetsu__chart {
  margin-top: 120px;
  width: 556px;
}

.others {
  padding-bottom: 0;
  border-bottom: none;
}
.others__points {
  margin-top: 80px;
  width: 752px;
}
.others__points__desc {
  margin-top: 40px;
}
.others__points__img {
  margin-top: 60px;
  margin-bottom: 76px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.others__points__img img {
  width: 267px;
}
.others__note {
  padding: 60px 0;
  width: 752px;
}
.others__note__desc {
  margin-top: 40px;
  width: 752px;
}

.gallery {
  width: 100%;
  max-width: 1332px;
  margin: 0 auto;
}
.gallery__icon {
  text-align: right;
}
.gallery__wrap .my-gallery {
  display: flex;
  width: 100%;
  max-width: 1332px;
  height: 303px;
  margin: 0 auto;
  justify-content: left;
  overflow-x: scroll;
}
.gallery__wrap .my-gallery figure {
  width: 417px;
  min-width: 417px;
}
.gallery__wrap .my-gallery figure img {
  width: 100%;
  height: 282px;
  object-fit: contain;
}
.gallery__wrap .my-gallery figure:first-child {
  width: 282px;
  min-width: 282px;
  margin-left: 0px;
}

.boxed-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  background-color: #3C3C43;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 20px;
  width: 252px;
  height: 65px;
  margin: auto;
}
.boxed-btn::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background: none;
  transform: rotate(45deg);
  margin-left: 2px;
}

@media (any-hover: hover) {
  .boxed-btn:hover::after {
    transform: translateX(6px) rotate(45deg);
  }
}
.related-pages {
  padding-top: 71px;
  padding-bottom: 320px;
}

@media screen and (max-width: 1129px) {
  main {
    margin: 0;
  }
  section {
    padding: 60px 0;
  }
  .c-fixed-side-btn {
    display: flex;
    justify-content: center;
    width: 334.14px;
    height: 54.14px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    border-radius: 6px;
    padding: 0;
    writing-mode: unset;
    top: auto;
    line-height: 1.8;
  }
  .c-fixed-side-btn__label::after {
    content: "";
    background: none;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-top: 0;
    margin-left: 4px;
  }
  .top__kv {
    width: 100%;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    margin: 0;
  }
  .top__kv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }
  .top__title {
    left: 50%;
    width: 27%;
    max-width: 101px;
    transform: translateX(-50%);
  }
  .top__desc {
    width: 83%;
    padding-left: 16px;
    gap: 40px;
  }
  .exterior {
    margin-top: 40px;
    width: 100%;
  }
  .exterior__flex {
    flex-direction: column;
    align-items: center;
  }
  .exterior__flex__img {
    width: 100%;
  }
  .exterior__flex__img img {
    width: 100%;
  }
  .exterior__flex__container {
    width: fit-content;
    margin-top: 40px;
    flex-direction: row;
    gap: 37px;
  }
  .exterior__flex__container__box {
    align-items: start;
  }
  .exterior__flex__container__box__title {
    width: 100%;
    height: 14px;
    border: 0;
    justify-content: start;
  }
  .exterior__flex__container__box__title b {
    font-size: 14px;
  }
  .exterior__flex__container__box__imgs {
    margin-top: 21px;
    gap: 12px;
  }
  .exterior__flex__container__box__imgs img {
    width: 40px;
    height: 40px;
  }
  .plans__container {
    margin-top: 24px;
  }
  .plans__container__imgs {
    flex-direction: column;
    padding: 0 24px;
  }
  .plans__container__imgs img {
    width: 100%;
  }
  .plans__container__details {
    width: 100%;
    padding: 0 24px;
    margin-top: 20px;
  }
  .plans__container__details__spec {
    padding-bottom: 24px;
    gap: 16px;
  }
  .plans__container__details__desc {
    margin-top: 24px;
  }
  .dannetsu {
    width: 100%;
    padding: 80px 24px 0;
  }
  .dannetsu__desc {
    width: 100%;
    margin-top: 40px;
  }
  .dannetsu__chart {
    width: 300px;
    margin: 60px auto;
  }
  .section-desc {
    width: 100%;
    padding: 0 24px;
    margin-top: 40px;
  }
  .flex-container {
    margin-top: 40px;
  }
  .flex-container__flex {
    flex-direction: column;
    gap: 40px;
  }
  .flex-container__flex__img {
    width: 100%;
  }
  .flex-container__flex__desc {
    width: 100%;
    padding: 0 24px;
  }
  .flex-container__flex__desc__text {
    margin-top: 26px;
  }
  .others {
    margin-top: 60px;
    width: 100%;
    padding: 0 24px;
  }
  .others__points {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 59px;
  }
  .others__points__heading {
    order: 1;
    width: 295px;
  }
  .others__points__img {
    order: 2;
    margin: 40px auto 0;
    width: 151px;
  }
  .others__points__img img {
    width: 100%;
  }
  .others__points__desc {
    order: 3;
    margin-top: 20px;
  }
  .others__points .border-dashed {
    order: 4;
    margin-top: 60px;
  }
  .others__note {
    width: 100%;
    padding-bottom: 40px;
  }
  .others__note__desc {
    width: 100%;
  }
  .gallery__wrap {
    padding: 0;
  }
  .gallery__wrap figure:first-child {
    margin-left: 1251px;
    width: 282px;
  }
  .gallery__icon {
    padding-right: 24px;
  }
  .boxed-btn {
    margin-top: 110px;
    width: 250px;
    height: 64px;
  }
  .related-pages {
    padding-bottom: 160px;
  }
}
/* footer 資料請求など */
.theme__lifestyle {
  padding: 0 0px 40px 0px;
}
.theme__lifestyle--wrapCon {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px 0px 30px;
}
.theme__lifestyle--wrapCon p {
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin-bottom: 2.6rem;
}
.theme__lifestyle--wrapCon4Box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.theme__lifestyle--wrapCon4Box .wrapCon4Box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  position: relative;
  text-align: center;
  width: calc(50% - 5px);
}
.theme__lifestyle--wrapCon4Box .wrapCon4Box__items {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 25px 20px;
}
.theme__lifestyle--wrapCon4Box .wrapCon4Box__item:not(:last-child) {
  margin-bottom: 25px;
}
.theme__lifestyle--wrapCon4Box .wrapCon4Box__title {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  justify-content: center;
  line-height: 2rem;
  margin: auto;
  padding: 10px 10px 10px 0;
  position: relative;
}
.theme__lifestyle--wrapCon4Box .wrapCon4Box__title:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='28' viewBox='0 0 16 28'%3e%3cpath d='M1.5 1l13 13-13 13' fill='none' stroke='black' stroke-width='2'/%3e%3c/svg%3e");
  background-size: 100%;
  content: "";
  height: 12px;
  position: absolute;
  right: -2px;
  top: 38%;
  width: 6px;
}
.theme__lifestyle--wrapCon4Box .wrapCon4Box .wrapCon4Box__img {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.theme__lifestyle--wrapCon4Box .wrapCon4Box .wrapCon4Box__img img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .theme__lifestyle {
    padding: 0 30px 50px 30px;
  }
  .theme__lifestyle--wrap {
    max-width: 1000px;
    margin: 0 auto;
  }
  .theme__lifestyle--wrapCon p {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 3rem;
  }
  .theme__lifestyle--wrapCon4Box {
    padding: 0;
  }
  .theme__lifestyle--wrapCon4Box .wrapCon4Box {
    width: calc(25% - 15px);
  }
  .theme__lifestyle--wrapCon4Box .wrapCon4Box__title:after {
    height: 14px;
    top: calc(50% - 6px);
    width: 7px;
  }
}

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