@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  common.css
// style info :  スタイル指定
=================================================================== */

/* ===================================================================
  共通
=================================================================== */

html {
  font-family: "Noto Sans JP", sans-serif;
}
.sp {
  display: none;
}
@media screen and (max-width: 560px) {
  .sp {
    display: block;
  }
}
h1 {
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0.05em;	
		font-family: "Noto Sans JP", sans-serif;
    color: #000;
    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: "Jost", sans-serif;
}

/* 余白 */
@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: 105px;
  }
} */
.wrapper h2,.wrapper h3,.wrapper h4,.wrapper h5,.wrapper h6 {
  color: #333;
  letter-spacing: .1em;
}
.wrapper p,
.wrapper table th,
.wrapper table td,
.wrapper dl dt,
.wrapper dl dd,
.wrapper ul li {
  color: #333;
  letter-spacing: .1em;
  font-size: 14px;
  line-height: 1.75;
}
.wrapper a {
  color: #333;
  text-decoration: none;
  letter-spacing: .1em;
}
.wrapper figure img {
  width: 100%;
  height: auto;
}

/* -----------------------------------------------------
	画像
----------------------------------------------------- */
figure {
	position: relative;
}
img {
  vertical-align: bottom;
}
/* キャプション */
.picsCaps {
  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: 10px;
  display: flex;
}
.pageCaption ul li::before {
  content: "※";
  display: inline-block;
}
.pageCaption ul li+li {
  margin-top: 5px;
}

/* -----------------------------------------------------
	資料請求・来場予約ボタン
----------------------------------------------------- */

/* ===================================================================
  ヘッダー
=================================================================== */

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  /* background: #fff; */
  z-index: 9999;
  display: flex;
  align-items: center;
}
.headerWrap {
  /* position: absolute; */
  width: 97%;
  /* height: 100%; */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#navToggle {
  display: none;
}
/* logo */
.logo {
    width: min(13vw,125px);
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 510px) {
  .logo {
    width: min(30vw,100px);
  } 
}
.logoWrap {
  /* margin-left: calc(50% - 680px - 69px); */
  max-width: 100px;
  margin-right: auto;
}
.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;
  }
}

/* 空室情報・お問い合わせ */
.fixBtnLink {
  width: 100%;
  max-width: 180px;
}
.fixBtnLink li {
  width: 100%;
  max-width: 200px;
  /* height: 50px; */
}
.fixBtnLink li.vacant {
  background: #333;
  position: relative;
  border-radius: 25px;
  transition: all .3s;
}
.fixBtnLink li.vacant:hover {
  opacity: .8;
  text-decoration: none;
}
.fixBtnLink li.contact {
  background: #c1bfb4;
}
.fixBtnLink li a {
  display: flex;
  justify-content: center;
  align-items: left;
  width: 100%;
  height: 46px;
  padding:0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #fff;
}

.fixBtnLink li a::after {
  content: " ";
  display: block;
  width: 10px;
  height: 5px;
  background: url(../../../img/elements/header/arrow-w.svg) no-repeat center;
  background-size: contain;
}

/* Gnav */
#menuListWrap {
  /* position: absolute; */
  /* bottom: 0;
  left: 0;
  right: 0;
  margin: auto; */
  /* max-width: 1200px; */
  width: 100%;
}
.menuList {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin: 0 auto;
}
.menuList li {
  /* width: 20%; */
  margin-right: min(4%,30px);
}
.menuList li a {
  display: block;
  position: relative;
  font-size: min(1.1vw,14px);
  text-align: center;
  transition: .3s all;
}
@media screen and (max-width: 960px) {
  .menuList li a {
    font-size: 14px;
  }
}
.menuList li a:hover {
  color: rgba(51,51,51,0.3) !important;
}
.menuList li a.is-current::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background: rgba(51,51,51,0.3);
}
.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: min(9vw,70px);
  }
  .headerWrap {
    /* padding: 0 15px; */
    padding-left: 2.5%;
  }
  .logoWrap {
    margin-left: 0;
  }
  .fixBtnLink {
    /* max-width: 260px; */
    margin-left: auto;
    margin-right: 1.5%;
  }

	/* ハンバーガーメニュー */
  #navToggle {
    display: block;
    position: relative;
    /* top: 5px; */
    width: 50px;
    height: 50px;
    margin-right: .5%;
    cursor: pointer;
  }
  #navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 2px #333;
    transition: .4s ease-in-out;
    left: 10px;
  }
  #navToggle span:nth-child(1) {
    top: 16px;
  }
  #navToggle span:nth-child(2) {
    top: 25px;
  }
  #navToggle span:nth-child(3) {
    top: 35px;
  }
  #navToggle span:nth-child(4) {
    top: 38px;
    border: none;
    font-size: 11px;
    color: #000;
  }
  .navOpen #navToggle span:nth-child(1) {
    top: 23px;
    left: 9px;
    transform: rotate(-45deg);
  }
  .navOpen #navToggle span:nth-child(2),
  .navOpen #navToggle span:nth-child(3) {
    top: 23px;
    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: min(9vw,70px);
    left: 0;
    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 {
    display: none;
  }
  #navToggle {
    margin-left: auto;
  }
  #navToggle span {
    border-bottom: solid 2px #333;
  }
  #navToggle span:nth-child(4) {
    color: #333;
  }
  .menuList li.vacant,
  .menuList li.contact {
    display: block;
    border-bottom: none;
  }
  .menuList li.vacant a {
    background: #333;
    color: #fff;
  }
  .menuList li.contact a {
    background: #c1bfb4;
    color: #fff;
  }
}
@media only screen and (max-width: 510px) {
  header {
    height: 15vw;
  }
    #menuListWrap {
      top: 15vw;
    }
}

