/*--------------------------------------------------
 common 共通の設定
----------------------------------------------------*/
#topicpathWrapper {
  display: none;
}
.pcOnly {
  display: none;
}
.spOnly {
  display: block;
}

#contesntsWrapper {
  top: 0;
}
#contents {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}
#mainContent {
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
}
article a {
  transition: 0.3s;
}
article a:hover {
  opacity: 0.4;
}
.wrapper {
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
  font-weight: 500;
  width: 100%;
  max-width: 2500px;
  color: #535353;
  font-size: 1em;
  line-height: 200%;
  text-align: justify;
  letter-spacing: 0.1em;
}

.line{
	display:flex;
	justify-content: space-around;
	flex-wrap:wrap;
}

.img100{
	width:100%;
	height: auto;
}

.mb30{
	margin-bottom: 30px;
}

.mb50{
	margin-bottom: 50px;
}

.mb150{
	margin-bottom: 150px;
}

.box1080 {
    max-width: 1080px;
    box-sizing: border-box;
    margin: 0 auto;
}

.box600 {
	max-width: 600px;
    box-sizing: border-box;
    margin: 0 auto!important;
}

/*見出し*/
.Sub-title {
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
  margin-bottom: 40px;
  font-size: 3.5rem;
  line-height: 0.8;
  letter-spacing: 0.5rem;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
    text-align: center;
}
.Sub-title span {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 40px;
  padding: 0 0 30px;
}

/*スクロールでフェードイン*/
.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 トップ
----------------------------------------------------*/


.contentIn:after {
  content: "";
  display: table;
  clear: both;
}
.wrapper {
  position: relative;
}
#mainVisualSec {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  color: #FFFFFF;
  background-color: #FDF3FF;
}

#mainVisualSec .mainVisualIn {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
}
ol, ul {
  list-style: none;
}
#mainSlider button {
  display: none;
}
#mainVisualSec .mainVisualIn #mainSlider {
  position: relative;
}
#mainVisualSec .mainVisualIn #mainSlider li {
  width: 100%;
  height: 100vh;
/*  position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
#mainVisualSec .mainVisualIn #mainSlider li.slider01 {
  background-image: url("../img/top/01.jpg");
}
#mainVisualSec .mainVisualIn #mainSlider li.slider02 {
  background-image: url("../img/top/02.jpg");
}
#mainVisualSec .mainVisualIn #mainSlider li.slider03 {
  background-image: url("../img/top/03.jpg");
}
#mainVisualSec .mainVisualIn #mainSlider li.slider04 {
  background-image: url("../img/top/04.jpg");
}
#mainVisualSec .mainVisualIn #mainSlider li.slider05 {
  background-image: url("../img/top/05.jpg");
}
#logoSec {
  top: 0;
  /*height: 800px;*/
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
.contentIn {
  width: 100%;
  padding: 0 5%;
}
#logoSec .contentIn {
  position: relative;
  text-align: center;
}
.overWapper {
  z-index: 50;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
}
#logoSec .contentIn .topLogo {
  width: 320px;
  height: 200px;
  position: absolute;
  top: -850px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
#scrollSec {
  height: 125vh;
  background: -moz-linear-gradient(0deg, rgba(145, 121, 149, 1) 0%, rgba(145, 121, 149, 0.6) 60%, rgba(145, 121, 149, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(145, 121, 149, 1) 0%, rgba(145, 121, 149, 0.6) 60%, rgba(145, 121, 149, 0) 100%);
  background: linear-gradient(0deg, rgba(145, 121, 149, 1) 0%, rgba(145, 121, 149, 0.6) 60%, rgba(145, 121, 149, 0) 100%);
  background: rgb(145, 121, 149);
  background: linear-gradient(0deg, rgba(145, 121, 149, 1) 0%, rgba(145, 121, 149, 0.6) 60%, rgba(145, 121, 149, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d3a468', endColorstr='#917995', GradientType=0);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
  padding-top: 150px;
  text-align: center;
  color: #FFFFFF;
}
#scrollSec .contentIn .mainTxt01 {
  font-size: 20px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", Meiryo, serif;
}
#scrollSec .contentIn .mainTxt02 {
  font-size: 15px;
  letter-spacing: 0;
	text-align: left;
}
/*--------------------------------------------------
OpenHouse オープンハウス
----------------------------------------------------*/

#OpenHouse {
  width: 100%;
/*  background: #917995;*/
/*  color: #fff;*/
}

#OpenHouse .OpenHouse_innner{
	width:100%;
    padding: 2em;
    margin: 50px auto 0;
    background: -webkit-repeating-linear-gradient(-45deg, #fffafb, #fffafb 3px,#faedef 3px, #faedef 7px);
    background: repeating-linear-gradient(-45deg, #fffafb, #fffafb 3px,#faedef 3px, #faedef 7px);
}
#OpenHouse .OpenHouse_innner p {
    margin: 0; 
    padding: 0;
}

#OpenHouse h2 span {
	font-family: 'Nunito', sans-serif;
	font-size: 2.5rem;
	color: #917995;
}
.OPtime {
	font-size: 1.7rem;
	font-weight: 600;
	margin-bottom: 30px !important;
}

