@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) LOCAS All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  layout.css
 style info :  リセットファイル
 admin info : 

//////////////////////////////////////////////////////////*/

/* =========================================================
/* BR
========================================================= */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit !important;
  }
}

/* =========================================================
/* Order Site Footer
========================================================= */
footer {
  display: block;
  padding: 170px 0 30px;
  background-color: #00a9c9;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 120px 0;
  }
}

footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg_02.png) repeat center/350px;
  mix-blend-mode: multiply;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  footer::before {
    background-size: 200px;
  }
}
footer .inner {
  position: relative;
}

.footer_navi {
  display: flex;

  justify-content: space-between;
  margin: 0 0 80px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer_navi {
    display: block;
    margin: 0 0 60px;
    border-left: none;
  }
}
.footer_navi > div {
  width: 20%;
  padding: 20px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer_navi > div {
    width: 100%;
    padding: 0;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .footer_navi > div > ul > li {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .footer_navi > div > ul > li:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.footer_navi a {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer_navi a {
    display: block;
    padding: 0.75em 0.5em;
    background: url(../images/arrow_right_white.svg) no-repeat center right 0.5em/5px 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer_navi a:hover {
    text-decoration: underline;
  }
}
.footer_navi dl dt {
  margin: 0 0 0.75em;
  color: #fff;
  font-weight: 700;
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_navi dl dt {
    padding: 0.75em 0.5em;
    margin: 0;
    pointer-events: inherit;
    cursor: pointer;
  }
  .footer_navi dl dt.active::after {
    content: none;
  }
  .footer_navi dl dt::before {
    content: "";
    width: 9px;
    height: 1px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5em;
    margin: auto;
  }
  .footer_navi dl dt::after {
    content: "";
    width: 1px;
    height: 9px;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(0.5em + 4px);
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer_navi dl dd {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer_navi dl dd {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .footer_navi dl dd ul {
    margin: 0 0.5em 1.5em;
  }
}
.footer_navi dl dd ul li:not(:last-child) {
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .footer_navi dl dd ul li:not(:last-child) {
    margin: 0 0 0.75em;
  }
}
.footer_navi dl dd ul li a {
  display: inline-block;
  padding: 0 0 0 1em;
  background: url(../images/arrow_right_white.svg) no-repeat top 8px left/5px 10px;
  font-size: 0.87em;
  font-weight: 400;
}

.footer_center {
  display: flex;

  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
   margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .footer_center {
    display: block;
    margin: 0 0 40px;
  }
}
.footer_center .left {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .footer_center .left {
    width: 100%;
  }
}
.footer_center .right {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .footer_center .right {
    width: 100%;
    margin: 0 0 80px;
  }
}
.footer_center .right .ttl {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  margin: 0 0 2em;
}
.footer_center .right .ttl::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 0 1em;
  border-top: 1px solid #fff;
}
.footer_center .footer_logo {
  max-width: 342px;
  width: 90%;
  margin: 0 auto 40px;
}
.footer_center .txt {
  line-height: 2;
  text-align: center;
  margin: 0 0 40px;
}
.footer_center .footer_clubnoble {
  width: 200px;
  margin: auto;
}
.footer_center .footer_clubnoble a {
  display: block;
  padding: 15px;
  border: 1px solid #fff;
  text-align: center;
}
.footer_center .footer_clubnoble a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer_center .footer_brand {
  display: flex;

  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand {
    display: block;
  }
}
.footer_center .footer_brand > div {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand > div {
    width: 100%;
  }
  .footer_center .footer_brand > div:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.footer_center .footer_brand dl:not(:last-child) {
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand dl:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.footer_center .footer_brand dl dt {
  font-size: 0.87em;
  font-weight: 700;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand dl dd.half {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    justify-content: space-between;
  }
  .footer_center .footer_brand dl dd.half p {
    width: 49%;
  }
}
.footer_center .footer_brand dl dd p:not(:last-child) {
  margin: 0 0 0.5em;
}
.footer_center .footer_brand dl dd p a {
  display: inline-block;
  padding: 0 0 0 1em;
  background: url(../images/arrow_right_white.svg) no-repeat top 8px left/5px 10px;
  color: #fff;
  font-size: 0.87em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .footer_center .footer_brand dl dd p a:hover {
    text-decoration: underline;
  }
}
.footer_center .footer_brand_banner {
  display: flex;

  justify-content: space-between;
  margin-top: 3em;
}
.footer_center .footer_brand_banner .footer_brand_banner_ln01 {
  width: 27%;
}
.footer_center .footer_brand_banner .footer_brand_banner_ln01 p {
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

.footer_center .footer_brand_banner .footer_brand_banner_ln02 {
  width: 43%;
  padding: 60px 0 0 0;
  text-align: right;
}
.footer_bottom {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  justify-content: space-between;
}

.list_footer_sns {
  display: flex;
  float: right;
}
@media screen and (max-width: 767px) {
  .list_footer_sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 60px;
  }
}
.list_footer_sns li {
  width: 40px;
  margin: 0 0 0 16px;
}
@media screen and (max-width: 767px) {
  .list_footer_sns li {
    margin: 0 8px;
  }
}

/* =========================================================
/* inner
========================================================= */
.inner {
  max-width: 1200px;
  width: 88%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

.inner_1340 {
  max-width: 1340px;
}

.inner_1000 {
  max-width: 1000px;
}

@media screen and (min-width: 768px) {
  .inner_l {
    width: 92%;
  }
}

.inner_left {
  margin-right: calc((100% - 1200px) / 2);
}
@media screen and (max-width: 1500px) {
  .inner_left {
    margin-right: 5%;
  }
}
.inner_right {
  margin-left: calc((100% - 1200px) / 2);
}
@media screen and (max-width: 1500px) {
  .inner_right {
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .inner_pc {
    width: 100%;
  }
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

footer {
  margin-block-start: 100px;
  padding: 100px 0 30px;
  background-color: #00a9c9;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  footer {
    margin-block-start: 50px;
    padding: 50px 0;
  }
}

footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("https://noblehome.helena.jp/wp2024/wp-content/themes/noblehome_2023/images/bg_02.png") repeat center/350px;
  mix-blend-mode: multiply;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  footer::before {
    background-size: 200px;
  }
}
footer .inner {
  position: relative;
}

.list_footer_button {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  justify-content: space-between;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .list_footer_button {
    margin: 0 0 40px;
  }
}
.list_footer_button li {
  width: 23.5%;
}
@media screen and (max-width: 767px) {
  .list_footer_button li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.list_footer_button li a {
  display: block;
  padding: 1em;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_footer_button li a {
    padding: 0.75em;
  }
}
.list_footer_button li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.list_footer_button li a span {
  padding: 0 0 0 30px;
  color: #828282;
  font-size: 1.25em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_footer_button li a span {
    padding: 0 0 0 25px;
    font-size: 1em;
  }
}
.list_footer_button li a span.event {
  background: url(../images/icon_search_gray02.svg) no-repeat left/23px 23px;
}
.list_footer_button li a span.modelhouse {
  background: url(../images/icon_pin_gray02.svg) no-repeat left/23px 23px;
}
.list_footer_button li a span.sale {
  background: url(../images/icon_house_gray02.svg) no-repeat left/23px 23px;
}
.list_footer_button li a span.catalog {
  background: url(../images/icon_catalog_gray02.svg) no-repeat left/23px 23px;
}

.footer_navi {
  display: flex;

  justify-content: space-between;
  margin: 0 0 80px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer_navi {
    display: block;
    margin: 0 0 60px;
    border-left: none;
  }
}
.footer_navi > div {
  width: 20%;
  padding: 20px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer_navi > div {
    width: 100%;
    padding: 0;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .footer_navi > div > ul > li {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .footer_navi > div > ul > li:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.footer_navi a {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer_navi a {
    display: block;
    padding: 0.75em 0.5em;
    background: url(../images/arrow_right_white.svg) no-repeat center right 0.5em/5px 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer_navi a:hover {
    text-decoration: underline;
  }
}
.footer_navi dl dt {
  margin: 0 0 0.75em;
  color: #fff;
  font-weight: 700;
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_navi dl dt {
    padding: 0.75em 0.5em;
    margin: 0;
    pointer-events: inherit;
    cursor: pointer;
  }
  .footer_navi dl dt.active::after {
    content: none;
  }
  .footer_navi dl dt::before {
    content: "";
    width: 9px;
    height: 1px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5em;
    margin: auto;
  }
  .footer_navi dl dt::after {
    content: "";
    width: 1px;
    height: 9px;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(0.5em + 4px);
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer_navi dl dd {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer_navi dl dd {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .footer_navi dl dd ul {
    margin: 0 0.5em 1.5em;
  }
}
.footer_navi dl dd ul li:not(:last-child) {
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .footer_navi dl dd ul li:not(:last-child) {
    margin: 0 0 0.75em;
  }
}
.footer_navi dl dd ul li a {
  display: inline-block;
  padding: 0 0 0 1em;
  background: url(../images/arrow_right_white.svg) no-repeat top 8px left/5px 10px;
  font-size: 0.87em;
  font-weight: 400;
}
.footer_navi p {
  font-weight: 700;
}

.footer_center {
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .footer_center {
    display: block;
    margin: 0 0 40px;
  }
}
.footer_center .left {
  width: 35%;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .footer_center .left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer_center .footer_clubnoble,
  .footer_center .footer_noblehd {
    font-weight: 700;
    font-size: 90%;
    text-align: center;
  }
  .footer_center .footer_clubnoble p,
  .footer_center .footer_noblehd p {
    margin-bottom: 2px;
  }
}
.footer_center .right {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .footer_center .right {
    width: 100%;
    margin: 0 0 80px;
  }
}
.footer_center .right .ttl {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  margin: 0 0 2em;
}
.footer_center .right .ttl::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 0 1em;
  border-top: 1px solid #fff;
}
.footer_center .footer_logo {
  max-width: 342px;
  width: 90%;
  margin: 0 auto 40px;
}
.footer_center .txt {
  line-height: 2;
  text-align: center;
  margin: 0 0 40px;
}
.footer_center .footer_clubnoble {
  max-width: 200px;
  width: 100%;
  margin: auto;
}
.footer_center .footer_clubnoble a {
  display: block;
  padding: 15px;
  margin: 0 0 15px;
  border: 1px solid #fff;
  text-align: center;
  height: 67px;
}
.footer_center .footer_clubnoble a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer_center .footer_noblehd {
  max-width: 200px;
  width: 100%;
  margin: auto;
}
.footer_center .footer_noblehd a {
  display: block;
  padding: 15px 25px;
  border: 1px solid #fff;
  text-align: center;
  height: 67px;
}
.footer_center .footer_noblehd a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer_center .footer_brand {
  display: flex;

  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand {
    display: block;
  }
}
.footer_center .footer_brand > div {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand > div {
    width: 100%;
  }
  .footer_center .footer_brand > div:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.footer_center .footer_brand dl:not(:last-child) {
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand dl:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.footer_center .footer_brand dl dt {
  font-size: 0.8em;
  font-weight: 700;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand dl dd.half {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    justify-content: space-between;
  }
  .footer_center .footer_brand dl dd.half p {
    width: 49%;
  }
}
.footer_center .footer_brand dl dd p {
  font-size: 90%;
}
.footer_center .footer_brand dl dd p:not(:last-child) {
  margin: 0 0 0.5em;
}
.footer_center .footer_brand dl dd p a {
  display: inline-block;
  padding: 0 0 0 1em;
  background: url(../images/arrow_right_white.svg) no-repeat top 8px left/5px 10px;
  color: #fff;
  font-size: 0.87em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .footer_center .footer_brand dl dd p a:hover {
    text-decoration: underline;
  }
}

.footer_bottom {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  justify-content: space-between;
  float: right;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    /* display: block; */
  }
}

.list_footer_sns {
  display: flex;
}
@media screen and (max-width: 767px) {
  .list_footer_sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 30px;
  }
}
.list_footer_sns li {
  width: 30px;
  margin: 0 0 0 16px;
}
@media screen and (max-width: 767px) {
  .list_footer_sns li {
    margin: 0 4px;
  }
}

.list_navi_fixed {
  display: none;
}

.list_navi_fixed .list_navi_fixed_top {
  display: none;
}
