@charset "UTF-8";

/*---------------------------
LINEUP（実績一覧）物件詳細
---------------------------*/

.sec-BukkenContents img {
  vertical-align: bottom;
}


/* 20250709 new lineup
---------------------------------------------- */
/* ----------  header ---------- */
header.l-header02 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  margin: 0;
  padding: 2% 3% 0;
  height: 110px;
}

header.l-header02 .logo_utility_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header02 .l-header__branding {
  width: 15%;
}

.l-header02 .l-header__logo {
  width: 210px;
  max-width: 210px;
  font-size: unset;
  margin: 0 0 0 auto;
}

.l-header02 .l-header__utility {
  width: 80%;
}

.l-header02 .l-gNav {}

.l-header02 .l-gNav__inner {}

.l-header02 .l-gNav__link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.l-header02 .l-gNav__link .l-gNav__item {
  margin: 0.5em 0 0.5em 3em;
  letter-spacing: 0.1em;
  font-size: 0.8625em;
}

.l-header02 .l-gNav__link .l-gNav__item a {
  position: relative;
  color: #808080;
  display: inline-block;
  padding-left: 15px;
}

.l-header02 .l-gNav__link .l-gNav__item a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #808080;
  border-right: solid 1px #808080;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.l-header02 .l-gNav__link .l-gNav__item.mem_reg {
  background: #181e4e;
  padding: 0.6em 2.5em 0.7em;

  display: none;
}

.l-header02 .l-gNav__link .l-gNav__item.mem_reg span {
  color: #fff;
}

.l-header02 .l-gNav__bukkenNav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);

  width: 70%;
}

.l-header02 .l-gNav__bukkenNav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-header02 .l-gNav__bukkenNav ul li {}

.l-header02 .l-gNav__bukkenNav ul li a {
  position: relative;
  display: inline-block;
  padding: 21px 1.8em 0;
  font-size: 0.825em;
}

.l-header02 .l-gNav__bukkenNav ul li a span {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  /* 少し下にスペース */
}

/* currentライン　ページ毎 */
#index .l-header02 .l-gNav__bukkenNav ul li.nav-index a span::after,
#location .l-header02 .l-gNav__bukkenNav ul li.nav-location a span::after,
#access .l-header02 .l-gNav__bukkenNav ul li.nav-access a span::after,
#plan .l-header02 .l-gNav__bukkenNav ul li.nav-plan a span::after,
#design .l-header02 .l-gNav__bukkenNav ul li.nav-design a span::after,
#quality .l-header02 .l-gNav__bukkenNav ul li.nav-quality a span::after,
#gallery .l-header02 .l-gNav__bukkenNav ul li.nav-gallery a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  /* width: 0; */
  width: 100%;
  height: 3px;
  background: #808080;
  /* 下線の色 */
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

/* currentライン　ホバー時 */
.l-header02 .l-gNav__bukkenNav ul li a span {
  position: relative; /* ::after の位置基準にするため */
  display: inline-block;
}

.l-header02 .l-gNav__bukkenNav ul li a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0; /* 横の始点を左に */
  width: 100%;
  height: 3px;
  background: #808080;
  transform: scaleX(0); /* 初期状態：横幅ゼロ */
  transform-origin: left; /* 左から伸ばす */
  transition: transform 0.3s ease;
}

.l-header02 .l-gNav__bukkenNav ul li a:hover span::after,
.l-header02 .l-gNav__bukkenNav ul li a.curr span::after {
  transform: scaleX(1); /* ホバー時に100%の横幅に */
}

/* .l-header02 .l-gNav__bukkenNav ul li a:hover span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  width: 100%;
  height: 3px;
  background: #808080;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.l-header02 .l-gNav__bukkenNav ul li a:hover span::after,
.l-header02 .l-gNav__bukkenNav ul li a.curr span::after {
  width: 100%;
} */




/* ----------  contents ---------- */
.l-main img {
  width: 100%;
}

[class^="sec-"] {
  margin-top: 100px;
}



/* 下層共通 */
.breadcrumbs {
  max-width: 1100px;
}

.page-ttl {
  position: relative;
}

.copy_box {
  padding: 100px 0 140px 0;
}

.copy-ttl .ja {
  display: block;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
}

.copy-ttl .en {
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  margin-top: 20px;
}

.copy-text {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
}

