@charset "UTF-8";

body {
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.5px;
}

img {
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: top;
  max-width: 100%;
}

li {
  list-style: none;
}

a {
  transition: all 0.5s;
  display: block;
  text-decoration: none;
}

p {
  line-height: 1.5;
}

a:hover {
  opacity: 0.7;
}

.pc {
  display: block;
}

.flex {
  display: flex;
}

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

/*キャプション*/
.cap_txt {
  position: absolute;
  font-size: 10px;
  line-height: 1.3;
  bottom: 5px;
  transform: rotate(0.28deg);
  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;
}

.sp {
  display: none;
}

.fade {
  transition: 1.5s;
  opacity: 0;
}

.show {
  opacity: 1;
}

.op0 {
  opacity: 0;
  transition: 0.5s;
}

.op1 {
  opacity: 1;
}

span.garamond {
  font-family: 'Cormorant Garamond', serif !important;
  font-style: normal;
  font-size: 1.1em;
  transform: rotate(0.28deg);
}

.cinzel {
  font-family: 'Cinzel', serif;
  /* font-style: normal;
  font-size: 1.1em;
  transform: rotate(0.28deg); */
}

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

header .header_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px;
}

header .header_inner .h_logo {
  position: relative;
  display: block;
  /* max-width: 168px; */
  top: 10px;
  left: 2%;
}

header .header_inner .h_logo img {
  /* max-width: 180px; */
  max-width: 140px;
  image-rendering: -webkit-optimize-contrast;
}

header .sp_iconarea {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

header .pc {
  width: 100%;
}

header .nav_pc {
  width: 100%;
}

header .nav_pc .nav_pc_inner {
  margin-right: 36px;
}

header .nav_pc .nav_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
}

header .nav_pc .nav_info a {
  font-size: 12px;
  letter-spacing: 2px;
  color: #231815;
}

header .nav_pc .nav_info a:not(:last-child) {
  margin-right: 20px;
}

header .nav_pc .nav_info a:nth-child(1) img {
  max-width: 56px;
}

header .nav_pc .nav_info a:nth-child(2) img {
  max-width: 72px;
}

header .nav_pc .gnav {
  padding: 9px 0;
  background: #171818;
}

header .nav_pc .gnav_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  flex-wrap: wrap;
}

header .nav_pc .gnav_inner li {
  /* margin-right: 20px; */
  /* width: calc((100% - 0.01%) / 10); */
  transition: all 0.5s;
  position: relative;
}

header .nav_pc .gnav_inner li {
  border-left: 1px solid #FFF;
  margin: 3px 0;
}

header .nav_pc .gnav_inner li:last-child {
  border-right: 1px solid #FFF;
}

header .nav_pc .gnav_inner li a {
  margin-left: 15px;
  margin-right: 15px;
}

/* NEWボタン */
/* header .nav_pc .gnav_inner li:nth-child(2)::before,
header .nav_pc .gnav_inner li:nth-child(4)::before,
header .nav_pc .gnav_inner li:nth-child(5)::before,
header .nav_pc .gnav_inner li:nth-child(6)::before,
header .nav_pc .gnav_inner li:nth-child(7)::before,
header .nav_pc .gnav_inner li:nth-child(8)::before,
header .nav_pc .gnav_inner li:nth-child(9)::before{
  content: "NEW";
  position: absolute;
  background: #937b1b;
  color: #fff;
  width: 32px;
  height: 14px;
  font-size: 10px;
  top: -20px;
  left: 0px;
  transform: translateX(-50%);
  text-align: center;
  font-family: sans-serif;
  line-height: 1.4;
} */

/* header .nav_pc .gnav_inner li span:hover{
  transition: 0.3s;
} */





/* カレント表示 */
header .nav_pc .gnav_inner li a span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #c2b794;
  bottom: -10px;
  left: 0;
  transition: 0.3s;
}

header .nav_pc .gnav_inner li span:hover::after {
  width: 100%;
}

