/* outline
------------------------------*/
.l-page * {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

#path,
.h1_section {
  display: none;
}

#contents {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#contents_outer{
  background: #FFFFFF !important;
}

.l-page {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  color: #333;
}

/*---------------------------------------------------------
main
---------------------------------------------------------*/
/*---------------------------------------------------------
main-visual
---------------------------------------------------------*/
.main-visual {
  width: 100%;
  padding-top: 111px;
  text-align: center;
}

.main-visual__title {
  position: relative;
}
.main-visual__title::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 3px;
  background-color: #b60181;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.main-visual__mainttl {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  display: inline;
}
.main-visual__sub a,
.main-visual__subtext{
  color: #b60181;
  padding: 15px 0;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
}


.main-visual_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}
.main-visual__img {
  width: 590px;
  height: 440px;
  margin-right: 10px;
}
.main-visual_subimg {
  width: 340px;
  height: 215px;
  margin-right: 10px;
}
.main-visual__img img,.main-visual_subimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-visual_subimg:not(:last-of-type){
  margin-bottom: 10px;
}
.box,
.home-example__item-text {
  position: relative;
  height: auto;
  overflow: hidden;
}
.box.is-active,
.home-example__item-text.is-active {
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.box_more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding-top: 70px;
  text-align: center;
  line-height: 2em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 70%);
  cursor: pointer;
}
.is-open .box_more {
  background: transparent;
}
.box_more::before {
  color: #555;
  content: '＋続きを読む';
  font-size: 12px;
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
}
.is-active .box_more::before {
  content: '−閉じる';
}


/*---------------------------------------------------------
 VR住宅展示場ルームツアー
---------------------------------------------------------*/

.roomtour__box {
    padding-top: 50px;
    margin-inline: calc(50% - max(50%, 50vw));
    background: #FEF8FC;
    padding: 50px 0;
    margin-top: 50px;
}

.roomtour__textbox {
    width: 950px;
    margin: 0 auto;
}

.company-roomtour__title {
    font-size: 24px;
    font-weight: bold;
    color: #b60280;
    text-align: center;
}

.roomtour__box .main-visual_wrap {margin-top: 19px;align-items: self-start;}

.roomtour__box .main-visual__img {
    height: 500px;
}

.roomtour__imgttl {
    font-size: 20px;
    font-weight: bold;
    margin: 12px 0;
    text-align: center;
}

.roomtour__box .main-visual_subimg {
    height: 440px;
    margin: 0 ;
}

.roomtour__box .main-visual_subimg:hover {
   opacity: 0.7;
   cursor: pointer;
}

.roomtour__addresstext {
    font-size: 16px;
    font-weight: bold;
}

.roomtour__box .roommimg__box img{object-fit: contain;background: #fff;}

.roomtour__addresstextbox {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  }

.roomtour__morebtn {
  color: #2680eb;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
}

.roomtour__morebtn:hover {
  color: #2680eb;
  text-decoration: underline;
}

.roomtour__box .modal__btn {text-align: end;margin-top: 15px;color: #333333;font-size: 16px;position: relative;display: flex;justify-content: end;width: fit-content;margin: 13px 0 0 auto;}

.roomtour__box .modal__btn::after {
  position: absolute;
  content: "";
  position: absolute;
  background: url(/images/shop/detail/popup-icon.png) center / cover no-repeat;
  width: 19px;
  height: 17px;
  top: 2px;
  bottom: 0;
  left: -24px;
  margin: auto;
  }

.modal__btn:hover {
opacity: 0.7;
text-decoration: none;
}



      .modal__closebtn {
    position: absolute;
    top: -2.6vw;
    right: 2.5vw;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    z-index: 1010;
}

.modal__img {
    width: 30.667vw;
    height: 39vw;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 500px;
    min-height: 550px;
}

.modalinner {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.modalinner.active {
  display: flex;
}

.modal__img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
/*---------------------------------------------------------
home-propose
---------------------------------------------------------*/
.home-propose {
  padding-top: 23px;
}

.home-propose__title {
  font-size: 24px;
  font-weight: bold;
  color: #b60280;
  text-align: center;
  margin-bottom: 19px;
}

.home-propose__text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.875;
  padding-top: 19px;
}

.roomtour__textbox .home-propose__text {padding-top: 0;margin-bottom: 15px;}

.roomtour__box .pc-none {
  display: none;
  }
/*---------------------------------------------------------
company-feature
---------------------------------------------------------*/
.company-feature {
  padding-top: 50px;
}

.company-feature__title {
  font-size: 24px;
  font-weight: bold;
  color: #b60280;
  text-align: center;
}

.company-feature__table {
  border: 1px solid #e8b1d8;
  width: 630px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.company-feature__table-item {
  display: flex;
  border-bottom: 1px solid #e8b1d8;
}
.company-feature__table-item:nth-child(3) .company-feature__table-item-text {
  padding-left: 33px;
}
.company-feature__table-item:last-child {
  border-bottom: none;
}

.company-feature__table-item-title {
  width: 165px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #fff9fd;
  font-size: 16px;
  font-weight: bold;
}

.company-feature__table-item-text {
  font-size: 16px;
  font-weight: normal;
  padding-left: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  width: 463px;
}

/*---------------------------------------------------------
company-catalog
---------------------------------------------------------*/
.company-catalog {
  padding-top: 53px;
}

.company-catalog__title {
  font-size: 24px;
  font-weight: bold;
  color: #b60280;
  text-align: center;
}

.company-catalog__item-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 463px);
  gap: 24px;
  margin-top: 27px;
}

.company-catalog__item {
  display: flex;
  justify-content: space-between;
}

.company-catalog__item-image {
  width: 113px;
}
.company-catalog__item-image img {
  width: 100%;
}

.company-catalog__item-text-wrapper {
  padding-top: 1px;
  width: 334px;
}

.company-catalog__item-title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 2.2px;
}