/* ===================================================================
  kv / scroll
=================================================================== */
.contents {
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  .contents {
      margin-top: min(9vw,70px);
    }
}
@media only screen and (max-width: 510px) {
  .contents {
    margin-top: 15vw;
  }
}

.kv {
  position: relative;
}
.kvWrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.kvWrap figure img {
}
@media screen and (max-width: 560px) {
  .kvWrap figure img {
  height: auto;
  }
}

.scoll_wrap {
  position: absolute;
  bottom: 120px;
  right: -80px;
  width: 50px;
  height: 80px;
}
.scoll_wrap p {
  color: #333;
  font-size: 14px;
  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: #333;
  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: 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: .3s all;
}
.linkBnr::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  background: rgba(62,103,85,.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: #333;
  transition: 0.3s all;
  z-index: -1;
}
.linkBnr:hover h3::after,
.linkBnr:hover h3 + p::after {
  width: 100%;
}
.linkBnr:hover p.more {
  color: #333;
  background: #fff;
}
.linkGallery {
  background: url("../../../img/pages/commmon/gallery.jpg");
  background-size: cover;
}
.linkLocation {
  background: url("../../../img/pages/commmon/location.jpg");
  background-size: cover;
}
.linkConcept {
  background: url("../../../img/pages/commmon/concept.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,
  .linkLocation,
.linkConcept,
  .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%;
  }
}

/* ===================================================================
  コンタクト
=================================================================== */
.pagebot-link__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagebot-link__list a {
  color: #fff;
  margin: 0 25px;
}
.contactWrap {
  background-color: #333;
  padding: 150px 0 25px;
}
.privacy {
  display: flex;
  justify-content: center;
  align-items: center;
}
.privacy li {
  margin: 0 1vw;
}
.privacy a {
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 1200px) {
  .privacy {
  flex-wrap: wrap;
  }
  .privacy li {
    width: 30%;
    margin: 0;
  }
  .privacy a {
    display: block;
    margin: 15px 0;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 960px) {
  .pagebot-link__list a {
    margin-right: 2.5vw;
    margin-left: 2.5vw;
    font-size: min(1.75vw,14px);
  }
}
@media screen and (max-width: 560px) {
  .contactWrap {
      padding: 15vw 0;
  }
  .pagebot-link__list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .pagebot-link__list a {
    font-size: 3.75vw;
    padding: 5vw 0 5vw 5%;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .pagebot-link__list a::before {
    content: '・';
    display: block;
  }
  .pagebot-link__item {
    width: 50%;
  }
  .privacy li {
    width: 50%;
    margin: 0;
  }
  .privacy a {
    padding-left: 1vw;
    font-size: 3vw;
  }
  .privacy li:nth-child(odd) a {
    padding-left: 1vw;
  }
  .privacy li:nth-child(even) a {
    padding-left: 2vw;
  }
}
.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: #dedede;
  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;
  color: #fff;
}
.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 {
  color: #fff;
  background: #807F7F;
  margin-bottom: 45px;
  transition: all 0.3s;
}
.rightBox .vacant a:hover {
  background: #aaa;
}
.rightBox .contact a {
  background: #c1bfb4;
  margin-bottom: 45px;
}
.rightBox .mitsui a {
  color: #333;
  background: #fff;
  border: 1px solid #333;
  transition: 0.3s all;
}
.rightBox .mitsui a:hover {
  background: #aaa;
}
@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: #555;
  border: #555 7px solid;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 540px;
  color: #fff !important;
  font-size: 13px;
  z-index: 5;
}
.contactWrap #topBtn span::before {
  content: "▲";
  color: #fff;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
}
@media screen and (max-width: 991px) {
  .contactWrap #topBtn {
    bottom: 835px;
  }
}
@media only screen and (max-width: 767px) {
  .contactWrap #topBtn {
    position: fixed;
    right: -72px;
    transition: all 0.5s;
  }
  .contactWrap #topBtn.anime {
    right: 5px;
  }
}
@media screen and (max-width: 560px) {
  .contactWrap #topBtn {
    bottom: 23vw;
  }
}