#concept header .nav_pc .gnav_inner li:nth-child(1) span::after,
#location header .nav_pc .gnav_inner li:nth-child(2) span::after,
#shopinfo header .nav_pc .gnav_inner li:nth-child(3) span::after,
#design header .nav_pc .gnav_inner li:nth-child(4) span::after,
#gallery header .nav_pc .gnav_inner li:nth-child(5) span::after,
/* #view header .nav_pc .gnav_inner li:nth-child(6) span::after, */
#plan header .nav_pc .gnav_inner li:nth-child(6) span::after,
#modelroom header .nav_pc .gnav_inner li:nth-child(7) span::after,
#quality header .nav_pc .gnav_inner li:nth-child(8) span::after,
#brand header .nav_pc .gnav_inner li:nth-child(9) span::after {
  width: 100%;
}

header .nav_pc .gnav_inner li img {
  max-height: 13.5px;
}

header .nav_pc .gnav_inner li a {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.08em;
  /* color: #231815; */
  color: #FFF;
}

header .nav_pc .gnav_inner li:nth-child(11) {
  margin-right: 0;
}

.h_top {
  justify-content: flex-end;
  padding: 20px 0 0;
}

.h_top .nav_Btn {
  width: 30%;
  max-width: 180px;
}

.h_top .nav_Btn a {
  display: block;
  width: 100%;
  padding: 14px 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
}

.h_top .request a {
  background: rgb(153, 102, 0);
  background: linear-gradient(90deg, rgba(153, 102, 0, 1) 0%, rgba(197, 147, 93, 1) 50%, rgba(153, 102, 0, 1) 100%);
}

.h_top .reserve a {
  background: rgb(107, 28, 45);
  background: linear-gradient(90deg, rgba(107, 28, 45, 1) 0%, rgba(166, 86, 97, 1) 50%, rgba(107, 28, 45, 1) 100%);
}

.h_top .online a {
  background: rgb(146, 138, 63);
  background: linear-gradient(90deg, rgba(146, 138, 63, 1) 0%, rgba(181, 168, 98, 1) 50%, rgba(146, 138, 63, 1) 100%);
}

header .request img,
header .reserve img,
header .online img {
  max-width: 56px;
}

.sp_tel {
  width: 20px;
  margin-right: 20px;
}

.sp_tel img {
  max-width: 16px;
}

/*ハンバーガーメニュー*/
#navMenu {
  width: 20px;
  height: 20px;
  transition: all 0.4s;
  box-sizing: border-box;
  color: #1a3212;
  z-index: 999;
  margin-right: 10px;
}

#navMenu .bar {
  width: 20px;
  height: 16px;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

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

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

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

#navMenu.active .bar span:nth-of-type(1) {
  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) {
  transform: translateY(-10px) rotate(315deg);
  bottom: -3px;
}

/*グローバルメニュー*/
.nav_wrap01 {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 56px;
  width: 100%;
  height: 100vh;
  perspective: 400px;
  transition: 0.5s;
  pointer-events: none;
}

.nav_wrap02 {
  transform: rotateY(-5deg);
  transform-origin: right;
  transition: 0.5s;
}

.nav_wrap01.active {
  opacity: 1;
  pointer-events: all;
}

.nav_wrap01.active .nav_wrap02 {
  transform: rotateY(0deg);
  transition: 0.5s;
}

.g_nav {
  width: 100%;
  height: 100vh;
  background: #fff;
}

.g_nav ul {
  overflow: auto;
}

.g_nav li {
  position: relative;
}

/* NEWボタン */
/* .g_nav li:nth-child(2):before,
.g_nav li:nth-child(4):before,
.g_nav li:nth-child(5):before,
.g_nav li:nth-child(6):before,
.g_nav li:nth-child(7):before,
.g_nav li:nth-child(8):before,
.g_nav li:nth-child(9):before{
  content: "NEW";
  position: absolute;
  background: #937b1b;
  color: #fff;
  width: 40px;
  height: 15px;
  font-size: 10px;
  top: 0;
  left: 0;
  text-align: center;
  font-family: sans-serif;
  line-height: 1.5;
} */
.g_nav li a {
  font-size: 14px;
  display: block;
  padding: 20px;
  color: #000;
  text-align: center;
  transform: rotate(0.028deg);
  transition: 0.3s;
}

