@charset "utf-8";
/* CSS Document */
/* ---------- #access_con ---------- */
#location_con{
	width: 730px;
	height: auto;
	padding-top: 90px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}
#location_con h3{
	width: 166px;
	height: auto;
}
#location_con ul.navi{
	width: 450px;
	height: 36px;
	margin: 3% auto;
	overflow: hidden;
zoom:1; /* IE 6/7向け */
}
#location_con ul.navi li{
	float: left;
	width: 200px;
	height: 36px;
}
#location_con ul.navi li.left{
margin-right:50px;
}
#location_con p.top{
	margin-top: 4%;
	margin-bottom: 4%;
}
#location_con p.text1{
	text-indent: 1%;
	font-size: 12px;
}
#location_con div.column1{
	width: 100%;
	margin:7% auto;
	overflow: hidden;
zoom:1; /* IE 6/7向け */
}
#location_con div.column1 p{
float:left;
}
#location_con div.column1 p.leftImg{
	width: 480px;
}
#location_con p.text2{
	font-size: 12px;
	width:250px;
	margin-top: 3%;
}
#location_con div.column1 ul {
	width: 100%;
	height:auto;
}
#location_con div.column1 ul li{
	margin-bottom: 3%;
	width: 100%;
	height: auto;
text-align:center;
}
#location_con div.column1 ul li.last{
	margin-bottom: 0;
}
#location_con div.column1 ul li img{
	width: 100%;
	height: auto;
}
 p.bottom{
	margin-top: 30px;
	padding-bottom: 7%;
	font-size:10px;
}


@media screen and (max-width: 960px) {
	/*============================================================================================
コンセプトページ　end
concept.html
============================================================================================*/
/* ---------- #results_con ---------- */
#location_con{
	width: 600px;
}
#location_con div.column1 p{
float:none;
}
#location_con div.column1 p.leftImg{
	width: 100%;
text-align:center;
margin-bottom:1%;
}
#location_con div.column1 p.text2{
	width: 100%;
	margin-top: 1%;
}
#location_con div.column1 ul li img{
	width: 600px;
	height: auto;
}
}
@media screen and (max-width: 768px) {
	/*============================================================================================
コンセプトページ　end
concept.html
============================================================================================*/
/* ---------- #results_con ---------- */
#location_con{
	padding-top: 30px;
}

}
@media screen and (max-width: 640px) {
	/*============================================================================================
ロケーションページ　end
location.html
============================================================================================*/
/* ---------- #location_con ---------- */
#location_con{
	width: 95%;
	padding-top: 10px;

}
#location_con p.top img{
	width: 90%;
height:auto;
}
#location_con div.column1 p img{
	width: 70%;
height:auto;
}
#location_con div.column1 p.leftImg img{
	width: 96%;
height:auto;
}
p.text1 img{
width:96%;
height:auto;
}
#location_con div.column1 ul li img{
width:96%;
height:auto;
}
}
@media screen and (max-width: 480px) {
	/*============================================================================================
ロケーションページ　end
location.html
============================================================================================*/
/* ---------- #location_con ---------- */

#location_con ul.navi{
	width: 95%;
	height: auto;
	margin: 3% auto;
	overflow: hidden;
zoom:1; /* IE 6/7向け */
}
#location_con ul.navi li {
	float: left;
	width: 45%;
	height: auto;
}
#location_con ul.navi li img{
	float: left;
	width: 100%;
	height: auto;
}
#location_con ul.navi li.left{
margin-right:10%;
}
}