@charset "utf-8";
/* ========================
  plan
======================== */

#contentWrap {
  margin: 80px 0 0;
}

.main .title_Box p.copy {
  padding: 0 0 40px;
}

/* common
--------------- */
figure {
  position: relative;
}

.title_Box {
  padding: 70px 0;
  color: #686d71;
  text-align: center;
}

.title_Box h2 {
  font-size: 26px;
  letter-spacing: 0.2em;
  padding: 0 0 20px;
}

.title_Box p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.title_Box p.copy {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 0 0 0px;
}

.title_Box p.copy02 {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 0 0 20px;
}

/* 間取り一覧 */
#plan_Wrap .plan_Block:not(:first-child) {
  margin-top: 80px;
}

.ldk_Ttl {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.ldk_Ttl>h3 {
  display: inline-block;
  padding: 0 2em;
  font-size: 26px;
  letter-spacing: 0.2em;
  text-align: center;
  box-sizing: border-box;
}

.ldk_Ttl::before,
.ldk_Ttl::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  width: calc((100% - 12em) / 2);
  height: 5px;
  background-image: linear-gradient(to right, #37a7ca, #005ca2);
  transform: translateY(-50%);
}

.ldk_Ttl::before {
  left: 0;
}

.ldk_Ttl::after {
  right: 0;
}

.plan_List {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}

.plan_List.just_C {
  justify-content: center;
}

.plan_List>li {
  width: calc((100% - 60px) / 3);
  aspect-ratio: 31/26;
  overflow: hidden;
}

.plan_List>li>a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: .3s;
}

.plan_List>li>a:hover {
  opacity: .6;
}

.plan_List article {
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  height: 80%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.plan_List article .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - (40% + 10px));
}

hgroup .ldk_txt {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 15px;
  border-bottom: 1px solid #686d71;
  font-size: min(2.2vw, 28px);
}

hgroup .ldk_txt h4 {
  display: block;
  padding: 0 10px 5px 0;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}

hgroup .ldk_txt h4 em {
  padding-right: 0.1em;
  font-size: min(3.5vw, 50px);
  box-sizing: border-box;
}

hgroup .ldk_txt span {
  display: block;
/*  padding: 0 0 5px 10px;*/
  padding: 2.5px 0 7.5px 10px;
  border-left: 1px solid #686d71;
  box-sizing: border-box;
  line-height: 0.65;
}
hgroup .ldk_txt span small {
  font-size: 0.65em;
}

hgroup>p {
  font-size: min(1.2vw, 14px);
  line-height: 1.2;
}

hgroup>p span {
  font-size: min(2.4vw, 35px);
}

hgroup>p.plan_notes {
  padding: 1em 0 0 1em;
  font-size: min(1vw, 12px);
  line-height: 1.4;
  text-indent: -1em;
  box-sizing: border-box;
}

.plan_List article .txt>figure {
  max-width: 111px;
  width: 100%;
}

.plan_List article>figure {
  width: 40%;
  aspect-ratio: 3/1;
}

.plan_List article>figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ff_Oswald {
  font-family: "Oswald", sans-serif;
}

/* comingsoon */
.plan_List>li.comingsoon>a {
  border: 2px solid #d3d3d4;
  font-size: min(2vw, 18px);
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  pointer-events: none;
}

.plan_List>li.comingsoon article {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  height: min-content;
}

.plan_List>li.comingsoon p,
.plan_List>li.comingsoon span,
.plan_List>li.comingsoon small {
  color: #d3d3d4;
}

.plan_List>li.comingsoon span {
  font-size: min(2.5vw, 22px);
}

.plan_List>li.comingsoon small {
  font-size: 14px;
}

.plan_List>li.icon_south a::after {
  content: "南向き";
  display: block;
  font-size: min(1.2vw, 14px);
  padding: 0.35em 1.5em;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #cc6912;
  background: linear-gradient(-90deg, rgba(204, 105, 18, 1) 0%, rgba(253, 187, 45, 1) 100%);
}