.g_nav li a:hover {
  transition: 0.3s;
}

.g_nav li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
  /* border-bottom: 1px solid #171818; */
}

/*リンククローズ（SP）*/
/*グローバルメニュー*/
.nav_wrap01 {
  width: 100%;
  border-top: #e2e2e2 solid 1px;
}

.g_nav li a {
  font-size: 13px;
  display: block;
  padding: 12px 0;
}

.g_nav li.requestBtn a {
  background: linear-gradient(90deg, rgba(153, 102, 0, 1) 0%, rgba(197, 147, 93, 1) 50%, rgba(153, 102, 0, 1) 100%);
  color: #fff;
}

.g_nav li.reserveBtn a {
  background: linear-gradient(90deg, rgba(107, 28, 45, 1) 0%, rgba(166, 86, 97, 1) 50%, rgba(107, 28, 45, 1) 100%);
  color: #fff;
}

.g_nav li.onlineBtn a {
  background: linear-gradient(90deg, rgba(146, 138, 63, 1) 0%, rgba(181, 168, 98, 1) 50%, rgba(146, 138, 63, 1) 100%);
  color: #fff;
}


footer {
  /* background: #123359; */
  text-align: center;
   padding: 60px 0 0; 
}

footer .itiran_Btn {
  max-width: 300px;
  width: 12%;
  margin: 0 auto;
}

footer p {
  font-size: 14px;
}

footer .footer_logo {
  display: flex;
  justify-content: center;
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
}

footer .footer_logo li {
  width: calc(100% / 3 - 20px);
}

footer .footer_logo li:nth-child(2) {
  margin-right: 40px;
}

footer .footer_logo li:nth-child(1) img {
  width: 222px;
}

footer .footer_logo li:nth-child(2) img {
  width: 327px;
}

footer .footer_logo li:nth-child(3) img {
  width: 338px;
}

footer .footer_tel {
  padding: 40px 0 40px;
}

footer .footer_tel p {
  margin-bottom: 16px;
}

footer .footer_tel img {
  max-width: 380px;
  margin-bottom: 16px;
}

footer .copyright {
  margin-top: 30px;
}

footer .copyright p {
  font-size: 12px;
  color: #fff;
}

footer .footer_Wrap {
  background: #123359;
  padding: 30px 0;
}

footer .footer_Wrap figure {
  max-width: 200px;
  margin: 0 auto;
}


.btn_flex {
  width: 96%;
  max-width: 760px;
  margin: 0 auto 30px;
}

.btn_flex .btn_01,
.btn_flex .btn_02 {
  display: block;
  width: 50%;
}

.btn_flex .btn_01 {
  margin-right: 40px;
}

.btn_notice {
  padding: 80px 0 40px;
  background: #171818;
}

.btn_notice .conv_Btn {
  width: 100%;

}

.btn_notice .conv_Btn a {
  display: block;
  max-width: 350px;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.16em;
  color: #fff;
}

.btn_notice .request a {
  background: rgb(153, 102, 0);
  background: linear-gradient(90deg, rgba(153, 102, 0, 1) 0%, rgba(197, 147, 93, 1) 50%, rgba(153, 102, 0, 1) 100%);
}

.btn_notice .reserve a {
  background: rgb(107, 28, 45);
  background: linear-gradient(90deg, rgba(107, 28, 45, 1) 0%, rgba(166, 86, 97, 1) 50%, rgba(107, 28, 45, 1) 100%);
}


/* --------------------------------
pagetop
-------------------------------- */
#pageTop {
  cursor: pointer;
  font-size: 12px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  padding: 20px 20px 17px;
  background: #4b392c;
  border: #e2e2e2 1px solid;
  z-index: 10;
}

#pageTop a {
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: .3s;
}

/* --------------------------------
下層ページ
-------------------------------- */
.content_Wrap {
  margin-top: 120px;
}

.content_Wrap .ttl_area {
  width: 100%;
  height: 160px;

  background: rgb(152,125,58);
  background: linear-gradient(90deg, rgba(152,125,58,1) 0%, rgba(231,205,149,1) 50%, rgba(152,125,58,1) 100%);
  /* background: url(../img/common/lower_ttl_bg.jpg) center center no-repeat;
  background-size: cover; */
}

