@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 Reset CSS
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{	margin:0; padding:0; max-height:100%;}
table{	border-collapse:collapse;	border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{	font-style:normal;	font-weight:normal;	}
ul,ol,li{list-style:none;}
caption,th{	text-align:left;}
h1,h2,h3,h4,h5,h6{	font-size:100%;	font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {	border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
hr {display:none;}

/* Androidでpタグの横幅が狭まるバグ対策 */
p {background-image:url(image);}

/* フルードイメージ */
img{
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}
.ie8 img{width:auto;}
.alpha a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/* 基本設定
-------------------------------*/
body {
	font-family : "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic","MS P Gothic",sans-serif,Helvetica, Arial;
	line-height: 1.8em;
	color: #464646;
	font-size: 15px;
	-webkit-text-size-adjust: 100%;
}
#wrapper{
	margin:0 auto;
	padding:0;
	width:100%;
	overflow:hidden;
}

/* プリントの表示設定 */
@media print{
	#wrapper{width:1161px; margin:auto;}
}

/* リンク設定
-------------------------------*/
a{color:#507339;text-decoration:none;}
a:hover{color:#ff6633;}
a:active, a:focus{outline:0;}

/* ヘッダー
-------------------------------*/
#header{
	width:100%;
	background-color:#fff;
	background-image:url(../img/common/bg_line.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:14px;
	position:fixed;
	top:0;
	left:0;
	z-index:99990;
}
#header:after{
	content:"";
	clear:both;
    display: block; 
}
#header .inner{
	float:left;
	position:absolute;
	top:0;
	left:0;
	z-index:99995;
}
#header .inner:after{
	content:"";
	clear:both;
    display: block; 
}
#header h1{
	font-size:11px;
	line-height:1.2em;
	color:#fff;
	margin-bottom:3px;
}
#header h1 br{display:none;}
.h_logo1{
	padding-top:10px;
	color:#fff;
	font-size:28px;
	font-weight:bold;
	background-color:#507339;
	padding:5px 0 5px 20px;
	width:330px;
}
.h_logo1 a{color:#fff;}
.h_logo1 span{font-size:60%; padding-bottom:5px;}

	@media only screen and (max-width:1450px){
		#header .inner{ position:static; } 
	}
		@media only screen and (max-width:1130px){
			#header .inner{
				width:100%;
				background-color:#507339;
				padding:5px 0;
			}
		}

			@media only screen and (max-width:640px){
				#header h1{margin-bottom:0;}
				#header h1 br{display: inline-block;}
			}



/* フッター 
-------------------------------*/
#footer{
	width:100%;
	padding:15px 0 5px;
	clear:both;
	border-top:solid 1px #bababa;
}
#footer .inner{
	width:90%;
	max-width:1120px;
	margin:auto;
	text-align:center;
}

#footer .inner ul li{
	display:inline-block;
	padding:0 5px;
	border-right:solid 1px #bababa;
	font-size:13px;
	line-height:1.4em;
}
#footer .inner ul li:last-child{
	border-right:none;
}

.f_info{
	margin:30px 0;
}
.f_info .f_lead{
	font-size:13px;
	line-height:1.2em;
	margin-bottom:8px;
}
.f_info .f_name{
	font-weight:bold;
}
.f_info .f_name span{
	font-size:160%;
}

.f_info address{
	margin-top:15px;
	font-size:13px;
	line-height:1.4em;
}
.f_info span{display:inline-block;}



.f_copy{
	clear:both;
	width:100%;
	padding-top:20px;
	background-image:url(../img/common/bg_line.png);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	font-size:70%;
	line-height:1.2em;
}

/*  ページトップへ */
#pageTop{
	position:fixed;
	right:20px;
	bottom:100px;
}
#pageTop:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/* 共通 
-------------------------------*/
.pc{display:block;}
.sp{display:none;}

	@media only screen and (max-width:640px){
	  .pc{display:none;}
	  .sp{display:block;}
	}

.contents{
	width:90%;
	max-width:1120px;
	margin:50px auto;
}

.contents .inner{
	width:100%;
	max-width:1040px;
	margin:auto;
}

