@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  common.css
// style info :  スタイル指定
=================================================================== */
body {
    background: rgb(248, 248, 248);
}

/* ===================================================================
  共通
=================================================================== */
h1 {
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0.05em;	
		font-family: YakuHanMP, 'Noto Serif JP' , "游明朝", YuMincho,"HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
    color: #000;
    padding-top: 5px;
	padding-bottom: 5px;
    padding-right: 5px;
    line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  h1 {
    padding-top: 0;
      max-width: 380px;
  }
}

.pos-relative { 
	position: relative;
}
p small {
	font-size: 11px;
}
.bellefair {
  font-family: 'Bellefair', serif !important;
}

/* 余白 */
@media only screen and (max-width: 991px) {
  .mt60-SP {
    margin-top: 60px !important;
  }
  .mb60-SP {
    margin-bottom: 60px !important;
  }
  .mt30-SP {
    margin-top: 30px !important;
  }
}
/* 背景色指定 */

a.linkb:link { color: #363636; text-decoration:underline; }
a.linkb:visited { color: #363636; }
a.linkb:hover { color: #363636; text-decoration:none; }
a.linkb:active { color: #363636; }


/* -----------------------------------------------------
	wrapper
----------------------------------------------------- */
.wrapper {
  padding-top: 127px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .wrapper {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    padding-top: 75px;
  }
}
.wrapper h2,.wrapper h3,.wrapper h4,.wrapper h5,.wrapper h6 {
  color: #333;
  font-family: YakuHanMP, 'Noto Serif JP' , "游明朝", YuMincho,"HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
  letter-spacing: .1em;
}
.wrapper p,
.wrapper table th,
.wrapper table td,
.wrapper dl dt,
.wrapper dl dd,
.wrapper ul li {
  color: #333;
  font-family: YakuHanMP, 'Noto Serif JP' , "游明朝", YuMincho,"HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
  letter-spacing: .1em;
  font-size: 15px;
}
.wrapper a {
  font-family: YakuHanMP, 'Noto Serif JP' , "游明朝", YuMincho,"HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
  color: #333;
  text-decoration: none;
  letter-spacing: .1em;
}
.wrapper figure img {
  width: 100%;
  height: auto;
}


@media only screen and (max-width: 767px) {
    .wrapper p,
    .wrapper table th,
    .wrapper table td,
    .wrapper dl dt,
    .wrapper dl dd,
    .wrapper ul li {
      font-size: 14px;
    }
}


/* -----------------------------------------------------
	画像
----------------------------------------------------- */
figure {
	position: relative;
}
img {
  vertical-align: bottom;
}
/* キャプション */
.picsCaps {
  font-family: YakuHanMP, 'Noto Serif JP' , "游明朝", YuMincho,"HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  line-height: 1.2 !important;
  padding: 5px;
  margin: 1px;
  color: #fff !important;
  text-align: right;
	letter-spacing: 0.02em;
}
.picsCaps.Lside {
  right: auto;
  left: 5px;
}
.picsCaps.black {
	color: #111!important;	
}
.picsCaps.withBG {
  background: rgba(0,0,0,0.8);
  color: #fff !important;
}
.picsCaps.whiteBG {
  background: rgba(255,255,255,0.6);
  color: #000 !important;
}
.picsCaps.noBG {
	position: static;
	margin-top: 10px;
  background: none;
  color: #333 !important;
}
/*@media screen and (min-width: 769px) {
	.picsCaps.un {right: 428px;}
}*/

/* -----------------------------------------------------
	間取り注釈キャプション
----------------------------------------------------- */

/* -----------------------------------------------------
	ページ下部注釈
----------------------------------------------------- */
.pageCaption ul li {
  font-size: 10px;
}
.pageCaption ul li+li {
  margin-top: 5px;
}

/* -----------------------------------------------------
	資料請求・来場予約ボタン
----------------------------------------------------- */

/* ===================================================================
  ヘッダー
=================================================================== */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 127px;
  z-index: 9999;
}
.headerWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
    background: #fff;
  justify-content: space-between;
}
#navToggle {
  display: none;
}
/* logo */
.logoWrap {
  margin-left: calc(50% - 680px - 69px);
}
.pagecopy {
  padding-top: 5px;
}
.logoWrap a {
  font-size: 24px;
}
@media only screen and (max-width: 1550px) {
  .logoWrap {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .logoWrap a {
    font-size: 18px;
  }
  .logoWrap a span{
    font-size: 14px;
  }
}

/* 空室情報・お問い合わせ */
.fixBtnLink {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  max-width: 200px;
}
.fixBtnLink li {
  width: 100%;
  max-width: 200px;
  height: 50px;
    transition: .3s all ease-in-out;
}
@media screen and (min-width: 769px) {
    .fixBtnLink li:hover {
        opacity: .8;
    }
}
.fixBtnLink li.vacant {
  background: #C7ABA0;
}
.fixBtnLink li.contact {
  background: #C7ABA0;
}
.fixBtnLink li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
  color: #fff;
}

/* Gnav */
#menuListWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1200px;
}
.menuList {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 83.33333333%;
  margin: 0 auto;
}
.menuList li {
  width: 20%;
  transition: .3s all;
}
.menuList li a {
  display: block;
  position: relative;
  font-size: 15px;
  text-align: center;
  padding-bottom: 10px;
  transition: .3s all;
}
.menuList li a:hover {
  color: #C7ABA0 !important;
}
.menuList li.is-current a::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background: #221500;
}
.menuList li.vacant,
.menuList li.contact {
  display: none;
}