.content_Wrap .ttl_area h1 {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 0;
  color: #231815;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.2em;
}

.notice {
  color: #FFF;
  width: 100%;
  max-width: 1200px;
  padding: 30px 10px;
  margin: 0 auto 50px;
}

.notice p {
  font-size: 12px;
}



/* =============================
1500px以下
================================ */

@media (max-width: 1500px) {

  header .nav_pc .gnav_inner li {
    margin-right: 5px;
  }

}

/* =============================
1300px以下
================================ */
@media (max-width: 1300px) {

  /* header .nav_pc .nav_pc_inner { margin-right: 18px;}
  header .nav_pc .nav_info a{ font-size: 12px;}
  header .nav_pc .nav_info a:not(:last-child){ margin-right: 10px;} */
  /* header .nav_pc {
    display: none;
  }

  header .sp {
    display: block;
  }

  header .sp_btm_nav {
    display: none;
  } */

}

/* =============================
1100px以下
================================ */
@media (max-width: 1100px) {

  header .header_inner .h_logo img {
    width: 80%;
  }

}

/* =============================
1000px以下
================================ */
@media (max-width: 1000px) {

  /* header .header_inner .h_logo {
    top: 0;
  } */

  .h_top .nav_Btn {
    width: 17%;
  }

  header .nav_pc .gnav_inner {
    margin-right: 0;
    padding: 0 10px;
  }

  header .nav_pc .gnav_inner li a {
    font-size: 12px;
  }

}

/* =============================
900px以下
================================ */
@media (max-width: 900px) {

  header .nav_pc {
    display: none;
  }

  header .sp {
    display: block;
  }

  header .sp_btm_nav {
    display: flex;
  }

  header .nav_pc .gnav_inner li img {
    max-height: 10px;
  }

}

/* =============================
767px以下(SP)
================================ */