.title_menu{
	width:100%;
	background-color:#f7f7f7;
	padding:100px 0 20px;
}
	  @media screen and (min-width: 641px) and (max-width:1130px){	
		.title_menu{padding-top:200px;}
	  }
.title_menu div{
	width:320px;
	margin:auto;
	padding-bottom:5px;
	background:url(../img/common/bg_line_menu.png) bottom center repeat-x;
	text-align:center;
	font-size:22px;
	line-height:1.4em;
	color:#507339;
}
.title01{
	width:100%;
	padding-bottom:20px;
	background:url(../img/common/bg_line.png) bottom repeat-x;
	margin-bottom:30px;
	font-size:22px;
	line-height:1.4em;
	font-weight:bold;
	color:#507339;
}

.title01_s{
	width:100%;
	padding-bottom:10px;
	background:url(../img/common/bg_line_s.png) bottom repeat-x;
	margin-bottom:20px;
	font-size:18px;
	line-height:1.4em;
	font-weight:bold;
	color:#507339;
}

.kei{
	clear:both;
	height:1px;
	border-top:solid 1px #b7b7b7;
	margin-top:30px;
	margin-bottom:50px;
	text-align:center;
}
.title02{
	background-color:#e6e6d2;
	font-size:16px;
	font-weight:bold;
	line-height:1.2em;
	color:#3b6222;
	padding:10px 15px;
	margin-bottom:20px;
}
.title03{
	font-size:20px;
	line-height:1.4em;
	font-weight:bold;
	color:#3b6222;
	padding-bottom:15px;
	border-bottom: solid 1px #c1c1c1;
	margin-bottom:20px;
}
.title04{
	font-size:20px;
	line-height:1.4em;
	font-weight:bold;
	color:#3b6222;
	margin-bottom:15px;
}



/* トップページ
-------------------------------*/
.topimg{
	width:100%;
	max-width:1120px;
	margin:70px auto 0;
}
	  @media screen and (min-width: 641px) and (max-width:1130px){	
		.topimg{margin-top:150px;}
	  }

.topmain{
	width:65%;
	max-width:730px;
	float:left;
}
.topside{
	width:28%;
	max-width:320px;
	float:right;
	font-size:13px;
	line-height:1.4em;
}
.topside li{
	border-bottom:solid 1px #999;
	padding-left:2em;
	padding-bottom:10px;
	margin-bottom:10px;
}
.topside .more{
	text-align:right;
	margin-bottom:40px;
}
.topside .banner{
	text-align:center;
	margin-bottom:20px;
}
	@media only screen and (max-width:768px){
		  .topmain{
			  width:100%;
			  max-width:100%;
			  float: none;
			  margin-bottom:50px;
		  }
		  .topside{
			  width:100%;
			  max-width:100%;
			  float: none;
		  }
	  }