.attention li {
  font-size: 12px;
  color: #808080;
  text-indent: -1em;
  line-height: 1.3;
  padding-left: 1em;
}

.attention li:nth-of-type(n+2) {
  margin-top: 5px;
}


/*物件コンテンツ*/
.sec-BukkenContents>[class^="ct-"] {
  margin-top: 100px;
}


/* notes */

.notes {
  margin: 100px auto 0;
  font-size: 12px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}


/*type表記漢字の時*/
.acc-box ul li h5.f_w {
  font-size: 2.0em;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 0.8em;
  margin-left: 0.5em;
}

/*type面積下のサブ表記の時*/
.acc-box.box02 ul li p span.sub_txt {
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin-left: 0;
}

.acc-box ul li p.s_txt {
  font-size: 1em;
  text-align: right;
}




.sec-Contact {
  padding: 40px 0;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  text-align: center;
  letter-spacing: 0.03em;
}

.sec-Contact h4 {
  font-size: 1em;
  font-weight: 700;
  color: #808080;
}

.sec-Contact .name {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5;
  margin: 1.15em 0;
}

.sec-Contact .logo_mfr {
  max-width: 250px;
  width:94%;
  margin: 1.15em auto 0;
}

.sec-Contact .tel {
  font-size: 1.4375em;
  font-weight: 700;
  margin: 1.15em 0;
}

.sec-Contact .tel a {
  font-size: 1.5em;
  pointer-events: none;
}

.sec-Contact .tel span {
  font-size: 14px;
  font-weight: 400;
}

.sec-Contact ul {
  font-size: 0.875em;
  line-height: 1.636363636363636;
}

.pc--fixed-Menu {
  position: fixed;
  top: 130px;
  right: 0;
  z-index: 1;
}

.pc--fixed-Menu .pc--linkWeb {
  font-size: 0.8125em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 1em;
  border: 1px solid #000;
  border-right: none;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  transition: .3s;
}

.pc--fixed-Menu .pc--linkWeb a span::before {
  content: "";
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  margin-bottom: 0.5em;
  background: url(../img/fix_mail.svg) no-repeat center center;
  background-size: contain;
}

.pc--fixed-Menu .pc--linkWeb:hover {
  opacity: .5;
}

.pc--fixed-Menu .pc--linkSearch {
  margin-top: 15px;
  font-size: 0.8125em;
  letter-spacing: 0.03em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 1em;
  border: 1px solid #000;
  border-right: none;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  transition: .3s;
}

.pc--fixed-Menu .pc--linkSearch a span::before {
  content: "";
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  margin-bottom: 0.5em;
  background: url(../img/ic_search.svg) no-repeat center center;
  background-size: contain;
}

.pc--fixed-Menu .pc--linkSearch:hover {
  opacity: .5;
}

#pageTop {
  bottom: 110px;
}
.sec-Contact .company_block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 40px;
}
.sec-Contact .company_block li {
    flex-basis: 31%;
}
.sec-Contact .company_block .resident_logo {
    font-size: 14px;
}
.sec-Contact .company_block .resident_logo .logo {
    max-width: 202px;
}
.sec-Contact .company_block .resident_logo img {
    max-width: 202px;
}
.sec-Contact .company_block .resident_logo div.logo p {
    text-align: center;
    font-size: 14px;
}
.sec-Contact .company_block .resident_logo div.logo a {
    font-size: 16px;
}
.sec-Contact .company_block .resident_logo div.txt dl {
    display: flex;
    justify-content: flex-start;
}
.sec-Contact .company_block li:nth-child(3) img {
    max-width: 100%;
    width: 288px;
}
.sec-Contact .company_block li:nth-child(4) img {
    max-width: 100%;
    width: 250px;
}


/* ----------  footer ---------- */
/* footer.l-footer {
width: 100%;
background: #fff;
} */
.l-footer .l-footer__top02 {
  /*  padding: 10% 0 5%;*/
  padding: 4% 0;
}

.l-footer .l-footer__top02 .l-footer__logo-mjr {
  width: 164px;
  /*  margin: 0 auto 5%;*/
  margin: 0 auto 2.5%;
}

.l-footer .l-footer__top02 .l-footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.l-footer .l-footer__top02 .l-footer__nav .l-footer__navItem {
  margin: 0.5em 1.5em;
}

.l-footer .l-footer__top02 .l-footer__nav .l-footer__navItem a {
  font-size: 0.875em;
  color: #828487;
  letter-spacing: 0.1em;
  transition: .3s;
}

