/* CSS Document */

body {
  background: #fff;
  color: #222;
}

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

.reserve,
.btn-reserve {
  /*display: none !important;*/
}

/* footer ul.fnav, */
.btn-limited,
.spm_limit {
  display: none !important;
}

.trajan {
  font-family: 'Cinzel', serif;
}

.cap_Txt {
  position: absolute;
  font-size: 11px;
  bottom: 5px;
  transform: rotate(.028deg);
  letter-spacing: 0.1em;
}

.cap_W {
  color: #fff;
}

.cap_B {
  color: #333;
}

.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;
}

.cap_R {
  right: 5px;
}

.cap_L {
  left: 5px;
}

/*    ▼ナビゲーション　クローズ　PC／SP
====================================*/
/* header ul.nav li.nav02 a,
footer ul.fnav li.nav02 a,
header ul.nav li.nav03 a,
footer ul.fnav li.nav03 a, */
/* header ul.nav li.nav04 a,
footer ul.fnav li.nav04 a,
header ul.nav li.nav05 a,
footer ul.fnav li.nav05 a, */
/* header ul.nav li.nav06 a,
footer ul.fnav li.nav06 a, */
/* header ul.nav li.nav07 a,
footer ul.fnav li.nav07 a */
/*header ul.nav li.nav08 a,
footer ul.fnav li.nav08 a,
header ul.nav li.nav09 a,
footer ul.fnav li.nav09 a*/

/* header ul.nav li.nav10 a,
footer ul.fnav li.nav10 a */
/* {
  pointer-events: none;
  opacity: 0.3;
  color: #000000;
} */

@media only screen and (max-width : 767px) {

  /* header ul.nav li.nav04 a, */
  /* header ul.nav li.nav07 a */

  /*  header ul.nav li.nav08 a,
  header ul.nav li.nav09 a */
  /* {
    pointer-events: none;
    opacity: 0.3; */
  /* color: #fff; */
  /* } */

}

/*    ▼スタッフブログクローズ　PC／SP
====================================*/
header ul.h-btnarea li.btn-blog,
header #spNav .blog,
header .nav .nav13 {
  /*pointer-events: none;
opacity: 0.2;*/
  display: none !important;
}


/*    ▼ナビゲーションNEW　ON／OFFはcommon.js管理
====================================*/
.new:after {
  content: "NEW";
  font-size: 9px;
  color: #fff;
  padding: 1px 5px;
  background: #ce0000;
  position: absolute;
  top: 0px;
  right: 0px;
}

@media only screen and (max-width: 1030px) {

  .new:after {
    top: -5px;
  }

}

@media only screen and (max-width : 767px) {
  .new:after {
    padding: 3px 5px;
    top: 0px;
  }
}


/*    ▼fade in
スクロールで表示（jquery.inview.js）
====================================*/
.fade {
  overflow: hidden;
  transition: 1s;
  opacity: 1;
  transition-delay: 0.1s;
}

.move {
  overflow: hidden;
  transition: 1s;
  opacity: 0;
  transition-delay: 0.1s;
}

.slow {
  overflow: hidden;
  transition: 0.8s;
  opacity: 0;
  transition-delay: 0.2s;
  transform: translateY(50px);
}

.bottom_in {
  overflow: hidden;
  transition: 0.8s;
  opacity: 0;
  transform: translateY(50px);
}

.view {
  opacity: 1 !important;
  transform: translateY(0px);
}

.delay00 {
  transition-delay: 0s;
}

.delay01 {
  transition-delay: 0.1s;
}

.delay02 {
  transition-delay: 0.2s;
}

.delay03 {
  transition-delay: 0.3s;
}

.delay04 {
  transition-delay: 0.4s;
}

.delay05 {
  transition-delay: 0.5s;
}

.delay06 {
  transition-delay: 0.6s;
}

.delay07 {
  transition-delay: 0.7s;
}

.delay08 {
  transition-delay: 0.8s;
}

.delay09 {
  transition-delay: 0.9s;
}

.delay10 {
  transition-delay: 1.0s;
}


/*    ▼全体枠
====================================*/
#contentWrap {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 116px;
}

@media only screen and (max-width : 767px) {

  #contentWrap {
    padding-top: 0;
  }
}


/*    ▼ヘッダー
====================================*/
h1 {
  width: 410px;
  position: absolute;
  left: 20px;
  top: 12px;
}

