@charset "UTF-8";


/*  select.css  */
/*---------------------------
共通
---------------------------*/
.imagephoto .cap {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 0.2em;
}

.imagephoto .cap.cap_r {
  text-align: right;
}

.imagephoto .cap.cap_l {
  text-align: left;
}

#top_mainimg img {
  border-radius: 1.5vw;
}

/*共通*/
.main_ttl {
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: italic;
}

.main_ttl p {
  opacity: 0;
  animation: mainCopy 1s ease 0.3s forwards;
}

@keyframes mainCopy {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#select li {
  list-style: none;
}
#select #topCon {
  /*padding: 4em 0;*/
  padding: 10.5em 0 5em;
  margin-top: -6em;
}
.font01 {
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}
.bot_sub {
  width: 100%;
  max-width: 1140px;
  margin: 1em auto 0;
}
.bot_sub p {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-align: left;
}

/* sp */
@media only screen and (max-width: 768px) {
  .imagephoto .cap {
    font-size: 10px;
  }
#select #topCon {
  /*padding: 2em 0;*/
  padding: 6em 0 3em;
  margin-top: -3.5em;
}
.bot_sub p {
  font-size: 10px;
}
}


/*---------------------------
#model_typeCon 【モデルルームタイプ】
---------------------------*/
#model_typeCon {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
#model_typeCon ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#model_typeCon li {
  width: 31%;
  text-align: center;
}
#model_typeCon .topttl {
  font-size: 22px;
  margin-left: 2.6em;
  padding-bottom: 0.2em;
}
#model_typeCon li .ttlBox {
  font-size: 18px;
  border-radius: 7px;
  padding: 0.7em 0;
  margin-bottom: 2em;
}
#model_typeCon li:nth-child(1) .ttlBox {
  background-color: #98938D;
}
#model_typeCon li:nth-child(2) .ttlBox {
  background-color: #E0DBD1;
  color: #4C4A4A;
}
#model_typeCon li:nth-child(3) .ttlBox {
  background-color: #A1937D;
}
#model_typeCon li:nth-child(1) .ttlBox,
#model_typeCon li:nth-child(3) .ttlBox {
  color: #FFF;
}
#model_typeCon li .ttlBox b {
  display: block;
  font-size: 36px;
  line-height: 1.0;
  letter-spacing: 0.05em;
}
/**/
#model_typeCon .type_ul {
  width: 87%;
  margin: 0 auto;
}
#model_typeCon .type_li {
  margin-bottom: 1.5em;
}
#model_typeCon .type_li.last {
  margin-bottom: 0;
}
#model_typeCon .type_ul .txt {
  font-size: 13px;
  color: #3F3C3C;
  margin-top: 0.2em;
}
#model_typeCon .type_ul .txt span {
  font-size: 11px;
}

/* Tab */
@media screen and (max-width: 1170px) {
#model_typeCon .topttl {
  /*font-size: 22px;*/
  font-size: 1.880vw;
  margin-left: 4.444vw;
}
#model_typeCon li .ttlBox {
  /*font-size: 18px;*/
  font-size: 1.538vw;
}
#model_typeCon li .ttlBox b {
  /*font-size: 36px;*/
  font-size: 3.076vw;
}
#model_typeCon .type_ul .txt {
  /*font-size: 13px;*/
  font-size: 1.111vw;
}
#model_typeCon .type_ul .txt span {
  /*font-size: 11px;*/
  font-size: 0.940vw;
}
}

/* sp */
@media only screen and (max-width: 768px) {
#model_typeCon li {
  width: 32.5%;
}
/**/
#model_typeCon .type_ul {
  width: 100%;
}
#model_typeCon .type_li {
  margin-bottom: 1.2em;
}
/**/
#model_typeCon .topttl {
  /*font-size: 22px;*/
  font-size: 3.906vw;
  text-align: center;
  margin-left: auto;
  padding-bottom: 0.5em;
}

#model_typeCon li .ttlBox {
  /*font-size: 18px;*/
  font-size: 2.734vw;
  margin-bottom: 1.3em;
}

#model_typeCon li .ttlBox b {
  /*font-size: 36px;*/
  font-size: 4.687vw;
}

#model_typeCon .type_ul .txt {
  /*font-size: 13px;*/
  font-size: 2.734vw;
}

#model_typeCon .type_ul .txt span {
  /*font-size: 11px;*/
  font-size: 2.734vw;
}
}



