﻿@charset "UTF-8";

/* ▼▼▼ トップ
=====================================*/

#wrapper {margin-top: 0 !important;}


header {
	position: absolute;
	z-index: 1000;
	background: inherit;
	transition:background 0.5s,color 0.5s;
	border-top: none;
	}
	header.scroll-now {
		background: #fff;
	}
	#gnav ul {border-left: 1px solid #fff;}
	#gnav ul > li {border-right: 1px solid #fff;}

	header.scroll-now #gnav ul {border-left: 1px solid #eeeeee;}
		header.scroll-now #gnav ul > li {border-right: 1px solid #eeeeee;}



/* メインイメージ */
.main_img {
	width: 100%;
	position: relative;
	z-index: 1;
	}
	.main_img img {width: 100%;}


/* ▼ スライダー */
#mainVisual {
	width: 100%;
	position: relative;
	}
	#mainVisual ul {padding-left: 0;}
	#mainVisual a.bx-prev,
	#mainVisual a.bx-next {display: none;}
#mainVisual .main_cover {
	position: relative;
	z-index: 100;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 0 80px;
	}
	#mainVisual .main_cover > p {
		position: absolute;
		bottom: 0;
		margin: 0 20px;
		}

/* 導入 */
#intro {
	background: url(../img/top/intro_bg.png) no-repeat scroll center top;
	background-size: 100% auto;
	padding: 0 0 50px;
	}
	#intro .catch {
		font-size: 42px;
		text-align: center;
		margin: 0 auto 30px;
		font-weight: bold;
		}
	#intro .top_read {
		font-size: 20px;
		line-height: 2;
		text-align: center;
		margin: 0 auto 40px;
		}
	#intro .intro_btn {
		border: 1px solid #ccc;
		background: #fff;
		border-radius: 25px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		width: 345px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		margin: 0 auto 20px;
		}
		#intro .intro_btn a {
			color: #000;
			display: block;
			}
		#intro .intro_btn a:after {
			content: "\f105";
			font-family: FontAwesome;
			margin-left: 10px;
			text-align: center;
			font-size: 20px;
			}
		#intro .intro_btn a:hover {
			text-decoration: none;
			filter: alpha(opacity=60);
			-moz-opacity:0.6;
			opacity:0.6;
			}

/* 新着情報 */
#top_topics {
	background: #8db091;
	position: relative;
	margin-top: 53px; /*住宅画像の高さ*/
	padding: 40px 0;
	}
	#top_topics:before {
		content: '';
		display: block;
		position: absolute;
		top: -53px; /*住宅画像の高*/
		width: 100%;
		height: 53px; /*住宅画像の高*/
		background: url(../img/top/topics_bg.png) repeat-x;/
		}
	#top_topics h2 {
		width: 168px;
		margin: 0 auto 30px;
		}
		/* 一覧はこちら */
		#top_topics .topics_info {
			position: absolute;
			right: 0;
			top: 0;
			border: 1px solid #ccc;
			background: #fff;
			border-radius: 25px;
			-webkit-border-radius: 25px;
			-moz-border-radius: 25px;
			width: 200px;
			height: 50px;
			text-align: center;
			line-height: 50px;
			}
			#top_topics .topics_info a {
				color: #000;
				display: block;
				}
				#top_topics .topics_info a:after {
					content: "\f105";
					font-family: FontAwesome;
					margin-left: 10px;
					font-size: 20px;
					}
				#top_topics .topics_info a:hover {
					text-decoration: none;
					filter: alpha(opacity=60);
					-moz-opacity:0.6;
					opacity:0.6;
					}

	#top_topics ul {overflow: hidden;}
		#top_topics ul li {
			position: relative;
			margin: 0 auto 10px;
			}
			#top_topics ul li:last-child {margin: 0;}
			#top_topics ul li a:after {
				content: "\f105";
				font-family: FontAwesome;
				position: absolute;
				top: 50%;
				right: 20px;
				margin-top: -12px;
				font-size: 16px;
				line-height: 1;
				font-size: 24px;
				}
			#top_topics ul li a {
				color: #000;
				display: block;
				text-decoration: none;
				}
			#top_topics ul li a:hover {
				text-decoration: none;
				filter: alpha(opacity=60);
				-moz-opacity:0.6;
				opacity:0.6;
				}
				#top_topics dl {
					background: #fff;
					overflow: hidden;
					width: 100%;
					display: table;
					}
					#top_topics dl .topics_red{
						color: #e14646;
					}
					#top_topics dl dt {
						width: 22%;
						padding: 0 0 0 30px;
						font-size: 0.875rem;
						display: table-cell;
						vertical-align: middle;
						}
					#top_topics dl dd {
						/* width: 78%; */
						width: 85%;
						/* float: left; */
						padding: 10px 35px 10px 10px;
						display:table;
						}
					#top_topics dl dd div {display: table-cell;}
					#top_topics dl dd div:nth-child(1){
						width: 40%;
					}
					#top_topics dl dd .t_red {
						color: #e14646;
						display: inline;
						font-weight: bold;
						font-size: 1.5rem;
						}
						#top_topics dl dd .t_red small{
							font-size: 1.3rem;
						}
						#top_topics dl dd .t_red > span{font-size: 2rem;}
					#top_topics dl dd .t_strong {
						display: inline;
						font-weight: bold;
						font-size: 1.5rem;
						}
	