.telNum a {
  color: #222;
}


@media screen and (max-width: 1350px) {
  .logoWrap {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  header {
    height: 65px;
  }
  .headerWrap {
    padding: 0 15px;
    justify-content: flex-start;
  }
  .logoWrap {
    margin-left: 0;
  }
  .fixBtnLink {
    max-width: 260px;
    margin-left: auto;
  }
    .fixBtnLink li {
        height: 65px;
    }

/* ハンバーガーメニュー */
  #navToggle {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  #navToggle span {
    display: block;
    position: absolute;
    left: 9px;
    width: 30px;
    border-bottom: solid 3px #fff;
    transition: .4s ease-in-out;
  }
  #navToggle span:nth-child(1) {
    top: 15px;
  }
  #navToggle span:nth-child(2) {
    top: 24px;
  }
  #navToggle span:nth-child(3) {
    top: 33px;
  }
  #navToggle span:nth-child(4) {
    top: 40px;
    border: none;
    font-size: 11px;
    font-family: 'Bellefair', serif;
    color: #fff;
  }
  .navOpen #navToggle span:nth-child(1) {
    top: 18px;
    left: 9px;
    transform: rotate(-45deg);
  }
  .navOpen #navToggle span:nth-child(2),
  .navOpen #navToggle span:nth-child(3) {
    top: 18px;
    transform: rotate(45deg);
  }

	/* Gnav */
  #menuListWrap {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s ease, visibility .6s ease;
    z-index: 990;
    position: fixed;
    top: 80px;
    width: 100%;
    background: rgba(255,255,255,.95)
  }
  .navOpen #menuListWrap {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .menuList {
    flex-flow: column wrap;
    margin: 0;
    width: 100%;
  }
  .menuList li {
    width: 100%;
    border-bottom: #eee 1px solid;
  }
  .menuList li a {
    padding: 15px 0;
  }
  .menuList li a.is-current {
    background: rgba(0,0,0,.05);
  }
  .menuList li a.is-current::after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /*header {
    height: 110px;
  }*/
  .fixBtnLink {
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: inherit;
    width: calc(100% - 80px);
    height: 60px;
    z-index: 1000;
  }
  .fixBtnLink li {
    max-width: inherit;
    height: 60px;
  }
  .fixBtnLink li.contact {
    display: none;
  }
  #navToggle {
    position: fixed;
    top: inherit;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 60px;
    padding-left: 20px;
    background: #222;
    z-index: 1000;
  }
  #navToggle div {
    position: fixed;
    right: 65px;
  }
  .menuList li.contact {
    display: block;
    border-bottom: none;
  }
  .menuList li.vacant a {
    background: #a29074;
    color: #fff;
  }
  .menuList li.contact a {
    background: #7d554d;
    color: #fff;
  }
}
@media only screen and (max-width: 510px) {
  header {
    height: 75px;
  }
}

