/* ----------------------------------------------------
※ Topページで使用するCSSのみが書いてあります
※ Topページのみで読み込まれます
---------------------------------------------------- */

/* header
------------------------------------------------------------------------------*/

#header {
	background: transparent;
	position: absolute;
	z-index: 9900;
}

#header .header-area a,
#header .header-area .nav-top-right .nav-link {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
}

#header .header-area .nav-top-right li:before {
	border-left-color: #fff;
}


/* nav
------------------------------------------------------------------------------*/

#nav {}


/* MainVisual
------------------------------------------------------------------------------*/

#visual {}

.mainV_wrap {
	position: relative;
}

/* bxSlider-メインビジュアル設定
--------------------------------------*/

.mainV {
  background-color: #f6f6f6;/* for_test */
/*  padding: 41.45% 0 0; 通常の仕様-画角1+1.414 */
  padding: 50% 0 0;/* 画角2:1 */
}

.mainV .mainVimg {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.mainV .mainVimg ul {
  margin: 0;
  padding: 0;
}

.mainV .mainVimg li {
  list-style: none;
  width: 100%;
}

.mainV .mainVimg li img {
/*	max-width: none;*/
	width: 100%;
}

.bx-wrapper {
	background: transparent;
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  left: 0;
}

.bx-controls {
  left: 0;
  position: absolute;
  right: 0;
  top: 52%;
  width: 100%;
  z-index: 1500;
}

.custom-pager {
  bottom: 20px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1500;
}

.custom-pager .bx-pager {
  text-align: center;
}

.custom-pager .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 6px;
}

.bx-pager.bx-default-pager a {
  background: #ddd;
  border-radius: 50%;
  color: #ddd;
  display: block;
  font-size: 9px;
  line-height: 12px;
  width: 12px;
}

.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
  background: #2b2b2b;
  color: transparent;
  opacity: 1;
  transition: none;
}

/* ----- MV text ----- */

.mainV .mainVtxt {
	background: url(../img/mv_txt_bg2.png) center repeat-y;
	background-size: contain;/* IE8 非対応 --- 背景は等倍で表示される */
	left: 0;
	position: absolute;
	text-align: center;
	top: 51%;
	-ms-transform: translateY(-50%);/* IE8 非対応 */
	-webkit-transform : translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 1000;
}

.mainV .mainVtxt .page-title {
/*	background: url(../img/mv_txt_bg2.png) center repeat-y;*/
	font-family: 'Marcellus', "source-han-serif-japanese", 'Yu Mincho', serif;
/*	font-style: normal;*/
	font-weight: 500;
	margin: 0;
}

/* .title-mansion-name,.title-sub-txt が存在しない仕様 */

.mainV .mainVtxt .title-main-txt {
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	padding: 2% 0 2.3%;
	position: relative;
	text-align: left;
}

.mainV .mainVtxt .title-main-txt span {
	color: #fff;
	display: block;
	font-size: 24px;
	letter-spacing: 3px;
	line-height: 1.3;
	padding: 0 8%;
/*	text-shadow: 1px 1px 1px rgba(255,255,255,.85); 白いシャドウ */
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	margin: 0 auto;
	max-width: 900px;
}

.mainV .mainVtxt .title-main-txt span:first-child {
	font-size: 36px;
	letter-spacing: 4px;
	margin-bottom: 1%;
}


@media screen and (max-width: 960px) {
	/*--- 表示領域が960px以下の場合に適用するスタイル ---*/
	.mainV .mainVtxt .title-main-txt {
		padding: 2.3% 0 2.5%;
	}

	.mainV .mainVtxt .title-main-txt span:first-child {
		font-size: 28px;
	}

	.mainV .mainVtxt .title-main-txt span {
		font-size: 21px;
		letter-spacing: 2px;
	}
}


/* main
------------------------------------------------------------------------------*/

#main.top_page {
	border: none;
}

#main .inner {
  max-width: inherit;
}