/*---------------------------
#select_section 各種セレクト
---------------------------*/
#select_section {
  width: 100%;
  margin: 0 auto;
  padding: 5em 0;
  background-color: #b2d4d852;
}
#select_section .bg {
  background: url(../images/select/bg01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 43%;
}
#select_section .select_ularea {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
#select_section .select_ularea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
#select_section .select_ularea li {
  background-color: #FFF;
  box-shadow: 0 0 3px #30445c31;
  border-radius: 20px;
}
#select_section .select_ularea .li01,
#select_section .select_ularea .li02 {
  width: calc((100% - 2rem) / 2);
}
#select_section .select_ularea .li03 {
  width: 100%;
}
#select_section .select_ularea li .topTtl {
  font-size: 24px;
  color: #30445C;
  background-color: #C1E1E5;
  padding: 0.8em 1.3em;
  border-radius: 20px 20px 0 0;
}
#select_section .select_ularea li .con {
  padding: 1em 2em 1.5em;
}
#select_section .select_ularea li .con .txt {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
#select_section .select_ularea .li01 .bot_sub {
  margin-top: 0;
}
#select_section .select_ularea .li01 .bot_sub p {
  letter-spacing: -0.5px;
}
/**/
#select_section .select_ularea .li03 .area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#select_section .select_ularea .li03 .left {
  width: 40%;
}
#select_section .select_ularea .li03 .right {
  width: 60%;
  margin-top: -5%;
  padding-bottom: 1.5em;
}
#select_section .select_ularea .li03 .imageCap .cap_n.cap_r {
  bottom: 30px;
  right: 10px;
}

/* Tab */
@media screen and (max-width: 1170px) {
#select_section .select_ularea li .topTtl {
  /*font-size: 24px;*/
  font-size: 2.051vw;
}
#select_section .select_ularea li .con .txt {
  /*font-size: 18px;*/
  font-size: 1.538vw;
}
}

/* sp */
@media only screen and (max-width: 768px) {
#select_section {
  padding: 3em 0;
}
#select_section .select_ularea ul {
  display: block;
  gap: 0;
}
#select_section .select_ularea li {
  margin-bottom: 2em;
}
#select_section .select_ularea .li01,
#select_section .select_ularea .li02 {
  width: 100%;
}
#select_section .select_ularea li .topTtl {
  /*font-size: 24px;*/
  font-size: 4.166vw;
  padding: 0.8em;
}
#select_section .select_ularea li .con {
  padding: 1em 0.8em;
}
#select_section .select_ularea li .con .txt {
  /*font-size: 18px;*/
  font-size: 3.385vw;
}
/**/
#select_section .select_ularea .li03 .area {
  display: block;
}
#select_section .select_ularea .li03 .left {
  width: 100%;
}
#select_section .select_ularea .li03 .right {
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
}
#select_section .select_ularea .li03 .right .img {
  padding: 0 0 1em 0.8em;
}
#select_section .select_ularea .li03 .imageCap .cap_n.cap_r {
  bottom: 28px;
  right: 0;
  padding: 0;
}
}


/*---------------------------
.step_section セレクトの流れ
---------------------------*/
#select_section .step_section {
  width: 100%;
  max-width: 1140px;
  margin: 2rem auto 3rem;
  background-color: #A4D5D9;
  box-shadow: 0 0 3px #30445c31;
  border-radius: 20px;
}
#select_section .step_section .con {
  padding: 1.5em 2em;
  text-align: center;
}
#select_section .step_section .con .obi {
  font-size: 17px;
  padding: 0.5em 0;
  background-color: #FFF;
}
#select_section .step_section .con .top_ttl {
  font-size: 20px;
  padding: 1em;
  color: #FFF;
  position: relative;
  display: inline-block;
}
#select_section .step_section .con .top_ttl:before,
#select_section .step_section .con .top_ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 52px;
  height: 1px;
  background-color: #FFF;
}
#select_section .step_section .con .top_ttl:before {
  left: -45px;
}
#select_section .step_section .con .top_ttl:after {
  right: -45px;
}


#select_section .step_section .step3_box {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

#select_section .step_section .step3_box .img {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#select_section .step_section .step3_box>li {
  list-style-type: none;
  width: 29.5%;
  background-color: #FFF;
}

#select_section .step_section .step3_box>li:not(:first-child) .img::before {
  content: "";
  margin: 204px 0 0 -37px;
  /* 三角形の大きさ分ネガティブマージンで位置調整 */
  border: 18px solid transparent;
  border-left-color: #ffffffac;
  position: absolute;
  top: 50%;
  left: 0%;
}

#select_section .step_section .stepTxtarea {
  padding: 0.8em 1em 1em;
}
#select_section .step_section .stepTxtarea .tx01 {
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 0.5px solid #218082;
  color: #218082;
  letter-spacing: 3px;
  font-weight: bold;
}
#select_section .step_section .stepTxtarea .tx01,
#select_section .step_section .stepTxtarea .tx02 {
  font-size: 18px;
}
#select_section .step_section .stepTxtarea .tx02 {
  margin-bottom: 0.5em;
  line-height: 1.2;
}
#select_section .step_section .stepTxtarea .tx02 .space {
  height: 16.8px;
}
#select_section .step_section .stepTxtarea .tx02 span {
  font-size: 14px;
  display: block;
}

