@charset "utf-8";


/* ------------------------------
 メインイメージ
------------------------------ */
.mainimg {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1220px;
}
.mainimg a:hover img {
	opacity: 1;
}
.mainimg .swiper-container {
	width: 100%;
	height: 100%;
	overflow: visible !important;
	z-index: 1;
}

.mainimg .swiper-container .swiper-slide .text {
	position: absolute;
	left: 10%;
	bottom: 36%;
}

/* NEXT PREV */
.mainimg .swiper-button-prev,
.mainimg .swiper-button-next {
	width: 20px;
	height: 34px;
	margin-top: -17px;
	background-size: 20px 34px;
}
.mainimg .swiper-button-prev,
.mainimg .swiper-container-rtl .swiper-button-next {
	left: 25px;
}
.mainimg .swiper-button-next,
.mainimg .swiper-container-rtl .swiper-button-prev {
	right: 25px;
}

.mainimg::before,
.mainimg::after {
	content: "";
	width: 1220px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;

}
.mainimg::before {
	right: 50%;
	margin-right: 610px;
}
.mainimg::after {
	left: 50%;
	margin-left: 610px;
}


/* PAGINATION */
.mainimg .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.mainimg .swiper-pagination-fraction,
.mainimg .swiper-pagination-custom,
.mainimg .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -30px;
}
.mainimg .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	border: solid 1px #638C0B;
	background: none;
	opacity: 1;
}
.mainimg .swiper-pagination-bullet-active {
	background: #638C0B;
	position: relative;
}
.mainimg .swiper-pagination-bullet-active:before {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 7px;
	height: 7px;
	content: '';
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: black;
	border-radius: 100%;
	background: #638C0B;
	border: solid 5px #E6E6E6;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.mainimg {
		height: auto;
	}
	.mainimg img {
		width: auto;
	}
	
	.mainimg .swiper-container .swiper-slide .text {
		width: 245px;
		left: 8%;
		bottom: 8%;
	}
	/* NEXT PREV */
	.mainimg .swiper-button-prev,
	.mainimg .swiper-button-next {
		width: 13px;
		height: 24px;
		margin-top: -12px;
		background-size: 13px 24px;
	}
	.mainimg .swiper-button-prev,
	.mainimg .swiper-container-rtl .swiper-button-next {
		left: 10px;
	}
	.mainimg .swiper-button-next,
	.mainimg .swiper-container-rtl .swiper-button-prev {
		right: 10px;
	}

}

/* ------------------------------
 コンテンツ
------------------------------ */
.contentsHome {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 70px 0 0;
}

.block:after {
	content: "";
	clear: both;
	display: block;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsHome {
		padding: 55px 0 0;
	}
}

/* ------------------------------
 メインリード
------------------------------ */
.mainLead {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.3rem;
	color: #1D2E5B;
	margin-bottom: 35px;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.mainLead {
		font-size: 1.7rem;
		margin-bottom: 25px;
	}
}


/* ------------------------------
 新着情報
------------------------------ */
.newsBlock {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
	padding: 40px 113px;
	background: #F7F7F7;
	border-radius: 5px;
	position: relative;
}
.newsList li {
	font-size: 1.4rem;
	padding: 13px 0;
	border-bottom: dotted 1px #C9CACB;
	position: relative;
	width: 100%;
	display: table;
}
.newsList li a {
	display: block;
	color: #000;
	padding-right: 20px;
	position: relative;
	text-decoration: none;
}
.newsList li a::after {
	font-family: 'FontAwesome';
	font-weight: bold;
	font-size: 2rem;
	color: #CC4B1F;
	content: '\f105';
	line-height: 1;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
}
.newsList li .date {
	font-weight: bold;
	color: #5C5C5C;
	width: 100px;
	display: table-cell;
	vertical-align: top;
}

.newsList li .news_textbox {
	display: table-cell;
	vertical-align: top;
}
.newsList li.new .news_textbox:before {
	font-family: 'Roboto' , "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-style: italic;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	content: "NEW";
	line-height: 24px;
	margin-right: 5px;
	padding: 0 7px 0 5px;
	background: #CC4B1F;
	z-index: 10;
	display: inline-block;
}

.newsBlock .btn {
	position: absolute;
	right: 113px;
	top: 40px;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.newsBlock {
		width: auto;
		margin-bottom: 30px;
		padding: 30px 5%;
		border-radius: 0;
	}
	.newsList {
		margin-bottom: 20px;
	}
	.newsList li .date {
		width: auto;
		display: block;
		margin-bottom: 5px;
	}
	.newsList li .news_textbox {
		display: block;
	}
	
	.newsBlock .btn {
		position: static;
	}
}

/* ------------------------------
 お問合せブロック
------------------------------ */
.contactBlock {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.contactBlock {
		width: auto;
		margin-bottom: 40px;
	}
}