/*--------------------------------------------------
 point　物件の紹介
----------------------------------------------------*/
#point {
	margin-top: 120px;
	padding-top: 100px;
}

.point_title {
	font-size: 3em;
	font-family: 'Monsieur La Doulaise', cursive;
	color: #deced0;
	margin-top: -50px;
	margin-bottom: 50px;
	font-weight: 200;
}
.point_title span{
	font-family: 'Fleur De Leah', cursive;
	font-size: 1.2em;
	font-weight: 100;
}


.titleS_comment{
	color:#959595;
	font-size: 1.5em;
	font-family: 'Hina Mincho', serif;
	letter-spacing: 0.1em;
	margin-bottom:20px;
}

@media screen and (max-width: 750px) {
.comment_point1,
	.photo_point1,
	.photo_point1_2,
	.photo_point2,
	.photo_point2_2,
	.photo_point2_3,
	.photo_point2_4,
	.photo_point2_5,
	.comment_point3,
	.photo_point3,
	.photo_point3_2,
	.photo_point3_3
	{
		width:100%;
		margin:0;
		padding:30px 2% 50px;
		
	}
.comment_point2	
	{width:100%;
		margin:0;
		background-image: none;
			padding: 30px 2% 0;
	}

	.point1,
	.point2,
	.point3{
		background-image: linear-gradient(to bottom, #FEF8ED 0%, #B7A7A9 100%);
		margin:0 2% 120px;
		box-shadow: 2px 3px 8px hsla(0,0%,0%,0.10);
	}
}



/*--------------------------------------------------
 plan 間取
----------------------------------------------------*/
#plan {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto 80px;
  background: #FEF8ED;
  background: -moz-linear-gradient(top, #FEF8ED 70%, #B7A7A9 100%);
  background: -webkit-linear-gradient(top, #FEF8ED 70%, #B7A7A9 100%);
  background: linear-gradient(to bottom, #FEF8ED 70%, #B7A7A9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$bg', endColorstr='$beg', GradientType=0);
}
#plan .Sub-title {
  margin-bottom: 80px;
  color: #6C5870;
}
.planp {
  max-width: 650px;
  margin: 0 auto;
  padding: 20px 30px;
}


section#plan p {
	width: 700px;
	max-width: 100%;
	margin: 50px auto 30px;
	line-height: 1.8em;
	text-align: left;
}

.plan-reno {
	max-width: 80% !important;
	position: relative;
	padding: 20px 40px;
    border: dotted 1px #6C5870;
    border-radius: 8px;
	font-size: 1.4rem;
}

.plan-reno .box-title {
    position: absolute;
    display: inline-block;
    top: -8px;
    left: 10px;
    padding: 0 7px;
    line-height: 1;
    font-size: 1.4rem;
    background: #FDF7ED;
    color: #6C5870;
    font-weight: bold;
}

.plan-reno span.box-content{
	margin-left: 0; 

}

/*--------------------------------------------------
 photos 写真
----------------------------------------------------*/
#photos {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 120px;
}

#photos ul {
  float: left;
    padding-right: 2%;
    padding-left: 2%;
}
#photos img {
  border-radius: 3px;
}
#photos ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
/*3個目の余白0px*/
#photos ul li:nth-child(3n) {
  margin-right: 0;
}

.fancybox-title-float-wrap .child {
	white-space: normal !important;
}
/*--------------------------------------------------
 map 周辺情報
----------------------------------------------------*/
#map {
  margin: 150px auto 100px;
  padding-bottom: 50px;
  line-height: 160%;
}
#map .Sub-title {
  color: #6C5870;
}
#map img {
  margin: 10px auto 20px;
	-webkit-backface-visibility: hidden;
}
#map h3 {
	max-width:950px;
    font-size:2rem;
	padding-left: 20px;
	margin: 0 auto;
}

.areabox img {
	border-radius: 15px;
	border: 5px solid #6C5870;
}

.areatxt {
	max-width:950px;
	padding: 20px;
	margin: 0 auto;
}

/*--------------------------------------------------
VertualTour バーチャル内覧
----------------------------------------------------*/
#VertualTour {
  width: 100%;
  background: #FEF8ED;
}

#VertualTour .VRbox {
  width: 90%;
  margin: 0 auto;
}
#VertualTour iframe {
  height: 400px;
}

#VertualTour .Sub-title {
  color: #6C5870;
	position: relative;
	top:-12px;
}
/*--------------------------------------------------
details 物件概要
----------------------------------------------------*/
#details {
  margin-top: 100px;
}
#details .Sub-title {
  color: #6C5870;
}
/*--------------------------------------------------
 form 問合わせ
----------------------------------------------------*/
#form {
  margin: 100px auto;
  text-align: center;
  width: 100%;
}
/*--------------------------------------------------
 googlemap アクセス
----------------------------------------------------*/
#gmap {
  /*border-top: 1px solid #A18E5C;*/
  padding-top: 50px;
  background: #A28EA3;
}
#gmap .Sub-title {
	position: relative;
	top:-66px;
  color: #ECDFEF;
}
#gmap .box950 {
  position: relative;
}
#gmap iframe {
  margin-top: 20px;
}
#mainContent {
  z-index: 100;
  position: sticky;
    margin-top: -150px;

}