/* balcony style */
.bs_Wrap {
  padding: 0 0 100px;
}
.bs_Wrap .bs_Bnr {
  display: block;
  transition: .3s;
}
.bs_Wrap .bs_Bnr:hover {
  cursor: pointer;
  opacity: .5;
  transition: .3s;
}

/* modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-wrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0 0;
  position: relative;
}
.close {
  position: absolute;
  right: 0px;
  top: 40px;
  font-size: 34px;
  cursor: pointer;
  color:#FFF;
}

.modal-content {
  background: #e3eff6;
  margin: 5% auto;
  padding: 20px;
  max-height: 80vh;
  overflow-y: auto;
}
.waku {
  padding: 80px 40px 40px;
  border: 2px solid;
  border-image: linear-gradient(to bottom, #0077b3, #007cb6, #34a5c9, #37a7ca) 1;
  position: relative;
  box-sizing: border-box;
}

.bs_mv {
  padding: 0 0 50px;
}
.bs_title {
  max-width: 1000px;
  width:80%;
  margin: 0 auto;
}
.bs_title .copy {
  border:2px solid #2d8caf;
  padding: 8px 10px;
  margin: 30px auto 60px;
  text-align: center;
}
.bs_title .copy img {
  max-width: 400px;
  width:94%;
  margin: 0 auto;
}
.bs_txt {
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px;
}
.bs_txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to left, #5980b5, #34a5c9, #37a7ca);
}
.bs_txt p {
  color:#686d71;
  font-size: min(7vw, 26px);
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.06em;
}

ul.bs_img_List {
  padding-bottom: 6%;
}
ul.bs_img_List li {
  border-bottom:1px solid #515457;
  padding-bottom:5%;
  margin-bottom: 5%;
}
ul.bs_img_List li:last-child {
  border-bottom:none;
  padding-bottom:0;
  margin-bottom: 0;
}

.bs_notes {

}
.bs_notes p {
  font-size: min(1.2vw, 11px);
  line-height: 1.3;
}
/*
.modal-img {
  width: auto;
  height: auto;
  max-height: 200px;
}*/




/*--------------------------------------------------------
  tab/sp
--------------------------------------------------------*/
@media only screen and (max-width: 1024px) {

  /* 間取り一覧 */
  .plan_List>li {
    width: calc((100% - 30px) / 2);
  }

  hgroup .ldk_txt {
    font-size: min(7vw, 28px);
  }

  hgroup .ldk_txt h4 em {
    font-size: min(12vw, 50px);
  }

  hgroup>p {
    font-size: min(1.7vw, 14px);
  }

  hgroup>p span {
    font-size: min(4vw, 35px);
  }

  hgroup>p.plan_notes {
    font-size: min(3vw, 12px);
  }
}

