@charset "UTF-8";

body {
}

/* header */
header {
  width: 100%;
  padding: 18px 24px;
  z-index: 100;
  background: #254047;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-140%);
  z-index: 1000;
  transition:
    opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    transform .8s cubic-bezier(0.22, 1, 0.36, 1);
}
header.is-show {
  transform: translateY(0);
}
header.is-transparent {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 820px) {
  header {
    position: fixed;
  }
}



/* current_hoverライン */
header.scroll #Gnav_List li::after {
  background-image: none;
  background: #fff;
}

/* ヘッダーレイアウト */
.head_Block {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 0 0;
  margin: 0 auto;
}

header h1#logo a {
  display: block;
  /* max-width: 270px;
  min-width: 270px; */
  max-width: 160px;
  min-width: 160px;
  line-height: 1px;
  vertical-align: bottom;
}

.nav_Area {
  flex-direction: column;
  align-items: flex-end;
  width: 76%;
}
#Gnav{
  display: none;
}
#Gnav-pc {
  width: 100%;
  margin: 30px 20px 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 820px) {
  #Gnav-pc {
    display: none;
  }
}
#Gnav-pc #Gnav_List {
  padding: 0 24px;
  justify-content: center;
  gap: 48px;
  display: flex;
}

#Gnav-pc #Gnav_List li {
  position: relative;
}
#Gnav-pc #Gnav_List li::before {
  content: "";
  position: absolute;
  left: clamp(-26px, -2.5vw, -16px);
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #fff;
}

#Gnav-pc #Gnav_List li:last-child:after {
  content: "";
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #fff;
}

#Gnav-pc #Gnav_List li:first-of-type {
  margin-left: 0;
}
#Gnav-pc #Gnav_List li.new a{
  position: relative;
}
#Gnav-pc #Gnav_List li.new a:before{
  content: 'NEW';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  text-indent: 3px;
  background: #7d1a1a;
  padding: 2px 0;
  line-height: 1;
  color: #fff;
  height: fit-content;
}
#Gnav-pc #Gnav_List a {
  display: block;
  width: 100%;
  font-size: clamp(8px, 0.9vw, 13px);
  /* color: #4d3115; */
  color: #fff;
  letter-spacing: 3px;
  line-height: 1;
  text-align: center;
  position: relative;
  transition: .5s;
}
#Gnav-pc #Gnav_List a.btn-off{
  pointer-events: none;
  opacity: .6;
}
#Gnav-pc #Gnav_List a:hover {
  opacity: .6;
}

#Gnav-pc #sub_Nav {
  align-items: center;
}

#Gnav-pc #sub_Nav li a {
  letter-spacing: 2px;
  transition: .5s;
}

#Gnav-pc #sub_Nav li a:hover {
  opacity: 0.7;
}

.sub_01 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.sub_01 a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  /* color: #4d3115; */
  color: #fff;
  text-align: center;
  margin-right: 14px;
}
.sub_01 a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.sub_02 .nav_cv li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
}
.nav_cv{
  gap: 24px;
}

.nav_reserve {
  background: #734b23;
}

.nav_request {
  background: #9e8a64;
}

#sp_Menu {
  display: none;
}

/* current */
/*#concept_P #Gnav_List li:nth-of-type(1)::after,
#location_P #Gnav_List li:nth-of-type(2)::after,
#design_P #Gnav_List li:nth-of-type(3)::after,
#plan_P #Gnav_List li:nth-of-type(4)::after,
#modelroom_P #Gnav_List li:nth-of-type(5)::after,
#quality_P #Gnav_List li:nth-of-type(6)::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-image: -moz-linear-gradient(0deg, rgb(77, 49, 21) 0%, rgb(32, 19, 6) 99%);
  background-image: -webkit-linear-gradient(0deg, rgb(77, 49, 21) 0%, rgb(32, 19, 6) 99%);
  background-image: -ms-linear-gradient(0deg, rgb(77, 49, 21) 0%, rgb(32, 19, 6) 99%);
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(1, 1);
}*/



/* NEWアイコン */
/*#Gnav_List li:nth-of-type(3) a::before,
#Gnav_List li:nth-of-type(4) a::before,
#Gnav_List li:nth-of-type(5) a::before,
#Gnav_List li:nth-of-type(6) a::before {
  display: block;
  content: "NEW";
  font-size: 9px;
  color: #fff;
  letter-spacing: 0.2px;
  background-color: #951010;
  padding: 3px 5px 3px 5px;
  position: absolute;
  top: -18px;
  left: 0;
}*/

