@charset "utf-8";
#mainimg {
	position: relative;
	z-index: -1;
	width: 100%;
	height: 0;
	padding-top:38.6%; 
	background: url(../images/mainimg.png);
	background-size: cover;
	background-position: center center;
}
.mainislider img {
	width:100%;
	height:auto;
}


/*Toppge共通 */

#toppage .ttl {
	text-align: center;
}
#toppage .ttl h2{
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.4;
}
#toppage .ttl p{
	font-size: 1.1rem;
	line-height: 1.5;
}
#toppage .btn_detail a {
	position: relative;
	display: block;
	width: 200px;
	line-height: 50px;
	background: #6d61a9;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}
#toppage .btn_detail a::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right:15px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*About*/
#sec01 {
	position: relative;
	padding: 40px 0 50px;
	width: 720px;
	margin: 0 auto;
	text-align: center;
}
#sec01 .ttl{
	padding-top: 76px;
	background-image: url(../images/ico_about.png);
	background-position: center top;
	background-size: 37px 52px;
	background-repeat: no-repeat;
}
#sec01 .comment{
	margin-top: 15px;
	margin-bottom: 30px;
	padding-bottom: 80px;
	background: url(../images/img_town.png) no-repeat center bottom;
}
#sec01 .comment p{
	line-height: 2.14;
}
#sec01 .bnr .row{
	margin: 0 -10px;
}
#sec01 .bnr .inner{
	margin: 0 10px;
}



/*Housing Information*/
#sec02 {
	position: relative;
	padding: 55px 0 60px;
	margin: 0 auto;
	background: url(../common_img/bg_beige.png) repeat;
}
#sec02 .ttl{
	padding-top: 46px;
	background-image: url(../images/ico_house.png);
	background-position: center top;
	background-size: 40px 38px;
	background-repeat: no-repeat;
}
#sec02 .ttl h2{
	font-weight: normal;
}
.slider{
	margin-top: 30px;
}
.slider{
	margin-top: 30px;
}
.slick-slide {
	padding: 0 5px 3px;
}
#sec02 .slider .title {
	background: #66dab8;
	color: #fff;
	padding:10px 15px;
	margin-bottom: 10px;
}
.slider .photo {
	display: table;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.slider .photo span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.slider .photo span img{
	width: 100%;
	height: auto;
	max-height: 324px;
}
.slider .addr {
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 1.428;
	color: #767873;
	border-bottom: 1px dotted #acacac;
}
.slider .addr dt{
	float: left;
}
.slider .addr dd{
	padding-left: 3em;
}
.slider .comment {
	line-height: 1.428;
	color: #767873;
	height: 3.8em;
	overflow: hidden;
}
#toppage .btn_more {
	width: 150px;
	margin: 15px auto 0;
}
#toppage .btn_more a {
	position: relative;
	display: block;
	font-size: 1.2rem;
	background: #767873;
 	box-shadow:0px 3px 0px 0px #535353;
	-moz-box-shadow:0px 3px 0px 0px #535353;
	-webkit-box-shadow:0px 3px 0px 0px #535353;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
}
#toppage .btn_more a::before,
#toppage .btn_more a::after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	right: 50%;
	width: 6px;
	height: 6px;
	margin-top: -1px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#toppage .btn_more a::before {
	margin-right: -25px;
}
#toppage .btn_more a::after {
	margin-right: -28px;
}
#sec02 .populer_area {
	width: 900px;
	margin: 110px auto 0;
	background: #fff;
	border-radius: 0 0 5px 5px;
	box-shadow:0px 3px 5px 0px rgba(215, 215, 215, 0.5);