/* トピクス　欄外 */
.emergency{
	margin: 20px 0 0;
}
.emergency p a{
	color:#000;
	text-decoration: underline;
}


/* 各コンテンツ */
#content_list {padding: 50px 0;}
	#content_list ul {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		overflow: hidden;
		}
		#content_list ul li {
			width: 32%;
			margin-right: 2%;
			float: left;
			border-radius: 8px;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			position: relative;
			}
			#content_list ul li a {
				display: block;
				padding: 30px 15px;
				color: #000;
				}
			#content_list ul li a:hover {
				text-decoration: none;
				text-decoration: none;
				filter: alpha(opacity=60);
				-moz-opacity:0.6;
				opacity:0.6;
				}
			#content_list ul li img {width: 100%;}
		#content_list ul .col01 {background: #e3f6d6;}
		#content_list ul .col02 {background: #e5eff3;}
		#content_list ul .col03 {background: #fbf0ec;}
		#content_list ul li:last-child {margin: 0;}
		#content_list ul li h3 {
			text-align: center;
			margin: 0 auto 25px;
			width: 100%
			}
		#content_list ul .col01 h3 {max-width: 160px;}
		#content_list ul .col02 h3 {max-width: 200px;}
		#content_list ul .col03 h3 {max-width: 223px;}
		#content_list ul li .content_img {
			text-align: center;
			margin: 0 auto 20px;
			}
		#content_list ul li .content_read {
			text-align: center;
			font-size: 18px;
			}
		#content_list ul .col01:after {
		    content: url(../img/top/content_arrow01.png);
		    position: absolute;
		    right: 12px;
		    bottom: 4px;
			}
		#content_list ul .col02:after {
		    content: url(../img/top/content_arrow02.png);
		    position: absolute;
		    right: 12px;
		    bottom: 4px;
			}
		#content_list ul .col03:after {
		    content: url(../img/top/content_arrow03.png);
		    position: absolute;
		    right: 12px;
		    bottom: 4px;
			}


