﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    guide css
------------------------------------------------------------*/  

#headline{
	color:#332106;
	text-align:center;
	font-size:259%;
	letter-spacing:2px;
	font-weight:bold;
	padding:100px 10px 0;
}

#img{
	width:45.8%;
	float:left;
	margin-top:10px;
	margin-bottom: 30px;
}

#info{
	width:49.2%;
	float:right;
	padding-bottom:80px;
}

#info dt{ max-width:261px;}

#info dd p{
	color:#6F5133;
	font-size:117%;
	line-height:1.5;
	margin-top:25px;
}

.list{
	max-width:50%;
	float:left;
	margin-top:25px;
}

.list:first-child{
	padding-right:50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.list li{
	color:#6F5133;
	font-size:117%;
	line-height:16px;
	margin-bottom:8px;
}

.circle li{
	padding-left:20px;
	position:relative;
}

.circle li:before{
	display:block;
	content:"";
	width:12px;
	height:12px;
	background:#FFAE34;
	border-radius:50%;
	position:absolute;
	top:3px;
	left:0;
}



/*------------------------------------------------------------ 
    各部屋平面図
------------------------------------------------------------*/  

.sectionHd{
	text-align:center;
	font-size:234%;
	color:#332106;
	letter-spacing:1px;
	font-weight:bold;
	padding:0 10px;
	margin-bottom:30px;
}

#pointer{
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
}

#pointer li{
	float:right;
	font-size:117%;
	margin-left:15px;
	line-height:27px;
}

.txt{
	color:#6F5133;
	font-size:117%;
	line-height:1.5;
}

#guideList{
	width:100%;
	max-width:1220px;
	overflow:hidden;
	margin:0 auto;
}

#guideList li{
	width:25%;
	float:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 10px 20px;
	margin-top:15px;
}

#guideList #mapArea{ width:50%;}

#guideList .thumb{ overflow:hidden;}
#guideList li img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
#guideList li img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.ttl{
	color:#6F5133;
	font-size:117%;
	line-height:1.5;
	font-weight:bold;
	margin:15px 0 10px;
}

#mapArea dt{
	color:#FF6933;
	font-size:150%;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px solid #FF6933;
	letter-spacing:1px;
}

#gmap{
	width:100%;
	height:240px;
	margin:15px 0 10px;
}


/*------------------------------------------------------------ 
    入居条件
------------------------------------------------------------*/  

.subHd{
	width:100%;
	overflow:hidden;
}

.h4style{
	width:150px;
	height:50px;
	text-align:center;
	line-height:50px;
	color:#fff;
	background:#0A8142;
	font-size:200%;
	font-weight:bold;
}

.subHd h4{
	float:left;
	margin-right:25px;
}

.subHd p{
	float:left;
	color:#265741;
	font-size:117%;
	line-height:20px;
	padding:15px 0;
}

.table{
	width:100%;
	color:#265741;
	font-size:117%;
	margin-top:20px;
}

.table th,
.table td{
	border:1px solid #D9D9D9;
	padding:15px;
}

.table td.no-padding{ padding:0;}

.table th{
	background:#F8F8F8;
	font-weight:bold;
	vertical-align:middle;
}

.table .fwn{ font-weight: normal;}

.wid25{ width:25%;}
.wid50{ width:50%;}
.wid75{ width:75%;}

.table2{ width:100%;}
.table2 th{
	background:#FBF6B9;
	width:20%;
	border-top:none;
	border-right:none;
}
.table2 td{
	text-align:center;
	padding:25px 15px;
	border-bottom:none;
	border-right:none;
}

.table2 .first{ border-left:none;}


/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* TABLET */
@media screen and (max-width: 788px){

#img,
#info{
	width:100%;
	float:none;
}

#info{ padding-bottom:40px;}

.list:first-child{ padding-right:20px;}


#guideList li{ width:50%;}
#guideList #mapArea{ width:100%;}


}


/* SP */
@media screen and (max-width: 560px){

#headline{
	font-size:150%;
	padding-top:30px;
}

.h4style,
.sectionHd{ font-size:134%;}

#info{ padding-bottom:40px;}
#info dt{ max-width:130px;}

.list{
	max-width:100%;
	float:none;
}
.list:first-child{ padding-right:0;}

#pointer li{
	font-size:109%;
	line-height:14px;
	margin-left:10px;
}

#pointer li img{
	width:14px;
	height:14px;
}

#guideList li{ width:100%;}

.table th,
.table td{
	display:block;
	width:auto;
	padding:10px;
}

.table td,
.table .fwn{ border-top:none;}

.table .xs-hidden{ display:none;}

.xs-fwb{ font-weight:bold;}

.table2{ font-size:84%;}
.table2 th,
.table2 td{
	display:table-cell;
	padding:10px 5px;
}


}


/*会社概要01*/
.table_company01{
	width: 100%;
	border-collapse: collapse;
	font-size: 117%;
	line-height: 1.5;
}
.table_company01 th{
	width: 20%;
	text-align: center;
	color: #FFFFFF;
	background-color: #0A8142;
	font-size: 180%;
	font-weight: bolder;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.table_company01 td{
	background-color: #DFF0EC;
	padding: 20px;
	font-size: 150%;
	color: #1E4433;
	font-weight: bold;
	vertical-align: middle;
}


/*ボックス001*/
.box001 {
}
.box001 img {
	float:right;
	padding:0 0 3px 12px;
}
.box001 p {
	padding-top:5px;
}