.main.top_page .text {
	max-width: 900px;
/*	text-align: center;*/
}


/* sale-item - 売出中物件 Topページ専用
--------------------------------------*/

.sale-list-wrap {
  text-align: center;
}

#main .sale-list-wrap .inner {
	max-width: 990px;
}

.sale-list-wrap .items {
	align-items: flex-start;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: -1.2em;
}

.sale-item {
	background: #fefefe;
  border: 1px solid #cecece;
  margin: 1.3%;
  overflow: hidden;
  padding: 2%;
  width: 43%;
}

.sale-item:hover {
	background: #f3f3f3;
}

.sale-item .name {
	border-bottom: 1px solid #cecece;
  font-family: "source-han-serif-japanese", 'Yu Mincho', serif;
  font-weight: 500;
  margin: 0 0 12px;
  padding: 0 0 8px;
  text-align: center;
}

.sale-item .item-data-box {
	margin-top: 4px;
	min-height: 180px;
}

.sale-item .img {
  float: left;
  overflow: hidden;
  width: 36%;
}

.sale-item .img img {
  max-height: 180px;
}

.sale-item .data {
  float: right;
  font-size: 90%;
  width: 62%;
}

.sale-item .data .bg-table {
	background: #ccc;
	padding: 1px;
}

.sale-item .data table {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
	word-break: break-all;
}

.sale-item .data th {
	background: #ddd;
  font-weight: normal;
  padding: 4px 8px;
  width: 38%;/* 45% */
}

.sale-item .data td {
	background: #eee;
  padding: 4px 8px;
	width: auto;
}

.sale-item .condition {
	font-size: 12px;/* ロゴ既定のmargin確保基準用 */
	margin: 2em 1em;
	text-align: center;
}

.sale-item .condition-icon {
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.sale-item .go {
  font-size: 80%;
  padding: 6px 0 0;
  text-align: right;
  width: 100%;
}

.sale-item .go:after {
  content: '»';
  margin: 0 0 0 4px;
}

/* sale-item-none -- 売出中物件が0件のときの代替表示 */

.sale-item-none {
	margin: 2em 0 1.6em;
	padding: 2em 1em;
}

.sale-item-none .head-txt {
	color: #767676;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	margin: 0;
}

.sale-item-none .fa-exclamation-circle {
	color: #595959;
	margin-right: .3em;
}

/* kibou-room-none -- ご希望に合うお部屋がないときは
   konyu-kibou ------ 購入希望登録 */

.kibou-room-none,
.konyu-kibou {
	background: #f9f9f9;
	border-radius: 2px;
	margin: 0 auto;
	padding: 0 6% 30px;
	width: 82%;/* 94% - 12% */
}

.konyu-kibou {
	padding-top: 30px;
}

.kibou-room-none .hd3 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.6;
	margin: 1.3em 0 1em;
	text-align: center;
}

.kibou-room-none .hd3::after {
	content: none;
}

.kibou-room-none .contact-web,
.konyu-kibou .contact-web {
	padding-bottom: 2em;
}

.kibou-room-none .text,
.konyu-kibou .text {
	text-align: center;
}

.kibou-room-none .button,
.konyu-kibou .button {
	background: #1e375a;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: YuGothic, 'Yu Gothic';
	font-size: 16px;
	font-weight: 500;
	margin: 15px auto 0;
	max-width: 370px;
	padding: 17px 25px;
	text-align: center;
	width: auto;
}

.kibou-room-none .button:hover,
.konyu-kibou .button:hover {
	background-color: #90aac1;
	font-weight: 600;
}


/* info-update - 売出中物件の更新日テキスト */

.info-update {
	color: #666;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 1px;
	margin: 1.2em auto 2em;
	text-align: right;
	width: 94%;
}


/* caption-tile-menu-タイル状に並んだメニュー
--------------------------------------*/

.main .caption-tile-menu {
  margin: 70px auto 0;
  max-width: 1200px;
  padding-bottom: 60px;
  text-align: center;
  width: 100%;
}

