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

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

#header {
	background: #fff;
/*	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;*/
}

#header .header-area .nav-top-right li:hover {
/*	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: 'Shippori Mincho B1', 'Yu Mincho', 'YuMincho', serif;
	font-weight: 600;
	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;*/
}


/* 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 {
  opacity: 1;
}

.main .caption-tile-menu .tile-block .tile-bg-img {
  display: block;
  opacity: .9;
  width: 100%;
}


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

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

.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: rgba(0, 0, 0, .25);
  left: 0;/*2%*/
  margin-top: -64px;
  padding: 8% 20px;/*8% 0 8% 6%*/
  position: absolute;
  right: 0;
	text-shadow: 1px 1px 4px rgba(255, 255, 255, .5);
  top: 50%;
  width: auto;/*90%*/
}

.main .caption-tile-menu .tile-block .hd3 .en {
  color: #fff;
  display: block;
	font-family: 'Lora', 'Yu Mincho', 'YuMincho', serif;
/*	font-family: 'Noto Sans JP', 'Arial', sans-serif;*/
  font-size: 26px;
  font-weight: 400;
	letter-spacing: .08em;
	line-height: 1;
	overflow-wrap: break-word;
  text-transform: uppercase;
}

.main .caption-tile-menu .tile-block .hd3 .ja {
  color: #fff;
  display: block;
/*	font-family: 'Noto Sans JP', 'Arial', sans-serif;*/
	font-family: 'Shippori Mincho B1', 'Yu Mincho', 'YuMincho', serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
	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% 20px;
	}
}


@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 .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 .en {
		font-size: 18px;
	}
}


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

#footer {}
