@charset "UTF-8";
/*@import 'lib';*/
/*
/*
/* = lib
/*
/*
/****************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@media screen and (min-width: 768px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none !important;
  }
}
/*
/*
/* = Mail Visual Style
/*
/*
/****************************************************************************************************************************/
.the_home_duplex .main_visual {
  display: none;
}

/*
/*
/* = Mail Style
/*
/*
/****************************************************************************************************************************/
#main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  /* //#the_home_duplex_top */
}
@media screen and (min-width: 768px) {
  #main {
    max-width: 1600px;
  }
}
@media screen and (max-width: 767px) {
  #main {
    font-size: 13px;
  }
}
#main * {
  box-sizing: border-box;
}
#main p {
  margin-bottom: 0;
}
#main img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#main .the_home_duplex .title {
  position: relative;
  background-image: url("../media/images/2022-duplex/title_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#the_home_duplex_top .title {
  background-position: center top;
  height: 750px;
}
@media screen and (max-width: 767px) {
  #the_home_duplex_top .title {
    height: auto;
    aspect-ratio: 32/15;
  }
}
#the_home_duplex_plan .title {
  background-position: center top -105px;
  height: 450px;
}
@media screen and (max-width: 767px) {
  #the_home_duplex_plan .title {
    height: auto;
    aspect-ratio: 32/9;
  }
}
#main .the_home_duplex .title_logo {
  position: absolute;
  right: 4.6%;
  width: 37.5%;
  max-width: 342px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #main .the_home_duplex .title_logo {
    width: 30%;
  }
}
#the_home_duplex_top .title .title_logo {
  top: 25.33%;
}
#the_home_duplex_plan .title .title_logo {
  top: 40.11%;
}
#main .the_home_duplex .ttl_txt {
  text-align: center;
  margin-bottom: 35px;
}
#main .the_home_duplex .ttl_txt span {
  display: inline-block;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #main .the_home_duplex .ttl_txt span {
    font-size: 24px;
  }
}
#main .the_home_duplex .ttl_bdr {
  text-align: center;
}
#main .the_home_duplex .ttl_bdr span {
  display: inline-block;
  min-width: 900px;
  padding: 0.45em;
  border: 1px solid #000000;
  font-size: 25px;
  font-weight: 700;
}
#main .the_home_duplex a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#main .the_home_duplex .btn_bdr.btn_bdr_white {
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  color: white;
  transition: all .3s;
}
#main .the_home_duplex .btn_bdr.btn_bdr_white:before {
  display: inline-block;
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 0.25em;
  font-size: 1.8em;
  line-height: 1;
}
#main .the_home_duplex .btn_bdr.btn_bdr_white:hover {
  background: #6b6245;
  color: #ffffff;
}
#main .the_home_duplex .btn_bdr.btn_bdr_white span {
  display: inline-block;
}
#main .the_home_duplex .btn_bdr.btn_bdr_black {
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  color: black;
  transition: all .3s;
}
#main .the_home_duplex .btn_bdr.btn_bdr_black:before {
  display: inline-block;
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 0.25em;
  font-size: 1.8em;
  line-height: 1;
}
#main .the_home_duplex .btn_bdr.btn_bdr_black:hover {
  background: #6b6245;
  color: #ffffff;
}
#main .the_home_duplex .btn_bdr.btn_bdr_black span {
  display: inline-block;
}
#main .the_home_duplex .ico_cr:before {
  display: inline-block;
  content: "\f105";
  font-family: "FontAwesome";
}
#main #the_home_duplex_top {
  /* //.catch */
  /* // .plan */
  /* // .gallery */
}
#main #the_home_duplex_top .catch {
  margin-bottom: 65px;
  background-image: url("../media/images/2022-duplex/catch_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #main #the_home_duplex_top .catch {
    min-height: 590px;
  }
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_top .catch {
    background-position: 43% top;
  }
}
#main #the_home_duplex_top .catch_inner {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media print, screen and (min-width: 768px) and (max-width: 1039px) {
  #main #the_home_duplex_top .catch_inner {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_top .catch_inner {
    width: calc(100% - (5.3vw * 2));
    margin-left: 5.3vw;
    margin-right: 5.3vw;
  }
}
#main #the_home_duplex_top .catch_inner_ttl {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 27px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_top .catch_inner_ttl {
    font-size: 22px;
  }
}
#main #the_home_duplex_top .catch_inner_subttl {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_top .catch_inner_subttl {
    font-size: 18px;
  }
}
#main #the_home_duplex_top .catch_inner_desc {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_top .catch_inner_desc {
    font-size: 15px;
  }
}
#main #the_home_duplex_top .catch_inner_desc p + p {
  margin-top: 40px;
}
#main #the_home_duplex_top .plan {
  margin-bottom: 80px;
}
#main #the_home_duplex_top .plan_inner {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  /* // &_list */
}
@media print, screen and (min-width: 768px) and (max-width: 1039px) {
  #main #the_home_duplex_top .plan_inner {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_top .plan_inner {
    width: calc(100% - (5.3vw * 2));
    margin-left: 5.3vw;
    margin-right: 5.3vw;
  }
}
#main #the_home_duplex_top .plan_inner_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
  /* // &_item */
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_top .plan_inner_list {
    flex-direction: column;
    margin-bottom: 0;
  }
}
#main #the_home_duplex_top .plan_inner_list_item {
  text-align: center;
  /* // .item_txt */
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_top .plan_inner_list_item {
    margin-bottom: 50px;
  }
}
#main #the_home_duplex_top .plan_inner_list_item.col3 {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_top .plan_inner_list_item.col3 {
    width: 100%;
  }
}
#main #the_home_duplex_top .plan_inner_list_item.col4 {
  width: calc((100% - ( 40px*3 )) / 4);
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_top .plan_inner_list_item.col4 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_top .plan_inner_list_item.col4:last-of-type {
    margin-bottom: 0px;
  }
}
#main #the_home_duplex_top .plan_inner_list_item .item_ttl {
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  padding: 6px 0;
}
#main #the_home_duplex_top .plan_inner_list_item .item_ttl span {
  display: block;
  line-height: 1.4;
}
#main #the_home_duplex_top .plan_inner_list_item .item_ttl b {
  font-weight: bold;
  font-size: 20px;
}
@media print, screen and (min-width: 768px) and (max-width: 1039px) {
  #main #the_home_duplex_top .plan_inner_list_item .item_ttl b {
    font-size: 16px;
  }
}
#main #the_home_duplex_top .plan_inner_list_item .item_txt {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_top .plan_inner_list_item .item_txt {
    padding: 15px 15px 15px 15px;
  }
}
#main #the_home_duplex_top .plan_inner_list_item .item_txt_copy {
  padding: 1em;
  line-height: 1.6;
  font-size: .9em;
  font-weight: 500;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_top .plan_inner_list_item .item_txt_copy {
    font-size: inherit;
    padding-top: 0;
  }
}
#main #the_home_duplex_top .plan_inner_list_item .item_txt_btn {
  padding: 15px 0 0;
}
#main #the_home_duplex_top .plan_inner_list_item .item_txt_btn .btn_bdr {
  width: 225px;
  height: 50px;
  font-size: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_top .plan_inner_list_item .item_txt_btn .btn_bdr {
    font-size: 12px;
  }
}
#main #the_home_duplex_top .gallery_inner {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) and (max-width: 1039px) {
  #main #the_home_duplex_top .gallery_inner {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_top .gallery_inner {
    width: calc(100% - (5.3vw * 2));
    margin-left: 5.3vw;
    margin-right: 5.3vw;
  }
}
#main #the_home_duplex_top .gallery_inner_photo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
#main #the_home_duplex_top .gallery_inner_photo_item {
  width: calc((100% - (10px * 3)) / 4);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_top .gallery_inner_photo_item {
    width: calc((100% - (10px * 1)) / 2);
  }
}
#main #the_home_duplex_plan {
  background-repeat: no-repeat;
  background-position: center top 0;
  /* //.plan  */
}
#main #the_home_duplex_plan .plan {
  margin-bottom: 100px;
  /* //.plan_inner  */
  /* //.plan_layout01 */
  /* //.plan_layout02  */
}
#main #the_home_duplex_plan .plan_inner {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  /* //title */
  /* //intro */
  /* //room */
}
@media print, screen and (min-width: 768px) and (max-width: 1039px) {
  #main #the_home_duplex_plan .plan_inner {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_inner {
    width: calc(100% - (5.3vw * 2));
    margin-left: 5.3vw;
    margin-right: 5.3vw;
  }
}
#main #the_home_duplex_plan .plan_inner_title {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-top: 75px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_inner_title {
    flex-direction: column;
  }
}
#main #the_home_duplex_plan .plan_inner_title_name {
  font-size: 22px;
  border: solid 1px #000000;
  padding: 10px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_inner_title_name {
    font-size: 16px;
    margin: 0 auto .5em;
  }
}
#main #the_home_duplex_plan .plan_inner_title_name span {
  font-weight: normal;
  display: inline-block;
  margin-right: .4em;
}
#main #the_home_duplex_plan .plan_inner_title_copy {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_inner_title_copy {
    font-size: 20px;
  }
}
#main #the_home_duplex_plan .plan_inner_intro {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_inner_intro {
    flex-direction: column-reverse;
  }
}
#main #the_home_duplex_plan .plan_inner_intro_txt {
  display: flex;
  flex-wrap: wrap;
  width: 39%;
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_inner_intro_txt {
    width: 100%;
    justify-content: center;
  }
}
#main #the_home_duplex_plan .plan_inner_intro_txt .area {
  width: 160px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_inner_intro_txt .area {
    width: 45%;
    margin-right: 20px;
  }
}
#main #the_home_duplex_plan .plan_inner_intro_txt .area dl {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
#main #the_home_duplex_plan .plan_inner_intro_txt .tree {
  width: 180px;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_inner_intro_txt .tree {
    width: 34%;
  }
}
#main #the_home_duplex_plan .plan_inner_intro_txt .copy {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_inner_intro_txt .copy {
    margin-top: 20px;
  }
}
#main #the_home_duplex_plan .plan_inner_intro_fig {
  width: calc( 100% - (39% + 10px));
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_inner_intro_fig {
    width: 100%;
  }
}
#main #the_home_duplex_plan .plan_inner_rooms {
  margin: 54px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_inner_rooms {
    margin: 30px auto;
  }
}
#main #the_home_duplex_plan .plan_inner_rooms img {
  width: inherit;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_inner_rooms img {
    width: 100%;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 {
  /* //.plan_inner */
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner {
  /* //.plan_inner_dtl  */
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl {
  position: relative;
  /* //.dtl01 */
}
.plan_layout01 .dtl01 .plan_inner_dtl_main {
  width: 590px;
  position: absolute;
  top: 0;
  left: 0;
  height: 465px;
}
@media screen and (max-width: 767px) {
  .plan_layout01 .dtl01 .plan_inner_dtl_main {
    position: inherit;
    width: 100%;
    height: auto;
  }
}
.plan_layout01 .dtl02 .plan_inner_dtl_main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .plan_layout01 .dtl02 .plan_inner_dtl_main {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl .item {
    margin-bottom: 40px;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl .item_txt {
  padding: 0 4px;
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl .item_txt dt {
  margin-bottom: .6875em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl .item_txt dt {
    font-size: 14px;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl .item_txt dd {
  font-size: .875em;
  line-height: 1.8;
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl .item_fig {
  position: relative;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl .item_fig {
    margin-bottom: 1em;
  }
}
.f280 .item_fig {
  width: calc( 280px + 14px);
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .f280 .item_fig {
    width: 100%;
    margin-left: 0;
  }
}
.f187 .item_fig {
  width: 187px;
}
@media screen and (max-width: 767px) {
  .f187 .item_fig {
    margin-right: 1em;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl .item_fig .item_num {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: 30px;
  height: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl01 {
  margin-bottom: 90px;
  /* //.item */
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl01 {
    margin-bottom: 20px;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl01 .item {
  width: calc( 100% - (580px + 40px));
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl01 .item {
    width: 100%;
    flex-direction: column-reverse;
  }
}
.f280 .item_txt {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .f280 .item_txt {
    width: 100%;
  }
}
.f187 .item_txt {
  width: calc( 100% - (187px + 20px ));
}
@media screen and (max-width: 767px) {
  .f187 .item_txt {
    width: 100%;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl01 .item.r {
  margin-left: auto;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl01 .item.r {
    margin-bottom: 20px;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl01 .item.r.item01 {
  padding: 30px 0 0;
}
.rr_wrap {
  display: flex;
  justify-content: space-between;
  margin: 93px auto;
}
@media screen and (max-width: 767px) {
  .rr_wrap {
    flex-direction: column;
    margin: auto;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl01 .item.rr {
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl01 .item.rr {
    margin-bottom: 20px;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl01 .item.rr.item03 {
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl01 .item.rr.item03 {
    padding-left: 0;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl01 .item.cr {
  flex-direction: column-reverse;
  width: 280px;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl01 .item.cr {
    width: 100%;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl01 .item.cr .item_txt {
  width: 100%;
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl01 .item.cr .item_fig {
  margin-left: 0;
  width: 280px;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl01 .item.cr .item_fig {
    width: 100%;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .plan_inner_dtl_desc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .plan_inner_dtl_desc {
    flex-direction: column;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item {
  display: flex;
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item.cr {
  width: 280px;
  flex-direction: column-reverse;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item.cr {
    width: 100%;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item.cr .item_fig {
  margin-bottom: 1em;
  width: 280px;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item.cr .item_fig {
    width: 100%;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item.rr {
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: calc( 100% - (280px + 280px + 20px));
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item.rr {
    width: 100%;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item.rr .item_txt {
  width: calc( 100% - (220px + 20px + 78px ));
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item.rr .item_txt {
    width: 100%;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item.rr .item_fig {
  width: 220px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item.rr .item_fig {
    margin-right: 1em;
    margin-bottom: 0;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item.rr.f187 {
  width: auto;
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item.rr.f187 .item_fig {
  width: 187px;
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item.rr.f187 .item_txt {
  width: calc(100% - 187px);
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item.rr.f187 .item_txt {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item.rr.f187.item02 {
    margin-right: 40px;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item.c {
  width: 280px;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item.c {
    width: 100%;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item.c .item_fig {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan.plan_layout01 .plan_inner_dtl.dtl02 .item.c .item_fig {
    margin-top: 0;
  }
}
#main #the_home_duplex_plan .plan.plan_layout01#plan02 .dtl02 .plan_inner_dtl_desc {
  justify-content: flex-start;
}
#main #the_home_duplex_plan .plan.plan_layout01#plan02 .dtl02 .plan_inner_dtl_desc .item01 {
  margin-right: 20px;
}
#main #the_home_duplex_plan .plan.plan_layout01#plan02 .dtl02 .plan_inner_dtl_desc .item02 {
  margin-right: 50px;
}
#main #the_home_duplex_plan .plan_layout02 .plan_inner {
  /* //.plan_inner_dtl */
}
@media screen and (min-width: 768px) {
  #main #the_home_duplex_plan .plan_layout02 .plan_inner_intro_txt {
    width: 50%;
  }
}
#main #the_home_duplex_plan .plan_layout02 .plan_inner_intro_txt .tree.type2 {
  width: 150px;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_layout02 .plan_inner_intro_txt .tree {
    width: 34%;
  }
}
#main #the_home_duplex_plan .plan_layout02 .plan_inner_intro_fig {
  width: calc( 100% - (580px + 10px));
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_layout02 .plan_inner_intro_fig {
    width: 100%;
  }
}
#main #the_home_duplex_plan .plan_layout02 .plan_inner_dtl {
  display: flex;
  justify-content: space-between;
  /* //.plan_inner_dtl_desc */
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_layout02 .plan_inner_dtl {
    flex-direction: column;
  }
}
#main #the_home_duplex_plan .plan_layout02 .plan_inner_dtl + .plan_inner_dtl {
  margin-top: 70px;
}
#main #the_home_duplex_plan .plan_layout02 .plan_inner_dtl_main {
  width: 585px;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_layout02 .plan_inner_dtl_main {
    width: 100%;
  }
}
#main #the_home_duplex_plan .plan_layout02 .plan_inner_dtl_desc {
  width: calc( 100% - (585px + 20px));
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_layout02 .plan_inner_dtl_desc {
    width: 100%;
  }
}
#main #the_home_duplex_plan .plan_layout02 .plan_inner_dtl_desc .item {
  width: 50%;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_layout02 .plan_inner_dtl_desc .item {
    width: 100%;
  }
}
#main #the_home_duplex_plan .plan_layout02 .plan_inner_dtl_desc .item_ttl {
  color: #999999;
  font-size: 16px;
  display: flex;
}
#main #the_home_duplex_plan .plan_layout02 .plan_inner_dtl_desc .item_num {
  background: #000000;
  color: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
#main #the_home_duplex_plan .plan_layout02 .plan_inner_dtl_desc .item_txt {
  font-weight: 500;
}
#main #the_home_duplex_plan .plan_layout02 .plan_inner_dtl_desc .item_txt dt {
  margin-bottom: 0.6875em;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_layout02 .plan_inner_dtl_desc .item_txt dt {
    font-size: 14px;
  }
}
#main #the_home_duplex_plan .plan_layout02 .plan_inner_dtl_desc .item_txt dd {
  font-size: .875em;
  line-height: 1.8;
}
#main #the_home_duplex_plan .plan_layout02 .plan_inner_dtl.dtl02 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #main #the_home_duplex_plan .plan_layout02 .plan_inner_dtl.dtl02 {
    flex-direction: column;
  }
}
#main .secmenu {
  margin-top: 100px;
  background-image: url("../media/images/2022-duplex/catch_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#main .secmenu_inner {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  min-height: 180px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) and (max-width: 1039px) {
  #main .secmenu_inner {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #main .secmenu_inner {
    width: calc(100% - (5.3vw * 2));
    margin-left: 5.3vw;
    margin-right: 5.3vw;
  }
}
#main .secmenu_inner ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
#main .secmenu_inner ul::after {
  display: block;
  content: "";
  width: calc((1170px - (10px * 3)) / 4);
}
#main .secmenu_inner ul li {
  width: calc((1170px - (10px * 3)) / 4);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #main .secmenu_inner ul li {
    width: calc((100% - (10px * 1)) / 2);
  }
  #main .secmenu_inner ul li:not(:nth-last-child(-n+2)) {
    margin-bottom: 10px;
  }
}
#main .secmenu_inner ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  text-align: center;
  color: #ffffff;
}
#main .secmenu_inner ul li a:hover {
  background-color: #ffffff;
  text-decoration: none;
  color: #6b6245;
  opacity: 1;
}
#main .secmenu_inner ul li.active a {
  background-color: #ffffff;
  color: #6b6245;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #wrapper {
    padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 50px;
  }
}
#wrapper.wrapper_re {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  #wrapper.wrapper_re {
    padding-top: 95px;
  }
}

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