@charset "utf-8";

.section,
#ftrPankuzu{
	margin-top: 0;
}
/*--------------------
main
---------------------*/

.mainvisual{
  width: 100%;
	position: relative;
  overflow:hidden;
}
@media only screen and (max-width:736px) {
	.mainvisual{
	}
}

/*slider-for*/
.slider-for.slick-slider{
  z-index: 1;
}
.slider-for.slick-slider .slick-slide{
}
.slider-for.slick-slider .slick-slide:before{
  content: '';
  width: 100%;
  height: 120%;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: left top;
  transform: translate(0, -16.666666666666664%);
}
.slider-for.slick-slider .slick-slide.slick-active + .slick-slide:before{
  transform: translate(0, 0);
}
.slider-for.slick-slider .slick-slide.slide01:before{
  background-image: url(../imgs/img-slide1_bg.jpg);
}
.slider-for.slick-slider .slick-slide.slide02:before{
  background-image: url(../imgs/img-slide2_bg.jpg);
}
.slider-for.slick-slider .slick-slide.slide03:before{
  background-image: url(../imgs/img-slide3_bg.jpg);
}
.slider-for.slick-slider .slick-slide.slide04:before{
  background-image: url(../imgs/img-slide4_bg.jpg);
}
.slider-for.slick-slider .slick-slide .caption {
  position: absolute;
  left: 7px;
  bottom: 7px;
  padding:0 0 0 7px;
}
.slider-for.slick-slider .slick-slide img{
  width: 100%;
  height: auto;
  opacity: 0;
}
.slider-for.slick-slider .slick-slide.slick-active{
}
.slider-for.slick-slider .slick-slide.slick-active:before{
  transform: translate(0, 0);

  -webkit-animation: mainAnimation 8.0s ease 0.5s forwards;/*表示時間+start時間*/
  animation: mainAnimation 8.0s ease 0.5s forwards;/*表示時間+start時間*/  
}
@-webkit-keyframes mainAnimation {
  100% {    
  transform: translate(0, -16.666666666666664%);
  }
}
@keyframes mainAnimation {
  100% {    
  transform: translate(0, -16.666666666666664%);
  }
}
.slider-sp{
  display: none !important;
}
@media only screen and (max-width:736px) {
  .slider-for{
    display: none !important;
  }
  .slider-sp{
    display: block !important;
  }
}

