@charset "utf-8";
/* CSS Document */
/* SP用スタイルシート */

/* ===================================
#contents
=================================== */
#contents {
}

/* ===================================
.top-area
=================================== */
.top-area {
  width: 100%;
  background: url("../img/sp/bg_main_01.png") no-repeat;
  background-size: cover;
}
.top-area .inner {
  padding: 25px 20px;
}
.top-area h2 {
  background: url(../img/sp/txt_main_01.png) no-repeat;
  background-position: 60% 0;
  background-size: 80%;
  height: 52vw;
  text-indent: -9999px;
}
.top-area h2 span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  text-indent: 0;
  padding-top: 50vw;
  line-height: 2;
  text-align: center;
}
.top-area .top-area__pic-box {
  background: url(../img/sp/img_main_01.jpg) no-repeat right 34vw;
  background-size: 100%;
  height: 80vw;
}
.top-area p {
  color: #FFF;
  text-align: center;
  line-height: 1.8;
  font-size: 5vw;
  font-weight: 700;
  padding: 4vw 0 0;
}
.top-area .top-area__pic-box p {
  font-size: 4vw;
  font-weight: normal;
  padding: 0;
}

/* ===================================
.bukken-search
=================================== */
.bukken-search {
  margin: 28px 30px 0;
  overflow: hidden;
  position: relative;
}
.bukken-search__area {
  border: 1px solid #00ABA8;
  border-bottom: 3px solid #00ABA8;
  margin: 0 0 30px;
  position: relative;
}
.bukken-search__area:last-child {
  margin-bottom: 0;
}
.bukken-search__sp-btn:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00ABA8;
  border-right: 2px solid #00ABA8;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 32px;
  right: 20px;
}
.bukken-search__sp-btn.active:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 36px;
}

.bukken-search__sp-btn {
  padding: 25px 20px;
  overflow: hidden;
}
.bukken-search__wrap-accordion {
  display: none;
  padding: 0 20px 25px;
}
/* 幅の狭いスマホ用 */
@media screen and (max-width:360px){
  .bukken-search__wrap-accordion {
  padding: 0 25px 25px;
  }
}
.bukken-search__wrap-accordion p {
  padding-top: 25px;
  border-top: 1px solid #EEE;
}

.bukken-search__area .title {
  float: left;
  font-size: 20px;
  color: #00ABA8;
  text-align: left;
  line-height: 1.4;
}
.bukken-search__area .bukken-num {
  float: right;
  font-size: 14px;
  color: #00ABA8;
  padding: 0 30px 0 0;
  margin: -5px 0 0;
  text-align: right;
}
/* 幅の狭いスマホ用 */
@media screen and (max-width:360px){
  .bukken-search__area .bukken-num {
  padding: 0 20px 0 0;
  }
}
.sale-area .bukken-search__sp-btn {
  padding: 12px 20px;
}
.sale-area .bukken-search__sp-btn .bukken-num {
    margin: 10px 0 0;
}

.bukken-search__area p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.bukken-search__area dl {
  border-bottom: 1px solid #EEE;
  overflow: hidden;
  padding: 20px 0 8px;
}
.bukken-search__area dt {
  font-size: 15px;
  font-weight: 700;
  width: 100px;
  line-height: 35px;
  margin: 0 0 12px;
}
.bukken-search__wrap > dl {
  padding: 20px 0 28px;
}
.bukken-search__area .bukken-search__wrap-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #EEE;
  padding-bottom: 20px;
}
.bukken-search__area .bukken-search__wrap-sp dl {
  width: 43%;
  border: none;
}
.bukken-search__area .bukken-search__wrap-sp dl select {
  width: 100%;
}
/* 幅の狭いスマホ用 */
@media screen and (max-width:360px){
  .bukken-search__area .bukken-search__wrap-sp {
  display: block;
  }
  .bukken-search__area .bukken-search__wrap-sp dl {
    width: 100%;
  }
  .bukken-search__area .bukken-search__wrap-sp dl:first-child {
    padding-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
  }
  .bukken-search__area .bukken-search__wrap-sp dl select {
  width: 80%;
  }
}
.bukken-search__area dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


