@charset "utf-8";
/* CSS Document */
/*ページタイトル*/

.midashi_box{
	z-index: -100!important;
	width:100%;
	height:200px;
	overflow:hidden;
	position: relative;
}
.midashi_news{
	background: url(../image/news/pagetop_img.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}

.midashi_article{
    background: url(../image/article/pagetop_img.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
.midashi_lease{
    background: url(../image/lease/pagetop_img.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}

.midashi_sale-consultation{
    background: url(../image/sale-consultation/pagetop_img.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
.midashi_company{
    background: url(../image/company/pagetop_img.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
.midashi_contact{
    background: url(../image/contact/pagetop_img.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
.midashi_sitemap{
	background: url(../image/sitemap/pagetop_img.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}

.page_top_kounyu{
    background: url(../image/kounyu/pagetop_img.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
.midashi_text{
	text-align: center;
	margin:-50px auto 0;
	max-width: 250px;
	height:55px; 
	padding: 20px 80px;
	background-color: #FFF;
	box-shadow: 0 0 8px gray;
	border-top: #283C98 5px solid;
	border-bottom: #283C98 5px solid;
	z-index: 1000;
}
.midashi_text p{
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	color: #283C98;
	line-height: 30px;letter-spacing: 2px;
}
.pp_midashi p{
	font-size: 22px!important;
}

.midashi_text p span{
	font-size: 14px;
	color: #838383;
	margin: 0;
	padding: 0;
	line-height: 18px;}
.contents_page{
	max-width:1000px;
	width: 92%;
	margin:50px auto;}
.contents_news{
	max-width:900px;
	width: 92%;
	margin:50px auto;}

.top_image{
	width:100%;}

.contents{
	max-width:1000px;
	width: 92%;
	margin:0 auto;}
.top_news{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	margin-top: 30px;
}
.top_news h3{
	padding-top: 30px;
	margin: 50px auto;
	text-align: center;
	border-top: 4px solid #E60012;
	width: 100px;
}
.top_news_list{
	max-width: 800px;
}
dl.top_news_list a:hover{
	color: #283C98!important;
}

dl.top_news_list{
  width:800px;
}
dl.top_news_list dt {
	float: left;
	clear: left;
	width: 150px;
	font-family:'Lucida Console';
	padding-left: 10px;
	line-height: 30px;
}

dl.top_news_list dd {
	width: 600px;
	padding-left:180px;
	border-bottom: 1px dotted #D7D7D7;
	margin-left: 0;
	line-height: 30px;
}

.top_news span{
	color:#E60012;
	font-size:12px;
}
.top_h3 {
display: flex;
align-items: center;
	padding: 0;
	margin: 50px 0 0;
}
.top_h3:before,
.top_h3:after {
border-top: 3px solid #E60012;
content: "";
flex-grow: 1;
}
.top_h3:before {
margin-right: 2rem;
}
.top_h3:after {
margin-left: 2rem;
}
.top_h3_sita{
	font-size: 14px;
	color: #E60012;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	padding: 0;
}
.top_contents{
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px!important;
}
.top_contents .top_h3_sita{
	margin-bottom: 30px;
}
.top_contents_l{
	width: 45%;
}
.top_contents_l img.top_gaigan{
	width: 70%;
	text-align: center;
	margin: 0 auto 50px;
	display: block;
	box-shadow: 0 0 8px gray;
}
.syomei{
	text-align: right!important;
	margin-left: auto!important;
	margin-top: 20px;
	margin-bottom: 20px;
	
}
.top_contents_r{
	width: 45%;
}
.top_contents_r img{
	margin-bottom: 25px;
	box-shadow: 0 0 8px gray;
}
.top_contents_r img:hover{
	box-shadow: none;
}
.mt00{
	margin-top: 20px!important;
}
.new{
	width:1000px;
	margin:10px auto 20px;}
.news_more{
	float: right;
	border-bottom: 1px dotted #E5E5E5;
	margin: 0;
	padding: 0;
}

ul.uritai{
	margin-top:-50px;
}
ul.uritai li{
	width:430px;
	display:inline-block;
	list-style:none;
	margin:0 20px;
}
.newmidashi img{
	width:200px;
	height:200px;
	float:left;
	margin:10px 25px 10px 30px;}
	
	
.newbukken{
	float:left;
	height:200px;
	width:800px !important;
	background-color:#FFF;
	border: solid thin #093;
	margin:10px 25px 10px 10px;
	position: relative;}

.new_image_waku{
	overflow: hidden;
    width: 190px;/* トリミングしたい枠の幅 */
    height: 120px;/* トリミングしたい枠の高さ */
    position: relative;
	margin-left:5px;
	margin-top:5px;}
.new_image{
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
	}			

.srd{
	width:100%;
	height:550px;
	overflow:hidden;
	position:relative;
	z-index: -1!important;
}
.srd img{
	position:absolute;
	top:50%;
	margin-top:-90px;
	left:50px;
}
.srd_sp{
display: none;}

p.bunrui{
	background-color:#063;
	color:#FFF;
	font-size:12px;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;
	padding:2px 5px;
	margin:3px 5px;

	}	
.ad_ka{
	float:left;
	}


p.add{
	font-size:12px;
	margin:3px 8px 0px;
}

p.kakaku{
	font-size:12px;
	margin:0px 8px 3px;
}

.topMORE{
	border:solid thin #000;
	padding:3px 5px;
	float:right;
	margin-right:10px;
	margin-top:10px;
	}

.soudan{
	float:left;
	margin-left:-5px;}

.ext_flo{
	float:right;}

.top_exterior{
	display:block;}
.top_flower{
	display:block;
	margin-top:5px;}

.top_map{
	width: 747px;
	height:331px;
	position:relative;
	float:left;
}

.omisenogoannai{
	position:absolute;
	top:0;
	left:0;
	z-index:100;}

.omise{
	float:right;}	

.omise p{
	width:215px;
	background-color:#008D17;
	color:#FFF;
	font-size:12px;
	text-align:center;
	padding:15px 0;
	margin-top:0;
	}


/*土地一覧
*/
.article_tiiki{
	display: flex;
	justify-content: space-between;
	padding-left: 0;
	margin: 50px 0;
}

.article_tiiki li{
	list-style-type: none;
	width: 45%;}
.article_tiiki li img{
	box-shadow: 0 0 8px gray;
	width: 100%;

}
h3.tochi_tiiki {
  position: relative;
  padding: 1em 0;
}
h3.tochi_tiiki span{
	background-color:#3a9c33;
	color:#FFF;
	padding:0 10px;
	font-size:0.9em;
}
h3.tochi_tiiki span.tochi_tiiki2{
	background-color:#9c6333;
}
h3.tochi_tiiki::before,
h3.tochi_tiiki::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
h3.tochi_tiiki::before {
  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}
h3.tochi_tiiki::after {
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}

ul.tochiwaku{
	width:100%;
	display: flex;

	margin:30px 0 0 0;
	padding: 0;
	flex-wrap: wrap;
	align-content: flex-start;
}
ul.tochiwaku li{
	width:29%;
	padding:1%  1% 65px 1%;
	border:solid #DBDBDB 1px;
	list-style-type:none;
	vertical-align:top;
	margin:0 1% 20px;
	position: relative;
}
ul.tochiwaku li:hover{
	border:solid #E60012 2px;
}
ul.tochiwaku li .button{
	position: absolute;
	bottom: 2%;
	width: 90%;
	left: 0;
	right: 0;
	margin: auto;
}
ul.tochiwaku li .top_sname{
	position: absolute;
	left: 0;
	top:0;
	background-color: #283C98;
	padding: 3px 8px;
	color: #FFF;
	z-index: 10;
	font-size: 13px;
}
.tochi_kubun span{
	background-color:#063;
	color:#FFF;
	font-size:15px;
	padding:10px 30px;
	margin:3px 5px;
}
.tochi_image_waku{
	overflow: hidden;
    width: 100%;/* トリミングしたい枠の幅 */
    height: 180px;/* トリミングしたい枠の高さ */
    position: relative;
	margin-bottom:10px;
	}

.tochi_image{
  width: 100% !important;
  height: auto;
	}
	
.tochi_tb{
	margin-top:5px;
	width:100%;
}

table.tochi_tb tr th{
	border: 1px solid #283C98;
	color:#283C98;
	font-size:0.8em;
	padding:4px 10px;
	width: 35%;
	text-align: center;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}
table.tochi_tb tr td{
	padding-left:10px !important;
	font-size:0.8em;
}
/*.tochi_tb dl{
	margin-left:5px;
}
.tochi_tb dl dt{
	background:#aaf0a5;
	width:80px;
	padding:5px 10px;
	text-align:center;
	margin:5px auto;
	border-radius: 10px;
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
	float:left;
  	clear:left;	}

.tochi_tb dl dd{
	float:left;
	margin:10px;
	width:280px;

}*/

.tochiPR{
	margin-top:0}
	
.PRnakami{
	width:300px;
	background-color:#FFF;
	margin-right:15px;
	}
.PRnakami p{
	padding:5px;
	font-size:14px;
	}
	
.syousai a{
	background-color:#063;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 40px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;
	color:#FFF;
	text-align:center;
	margin:0 auto;
	font-size:18px;
	padding:15px 50px;
	position:absolute;
	bottom:20;
	right:20;
}		
p.nothing{
	font-size:14px;
	z-index: 999!important;
	color: #000!important;
	text-align:center!important;
	margin:30px auto 40px;}

/*ここから詳細ページ
*/
.shosai{
}
.shosai_bunrui span{
	background-color:#060;
	color:#FFF;
	padding:5px 40px;
	font-size:14px;}
	
/*.syosai_haikei{
	padding-top:30px;
	padding-bottom:30px;
	}*/
.gaiyou_waku{
	width:94%;
	padding: 3%;
	border: 1px solid #283C98;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	position: relative;
}	
.shosai_sname{
	position: absolute;
	left: -1px;
	top:-15px;
	background-color: #283C98;
	padding: 3px 15px;
	color: #FFF;
	z-index: 10;
	font-size: 15px;
}

.haikei_kimidori span{
	border: 1px solid #283C98;
	color: #283C98;
	width:80px;
	padding:5px 10px;
	text-align:center;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;
	margin-right:15px;
	}	
.haikei_kimidori{
	border-bottom:#000 solid thin;
	padding-bottom:10px;
	line-height: 30px;}
.add_kakaku{
	width: 450px;
}
.sonota{
	margin-right:30px;}
.syosai_kakaku span{
	font-size:36px;
	color:#283C98;
	font-weight:bold;}
.sonota .tubo{
	float:left;
	margin:10px 25px 10px 10px;}					
.sonota .menseki{
	float:left;
	margin:10px;}
.syosai_PR{
	width:95%;
	background-color:#F9F9F9;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;
	padding:1px 8px;
	}

.syosai_PR p{
	font-size:12px;
}
.syosai_PR1 p{
	font-size:1.3em;
	color: #283C98;
	font-weight: bold;
}

.tanto_block{
	display: block;
}
.tanto_none{
	display: none;
}
.tanto{
	display: flex;
	justify-content: space-between;
	border: #DBDBDB 1px solid;
	padding: 2%;
	margin: 20px 0;
	background-color: #FFF;
}
.tanto div:nth-child(1){
	width: 15%;
	text-align: center;
}
.tanto_name{
	font-size: 0.8em;
}
.tanto div:nth-child(2){
	width: 83%;
}
.tanto_pr_title{
	font-size: 1.3em;
	font-weight: bold;
	color: #283C98;
	border-bottom: 1px solid #DBDBDB;
	padding: 0 0 10px;
	display: flex;
	align-items: center;
}
.tanto_pr_title span{
	color: #FFF;
	background: #283C98;
	padding: 3px 10px;
	font-size: 0.5em;
	border-radius: 5px;
	margin-right: 10px;
	min-width: 105px;
}
.tanto_pr_title span i{
	color: #FFF !important;
	margin-right:5px;
	font-size: 1.3em;
}

.photo_all{
	width:100%;
	margin:20px auto 50px;
	display: flex;
	justify-content: space-between;
	min-height: 450px!important;
	}
.photo_big{
	background-color: #ECECEC!important;
	margin-bottom: 30px;
}	

.photo_mini{
	width:450px;}
.photo_mini ul{
	margin:0;
padding-left: 0;}	
.photo_mini ul li{
	list-style:none;
	display:inline-block;
	margin-left:8px;
	margin-bottom:8px;
	overflow: hidden;
    width: 100px;/* トリミングしたい枠の幅 */
    height: 70px;/* トリミングしたい枠の高さ */
    position: relative;
	  object-fit: contain;

}
.photo_mini ul li img{
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.photo_mini p{
	font-size:10px;
}

.mod_thumlist ul li{
	list-style:none;
	display:inline-block;
	margin-left:8px;
	margin-bottom:8px;
	overflow: hidden;
	width: 100px;/* トリミングしたい枠の幅 */
	height: 70px;/* トリミングしたい枠の高さ */
	position: relative;
	object-fit: contain;
	text-align: left;
}
.mod_thumlist ul li img{
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}


.mod_thumlist li a{
    display:block;
}
.mod_thumlist li a:link    {}
.mod_thumlist li a:visited {}
.mod_thumlist li a:hover   {opacity:0.8;}
.mod_thumlist li a:active  {opacity:0.8;}
/* IE—p «*/
.mod_thumlist li a:hover img {filter:alpha(opacity=80);}
 
.mod_thumlist_photo{
height: auto!important;
position: relative;
background-color: aquamarine;
}
.mod_thumlist_photo_entry{
position: absolute;
display: flex;
justify-content: center;
align-items: center;
width: 450px;
height: 450px;
layout-grid-line:166px; /*IE7*/
background-color: #ECECEC!important;
}

.mod_thumlist_photo_entry img{
width:auto;
height:auto;
max-width:450px;
max-height:450px;
vertical-align: middle;/*IE7*/
}


.mod_thumlist_photo p{
position: absolute;
bottom: -40px;
right:0;
left: 0;
font-size: 0.9em;
display: flex;
justify-content: center;
align-items: center;
}
.movie{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-left: 0
}
.movie li{
width: 49%;
list-style-type: none;
margin-bottom: 5px;
}
.movie li iframe{
width: 100%;
}
.syosai_joho{
	width:100%;
	margin: 50px 0 30px;
}
.syosai_joho dl{
	width:500px;
}

.syosai_joho table{
	border-collapse:collapse;}

.syosai_joho tr th{
	background-color:#E1E1E1;
	width:150px;
	font-size:12px;
	font-weight:300;
	padding:4px;
	text-align:center;
	border:solid thin #999;
	}
.syosai_joho tr td{
	width:450px;
	background-color:#FFF;
	margin-left:0;
	font-size:13px;
	padding:4px;
	border:solid thin #999;
}

.syosai_map{
	width:100%;
	height:400px;
	margin-top: 20px;
}
#googlemaps {
width:100%;
height:400px;
position:relative;
	margin-bottom: 30px;
}

.bukken_form{
	margin-top: 20px;
}
.btn_form{
	background-color: #283C98;
	color: #FFF;
	padding: 15px 30px;
	border: none;
	margin: 30px 0;
}
.btn_form:hover{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
.btn_form2{
	background-color: #6D6D6D;
	color: #FFF;
	padding: 15px 30px;
	border: none;
	margin: 30px 0;
}
.btn_form2:hover{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}

/*会社案内	*/
/*h3 {
	position: relative;
	padding-bottom: .5em;
}
h3::before,
h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;
}
h3::before {
	z-index: 2;
	width: 15%;
	background-color: #88CC68;
}
h3::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #88CC68 2px, #88CC68 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #88CC68 2px, #88CC68 4px);
}*/
.company_link{
	text-align: center;
	display: block;
	width: 400px;
	margin: 0 auto;
}
.company_googlemap_box{
	display: flex;
	margin-bottom: 100px;
}
.company_googlemap {
    position: relative;
    width: 46%;    
    height: 0;
    padding-bottom: 56.25%;  
	margin: 2%!important;
}
.company_googlemap p{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #283C98;
}
.company_googlemap iframe {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;   
    height: 100%;  
}
.contents_company h3{
	letter-spacing:3px;}


.contents_company{
	width:800px;
	margin:0 auto;}


.aisatsu{
	font-size:14px;
	margin:10px;}

.president_name{
	float:right;}

.gaiyou{
	font-size:13px;
	margin-top:10px;
	margin-bottom:50px;
	}
.gaiyou th{
	width:180px;
	background-color:#009F50;
	color:#FFF;
	padding:10px;
	letter-spacing:5px;
	}
.gaiyou td{
	width:550px;
	background-color:#FAFFFD;
	padding:10px 10px 10px 20px;
	letter-spacing:1px;
	}
.company_mapmoji{
	float:left;
	width:190px;
	}
		
.company_map{
	width:600px;
	float:right;
	}	

/*季節の花木
*/
.h2_p{
	font-size:14px;
	text-align:center;
	margin:0 auto 40px;
	letter-spacing:2px;}

.flower_photo{
	width: 300px;/* トリミングしたい枠の幅 */
    height: 200px;/* トリミングしたい枠の高さ */
    position: relative;

	}	
.flower_img{
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  margin-top:15px;
	}
ul.flower_list{
	margin:0;
	padding:0;}
			
ul.flower_list li{
	display:inline-block;
	vertical-align:top;
	list-style-type: none;}


.flower{
	width:300px;
	margin:10px;
	display:inline-block;
}
.flower p{
	font-size:12px;
	text-align:center;
	margin-top:35px;
}
.kobansou{
	font-size:14px;
	margin-left:20px;
}
.pakuzu{
	font-size:0.8em;
	margin: 0 auto;
	text-align: center;
}
ul.soudan_content{
	display: flex;
	justify-content: center!important;
}
ul.soudan_content li{
	list-style-type: none;
	width:250px;
	margin:10px;
	align-self: flex-end;
}
.baibaisoudan_left{
	float:left;
	width:650px;
}
.baibaisoudan_left p span{
	font-weight:bold;
	font-size:1.3em;
	color:#093;
}
.baibaisoudan_right{
	float:right;
	width:350px;
}
.page_no_content{
	padding:2px 0 10px 50px;
	border-left:solid #006615 5px;
	margin-left:80px;
	margin-top:20px;
}
.page_no_content p span{
	color:#F60;
	font-weight:bold;
}
.nayami_midashi{
	font-size: 20px;
	text-align: center;
	margin: 50px 0 0;
	font-weight: bold;
}

.nayami_midashi span{
	background: linear-gradient(transparent 70%, #ffff66 10%);
}
.nayami_midashi i{
	color:#283C98 !important;
	margin-right: 10px;
	font-size: 40px;

}
.kasen{
	border-bottom: 1px dotted #AAAAAA;
	padding-bottom: 30px;
}
.hoka_soudan{
	display: flex;
	margin: 30px 0;
	justify-content: space-around;
}
.hoka_soudan .hoka_img{
	width: 300px;

}
.hoka_soudan img{
	width: 100%;
}
.hoka_soudan ul li{
	list-style-type: none;
	font-size: 17px;
	font-weight: bold;
	line-height: 50px;
	border-bottom: 1px dotted #AAAAAA;
	
}
.hoka_soudan ul li i{
	font-size: 25px;
	margin-right: 10px;
	color: #283C98;
}
.next_t{
	background-color: #F4F4F4;
	padding: 30px 50px 50px;
	margin-top: 80px;
}
.next_t h3{
	color: #6FBA2C;
	border-bottom: 1px solid #6FBA2C;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left: 5px solid #6FBA2C;
}
.next_t_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.next_t_img{
	margin-right: 5%;
	width: 25%;
}
.next_t_img img{
	width: 100% !important;
}
.next_t_p {
	width: 70%;
}
.next_t_inner p a{
	color: #6FBA2C;
	text-align: right;
}
p i{
	color:#E60012 !important;
	margin-right: 10px;
}
p.futoji{
	font-weight:bold;
	border-bottom:solid #666 1px;
}
table.contact tr{
	border-bottom: 1px solid #E8E8E8!important;
}

table.contact tr th{
	text-align:left;
	width:250px;
	padding: 10px 0;
	border-bottom: 1px solid #E8E8E8!important;
}
table.contact tr th span{
	border: 1px solid #E60012;
	color:#E60012;
	padding:2px 15px;
	font-size:0.9em;
	border-radius: 10px;
	margin-left: 10px;
}
table.contact tr td{
	text-align:left;
	width:800px;
	padding: 10px 0;
	line-height: 30px;
	border-bottom: 1px solid #E8E8E8!important;
}
form p a{
	color: #283C98!important;
}

::-webkit-input-placeholder{
	color:#CCC;
}
.w_100{
	width:97%;
}
.w_80{
	width:60%;
}
.w_80a{
	width:83%;
}

table.info {
	margin-top: 50px;
}

table.info tr:nth-child(2) td{
	vertical-align: middle;
}
table.info tr:nth-child(odd){
	background-color: #F9F9F9;
}
table.info tr th{
	border-bottom:solid #283C98 2px;
	color: #283C98;
	padding-top:15px;
	width:250px;
	padding-bottom:15px !important;
	text-align: center;
}
table.info tr td{
	border-bottom:dotted #CCC 2px;
	width:800px;
	padding-top:15px;
	padding-bottom:15px !important;
	padding-left: 20px;
}
table.info {
	margin-bottom:50px;
}
h4.form_tit{
	padding:5px 0 5px 10px;
	border:1px solid #283C98;
	color:#283C98;
	letter-spacing:2px;
}
.baibaisoudan_bnr a img{
	width:80%;
	margin-left:10%;
}
table.kounyu_table th{
	background-color:#666;
	color:#FFF;
	font-weight:100;
	padding:10px;
}
table.kounyu_table td{
	padding-left:10px;
}
.kounyu_table_sab{
	background-color:#CCC;
	width:15%;
}
.link_office{
	border:dashed #999 1px;
	padding:20px;
	margin-bottom:15px;
}
.link_office p{
	padding:0 !important;
	margin:0 !important;
}
.link_office_tit{
	font-size:1.7em;
	font-weight:bold;
	color:#090;
	vertical-align:middle;
}
.link_office_tit span{
	border:solid #0C3 1px;
	padding:0 10px;
	font-size:0.6em;
	vertical-align:middle;
}
a p.link{
	text-decoration:underline;
	color:#283C98;
}
p.link_guide{
	margin-bottom:30px;
}
ul.contact_ul a li{
	background-color:#bff2c5;
	width:96%;
	text-align:center;
	padding:10px 2%;
	list-style:none;
	margin-bottom:20px;
}
ul.contact_ul a:hover li{
	background-color:#96eca0;
}
ul.contact_ul a li h4{
	color:#060;
	font-size:1.5em;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0!important;
}
ul.shuhen_list{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding-left: 0;
	flex-wrap: wrap;
	}
	ul.shuhen_list li{
	background-color: #ECECEC;
	margin: 1%;
	width: 23%;
	list-style-type: none!important;
	}
	
	ul.shuhen_list li a img {
		width: 100%;
		height: 200px;
		object-fit: contain;}
	.object-fit-img {
		object-fit: contain;
		font-family: 'object-fit: contain;';
		}
		.syosai_map{
			width:100%;
			height:400px;
			margin-top: 20px;
		}
		ul.shuhen_list li p{
		text-align: center;
		margin: 0 auto;
		}
		#googlemaps {
		width:100%;
		height:400px;
		position:relative;
			margin-bottom: 30px;
		}
		.gmap_tyu{
		font-size: 0.8em!important;
		}
		.big_map{
		text-align: center!important;
		margin: 10px auto!important;
		}
		
		.big_map a{
		color: #283C98;
		text-align: center!important;
		margin: 10px auto!important;
		border-bottom: 1px solid #283C98;
		font-size: 0.9em;
		
		}
		.big_map a i{
		margin-left: 10px;
		color: #283C98;
		}
		
	table.form tr th{
	text-align:left;
	padding:5px 10px;
	background-color:#283C98;
	color:#FFF;
}
table.form tr td{
	padding-left:5px;
}
.sp_br{
	display: none;
	}	
.privacy_midashi{
	font-size: 18px;
	border-bottom: 2px solid #283C98;
	color: #283C98;
	font-weight: bold;
	margin-top: 30px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.privacy_page ul{
	margin-left: 30px;
}
.privacy_page a{
	color: #283C98;
}

@media screen and (max-width: 1100px) {


table.info{
		width: 100%;
	}	
table.info tr th{
	width:25%!important;
}
table.info tr td{
	width:75%!important;
}
}
@media screen and (max-width: 1000px) {

.top_news h3{
	margin-right: 30px;
	}
.top_news{
	flex-direction: column;
}
.top_news h3{
	margin: 10px auto;
}
.top_news_list{
	width: 96%;
	margin-left: 0;
}
dl.top_news_list {
  width:94%;
	margin: 0 auto 10px;
}
.top_news_list dt {
	width: 100%!important;
  float:none!important;
	padding-left: 0;
}
.top_news_list dd {
	width: 98%!important;
	padding-left: 2%!important;
}

.top_news_list dt,dd {
	margin-left: 0;
	
}
table.contact tr th{
	width:30%;
}
table.contact tr td{
	width:70%;
}
.photo_all{
	margin: 30px auto;
	justify-content: center!important;
	flex-direction: column;
	height: auto!important;
	}
.mod_thumlist_photo_entry{
left: 0!important;
right: 0!important;
margin:0 auto!important;
width: 450px!important;
}

.photo_mini{
	width:100%;
	margin: 480px auto 0;
}
.photo_mini ul{
	padding-left: 0;
	margin:10px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;}	
.photo_mini p{
	text-align: center;

}

.movie{
	flex-direction: column;
	padding-left: 0;
}
.movie li{
	width: 100%;
}
.ul.shuhen_list{
	z-index: 99999;
}
ul.shuhen_list li{
width: 31%;
}
ul.shuhen_list li a img{
	height: 200px;
}

ul.shuhen_list li p{
font-size: 0.8em;
}

}
@media screen and (max-width: 900px) {
.srd{
	display: none;
}
.srd_sp{
	display: block;
	width:100%;
	height:400px;
	overflow:hidden;
	position:relative;
	z-index: -1!important;
}
.srd_sp img{
	position:absolute;
	top:50%;
	left:50px;
}
#googlemaps {
width:100%;
height:320px;
position:relative;
	margin-bottom: 30px;
}

}
@media screen and (max-width: 768px) {
	.sp_br{
		display: block;
	}	
.srd_sp{
	margin-top: 50px;
	height:350px;
}
.top_contents{
	width: 96%;
	flex-direction: column;
	justify-content: center;
	margin:0 auto;
}
.top_contents .top_h3_sita{
	margin-bottom: 30px;
}
.top_contents_l{
	width: 100%;
}
.top_contents_l img.top_gaigan{
	width: 70%;
	text-align: center;
	margin: 0 auto 30px;
display: block;}

.top_contents_r{
	width: 100%;
}

ul.uritai{
	text-align:center !important;
	margin:0 auto !important;
}
ul.uritai li{
	width:40%;
	display:inline-block;
	list-style:none;
	margin:0 20px;
}

.contents{
	padding-top:50px;
	width:92%!important;
	margin:3%;
	margin:0 auto !important;
}
.contents_company{
	padding-top:50px;
	width:96%;}

.sp_menu{	
	margin:0 auto;
	margin-left:0;
	width:100%;
}

.sp_menu ul{
	width:100%;
	text-align:center;
	margin:10px auto 10px;
	margin-left:0;
	padding-left:0;}

.sp_menu ul li{
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	max-width: 180px; /* 最大幅 */
    min-width: 100px; /* 最小幅 */
	}
.sp_menu ul li img{
	width:100%;
}

.soudan{
	float:none;
	margin:0 auto;
	text-align:center;
	}
.soudan img{
	width:90%;
	}

.ext_flo{
	float:none;
	margin:0 auto;
	text-align:center;}
.top_exterior{
	margin:5px auto 0px;
	width:80%;}

.top_flower{
	margin-top:5px;
	margin:5px auto 0px;
	width:80%;}

.top_sp_map{
	margin:30px auto;
	text-align:center;
	}
.omisenogoannai_sp{
	display:block;
	margin:0 auto;
	text-align:center;}
	
.top_sp_map iframe{
	width:80%;
	display:block;
	margin:0 auto;
	text-align:center;}


.omise{
	float:none;
	margin:0 auto;
	text-align:center;
	}	

.omise p{
	width:215px;
	background-color:#008D17;
	color:#FFF;
	font-size:12px;
	text-align:center;
	padding:15px 0;
	margin:0 auto;
	}

h2 img{
	width:90%;
	margin:0 auto;
	text-align:center;
	max-width:350px;}

.before_after{
	width:98%;
	text-align:center;
	margin:0 auto;}

/*季節の花木
*/

.flower_photo{
	width: 220px;/* トリミングしたい枠の幅 */
    height: 190px;/* トリミングしたい枠の高さ */
    position: relative;

	}	
.flower_img{
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  margin-top:15px;
	}	
.flower{
	width:220px;
	margin:5px;
	display:inline-block;
	}
	
.flower p{
	font-size:12px;
	text-align:center;
	margin-top:35px;
}
.kobansou{
	font-size:14px;
	margin-left:20px;
}



.company_mapmoji2{
	width:100%;
	margin:10px 0 20px;
	}
		
.company_map{
	width:100%;
	float:none;
	}	


.company_gmap{
	margin:0;
	text-align:center;}

	
.company_googlemap_box{
	flex-direction: column;
	margin-bottom: 30px;
}
.company_googlemap {
    width: 100%;    
	margin: 0 0 80px!important;
}


/*一覧ページ
*/
h3.tochi_tiiki{
	width:100%;
}


/*.tochi_image_waku{
	overflow: hidden;
    width: 180px;
    height: 150px;
    position: relative;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	margin-right:0;}*/


.tochi_image{
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  margin-right:0;
	}
.gaiyou_waku{
	flex-direction: column;
	}
.add_kakaku{
	width: 90%
		;
}

.syousai_sp a{
	background-color:#063;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 40px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;
	color:#FFF;
	text-align:center;
	font-size:13px;
	padding:4px 20px;
	margin-left:10px;
}
.list_sp{
	float:left;
	padding-left:0px;
	padding-right:5px;
	margin-left:0;
	;
	}
.list_sp ul{
	margin-bottom:0;
	margin-left:0;
	padding-left:10px;}


.list_sp ul span{
	background-color:#063;
	color:#FFF;
	font-size:14px;
	padding:2px 10px;
	margin:3px 0;	
	}
		
.list_sp ul li{
	list-style:none;
	font-size:13px;
	padding-bottom:2px;}
	


	
/*詳細ページｓｐ
*/
.shosai{
	width:100%;
}
	
	

.add_line{
	width:90%;
}
.add_kakaku{
	width:90%;
	float:none;
	margin:0px 10px 10px;}
.sonota{
	float:none;
	}
.syosai_kakaku span{
	font-size:30px;
	font-weight:bold;}
.sonota .tubo{
	float:left;
	margin:0px 15px 0px 15px;}					
.sonota .menseki{
	float:left;
	margin:0px 25px 0px 15px;}

.tanto_pr_title{
		flex-direction: column;
		align-items: flex-start;
	}
	
	
.syosai_PR{
	width:95%;
	margin:0 0 10px;
	}
.syosai_PR p{
	font-size:12px;
}


.syosai_joho{
	margin:0 auto;
}
.syosai_joho dl{
	width:100%;
}

.syosai_joho table{
	margin:0 auto; 
}
.syosai_map{
	height:300px;
	}	
table.tochi_tb tr th{
	width: 30% !important;
	padding:4px 0!important;
}
ul.soudan_content{
	flex-wrap: wrap;
}
ul.soudan_content li{
	width:43%!important;
}
	
.next_t{
	padding: 20px;
}	
.next_t_inner{
flex-direction: column;
	justify-content: center;
}
.next_t_img{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.next_t_img img{
	width: 100%;
}
.next_t_p{
	width: 100%;
}
.hoka_soudan{
	flex-direction: column;
	justify-content: center!important;
	padding:  0 10px; 
}
.hoka_soudan .hoka_img{
	margin: 0 auto!important;
	text-align: center!important;
	}
.hoka_soudan ul li{
	line-height: 30px;
	padding: 5px;

	
}

}

@media screen and (max-width: 640px) {
.srd_sp{
	height:260px;
}
.midashi_text{
	padding: 20px 40px;
}
ul.tochiwaku{
	flex-direction: column;
	justify-content: space-around;
	text-align: center;
	width: 96%;
	margin: 30px auto;
	padding: 0;
	
}
ul.tochiwaku li{
	padding:4%  4% 65px 4%;
	width:92%;
	margin: 2% auto;;
}

.kounyu_table_sab{
	width:97%;
	margin-top:10px;
}
table.kounyu_table td{
	padding-left:0;
	margin-bottom:15px;
}
table.tochi_tb tr{
	margin-bottom: 5px;
	}
table.tochi_tb tr th,td{
	margin-right: 0;
	}
table.tochi_tb tr th{
	width: 25% !important;
	}
table.tochi_tb tr td{
	padding-left: 2% !important;
	width: 71%;
	text-align: left;	
}
table.contact {
		width: 100%;
	}
table.contact tr{
		border: none!important;
	}	
table.contact tr th{
	display: block;
	border: none!important;
	width:100%;
}
table.contact tr td{
	width:100%;
	display: block;
}
table.contact tr td label {
	display: inline-block;
	/* white-space: nowrap; */
  }

table.info {
	width: 100%;

}
table.info tr th{
	display: block;
	width:100%!important;
	text-align: left;
}
table.info tr td{
	display: block;
	width:100%!important;
	padding-left: 0px;
}
table.info {
	margin-bottom:50px;
}
	
.contents{
	padding-top:30px;
	width:92%;
	margin-left:2%;
}

ul.uritai{
	margin-top:0;
}
ul.uritai li{
	width:100%;
	margin:0 0 5px 0 !important;
	padding-left:0 !important;
}
.tochi_image{
  width: 100% !important;
  text-align:center !important;
  margin:0 auto !important;
}
.tochi_image_waku{
	overflow: hidden;
    width: 100% !important;/* トリミングしたい枠の幅 */
    position: relative;
	margin-bottom:10px;
}
.tochi_image_waku a img{
	width:100% !important;
}
.srd{
	width:100%;
	height:350px;
	overflow:hidden;
	position:relative;
}
.srd img{
	position:absolute;
	top:auto;
	bottom:10px;
	margin-top:0px;
	left:5%;
	width:90%
}
.top_bnr{
	width:100%;
	margin-left:0;
}
h4.page_no{
	background-color:#006615;
	color:#FFF;
	padding:10px
}
.page_no_content{
	padding:0;
	border-left:none;
	margin-left:0;
	margin-top:20px;
}
.baibaisoudan_bnr a img{
	width:96%;
	margin-left:2%;
}
ul.soudan_content li{
	display:inline-block;
	width:40%;
	margin:10px;
}
.baibaisoudan_left{
	float:none;
	width:100%;
	clear:both;
}
.baibaisoudan_right{
	float:right;
	width:70%;
	margin-top:-150px;
}

.page_top{
	width:100%;
	height:300px;
	overflow:hidden;
	position:relative;
}

.page_tit_area{
	position:absolute;
	top:auto;
	bottom:2%;
	right:2%;
	width:96%;
}
.syosai_joho table{
	border-collapse:collapse;}

.syosai_joho tr th{
	width:25%;
	font-size:12px;
	font-weight:300;
	padding:4px 1%;
	text-align:center;
	border:solid thin #999;
	}
.syosai_joho tr td{
	background-color:#FFF;
	margin-left:0;
	font-size:13px;
	padding:4px 1%;
	border:solid thin #999;
}
ul.shuhen_list li a img{
	height: 120px;
}
#googlemaps {
	height:300px;
}

.article_tiiki{
	flex-direction: column;
}
	
.article_tiiki li{
	width: 94%;
	margin: 20px auto;}

.photo_big{
    width: 320px;/* トリミングしたい枠の幅 */
		height: 320px;/* トリミングしたい枠の高さ */
}	
.tanto{
	flex-direction: column;
	padding: 3%;
}
.tanto div:nth-child(1){
	width: 50%;
	text-align: center;
	margin: 0 auto;
}
.tanto div:nth-child(2){
	width: 100%;
}

}


@media screen and (max-width: 460px) {
	.mod_thumlist_photo{
		height: 300px;
		margin: 0 auto 30px;
		}
		.mod_thumlist_photo_entry{
		width: 300px!important;
		height: 300px;
		}
		
		.mod_thumlist_photo_entry img{
		max-width:300px;
		max-height:300px;
		}
		.photo_mini{
			margin: 300px auto 0!important;
		}
	
		.photo_mini ul li{
			width: 80px;/* トリミングしたい枠の幅 */
			height: 60px;/* トリミングしたい枠の高さ */
				margin: 4px!important;
		}
	
.sp_menu ul li{
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	max-width: 160px; /* 最大幅 */
    min-width: 100px; /* 最小幅 */
	}
.company_link{
	width: 90%;

}
	
}
@media screen and (max-width: 360px) {
	table.info td dl dt{
	float: none;
	}
	table.info td dl dd{
	float: none;
	border-bottom: 1px solid #CBCBCB;
	}
	.mod_thumlist_photo{
	height: 270px;
	}
	.mod_thumlist_photo_entry{
	width: 270px!important;
	height: 270px;
	margin: 0 auto!important;
	}
	
	.mod_thumlist_photo_entry img{
	max-width:270px;
	max-height:270px;
	}
	.photo_mini{
		margin: 270px auto 0!important;
	}
	.photo_big{
    width: 270px;/* トリミングしたい枠の幅 */
    height: 270px;/* トリミングしたい枠の高さ */
}	

	ul.shuhen_list li{
	width: 48%!important;
	}
	
	ul.shuhen_list li a img {
	height:120px;
	}

	}
	
