@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Herr+Von+Muellerhoff&display=swap");
/* --------------------------------------------------------------------------------
  共通要素要CSS
-------------------------------------------------------------------------------- */
/* ver6.0のテンプレに関する部分
----------------------------------------*/
.accessibilityNav {
  zoom: 1;
}
.accessibilityNav:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

#accessibilityNav {
  display: none;
}

/* 下層メインビジュアル
----------------------------------------*/
.keyVisual {
  position: relative;
}
.keyVisual .photo .cap--inRight {
  text-align: right;
}
.keyVisual__inner {
  inset: 0;
  position: absolute;
  z-index: 1;
}
.keyVisual__inner .pageTtl {
  z-index: 2;
  position: relative;
  color: #ffffff;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cardo", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.08em;
  line-height: 0.7;
}
@media only screen and (min-width: 768px) {
  .keyVisual__inner .pageTtl {
    font-size: 50px;
    min-height: 27.7777777778%;
  }
}
@media only screen and (max-width: 767px) {
  .keyVisual__inner .pageTtl {
    font-size: 10.6666666667vw;
    min-height: 37.3333333333vw;
  }
}

/* コンテンツ幅定義スタイル
---------------------------------------- */
.wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  width: 1000px;
}
@media only screen and (max-width: 767px) {
  .wrap {
    width: 100%;
    padding: 0 4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* caption付きphotoに必要なスタイル
---------------------------------------- */
.photo {
  position: relative;
}
.photo__pic {
  display: block;
}

/* キャプション
---------------------------------------- */
.cap {
  color: #999999;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.cap a {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .cap {
    line-height: 1.45;
    font-size: 10px;
  }
}
.photo .cap {
  position: absolute;
}
.photo .cap--halfInRight {
  right: calc(50% + 8px);
  bottom: 5px;
}
.photo .cap--halfOutRight {
  right: 50%;
  top: 100%;
  padding-top: 7px;
}
.photo .cap--inRight {
  right: 8px;
  bottom: 5px;
}
.photo .cap--outRight {
  right: 0px;
  top: 100%;
  padding-top: 7px;
}
@media only screen and (max-width: 767px) {
  .photo .cap--outRight {
    right: 8px;
  }
  .wrap .photo .cap--outRight {
    right: 0;
  }
}
.photo .cap--inLeft {
  left: 8px;
  bottom: 5px;
}
.photo .cap--outLeft {
  left: 0px;
  top: 100%;
  padding-top: 7px;
}
@media only screen and (max-width: 767px) {
  .photo .cap--outLeft {
    left: 8px;
  }
}
.photo .cap--label {
  right: 0;
  background-color: #555555;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .photo .cap--label {
    bottom: 2px;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .photo .cap--label {
    bottom: 0;
    width: 3.5897435897vw;
    height: 3.5897435897vw;
  }
}

/* 見出しパーツ
---------------------------------------- */
.headingLv1 {
  color: #000000; /* 文字色変更不可 */
  font-weight: 700;
  font-size: 2.625rem; /* サイズ変更不可 */
  line-height: 0.7;
}
@media only screen and (max-width: 767px) {
  .headingLv1 {
    font-size: 2rem;
  }
}
.headingLv1 .jp {
  display: block;
  font-size: 0.4em; /* サイズ変更不可 */
  line-height: 1;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .headingLv1 .jp {
    padding-top: 6.6666666667vw;
  }
}
.headingLv1 + .headingLv2 {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .headingLv1 + .headingLv2 {
    margin-top: 8vw;
  }
}
.headingLv1 + .txt {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .headingLv1 + .txt {
    margin-top: 6.6666666667vw;
  }
}

.headingLv2 {
  font-size: 20px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .headingLv2 {
    line-height: 2;
  }
}
.headingLv2 + .txt {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .headingLv2 + .txt {
    margin-top: 6.6666666667vw;
  }
}

.headingLv3 {
  /* 見出し小 初期段階ではスタイルを充てていない */
}

/* テキスト
---------------------------------------- */
.txt {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .txt {
    font-size: 3.4666666667vw;
  }
}

/* 共通ボタン
---------------------------------------- */
.generalBtn {
  display: block;
  color: #fff;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#D0BA7E), to(#9C7E32));
  background: linear-gradient(to right, #D0BA7E, #9C7E32);
}
@media only screen and (min-width: 768px) {
  .generalBtn {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .generalBtn {
    font-size: 3.7333333333vw;
    padding: 4vw 0;
  }
}
.generalBtn:before {
  background: #fff;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: 1;
}
.generalBtn:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-radius: 1px;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .generalBtn:hover {
    color: #9C7E32;
  }
}
@media only screen and (min-width: 768px) {
  .generalBtn:hover:before {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .generalBtn:hover:after {
    border-right: 1px solid #9C7E32;
    border-top: 1px solid #9C7E32;
  }
}
.generalBtn__txt {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

/* フッター コンタクトエリアのスタイリングはここで上書き
----------------------------------------*/
.contactArea {
  background-color: #E4E3DC;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contactArea {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .contactArea {
    padding: 15.3846153846vw 0;
  }
}
@media only screen and (min-width: 768px) {
  .contactArea .msn-c-section__container {
    max-width: 1200px;
    padding: 90px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .contactArea .msn-c-section__container {
    margin: 0 3.8461538462vw;
    padding: 15.3846153846vw 0 5.1282051282vw;
  }
}
.contactArea .msn-c-section__container:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}
.contactArea .msn-c-section__container:after {
  content: "";
  border: 1px solid #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .contactArea .msn-c-section__container:after {
    width: calc(100% - 40px);
    height: calc(100% - 32px);
  }
}
@media only screen and (max-width: 767px) {
  .contactArea .msn-c-section__container:after {
    width: calc(100% - 5.1282051282vw);
    height: calc(100% - 10.2564102564vw);
  }
}

/* 本物件の詳細エリア（下層誘導リンク）のスタイリングはここで上書き
---------------------------------------- */
.contentNav {
  background-color: #f8f8f8;
  padding: 180px 0 130px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .contentNav {
    padding: 16vw 5.3333333333vw 13.3333333333vw;
  }
}

/*  
contentNavに表示されるコンテンツメニューは下記スタイルで背景画像を変更できます。
画像は必ず変更が必要、文字色やサイズは変更不可です（タイトルが長く崩れるなどどうしようもない場合のみfont-sizeの調整等可能）。
----------------------------------------*/
.msn-contentnav__background:after {
  bottom: 5px;
  color: #ffffff;
  font-size: 12px;
  left: 5px;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 767px) {
  .msn-contentnav__background:after {
    font-size: 10px;
  }
}

.content-menu-design {
  background-image: url("../img/img-content-nav-item-01.jpg");
}
.content-menu-design:after {
  content: "image photo";
}

.content-menu-location {
  background-image: url("../img/img-content-nav-item-02.jpg");
}
.content-menu-location:after {
  content: "「新横浜」駅周辺の街並み\a（約860m/徒歩11分）";
  text-align: left;
  white-space: pre;
  line-height: 1.2;
  bottom: 2px;
}

.content-menu-access {
  background-image: url("../img/img-content-nav-item-03.jpg");
}
.content-menu-access:after {
  content: "「新横浜」駅北口\a（約850m/徒歩11分）";
  text-align: left;
  white-space: pre;
  line-height: 1.2;
  bottom: 2px;
}

.content-menu-plan {
  background-image: url("../img/img-content-nav-item-04.jpg");
}
.content-menu-plan:after {
  content: "image photo";
}

.content-menu-equipment {
  background-image: url("../img/img-content-nav-item-05.jpg");
}
.content-menu-equipment:after {
  content: "image photo";
}

.content-menu-map {
  background-image: url("../img/img-content-nav-item-06.jpg");
}
.content-menu-map:after {
  content: "現地周辺航空写真";
}

.content-menu-outline {
  background-image: url("../img/img-content-nav-item-07.jpg");
}
.content-menu-outline:after {
  content: "image photo";
}

.content-menu-orderSystem {
  background-image: url("../img/img-content-nav-item-08.jpg");
}
.content-menu-orderSystem:after {
  content: "image photo";
}

/* フッター ナビゲーション（暫定残し。不要なタイミングで削除）
---------------------------------------- */
.btmSnav {
  border-bottom: 1px solid #d4d4d4;
  padding: 23px 0 22px;
}
@media only screen and (max-width: 767px) {
  .btmSnav {
    display: none;
  }
}
.btmSnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btmSnav__item {
  border-right: 1px solid #666;
  line-height: 1;
  padding: 0 14px;
}
.btmSnav__item:last-child {
  border-right: none;
}
.btmSnav__link {
  color: #333;
  font-size: 12px;
  line-height: 1;
}
.btmSnav__link.is-off {
  opacity: 0.5;
  pointer-events: none;
}

/* フッター キャプション
背景色の変更は不可。文字色の変更は可能です。
----------------------------------------*/
.btmCap {
  background-color: #f2f2f2;
  padding: 40px 0;
}
/* 予告広告
---------------------------------------- */
.noticeAd {
  background-color: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 40px;
}
.noticeAd .noticeTtl {
  border: 1px solid #c1c1c1;
  color: #999999;
  display: inline-block;
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 12px;
  padding: 5px;
}

/* お詫びと訂正
---------------------------------------- */
.apologizeCont {
  background-color: #f2f2f2; /* 背景色変更不可 */
  color: #000000; /* 文字色変更不可 */
  font-size: 12px;
  padding: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .apologizeCont {
    text-align: left;
    padding: 5.3333333333vw;
  }
}
.apologizeCont__ttl {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .apologizeCont__ttl {
    font-size: 4.2666666667vw;
  }
}
.apologizeCont__ttl + .apologizeCont__txt {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .apologizeCont__ttl + .apologizeCont__txt {
    margin-top: 4vw;
  }
}
.apologizeCont__detail {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .apologizeCont__detail {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.apologizeCont + .noticeAd {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .apologizeCont + .noticeAd {
    margin-top: 3.3333333333vw;
  }
}

/* flexbBox
---------------------------------------- */
/*.wrapで囲われている条件でのフレックスボックスのスタイルを定義できる。 */
.layoutCol {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* ・2カラム */
  /* ・2カラムで右側のボックスが大きい場合 */
  /* ・2カラムで左側のボックスが大きい場合 */
  /* ・3カラム(SP時1カラム) */
  /* ・3カラム(SP時2カラム) */
  /* ・4カラム */
  /* ・5カラム */
}
.layoutCol--two > .layoutCol__item {
  width: 464px;
}
.layoutCol--two > .layoutCol__item:nth-child(n+3) {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .layoutCol--two > .layoutCol__item {
    width: 100%;
  }
  .layoutCol--two > .layoutCol__item:not(:first-child) {
    margin-top: 6.4102564103vw;
  }
}
@media only screen and (min-width: 768px) {
  .layoutCol--twoRightLarge > .layoutCol__item:nth-child(odd) {
    width: 300px;
  }
  .layoutCol--twoRightLarge > .layoutCol__item:nth-child(even) {
    width: 630px;
  }
}
@media only screen and (max-width: 767px) {
  .layoutCol--twoRightLarge > .layoutCol__item {
    width: 100%;
  }
  .layoutCol--twoRightLarge > .layoutCol__item:not(:first-child) {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .layoutCol--twoLeftLarge > .layoutCol__item:nth-child(odd) {
    width: 630px;
  }
  .layoutCol--twoLeftLarge > .layoutCol__item:nth-child(even) {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .layoutCol--twoLeftLarge > .layoutCol__item {
    width: 100%;
  }
  .layoutCol--twoLeftLarge > .layoutCol__item:not(:first-child) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .layoutCol--oneThird {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.layoutCol--oneThird > .layoutCol__item {
  width: 300px;
}
@media only screen and (min-width: 768px) {
  .layoutCol--oneThird > .layoutCol__item:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .layoutCol--oneThird > .layoutCol__item {
    width: 100%;
  }
  .layoutCol--oneThird > .layoutCol__item:not(:first-child) {
    margin-top: 40px;
  }
}
.layoutCol--twoThird > .layoutCol__item {
  width: 300px;
}
@media only screen and (min-width: 768px) {
  .layoutCol--twoThird > .layoutCol__item:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .layoutCol--twoThird > .layoutCol__item {
    width: 48.5%;
  }
  .layoutCol--twoThird > .layoutCol__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
.layoutCol--four > .layoutCol__item {
  width: 224px;
}
@media only screen and (min-width: 768px) {
  .layoutCol--four > .layoutCol__item:nth-child(n+5) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .layoutCol--four > .layoutCol__item {
    width: 48.5%;
  }
  .layoutCol--four > .layoutCol__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
.layoutCol--five > .layoutCol__item {
  width: 175px;
}
@media only screen and (min-width: 768px) {
  .layoutCol--five > .layoutCol__item:nth-child(n+6) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .layoutCol--five > .layoutCol__item {
    width: 48.5%;
  }
  .layoutCol--five > .layoutCol__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .layoutCol--rev {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}
@media only screen and (min-width: 768px) {
  .layoutCol--cen {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* CVパーツ
---------------------------------------- */
.smallCvLink {
  position: relative;
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 20px 0 20px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #999999;
  border: 1px solid #999999;
}
@media only screen and (min-width: 768px) {
  .smallCvLink:hover {
    background-color: #ffffff;
    color: #999999;
  }
}
@media only screen and (max-width: 767px) {
  .smallCvLink {
    padding: 4.8vw 0 5.3333333333vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.smallCvLink--map, .smallCvLink--print {
  background-color: #000;
}
.smallCvLink--map:before, .smallCvLink--print:before {
  background: #fff;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: 1;
}
.smallCvLink--map:after, .smallCvLink--print:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-radius: 1px;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .smallCvLink--map:hover, .smallCvLink--print:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .smallCvLink--map:hover:before, .smallCvLink--print:hover:before {
    background: #fff;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: 1;
  }
  .smallCvLink--map:hover:before, .smallCvLink--map:hover:after, .smallCvLink--print:hover:before, .smallCvLink--print:hover:after {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
  }
}

/* --------------------------------------------------------------------------------
utility
-------------------------------------------------------------------------------- */
/* pc / sp表示
---------------------------------------- */
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
/* data-color
---------------------------------------- */
[data-color=shadow] {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7);
}

[data-color=white] {
  color: #fff;
}

[data-color=black] {
  color: #000;
}

[data-color=dark] {
  color: #333;
}

/* text-align
---------------------------------------- */
[data-align=center] {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  [data-align=pc-center] {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  [data-align=pc-center] {
    text-align: left;
  }
}
@media print, screen and (min-width: 769px) {
  [data-align=sp-center] {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  [data-align=sp-center] {
    text-align: center;
  }
}
[data-align=right] {
  text-align: right;
}

/*  helper margin top
---------------------------------------- */
@media only screen and (max-width: 767px) {
  .spMt5 {
    margin-top: 5px;
    margin-top: calc(5 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt10 {
    margin-top: 10px;
    margin-top: calc(10 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt15 {
    margin-top: 15px;
    margin-top: calc(15 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt20 {
    margin-top: 20px;
    margin-top: calc(20 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt25 {
    margin-top: 25px;
    margin-top: calc(25 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt30 {
    margin-top: 30px;
    margin-top: calc(30 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt35 {
    margin-top: 35px;
    margin-top: calc(35 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt40 {
    margin-top: 40px;
    margin-top: calc(40 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt45 {
    margin-top: 45px;
    margin-top: calc(45 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt50 {
    margin-top: 50px;
    margin-top: calc(50 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt55 {
    margin-top: 55px;
    margin-top: calc(55 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt60 {
    margin-top: 60px;
    margin-top: calc(60 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt65 {
    margin-top: 65px;
    margin-top: calc(65 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt70 {
    margin-top: 70px;
    margin-top: calc(70 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt75 {
    margin-top: 75px;
    margin-top: calc(75 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt80 {
    margin-top: 80px;
    margin-top: calc(80 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt85 {
    margin-top: 85px;
    margin-top: calc(85 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt90 {
    margin-top: 90px;
    margin-top: calc(90 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt95 {
    margin-top: 95px;
    margin-top: calc(95 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt100 {
    margin-top: 100px;
    margin-top: calc(100 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt105 {
    margin-top: 105px;
    margin-top: calc(105 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt110 {
    margin-top: 110px;
    margin-top: calc(110 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt115 {
    margin-top: 115px;
    margin-top: calc(115 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt120 {
    margin-top: 120px;
    margin-top: calc(120 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt125 {
    margin-top: 125px;
    margin-top: calc(125 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt130 {
    margin-top: 130px;
    margin-top: calc(130 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt135 {
    margin-top: 135px;
    margin-top: calc(135 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt140 {
    margin-top: 140px;
    margin-top: calc(140 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt145 {
    margin-top: 145px;
    margin-top: calc(145 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt150 {
    margin-top: 150px;
    margin-top: calc(150 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt155 {
    margin-top: 155px;
    margin-top: calc(155 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt160 {
    margin-top: 160px;
    margin-top: calc(160 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt165 {
    margin-top: 165px;
    margin-top: calc(165 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt170 {
    margin-top: 170px;
    margin-top: calc(170 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt175 {
    margin-top: 175px;
    margin-top: calc(175 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt180 {
    margin-top: 180px;
    margin-top: calc(180 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt185 {
    margin-top: 185px;
    margin-top: calc(185 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt190 {
    margin-top: 190px;
    margin-top: calc(190 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt195 {
    margin-top: 195px;
    margin-top: calc(195 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .spMt200 {
    margin-top: 200px;
    margin-top: calc(200 / 375 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .pcMt5 {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt10 {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt15 {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt20 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt25 {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt30 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt35 {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt40 {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt45 {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt50 {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt55 {
    margin-top: 55px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt60 {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt65 {
    margin-top: 65px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt70 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt75 {
    margin-top: 75px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt80 {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt85 {
    margin-top: 85px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt90 {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt95 {
    margin-top: 95px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt100 {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt105 {
    margin-top: 105px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt110 {
    margin-top: 110px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt115 {
    margin-top: 115px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt120 {
    margin-top: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt125 {
    margin-top: 125px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt130 {
    margin-top: 130px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt135 {
    margin-top: 135px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt140 {
    margin-top: 140px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt145 {
    margin-top: 145px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt150 {
    margin-top: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt155 {
    margin-top: 155px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt160 {
    margin-top: 160px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt165 {
    margin-top: 165px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt170 {
    margin-top: 170px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt175 {
    margin-top: 175px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt180 {
    margin-top: 180px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt185 {
    margin-top: 185px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt190 {
    margin-top: 190px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt195 {
    margin-top: 195px;
  }
}

@media only screen and (min-width: 768px) {
  .pcMt200 {
    margin-top: 200px;
  }
}

.blockTtl {
  color: rgba(149, 119, 40, 0.8);
  font-family: "Cardo", serif;
  position: relative;
  line-height: 0.7;
}
@media only screen and (min-width: 768px) {
  .blockTtl {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blockTtl {
    font-size: 10.2564102564vw;
  }
}
.blockTtl:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  background-color: rgba(149, 119, 40, 0.8);
}
@media only screen and (min-width: 768px) {
  .blockTtl:after {
    height: 2px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blockTtl:after {
    height: 1px;
    width: calc(100% + 4vw);
  }
}

.headingCombi .heading {
  color: #7A6A44;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 768px) {
  .headingCombi .heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .headingCombi .heading {
    font-size: 6.1538461538vw;
  }
}
.headingCombi .heading + .txt {
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  .headingCombi .heading + .txt {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .headingCombi .heading + .txt {
    margin-top: 7.6923076923vw;
  }
}
.headingCombi .txt {
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .headingCombi .txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .headingCombi .txt {
    font-size: 3.5897435897vw;
  }
}
.headingCombi--small .heading {
  font-family: "Cardo", serif;
}
@media only screen and (min-width: 768px) {
  .headingCombi--small .heading {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .headingCombi--small .heading {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) {
  .headingCombi--small .heading + .txt {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .headingCombi--small .heading + .txt {
    margin-top: 1.5384615385vw;
    font-size: 5.1282051282vw;
  }
}
.headingCombi--line .heading {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .headingCombi--line .heading {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .headingCombi--line .heading {
    font-size: 5.1282051282vw;
    padding-bottom: 2.5641025641vw;
  }
}
.headingCombi--line .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #A78C46;
}
@media only screen and (max-width: 767px) {
  .headingCombi--line .heading + .txt {
    margin-top: 5.1282051282vw;
  }
}

.swipeFigure {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .swipeFigure {
    height: 106.6666666667vw;
    margin: 0 -4vw;
  }
}
@media only screen and (max-width: 767px) {
  .swipeFigure__inner {
    height: 100%;
    overflow: scroll;
  }
}
.swipeFigure__inner::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 767px) {
  .swipeFigure__pic, .swipeFigure__image {
    display: block;
    height: 100%;
    max-width: initial;
    width: auto;
  }
}
.swipeFigure__note {
  padding-top: 10px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .swipeFigure__note {
    padding-right: 10px;
  }
}
.swipeFigure__note--inRight {
  bottom: 5px;
  position: absolute;
  right: 5px;
}
@media only screen and (min-width: 768px) {
  .swipeFigure__plot {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .swipeFigure__plot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    aspect-ratio: 1/1;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 10px rgba(34, 39, 38, 0.1);
    box-shadow: 0 0 10px rgba(34, 39, 38, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 4vw;
    position: absolute;
    top: 4vw;
    width: 9.6vw;
  }
}
.swipeFigure__plot .arrow {
  aspect-ratio: 72/56;
  width: 5.3333333333vw;
}
.swipeFigure .svgIcon {
  display: block;
  height: 100%;
  width: 100%;
}