/*フォーム要素のスタイルを初期化*/
.bukken-search__area .form {
  border-bottom: 2px solid #0068B5;
}
button, textarea {
    -webkit-appearance: none;
}
.bukken-search__area input[type="text"],
.bukken-search__area input[type="number"],
.bukken-search__area select,
.bukken-search__area textarea,
.bukken-search__area input[type="radio"] + label,
.bukken-search__area input[type="checkbox"] + label {
  width: 137px;
	font-size: 15px;
  line-height: 24px;
}
/* ラジオボタン、チェックボックス */
.bukken-search__area input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
}
.bukken-search__area input[type="checkbox"] + label {
  width: 49%;
  padding: 0px 0 0 32px;
  margin: 0 0 18px;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
}
/* 幅の狭いスマホ用 */
@media screen and (max-width:360px){
  .bukken-search__area input[type="checkbox"] + label {
    width: 100%;
  }
}
.bukken-search__area input[type="checkbox"] + label {
  background: url(../img/sp/bg_checkbox_01_off.png) no-repeat 0 2px;
  background-size: 22px;
}
.bukken-search__area input[type="checkbox"]:checked + label {
  background: url(../img/sp/bg_checkbox_01_on.png) no-repeat 0 2px;
  background-size: 22px;
}
.bukken-search__area input[type="checkbox"] + label.custom-label[for="invest-div04"] {
  width: 100%;
}

/* セレクトボックス */
.bukken-search__area select {
  width: 31vw;
  height: 42px;
  margin: 0;
  padding: 0 15px;
  color: #333;
  border: 1px solid #CCC;
  border-radius: 0px;
  background: #FFF;
  box-sizing: border-box;
  cursor: pointer;
}
/* 幅の狭いスマホ用 */
@media screen and (max-width:360px){
  .bukken-search__area select {
    width: 80%;
    margin-bottom: 10px;
  }
}
.bukken-search__area dd span {
  font-size: 15px;
  padding: 0 10px;
  line-height: 40px;
}

/* submitボタン */
.bukken-search__area .submit-btn {
  width: 100%;
  height: 70px;
  line-height: 1.5;
  background: #0068B5;
  padding: 0;
  border: none;
  color: #FFF;
  font-size: 17px;
  display: block;
  cursor: pointer;
  position: relative;
  margin: 30px auto 33px;
}
.bukken-search__area .submit-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  border: 1px solid #0068B5;
  position: absolute;
  top: 3px;
  left: 3px;
}
.bukken-search__area .submit-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 44%;
  right: 20px;
}
.bukken-search__area .submit-btn:hover {
  opacity: 0.7;
  transition: all .3s;
}

.bukken-search__area .commitment-search {
  margin: 25px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bukken-search__area .commitment-search li {
  width: 47%;
  margin: 0 0 20px 0;
}
.bukken-search__area .commitment-search li a {
  display: block;
  width: 100%;
  height: 62px;
  line-height: 62px;
  border: 1px solid #0068B5;
  font-size: 15px;
  color: #0068B5;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.bukken-search__area .commitment-search li.lines02 a {
  line-height: 22px;
  padding: 8px 0 0;
}
.bukken-search__area .commitment-search li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0068B5;
  border-right: 1px solid #0068B5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 44%;
  right: 12px;
}
/* 幅の狭いスマホ用 */
@media screen and (max-width:410px){
  .bukken-search__area .commitment-search li {
    width: 100%;
    margin-bottom: 10px;
    line-height: 42px;
  }
  .bukken-search__area .commitment-search li a {
    font-size: 15px;
    text-indent: 0;
  }
  .bukken-search__area .commitment-search li br {
    display: none;
  }
  .bukken-search__area .commitment-search li.lines02 a {
  line-height: 42px;
  }
}
/* ===================================
.bukken-corner
=================================== */
.bukken-corner {
  padding: 50px 0 20px;
  overflow: hidden;
}
.bukken-corner .inner {
  margin: 0 auto;
  overflow: hidden;
}
.bukken-corner .title {
  margin: 0 30px 30px;
  overflow: hidden;
}
.bukken-corner .title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #0068B5;
  float: left;
  border-left: 3px solid #0068B5;
  padding: 0 0 0 20px;
  line-height: 35px;
}
/* 幅の狭いスマホ用 */
@media screen and (max-width:360px){
  .bukken-corner .title h2 {
  font-size: 28px;
  }
}
.bukken-corner .title h2 span {
  font-size: 16px;
  display: block;
}
.bukken-corner .btn {
  float: right;
  margin: 3px 30px 0;
}
.bukken-corner .btn a {
  color: #333;
  display: block;
  font-size: 18px;
  line-height: 44px;
  background: url("../img/ico_more_01.svg") no-repeat right 0;
  background-size: 44px 48px;
  padding: 0 42px 4px 0;
  margin: 0 0 40px;
}

