@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  common.css
// style info :  スタイル指定
=================================================================== */
:root {
  --color01:#222;
  --color02:#baada3;
  --color03:#7d5945;
  --color04:#bfada1;
  --color05:#a29074;
}

body {
  background: var(--color01);
}

/* ===================================================================
  共通
=================================================================== */
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: #cab7aa;
  padding-top: 5px;
}
@media only screen and (max-width: 991px) {
  h1 {
    padding-top: 0;
  }
}

.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 {
  text-decoration: underline;
}
a.linkb:visited {
}
a.linkb:hover {
  text-decoration: none;
}
a.linkb:active {
}

/* -----------------------------------------------------
	wrapper
----------------------------------------------------- */
.wrapper {
  padding-top: 127px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .wrapper {
    padding-top: 65px;
  }
}
.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6 {
  color: var(--color04);
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", YuMincho, "HG明朝B",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
}
.wrapper p,
.wrapper table th,
.wrapper table td,
.wrapper dl dt,
.wrapper dl dd,
.wrapper ul li {
  color: var(--color04);
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", YuMincho, "HG明朝B",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.wrapper a {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", YuMincho, "HG明朝B",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
  color: #cab7aa;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.wrapper figure img {
  width: 100%;
  height: auto;
}

/* -----------------------------------------------------
	画像
----------------------------------------------------- */
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;
}

/* -----------------------------------------------------
	間取り注釈キャプション
----------------------------------------------------- */

/* -----------------------------------------------------
	ページ下部注釈
----------------------------------------------------- */
.pageCaption {
  padding-bottom: 50px;
}
.pageCaption ul li {
  font-size: 12px;
}
.pageCaption ul li + li {
  margin-top: 5px;
}

/* -----------------------------------------------------
	資料請求・来場予約ボタン
----------------------------------------------------- */

/* ===================================================================
  ヘッダー
=================================================================== */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 127px;
  background: #fff;
  z-index: 9999;
}
.headerWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  background: var(--color01);;
  justify-content: space-between;
}
#navToggle {
  display: none;
}
/* logo */
.logoWrap {
  margin-left: calc(50% - 680px - 69px);
}
.pagecopy {
  padding-top: 5px;
}
.logoWrap a {
  font-size: 24px;
}
.logoWrap a img {
  height: 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: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .logoWrap {
    max-width: calc(100% - 60px);
  }
  .logoWrap a img {
    height: 15px;
  }
}

/* 空室情報・お問い合わせ */
.fixBtnLink {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  max-width: 200px;
}
.fixBtnLink li {
  width: 100%;
  max-width: 200px;
  height: 50px;
}
.fixBtnLink li.vacant {
  background: var(--color05);
}
.fixBtnLink li.contact {
  background: #7d554d;
}
.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%;
}
.menuList li a {
  display: block;
  position: relative;
  font-family: "Bellefair", serif;
  font-size: 15px;
  text-align: center;
  padding-bottom: 10px;
  transition: 0.3s all;
}
.menuList li a:hover {
  color: var(--color05) !important;
}
.menuList li a.is-current::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background: var(--color05);
}
.menuList li.vacant,
.menuList li.contact {
  display: none;
}

.telNum a {
  color: #fff;
}

@media screen and (max-width: 1350px) {
  .logoWrap {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  header {
    height: 80px;
  }
  .headerWrap {
    padding: 0 15px;
    justify-content: flex-start;
  }
  .logoWrap {
    margin-left: 0;
  }
  .fixBtnLink {
    /*max-width: 260px;*/
    margin-left: auto;
  }

  /* ハンバーガーメニュー */
  #navToggle {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: var(--color01);;
  }

  #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: var(--color01);;
    z-index: 1000;
  }

  #navToggle div {
    position: fixed;
    right: 65px;
  }
  .menuList li.contact {
    display: block;
    border-bottom: none;
  }
  .menuList li.vacant a {
    background: var(--color05);
    color: #fff;
  }
  .menuList li.contact a {
    background: #7d554d;
    color: #fff;
  }
}
@media only screen and (max-width: 510px) {
  header {
    height: 84px;
  }
}

/* ===================================================================
  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: var(--color05);
  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: var(--color05);
  animation: arrowLine 2.5s cubic-bezier(0.55, 0.1, 0.2, 1) 0s infinite;
}
@keyframes arrowLine {
  0% {
    top: -50px;
  }

  50% {
    top: 0;
  }

  100% {
    top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1520px) {
  .scoll_wrap {
    bottom: -20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .scoll_wrap p {
    color: #ccc;
  }
  .scroll_arrow::before {
    background: #ccc;
  }
}
@media only screen and (max-width: 767px) {
  .kvWrap {
    margin-top: 15px;
    padding-bottom: 70px;
  }
  .scoll_wrap {
    bottom: 0px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
  }
  .scoll_wrap p {
    font-size: 12px;
  }
  .scroll_arrow {
    height: 30px;
  }
  .scroll_arrow::before {
    height: 30px;
  }
}

/* -----------------------------------------------------
	link area
----------------------------------------------------- */
.linkBnrWrap {
  margin-top: 100px;
  margin-bottom: 100px;
}
.linkBnr {
  display: block;
  position: relative;
  padding-top: 100%;
  transition: 0.3s all;
}
.linkBnr::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  background: rgba(0, 8, 38, 0.8);
  transition: 0.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: var(--color05);
  transition: 0.3s all;
  z-index: -1;
}
.linkBnr:hover h3::after,
.linkBnr:hover h3 + p::after {
  width: 100%;
}
.linkBnr:hover p.more {
  color: var(--color05);
  background: #fff;
}
.linkLocation {
  background: url("../../../img/pages/commmon/location.webp");
  background-size: cover;
}
.linkGallery {
  background: url("../../../img/pages/commmon/gallery.webp");
  background-size: cover;
}
.linkAccess {
  background: url("../../../img/pages/commmon/access.webp");
  background-size: cover;
}
.linkPlan {
  background: url("../../../img/pages/commmon/plan.webp");
  background-size: cover;
}
.linkF_e {
  background: url("../../../img/pages/commmon/f_e.webp");
  background-size: cover;
}
.linkLocation,
.linkGallery,
.linkAccess,
.linkPlan,
.linkF_e {
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .linkBnrWrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@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: var(--color01);;
  font-weight: normal;
}
.contactWrap .leftBox p.num {
  color: var(--color01);;
  font-size: 36px;
  margin: 0.4em 0 0.3em;
}
.contactWrap .leftBox p.info {
  color: var(--color01);;
  font-size: 12px;
  line-height: 2;
}
.contactWrap .leftBox::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2000px;
  background: #ab9d92;
  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: var(--color05);
  margin-bottom: 45px;
}
.rightBox .contact a {
  background: #7d554d;
  margin-bottom: 45px;
}
.rightBox .mitsui a {
  background: #583a3a;
}
@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;
  }
  .rightBox .vacant,
  .rightBox .contact {
    width: 100%;
  }
}
.contactWrap #topBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background: var(--color05);
  border: #999 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: var(--color01); !important;
}
.logoRF,
.logoMFRL {
  margin: 10px 0;
}
.logoRF img {
  max-width: 172px;
}
.logoMFRL img {
  max-width: 260px;
}
.info {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media only screen and (max-width: 991px) {
  footer {
    padding: 20px 0 30px 0;
  }
  .info {
    flex-flow: column wrap;
  }
  .info .address {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* トップへ戻るボタン調整 */
  footer {
    padding: 0 0 82px 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;
  }
}
