﻿
@import url("about.css");


#map{
	background-image:url(../image/map.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#eff2f4;
	text-align:center;
	font-weight:400;
	overflow:hidden;
}
/*PC
----------------------------------------------------*/
@media screen and (min-width:1081px),print{
	#map{
		font-size:1.359em;
		height:890px;
		margin-top:60px;
	}
	#map h4{
		margin-top:40px;
	}
	#pager{
		margin-top:50px;
	}
}
/*PC and Tablet
----------------------------------------------------*/
@media screen and (min-width:751px),print{
}
/*Tablet
----------------------------------------------------*/
@media screen and (min-width:751px) and (max-width:1080px){
}
/*Tablet und Phone
----------------------------------------------------*/
@media screen and (max-width:1080px){
	#map{
		background-size:100% auto;
		padding-bottom:59.375%;
		margin-top:7%;
	}
	#map h4{
		padding-top:5%;
	}
}
/*Phone
----------------------------------------------------*/
@media screen and (max-width:750px){
}