/* 非公開ページ */
/* #Gnav_List li:nth-of-type(1) a,
#Gnav_List li:nth-of-type(3) a,
#Gnav_List li:nth-of-type(6) a {
  pointer-events: none;
  opacity: 0.6;
} */

/* footer */
footer {
  width: 100%;
  background: #254047;
}

#foot_spMenu {
  display: none;
}

.foot_Block {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: clamp(12px, 1.4vw, 20px);
}

.contact {
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 50px 0 40px 0;
  margin: 0 auto;
  color: #fff;
  max-width: 1000px;
  width: calc(100% - 50px);
}
.contact .contact-tel{
  width: 44%;
}
.contact p.contact-tel-txt {
  font-size: clamp(9px, 1.11vw, 16px);
  text-align: left;
  margin:  0 0 8px;
  width: 100%;
}

.contact a.tel {
  max-width: 420px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family:  "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.contact a.tel i {
  display: block;
  width: 14%;
  height: auto;
  margin-top: 1.4%;
}

.contact a.tel .tel_num {
  font-size: clamp(30px, 4.17vw, 60px);
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
.contact-company-wrap{
  width: 48%;
}
.contact .contact-company-lists{
  margin: clamp(2px, 0.5vw, 10px) 0 0;
  max-width: 490px;
  display: flex;
  justify-content: space-between;
}
.contact a.company {
  padding: 1%;
  width: 45%;
  position: relative
}
.contact a.company:first-of-type::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  top: 0;
  right: -10%;
}
.contact .contact-company-text{
  font-size: clamp(7.5px, 1.04vw, 15px);
}
.contact .contact-tel-txt-sub{
  margin-top: 6px;
  font-size: clamp(7px, 0.9vw, 13px);
}
/* 非表示 */
.contact p.contact-text {
  display: none;
}

.contact p.sales-text {
  margin-top: 10px;
}

/* 下部CVボタン */
.btn-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  @media (max-width: 820px) {
    gap: 20px;
  }
}

.cvbtn {
  display: block;
  width: 260px;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
}

/* .btn-flex .reserve-btn {
  margin-right: 40px;
} */

/* cv-btn-area */
.cv-btn-area {
  padding: 80px 0 80px;
  background: #F5F7F5;
}

/* ナビゲーション非表示 */
/* #Gnav {
  display: none;
} */

header.scroll .head_Block {
  padding: 0 0 0 0;
}


.pagetop-btn-footer {
  padding: .6% 0;
  background: #122228;
}
.pagetop-btn-footer a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagetop-btn-footer a img {
  max-width: 86px;
}
@media screen and (max-width: 820px) {
  .pagetop-btn-footer{
    display: none !important;
  }
}

/* 下層ページ共通 */
.page-ttl {
  /* background: #402912;
  padding: 100px 0;
  position: relative; */
  background: none;
  padding: 0;
}

.page-ttl h2 {
  /* width: 90%;
  font-size: 28px;
  letter-spacing: 4px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  display: none;
}

/* .page-ttl h2 .ja {
  display: block;
  font-size: 14px;
  text-align: center;
} */

.page-ttl02 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25% 0;
  position: relative;
}

.page-ttl02 h2 {
  width: 90%;
  font-size: 48px;
  font-family: 'Marcellus', serif;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-ttl02 .caption {
}

/* 個別ヘッダー設定 */
#map_P header,
#outline_P header {
  background: #402912;
  padding-bottom: 20px;
}

#plan_P .sub_01 a,
#location_P .sub_01 a,
#map_P .sub_01 a,
#outline_P .sub_01 a {
  color: #fff;
}

#location_P #Gnav_List a,
#map_P #Gnav_List a,
#outline_P #Gnav_List a {
  color: #fff;
}

#map_Area,
#outline_Area {
  background: #fff;
  padding: 120px 0 100px 0;
}

/*=======================================
TAB
=======================================*/
@media (max-width: 1180px) {
  #Gnav_List a {
    font-size: 12px;
  }

  #sub_Nav li.sub_01 a {
    font-size: 12px;
  }

  .sub_02 .nav_cv li a {
    width: 110px;
  }

}

@media (max-width: 1024px) {
  #Gnav {
    margin: 20px 20px 0 0;
  }

  .sub_02 .nav_cv li a {
    font-size: 13px;
    line-height: 1.2;
    width: 70px;
    height: 40px;
  }
}



