@charset "utf-8";
/* ========================
  layout
======================== */

img[src^="//r"] {
  height: 0;
}
a[href^="tel:"] {
  pointer-events: none;
}

/* common
--------------- */
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  /* padding-top: 90px; */
}

.garamond {
  font-family: 'EB Garamond', serif;
  font-weight: normal;
}
.century {
  font-family: 'Ropa Sans', sans-serif;
}

.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

img {
  width: 100%;
}

.pc {
  display: block;
}
.pctab {
  display: block;
}
.sp {
  display: none;
}

/*キャプション*/
.cap_txt {
  position: absolute;
  font-size: 10px;
  line-height: 1.3;
  bottom: 5px;
  transform: rotate(0.28deg);
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  z-index: 5;
}
.cap_R {
  right: 5px;
}
.cap_L {
  left: 5px;
}
.cap_W {
  color: #fff;
}
.cap_B {
  color: #000;
}
.cap_ShaW {
  text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;
}
.cap_ShaB {
  text-shadow: 2px 0 2px #000, -2px 0 2px #000, 0 2px 2px #000, 0 -2px 2px #000;
}

.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}



/* header
--------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  /* background: rgba(255, 255, 255, 0); */
  z-index: 10;
  transition: .5s;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
}
header .inner {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
}
header h1 {
  display: block;
  max-width: 400px;
  width: 40%;
  padding: 15px 0 5px;
}
header .nav_Wrap {
  /* width: calc(60% - 10px); */
  width: calc(65% - 10px);
  font-size: 13px;
}
header .h_Nav_pc ul {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
}
header .h_Nav_pc ul li {
  text-align: center;
}
header .h_Nav_pc ul li.arw {
  padding: 3px 15px;
}
header .h_Nav_pc ul li.reserve_Btn {
  padding: 3px 0;
}
header .h_Nav_pc ul li.reserve_Btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .h_Nav_pc ul li.reserve_Btn span {
  color:#FFF;
  vertical-align: middle;
}
header .h_Nav_pc ul li.reserve_Btn span.sub_Txt {
  color:#FFF;
  font-size: 70%;
  letter-spacing: 0.03em;
}
header .h_Nav_pc ul li a {
  position: relative;
  transition: .5s;
}
header .h_Nav_pc ul li:nth-of-type(1) a:before,
header .h_Nav_pc ul li:nth-of-type(2) a:before {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -20px;
}
header .h_Nav_pc ul li a:hover {
  opacity: .5;
  transition: .5s;
}

header .h_Nav_pc ul li.request_Btn a {
  display: block;
  background: rgb(55,167,202);
  background: linear-gradient(90deg, rgba(55,167,202,1) 0%, rgba(52,165,201,1) 8%, rgba(0,92,162,1) 100%);
  color: #FFF;
  letter-spacing: 2px;
  /* padding: 10px 28px 10px 18px; */
  padding: 10px 63px 10px 53px;
  position: relative;
  margin-left: 1em;
}
header .h_Nav_pc ul li.request_Btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 6px solid #FFF;
}
header .h_Nav_pc ul li.reserve_Btn a {
/*  display: none;*/
  display: block;
  background: rgb(8,191,149);
  background: linear-gradient( 90deg, rgba(78,191,149,1) 0%, rgba(54,133,103,1) 50%, rgba(40,97,75,1) 100%);
  color: #FFF;
  letter-spacing: 2px;
  padding: 10px 28px 10px 18px;
  position: relative;
}
header .h_Nav_pc ul li.reserve_Btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 6px solid #FFF;
}

.GNav {
  width: 100%;
}
.GNav ul {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 3px 0;
}
.GNav ul li {
  width: calc((100% - 24px) / 6);
  text-align: center;
  position: relative;
  padding: 2px 0;
  margin: 0 2px;
}
.GNav ul li:not(:nth-of-type(n+7)) {
  border-bottom: 1px solid #686d71;
}
.GNav ul li a {
  display: block;
  font-size: min(1.2vw,13px);
  color: #686d71;
  font-weight:normal;
  letter-spacing: 0.1em;
/*  padding: 14px 0 24px 0;*/
  padding: 10px ;
  box-sizing: content-box;
  transition: .5s;
  position: relative;
}

.GNav ul li a::after {
  content: '';
  width: 20px;
  height: 2px;
  background: rgba(0, 92, 162, 1);
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center top;
  transition: all .3s;
  opacity: 0;
}

.GNav ul li a:hover::after {
  transform: translateX(-50%);
  bottom: 2px;
  opacity: 1;
}