/*--------------------------------------------------------
  sp
--------------------------------------------------------*/
@media only screen and (max-width: 767px) {

  /* 間取り一覧 */
  #plan_Wrap .plan_Block:not(:first-child) {
    margin-top: 50px;
  }

  .ldk_Ttl>h3 {
    padding: 0 1em;
    font-size: 24px;
  }

  .ldk_Ttl::before,
  .ldk_Ttl::after {
    width: calc((100% - 8em) / 2);
    height: 3px;
  }

  .plan_List>li {
    width: 100%;
  }

  hgroup .ldk_txt {
    font-size: min(7vw, 28px);
  }

  hgroup .ldk_txt h4 em {
    font-size: min(12vw, 50px);
  }

  hgroup>p {
    font-size: min(3.5vw, 14px);
  }

  hgroup>p span {
    font-size: min(10vw, 35px);
  }

  hgroup>p.plan_notes {
    font-size: min(3vw, 12px);
  }

  /* comingsoon */
  .plan_List>li.comingsoon {
    aspect-ratio: unset;
  }

  .plan_List>li.comingsoon article {
    gap: 10px;
    position: inherit;
    top: unset;
    left: unset;
    padding: 10px 0;
    margin: 0 auto;
    transform: unset;
  }

  .plan_List>li.comingsoon>a {
    font-size: 14px;
  }

  .plan_List>li.comingsoon span {
    font-size: 20px;
  }

  .plan_List>li.icon_south a::after {
    font-size: 14px;
  }

  /* balcony style */
  .bs_Wrap {
    padding: 0 0 50px;
  }
  /* modal */
  .modal-wrap {
    width: 90%;
    max-width: 100%;
    margin: 12% auto;
    padding: 20px 0 0 0;
  }
  .close {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .modal-content {
    width: 100%;
    padding: 10px;
  }
  .waku {
    padding: 10px;
    border: 1px solid;
    border-image: linear-gradient(to bottom, #0077b3, #007cb6, #34a5c9, #37a7ca) 1;
  }
  .bs_mv {
    padding: 0 0 30px;
  }
  .bs_title {
    max-width: 100%;
    width:90%;
    margin: 0 auto;
  }
  .bs_title .copy {
    border:1px solid #2d8caf;
    margin: 20px auto 30px;
  }
  .bs_txt p {
    font-size: 14px;
  }
  .scroll-hint {
    overflow-x: auto;
  }
  .modal-img {
    width: 100%;
    height: auto;
    max-height:inherit;
    /* max-width: none; */
  }
  ul.bs_img_List li p {
    padding: 10px 0 0;
    font-size: 12px;
    line-height: 1.5;
  }
  ul.bs_img_List li p sup {
    font-size: 80%;
    vertical-align: top;
  }
  .bs_notes p {
    font-size: 10px;
  }

}

/* 間取り詳細 */
#plan_detail_Wrap {
  padding: 50px 0 0;
}

.detail_Ttl {
  position: relative;
  background: url(../img/plan_detail_bg.jpg) no-repeat center top;
  background-size: cover;
}

.detail_Ttl::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-image: linear-gradient(to bottom, #37a7ca, #005ca2);
}

.detail_Ttl>.flex {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}

.detail_Ttl hgroup {
  padding-bottom: 10px;
  border-bottom: 1px solid #686d71;
}

.detail_Ttl hgroup>p {
  font-size: min(1.2vw, 16px);
  line-height: 1.8;
  position: relative;
}

.detail_Ttl hgroup>p span {
  line-height: 1;
}

.detail_Ttl hgroup>p.plan_notes {
  padding: 0.5em 0 2em 1em;
  font-size: min(1vw, 12px);
}

.detail_Ttl>.flex>figure {
  max-width: 365px;
  width: 100%;
}

.detail_Ttl hgroup>p.south_icon::after {
  content: "南向き";
  display: block;
  font-size: min(1.5vw, 18px);
  padding: 0.25em 1.5em;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #cc6912;
  background: linear-gradient(-90deg, rgba(204, 105, 18, 1) 0%, rgba(253, 187, 45, 1) 100%);
}

.point_Txt {
  width: fit-content;
  margin: 0 auto;
  padding: 50px 0 50px 1em;
  box-sizing: border-box;
}

.point_Txt>li {
  list-style-type: '■';
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.point_Txt>li:not(:first-child) {
  margin-top: 0.5em;
}

.plan_Img {
  padding: 5% 0;
  background: url(../img/plan_img_bg.jpg) no-repeat center top;
  background-size: cover;
}

.plan_Img>figure {
  width: 90%;
  margin: 0 auto;
}

.plan_Img>figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 間取り図サイズ */
.atype .plan_Img>figure {
  max-width: 551px;
}

.dtype .plan_Img>figure {
  max-width: 482px;
}

.etype .plan_Img>figure {
  max-width: 528px;
}

.plan_Img .hanrei {
  max-width: 290px;
  margin: 30px auto 0;
}

.plan_acc_Btn {
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 50px auto 0;
}

.plan_acc_Btn>li {
  max-width: 300px;
  width: calc((100% - 50px) / 2);
  text-align: center;
}
.plan_acc_Btn>li:last-child {
  display: none;
}

.plan_acc_Btn button,
.plan_acc_Btn a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px;
  color: #686d71;
  border: 2px solid #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  box-sizing: border-box;
  transition: .3s;
}

