/*
* 基本設定
*/
html {
  width: 100%;
  font-size: 62.5%;
}
body {
  width: 100%;
  font-size: 1.6rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
a {
  transition: opacity .5s;
  text-decoration: none;
  white-space: normal;
}
a:focus, *:focus {
  outline:none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#wrapper {
  background-color: #fff;
}
.for-pc {
  display: none;
}
.for-pci {
  display: none;
}
.for-sp {
  display: block;
}
.for-spi {
  display: inline;
}
.clear-fix::after  {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width:1042px) {
  /*
  * default
  */
  a:hover {
    opacity: .8;
  }
  body {
    min-width: 1024px;
    overflow-x: scroll;
  }
  .for-pc {
    display: block;
  }
  .for-pci {
    display: inline;
  }
  .for-sp {
    display: none;
  }
  .for-spi {
    display: none;
  }
}

/*
  fv
*/
.lp_header {
 width: 90%;
 margin: 10px auto;
}
.lp_header img {
	width: 200px;
}
.sec-fv {
  background-image: url(../images/fv-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec-fv .sec-inner {
  position: relative;
  width: 90%;
  margin: auto;
  padding-top: 70px;
  padding-bottom: 115px;
}
.sec-fv h1 {
  width: 100%;
}
.fv-points {
  padding-left: 0;
  margin-top: 20px;
  display: table;
	  border-left: 1px dotted #ffffff;
}
.fv-points li {
  font-size: 1rem;
  line-height: 1.71;
  color: #fff;
  font-weight: 700;
  display: table-cell;
  padding: 10px;
  width: 33.333%;
	  border-right: 1px dotted #ffffff
}
.fv-points li strong {
	font-weight: bold;
	display: block;
	font-size: 1.6rem;
}
.fv-desc {
  font-size: 1.4rem;
  line-height: 1.71;
  color: #fff;
  margin-top: 20px;
}
.fv-caution {
  font-size: 1.0rem;
  color: #fff;
  line-height: 1.4;
  margin-top: 10px;
}
.areabtns {
  margin: 0 auto;
  width: 105%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -31px;  
}
.areabtns .areabtn {
  width: calc(20% - 1px);
  border-top: 4px solid #f8a758;
  text-align: center;
  background-color: #fff;
}
.areabtns .areabtn > a {
  display: block;
  padding-top: 10px;
  color: #403e81;
  font-weight: 700;
}
.areabtns .areabtn .kanji {
  display: block;
  font-size: 1.4rem;
}
.areabtns .areabtn .katakana {
  display: block;
  font-size: 10px;
  margin-top: -7px;
}
.areabtns .areabtn .arrow-area {
  background-image: url(../images/fv-area-arrow.png);
  background-size: 15px 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 17px;
  width: 100%;
  margin-top: 3px;
}
@media screen and (min-width:1042px) {
	.lp_header {
   width: 1024px;
	}
	.fv-points {
	  border-left: 1px dotted #ffffff;
	}
	.fv-points li {
	  font-size: 1.4rem;
	  line-height: 1.71;
		width: 33.333%;
	  display: table-cell;
	  border-right: 1px dotted #ffffff
	  margin-left: 15px;
	  padding: 15px;
	  font-size: 1.8rem;
	}
	.fv-points li strong {
		font-size: 3rem;
	}
  .sec-fv {
    background-image: url(../images/fv-bg-pc.png);    
  }
  .sec-fv .sec-inner {
    width: 1024px;
    padding-top: 85px;
  }
  .sec-fv h1 {
    width: 820px;
  }
  .fv-points li {
    font-size: 1.6rem;
  }
  .areabtns .areabtn .kanji {
    display: inline-block;
    font-size: 1.8rem;
  }
  .areabtns .areabtn .katakana {
    display: inline-block;
    font-size: 1.8rem;
  }
  .areabtns .areabtn {
    width: calc(20% - 6px);
    border-top: 5px solid #f8a758;    
  }
  .areabtns .areabtn > a {
    padding-top: 23px;
  }
  .areabtns .areabtn .arrow-area {
    margin-top: 7px;
  }
}

/*
  物件
*/
.sec-area {
  margin-top: 70px;
  background-color: #faf8f5;
  padding-bottom: 65px;
}
.sec-area .area-wrap {
  margin-bottom: 65px;
}
.sec-area .area-wrap:last-child {
  margin-bottom: 0;
}
.sec-area .area-ttl {
  background-image: url(../images/area-ttl-bg.png);
  background-size: 100% 100%;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 3.0rem;
  padding: 16px 20px;    
}
.sec-area .area-ttl:before {
  content: "";
  background-image: url(../images/area-ttl-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 70px;
  width: 47px;
}
.sec-area .area-ttl > span {
  width: 90%;
  margin: auto;
}
.sec-area .articles {
  position: relative;
  margin-top: 27px;
  padding: 5px 0 0;
  max-height: 480px;
  overflow: hidden;
  /*transition: max-height .5s;*/
}
.sec-area .articles.active {
  max-height: 4000px;
}
.sec-area .articles:before {
  content: "";
  height: 150px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient( -180deg, rgba(246,246,246,0) 0%, rgb(246,246,246) 100%);  
  z-index: 1;
}
.sec-area .articles.active:before {
  background: none;
}
.articles .article {
  position: relative;
  width: 90%;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.articles .article:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 10px solid #403e81;
  border-left: 10px solid transparent;
}
.articles .article > a {
  display: block;
  padding: 15px;
}
.article .article-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  color: #403e81;
  margin-bottom: 10px;
}
.article .box-wrap {
  display: flex;
  flex-wrap: wrap;
}
.article .leftbox {
  width: 26%;
}
.article-pvhoto {
    border: 1px solid #eeeeee;
}
.article .rightbox {
  width: 74%;
  padding-left: 8px;
}
.article .rightbox .size {
  display: flex;
  flex-wrap: wrap;
}
.article .rightbox .size .key {
  line-height: 1;
  background-color: #f68920;
  color: #fff;
  font-size: 1.0rem;
  padding: 4px 0px;
  width: 65px;
  text-align: center;
  margin-bottom: 8px;
}
.article .rightbox .size .value {
  font-size: 1.4rem;
  padding-left: 6px;
}
.article .rightbox .size .value span {
  font-size: 1.0rem;
}
.article .rightbox .price {
  display: flex;
  flex-wrap: wrap;
}
.article .rightbox .price .key {
  line-height: 1;
  background-color: #fbd070;
  color: #fff;
  font-size: 1.0rem;
  padding: 4px 0px;
  width: 65px;
  text-align: center;
  margin-bottom: 8px;
}
.article .rightbox .price .value {
  font-size: 1.4rem;
  padding-left: 6px;
}
.article .rightbox .price .value span {
  font-size: 1.0rem;
}
.article .rightbox .address {
  font-size: 1.2rem;
}
.article .banner {
  margin-top: 14px;
}
.article .newMark,
.article .beforeMark {
  position: absolute;
  top: -3px;
  left: -14px;
  color: #fff;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
}
.article .newMark {
  background-image: url(../images/newMark.png);
}
.article .beforeMark {
  background-image: url(../images/beforeMark.png);
}
.btn-toggleAriticle {
  position: relative;
  display: block;
  background-color: #403e81;
  font-size: 1.2rem;
  width: 165px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  border-radius: 5px;
}
.btn-toggleAriticle:hover {
  color: #fff;
}
.btn-toggleAriticle:before {
  content: "";
  position: absolute;
  background-image: url(../images/toggleAriticle-arrow.png);
  background-size: contain;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.btn-toggleAriticle.active:before {
  bottom: auto;
  top: 0;
  transform: rotate(180deg);
}
@media screen and (max-width:374px) {
  .article .rightbox .price {
    align-items: center;
  }
  .article .rightbox .price {
    margin-bottom: 5px;
  }
  .article .rightbox .price .value {
    margin-bottom: 0;
    font-size: 1.0rem;
  }
}
@media screen and (min-width:768px) {
  .sec-area .articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: none;
  }
  .articles .article {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%; 
    margin-top: 0; 
  }
}

@media screen and (min-width:1042px) {
  .sec-area .area-ttl {
    font-size: 3.5rem;  
    padding: 23px 20px 32px;
    background-image: url(../images/area-ttl-bg-pc.png);
  }
  .sec-area .area-ttl:before {
    background-image: url(../images/area-ttl-arrow-pc.png);
    height: 100%;
    width: 62px;
  }
  .sec-area .area-ttl > span {
    display: block;
    width: 1024px;
  }
  .sec-area .articles {
    justify-content: space-between;
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
    max-height: none;
    overflow: visible;
    margin-top: 65px;
  }
  .sec-area .articles:before {
    display: none;
  }
  .articles .article {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .articles .article:before {
    border-bottom: 19px solid #403e81;
    border-left: 19px solid transparent;
  }
  .articles .article:nth-child(-n+3) {
    width: 321px;
  }
  .articles .article:nth-child(-n+3) {
    
  }
  .articles .article:nth-child(n+4) {
    width: 490px;
  }    
  .articles .article > a {
    padding: 20px;
  }  
  .articles .article:nth-child(-n+3) .box-wrap {
    display: block;
  }
  .articles .article:nth-child(-n+3) .leftbox {
    width: 100%;
  }
  .articles .article:nth-child(n+4) .leftbox {
    width: 140px;
  }  
  .articles .article:nth-child(-n+3) .rightbox {
    padding-left: 0;
    width: 100%;
  }
  .articles .article:nth-child(n+4) .rightbox {
    width: calc(100% - 140px);
    padding-left: 20px;
  }
  .article .article-ttl {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .articles .article:nth-child(-n+3) .article-ttl {
    margin-top: 20px;
 }  
  .article .rightbox .size .key {
    font-size: 1.1rem;
  }
  .article .rightbox .size .value {
    font-size: 1.6rem;
    padding-left: 10px;
  }
  .article .rightbox .price .key {
    font-size: 1.1rem;
  }
  .article .rightbox .price .value {
    font-size: 1.6rem;
    padding-left: 10px;
  }
  .article .rightbox .address {
    font-size: 1.4rem;
    margin-top: 6px;
  }
  .article .newMark, 
  .article .beforeMark {
    width: 70px;
    height: 70px;
    top: -15px;
    left: -15px;
  }
  .article .newMark {
    background-image: url(../images/newMark-pc.png);
  }
  .article .beforeMark {
    background-image: url(../images/beforeMark-pc.png);
  }  
  .btn-toggleAriticle {
    display: none;
  }
}

/*
  footer
*/
.premiere-footer {
  background-color: #8b8b8b;
  padding: 60px 0;
}
.premiere-footer-inner {
  width: 90%;
  margin: auto;
}
.premiere-footer .go-flow {
  position: relative;
  font-size: 1.6rem;
  width: 335px;
  height: 60px;
  text-align: center;
  padding: 24px 0;
  border: 1px solid #fff;
  line-height: 1;
  color: #fff;
  display: block;
  width: 100%;
}
.premiere-footer .go-flow:before {
  content: "";
  background-image: url(../images/flow-arrow.png);
  width: 17px;
  height: 15px;
  position: absolute;
  right: 7px;
  bottom: 0;
  top: 0;
  margin: auto;
}
.premiere-footer .caution {
  line-height: 1.71;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 15px;
}
.premiere-footer .tel {
  width: 100%;
  margin-top: 10px;
}
.premiere-footer .rightbox .wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.premiere-footer .logo {
  width: 80px;
}
.premiere-footer .info {
  width: calc(100% - 80px);
  padding-left: 15px;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.6;
}
@media screen and (max-width:374px) {
  .premiere-footer .caution {
    font-size: 1.2rem;
  }
}
@media screen and (min-width:1042px) {
  .premiere-footer {
    padding: 80px 0;
  }
  .premiere-footer-inner {
    display: flex;
    flex-wrap: wrap;
    width: 1024px;
  }
  .premiere-footer .logo {
    width: 214px;
    float: left;
  }
  .premiere-footer-inner .rightbox {
    width: calc(100% - 214px);
    padding-left: 50px;
    float: right;
  }
  .premiere-footer .go-flow {
    width: 250px;
    height: 50px;
    padding: 16px 0;
  }
  .premiere-footer .go-flow:before {
    right: 10px;
  }
  .premiere-footer .caution {
    text-align: left;
    margin-top: 22px;
  }
  .premiere-footer .info {
    font-size: 1.4rem;
    padding-left: 0;
    width: 100%;    
  }
}