-moz-box-shadow:0px 3px 5px 0px rgba(215, 215, 215, 0.5);
-webkit-box-shadow:0px 3px 5px 0px rgba(215, 215, 215, 0.5);
}
#sec02 .populer_area .ttl {
	position: relative;
	padding-top: 0;
	background: url(../common_img/bg_red.png) repeat-x left bottom;
	border-radius: 5px 5px 0 0;
}
#sec02 .populer_area .ttl::before {
	position: absolute;
	content: '';
	display: block;
	top: -80px;
	left: 126px;
	width: 149px;
	height: 106px;
	background: url(../images/img_area.png) no-repeat;
}
#sec02 .populer_area .ttl h2 {
	line-height: 60px;
	font-size: 2.0rem;
	color: #fff;
	font-weight: normal;
}
#sec02 .populer_area .box {
	padding: 30px 55px;
	text-align: center;
}
#sec02 .populer_area .row {
	margin: 0 -10px;
}
#sec02 .populer_area .btn_area {
	margin: 0 10px;
}
#sec02 .populer_area .btn_area a{
	width: 100%;
	line-height: 50px;
	font-size: 1.6rem;
}
#sec02 .populer_area .comment {
	margin: 25px 0 15px;
	color: #767873;
}
#sec02 .populer_area .btn_other a{
	width: 320px;
	line-height: 50px;
	font-size: 1.6rem;
	margin: 0 auto;
}
#sec02 .populer_area .btn a::after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	right: 30px;
	width: 6px;
	height: 6px;
	margin-top: -1px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#sec02 .populer_area .btn a::before {
	position: absolute;
	content: '';
	display: block;
}
#sec02 .populer_area .cate_01 a::before {
	width: 43px;
	height: 32px;
	background-image: url(../images/ico_cate_01.png);
	left: 10px;
	top: 10px;
}
#sec02 .populer_area .cate_02 a::before {
	width: 27px;
	height: 54px;
	background-image: url(../images/ico_cate_02.png);
	left: 10px;
	top: -5px;
}
#sec02 .populer_area .cate_03 a::before {
	width: 53px;
	height: 29px;
	background-image: url(../images/ico_cate_03.png);
	left: 10px;
	top: 10px;
}
#sec02 .populer_area .cate_04 a::before {
	width: 29px;
	height: 54px;
	background-image: url(../images/ico_cate_04.png);
	left: 10px;
	top: -5px;
}

/*Column*/
#sec03 {
	position: relative;
	padding: 50px 0 100px;
	margin: 0 auto;
}
#sec03 .ttl{
	padding-top: 40px;
	background-image: url(../images/ico_column.png);
	background-position: center top;
	background-size: 30px 30px;
	background-repeat: no-repeat;
}
#sec03 .ttl h2{
	font-weight: normal;
}
#sec03 .slider .slick-slide {
	padding-top: 14px;
}
#sec03 .slider .title{
	position: relative;
	background: #66dab8;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
}
#sec03 .slider .title p{
	position: relative;
	z-index: 2;
	text-align: center;
}
#sec03 .slider .eating {
	background: #f68693;
}
#sec03 .slider .shopping {
	background: #a6d974;
}
#sec03 .slider .exciting {
	background: #ff9656;
}
#sec03 .slider .living {
	background: #66cdda;
}
#sec03 .slider .title::before{
	position: absolute;
	content: '';
	display: block;
	top: -14px;
	left: 50%;
	width: 48px;
	height: 32px;
	margin-left: -24px;
	border-radius: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}
#sec03 .slider .eating::before {
	background-position: center 8px;
	background-color: #f68693;
	background-image: url(../images/ico_eating.png);
	background-size: 16px 16px;
}
#sec03 .slider .shopping::before {
	background-position: center 9px;
	background-color: #a6d974;
	background-image: url(../images/ico_shopping.png);
	background-size: 15px 14px;
}
#sec03 .slider .exciting::before {
	background-position: center 4px;
	background-color: #ff9656;
	background-image: url(../images/ico_exciting.png);
	background-size: 15px 21px;
}
#sec03 .slider .living::before {
	background-position: center 6px;
	background-color: #66cdda;
	background-image: url(../images/ico_living.png);
	background-size: 15px 16px;
}

#sec03 .genere {
	margin: 110px auto 0;
}
#sec03 .genere .ttl {
	position: relative;
	padding-top: 0;
	background: url(../common_img/bg_green.png) repeat-x left bottom;
	border-radius: 5px 5px 0 0;
	color: #fff;
}
#sec03 .genere .ttl::before {
	left: 181px;
}
#sec03 .genere .ttl h2 {
	line-height: 60px;
	font-size: 2.0rem;
}
#sec03 .bnr_search {
	width: 350px;
	margin: 30px auto 0;
}