.top_list li{
	width:30%;
	max-width:220px;
	margin-right:5%;
	margin-bottom:30px;
	float:left;
}
.top_list li:nth-child(3n){
	margin-right:0;
}
.top_list li a{
	color:#464646;
}
.top_list li a:hover{color:#507339;}

.top_list li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.top_list .bg_sen{
	width:auto;
	background:url(../img/top/bg_bukken.png);
	padding:9px;
}
.top_list .bg_sen .inner{
	width:auto;
	background-color:#fff;
	padding:8px;
	font-size:13px;
	line-height:1.4em;
}
.top_list .bg_sen .inner p:first-child{
	font-weight:bold;
	margin-bottom:10px;
}

	@media only screen and (max-width:640px){
		
		.top_list li{
			width:100%;
			max-width:100%;
			margin-right:0;
			margin-bottom:15px;
			float: none;
		}
		.top_list li:after{
			content:"";
			clear:both;
			display: block; 
		}
		.top_list .gaikan{
			float:left;
			width:34%;
			margin-right:3%
		}
		.top_list .bg_sen{
			float:left;
			width:63%;
			padding:1.5% 0 0 0;
		}
		
	}



/* 物件紹介
-------------------------------*/
.hikaku{
	width:100%;
	max-width:1040px;
	margin:0 auto 50px;
	font-size:13px;
	line-height:1.4em;
}
.hikaku td{
	width:14.5%;
	border:solid 1px #999;
	text-align:center;
	padding:10px 3px;
}
.hikaku th{
	width:13%;
	border:solid 1px #999;
	background-color:#ebebdc;
	text-align:center;
	font-weight:bold;
	white-space:nowrap;
}
.hikaku thead td{
	background-color:#3b6222;
	color:#fff;
	font-weight:bold;
	font-size:120%;
	line-height:1.2em;
}

.hikaku td.item a{
	display:block;
	color:#3b6222;
	font-size:95%;
	border:solid 1px #3b6222;
	border-radius:3px;
	padding:3px 0;
}
.hikaku td.item a:hover{
	background-color:#ebebdc;
}

.annai{
	margin-left:2em;
	margin-bottom:40px;
}
.annai p{
	margin-bottom:15px;
}

	@media only screen and (max-width:640px){
		.box_hikaku{
			width:100%;
			overflow:auto;
			margin-bottom:40px;
		}
		.hikaku{width:1040px; margin-bottom:10px;}
		.hikaku td{	padding:4px 3px;}
		.annai{margin-left:0;}
	}




/* 物件紹介（個別）
-------------------------------*/
.b_main{
	width:65%;
	max-width:730px;
	float:right;
}
.b_side{
	width:28%;
	max-width:320px;
	float:left;
	font-size:13px;
	line-height:1.4em;
}
.b_side .banner{
	text-align:center;
	margin-bottom:20px;
}
	@media only screen and (max-width:768px){
		.b_main{
			width:100%;
			max-width:100%;
			float: none;
		}
		.b_side{
			width:100%;
			max-width:100%;
			float: none;
			margin-bottom:30px;
		}
		.b_side .banner{display:none;}

	}

.st_midori{
	font-weight:bold;
	color:#3b6222;
}
.b_gaiyou{
	width:100%;
	border-top:solid 1px #c1c1c1;
	margin-bottom:30px;
}
.b_gaiyou tr{
	border-bottom:solid 1px #c1c1c1;
}
.b_gaiyou th{
	background-color:#ebebdc;
	text-align:center;
	color:#3b6222;
	font-weight:bold;
	padding:10px 0;
	width:25%;
}
.b_gaiyou td{
	padding:10px 0 10px 15px;
}


.view360{
	width:100%;
	margin-bottom:40px;
}

.img_view{
	width:100%;
	margin-bottom:20px;
}
ul.img_sub li{
	float:left;
	width:23%;
	margin-right:2.6%;
	margin-bottom:10px;
}
ul.img_sub li:nth-child(4n){
	margin-right:0;
}

ul.point li{
	float:left;
	width:22%;
	margin:0 1.5% 10px;
}
	@media only screen and (max-width:640px){
		ul.img_sub li{
			float:left;
			width:32%;
			margin-right:2%;
		}
		ul.img_sub li:nth-child(4n){
			margin-right:2%;
		}
		ul.img_sub li:nth-child(3n){
			margin-right:0;
		}
		ul.point li{
			float:left;
			width:29%;
			margin:0 1.5% 10px;
		}
	}


.b_syosai{
	width:49%;
	float:left;
	font-size:12px;
	line-height:1.4em;
	margin-right:1%;	
}
.b_syosai th,
.b_syosai td{
	border:solid 1px #c1c1c1;
}
.b_syosai th{
	background-color:#ebebdc;
	text-align:center;
	color:#3b6222;
	padding:5px 0;
	width:25%;
}
.b_syosai td{
	padding:5px;
}
.b_syosai td span{display:inline-block;}
.other{
	clear:both;
	padding-top:10px;
	font-size:13px;
	line-height:1.4em;
}
.annai{position:relative;}
.cover{
	position:absolute;
	top:0;
	left:0;
}


	@media only screen and (max-width:640px){
		.b_syosai{
			width:100%;
			float: none;
			margin-right:0;
		}

	}


/* Q ＆ A 
-------------------------------*/
.qanda dt{
	clear:left;
	float:left;
	width:45px;
}
.qanda dd{
	padding-left:45px;
	margin-bottom:20px;
}
.qanda dd.icon{
	font-weight:bold;
	font-size:120%;
	color:#3b6222;
	padding-top:5px;
}
.qanda dd ul{
	margin-left:1.5em;
	margin-top:10px;
}
.qanda dd ul li{
	list-style:disc;
}
.qanda dd ul.call li{
	list-style: decimal;
	margin-bottom:10px;
	font-weight:bold;
}
.qanda dd ul.call li span{
	font-weight: normal;
}


/* サービス 
-------------------------------*/
.jisage{
	width:3em;
	float:left;
}




/* 会社案内 
-------------------------------*/
table.gaiyou{
	width:100%;
	max-width:1040px;
	margin:auto;
}
table.gaiyou th,
table.gaiyou td{
	border:solid 1px #c2c2c2;
}
table.gaiyou th{
	width:25%;
	text-align:center;
	background-color:#e6e6d2;
	font-weight:bold;
	color:#3b6222
}
table.gaiyou td{
	padding:15px 0 15px 30px;
}

	@media only screen and (max-width:640px){
		table.gaiyou th,
		table.gaiyou td{
			width:96%;
			display:inline-block;
			padding:5px 2%;
			text-align:left;
		}
		table.gaiyou th{border-bottom:none;}
		table.gaiyou td{border-top:none;}
	}
	
ul.access{
	width:100%;
	max-width:1040px;
	margin:auto;
}
ul.access li.gaikan{
	float:left;
	width:50%;
	max-width:480px;
}
ul.access li.info{
	float:right;
	width:45%;
	max-width:410px;
}
ul.access li.info .sub{
	line-height:1.4em;
	margin-top:10px;
	margin-bottom:25px;
}
.mapinfo{
	clear:both;
	width:90%;
	margin:0 auto 10px;
	text-align:center;
	line-height:1.4em;
}

	@media only screen and (max-width:640px){
		ul.access li.gaikan,
		ul.access li.info{
			float: none;;
			width:100%;
			max-width:480px;
			margin:0 auto 20px;
		}
		ul.access li.info .sub{
			margin-top:5px;
			margin-bottom:20px;
		}
		.mapinfo{
			font-size:80%;
			line-height:1.4em;
		}
	}


/* お問い合わせ 
-------------------------------*/
.toi_lead{
	text-align:center;
	margin-bottom:40px;
}
.space{
	clear:both;
	width:100%;
	height:50px;
}
	@media only screen and (max-width:640px){
		.toi_lead{text-align:left;}
	}
table.mailform{
	width:100%;
	max-width:1040px;
	margin:0 auto 20px;;
}
table.mailform th,
table.mailform td{
	border:solid 1px #c2c2c2;
}
table.mailform th{
	width:25%;
	padding-left:5%;
	background-color:#e6e6d2;
	font-weight:bold;
	color:#3b6222;
}
table.mailform td{
	padding:15px 20px;
}
.length_l{
	width:95%;
	padding:2%;
}

.length_m{
	width:50%;
	padding:2%;
}
.naiyou{
	width:95%;
	height:200px;
	padding:2%;
}
.btn{
	background: url(../img/company/btn_sousin.png) center no-repeat;
	width:80%;
	max-width:400px;
	height:60px;
	border:0px solid;
	cursor:pointer;
	margin:0 auto;
}
.btn:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

	@media only screen and (max-width:640px){
		table.mailform th,
		table.mailform td{
			width:96%;
			display:inline-block;
			padding:5px 2%;
			text-align:left;
		}
		table.mailform th{border-bottom:none;}
		table.mailform td{border-top:none;}

		.length_m{width:95%;}
	}
	

/* 個人情報保護方針 
-------------------------------*/
.policy{
	width:100%;
	max-width:1040px;
	margin:auto;
}

.policy dt{
	font-weight:bold;
	font-size:16px;
	line-height:1.2em;
	color:#3b6222;
	margin-bottom:15px;
}
.policy dt img{ vertical-align:middle;}

.policy ul{ margin-left:1.5em; margin-top:15px;}
.policy li{	list-style:disc;}


/* サイトマップ
-------------------------------*/
ul.sitelist{
	width:100%;
	max-width:1040px;
	margin:auto;
}
ul.sitelist li{
	width:31%;
	margin:0 1% 30px;
	float:left;
}
ul.sitelist li:nth-child(4){
	clear:left;
}
ul.sitelist li a{
	display:block;
	border-bottom:solid 1px #999;
	margin-bottom:15px;
}

ul.sitelist li ul{
	margin-left:1.5em;
}
ul.sitelist li ul li{
	width:auto;
	float:none;
	line-height:1.2em;
	margin-bottom:8px;
	list-style:disc;
}
ul.sitelist li ul li a{
	display:block;
	border-bottom: none;
	margin-bottom: 0;
}
.space_l{
	clear:both;
	width:100%;
	height:250px;
}
	@media only screen and (max-width:640px){
		ul.sitelist li{
			width:100%;
			margin:0 0 20px;
			float: none;
		}
	}




/* 新着情報　トップページ
-------------------------------*/
.newMark{
	display:inline-block;
	border:1px solid #b55d67;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#b55d67;
	color:#fff;
	border-radius:2px;
	box-sizing:border-box;
	margin-right:3px;
}


/* 新着情報　一覧
-------------------------------*/
.news_cate li a{
	display:block;
	font-size:100%;
	font-size:115%;
	padding-left:10px;
	padding-bottom:10px;
	border-bottom: dashed 1px #dfdfdf;
	margin-bottom:10px;

}

.post{
	clear:both;
	width:100%;
	border-bottom:dashed 1px #dfdfdf;
	padding-bottom:20px;
	margin-bottom:20px;
}
.post .date{
	font-size:85%;
}
.post .hon-bun{
	padding-left:1.5em;
}


/* Pager style（外部化可） */
.pager{
	text-align:center;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 3px 3px 3px 3px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#507339;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

/* /Pager style */


/* 新着情報　個別ページ
-------------------------------*/
.post_inner{
	width:100%;
	max-width:900px;
	margin:0 auto 100px;
}
.post img{
	max-width:100%;
	height:auto;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:3px;
	text-decoration:none;
	font-size:12px;
}

.backORcloseBtn a:hover{
    background:#507339;
    color: #fff;
}



/* 物件ギャラリー 
-------------------------------*/
.g_main{
	width:95%;
	max-width:930px;
	margin:auto;
}


.panel{
	width:100%;
	margin:auto;
	box-shadow:none;
}
.panel-primary{
	border:none;
}
.panel .list-group{text-align:center;}
.panel .list-group li.list-group-item{
	border:none;
	display:inline-block;
	width:170px;
	height:116px;
	overflow:hidden;
	margin:3px 3px;
	padding:0;
	text-align:center;
}
.panel .list-group li.list-group-item img{
	width:100%;
	height: auto;
	vertical-align:middle;
}
	@media only screen and (max-width:460px){
		.panel .list-group li.list-group-item{
			width:47%;
			height:98px;
			margin:1%;
		}
	}


nav.pagination-container{margin:auto; text-align:center;}
.panel > :first-child.list-group :first-child.list-group-item, .panel > .panel-collapse > :first-child.list-group :first-child.list-group-item{
	border-width:0 0;
	border-radius:0;
	border:none;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
	background-color:#3b6222;
	border-color:#3b6222;
}
.pagination > li > a, .pagination > li > span{
	color:#3b6222;
}

/* bootstrap.min.css対策 */
.h_logo1.gallery{box-sizing:content-box;}


/** 戻るボタン */
.back a{
	display:block;
	width:160px;
	margin:0 auto 20px;
	color:#3b6222;
	font-size:90%;
	text-align:center;
	border:solid 1px #999;
	border-radius:3px;
	padding:2px 0;

}
.back a:hover{
	background-color:#ebebdc;
	text-decoration:none;
}

.g_button{
	text-align:center;
	margin-top:20px;
}
.g_button li{
	display:inline-block;
	margin:0 5px;
}





