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

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

#header {
	background: transparent;
	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,.8);
}


/* 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 ----- */

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

.mainV .mainVtxt .page-title {/* 20190731 仕様変更 */
	background: rgba(255,255,255,.76);
	background: -moz-linear-gradient(left, transparent, rgba(0,0,0,.45) 20%, rgba(0,0,0,.45) 80%, transparent);
	background: -webkit-linear-gradient(left, transparent, rgba(0,0,0,.45) 20%, rgba(0,0,0,.45) 80%, transparent);
	background: linear-gradient(to right, transparent, rgba(0,0,0,.45) 20%, rgba(0,0,0,.45) 80%, transparent);
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 27px;
	font-weight: 500;
	margin: 19% 0 0;
	padding: 13px 0;
	text-shadow: rgba(0,0,0,.3) 0 1px 6px;
}

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

.mainV .mainVtxt .title-main-txt {
	display: inline-block;
	max-width: 1024px;
	width: 80%;
}

.mainV .mainVtxt .title-main-txt span {
	display: block;
	margin: 1% 0;
}

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


@media screen and (max-width: 960px) {
	/*--- 表示領域が960px以下の場合に適用するスタイル ---*/
	.mainV .mainVtxt .page-title {
		font-size: 21px;
	}

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


/* 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 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: 0.9;
	width: 100%;
}

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

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

.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/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, 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-family: YuGothic, 'Yu Gothic', 'Arial', sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .01rem;
	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-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', 'Arial', sans-serif;
	font-size: 13px;
	font-weight: 500;
	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 {}
