/*--------------------------------------------------
 common 共通の設定
----------------------------------------------------*/
#topicpathWrapper {
  display: none;
}
.pcOnly {
  display: none;
}
.spOnly {
  display: block;
}
h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.txt {
  margin-top: 50px;
  margin-bottom: 50px;
}
#contesntsWrapper {
  top: 0;
}
div#contents {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}
article {
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
  font-weight: 300;
  width: 100%;
  background-color: #f9f9f7;
  /*max-width: 2500px;*/
  /*background-color: #202020;
  color: #fcfcfc;*/
  font-size: 1.65rem;
  line-height: 200%;
  text-align: justify;
  letter-spacing: 0.1em;
}
article a {
  transition: 0.3s;
}
article a:hover {
  opacity: 0.4;
}
/*見出し*/
.Sub-title {
  padding: 80px 0;
  border-top: 1px solid #534741;
  border-bottom: 1px solid #534741;
  background-color: #fff;
  text-align: center;
  z-index: 1;
  vertical-align: bottom;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
  font-size: 3rem;
  margin: 0 auto 2rem;
  letter-spacing: .5rem;
  font-weight: 700;
  /*color: #fff;*/
}
.Sub-title span {
  text-align: center;
  z-index: -1;
  vertical-align: bottom;
  font-size: 3rem;
  font-family: "Cedarville Cursive", cursive;
  font-weight: 500;
  color: #c0b498;
  letter-spacing: normal;
  line-height: 1;
  padding-left: 3rem;
}
/*スクロールでフェードイン*/
.fadeIn {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animation {
  visibility: hidden;
}
/*--------------------------------------------------
 top トップ
----------------------------------------------------*/
#top {
  width: 100%;
  height: 90vh;
  position: relative;
  background: url("../img/top/07.jpg");
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#topImg h1 {
  /* color: #fff;
    font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif; 
  font-weight: bold;
    font-size:4rem;
    letter-spacing: .6rem;*/
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.8));
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 353px;
}
/*--------------------------------------------------
 #pointSec
----------------------------------------------------*/
#pointSec {
  width: 100%;
  background: url("../img/background_img.png");
  background-attachment: scroll;
  background-repeat: repeat;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
#pointSec h3 {
  text-align: center;
  padding-top: 80px;
  margin-bottom: 50px;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
  font-weight: bold;
  /*color: #c2ae55;*/
  font-size: 2.2rem;
}
#pointSecIn {
  width: 95%;
  margin: 0 auto;
}
#pointSecTxt {
  padding: 1rem 0;
  background: #fff;
  border-radius: 3px 3px 0 0;
}
#pointSecTxt .txt {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
#pointSecImg {
  background-color: #fff;
}
.bxslider {
  margin: 0 auto;
  width: 100%;
  position: absolute;
}
.bx-wrapper {
  position: relative;
}
.bx-wrapper img {
  max-width: 100%;
  vertical-align: bottom;
}
.bx-viewport {
  max-width: 100%;
  max-height: 100%;
}
/* ページャー*/
.bx-pager {
  display: none;
}
/*#pointSecIn {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: row;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: flex-start;
-moz-box-align: flex-start;
-ms-flex-align: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
    flex-wrap: wrap;
}*/
/*--------------------------------------------------
 plan 間取
----------------------------------------------------*/
#plan {
  padding-bottom: 100px;
  margin: 0 auto;
}
#plan .txt {
  width: 95%;
  margin: 0 auto;
  padding: 20px 0;
}
.line {
  background: linear-gradient(transparent 60%, #edde7b 60%);
  /*font-weight:500; */
}
/*--------------------------------------------------
 photos 写真
----------------------------------------------------*/
#photos {
  margin: 0 auto;
  background: url("../img/background_img.png");
  background-attachment: scroll;
  background-repeat: repeat;
}
/*#photos h3 {
    margin-top: 50px;
}*/
#photos .fotorama {
  width: 95%;
  margin-top: 150px;
  padding-bottom: 150px;
}
/*--------------------------------------------------
 map 周辺情報
----------------------------------------------------*/
#map {
  background-color: #f8f7f3;
  margin: 0 auto;
  padding-bottom: 100px;
  line-height: 160%;
}
#map .txt {
  width: 95%;
}
#map img {
  margin: 10px auto 20px;
}
#map h3 {
  font-size: 2rem;
}
.map_img {
  margin-block-end: 60px;
}
/* 全体のスタイル */
.swiper-container {
  max-width: 950px;
  background: #eaeaea;
  border-radius: 3px;
}
.swiper-wrapper {
  width: 100%;
  /*height: 250px;*/
}
/* 全スライド共通スタイル */
.swiper-slide {
  /*color: #ffffff;*/
  width: 100%;
  padding: 30px;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
.swiper-slide .mapImg {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide .mapTxt {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide .mapTtl {
  border-bottom: 1px #fff solid;
  line-height: 200%;
}
/* 4の倍数＋1枚目のスライドのスタイル（1枚目、5枚目…） */
/*.swiper-slide:nth-child(4n+1) {
	background-color: #EECB27;
}*/
/* 4の倍数＋2枚目のスライドのスタイル（2枚目、6枚目…） */
/*.swiper-slide:nth-child(4n+2) {
	background-color: #E13239;
}*/
/* 4の倍数＋3枚目のスライドのスタイル（3枚目、7枚目…） */
/*.swiper-slide:nth-child(4n+3) {
	background-color: #1F1762;
}*/
/* 4の倍数＋4枚目のスライドのスタイル（4枚目、8枚目…） */
/*.swiper-slide:nth-child(4n+4) {
	background-color: #BEDAE5;
}*/
/*--------------------------------------------------
VirtualTour バーチャル内覧
----------------------------------------------------*/
#VirtualTour {
  background: url("../img/background_img.png");
  background-attachment: scroll;
  background-repeat: repeat;
}
#VirtualTour .VRbox {
  width: 95%;
  margin: 0 auto;
  padding: 80px 0;
}
#VirtualTour iframe {
  height: 400px;
}
/*--------------------------------------------------
details 物件概要
----------------------------------------------------*/
#details .box950 {
  margin-top: 80px;
}
/*--------------------------------------------------
 form 問合わせ
----------------------------------------------------*/
#form {
  margin: 100px auto;
  text-align: center;
  width: 100%;
}
/*--------------------------------------------------
 googlemap アクセス
----------------------------------------------------*/
#gmap {
  margin-top: 70px;
  background: url("../img/background_img.png");
  background-attachment: scroll;
  background-repeat: repeat;
  /*background: #8DA0B6;*/
}
#gmap .box950 {
  position: relative;
  padding: 80px 0;
}
#gmap iframe {
  margin-top: 20px;
}
#mainContent {
  z-index: 100;
  position: sticky;
}
#detailsin {
  margin-top: 30px;
}