.company-catalog__item-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.625;
  padding-top: 7px;
}

/*---------------------------------------------------------
pr-point
---------------------------------------------------------*/
.pr-point {
  padding-top: 53px;
}

.pr-point__title {
  font-size: 24px;
  font-weight: bold;
  color: #b60280;
  text-align: center;
}

.pr-point__item-wrapper {
  margin-top: 20px;
}

.pr-point__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.pr-point__item:nth-child(2) .pr-point__text-wrapper {
  width: 475px;
}
.pr-point__item:nth-child(2) .pr-point__item-title {
  margin-bottom: 14px;
}

.pr-point__item-img {
  width: 455px;
  height: 328px;
  margin-top: 8px;
}
.pr-point__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pr-point__text-wrapper {
  width: 465px;
}

.pr-point__item-subtitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}

.pr-point__item-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 7px;
}

.pr-point__item-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.875;
}

.more-text {
  text-align: right;
  margin-top: -3px;
}
.more-text .more {
  color: #2680eb;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  position: relative;
}
.more-text .more::before {
  width: 100%;
  content: "";
  height: 1px;
  background-color: #2680eb;
  bottom: 0;
  right: 0;
  position: absolute;
}
.more-text .more:hover {
  cursor: pointer;
}

.pr-point__btn-wrapper {
  position: relative;
  text-align: center;
  padding-top: 40px;
}

.pr-point__modal-wrapper {
  width: 100%;
  position: absolute;
  top: -94px;
  display: none;
}