.plan_acc_Btn button:hover,
.plan_acc_Btn a:hover {
  opacity: .6;
}

/*--------------------------------------------------------
  tab/sp
--------------------------------------------------------*/
@media only screen and (max-width: 1024px) {}

/*--------------------------------------------------------
  sp
--------------------------------------------------------*/
@media only screen and (max-width: 767px) {

  /* 間取り詳細 */
  .detail_Ttl>.flex {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
  }

  .detail_Ttl hgroup {
    width: 100%;
  }

  .detail_Ttl hgroup>p {
    font-size: min(3.9vw, 16px);
  }

  .detail_Ttl hgroup>p.plan_notes {
    padding: 0.5em 0 1em 1em;
    font-size: min(4vw, 12px);
  }

  .detail_Ttl hgroup>p.south_icon::after {
    font-size: min(4.0vw, 16px);
    padding: 0.25em 1.25em;
  }

  .point_Txt {
    padding: 30px 0 30px 1em;
  }

  .point_Txt>li {
    font-size: 14px;
  }

  .point_Txt>li:not(:first-child) {
    margin-top: 0.5em;
  }

  .plan_Img>figure {
    width: 80%;
  }
  .plan_Img .hanrei {
    width: 60%;
    margin: 20px auto 0;
  }

  .plan_acc_Btn {
    width: 80%;
  }

  .plan_acc_Btn>li {
    max-width: 100%;
    width: 100%;
  }

  .plan_acc_Btn>li:first-child {
    display: none;
  }

  .plan_acc_Btn button,
  .plan_acc_Btn a {
    font-size: 14px;
  }
}

/*--------------------------------------------------------
  tab/sp
--------------------------------------------------------*/
@media only screen and (max-width: 1024px) {}

/*--------------------------------------------------------
  sp
--------------------------------------------------------*/
@media only screen and (max-width: 767px) {

  #contentWrap {
    margin: 40px 0 0;
  }

  /* common
  --------------- */

  .title_Box {
    padding: 40px 0;
    width: 94%;
    margin: 0 auto;
  }

  .title_Box h2 {
    font-size: 20px;
    padding: 0 0 20px;
  }

  .title_Box p {
    font-size: 13px;
/*    text-align: left;*/
  }

  .title_Box p.copy {
    font-size: 18px;
    text-align: center;
  }

  .title_Box p.copy02 {
    font-size: 18px;
    padding: 0 0 20px;
    text-align: center;
  }

  .inner .title_Box {
    width: 100%;
  }
}

@media print {

  header,
  nav,
  footer,
  .main,
  .plan_acc_Btn,
  .yokoku {
    display: none !important;
  }

  #contentWrap {
    margin-top: 0 !important;
  }

  #plan_detail_Wrap {
    padding: 0 !important;
  }

  .detail_Ttl hgroup>p {
    font-size: 10px;
    line-height: 1.5;
  }

  .detail_Ttl hgroup>p.plan_notes {
    padding: 2mm 0 2mm 1em;
    font-size: 8px;
  }

  .detail_Ttl>.flex>figure {
    width: 70mm;
  }

  .point_Txt {
    padding: 5mm 0 5mm 1em;
  }

  .point_Txt>li {
    font-size: 10px;
  }

  .plan_Img {
    padding: 0;
    background: unset;
  }

  .plan_Img>figure {
    height: 140mm;
  }

  .att {
    margin: 5mm auto 0;
    font-size: 8px;
  }
}