/*slider-nav*/
.slider-nav.slick-slider{
  width: 19.444444444444446%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.slider-nav.slick-slider img{
  width: 100%;
}
@media only screen and (max-width:736px) {
  .slider-nav{
    display: none !important;
  }
}


/*mainSlider*/
.mainSlider img{
  width:100%;
}
@media only screen and (max-width:736px) {
  .mainSlider .imageCap .caption{
    left:auto;
    right: 7px;
    bottom: 11%;
    text-align: right;
  }
}

/*--------------------
information
---------------------*/
.information{
  background-size: cover;
  text-align: center;
  padding: 110px 0;
}
.information .information-ttl{
  font-size: 12px;
  margin-bottom: 30px;
}
.information .information-txt{
  font-size: 20px;
  letter-spacing: 0.15em;
  color:#111;
}
.information .information-txt:nth-child(n+2){
  margin-top: 20px;
}
.information .information-txt small{
  font-size: 14px;
}
.information .information-txt-small{
  font-size: 12px;
  margin-top: 10px;
  letter-spacing: 0.2em;
}
.information .information-bnr{
  margin-top: 40px;
}
.information-txt-price{
  border-top: solid 1px #cccccc;
  padding-top: 25px;
  margin-top: 25px;
  font-size: 14px;
}
.information-txt-price strong{
  font-size: 20px;
  font-weight:normal;
}
.information-txt-price strong.gold{
  color:#ad8f73;
}
.information-txt-price strong.red{
  color:#700000;
}
.information-txt-price strong .num{
  font-size: 24px;
}
.information-txt-price small{
  font-size: 12px;
}
@media only screen and (max-width:736px) {
  .information{
    padding: 60px 0;  
  }
  .information .information-ttl{
    margin-bottom: 25px;
  }
  .information .information-txt{
    font-size: 16px;
  }
  .information .information-txt-small{
    font-size: 11px;
  }
  .information-txt-price{
    font-size: 13px;
  }
  .information-txt-price strong{
    font-size: 18px;
  }
  .information-txt-price strong .num{
    font-size: 20px;
  }
  .information-txt-price small{
    font-size: 10px;
  }
}
/*--------------------
共通
---------------------*/
.subsection{
  margin-top: 60px;
}
/*cntTtl*/
.cntTtl {
  margin-bottom: 40px;
}
.cntTtl img{
  width: 262px;
}
/*cntEx*/
.cntEx{
}
.cntEx .cntEx-ph{
  width: 58.333333333333336%;
}
.cntEx .cntEx-txt{
  width: 41.6666666667%;
  background: rgba(255,255,255,.7);
  padding:20px 15px;
  box-sizing: border-box;
  font-size: 11px;
  text-align: left;
}
.cntEx .cntEx-txt span{
  display: block;
  font-size: 14px;
  color:#7a644f;
  margin-bottom:10px;
}
.cntEx .cntEx-txt .caption{
  left: 20px;
  bottom: 15px;
  padding:0;
}
.section .btn{
  margin:70px auto 0;
}
@media only screen and (max-width:736px) {
  .cntEx .cntEx-ph,
  .cntEx .cntEx-txt{
    width: 100%;
  }
  .cntEx .cntEx-txt .caption{
    position: static;
    margin-top: 20px;
  }
  .section .btn{
    margin: 50px auto 0;
  }
}

/*--------------------
access
---------------------*/
.access{
  background: #09212b;
  padding:120px 0;
  text-align: center;
}
.access .headline-03{
  color: #eeeeee;  
}
.access .headline-03 .cmt{
  color: #bababa;
}
/*accessBox*/
.accessBox{
  position: relative;
  overflow: hidden;
}
.accessBox .accessBox-img{
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.accessBox .accessBox-img img{
  width: 100%;
  transform: scale(1.1);
}
.accessBox .accessBox-img.zoomout img{
  -webkit-animation: accessAnim 6.0s ease 0s 1 forwards;/*表示時間+start時間*/
  animation: accessAnim 6.0s ease 0s 1 forwards;/*表示時間+start時間*/
}
@-webkit-keyframes accessAnim {
  100% {
    transform: scale(1);
  }
}
@keyframes accessAnim {
  100% {  
    transform: scale(1);
  }
}
.accessBox .accessBox-txt{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin:auto;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
.accessBox .accessBox-txt img{
  width: 376.5px;
  position: relative;
  z-index: 3;
}
.access .btn a{
  color: #fff;
}
.access .btn a:hover{
  background: #fff;
  color:#09212b;
}
@media only screen and (max-width:736px) {
  .accessBox{
    height: 400px;
  }
  .accessBox .accessBox-img01{
    width:100%;
    position: absolute;
    right: 50%;
  }
  .accessBox .accessBox-img02{
    width:100%;
    position: absolute;
    left: 50%;
  }
  .accessBox .accessBox-img01 img{
    width: auto;
    height: 100%;
    margin-left: 30%;
  }
  .accessBox .accessBox-img02 img{
    width: auto;
    height: 100%;
    margin-left: -50%;
  }
  .accessBox .accessBox-txt img{
    width: 70%;
  }
}

/*--------------------
location
---------------------*/
.location{
  background: #09212b;
  padding: 120px 0;
  text-align: center;
}
.location .headline-03{
  color: #eeeeee;  
}
.location .headline-03 .cmt{
  color: #bababa;
}
.skyImg{
  overflow:hidden;
}
.skyImg img{
    transform: scale(1.1);
}
.skyImg.zoomout img{
  -webkit-animation: locationAnim 6.0s ease 0s 1 forwards;/*表示時間+start時間*/
  animation: locationAnim 6.0s ease 0s 1 forwards;/*表示時間+start時間*/
}
@-webkit-keyframes locationAnim {
  100% {
    transform: scale(1);
  }
}
@keyframes locationAnim {
  100% {  
    transform: scale(1);
  }
}
.location .btn a{
  color: #fff;
}
.location .btn a:hover{
  background: #fff;
  color:#09212b;
}
@media only screen and (max-width:736px) {
  .location{
    padding: 70px 0;
  }
  .locationimgBox{
    margin-left: -20px;
    margin-right: -20px;
  }
  .location .slick-slide img{
    transition: .4s;
  }
  .location .slick-active img{
    transform: scale(1.2);
  }
  .location .slick-active .cap{
    margin-top: 12px;
    text-align: center;
  }
}

/*--------------------
plan
---------------------*/
.plan{
  background: url(../imgs/bg-plan.jpg) no-repeat center top;
  background-size:cover;
  padding:120px 0;
  text-align: center;
}
/*private*/
.private{
  margin-top: 100px;
}
/*livingImg*/
.livingImg{
  overflow:hidden;
}
.livingImg img{
    transform: scale(1.1);
}
.livingImg.zoomout img{
  -webkit-animation: planAnim 6.0s ease 0s 1 forwards;/*表示時間+start時間*/
  animation: planAnim 6.0s ease 0s 1 forwards;/*表示時間+start時間*/
}
@-webkit-keyframes planAnim {
  100% {
    transform: scale(1);
  }
}
@keyframes planAnim {
  100% {  
    transform: scale(1);
  }
}
@media only screen and (max-width:736px) {  
  .plan{
    padding: 70px 0;
  }
  .private{
    margin-top: 70px;
  }
}

/*--------------------
---------------------*/

@media only screen and (max-width:736px) {
}

