/* 駐車場のご案内 */
#top_parking {
	background: url(../img/top/parking_bp.png) repeat scroll left top;
	padding: 30px 0 50px;
	}
	#top_parking .container {position: relative;}
		#top_parking h2 {
			text-align: center;
			margin: 0 auto 40px;
			}
		/* 一覧はこちら */
		#top_parking .parking_info {
			position: absolute;
			right: 0;
			top: 0;
			border: 1px solid #ccc;
			background: #fff;
			border-radius: 25px;
			-webkit-border-radius: 25px;
			-moz-border-radius: 25px;
			width: 200px;
			height: 50px;
			text-align: center;
			line-height: 50px;
			}
			#top_parking .parking_info a {
				color: #000;
				display: block;
				}
				#top_parking .parking_info a:after {
					content: "\f105";
					font-family: FontAwesome;
					margin-left: 10px;
					font-size: 20px;
					}
				#top_parking .parking_info a:hover {
					text-decoration: none;
					filter: alpha(opacity=60);
					-moz-opacity:0.6;
					opacity:0.6;
					}
		#top_parking .parking_map {overflow: hidden;}
			#top_parking .parking_map .map_img {
				float: left;
				width: 58%;
				margin-right: 3.6%;
				}
			#top_parking .parking_map .parking_link {
				overflow: hidden;
				float: left;
				width: 38.4%;
				}
			#top_parking .parking_map .parking_link .parking_list {
				width: 100%;
				margin: 0 auto 20px;
				}
			#top_parking .parking_map .parking_link .parking_list li {
				font-size: 1.25rem;
				font-weight: bold;
				margin-bottom: 10px;
				}
				#top_parking .parking_map .parking_link .parking_list li a {
					color: #333;
					text-decoration: underline;
					}
				#top_parking .parking_map .parking_link .parking_list li span {color: #ca0097;}
			#top_parking .g_map {
				border: 1px solid #ccc;
				background: #ca0097;
				border-radius: 25px;
				-webkit-border-radius: 25px;
				-moz-border-radius: 25px;
				width: 200px;
				height: 50px;
				line-height: 50px;
				text-align: center;
				margin-bottom: 40px;
				}
				#top_parking .g_map a {
					color: #fff;
					display: block;
					}
					#top_parking .g_map a:after {
						content: "\f105";
						font-family: FontAwesome;
						margin-left: 10px;
						font-size: 20px;
						}
					#top_parking .g_map a:hover {
						text-decoration: none;
						filter: alpha(opacity=60);
						-moz-opacity:0.6;
						opacity:0.6;
						}

			#top_parking .parking_map .store_list {
				width: 100%;
				margin: 0 auto;
				}
				#top_parking .parking_map .store_list li {
					font-size: 1.25rem;
					font-weight: bold;
					margin-bottom: 10px;
					}
				#top_parking .parking_map .store_list li:after {
					content: "\f105";
					font-family: FontAwesome;
					margin-left: 10px;
					}
					#top_parking .parking_map .store_list li a {
						color: #333;
						text-decoration: underline;
						}








/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {

header {
	background: #fff;
	border-top: 3px solid #e14646;
	margin-top: 0;
	}
	#gnav ul {border-left: none;}
		#gnav ul > li {border-right: none;}


/* ▼ スライダー */
#mainVisual {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto 5px;
	}
	.bx-wrapper {height: 100%;}
	#mainVisual ul {padding-left: 0;}
	#mainVisual ul li img {height: 47.7vw;}

#mainVisual .main_cover {
	position: relative;
	z-index: 100;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 0 20px;
	}
	#mainVisual .main_cover > p {
		position: absolute;
		bottom: 0;
		margin: 0 20px;
		}



/* 導入 */
#intro {
	background: url(../img/top/intro_bg_sp.png) no-repeat scroll center top;
	background-size: 100% auto;
	padding: 0 0 20px;
	}
	#intro .catch {
		font-size: 1.3125rem;
		margin: 0 auto 15px;
		}
	#intro .top_read {
		font-size: 0.625rem;
		line-height: 2;
		text-align: center;
		margin: 0 auto 20px;
		padding: 0 10px;
		}
	#intro .intro_btn {
		border: 1px solid #ccc;
		background: #fff;
		border-radius: 18px;
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		width: 240px;
		height: 36px;
		text-align: center;
		line-height: 36px;
		margin: 0 auto;
		font-size: 0.875rem;
		}
		#intro .intro_btn a {
			color: #000;
			display: block;
			}
		#intro .intro_btn a:after {
			content: "\f105";
			font-family: FontAwesome;
			margin-left: 10px;
			text-align: center;
			font-size: 1rem;
			}


