@charset "utf-8";


/*---------------------------------------------------------
slider
---------------------------------------------------------*/
.flexslider{
	}



/*---------------------------------------------------------
contents
---------------------------------------------------------*/
#contents {
	margin-top:40px;
}




/*---------------------------------------------------------
areainfo
---------------------------------------------------------*/
#areainfo{
	margin: 20px 16px 20px;

}

#areainfo .hl_blue{
	background: url(../common/icon_search.png) no-repeat left center;
	background-size: 20px 22px;
	padding-left: 24px;
}

#areainfo .latest_num{
	font-size:128%;
}

#areainfo .latest_num span{
	color:#CC0000;
}

#areainfo .areamap{
	margin-bottom:10px;
}

#areainfo .btns li{
	box-sizing: border-box;
	width:48%;
}

#areainfo .btns li:nth-child(odd){
	float: left;
	margin:0px 0px 12px 0px;
}

#areainfo .btns li:nth-child(even){
	float: right;
}

#areainfo .btn_blueline{
	margin-top:10px;
}


/*---------------------------------------------------------
nav_list
---------------------------------------------------------*/
.nav_list{
	width:100%;
	margin-bottom:25px;
}

.nav_list ul{
	width: 100%;
　　display: fixed;
}

.nav_list ul li{
	display: table-cell;
}

.nav_list ul li:nth-of-type(1),
.nav_list ul li:nth-of-type(2),
.nav_list ul li:nth-of-type(3){
	border-bottom:1px solid #FFF;
}


/*---------------------------------------------------------
rcmd
---------------------------------------------------------*/
#rcmd{
	margin-bottom: 50px;
	width:100%;
}

#rcmd .hl_bgblue{
	font-size:143%;
	margin-bottom:25px;
}

#rcmd .house{
	background: url(../common/arw_gry.png) no-repeat 95% 40%;
	background-size:10px 20px;
	margin: 0px 0px 25px 0px;
	border-bottom: 2px solid #DDD;
	display: -webkit-box;
	display: -moz-box;
	padding:0px 16px 25px 16px;
}

#rcmd .house p{
	width: 35%;
	padding-right:10px;
}

#rcmd .house dl{
	width:60%;
}

#rcmd a .house dl dd.location{
	font-size: 129%;
	margin-bottom: 10px;
	color:#000;
}

#rcmd a .house dl dd.point{
	font-size: 108%;
	color:#000;
}

#rcmd a .house dl dd.access{
	color: #777;
}

#rcmd .btn_blueline{
	margin:0px 16px;
}




/*---------------------------------------------------------
movie_pic
---------------------------------------------------------*/
#movie_pic .hl_bgblue{
	font-size:143%;
	margin-bottom:25px;
}

#movie_pic .top-video{
	margin: 0 0 40px 0;
	padding: 0 16px;
}

#movie_pic .top-video-textbox{
	margin: 15px 0 0 0;
}

#movie_pic .top-video-title{
	margin: 0 0 10px 0;
	padding: 4px 0 3px 13px;
	border-left: 3px solid #123F70;
	font-size: 122%;
	color: #123F70;
}

#movie_pic .top-video-text{
	margin: 0 0 10px 0;
}


/*---------------------------------------------------------
coming
---------------------------------------------------------*/
#coming h1{
	text-align: center;
	width: 268px;
	height: 21px;
	margin: 0 auto 12px;
}

#coming .bg{
	border-top: 3px solid #BBB;
	background: #E4E4E4;
	padding: 30px 16px 5px 16px;
}

#coming .bg div{
	padding-bottom:25px;
}

#coming .bg dl{
	float:left;
	width:48%;
}

#coming .bg dl:nth-child(2n){
	float:right;
}

#coming .bg dl dt{
	background: #666;
	color: #E4E4E4;
	font-size: 108%;
	padding: 3px 0px;
	text-align: center;
	margin-bottom: 10px;
}

#coming .bg dl dd{
	color:#999;
}

#coming .bg dl dd.location{
	font-size: 115%;
}


/*---------------------------------------------------------
deal
---------------------------------------------------------*/
#deal{
	background:#EEE;
	padding:50px 16px;
}

#deal h1{
	margin-bottom:22px;
	text-align:center;
}

#deal .hl_pink{
	color:#E66966;
	font-weight:bold;
	font-size:164%;
	border-top:2px solid #E66966;
	border-bottom:2px solid #E66966;
	padding:12px 0px;
	text-align:center;
	margin-bottom:10px;

}

/*---------------------------------------------------------
branch
---------------------------------------------------------*/
#branch{
	background: url(../img/bg_info.png) no-repeat bottom center;
	background-size:contain;
	text-align: center;
	padding: 25px 0px 110px;
	margin-bottom: 40px;
}

#branch h1{
	padding: 0px 0px 15px;
	width: 245px;
	height: 61px;
	text-align: center;
	margin: 0 auto;
}

#branch .btn_blue{
	margin: 5px 55px 0px;
}



/*---------------------------------------------------------
guideNavi
---------------------------------------------------------*/
.guideNavi{
	background-color: #DFE0C7;
	padding: 10px;
}

.guideNavi ul li{
	float: left;
	width: 31.8%;
	margin-right: 2.0%;
}
	.guideNavi ul li:nth-child(3n){
		margin-right: 0 !important;
	}

.guideNavi ul li a{
	display: block;
	min-height: 26px;
	height: auto !important;
	height: 26px;
	color: #1D8028;
	font-size: 1.2rem;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../common/arw01.png);
	background-position: 94% center;
	background-repeat: no-repeat;
	background-size: 8px auto;
		-webkit-background-size: 8px auto;
		-moz-background-size: 8px auto;
		-ms-background-size: 8px auto;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	padding: 20px 20px 10px 12px;
}
	.guideNavi ul li a.g02{
		min-height: 36px;
		height: auto !important;
		height: 36px;
		padding-top: 10px !important;
	}

.top-bnr-area{
	margin: 0;
	padding: 10px;
}

.top-bnr-area img{
	width: 100%;
}

/*---------------------------------------------------------
land
---------------------------------------------------------*/

#land .hl_bgblue{
	font-size:143%;
	margin-bottom:20px;
}

#land .land-title{
	font-size: 15px;
	text-align: center;
	margin-bottom: 18px;
}

#land .land-list{
	margin: 0 0 30px 0;
	padding: 0 16px;
}

#land .land-item-img{
	margin-bottom: 7px;
}

#land .land-item-text{
	margin: 0 0 15px 0;
	text-align: justify;
}