.GNav ul li a:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #686d71;
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
}
.GNav ul li:nth-of-type(6) a:before,
.GNav ul li:nth-of-type(12) a:before {
  content: none;
}

/* current */
#top .GNav ul li:nth-child(1) a::after,
#concept .GNav ul li:nth-child(2) a::after,
#location .GNav ul li:nth-child(3) a::after,
#landplan .GNav ul li:nth-child(4) a::after,
#design .GNav ul li:nth-child(5) a::after,
#modelroom .GNav ul li:nth-child(6) a::after,
#plan .GNav ul li:nth-child(7) a::after,
#select .GNav ul li:nth-child(8) a::after,
#quality .GNav ul li:nth-child(9) a::after,
#brand .GNav ul li:nth-child(10) a::after,
#all_electric .GNav ul li:nth-child(11) a::after,
#zeh .GNav ul li:nth-child(12) a::after {
  opacity: 1;
  bottom: 2px;
}

/*リンククローズ*/
/*.GNav ul li:nth-child(5) a,
.GNav ul li:nth-child(6) a,
.GNav ul li:nth-child(8) a,
.GNav ul li:nth-child(9) a {
  pointer-events: none;
}
.GNav ul li:nth-child(5) a span,
.GNav ul li:nth-child(6) a span,
.GNav ul li:nth-child(8) a span,
.GNav ul li:nth-child(9) a span {
  opacity: .3;
}*/
/*リンククローズ*/

/* NEWアイコン */
.GNav ul li:nth-child(3):before,
.GNav ul li:nth-child(5):before,
.GNav ul li:nth-child(6):before,
.GNav ul li:nth-child(8):before,
.GNav ul li:nth-child(9):before {
  content: "NEW";
  position: absolute;
  background: #9b013f;
  top: 0;
  left: 0%;
  color: #fff;
  width: 36px;
  height: 12px;
  font-size: 9px;
  text-align: center;
  padding: 1px 0px 2px 0px;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
/* NEWアイコン */




/* footer
--------------- */
footer {
  width: 94%!important;
}

/*-----SP以外電話リンク押せないように-----*/
@media only screen and (min-width: 767px) {
  .contact_area a {
    pointer-events: none;
  }
}

.ftrbtn_Box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto 50px;
  width: 100%;
  gap: 15px;
}
.ftrbtn_Box li {
  width: 340px;
  text-align: center;
}
/*.ftrbtn_Box li:nth-of-type(1) {
  margin: 0 0 0 0;
  margin-bottom: 15px;
}*/
.btn_req a {
  padding: 15px 30px 15px 15px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  display: block;
  background: rgb(55,167,202);
  background: linear-gradient(90deg, rgba(55,167,202,1) 0%, rgba(52,165,201,1) 8%, rgba(0,92,162,1) 100%);
  position: relative;
  transition: all .5s;
}
.btn_res a {
  /*margin-left: 10px;*/
  padding: 15px 30px 15px 15px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  display: block;
  background: rgb(8,191,149);
  background: linear-gradient( 90deg, rgba(78,191,149,1) 0%, rgba(54,133,103,1) 50%, rgba(40,97,75,1) 100%);
  position: relative;
  transition: all .5s;

  display:flex;
	justify-content: center;
	align-items: center;
}
.btn_res a span {
	color:#FFF;
	font-size: 70%;
	padding: 0 0.2em;
  letter-spacing: 0;
  align-self: flex-end;
}
.btn_req a::after,
.btn_res a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border: 7px solid transparent;
  border-left: 13px solid #FFF;
}
.btn_req a:hover,
.btn_res a:hover {
  opacity: .5;
}

.ftr_Tel {
  text-align: center;
  margin: 0 auto 0;
}
.ftr_Tel p {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 1px;
}
.ftr_Tel a {
  display: block;
  max-width: 426px;
  margin: 20px auto;
}
.ftr_Company {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto 30px;
  gap: 15px 30px;
}
.ftr_Company li img {
  width: auto;
  height: 100%;
}
.ftr_Company li.group a {
  height: 64px;
}
.ftr_Company li.company a {
  height: 52px;
}

.ftr_Company li a {
  display: block;
  transition: .5s;
}
.ftr_Company li a:hover {
  opacity: .5;
  transition: .5s;
}

p.copyright {
  width: 100%;
  color: #333;
  text-align: center;
  font-size: 10px;
  padding: 15px;
  margin: 10px auto 0;
}



/* contents
--------------- */