.pr-point__modal {
  width: 510px;
  height: 129px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  background-image: url(/images/shop/detail/modal_wrapper.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 29px;
  padding-left: 50px;
  padding-right: 50px;
  justify-content: space-between;
  position: relative;
}

.pr-point__modal-link {
  width: 200px;
  height: 50px;
  border-radius: 10px;
  background-color: #b60280;
  position: relative;
}
.pr-point__modal-link:hover {
  opacity: 0.8;
  cursor: pointer;
}
.pr-point__modal-link a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.pr-point__modal-link a::before {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 9px;
  border-top: 4px solid transparent;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid transparent;
}

.close-btn {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  top: -13px;
  right: -12px;
}
.close-btn img {
  width: 100%;
}
.close-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.pr-point__btn-subtext {
  font-size: 18px;
  font-weight: normal;
  color: #b60280;
  text-align: center;
}

.pr-point__btn {
  width: 460px;
  border-radius: 10px;
  background-color: #b60280;
  color: #fff;
  text-align: center;
  margin-top: 7px;
  border: none;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.04em;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.pr-point__btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.pr-point__btn::before {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 12px;
  border-top: 4px solid transparent;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid transparent;
}

/*---------------------------------------------------------
home-example
---------------------------------------------------------*/
.home-example {
  padding-top: 54px;
}

.home-example__title {
  font-size: 24px;
  font-weight: bold;
  color: #b60280;
  text-align: center;
}

.home-example__item-wrapper {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.home-example__item {
  width: 306px;
}

.home-example__item-image {
  width: 100%;
  height: 204px;
  margin-bottom: 9px;
}
.home-example__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-example__item-cost {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.home-example__cost {
  color: #b60280;
}

.home-example__item-range {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.625;
  margin-top: 7px;
  margin-bottom: 7px;
}

.home-example__item-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.625;
}

/*---------------------------------------------------------
company-info
---------------------------------------------------------*/
.company-info {
  padding-top: 54px;
  padding-bottom: 40px;
}

.company-info__title {
  font-size: 24px;
  font-weight: bold;
  color: #b60280;
  text-align: center;
  background-color: #fff9fd;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 30px;
}

.company-info__item {
  display: flex;
  align-items: center;
  margin-bottom: 5.5px;
}
.company-info__item:last-of-type {
  align-items: start;
}
.company-info__item:last-of-type .company-into__item-text {
  padding-top: 3px;
  line-height: 1.625;
}

.company-into__item-title {
  width: 90px;
  margin-right: 10px;
  background-color: #ab297e;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 4px;
}

.company-into__item-text {
  font-size: 16px;
  font-weight: normal;
  width: 850px;
}

.company-info__concact-btn-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.company-info__contact-link {
  width: 460px;
  height: 67px;
  border-radius: 10px;
  border: 2px solid #b60280;
  text-align: center;
  margin-top: 32px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.company-info__contact-link a {
  font-size: 18px;
  font-weight: normal;
  color: #b60280;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.company-info__contact-link:hover {
  opacity: 0.8;
  cursor: pointer;
}
.company-info__contact-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 11px;
  border-top: 4px solid transparent;
  border-right: 4px solid #b60280;
  border-bottom: 4px solid #b60280;
  border-left: 4px solid transparent;
}

.compamy-info__contact-btn {
  width: 460px;
  position: relative;
}

.info__modal-wrapper {
  width: 100%;
  position: absolute;
  top: -135px;
  right: 28px;
  display: none;
}

.info__modal {
  width: 510px;
  height: 129px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  background-image: url(/images/shop/detail/modal_wrapper.png);
  background-size: cover;
  padding-top: 29px;
  padding-left: 50px;
  padding-right: 50px;
  justify-content: space-between;
  position: relative;
}

.info__modal-link {
  width: 200px;
  height: 50px;
  border-radius: 10px;
  background-color: #b60280;
  position: relative;
}
.info__modal-link:hover {
  opacity: 0.8;
  cursor: pointer;
}
.info__modal-link a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.info__modal-link a::before {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 9px;
  border-top: 4px solid transparent;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid transparent;
}

.info-close-btn {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  top: -13px;
  right: -12px;
}
.info-close-btn img {
  width: 100%;
}
.info-close-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.compamy-info__btn-subtext {
  font-size: 18px;
  font-weight: normal;
  color: #b60280;
  text-align: center;
}

.compamy-info__btn {
  width: 460px;
  border-radius: 10px;
  background-color: #b60280;
  color: #fff;
  text-align: center;
  margin-top: 7px;
  border: none;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.04em;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.compamy-info__btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.compamy-info__btn::before {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 12px;
  border-top: 4px solid transparent;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid transparent;
}
/*# sourceMappingURL=index.css.map */


.contact_floatbnr * {
    font-family: "Noto Sans JP", sans-serif;
    box-sizing: border-box;
}

.contact_floatbnr {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  padding: 21px 0;
  background-color: #ffffff;
}
.contact_floatbnr.is-static {
    display: none !important;
}
.floatbnr__btn-wrapper {
  position: relative;
  text-align: center;
}

.floatbnr__modal-wrapper {
  width: 100%;
  position: absolute;
  top: -139px;
  display: none;
}

.floatbnr__modal {
  width: 510px;
  height: 129px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  background-image: url(/images/shop/detail/modal_wrapper.png);
  background-size: cover;
  padding-top: 29px;
  padding-left: 50px;
  padding-right: 50px;
  justify-content: space-between;
  position: relative;
}

.floatbnr__modal-link {
  width: 200px;
  height: 50px;
  border-radius: 10px;
  background-color: #b60280;
  position: relative;
}
.floatbnr__modal-link:hover {
  opacity: 0.8;
  cursor: pointer;
}
.floatbnr__modal-link a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.floatbnr__modal-link a::before {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 9px;
  border-top: 4px solid transparent;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid transparent;
}

.floatbnr__btn-subtext {
  font-size: 18px;
  font-weight: normal;
  color: #b60280;
  text-align: center;
}

.floatbnr__btn {
  width: 460px;
  border-radius: 10px;
  background-color: #b60280;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.04em;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.floatbnr__btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.floatbnr__btn::before {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 12px;
  border-top: 4px solid transparent;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid transparent;
}

.floatbnr-close-btn {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  top: -13px;
  right: -12px;
}
.floatbnr-close-btn img {
  width: 100%;
}
.floatbnr-close-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}