@media screen and (min-width: 640px) {
  /*--------------------------------------------------
 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;
}*/
    
    
/*--------------------------------------------------
 top トップ
----------------------------------------------------*/
#top {
    background: url("../img/top/06.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
#topImg h1 {
position: absolute;
    font-size:5rem;
    letter-spacing: 1rem;
  top: 40%;
  left: 20%;
  transform: translate(-50%, -50%);
    /*max-width: 401px;*/
}   
    
/*--------------------------------------------------
 #pointSec
----------------------------------------------------*/
    #pointSec {
        background-attachment: fixed;
}
    #pointSec h3 {
        line-height: 200%;
    }
    #pointSecIn {
        position: relative;
        max-width: 900px;
        height: 700px;
        margin: 0 auto;
    }
    #pointSecTxt {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 65%;
        padding: 30px 50px;
        background: #fff;
        border-radius: 3px;
    }
    #pointSecTxt .txt {
        width: 95%;
        margin-left: 5%;
    }
    #pointSecImg {
        position: absolute;
        background-color: #fff;
        display: block;
        bottom: 20%;
        right: 0;
        width: 40%;
    }

/*--------------------------------------------------
 plan 間取
----------------------------------------------------*/
#plan {
    width: 100%;
}

/*--------------------------------------------------
 photos 写真
----------------------------------------------------*/
    #photos {
        width: 100%;
        background-attachment: fixed;
    }
    
  /*--------------------------------------------------
 map 周辺情報
----------------------------------------------------*/
    
.swiper-slide {
    flex-flow: row wrap;
    justify-content: space-between;
}
.swiper-slide .mapImg {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide .mapTxt {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide .mapTtl {
    border-bottom: 1px #fff solid;
    line-height: 200%;
}

  /*--------------------------------------------------
VIRTUAL TOUR バーチャル内覧
----------------------------------------------------*/
  #VirtualTour {
    width: 100%;
      background-attachment: fixed;
  }
  #VirtualTour iframe {
    height: 600px;
  }
    #VirtualTour .VRbox {
  width: 100%;
}
/*--------------------------------------------------
 googlemap アクセス
----------------------------------------------------*/
#gmap {
    background-attachment: fixed;
}
    
    
}