/*=======================================
SP
=======================================*/
@media (max-width: 820px) {

  /* header */
  header {
    height: 50px;
    padding-bottom: 0;
  }

  /* スクロール時のヘッダー挙動 */
  header.scroll #sp_Menu span {
    background: #fff;
  }

  header.scroll .head_Block {
    padding: 0 0 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  header.scroll h1#logo {
    margin: 0 0 0 10px;
  }

  header.scroll #Gnav {
    top: 36px;
  }

  .head_Block {
    padding: 0;
    margin: 0;
    display: block;
  }

  header h1#logo {
    margin: 0 auto;
  }
  header h1#logo a {
    /* max-width: 200px;
    min-width: 200px; */
    max-width: 170px;
    min-width: 170px;
    margin: 0 auto;
  }

  #Gnav-pc {
    display: none;
  }

  #Gnav {
    display: none;
    width: 100vw;
    margin: 0;
    position: fixed;
    bottom: 13%;
    left: 0;
    z-index: 104;
    transition:
    opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    transform .8s cubic-bezier(0.22, 1, 0.36, 1);
  }
   #Gnav.is-transparent {
    opacity: 0;
  }

  .Gnav-inner {
    display: flex;
    align-items: center;
    height: 100%;
  }

  #Gnav_List {
    margin: 0 auto;
    padding: 0;
    width: 94%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    border: 1px solid #000;
  }

  #Gnav_List li {
    width: 50%;
    margin-right: 0;
    border-bottom: 1px solid #000;
    text-align: center;
    padding: 8px 0;
    background: #fff;
    color: #000;
  }
  #Gnav_List li:last-child,
  #Gnav_List li:nth-last-child(2) {
    border-bottom: none;
  }
  #Gnav_List li:nth-child(odd) {
    border-right: 1px solid #000;
  }
    #Gnav_List li + li::before {
      content: none;
  }

  #Gnav_List li.new {
    position: relative;
  }
  #Gnav_List li.new::before {
    content: 'NEW';
    background: #7d1a1a;
    padding: 2px 4px;
    position: absolute;
    top: 0;
    right: 0;
    letter-spacing: 0.5px;
    text-indent: .5px;
    font-size: 10px;
    line-height: 1;
    color: #fff;
  }

  #Gnav_List a {
    color: #000;
    line-height: 1.4;
    padding: 14px 0;
  }
   #Gnav_List a.btn-off {
    opacity: .4;
    pointer-events: none;
  }

  #Gnav_List a p {
    display: none;
  }

  #Gnav_List a span {
    padding: 0;
    border-top: none;
    font-size: 13px;
  }

  #Gnav_List a::after {
    content: none;
  }

  #Gnav_List a:hover {
    opacity: 1;
  }

  #sub_Nav {
    display: none;
  }

  

  /* footer */
  footer {
    padding: 0 0 8px;
    margin-bottom: 50px;
  }

  .f_menu {
    display: none;
  }

  .f_sub_Nav {
    display: none;
  }

  .f_nav {
    width: 100%;
    margin-right: 0;
  }

  .contact {
    flex-direction: column;
    padding: 32px 0 0 0;
    gap: 24px 0
  }
  .contact .contact-tel {
    width: 100%;
  }

  .contact p.sales-text {
    margin-top: 20px;
  }

  .contact a.tel {
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }

  .contact-company-wrap {
      width: 100%;
  }

  .contact a.company {
  }

  #foot_spMenu {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    border-top: 1px solid #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 105;
    transform: translateY(140%);
    transition:
    opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    transform .8s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0;
  }
  #foot_spMenu.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  #foot_spMenu.is-transparent {
    opacity: 0;
    pointer-events: none;
  }

  #foot_spMenu li {
    width: calc(100% / 3);
    height: 62px;
    background: #11282d;
  }

  #foot_spMenu li.reserve {
    background: #734b23;
  }

  #foot_spMenu li.request {
    background: #9e8a64;
  }

  #foot_spMenu li.btn-off {
    position: relative;
    pointer-events: none;
  }
  #foot_spMenu li.btn-off:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 106;
    pointer-events: none;
  }

  #foot_spMenu li:not(:first-child) {
    border-left: 1px solid #fff;
  }

  #foot_spMenu li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    position: relative;
  }

  #foot_spMenu span {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
  }

  #foot_spMenu .nav_btn_container{
    position: relative;
  }
  
  #foot_spMenu .nav_btn_container span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #4d3115;
    background: #fff;
    transition: .5s;
    transform: none;
  }
  
  #sp_Menu {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 22px;
    transform: translateY(-50%) translateX(-50%);
    overflow: hidden;
    z-index: 9999;
  }

  #sp_Menu span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    /* background: #4d3115; */
    background: #fff;
    transition: .5s;
  }

  #sp_Menu span:nth-child(1) {
    top: 0;
    transform: rotate(0);
  }

  #sp_Menu span:nth-child(2) {
    top: 10px;
  }

  #sp_Menu span:nth-child(3) {
    bottom: 0;
    top: auto;
  }

  #sp_Menu.active span:nth-child(1) {
    top: 10px;
    transform: rotate(-135deg);
  }

  #sp_Menu.active span:nth-child(2) {
    left: 26px;
  }

  #sp_Menu.active span:nth-child(3) {
    bottom: 10px;
    transform: rotate(135deg);
  }

  #foot_spMenu .nav_request span,
  #foot_spMenu .nav_reserve span {
    width: 22px;
    height: auto;
  }

  #foot_spMenu p {
    display: block;
    width: 100%;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) ;
  }

  /* current */
  #concept_P #Gnav_List li:nth-of-type(1)::after,
  #location_P #Gnav_List li:nth-of-type(2)::after,
  #design_P #Gnav_List li:nth-of-type(3)::after,
  #plan_P #Gnav_List li:nth-of-type(4)::after,
  #MODELROOM_P #Gnav_List li:nth-of-type(5)::after,
  #quality_P #Gnav_List li:nth-of-type(6)::after {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);

    content: none !important;
  }

  /* current_hoverライン */
  #Gnav_List li::after {
    content: none;
  }

  /* NEWアイコン */
  #Gnav_List li:nth-of-type(1) a::before,
  #Gnav_List li:nth-of-type(2) a::before,
  #Gnav_List li:nth-of-type(3) a::before,
  #Gnav_List li:nth-of-type(4) a::before,
  #Gnav_List li:nth-of-type(5) a::before,
  #Gnav_List li:nth-of-type(6) a::before {
    top: 0;
  }

  /* 下部CVボタン */
  .cv-btn-area {
    padding: 50px 0 50px 0;
  }

  /* .cv-btn-area .btn-flex .request-btn {
    margin-right: 0;
    margin-bottom: 20px;
  } */

  /* ナビゲーション非表示 */
  /* #sp_Menu {
    display: none;
  } */




  /* 下層ページ共通 */
  .page-ttl {
    /* padding: 80px 0; */
    padding: 0 0;
  }

  /* .page-ttl h2 {
    font-size: 22px;
    top: 60%;
  } */

  /* .page-ttl h2 .ja {
    font-size: 12px;
  } */

  .page-ttl02 {
    padding: 40% 0;
  }

  .page-ttl02 h2 {
    font-size: 22px;
    letter-spacing: 3px;
  }

  #plan_P header #sp_Menu span,
  #map_P header #sp_Menu span,
  #outline_P header #sp_Menu span {
    background: #fff;
  }

  #map_Area,
  #outline_Area {
    padding: 50px 0 50px 0;
  }
}