.l-footer .l-footer__top02 .l-footer__nav .l-footer__navItem a:hover {
  opacity: .5;
}




/*---------------------------
PC・TABのみ
---------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {}

/*---------------------------
Tab
---------------------------*/
@media screen and (max-width: 1024px) {}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 768px) {


  /* 20250709 new lineup
  ---------------------------------------------- */
  /* ----------  header ---------- */
  header.l-header02 {
    padding: 0;
    border-bottom: none;
    height: 60px;
  }

  .l-header02 .l-header__branding {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3.75% 10% 2.65% 5%;
    height: 60px;
    border-bottom: 2px solid #d9dbdd;
    z-index: 10001;
  }

  .l-header02 .l-header__logo {
    width: 185px;
    max-width: 185px;
    margin: 0;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
  }
  
  .l-header02 .l-header__logo img {
	max-width: 100%;	
  }

  .l-header02 .l-header__utility {
    width: 80%;
    position: fixed;
    top: 60px;
    right: -80%;
    height: calc(100% - 60px);
    background: #fff;
    /*    box-shadow: 0 0 10px rgba(0, 0, 0, .4);*/
    z-index: 10000;
    overflow: scroll;
    transition: .5s;
  }

  .l-header02 .l-gNav {}

  .l-header02 .l-gNav__inner {}

  .l-header02 .l-gNav__bukkenNav__sp {
    padding: 5% 0 5%;
  }

  .l-header02 .l-gNav__bukkenNav__sp li {
    margin: 0;
    padding: 0.9em 1.25em;
    font-size: 1.0625em;
    width: 100%;
  }

  .l-header02 .l-gNav__link {
    flex-direction: column;
    /* border-bottom: 1px solid #d9dbdd; */
    width: 88%;
    margin: 0 auto;
    padding-bottom: 2em;
  }

  .l-header02 .l-gNav__link .l-gNav__item {
    margin: 0 0 1em 0;
    padding: 0.625em;
    font-size: 0.8625em;
    width: 100%;
    border: 2px solid #808080;
  }

  .l-header02 .l-gNav__link .l-gNav__item a::after {
    content: none;
  }

  .l-header02 .l-gNav__inq__sp {
    padding: 0 0 10%;
  }

  .l-header02 .l-gNav__inq__sp ul {
    border-top: 2px solid #808080;
  }

  .l-header02 .l-gNav__inq__sp ul li {
    border-bottom: 2px solid #808080;
    padding: 1.2em 1.2em;
    font-size: 0.85em;
    letter-spacing: 0.05em;
  }

  .l-header02 .l-gNav__inq__sp ul li .search::before {
    content: '';
    display: inline-block;
    width: 1.7em;
    height: 1.5em;
    background: url('../img/ic_search.svg') center center no-repeat;
    background-size: contain;
    margin-right: 0.8em;
    vertical-align: middle;
  }

  .l-header02 .l-gNav__inq__sp ul li .mail::before {
    content: '';
    display: inline-block;
    width: 2.0em;
    height: 2.0em;
    background: url('../img/fix_mail.svg') center center no-repeat;
    background-size: contain;
    margin-right: 0.8em;
    vertical-align: middle;
  }

  .l-header02 .l-gNav__inq__sp ul li .tel::before {
    content: '';
    display: inline-block;
    width: 1.6em;
    height: 2.0em;
    background: url('../img/fix_tel_b.svg') center center no-repeat;
    background-size: contain;
    margin-right: 0.8em;
    vertical-align: middle;
  }


  .toggle_btn {
    display: block;
    position: fixed;
    top: 23px;
    right: 26px;
    width: 28px;
    height: 14px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }

  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 28px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    transition: all .5s;
  }

  .toggle_btn span:nth-child(1) {
    top: 0px;
  }

  .toggle_btn span:nth-child(2) {
    top: 6px;
    transition: all .25s;
  }

  .toggle_btn span:nth-child(3) {
    bottom: 0px;
  }

  .toggle_btn.active span:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(-335deg);
    transform: translateY(6px) rotate(-335deg);
  }

  .toggle_btn.active span:nth-child(2) {
    opacity: 0;
    left: 28px;
  }

  .toggle_btn.active span:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(335deg);
    transform: translateY(-6px) rotate(335deg);
  }

  .l-header02 .l-header__utility.active {
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  }



  /* ----------  contents ---------- */
  [class^="sec-"] {
    margin-top: 55px;
  }


  /* 下層共通 */
  .copy_box {
    padding: 50px 0;
  }

  .copy-ttl .ja {
    font-size: 20px;
  }

  .copy-ttl .en {
    font-size: 14px;
  }

  .copy-text {
    font-size: 14px;
    letter-spacing: 1px;
  }



  /* .ct-ttl {
        margin-bottom: 1.75em;
        font-size: 1.125em;
    }
    .ct-ttl small {
        font-size: 0.625em;
        margin-top: 1em;
    } */




  .sec-Contact h4 {
    font-size: 0.75em;
  }

  .sec-Contact .name {
    font-size: 0.875em;
    margin: 1.15em 0;
  }

  .sec-Contact .tel {
    font-size: 1.25em;
  }

  .sec-Contact .tel a {
    pointer-events: auto;
  }

  .sec-Contact .tel span {
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;
    line-height: 1.25;
  }

  .sec-Contact ul {
    font-size: 0.875em;
    line-height: 1.636363636363636;
  }

  .sec-Contact ul {
    font-size: 0.6875em;
    line-height: 1.636363636363636;
  }
  .sec-Contact .company_block {
    flex-direction: column;
    flex-wrap: wrap;
    width: 90%;
    margin: 30px auto 0;
  }
  .sec-Contact .company_block .resident_logo {
    flex-direction: column;
    line-height: 1.3;
    margin: 0 auto;
    width: 100%;
    font-size: 11px;
    }
  .sec-Contact .company_block .resident_logo div.logo {
    width: 100%;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .sec-Contact .company_block .resident_logo div.logo p {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec-Contact .company_block .resident_logo div.txt {
    padding-left: 8px;
  }
  .sec-Contact .company_block li {
    margin: 0 auto;
  }
  footer {
    margin-bottom: 96px;
  }

  .fixed-Menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    z-index: 10;
  }

  .fixed-Menu ul {
    display: flex;
    border-top: 1px solid #000;
    font-size: 0.625em;
  }

  .fixed-Menu ul li {
    width: 50%;
  }

  .fixed-Menu ul li.w33 {
    width: 50%;
  }

  .fixed-Menu ul li.w100 {
    width: 100%;
  }

  .fixed-Menu ul li.w100 a {
    padding: 1.85em;
  }

  .fixed-Menu ul li:nth-child(2) {
    border-left: 1px solid #000;
  }

  .fixed-Menu ul li.w33:nth-child(2) {
    border-right: 1px solid #000;
  }

  .fixed-Menu ul li a {
    display: block;
    padding: 1em 0em;
    transition: .3s;
  }

  .fixed-Menu ul li a:hover {
    opacity: .5;
  }

  .fixed-Menu ul li a span {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
  }

  .fixed-Menu ul li a span::before {
    content: "";
    display: block;
    width: 3em;
    height: 3em;
    margin-right: 0.75em;
  }

  .fixed-Menu ul li.linkWeb a span::before {
    background: url(../img/fix_mail.svg) no-repeat center center;
    background-size: contain;
  }

  .fixed-Menu ul li.linkTel a span::before {
    background: url(../img/fix_tel_b.svg) no-repeat center center;
    background-size: contain;
  }

  .fixed-Menu ul li.linkSearch a span::before {
    /* background: url(../img/sp_search.svg) no-repeat center center; */
    background: url(../img/ic_search_white.svg) no-repeat center center;
    background-size: contain;
  }

  .fixed-Menu p {
    background-color: #181e4e;
    color: #fff;
    font-size: 0.5625em;
    padding: 1em;
    line-height: 1.3;
  }

  .pc--fixed-Menu .pc--linkSearch:hover {
    opacity: .5;
  }

  .fixed-Menu ul li.linkSearch a {
    background-color: #8c291d;
    color: #fff;
  }

  /* .fixed-Menu ul li.linkSearch.w33 a {
    padding: 1.0em 1em;
  } */

  /*.fixed-Menu ul li.linkTel a  {
      background-color: #8c291d;
      color: #fff;
  }*/
  .fixed-Menu ul li:not(.w100) a span {
    flex-direction: column;
  }

  .fixed-Menu ul li:not(.w100) a span::before {
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 0.75em;
  }

  #pageTop {
    bottom: 110px;
  }
}