/* ===================================================================
  kv / scroll
=================================================================== */
.kv {
  position: relative;
}
.kvWrap {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
}
.scoll_wrap {
  position: absolute;
  bottom: 120px;
  right: -80px;
  width: 50px;
  height: 80px;
}
.scoll_wrap p {
  color: #736153;
  font-size: 16px;
  text-align: center;
}
.scroll_arrow {
  display: block;
  position: absolute;
  overflow: hidden;
  height: 50px;
  width: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.scroll_arrow::before {
  content: " ";
  display: block;
  position: absolute;
  height: 50px;
  width: 1px;
  background: #736153;
  animation: arrowLine 2.5s cubic-bezier(.55,.1,.2,1) 0s infinite;
}
@keyframes arrowLine {
  0% {
      top: -50px;
  }

  50% {
      top: 0;
  }

  100% {
      top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1520px) {
  .scoll_wrap {
    bottom: -20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .scoll_wrap p {
    color: #ccc;
  }
  .scroll_arrow::before {
    background: #736153;
  }
}
@media only screen and (max-width: 991px) {
    .scoll_wrap {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
  .kvWrap {
      margin-top: 0;
    padding-bottom: 70px;
  }
}

/* -----------------------------------------------------
	link area
----------------------------------------------------- */
.linkBnrWrap {
  margin-top: 100px;
  margin-bottom: 100px;
}
.linkBnr {
  display: block;
  position: relative;
  padding-top: 100%;
  transition: .3s all;
}
.linkBnr::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  background: rgba(0,20,45,.8);
  transition: .3s all;
}
.linkBnr:hover::before {
  opacity: 0;
}
.linkBnr > div {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.linkBnr h3 {
  color: #fff;
  font-weight: normal;
  font-size: 48px;
  line-height: 0.75;
  position: relative;
  display: inline-block;
}
.linkBnr h3 + p {
  color: #fff;
  position: absolute;
  display: inline-block;
  top: 35px;
  left: 0;
}
.linkBnr p.more {
  color: #fff;
  border: #fff 1px solid;
  text-align: center;
  padding: 20px 10px;
  margin-top: 60px;
  transition: 0.3s all;
}
.linkBnr h3::after,
.linkBnr h3 + p::after {
  content: " ";
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 0;
  width: 0;
  height: calc(100% + 10px);
  background: #71d7a1;
  transition: 0.3s all;
  z-index: -1;
}
.linkBnr:hover h3::after,
.linkBnr:hover h3 + p::after {
  width: 100%;
}
.linkBnr:hover p.more {
  color: #71d7a1;
  background: #fff;
}
.linkGallery {
  background: url("../../../img/pages/commmon/gallery.jpg");
  background-size: cover;
}
.linkAccess {
  background: url("../../../img/pages/commmon/access.jpg");
  background-size: cover;
}
.linkPlan {
  background: url("../../../img/pages/commmon/plan.jpg");
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .linkBnrWrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .linkGallery,
  .linkAccess {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .linkBnr h3 {
    font-size: 5vw;
  }
  .linkBnr h3 + p {
    top: 20%;
  }
  .linkBnr p.more {
    top: 5%;
  }
}
@media screen and (max-width: 420px) {
  .linkBnr h3 {
    font-size: 12vw;
  }
  .linkBnr h3 + p {
    top: 23%;
  }
  .col-xxs-12 {
    width: 100%;
  }
}

/* ===================================================================
  コンタクト
=================================================================== */
.contactWrap .row {
  position: relative;
}
.contactWrap .leftBox {
  position: relative;
  padding: 80px 15px;
}
.contactWrap .leftBox h3 {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
.contactWrap .leftBox p.num {
  color: #fff;
  font-size: 36px;
  margin: 0.4em 0 0.3em;
}
.contactWrap .leftBox p.info {
  color: #fff;
  font-size: 12px;
  line-height: 2;
}
.contactWrap .leftBox::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2000px;
  background: #000;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .contactWrap .leftBox::before {
    right: -500px;
    left: -500px;
  }
}
.contactWrap .rightBox {
  padding: 80px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.rightBox .vacant,
.rightBox .contact {
  width: calc(50% - 15px);
}
.rightBox .mitsui {
  width: 100%;
}
.contactWrap .rightBox h3 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
}
.contactWrap .rightBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  height: 60px;
  padding: 10px;
}
.rightBox .vacant a {
  background: #C7ABA0;
  margin-bottom: 45px;
}
.rightBox .contact a {
  background: #C7ABA0;
  margin-bottom: 45px;
}
.rightBox .mitsui a {
  background: #9E927E;
}
@media only screen and (max-width: 991px) {
  .contactWrap .rightBox {
    padding: 80px 15px;
  }
  .rightBox .vacant a,
  .rightBox .contact a {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contactWrap .leftBox,
  .contactWrap .rightBox {
    padding: 50px 15px;
      text-align: center;
  }
  .rightBox .vacant,
  .rightBox .contact {
    width: 100%;
  }
    .contactWrap .rightBox a {
      font-size: 14px;
    }
}
.contactWrap #topBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background: #000;
  border: #d6d6d6 7px solid;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: -36px;
  color: #fff !important;
  font-size: 13px;
}
.contactWrap #topBtn span::before {
  content: "▲";
  color: #fff;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  .contactWrap #topBtn {
    position: fixed;
    right: -72px;
    bottom: 10px;
    transition: all 0.5s;
  }
  .contactWrap #topBtn.anime {
    right: 5px;
  }
}

/* ===================================================================
  フッター
=================================================================== */
footer {
  padding: 30px 0;
/*    background: #fff;*/
}
footer p {
  font-size: 10px !important;
    color: #222 !important;
}
.logoRF {
  margin: 10px 0;
}
.logoRF img {
  max-width: 172px;
}
.info {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media only screen and (max-width: 991px) {
  .info {
    flex-flow: column wrap;
  }
  .info .address {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* トップへ戻るボタン調整 */
  footer {
    padding: 30px 0 90px 0;
  }
}

/* ===================================================================
  PC・スマホ・タブレット出し分け
=================================================================== */
/* -----------------------------------------------------
    タブレット以下で出し分ける場合
----------------------------------------------------- */
.mobile-only { display: none;}
@media only screen and (max-width: 991px) {
.pc-only { display: none;}
.mobile-only { display: block;}
img.mobile-only { display: inline-block;}
}

/* -----------------------------------------------------
    スマホ以下で出し分ける場合
----------------------------------------------------- */
.sp-only { display: none;}
@media only screen and (max-width: 767px) {
.pctb-only { display: none;}
.sp-only { display: block;}
img.sp-only { display: inline-block;}
}

/* iphone5 */
.xs-sp-only { display: none;}
@media only screen and (max-width: 320px) {
.xs-sp-only { display: block;}
img.xs-sp-only { display: inline-block;}
}