.img-wrapper {
	position: relative;
}
.img-wrapper .caption {
	position: absolute;
	bottom: 2px;
	left: 8px;
	right: 8px;
	z-index: 1;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 820px) {
  .img-wrapper .caption {
    font-size: 10px;
  }
}

.img-wrapper .caption.is-out{
	inset: 0;
  position: relative;
  padding-top: 0.25em;
}

.has-bg.caption{
	margin: 0;
	padding: 2px 8px;
	background-color: rgba(0, 0, 0, 0.6);
}


.img-wrapper .caption.has-bg{
	left: 0;
	right: auto;
}

.img-wrapper .caption.has-bg.text-right{
	left: auto;
	right: 0;
}

.text-right{
    text-align: end;
}
.text-left{
    text-align: start;
}
.text-center{
    text-align: center;
}

.is-light {
  color: #fff;
}

.is-dark {
  color: #030303;
}



.caption_area{
  padding: 60px 0 0;
    background: #000;
}
.caption_area .yokoku {
    display: flex;
    align-items: stretch;
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: clamp(25px, 3.334vw, 40px);
    padding-top: clamp(25px, 3.334vw, 40px);
    border-top: 1px solid #2a3141;
}
.caption_area .yokoku {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}

.caption_area .yokoku .yokoku_ttl {
    border: 1px solid #fff;
    width: 110px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.caption_area .yokoku .yokoku_txts {
    width: calc(100% - 130px);
}
.caption_area .yokoku p {
    font-size: 12px;
}
@media screen and (max-width: 1000px) {
    .caption_area .yokoku {
        flex-direction: column;
        gap: 10px 0;
    }
}
@media screen and (max-width: 1000px) {
    .caption_area .yokoku .yokoku_ttl {
        width: 100%;
        font-size: 14px;
        padding: 5px;
    }
}
@media screen and (max-width: 1000px) {
    .caption_area .yokoku .yokoku_txts {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .caption_area .yokoku p {
        font-size: 10px;
    }
}