/* 新着情報 */
#top_topics {
	background: #8db091;
	position: relative;
	margin-top: 28px; /*住宅画像の高さ*/
	padding: 15px 0;
	}
	#top_topics:before {
		content: '';
		display: block;
		position: absolute;
		top: -28px; /*住宅画像の高*/
		width: 100%;
		height: 28px; /*住宅画像の高*/
		background: url(../img/top/topics_bg.png) repeat-x;
		background-size: auto 28px;
		}
	#top_topics h2 {
		width: 31%;
		margin: 0 auto 10px;
		}
		/* 一覧はこちら */
		#top_topics .topics_info {
			position: static;
			border: 1px solid #ccc;
			background: #fff;
			border-radius: 18px;
			-webkit-border-radius: 18px;
			-moz-border-radius: 18px;
			width: 150px;
			height: 36px;
			text-align: center;
			line-height: 36px;
			margin: 0 auto 15px;
			font-size: 0.875rem;
			}
		#top_topics .topics_info a {
			color: #000;
			display: block;
			}
			#top_topics .topics_info a:after {
				content: "\f105";
				font-family: FontAwesome;
				margin-left: 10px;
				font-size: 20px;
				font-size: 1rem;
				}
			#top_topics .topics_info a:hover {
				text-decoration: none;
				filter: alpha(opacity=60);
				-moz-opacity:0.6;
				opacity:0.6;
				}

	#top_topics ul {
		overflow: hidden;
		width: 93%;
		margin: 0 auto;
		}
		#top_topics ul li {
			position: relative;
			margin: 0 auto 10px;
			background: #fff;
			}
			#top_topics ul li:last-child {margin: 0;}
			#top_topics ul li a:after {
				content: "\f105";
				font-family: FontAwesome;
				position: absolute;
				top: 50%;
				right: 10px;
				margin-top: -12px;
				font-size: 16px;
				line-height: 1;
				font-size: 16px;
				}
			#top_topics ul li a {
				color: #000;
				display: block;
				text-decoration: none;
				padding: 10px;
				}
			#top_topics ul li a:hover {
				text-decoration: none;
				filter: alpha(opacity=60);
				-moz-opacity:0.6;
				opacity:0.6;
				}
				#top_topics dl {
					background: #fff;
					overflow: hidden;
					width: 100%;
					}
					#top_topics dl dt {
						width: 100%;
						padding: 0;
						font-size: 0.875rem;
						display: block;
						vertical-align: middle;
						line-height: 1;
						}
					#top_topics dl dd {
						width: 100%;
						padding: 5px 20px 0 0;
						display:block;
						font-size: 0.875rem;
						line-height: 1.4;
						}
					#top_topics dl dd div {display: block;}
					#top_topics dl dd div:nth-child(1){
						width: 100%;
					}
					#top_topics dl dd .t_red {
						display: inline;
						font-weight: bold;
						font-size: 1.0625rem;
						line-height: 1.4;
						}
						#top_topics dl dd .t_red small{
							font-size: 1.05rem
						}
						#top_topics dl dd .t_red > span {font-size:1.3125rem;}

						/* トピクス　欄外 */
						.emergency{
							width: 93%;
							margin:20px auto 0;
						}
						.emergency p a{
							font-size: 14px;
						}


/* 各コンテンツ */
#content_list {padding: 25px 0;}
	#content_list ul {
		width: 84%;
		margin: 0 auto;
		overflow: hidden;
		}
		#content_list ul li {
			width: 100%;
			margin: 0 auto 20px;
			float: none;
			border-radius: 8px;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			position: relative;
			}
			#content_list ul li a {padding: 15px 10px;}
			#content_list ul li .cover {overflow: hidden;}
			#content_list ul li h3 {
				text-align: center;
				margin: 0 auto;
				width: 64%;
				float: left;
				}
		#content_list ul .col01 h3 {max-width: 121px;}
		#content_list ul .col02 h3 {max-width: 144px;}
		#content_list ul .col03 h3 {max-width: 163px;}
			#content_list ul li .content_img {
				text-align: center;
				margin: 0 auto;
				float: right;
				width: 36%;
				}
			#content_list ul li .content_read {
				text-align: left;
				font-size: 0.6875rem;
				width: 100%;
				overflow: hidden;
				margin: 10px auto 0;
				}
			#content_list ul li .content_read .sp_no {display: none;}
		#content_list ul .col01:after {
		    content:" ";
		    display:inline-block;
		    width:9px;
		    height:9px;
		    background:url( ../img/top/content_arrow01.png);
		    background-size:contain;
		    vertical-align:middle;
		    position: absolute;
		    right: 10px;
		    bottom: 10px;
			}
		#content_list ul .col02:after {
		    content:" ";
		    display:inline-block;
		    width:9px;
		    height:9px;
		    background:url( ../img/top/content_arrow02.png);
		    background-size:contain;
		    vertical-align:middle;
		    position: absolute;
		    right: 10px;
		    bottom: 10px;
			}
		#content_list ul .col03:after {
		    content:" ";
		    display:inline-block;
		    width:9px;
		    height:9px;
		    background:url( ../img/top/content_arrow03.png);
		    background-size:contain;
		    vertical-align:middle;
		    position: absolute;
		    right: 10px;
		    bottom: 10px;
			}