h1 img {
  max-width: 100%;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  text-align: right;
  background: #fff;
  color: #222;
  padding: 0 0 0px;
}

/*ヘッダー　現地・モデルルーム案内図/資料請求/来場予約*/
header ul.h-btnarea {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}

header ul.h-btnarea li a {
  font-size: 12px;
  display: block;
  letter-spacing: -1px;
  transition: 0.3s;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

header ul.h-btnarea li.htel {
  height: 39px;
}

header ul.h-btnarea li.htel a {
  display: block;
  height: inherit;
  pointer-events: none;
}

header ul.h-btnarea li.htel a img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

header ul.h-btnarea li.btn-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

header ul.h-btnarea li.btn-text a {
  width: 100%;
  line-height: 2;
  margin: 0 30px 0 0;
  color: #222;
  letter-spacing: 1px;
  text-align: left;
  display: flex;
  align-items: center;
}

header ul.h-btnarea li.btn-text a img {
  margin-right: 6px;
}

header ul.h-btnarea li.btn-text a:hover {
  color: #937700;
}

header ul.h-btnarea li.btn-request a,
header ul.h-btnarea li.btn-reserve a,
header ul.h-btnarea li.btn-online a,
header ul.h-btnarea li.btn-blog a,
header ul.h-btnarea li.btn-limited a {
  font-size: 15px;
  display: block;
  padding: 28px 20px;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 0;
  text-align: center;
  font-weight: bold;
}

header ul.h-btnarea li.btn-request a {
  margin-right: 0px;
  /*グラデーション*/
  background: rgb(59, 44, 0);
  background: -moz-linear-gradient(0deg, rgba(59, 44, 0, 1) 30%, rgba(147, 119, 0, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(59, 44, 0, 1) 30%, rgba(147, 119, 0, 1) 100%);
  background: linear-gradient(0deg, rgba(59, 44, 0, 1) 30%, rgba(147, 119, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b2c00", endColorstr="#937700", GradientType=1);
  /*グラデーション*/
}

header ul.h-btnarea li.btn-request a:hover {
  opacity: 0.7;
}

header ul.h-btnarea li.btn-reserve a {
  margin-right: 0px;
  border-left: 1px solid #fff;
  /*グラデーション*/
  background: rgb(166,36,75);
  background: linear-gradient(180deg, rgba(166,36,75,1) 0%, rgba(59,1,14,1) 100%);
  /*グラデーション*/
}

header ul.h-btnarea li.btn-reserve a:hover {
  /* background: #d3bc3a; */
}

header ul.h-btnarea li.btn-online a {
  padding: 0px 10px!important;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  margin-right: 0px;
  border-left: 1px solid #fff;
  /*グラデーション*/
  background: #2a6a72;
  background: linear-gradient(180deg, #2a6a72 0%, #00424f 100%);
  /*グラデーション*/
}

header ul.h-btnarea li.btn-blog a {
  /* border: 1px solid #0e9076; */
  /* margin-right: 10px; */
  background: #f0fdff;
  color: #fff;
}

header ul.h-btnarea li.btn-blog a small {
  font-size: 12px;
  letter-spacing: 0px;
  color: #004b7c;
  vertical-align: 2px;
}

header ul.h-btnarea li.btn-limited a {
  /* border: 1px solid #0e9076; */
  /* margin-right: 10px; */
  background: #c8a813;
  color: #fff;
}

header ul.h-btnarea li.btn-limited a small {
  font-size: 12px;
  letter-spacing: 0px;
  color: #fff;
  vertical-align: 2px;
}

header ul.h-btnarea li.btn-request a:hover,
header ul.h-btnarea li.btn-reserve a:hover,
header ul.h-btnarea li.btn-online a:hover,
header ul.h-btnarea li.btn-blog a:hover,
header ul.h-btnarea li.btn-limited a:hover {
  opacity: 0.7;
}

/*ヘッダー　ナビゲーション*/
header ul.nav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0px auto 0;
  background: #fff;
}

/* header ul.nav{ display: none;} */

header ul.nav li {
  position: relative;
}

header ul.nav li:nth-last-child(2),
header ul.nav li:last-child {
  border-right: none;
}

header ul.nav li a {
  font-size: 13px;
  padding: 17px 13px 13px;
  margin: 0 0;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  color: #222;
  border-bottom: 2px solid #fff;
}

header ul.nav li a:after {
  width: 1px;
  height: 15px;
  background: #919191;
  position: absolute;
  right: -0px;
  top: 14px;
  content: "";
}

header ul.nav li.nav10 a:after {
  display: none;
}

header ul.nav li a:hover {
  border-bottom: 2px solid #937700;
}


#spNav {
  display: none;
}

/*現在地　bodyのID名を変更でナビゲーション現在地表示　*/
body#top header ul.nav li.nav01 a,
body#concept header ul.nav li.nav02 a,
body#location header ul.nav li.nav03 a,
body#share header ul.nav li.nav04 a,
body#design header ul.nav li.nav05 a,
body#plan header ul.nav li.nav06 a,
body#modelroom header ul.nav li.nav07 a,
body#equipment header ul.nav li.nav08 a,
body#structure header ul.nav li.nav09 a,
body#brand header ul.nav li.nav10 a {
  pointer-events: none;
  font-weight: bold;
  border-bottom: 2px solid #937700;
}


/*        ▼1200px以下の時のヘッダーナビレイアウト
=========================================*/
@media only screen and (max-width: 1200px) {

  /* h1 {
width: 250px;
top: 15px;
} */

  header ul.h-btnarea li.btn-request a,
  header ul.h-btnarea li.btn-reserve a,
  header ul.h-btnarea li.btn-online a {
    width: 80px;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 28px 0;
  }

  header ul.h-btnarea li.btn-limited a {
    width: 100px;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 28px 0;
  }

  header ul.h-btnarea li a {
    font-size: 11px;
  }
}

/*        ▼1030px以下の時のヘッダーナビレイアウト
=========================================*/
@media only screen and (max-width: 1030px) {

  h1 {
    width: 300px;
    top: 15px;
  }

  header ul.nav {
    flex-wrap: wrap;
  }

  header ul.nav li a,
  header#kaso ul.nav li a {
    font-size: 12px;
    margin: 0 10px;
    padding: 10px 7px;
  }

}

/*        ▼860px以下　SP　ヘッダー
=========================================*/
@media only screen and (max-width : 767px) {
  h1 {
    width: 100%;
    position: inherit;
    left: inherit;
    top: inherit;
    margin: 0 auto;
    background: #fff;
    height: 40px;
    text-align: center;
    padding: 13px 0;
    border-bottom: 1px solid #DEDEDE;
  }

  h1 img {
    max-width: 85%;
    max-height: 100%;
    margin: 0 7%;
  }

  header ul.h-btnarea {
    display: none;
  }

  header {
    width: 100%;
    background: #FFFFFF;
    position: fixed;
    bottom: 0;
    top: inherit;
    z-index: 99;
    padding: 0;
  }

  header ul.nav li a:hover::after {
    visibility: hidden;
  }

  body#top header ul.nav li.nav01 a::after,
  body#concept header ul.nav li.nav02 a::after,
  body#location header ul.nav li.nav03 a::after,
  body#design header ul.nav li.nav04 a::after,
  body#share header ul.nav li.nav05 a::after,
  body#plan header ul.nav li.nav06 a::after,
  body#modelroom header ul.nav li.nav07 a::after,
  body#equipment header ul.nav li.nav08 a::after,
  body#structure header ul.nav li.nav09 a::after,
  body#brand header ul.nav li.nav13 a::after {
    opacity: 0;
  }


  .delay00 {
    transition-delay: 0s;
  }

  .delay01 {
    transition-delay: 0s;
  }

  .delay02 {
    transition-delay: 0s;
  }

  .delay03 {
    transition-delay: 0s;
  }

  .delay04 {
    transition-delay: 0s;
  }

  .delay05 {
    transition-delay: 0s;
  }

  .delay06 {
    transition-delay: 0s;
  }

  .delay07 {
    transition-delay: 0s;
  }

  .delay08 {
    transition-delay: 0s;
  }

  .delay09 {
    transition-delay: 0s;
  }

  .delay10 {
    transition-delay: 0s;
  }



  /*--------footer--------*/
  #spNav {
    width: 100%;
    font-size: 0;
    border-top: 1px solid #223a6d;
    display: block;
  }

  /* #spNav li:last-child{ display: none;} */

  /*2つ*/
  #spNav li {
    /* display: inline-block;
width: 50%;
box-sizing: border-box;
text-align: center;
padding: 0px 0 0px;
border-right: 1px solid #223a6d; */
  }

  /*3つ*/
  #spNav li {
    /*display: inline-block;
    width: 33.3333%;
    box-sizing: border-box;
    text-align: center;
    padding: 0px 0 0px;
    border-right: 1px solid #223a6d;*/
  }

  /*4つ*/
  #spNav li {
     display: inline-block;
      width: 20%;
      box-sizing: border-box;
      text-align: center;
      padding: 0;
      border-right: 1px solid #223a6d; 
  }

  /*5つ*/
  #spNav li {
    /*display: inline-block;
width: 20%;
box-sizing: border-box;
text-align: center;
border-right: 1px solid #223a6d;*/
  }

  #spNav li:last-child {
    border-right: none;
  }


  #spNav li a {
    color: #223a6d;
    font-size: 10px;
    display: block;
    padding: 42px 0 10px;
  }

  #spNav li:first-child a {
    background: url(../img/common/icon_request.png) no-repeat center 15px;
    background-size: 26px auto;
    color: #fff;
  }

  #spNav li:nth-child(2) a {
    background: url(../img/common/icon_reserve.png) no-repeat center 12px;
    background-size: 30px auto;
    color: #fff;
  }

  #spNav li:nth-child(3) a {
    background: url(../img/common/icon_online.png) no-repeat center 12px;
    background-size: 30px auto;
    color: #fff;
  }

  #spNav li.spm_tel a {
    background: url(../img/common/icon_tel.png) no-repeat center 9px;
    background-size: auto 26px;
    color: #223a6d;
  }

  #spNav li.spm_limit a {
    background: url(../img/common/icon_limit.png) no-repeat center 9px;
    background-size: auto 26px;
    color: #223a6d;
  }

  #spNav li:nth-child(1) p {
    /*グラデーション*/
    background: rgb(59, 44, 0);
    background: -moz-linear-gradient(0deg, rgba(59, 44, 0, 1) 30%, rgba(147, 119, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(59, 44, 0, 1) 30%, rgba(147, 119, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(59, 44, 0, 1) 30%, rgba(147, 119, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b2c00", endColorstr="#937700", GradientType=1);
    /*グラデーション*/
  }

  #spNav li:nth-child(2) p {
     background: rgb(166,36,75);
  background: linear-gradient(180deg, rgba(166,36,75,1) 0%, rgba(59,1,14,1) 100%);
  }

  #spNav li:nth-child(3) p {
     background: #2a6a72;
  background: linear-gradient(180deg, #2a6a72 0%, #00424f 100%);
  }

  #spNav li:nth-child(4) p {
    background: #fff;
  }

  #spNav li:nth-child(5) a {
    background: url(../img/common/icon_blog.png) no-repeat center 6px;
    background-size: 45px auto;
    letter-spacing: -0.2em;
  }

  #nav_Btn {
    float: right;
    color: #fff;
    z-index: 1;
    text-align: center;
    font-size: 11px;
  }

  #nav_Btn p {
    margin-top: 5px;
    color: #223a6d;
  }

  #nav_Btn .bar {
    width: 30px;
    height: 22px;
    display: block;
    margin: 11px auto 8px;
    position: relative;
  }

  #nav_Btn,
  #nav_Btn .bar span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  #nav_Btn .bar span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #223a6d;
    border-radius: 2px;
  }

  #nav_Btn .bar span:nth-of-type(1) {
    top: 0;
  }

  #nav_Btn .bar span:nth-of-type(2) {
    top: 10;
  }

  #nav_Btn .bar span:nth-of-type(3) {
    bottom: 0;
  }

  #nav_Btn .bar span:nth-of-type(2) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }

  #nav_Btn.active .bar span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg) scale(.8);
    transform: translateY(10px) rotate(-315deg) scale(.8);
  }

  #nav_Btn.active .bar span:nth-of-type(2) {
    opacity: 0;
  }

  #nav_Btn.active .bar span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg) scale(.8);
    transform: translateY(-10px) rotate(315deg) scale(.8);
  }

  header .h_nav {
    display: none;
    z-index: 1;
    position: absolute;
    bottom: 62px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #fff;
    font-size: 0;
  }

  header ul.nav {
    /*グラデーション*/
    /* background: rgb(59,44,0);
background: -moz-linear-gradient(0deg, rgba(59,44,0,1) 30%, rgba(147,119,0,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(59,44,0,1) 30%, rgba(147,119,0,1) 100%);
background: linear-gradient(0deg, rgba(59,44,0,1) 30%, rgba(147,119,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b2c00",endColorstr="#937700",GradientType=1); */
    /*グラデーション*/
  }

  header ul.nav li {
    display: inline-block;
    width: 50%;
    font-size: 13px;
    color: #333;
    box-sizing: border-box;
    border-bottom: 1px solid #333;
    border-right: 1px dotted #333;
    text-align: center;
    position: relative;
  }

  header ul.nav li a:hover {
    border-bottom: none;
  }

  header ul.nav li.nav11 {
    /*width: 50%;*/
  }

  header ul.nav li.nav11 a {
    /*font-size: 11px;*/
    margin: 0 auto;
  }

  header ul.nav li:last-child {
    width: 100%;
  }

  header ul.nav li:nth-last-child(2) {
    border-right: 1px dotted #223a6d;
  }

  header ul.nav li:nth-child(2n) {
    border-right: none;
  }

  /* header ul.nav li.nav12 a {
font-size: 10px;
letter-spacing: 0;
font-feature-settings: "palt";
} */

  header ul.nav li.new .new-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
  }

  header ul.nav li a {
    display: inline-block;
    padding: 18px 0;
    font-size: 13px;
    /* color: #fff; */
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    border-bottom: none;
  }

  header ul.nav li a:hover {
    color: #fff;
    background: #937700;
  }

  header ul.nav li.here,
  header ul.nav li.noLink {
    padding: 18px 0;
  }

  header ul.nav li.here {
    background: #937700;
  }

  header ul.nav li.noLink {
    color: #777;
  }

  body#top header ul.nav li.nav01 a,
  body#concept header ul.nav li.nav02 a,
  body#location header ul.nav li.nav03 a,
  body#share header ul.nav li.nav04 a,
  body#design header ul.nav li.nav05 a,
  body#plan header ul.nav li.nav06 a,
  body#modelroom header ul.nav li.nav07 a,
  body#equipment header ul.nav li.nav08 a,
  body#structure header ul.nav li.nav09 a,
  body#brand header ul.nav li.nav10 a,
  body#outline header ul.nav li.nav11 a,
  body#map header ul.nav li.nav12 a {
    background: #937700;
    color: #fff;
    font-weight: bold;
    border-bottom: none;
  }

  header ul.nav li a:after {
    display: none;
  }

  /* body#map header ul.nav li.nav12 a {
font-size: 11px;
letter-spacing: -1px;
} */

}