@media (max-width: 767px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  header {
    padding: 0;
  }

  header .header_inner {
    display: block;
    padding: 10px 0;
    z-index: 20;
  }

  header .header_inner .h_logo {
    top: 0;
  }

  header .header_inner .h_logo img {
    max-width: 80px;
    margin: 0 auto;
  }

  footer {
/*    margin: 0 0 30px;*/
    padding: 30px 0 0;
  }

  footer .footer_logo {
    display: block;
  }

  footer .footer_logo li {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  footer .footer_logo li:nth-child(2) {
    margin-right: 0;
    margin: 0 auto 20px;
  }

  footer .footer_logo .footer_logo2 {
    margin-bottom: 26px;
  }

  footer .footer_logo .footer_logo2 img {
    max-width: 363px;
  }

  footer .footer_tel {
    margin-top: 20px;
  }

  footer .footer_tel p {
    margin-bottom: 12px;
    font-size: 12px;
  }

  footer .footer_tel img {
    max-width: 360px;
    width: 80%;
  }

  footer .itiran_Btn {
    max-width: 100%;
    width: 40%;
    margin: 0 auto;
  }

  footer .copyright p {
    font-size: 10px;
  }

  /*.下固定*/
  .sp_btm_nav {
    display: flex;
    position: fixed;
    bottom: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background: #123359;
    height: 60px;
    z-index: 10;
    border-top: #fff 1px solid;
  }

  .sp_btm_nav li {
    /* width: calc((100% - 0.01%) / 3) !important; */
    position: relative;
  }

  .sp_btm_nav .n_map {
    width: 24%
  }

  .sp_btm_nav .n_outline,
  .sp_btm_nav .n_request,
  .sp_btm_nav .n_reserve,
  .sp_btm_nav .n_online {
    width: 19%;
  }

  /* .sp_btm_nav .n_request,
  .sp_btm_nav .n_reserve,
  .sp_btm_nav .n_online{
    background: #123359;
  } */
  .sp_btm_nav .n_request {
/*    background: #9999c2;*/
    background: linear-gradient(90deg, rgba(153, 102, 0, 1) 0%, rgba(197, 147, 93, 1) 50%, rgba(153, 102, 0, 1) 100%);
  }

  .sp_btm_nav .n_reserve {
/*    background: #8ec2ae;*/
    background: linear-gradient(90deg, rgba(107, 28, 45, 1) 0%, rgba(166, 86, 97, 1) 50%, rgba(107, 28, 45, 1) 100%);
  }

  .sp_btm_nav .n_online {
/*    background: #f1f1e6;*/
    background: linear-gradient(90deg, rgba(146, 138, 63, 1) 0%, rgba(181, 168, 98, 1) 50%, rgba(146, 138, 63, 1) 100%);
  }

  .sp_btm_nav .n_outline,
  .sp_btm_nav .n_map {
    margin: 0;
  }

  .sp_btm_nav .n_map {
    height: 60px;
  }

  .sp_btm_nav li:nth-of-type(-n+2) {
    border-right: solid 1px #bebebe;
  }
    .sp_btm_nav li:nth-of-type(3),
    .sp_btm_nav li:nth-of-type(4){
    border-right: solid 1px #FFF;
  }


  /* .sp_btm_nav li:last-of-type{ border-right: none;} */

  .sp_btm_nav li a,
  .sp_btm_nav .n_request a,
  .sp_btm_nav .n_reserve a,
  .sp_btm_nav .n_online a {
    height: 100%;
    display: block;
    padding: 40px 0 10px;
    box-sizing: border-box;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    border: none;
  }

  .sp_btm_nav .n_online a {
/*    color: #231815;*/
    color: #fff;
  }
  .sp_btm_nav .n_map {
    background: #fff;
  }
  .sp_btm_nav .n_map a {
    padding: 35px 0 6px;
    color: #000;
  }
  .sp_btm_nav .n_outline {
    background: #fff;
  }
    .sp_btm_nav .n_outline a {
    color: #000;
  }

  .sp_btm_nav .n_reserve {
    margin: 0;
  }

  .sp_btm_nav .n_request a {
    background: none;
  }

  .sp_btm_nav .n_online span {
    font-feature-settings: 'palt';
    letter-spacing: -0.5px;
  }

  .sp_btm_nav .n_map a span {
    letter-spacing: -0.5px;
  }

  .sp_btm_nav li.n_tel {
    background: #937b1b;
  }

  .sp_btm_nav li.n_tel a {
    color: #FFF;
  }

  .sp_btm_nav li[class*="n_"]::before {
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    top: 12px;
    width: 20px;
    height: 20px;
    content: "";
  }

  .sp_btm_nav li.n_map::before {
    content: url(../img/common/map.svg);
  }

  .sp_btm_nav li.n_outline::before {
    content: url(../img/common/outline.svg);
  }

  .sp_btm_nav li.n_request::before {
    content: url(../img/common/request.svg);
  }

  .sp_btm_nav li.n_reserve::before {
    content: url(../img/common/reserve.svg);
  }

  .sp_btm_nav li.n_online::before {
    content: url(../img/common/icon_online.svg);
  }

  .btn_notice .conv_Btn a {
    max-width: initial;
  }

  /* --------------------------------
  pagetop
  -------------------------------- */
  #pageTop {
    right: 10px;
    bottom: 72px;
  }

  /* --------------------------------
  下層ページ
  -------------------------------- */
  .content_Wrap {
    margin-top: 56px;
  }

  .content_Wrap .ttl_area {
    height: 100px;
  }

  .content_Wrap .ttl_area h1 {
    padding: 35px 0 0;
    font-size: 24px;
  }

  .btn_notice {
    padding: 40px 0 20px;
  }
  .notice {
    margin: 0 auto 0px;
  }
  .notice p {
    font-size: 10px;
  }

  .btn_flex {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 0;
  }

  .btn_flex .btn_01,
  .btn_flex .btn_02 {
    width: 90%;
  }

  .btn_flex .btn_01 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

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

  footer .footer_logo .footer_logo1 img {
    max-width: 200px;
  }

  footer .footer_logo .footer_logo2 img {
    max-width: 280px;
  }

}
