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

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

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


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

.top_header #header .header-area .ja span {}


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

.top_header .nav-items {}


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

#visual {}

.mainV_wrap {
	position: relative;
}


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

.mainV {
	background-color: #f6f6f6;/* for_check - 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 {
	/*	max-width: none;*/
	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: 'Noto Serif JP', "Yu Mincho", serif;
	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: 47px;
	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.2%;
	position: relative;
	text-align: center;
}

.mainV .mainVtxt .title-sub-txt:before {
	background: url(../img/mv_txt_bg_line.png) center no-repeat;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: -2px;
	width: 100%;
}

.mainV .mainVtxt .title-sub-txt:after {
	background: url(../img/mv_txt_bg_line.png) center no-repeat;
	bottom: -2px;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.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: 3.9vw;
	}

	.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: #eee;
	border: 1px solid #fff;
	box-sizing: border-box;
	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;
	opacity: .75;
	width: 100%;
}

.main .caption-tile-menu .tile-block a:hover .tile-bg-img {
	opacity: .9;
}

.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: rgba(255, 255, 255, .65);
	border: 2px solid #fff;
	display: block;
	height: calc(80% - 4px);
	left: 8%;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 8%;
	top: 10%;
	width: calc(84% - 4px);
}

.main .caption-tile-menu .tile-block a:hover .hd3 .inr-wrap {
	background: rgba(48, 50, 52, .65);
	transition: background-color .3s;
}

.main .caption-tile-menu .tile-block .hd3 .inr-wrap > * {
	color: #494949;
	display: block;
	padding-left: 6%;
	transform: translateY(70px);
}

.main .caption-tile-menu .tile-block a:hover .hd3 .inr-wrap > * {
	color: #fff;
	transition: color .2s;
}

.main .caption-tile-menu .tile-block .hd3 .inr-wrap .en {
	font-family: 'Marcellus', YuGothic, 'Yu Gothic', 'Arial', sans-serif;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: .06em;
	line-height: 1;
	text-transform: uppercase;
}

.main .caption-tile-menu .tile-block .hd3 .ja {
	font-family: 'Noto Serif JP', 'Yu Mincho', serif;
/*	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', 'Arial', sans-serif;*/
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
	margin-bottom: .3em;
}


@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 > * {
		transform: translateY(60px);
	}
}


@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 > * {
		transform: translateY(50px);
	}
}


@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 .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 > * {
		transform: translateY(40px);
	}

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


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

#footer {}