/*News*/
#top_news {
	position: relative;
	margin: 0 auto;
	border: 5px solid #ffdc92;
	background: #fefdf8;
}
#top_news .inner {
	position: relative;
	padding: 26px 47px 44px;
}
#top_news::before,
#top_news::after,
#top_news .inner::before,
#top_news .inner::after {
	position: absolute;
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #ff9656;
	border-radius: 100%;
}
#top_news::before {
	top: 15px;
	left: 15px;
}
#top_news::after {
	top: 15px;
	right: 15px;
}
#top_news .inner::before {
	bottom: 15px;
	left: 15px;
}
#top_news .inner::after {
	bottom: 15px;
	right: 15px;
}
#top_news .ttl {
	position: relative;
	text-align: left;
	overflow: hidden;
	margin-bottom: 20px;
}
#top_news .ttl::before {
	position: absolute;
	content: '';
	display: block;
	top: 24px;
	right: 0;
	width: 664px;
	height: 1px;
	background: #767873;
}
#toppage #top_news h2 {
	float: left;
	font-size: 3.0rem;
	font-weight: normal;
	line-height: 1.3;
}
#top_news .ttl p{
	font-size: 1.2rem;
	padding-top: 16px;
	padding-left: 140px;
}
#top_news #nProgram {
}
#top_news dl {
	height:133px;
	overflow:auto;
}
#top_news dt {
	float: left;
	width: 80px;
	line-height: 25px;
	background: url(../common_img/bg_orange.png);
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
}
#top_news dd {
	margin-bottom:10px;
	padding-bottom:10px;
	padding-top: 3px;
	padding-left: 7em;
	border-bottom: 1px dotted #767873;
}
#toppage #top_news .btn_more {
	margin-top: 27px;
}



@media screen and (max-width:736px) {
	#mainimg {
		padding-top: 82.1%;
	}
	#sec01 {
		width: 100%;
		padding-bottom: 20px;
	}
	#sec01 .ttl {
		background-size: 40px 56px;
	}
	#sec01 .comment {
		margin: 0 8px;
		background-size: contain;
		padding-bottom: 63px;
		margin-bottom: 48px;
	}
	#sec01 .bnr {
		padding: 0 32px;
	}
	#sec01 .bnr .inner {
		margin-bottom: 30px;
	}
	#sec02 {
		padding: 50px 0;
	}
	#sec02 .ttl {
		margin-bottom: 40px;
	}
	#sec02 .slider {
		margin: 0 48px 120px;
	}
	#sec02 .populer_area {
		width: auto;
		margin: 55px 10px 0;
	}
	#sec02 .populer_area .ttl::before {
		left: 30px;
	}
	#sec02 .populer_area .box {
		padding: 30px 38px 50px;
	}
	#sec02 .populer_area .btn_area {
		margin: 0 45px 19px;
	}
	#sec02 .populer_area .comment {
		margin: 15px 0;
	}
	#sec02 .populer_area .btn_other a {
		width: auto;
	}
	#sec03 {
		padding-bottom: 20px;
	}
	#sec03 .ttl {
		margin-bottom: 40px;
	}
	#sec03 .genere .ttl::before {
		left: 0;
	}
	#sec03 .slider {
		margin: 0 48px;
	}
	#sec03 .bnr_search {
		width: auto;
		margin: 30px 20px 0;
	}
	#sec03 .genere {
		margin: 75px 10px 0;
		width: auto;
	}
	#sec03 .genere .ttl {
		margin-bottom: 0;
	}
	#sec03 .genere .ttl::before {
		left: 0;
	}
	#sec03 .genere .ttl h2 {
		position: relative;
		z-index: 2;
		font-weight: bold;
	}
	#sec03 .genere .box {
	}
	#sec03 .genere .btn {
		margin-bottom: 10px;
		height: 80px;
	}
	#sec03 .genere .btn p {
		left: 10px;
	}
	#sec03 .genere .btn span {
		font-size: 1.0rem;
	}
	#top_news {
		margin: 0 10px;
		width: auto;
	}
	#top_news .inner {
		padding: 26px 15px 50px;
	}
	#top_news .ttl {
		float: none;
		width: auto;
	}
	#top_news .ttl::before {
		width: 30%;
	}
	#top_news dt {
		float: none;
		margin-bottom: 5px;
	}
	#top_news dd {
		padding-left: 0;
	}
	#top_news .btn_news {
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -40px;
	}
	#top_news dl {
		height: 300px;
		padding-left: 0;
		border-left: none;
		font-size: 1.4rem;
	}
}