#select_section .step_section .stepTxtarea .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.25rem;
}
#select_section .step_section .stepTxtarea .flex div {
  width: calc((100% - 0.5rem) / 3);
  padding: 0.5em 0;
}
#select_section .step_section .stepTxtarea .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 51px;
}
#select_section .step_section .stepTxtarea .flex div,
#select_section .step_section .stepTxtarea .box {
  font-size: 15px;
  line-height: 1.2;
  color: #FFF;
  background-color: #218082;
}
#select_section .step_section .stepTxtarea .tx03 {
  font-size: 15px;
  padding-top: 0.8em;
}
#select_section .step_section .stepTxtarea .tx03.tx03_1 {
  padding: 1.2em 0 1em;
}
#select_section .step_section .stepTxtarea .tx04 {
  font-size: 12.5px;
  padding-top: 0.5em;
}

/* Tab */
@media screen and (max-width: 1170px) {
#select_section .step_section .con .obi {
  /*font-size: 17px;*/
  font-size: 1.452vw;
}
#select_section .step_section .con .top_ttl {
  /*font-size: 20px;*/
  font-size: 1.709vw;
}
#select_section .step_section .step3_box>li:not(:first-child) .img::before {
  content: "";
  margin: 17.43vw 0 0 -3.162vw;
  /* 三角形の大きさ分ネガティブマージンで位置調整 */
}
#select_section .step_section .stepTxtarea .tx01,
#select_section .step_section .stepTxtarea .tx02 {
  /*font-size: 18px;*/
  font-size: 1.538vw;
}
#select_section .step_section .stepTxtarea .tx02 span {
  /*font-size: 14px;*/
  font-size: 1.196vw;
}
#select_section .step_section .stepTxtarea .flex div,
#select_section .step_section .stepTxtarea .box {
  /*font-size: 15px;*/
  font-size: 1.282vw;
}
#select_section .step_section .stepTxtarea .tx03 {
  /*font-size: 15px;*/
  font-size: 1.282vw;
}
#select_section .step_section .stepTxtarea .tx04 {
  /*font-size: 12.5px;*/
  font-size: 1.068vw;
}

}

/* sp */
@media only screen and (max-width: 768px) {
#select_section .step_section {
  margin: 0 auto 2rem;
}
#select_section .step_section .con {
  padding: 1em 0.8em;
}
#select_section .step_section .con .obi {
  /*font-size: 17px;*/
  font-size: 3.255vw;
}
#select_section .step_section .con .top_ttl {
  /*font-size: 20px;*/
  font-size: 3.906vw;
}
#select_section .step_section .stepTxtarea .tx01,
#select_section .step_section .stepTxtarea .tx02 {
  /*font-size: 18px;*/
  font-size: 3.906vw;
}

#select_section .step_section .stepTxtarea .tx02 span {
  /*font-size: 14px;*/
  font-size: 3.125vw;
}
#select_section .step_section .stepTxtarea .tx02 .space {
  height: auto;
}

#select_section .step_section .stepTxtarea .box {
  height: auto;
  padding: 1em 0;
}
#select_section .step_section .stepTxtarea .flex div,
#select_section .step_section .stepTxtarea .box {
  /*font-size: 15px;*/
  font-size: 3.385vw;
}

#select_section .step_section .stepTxtarea .tx03 {
  /*font-size: 15px;*/
  font-size: 3.385vw;
}
#select_section .step_section .stepTxtarea .tx03.tx03_1 {
  padding: 0.8em 0 0;
}
#select_section .step_section .stepTxtarea .tx04 {
  /*font-size: 12.5px;*/
  font-size: 3.125vw;
}

#select_section .step_section .stepTxtarea {
  padding: 0.8em;
}


#select_section .step_section .step3_box {
    gap: 60px;
  }

#select_section .step_section .step3_box>li {
    width: 100%;
  }

#select_section .step_section .step3_box>li:not(:first-child) .img::before {
    content: '';
    position: absolute;
    margin: -250px 0 0 0px;
    border: 20px solid transparent;
    width: 0;
    height: 0;
    bottom: -53px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-top-color: #ffffffac;
  }
}

@media only screen and (max-width: 576px) {
#select_section .step_section .step3_box>li:not(:first-child) .img::before {
    content: '';
    position: absolute;
    margin: -136px 0 0 0px;
    border: 20px solid transparent;
    width: 0;
    height: 0;
    bottom: -53px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-top-color: #ffffffac;
  }
}