/*注釈*/
.att {
  width:1000px;
  max-width: 100%;
  font-size: 11px;
  line-height: 1.4;
  text-align: left;
  margin: 60px auto 60px;
}
.att li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
/*予告広告*/
.yokoku {
  margin: 0 auto 80px;
  display: flex;
  align-items: center;
  width:1000px;
  max-width: 100%;

  display: none;
}
.yokoku dt {
  padding: 5px 10px;
  font-size: 15px;
  border: 1px solid #686d71;
  margin-right: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.yokoku dd {
  font-size: 11px;
  width: 84%;
  text-align: left;
  line-height: 1.5;
}

/*pageTop*/
#pageTop {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 25px;
  right: 20px;
  z-index: 10;
}

#pageTop a {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  transition: 3s;
  opacity: 1;
  border: 1px solid rgba(0, 92, 162, 1);
}

#pageTop a::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 23px;
  left: 21px;
  border-left: solid 1px rgba(0, 92, 162, 1);
  border-top: solid 1px rgba(0, 92, 162, 1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pageTop a:hover {
  opacity: .5;
  transition: .5s;
}



/*--------------------------------------------------------
  nav_pc
--------------------------------------------------------*/
@media only screen and (max-width: 1270px) {




}




/*--------------------------------------------------------
  tab/sp
--------------------------------------------------------*/
@media only screen and (max-width: 1024px) {

a[href^="tel:"] {
  pointer-events: auto;
}
  .pctab {
    display: block;
  }

  .sp {
    display: none;
  }



  .GNav ul li a {
    padding: 12px 9px;
  }
  .GNav ul li.map a {
    padding: 7px 9px;
  }

  ul.ftrbtn_Box li {
    width: 300px;
    text-align: center;
  }
  .btn_req a,
  .btn_res a {
/*    padding: 15px 30px;*/
    font-size: 15px;
    letter-spacing: 2px;
    margin: 0 auto;
  }

  .ftr_nav ul {
    width: 100%;
    flex-wrap: wrap;
  }

  /*pageTop*/
  #pageTop {
    bottom: 40px;
  }

  /* copyright */
  p.copyright {
    margin: 10px auto 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

  header .nav_Wrap {
    /* width: calc(60% - 10px); */
    width: 100%;
    font-size: 13px;
  }

}

/*--------------------------------------------------------
  sp
--------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .pctab {
    display: none;
  }

  .sp {
    display: block;
  }

  /* header
  --------------- */
  header .inner {
    height: 48px;
  }

  header h1 {
    display: block;
    width: auto;
    padding: 12px 0;
    margin-left: 0;
  }

  header h1 img {
    width: 260px;
    height: auto;
  }

  /*グローバルメニュー*/
  header .sp_Nav {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 48px;
    width: 100%;
    height: 100vh;
    -webkit-perspective: 400px;
    perspective: 400px;
    transition: .5s;
    pointer-events: none;
    transform: rotateY(-5deg);
    transform-origin: right;
    background: rgba(255, 255, 255, .95);
  }
  header .sp_Nav.active {
    opacity: 1;
    pointer-events: all;
    transform: rotateY(0deg);
    transition: .5s;
  }

  .GNav ul {
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
  }
  .GNav ul li {
    width: 50%;
    border-bottom: 1px solid #ddd;
    position: relative;
    box-sizing: border-box;
    margin: 0;
  }
  .GNav ul li:not(:nth-of-type(n+7)) {
    border-bottom: 1px solid #ddd;
  }

  .GNav ul li:nth-of-type(odd) {
    border-right: 1px solid #ddd;
  }
  .GNav ul li a {
    font-size: 14px;
    display: block;
    padding: 14px;
    text-align: center;
    position: relative;
    transition: .3s;
  }
  .GNav ul li a:before {
    content: none;
  }

  /* 奇数のとき */
  /*.GNav ul li:last-of-type {
    width: 100%;
    border-right: none;
  }*/

  .navMenu_Wrap {
    width: 85px;
    float: right;
  }
  .navMenu_Wrap .line_Icon_sp {
    margin-top: 5px;
  }
  .navMenu_Wrap .line_Icon_sp a {
    display: block;
    width: 40px;
    height: 40px;
  }
  /*ハンバーガーメニュー*/
  .navMenu_Wrap #navMenu {
    width: 48px;
    /* height: 48px; */
    height: 100%;
    transition: all 0.4s;
    box-sizing: border-box;
    z-index: 999;
    background: #bbb;
    position: absolute;
    top: 0;
    right: 0;
  }
  #navMenu .bar {
    width: 20px;
    height: 16px;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }
  #navMenu,
  #navMenu .bar span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #navMenu .bar span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
  }
  #navMenu .bar span:nth-of-type(1) {
    top: 0;
  }
  #navMenu .bar span:nth-of-type(2) {
    top: 10px;
  }
  #navMenu .bar span:nth-of-type(3) {
    bottom: 0;
  }
  #navMenu .bar span:nth-of-type(2) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  #navMenu.active .bar span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
    top: -3px;
  }
  #navMenu.active .bar span:nth-of-type(2) {
    display: none;
  }
  #navMenu.active .bar span:nth-of-type(3) {
    background-color: #fff;
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
    bottom: -3px;
  }


  /* footer
  --------------- */
  footer {
    width: 100%!important;
    margin: 0 0 0;
  }

  .ftr_Tel {
    margin: 30px auto;
  }
  .ftr_Tel a {
    max-width: 100%;
    width: 90%;
    margin: 20px auto;
  }

  .ftr_Company {
    margin: 0 auto;
    width: 94%;
    gap: 20px 3%;
/*    flex-direction: column;*/
    justify-content: center;
  }
  .ftr_Company li a{
    text-align: center;
  }
  .ftr_Company li.group a {
    height: 45px;
  }
  .ftr_Company li.company a {
    height: 42px;
  }

  /*SP下部固定ナビ*/
  .ftr_fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #ddd;
    height: 60px;
    font-size: 10px;
    text-align: center;
    z-index: 101;
    /*display: none;スクロールで表示*/
  }
  .ftr_fixed li {
    position: relative;
    width: calc((100% - 0.01%) / 3);
    background: #fff;
  }
  .ftr_fixed li:not(:last-of-type) {
    border-right: 1px solid #ddd;
  }
  .ftr_fixed li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
  }
  .ftr_fixed li.nav_request {
    background: rgb(55, 167, 202);
    background: linear-gradient(90deg, rgba(55, 167, 202, 1) 0%, rgba(52, 165, 201, 1) 8%, rgba(0, 92, 162, 1) 100%);
  }
  .ftr_fixed li.nav_reserve {
    background: rgb(8,191,149);
  background: linear-gradient( 90deg, rgba(78,191,149,1) 0%, rgba(54,133,103,1) 50%, rgba(40,97,75,1) 100%);
  }

  /*TEL・番号等非表示*/
  .ftr_fixed li span {
    width: 100%;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .ftr_fixed li.nav_request a span,
  .ftr_fixed li.nav_reserve a span,
  .ftr_fixed li.nav_online a span {
    color: #fff;
  }

  .ftr_fixed li span::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 3px;
  }
  /*個別設定*/
  .ftr_fixed .nav_out span::before {
    background: url(../img/icn_outline.svg) no-repeat;
    background-size: contain;
    width: 20px;
  }
  .ftr_fixed .nav_map span {
    font-size: 90%;
  }
  .ftr_fixed .nav_map span::before {
    background: url(../img/icn_map.svg) no-repeat;
    background-size: contain;
    width: 22px;
  }
  .ftr_fixed .nav_eqmap span {
    font-size: 80%;
    letter-spacing: 0px;
  }
  .ftr_fixed .nav_eqmap span::before {
    background: url(../img/icn_eqmap.svg) no-repeat;
    background-size: contain;
  }
  .ftr_fixed .nav_tel span::before {
    background: url(../img/icn_tel.svg) no-repeat;
    background-size: contain;
  }
  .ftr_fixed .nav_request span::before {
    background: url(../img/icn_request.svg) no-repeat;
    background-size: contain;
  }
  /*.ftr_fixed .nav_reserve span {
    font-size: 90%;
  }*/
  .ftr_fixed .nav_reserve span small {
    color: #fff;
    font-size: 70%;
    letter-spacing: 0;
  }
  .ftr_fixed .nav_reserve span::before {
    background: url(../img/icn_reserve.svg) no-repeat;
    background-size: contain;
  }
  .ftr_fixed .nav_online span::before {
    background: url(../img/icn_online.svg) no-repeat;
    background-size: contain;
  }


  ul.ftrbtn_Box {
    flex-direction: column;
    align-items: center;
    margin: 40px auto;
    gap: 20px;
  }

  ul.ftrbtn_Box li {
    margin: 0 auto 10px;
    width: 80%;
    text-align: center;
  }
  ul.ftrbtn_Box li:nth-of-type(1) {
    margin-bottom: 0;
  }


  p.copyright {
    margin: 10px auto 60px;
  }



  /* contents
  --------------- */
  .yokoku {
    flex-direction: column;
    margin: 0 auto 40px;
  }
  .yokoku dd {
    width: 100%;
    margin-top: 5px;
  }

  /*pageTop*/
  #pageTop {
    right: 10px;
    bottom: 80px;
  }

  .att {
    margin: 30px auto;
  }

}
