@charset "utf-8";
/* CSS Document */


/*現地写真
------------------------------------------------------------------------------- */
 
.bIndex .bIdxGenchi{
    position: relative;
}

.bIndex .bIdxGenchi h2.bTit01{
    width: 1230px;
    margin: 0 auto;
}

.bIndex .bIdxGenchi .genchi_photo{
	float:left;
	margin:0 auto 20px;
}

.bIndex .bIdxGenchi .genchi_photo #takuchi_image {
    width: 600px;
    height: auto;
	margin-right:20px;
}

.bIndex .bIdxGenchi .bPlan_navs{
	margin:0 auto 20px;
}

.bIndex .bIdxGenchi #takuchi_text {
	padding-left:20px;
	clear: right;
}

.bIndex .bIdxGenchi #takuchi_text {
	padding-left:20px;
	clear: right;
}

@media (max-width: 768px) {
	.bIndex .bIdxGenchi{
		margin:0 5% 10px;
	}
		
	.bIndex .bIdxGenchi h2.bTit01{
		width: 100%;
		margin: 0 auto;
	}
		
	.bottom20{
		margin:0 5% 10px;
	}
		
	.genchi_photo{
		margin:0 5% 20px;
	}
}

#genchiImages .genchiphoto_list {
	margin-top:20px;
}

#genchiImages .genchiphoto_list li {
	float: left;
	margin: 10px 1% 10px 1%;
	text-align: center;
	border-radius: 5px;
	width: 15%;
	background:#333;
	font-size: 84%;
}

#genchiImages .genchiphoto_list li a {
	color:#fff;
	text-decoration:none;
	padding:8px 0;
	display:block;
	font-weight:700;
	border-radius: 5px;
	display: table;
	width: 100%;
}

#genchiImages .genchiphoto_list li a span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

#sampleplan_var .sampleplan_varlist{
	margin:60px auto 50px;
}

/*参考プラン
------------------------------------------------------------------------------- */

.bIndex .bMenu .btns li.btn_sampleplan{
    background-image: url("../images/ind_img_menu_sampleplan.jpg");
}

span.sampleplan_notice{
	font-size: smaller;
}

.bPlanDatas .sampleplan_lotArea{
    width: 100%;
	font-size: 100%;
	line-height: 1.57;
	margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;	
	
}

.bPlanDatas .sampleplanVR_lotArea{
    width: 100%;
	font-size: 100%;
	line-height: 1.57;
	margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;	
}


.bPlanDiagram .sampleplan_list{
    width: 40%;
	display: flex;
	line-height: 1.57;
	list-style: none;
	margin: 20px auto 80px;
}

.bPlanDiagram .sampleplan_list span{   
	/*display:inline-block;*/
	width: 120px;
	height: 30px;
	font-size: 20px;
	font-color: #fff;
	margin: 0 auto;
}

@media (max-width: 768px) {
	span.sampleplan_notice{
		font-size: 12px;
	}

	h2.sampleplanh2{
		line-height: 16px;
	}		  
}