/* ------------------------------
 カテゴリーメニュー共通CSS
------------------------------ */
.onBoxIn {
	text-align: center;
}
.wideBlock a,
.wideLrBlock a,
.voiceBlock a {
	color: #333;
	display: block;
	text-decoration: none;
}
.onBoxIn .lead {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 25px;
}
.onBoxIn,
.onBoxIn .btn,
.onBoxIn .btn::after,
.wideLrBlock,
.wideLrBlock .bg,
.wideLrBlock .bg::before {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.onBoxIn .btn {
	font-size: 1.4rem;
	font-weight: bold;
	color: #638C0B;
	min-width: 200px;
	padding: 15px 15px;
	border: solid 1px #638C0B;
	line-height: 1.2;
	border-radius: 2px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	position: relative;
}
.onBoxIn .btn::after {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 2rem;
	content: '\f105';
	line-height: 1;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.onBoxIn .btn:after {
	right: 15px;
}

/* -- マウスオーバー -- */
.wideBlock:hover .btn:after,
.wideLrBlock:hover .btn::after,
.voiceBlock:hover .btn:after {
	right: 10px;
}
.wideBlock a:hover img,
.wideLrBlock:hover .bg img {
	opacity: 1;
}

/* ------------------------------
 スマホ用コード カテゴリー共通CSS
------------------------------ */
@media screen and (max-width: 767px) {
	.onBoxIn .lead {
		font-size: 1.5rem;
		margin-bottom: 15px;
	}
	.wideBlock h2,
	.wideLrBlock h2,
	.voiceBlock h2 {
		width: 85%;
		border-radius: 3px;
		background: #fff;
		padding: 20px 0;
		margin: -60px auto 0;
	}
}

/* ------------------------------
 コンセプト & お客様の声
------------------------------ */
.wideBlock {
	height: 520px;
	position: relative;
}
.wideBlock .onBox {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wideBlock .bg img {
	width: 100%;
	height: auto;
	min-width: 1920px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: 0;
	-webkit-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}
.wideBlock .onBoxIn {
	width: 460px;
	border-radius: 5px;
	padding: 40px 70px;
	background: rgba(255, 255, 255, .9);
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.wideBlock {
		height: auto;
	}
	.wideBlock .onBox {
		position: static;
	}
	.wideBlock .bg img {
		width: 100%;
		height: auto;
		min-width: 320px;
		position: static;
		transform: none;
	}
	.wideBlock .onBoxIn {
		width: 100%;
		border-radius: 0;
		padding: 40px 5%;
	}
}

/* ------------------------------
 区画・物件情報 & 生活環境・アクセス
------------------------------ */
.wideLrBlock:after {
	content: "";
	clear: both;
	display: block;
}

.wideLrBlock {
	height: 480px;
}
.wideLrBlock .bg {
	width: 60%;
	height: 480px;
}
.wideLrBlock .bg {
	position: relative;
	overflow: hidden;
}
.wideLrBlock .bg img {
	width: 100%;
	height: auto;
	min-width: 1160px;
	position: relative;
	top: 0;
	left: 0;
}

.wideLrBlock .onBox {
	width: 40%;
	height: 480px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.wideLrBlock {
		height: auto;
	}
	.wideLrBlock .bg {
		width: 100%;
		height: auto;
	}
	.wideLrBlock .bg img {
		width: 100%;
		height: auto;
		min-width: 320px;
		position: static;
		transform: none;
	}
	.wideLrBlock .onBox {
		width: 100%;
		height: auto;
		position: relative;
	}
	.wideLrBlock .onBoxIn {
		width: 100%;
		padding: 40px 5%;
	}
}

/* ------------------------------
 お客様の声
------------------------------ */
.wideBlock.voice {
	background: #F2F2F2;
}
.voice .deco01 {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: 265px;
}
.voice .deco02 {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -455px;
}
.voice .deco03 {
	position: absolute;
	bottom: 33px;
	left: 50%;
	margin-left: 185px;
	z-index: 10;
}

/* ------------------------------
 PC用限定CSS マウスオーバー
------------------------------ */
@media print, screen and (min-width: 768px) {
	.wideBlock:hover .onBoxIn,
	.wideLrBlock:hover  {
		color: #fff;
		background: rgba(99, 140, 11, .9);
	}
	.wideLrBlock:hover .onBoxIn {
		color: #fff;
	}
	.wideBlock:hover .btn,
	.wideLrBlock:hover .btn {
		color: #fff;
		border-color: #fff;
	}
	
	.wideLrBlock .bg::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .3);
		z-index: 2;
		opacity: 0;
	}
	.wideLrBlock:hover .bg::before {
		opacity: 1;
	}
}