.bukken-corner.bg-blue {
  background: #E3EEF6;
  padding: 60px 0 20px;
}
.bukken-corner_item {
  overflow: hidden;
}
.bukken-corner .bukken-corner_item:nth-child(2) {
  border-top: 1px solid #C0C9D0;
  padding: 30px 0 0;
}
.bukken-corner .bukken-corner_item .btn {
  margin: 15px 30px 0;
}
.bukken-corner_item .title {
  width: 100%;
}

/* ===================================
scube共通
=================================== */
.cubeWrap {
  overflow: hidden;
}
.cubeWrap .bukken-corner__scube {
  text-align: center;
}
.cubeWrap .error {
  padding: 15px;
  font-size: 15px;
}
.cubeWrap .list .singleWrap {
  display: inline-block;
  text-align: left;
}

/* キューブ */
.cubeWrap .list li .singleWrap {
  background: #FFF;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  overflow: hidden;
  float: left;
  height: auto;
  box-sizing: border-box;
  margin: 0 0 5px;
  border: 1px solid #E9E9E9;
  position: relative;
  text-align: left;
}
.cubeWrap .list li a:hover .pic01 {
  opacity: 0.7;
}
.cubeWrap .list li img:hover {
  opacity: 1;
}
/* キューブ内の右側 */
.cubeWrap .list li .infoArea {
  float: left;
  padding: 10px 20px 0;
  box-sizing: border-box;
}
/* キューブ内の情報部分 */
.cubeWrap .info02 {
  font-size: 14px;
  color: #333;
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* キューブ内の情報の色 */
.cubeWrap a {
  text-decoration: none;
}
/* 利回り */
.cubeWrap .list li .infoArea .rimawari02 {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #00ACA9;
}
/* 画像位置 左 */
.cubeWrap .pic01 {
  float: left;
}
/* 価格 */
.cubeWrap .price01 {
  float: none;
  color: #00ACA9;
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin: 6px 0 4px;
}
/* 価格 単位部分 */
.cubeWrap .price01 span {
  font-size: 15px;
}
.cubeWrap .list li .infoArea .unit {
  display: inline;
  padding: 0;
}
/* 間取り */
.cubeWrap .list li .infoArea .info02 .madori {
  display: inline;
}
/* 情報区切り */
.cubeWrap .list li .infoArea .info02 .spt {
  display: inline-block;
  padding: 0 2px;
}
/* コメント */
.cubeWrap .list li .comment {
  font-size: 14px;
  color: #777;
  margin: 12px 0;
  box-sizing: border-box;
}
/* アイコンリスト */
.cubeWrap .list .icon {
  display: block;
	overflow: hidden;
}
.cubeWrap .list .icon span {
  float: left;
  display: inline-block;
  padding: 5px 8px;
  margin: 0 2px 2px 0;
  line-height: 1;
  background: #F3F3F3;
  color: #000;
  font-size: 12px;
}
/* 幅の狭いスマホ用 */
@media screen and (max-width:320px){
  .cubeWrap .list .icon span {
  font-size: 10px;
  }
}
.cubeWrap .list .icon .prop_icon_brokerage_half {
  display: none;
}
/* NEWアイコン */
.cubeWrap .list li .newIcon {
  position: absolute;
  top: 0;
  left: 0;
  background: #0068B5;
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  padding: 6px 9px 6px 9px;
}
.ellipsis {
  margin-top: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* ===================================
scube01
=================================== */
.scube01 > div {
  padding: 0 30px;
}
.scube01 .list {
  display: block;
  text-align: center;
  overflow: visible;
}
.scube01 .list .slick-list {
  overflow: visible;
}
.scube01 .list li .singleWrap {
  margin: 0 30px 0 0;
}
.scube01 .list li.error {
	width: 100%;
  min-height: 160px;
  background: url(https://base.formatline.com/common/img/img_comingsoon_01.png) no-repeat center 20px;
  background-size: 180px;
  text-indent: -9999px;
  border: none;
}
.scube01 .pic01 img {
  width: 100%;
  margin: 0;
}
.scube01 .list li .infoArea {
  padding: 5px 20px 0;
}
.scube01 .list li .infoArea .price01 {
  font-size: 26px;
}
.scube01 .list li .infoArea .info02 {
  line-height: 1.6;
  margin: 10px 0;
  min-height: 78px;
}
.scube01 .info02, .scube01 .list li .infoArea span .unit {
  font-size: 16px;
}
.scube01 .pic01,
.scube01 .list li .infoArea {
  float: none;
}
.scube01 .list li .comment {
  font-size: 14px;
  color: #777;
  padding: 12px 0;
  margin: 12px 0;
  box-sizing: border-box;
  border-top: 1px solid #E9E9E9;
  line-height: 1.6;
}
.scube01 .list .icon {
  margin: 9px 0 15px;
}

/* pointer */

.pointer {
  text-align: center;
  padding: 5px 0 15px;
  clear: both;
}
.pointer span {
  width: 8px;
  height: 8px;
  margin: 15px;
  display: inline-block;
  cursor: pointer;
  text-indent: -9999px;
  background : #DDD;
  border-radius: 10px;
}
.pointer .current {
  background : #0068B6;
}

/* ===================================
scube02,scube03
=================================== */
.scube02,
.scube03 {
    padding-left: 30px;
    overflow: hidden;
}
.scube02 .list li,
.scube03 .list li{
  width: 150px;
  min-height: 335px;
  margin: 0 15px 15px 0;
  background: #FFF;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  float: left;
}
.scube02 .list li {
  border :none;
  float: left;
}
.scube02 .list li .singleWrap,
.scube03 .list li .singleWrap {
  width: 100%;
  border: none;
}
.scube03 .list li{
  min-height: 255px;
}
.scube02 .list,
.scube03 .list {
  padding-left: 0 !important;
}
.scube02 .list li.error,
.scube03 .list li.error{
  width: 300px;
  min-height: 160px;
  background: url(https://base.formatline.com/common/img/img_comingsoon_01.png) no-repeat center 25px;
  background-size: 180px;
  text-indent: -9999px;
  border: none;
}
.scube02 .pic01 img,
.scube03 .pic01 img{
  width: 150px;
  margin: 0;
}
.scube02 .list li .infoArea,
.scube03 .list li .infoArea {
  padding: 6px 16px 13px;
}
.scube02 .list li .infoArea .info02,
.scube03 .list li .infoArea .info02 {
  line-height: 1.6;
  margin: 5px 0;
}
.scube02 .info02,
.scube03 .info02 {
  font-size: 14px;
}
.scube02 .pic01,
.scube02 .list li .infoArea,
.scube03 .pic01,
.scube03 .list li .infoArea {
  float: none;
}
.scube02 .list li .comment,
.scube03 .list li .comment{
  font-size: 14px;
  color: #777;
  padding: 12px 0;
  margin: 12px 0;
  box-sizing: border-box;
  border-top: 1px solid #E9E9E9;
}
.scube04 .list li .singleWrap {
  width: 100%;
}

/* ===================================
scube04
=================================== */
.scube04 {
  margin: 0 30px;
}
.scube04 .list li {
  width: 100%;
  height: 120px;
  margin: 0 0 10px;
}
.scube04 .list li.error {
  width: 300px;
  min-height: 160px;
  background: url(https://base.formatline.com/common/img/img_comingsoon_01.png) no-repeat center 25px;
  background-size: 180px;
  text-indent: -9999px;
  border: none;
}
.scube04 .list li:nth-child(odd) {
  margin-right: 0;
}
.scube04 .list li .infoArea {
  width: calc(100% - 120px);
  padding: 0 15px;
  line-height: 1.4;
}
.scube04 .pic01 img {
  width: 120px;
  margin: 0;
}
.scube04 .list li .icon {
  margin: 5px 0 0;
}

/* ===================================
.bnr-area
=================================== */
.bnr-area {
  background: #F3F3F3;
  padding: 50px 0;
  text-align: center;
}
.bnr-area .inner {
  overflow: hidden;
}
.bnr-area ul li {
  margin: 0 0 15px;
}


/* 幅の狭いスマホ用 */
@media screen and (max-width:360px){


}　/*　@media screen and (max-width:360px) */