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

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

#header {
	background: rgba(0, 51, 73, .96);
	position: absolute;
	z-index: 9900;
}


/* Topページのみに適用の物件名テキスト */

.top_header #header .header-area .ja span {
/*	color: #fff;
	text-shadow: 0 0 6px #ab9366;*/
}


/* Topページのみに適用のgNaviのデフォルト背景色 */

.top_header .nav-items {
/*	background: rgba(255,255,255,.86);*/
}


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

#visual {}

.mainV_wrap {
	position: relative;
}


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

.mainV {
	background-color: #f6f6f6;/* 本番チェック用 - MVが既定サイズ（高さ）でトリミングされていない場合に気づいてもらえるようにわざと色つけてます */
	overflow: hidden;
/*	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 {
	height: auto;
	width: 100%;
}

.bx-wrapper {
	background: transparent;
	border: none;
	box-shadow: 0 0 0 0;/*IEでunset指定効かないときの予防*/
	box-shadow: unset;
	margin-bottom: 0;
}

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

.bx-controls {
	display: none;/* 左右矢印出さない */
	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 ----- *//* 2020.11.11 仕様変更 */

.mainV .mainVtxt {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.mainV .mainVtxt .page-title {
	font-family: minerva-modern, source-han-serif-japanese, "Yu Mincho", serif;
	font-weight: 700;
	margin: 25% 0 0;
	transform: translateY(-50%);
}

@media all and (-ms-high-contrast: none) {/* IE10~用 デフォルトの上書きCSS */
	.mainV .mainVtxt .page-title {
		font-weight: 500;
	}
}

.mainV .mainVtxt .title-mansion-name {
	color: #fff;
	display: block;
	margin-bottom: 1.1%;
	text-align: center;
	text-shadow: 3px 3px 10px rgba(0,0,0,.45);
}

.mainV .mainVtxt .title-mansion-name .ja {
	display: block;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 4px;
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 5% 8px;
}

.mainV .mainVtxt .title-mansion-name .en {/* このデザインでは英字が表示されることはない */}

.mainV .mainVtxt .title-sub-txt {
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,.75) 20%, rgba(255,255,255,.85) 50%, rgba(255,255,255,.75) 80%, rgba(255,255,255,0));
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	padding: 1% 0;/* 1% 0 1.2% */
	position: relative;
	text-align: center;
}

.mainV .mainVtxt .title-sub-txt span {
	color: #1b1b1b;
	display: block;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.3;
	padding: 0 10%;
	text-shadow: 0 1px 6px rgba(255, 255, 255, .8);
	margin: .5% auto;
/*	max-width: 1024px;*/
}


@media screen and (max-width: 1200px) {
	/*--- 表示領域が1200px以下の場合に適用するスタイル ---*/
	.mainV .mainVtxt .page-title {
		margin-top: calc(25% + 25px);
	}

	.mainV .mainVtxt .title-mansion-name .ja {
		font-size: 3vw;
	}

	.mainV .mainVtxt .title-sub-txt span {
		font-size: 1.56vw;
		letter-spacing: .15em;
	}
}


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

#main.top_page {
	border: none;
}

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

.main.top_page .text {
	text-align: center;
}


/* 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 .tile-bg-img {
	display: block;
	-ms-filter: "alpha(opacity=90)";
	opacity: 0.95;
	width: 100%;
}

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

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

.main .caption-tile-menu .tile-block .hd3 {
	background: transparent;
	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/overlay3.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, 0.25);
	top: 50%;
	width: 90%;
}

.main .caption-tile-menu .tile-block .hd3 .inr-wrap .en {
	color: #494949;
	display: block;
/*	font-family: "Times New Roman", "Yu Mincho", serif;*/
	font-family: minerva-modern, YuGothic, 'Yu Gothic', 'Arial', sans-serif;
	font-size: 24px;
	font-weight: 400;/*500*/
	letter-spacing: .016em;
	line-height: 1;
	text-transform: uppercase;
}

.main .caption-tile-menu .tile-block .hd3 .ja {
	color: #494949;
	display: block;
	font-family: source-han-serif-japanese, "Yu Mincho", serif;
/*	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', 'Arial', sans-serif;*/
	font-size: 13px;
	font-weight: 400;/*600*/
	letter-spacing: .1rem;
	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 {}
