@charset "UTF-8";



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


/*======================================

	h2
	
========================================*/

h2{
	display: block;
	height:60px;
	width:100%;
	background: transparent url(../i/h2_access.png) no-repeat center;
	background-size:300px auto;
	margin:0 0 30px 0;
	padding: 0 0 0 0;
	text-indent: -9999em;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}


#head-map{
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
	margin:0 0 25px 0;
}




section.place{
	width:100%;
	padding:15px;
	margin:0 0 15px 0;
	border:1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.place-left{
	width:100%;
	text-align: left;
	width:100%;
	float:none;
	background: #fff;
}
.place-right{
	text-align: left;
	width:100%;
	float:none;
	background: #fff;
	border-left:0px solid #ddd;
	padding:0 0 0 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.place-left h4{
	height:50px;
	font-size:16px;
	line-height: 16px;
	margin:0 0 0 0;
	padding:15px 0 0 65px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.place-left h4#place-a{
	background: transparent url(../i/map_icon_a.png) no-repeat 0px 0px;
	background-size: 50px 50px;
}
.place-left h4#place-b{
	background: transparent url(../i/map_icon_b.png) no-repeat 0px 0px;
	background-size: 50px 50px;
}
.place-left h4#place-c{
	background: transparent url(../i/map_icon_c.png) no-repeat 0px 0px;
	background-size: 50px 50px;
}
.place-left h4#place-d{
	background: transparent url(../i/map_icon_d.png) no-repeat 0px 0px;
	background-size: 50px 50px;
}
.place-left h4#place-e{
	background: transparent url(../i/map_icon_e.png) no-repeat 0px 0px;
	background-size: 50px 50px;
}
.place-left h4#place-f{
	background: transparent url(../i/map_icon_f.png) no-repeat 0px 0px;
	background-size: 50px 50px;
}



}/*//end  max-width: 480px ///////////////////////*/











@media only screen and (min-width: 481px) {


/*======================================

	h2
	
========================================*/

h2{
	display: block;
	height:90px;
	width:100%;
	min-width: 1040px;
	background: transparent url(../i/h2_access.png) no-repeat center;
	background-size:360px auto;
	margin:0 0 30px 0;
	padding: 0 0 0 0;
	text-indent: -9999em;
	border-bottom:1px solid #ddd;
}

#head-map{
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
	margin:0 0 25px 0;
}



section.place{
	width:100%;
	padding:15px;
	margin:0 0 15px 0;
	border:1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.place-left{
	text-align: left;
	width:260px;
	float:left;
	background: #fff;
}
.place-right{
	text-align: left;
	width:660px;
	float:right;
	background: #fff;
	border-left:1px solid #ddd;
	padding:0 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.place-left h4{
	height:50px;
	font-size:16px;
	line-height: 16px;
	margin:0 0 0 0;
	padding:15px 0 0 65px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.place-left h4#place-a{
	background: transparent url(../i/map_icon_a.png) no-repeat 0px 0px;
	background-size: 50px 50px;
}
.place-left h4#place-b{
	background: transparent url(../i/map_icon_b.png) no-repeat 0px 0px;
	background-size: 50px 50px;
}
.place-left h4#place-c{
	background: transparent url(../i/map_icon_c.png) no-repeat 0px 0px;
	background-size: 50px 50px;
}
.place-left h4#place-d{
	background: transparent url(../i/map_icon_d.png) no-repeat 0px 0px;
	background-size: 50px 50px;
}
.place-left h4#place-e{
	background: transparent url(../i/map_icon_e.png) no-repeat 0px 0px;
	background-size: 50px 50px;
}
.place-left h4#place-f{
	background: transparent url(../i/map_icon_f.png) no-repeat 0px 0px;
	background-size: 50px 50px;
}

}/*//end  min-width: 481px ///////////////////////*/