/* ===================================================================
  フッター
=================================================================== */
footer {
background-color: #fff;
  padding: 30px 0;
}
.footer__list {
  display: flex;
  justify-content: center;
}
.footer__item:nth-child(1) {
  width: 26%;
}
.footer__item:nth-child(2) {
  width: 27%;
  margin: 0 3%;
}
.footer__item:nth-child(3) {
  width: 18%;
}
footer .copy {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .footer__list {
    flex-wrap: wrap;
  }
  .footer__item:nth-child(1) {
    width: 28%;
  }
  .footer__item:nth-child(2) {
    width: 29%;
    margin: 0 3%;
  }
  .footer__item:nth-child(3) {
    width: 20%;
  }
}
@media screen and (max-width: 560px) {
  .footer__list {
    flex-wrap: wrap;
  }
  .footer__item {
    padding: 4vw 0;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
  }
  .footer__item:nth-child(1) {
    width: 100%;
    padding-right: 15vw;
    padding-left: 15vw;
    margin: 0 auto;
  }
  .footer__item:nth-child(2) {
    width: 100%;
    padding-right: 15vw;
    padding-left: 15vw;
    margin: 0;
  }
  .footer__item:nth-child(3) {
    width: 100%;
    padding-right: 25vw;
    padding-left: 25vw;
  }
}
.footer__item .prof {
  margin-bottom: 1em;
}
.footer__item a {
  display: block;
}
.footer__item a img {
  width: 100%;
  height: auto;
}
footer p {
  font-size: 10px !important;
}
.logoRF {
  margin: 10px 0;
}
.logoRF img {
  max-width: 172px;
}
.info {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
footer .info {
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  footer {
    /* padding: 0 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; */
  }
}
@media screen and (max-width: 560px) {
  footer {
    padding-bottom: 25vw;
  }
}

/* ===================================================================
  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;}
}

.sp-nav__item {
  display: none;
}
@media screen and (max-width: 560px) {
  .sp-nav {
    width: 90%;
    margin: 0 auto;
    border-radius: 10vw;
      position: fixed;
      top: auto;
      bottom: 3vw;
      left: 5vw;
      display: flex;
      background-color: #fff;
      box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
  }
  #navToggle {
    width: 18%;
    height: 15vw;
    margin-right: 0;
  }
  #navToggle span {
    width: 5.5vw;
    left: 5vw;
    border-bottom: 1px solid #000;
  }
  #navToggle {
    font-size: 2vw;
  }
    #navToggle span:nth-child(1) {
      top: 4vw;
    }
  
    #navToggle span:nth-child(2) {
      top: 6vw;
    }
  
    #navToggle span:nth-child(3) {
      top: 8vw;
    }
  #navToggle span:nth-child(4) {
    top: 13vw;
      left: 5.5vw;
  }
    .navOpen #navToggle span:nth-child(1) {
      top: 6vw;
      left: 5vw;
    }
        .navOpen #navToggle span:nth-child(2),
        .navOpen #navToggle span:nth-child(3) {
          top: 6vw;
          left: 5vw;
        }
        #navToggle p {
          position: absolute;
          bottom: 1vw;
          left: 3vw;
        }
  #navToggle p::after {
    display: inline-block;
    content: 'MENU';
    font-size: 2.75vw;
  }
  .navOpen #navToggle p::after {
    content: 'CLOSE';
    margin-left: -1vw;
  }
  .sp-nav__item {
    width: 78%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sp-nav__item::before {
    display: block;
    content: '';
    background-size: contain;
    /* margin:0 4vw 0 10%; */
    margin-right: 4vw;
  }
  .sp-nav__item a {
    color: #fff;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 4vw;
  }
  .sp-nav__item.--room {
    background-color: #333;
    border-radius: 0 10vw 10vw 0;
  }
  .sp-nav__item.--room::before {
    width: 7vw;
    height: 9vw;
    background-image: url(../../../img/elements/header/cmn_sp-icon01.svg);
  }
  /* .sp-nav__item.--contact {
    background-color: #ae7252;
  }
    .sp-nav__item.--contact::before {
      width: 8vw;
        height: 6vw;
        background-image: url(../../../img/elements/header/cmn_sp-icon02.svg);
  } */
}


/* ******************* ロゴ仮称のため一時対応******************** */
/* .logoWrap {display: none;}

@media screen and (max-width: 560px) {
  header {
    height: 0;
  }
  .navOpen #header.is-class {
    background-color: #fff;
    height: 15vw;
  }
  .contents {
    margin-top: 0;
  }
} */
.logoWrap {
  font-weight: 700;
    white-space: nowrap;
    width: 25vw;
    margin-left: 0;
}
#menuListWrap {
  width: 55vw;
}
@media screen and (max-width: 991px) {
  #menuListWrap {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .headerWrap {
    padding-left: 0;
  }
  .logoWrap a {
    font-size: 3.5vw;
  }
}