/*    ▼ボタン　資料請求　来場予約
====================================*/
.req_wrap {
  width: 100%;
  margin: 60px auto;
}

.req_area {
  width: 100%;
}

.req_area ul li.close,
.req_area ul li.request {
  max-width: 400px;
  margin: 0 5px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  /*グラデーション*/
  background: rgb(59, 44, 0);
  background: -moz-linear-gradient(0deg, rgba(59, 44, 0, 1) 30%, rgba(147, 119, 0, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(59, 44, 0, 1) 30%, rgba(147, 119, 0, 1) 100%);
  background: linear-gradient(0deg, rgba(59, 44, 0, 1) 30%, rgba(147, 119, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b2c00", endColorstr="#937700", GradientType=1);
  /*グラデーション*/
}

.req_area ul li.request:hover {
  opacity: 0.7;
}

.req_area ul li.close a,
.req_area ul li.request a,
.req_area ul li.reserve a,
.req_area ul li.online a {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  padding: 20px 0px;
  width: 340px;
  transition: 0.3s;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.req_area ul li.reserve {
  max-width: 400px;
  /* margin: 20px 5px 0; */
  margin: 0 5px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  /*グラデーション*/
  background: rgb(166,36,75);
  background: linear-gradient(180deg, rgba(166,36,75,1) 0%, rgba(59,1,14,1) 100%);
  /*グラデーション*/
}

.req_area ul li.reserve:hover {
  /* background: #d3bc3a; */
}

.req_area ul li.online a {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  padding: 20px 0px;
  width: 340px;
  transition: 0.3s;
}

.req_area ul li.online {
  max-width: 400px;
  /* margin: 20px 5px 0; */
  margin: 0 5px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  /*グラデーション*/
  background: rgb(166, 36, 75);
  background: linear-gradient(180deg, rgba(166, 36, 75, 1) 0%, rgba(59, 1, 14, 1) 100%);
  /*グラデーション*/
}

.req_area ul li.close a:hover,
.req_area ul li.request a:hover,
.req_area ul li.reserve:hover,
.req_area ul li.online:hover {
  opacity: 0.7;
}

.req_area ul li.request a:after,
.req_area ul li.reserve a:after,
.req_area ul li.online a:after {
  width: 5px;
  height: 5px;
  position: absolute;
  right: 25px;
  top: 25px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;

}

.req_area ul li.close a:after {
  width: 10px;
  height: 10px;
  content: "×";
  position: absolute;
  right: 25px;
  top: 18px;
  transition: 0.3s;

}

.req_area ul li.close a:hover:after,
.req_area ul li.request a:hover:after,
.req_area ul li.reserve a:hover:after,
.req_area ul li.online a:hover:after {
  right: 20px;
}


.att_area {
  width: 100%;
  padding: 30px 0 30px;
}

dl.yokoku {
  width: 94%;
  max-width: 1100px;
  font-size: 12px;
  margin: 0 auto;
  color: #000;
  display: flex;
  align-items: stretch;
}

dl.yokoku dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 10%;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  color: #000;
  line-height: 2em;
  padding: 5px 20px;
  letter-spacing: 2px;
  margin: 0 20px 0 0;
}

dl.yokoku dd {
  width: 90%;
  color: #000;
  line-height: 1.5;
  text-align: left;
}

ul.att {
  max-width: 1100px;
  font-size: 12px;
  margin: 20px auto 0;
  color: #000;
}

ul.att li {
  font-size: 12px;
  color: #000;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

ul.att li strong {
  font-size: 14px;
  font-weight: bold;
}



/*        860px以下　SP　ボタン　資料請求　来場予約
=========================================*/
@media only screen and (max-width : 767px) {
  .req_wrap {
    margin: 40px auto 0;
    padding-bottom: 40px;
  }

  .req_area ul li.close,
  .req_area ul li.request,
  .req_area ul li.reserve {
    max-width: 280px;
    margin: 5px 0;
    width: 80%;
  }

  .req_area ul li.close a,
  .req_area ul li.request a,
  .req_area ul li.reserve a {
    width: 280px;
    padding: 15px 0;
  }

  .req_area ul li.request a:after,
  .req_area ul li.reserve a:after {
    top: 20px;
    right: 20px;
  }

  .req_area ul li.close a:after {
    top: 13px;
    right: 16px;
  }

  dl.yokoku {
    /* width: 90%; */
    flex-wrap: wrap;
    margin: 0 auto;
  }

  dl.yokoku dt {
    width: 100%;
    border-right: none;
    border-left: none;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 0 auto 10px;
    padding: 0 0;
  }

  dl.yokoku dd {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.5;
  }

}


.contact_area {
  max-width: 1000px;
  width: 90%;
  margin: 50px auto 20px;
  color: #333;
  text-align: center;
}

.contact_area h3.ttl {
  width: 153px;
  max-width: 70%;
  margin: 0 auto 30px;
}

/*フッター*/
footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #5B5B5B;
}

footer ul.fnav {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  background: #efefef;
}

footer ul.fnav li {
  border-right: 1px solid #000;
}

footer ul.fnav li:last-child {
  border-right: none;
}

footer ul.fnav li a {
  display: block;
  padding: 0 12px;
  transition: 0.3s;
  color: #000;
}

footer ul.fnav li a:hover {
  text-decoration: underline;
}

/*現在地*/
body#top ul.fnav li.nav01 a,
body#concept ul.fnav li.nav02 a,
body#location ul.fnav li.nav03 a,
body#share ul.fnav li.nav04 a,
body#design ul.fnav li.nav05 a,
body#plan ul.fnav li.nav06 a,
body#modelroom ul.fnav li.nav07 a,
body#equipment ul.fnav li.nav08 a,
body#structure ul.fnav li.nav09 a,
body#brand ul.fnav li.nav10 a,
body#outline ul.fnav li.nav11 a {
  text-decoration: underline;
}

.foot_area {
  width: 1100px;
  max-width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 0;
}

.telarea {
  text-align: center;
  padding: 0;
}

.telarea p {
  width: 416px;
  max-width: 100%;
  text-align: center;
}

.telarea p a {
  pointer-events: none;
}

.telarea p img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

footer div.f-company {
  display: flex;
  justify-content: center;
}

footer div.f-company p {}

footer div.f-company p.company:nth-child(1) {
  width: 100%;
  max-width: 250px;
  margin: 0 30px 0 0;
}

footer div.f-company p.company:nth-child(2) {
  width: 100%;
  max-width: 200px;
  margin: 0px 50px 0 0;
}

footer div.f-company p.company:nth-child(3) {
  width: 100%;
  max-width: 147px;
  margin: 0 0px 0 0;
}

footer div.f-company p a {
  transition: 0.3s;
  display: block;
}

footer div.f-company p a:hover {
  opacity: 0.7;
}

footer div.f-company p img {
  max-width: 100%;
}


footer div.f-company p.tel a {
  pointer-events: none;
}

footer .copyright {
  font-size: 11px;
  color: #a0a0a0;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}

.page_top {
  position: fixed;
  right: 00px;
  bottom: 50px;
  z-index: 5;
}

.page_top img {
  width: 35px;
  height: 130px;
}

/*        ▼1030px以下の時のフッターナビレイアウト
=========================================*/
@media only screen and (max-width: 1030px) {

  footer ul.fnav {
    flex-wrap: wrap;
  }

  footer ul.fnav li a {
    padding: 2px 5px;
  }
}


/*        860px以下　SP　フッター
=========================================*/
@media only screen and (max-width : 768px) {

  footer ul.fnav li a {
    font-size: 10px;
  }

  header ul.nav li a,
  header#kaso ul.nav li a {
    margin: 0;
    padding: 15px 7px;
  }


}

/*        860px以下　SP　フッター
=========================================*/
@media only screen and (max-width : 767px) {
  footer {
    z-index: 1;
    border-top: 1px solid #ddd;
    padding: 50px 0 60px;
  }

  body#top footer {
    z-index: 1;
  }

  .telarea {
    order: 1;
  }

  .telarea p {
    height: auto;
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
  }

  .telarea p a {
    pointer-events: auto;
  }

  footer div.f-company {
    justify-content: flex-start;
    max-width: 70%;
  }

  footer div.f-company p {}

  footer div.f-company p.company {
    width: 100%;
    height: auto;
  }

  footer div.f-company p a {
    height: inherit;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
  }

  .foot_area {
    justify-content: center;
    padding: 0;
  }

  footer div.f-company p.company,
  footer div.f-company p.company:nth-child(1),
  footer div.f-company p.company:nth-child(2),
  footer div.f-company p.company:nth-child(3) {
    margin: 0;
    width: 100%;
    max-width: none;
  }

  footer div.f-company p.company:nth-child(2) {
    width: 80%;
    margin: 0 auto;
  }

  footer div.f-company p img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  footer div.f-company p.company img {
    max-width: 100%;
    max-height: 100%;
  }

  footer div.f-company p.company a {
    max-width: 100%;
    display: block;
    border: none;
    height: inherit;
  }

  footer div.f-company p.company:last-child a {
    /* border-top: 1px solid #E5E5E5; */
    padding-top: 15px;
    margin: 0 auto;
  }

  footer ul.fnav {
    display: none;
  }

  footer div.f-company {
    display: block;
    order: 2;
    padding: 40px 0 20px;
  }

  footer div.f-company p.company a {
    margin: 0 auto 20px;
    padding: 0 0 20px;
    height: auto;
  }

  footer div.f-company p.company:nth-child(1) a,
  footer div.f-company p.company:nth-child(2) a {
    margin: 0 auto 0px;
    padding: 0 0 20px;
    height: auto;
  }

  footer div.f-company p.tel a {
    pointer-events: auto;
    height: auto;
  }

  footer .copyright {
    width: 100%;
    line-height: 1.5;
    margin: 0 auto;
    padding: 15px 0 30px;
  }

  .page_top {
    bottom: 63px;
    right: 0px;
  }

  .page_top img {
    width: 25px;
    height: 80px;
  }
}

/*        ローン
=========================================*/

.loan_pc {
  display: block;
}

.loan_sp {
  display: none;
}

@media only screen and (max-width : 767px) {
  .loan_pc {
    display: none;
  }

  .loan_sp {
    display: block;
  }
}