.main .caption-tile-menu .tile-block {
	background-color: #1b1b1b;
	border: 1px solid #fff;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	height: 260px;
	margin: 0;
	min-width: 350px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 33.33%;
}

.main .caption-tile-menu .tile-block a {
  display: block;
  height: 260px;
  overflow: hidden;
}

.main .caption-tile-menu .tile-block a:hover {
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}

.main .caption-tile-menu .tile-block .tile-bg-img {
  display: block;
  -ms-filter: "alpha(opacity=90)";
  opacity: .9;
  width: 100%;
}


/* キャプションブロックをホバーしたときに動きをつけるとき用*/

.main .caption-tile-menu .tile-block a:hover img {
  -ms-filter: "alpha(opacity=60)";
  opacity: .6;
}

.main .caption-tile-menu .tile-block .hd3 {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  height: 260px;
  width: 100%;
}

.main .caption-tile-menu .tile-block .hd3:after {
	content: none;
}

.main .caption-tile-menu .tile-block .hd3 .inr-wrap {
  background: url(../img/overlay2.png) repeat;
  left: 2%;
  margin-top: -64px;
  padding: 8% 0 8% 6%;
  position: absolute;
  right: 0;
	text-shadow: 2px 2px 4px rgba(0,0,0,.25);
  top: 50%;
  width: 90%;
}

.main .caption-tile-menu .tile-block .hd3 .inr-wrap .en {
  color: #fff;
  display: block;
	font-family: 'Times New Roman', 'Yu Mincho', serif;
  font-size: 24px;
  font-weight: normal;
	letter-spacing: 2px;
	line-height: 1;
  text-transform: uppercase;
}

.main .caption-tile-menu .tile-block .hd3 .ja {
  color: #fff;
  display: block;
  font-family: "source-han-serif-japanese", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
	margin-bottom: 6px;
}


@media screen and (max-width: 1200px) {
	/*--- 表示領域が1200px以下の場合に適用するスタイル ---*/
	.main .caption-tile-menu .tile-block,
	.main .caption-tile-menu .tile-block a,
	.main .caption-tile-menu .tile-block .hd3 {
		height: 230px;
	}

	.main .caption-tile-menu .tile-block .hd3 .inr-wrap {
		margin-top: -60px;
		padding: 7% 0 8% 6%;
	}
}


@media screen and (max-width: 1080px) {
	/*--- 表示領域が1080px以下の場合に適用するスタイル ---*/
	.main .caption-tile-menu .tile-block {
		height: 200px;
		min-width: inherit;
	}

	.main .caption-tile-menu .tile-block a,
	.main .caption-tile-menu .tile-block .hd3 {
		height: 200px;
	}

	.main .caption-tile-menu .tile-block .hd3 .inr-wrap {
		margin-top: -65px;
	}
}


@media screen and (max-width: 960px) {
	/*--- 表示領域が960px以下の場合に適用するスタイル ---*/
	.main .caption-tile-menu .tile-block,
	.main .caption-tile-menu .tile-block a,
	.main .caption-tile-menu .tile-block .hd3 {
		height: 180px;
	}

	.main .caption-tile-menu .tile-block .hd3 .inr-wrap {
		margin-top: -50px;
	}

	.main .caption-tile-menu .tile-block .hd3 .ja {
		font-size: 11px;
	}

	.main .caption-tile-menu .tile-block .hd3 .inr-wrap .en {
		font-size: 21px;
	}
}


@media screen and (max-width: 870px) {
	/*--- 表示領域が870px以下の場合に適用するスタイル ---*/
	.main .caption-tile-menu .tile-block,
	.main .caption-tile-menu .tile-block a,
	.main .caption-tile-menu .tile-block .hd3 {
		height: 160px;
	}

	.main .caption-tile-menu .tile-block .hd3 .inr-wrap .en {
		font-size: 18px;
	}
}


/* footer
------------------------------------------------------------------------------*/

#footer {}