/* 駐車場のご案内 */
#top_parking {
	background: url(../img/top/parking_bp.png) repeat scroll left top;
	padding: 25px 0;
	}
	#top_parking .container {
		position: relative;
		width: 80%;
		margin: 0 auto;
		}
		#top_parking h2 {
			text-align: center;
			margin: 0 auto 10px;
			width: 60%;
			}
		/* 一覧はこちら */
		#top_parking .parking_info {
			position: static;
			border: 1px solid #ccc;
			background: #fff;
			border-radius: 18px;
			-webkit-border-radius: 18px;
			-moz-border-radius: 18px;
			width: 150px;
			height: 36px;
			text-align: center;
			line-height: 36px;
			margin: 0 auto 15px;
			font-size: 0.875rem;
			}
			#top_parking .parking_info a {
				color: #000;
				display: block;
				}
				#top_parking .parking_info a:after {
					content: "\f105";
					font-family: FontAwesome;
					margin-left: 10px;
					font-size: 20px;
					font-size: 1rem;
					}
				#top_parking .parking_info a:hover {
					text-decoration: none;
					filter: alpha(opacity=60);
					-moz-opacity:0.6;
					opacity:0.6;
					}
		#top_parking .parking_map {overflow: hidden;}
			#top_parking .parking_map .map_img {
				float: none;
				width: 100%;
				margin: 0 auto 10px;
				}
			#top_parking .parking_map .parking_link {
				overflow: hidden;
				float: none;
				width: 100%;
				}
			#top_parking .parking_map .parking_link .parking_list {
				float: none;
				width: 100%;
				margin: 0 auto 20px;
				padding: 0 0 0 0;
				}
			#top_parking .parking_map .parking_link .parking_list li {
				font-size: 1rem;
				margin-bottom: 5px;
				}
			#top_parking .parking_map .parking_link .parking_list li:last-child {margin: 0;}

			#top_parking .parking_map .parking_link .parking_list li span {color: #ca0097;}

			#top_parking .parking_map .parking_link .store_list {
				float: none;
				width: 100%;
				margin: 0 auto 20px;
				padding: 0 0 0 0;
				}
			#top_parking .parking_map .parking_link .store_list li {
				font-size: 1rem;
				margin-bottom: 5px;
				}
			#top_parking .g_map {
				border-radius: 18px;
				-webkit-border-radius: 18px;
				-moz-border-radius: 18px;
				width: 150px;
				height: 36px;
				line-height: 36px;
				float: none;
				margin: 0 auto 30px;
				font-size: 0.875rem;
				}
				#top_parking .g_map a {
					color: #fff;
					display: block;
					}
					#top_parking .g_map a:after {
						content: "\f105";
						font-family: FontAwesome;
						margin-left: 10px;
						font-size: 1rem;
						}
					#top_parking .g_map a:hover {
						text-decoration: none;
						filter: alpha(opacity=60);
						-moz-opacity:0.6;
						opacity:0.6;
						}








/* ▼▼▼ フッター
=====================================*/
footer {padding: 0 15px 120px;}

}
.s_txt {
	color: #e14646;
	/* display: inline; */
	font-weight: bold;
	font-size: 1.1rem;
}