@media screen and (min-width: 750px) {
  /*--------------------------------------------------
 common 共通の設定
----------------------------------------------------*/
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none !important;
  }
.Sub-title {
  font-size: 4.7rem;
}
.Sub-title span {
  font-size: 1.5rem;
}
#plan .Sub-title, #map .Sub-title {
  text-align: left;
}
#photos .Sub-title, #details .Sub-title {
  text-align: right;
}
/*--------------------------------------------------
     #mainVisualSec トップのビジュアル
----------------------------------------------------*/
#mainSliderPC button {
  display: none;
}
#mainVisualSec .mainVisualIn #mainSliderPC {
  position: relative;
}
#mainVisualSec .mainVisualIn #mainSliderPC 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 #mainSliderPC li.pc_slider01 {
  background-image: url("../img/top/pc01.jpg");
}
#mainVisualSec .mainVisualIn #mainSliderPC li.pc_slider02 {
  background-image: url("../img/top/pc02.jpg");
}
#mainVisualSec .mainVisualIn #mainSliderPC li.pc_slider03 {
  background-image: url("../img/top/pc03.jpg");
}
#mainVisualSec .mainVisualIn #mainSliderPC li.pc_slider04 {
  background-image: url("../img/top/pc04.jpg");
}
#mainVisualSec .mainVisualIn #mainSliderPC li.pc_slider05 {
  background-image: url("../img/top/pc05.jpg");
}
	
  .contentIn {
    margin: 0 auto;
    width: 1280px;
  }
  #logoSec .contentIn .topLogo {
    width: 450px;
  /*  height: 500px;*/
	/*top: -1000px;*/
  }
	
  .imgWapper01 {
    text-align: center;
  }
  #scrollSec .contentIn {
    position: relative;
/*    padding-top: 130px;*/
  }
  #scrollSec .contentIn .mainTxt01 {
    font-size: 2em;
	  line-height: 1.5em;
  }
  #scrollSec .contentIn .mainTxt02 {
    margin-top: 50px;
    font-size: 1.2em;
	  text-align: center;
  }
  /*--------------------------------------------------
OpenHouse オープンハウス
----------------------------------------------------*/
  #OpenHouse {
    width: 50%;
	margin: 0 auto;
    padding-top: 60px;
/*	  padding-bottom: 100px;*/
	}
	
  #OpenHouse .OpenHouse_innner {
    border-radius: 15px;
  }
	
  /*--------------------------------------------------
     #point
----------------------------------------------------*/
	
.point_title {
	font-size: 5em;
	margin-left: -100px;
	margin-top: -80px;
	margin-bottom: 50px;
}

.comment_point1{
	width:60%;
	background-image: linear-gradient(to bottom, #FEF8ED 0%, #B7A7A9 100%);
	padding:50px 100px 0 100px;
	margin:200px -150px -100px -50px;
}

.photo_point1{
	width: 50%;
	margin:50px 0px 18% 100px;
}
	
.photo_point1_2{
	width: 80%;
	margin:-35px 0px 0 100px;
}
	
.point2{
	flex-direction: row-reverse;
}

.comment_point2{
	width:60%;
	background-image: linear-gradient(to bottom, #FEF8ED 0%, #B7A7A9 100%);
	padding:50px 100px 0 100px;
	margin-left:-50px;
	margin-right:-100px;
	margin-bottom:50px;
}

.photo_point2{
	width: 35%;
	margin:75px -125px 25% 0px;
}
	
.photo_point2_2{
	width: 90%;
	margin:0 0 -28% -15px;
}
	
.photo_point2_3{
	width: 80%;
    margin: 75px 0px 0 140px;
}

.photo_point2_5 {
	width: 27%;
    margin: -305px -15px 0px 500px;
}
	
.photo_point2_4{
	width: 40%;
    margin: -250px 150px 80px 0px;
}
	
.comment_point3{
	width:70%;
	background-image: linear-gradient(to bottom, #FEF8ED 0%, #B7A7A9 100%);
	padding:50px 220px 0 80px;
	margin:200px -150px -150px -50px;
}

.photo_point3{
	width: 40%;
	margin:120px 0px 18% -100px;
}
	
.photo_point3_3{
	width: 38%;
	margin:-200px -50px 0px 550px;
}	
	
.photo_point3_2{
	width: 75%;
	margin: 30px 0px 0px -50px;
}	
	
/*--------------------------------------------------
 photos 写真
----------------------------------------------------*/
#photos ul {
  float: left;
    padding-right: 0;
    padding-left: 0;
}
#photos ul li {
  width: 10.222222%;
  margin-right: 1%;
  margin-bottom: 1%;
}
/*9個目の余白0px*/
#photos ul li:nth-child(3n) {
  margin-right: 1%;
}
#photos ul li:nth-child(9n) {
  margin-right: 0;
}
    
  /*--------------------------------------------------
 map 周辺情報
----------------------------------------------------*/

  /*--------------------------------------------------
VERTUAL TOUR バーチャル内覧
----------------------------------------------------*/
  #VertualTour {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  #VertualTour .VertualTour_innner {
    background-image: url("../img/vrbg_bottom.png");
    background-size: 100% auto;
  }
  #VertualTour .Sub-title {
    background-image: url("../img/vrbg_top.png");
    background-size: 100% auto;
    background-position-y: 100%;
    height: 80px;
  }
  #VertualTour.Sub-title span {
    font-size: 3rem;
    padding: 0 30px;
  }
  #VertualTour iframe {
    height: 600px;
  }
}



#top .topIn #mainSlider {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#top .topIn #mainSlider li {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#top .topIn #mainSlider li.slider01 {
  background-image: url(../img/top/01.jpg);
}
#top .topIn #mainSlider li.slider02 {
  background-image: url(../img/top/02.jpg);
}
#top .topIn #mainSlider li.slider03 {
  background-image: url(../img/top/03.jpg);
}
#top .topIn #mainSlider li.slider04 {
  background-image: url(../img/top/04.jpg);
}
#top .topIn #mainSlider li.slider05 {
  background-image: url(../img/top/05.jpg);
}

	
@media screen and (min-width: 751px) and (max-width: 1050px){
	.point_title {
	margin-left: 0;
		
	font-size: 3.3em;}
	
	.point_title span{
	font-size: 1em;}
	
	.comment_point1 {
		padding: 50px 100px 200px 100px;	}
	
	.photo_point1_2 {
		margin: -70px 0px 0 100px;}
	
	.comment_point2 {
		margin-right: -50px;	}
	
	.photo_point2_5 {
		margin: -200px 50px 0px 300px;}
	
	.comment_point3 {
		padding:50px 220px 150px 80px;	}
		
	.photo_point3_3 {
		margin: -220px -75px 0px 250px;}
	
	.photo_point3_2 {
		    margin: 50px 0px 0px -50px;	}
	
	}