
/* CSS Document */

.location h3{
	border-bottom: #377dc3 3px solid ;
	border-radius: 5px 5px 0 0;
	padding: 10px;
	text-align: center;
	
}
.locationmap area{
	cursor: pointer;
}
.location .locationmap{
	width: 90%;
	margin: 5% auto;
	z-index: 10;
	position: relative;
}
.location .locationg{
	background: #f5f5f5;
	padding: 3% 0;
}

.location .locationg .locationlist{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.location .locationg .locationlist .locationbox{
	width: 31.3333%;
	margin: 20px 1%;
	padding: 10px 0 20px;
	text-align: center;
	background: #fff;
}
.location .locationg .locationlist .locationbox p{
	padding: 20px;
}


.location .locationg .locationlist .locationbox .mapbtn a{
	background: #377dc3;
	color: #fff;
	text-align: center;
	width: 80%;
	margin: 10px auto;
	line-height: 1.8em;
	border-radius: 5px;
	display: block;
}
.location .locationg .locationlist .locationbox .areabtn a{
	background: #fcf051;
	color: #111;
	text-align: center;
	width: 80%;
	margin: 10px auto;
	line-height: 1.8em;
	border-radius: 5px;
	display: block;
}

.location .areag{
	background: #f5f5f5;
	padding: 5% 0 3%;
	margin-top: -3%;
}

.location .areabox{
	position: relative;
}
.location .areabox h3{
	background: #377dc2;
	border-radius: 5px 5px 0 0;
	padding: 5px;
	color: #fff;
	text-align: center;
	margin: 30px auto 0;
}
.location .areabox .wwaku{
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 30px 20px;
	margin-bottom: 5%;
}
.location .areabox .wwaku table th{
	border-bottom:3px solid #377dc2;
	font-size: 1.5rem;
	line-height: 1.8em;
}
.location .areabox .wwaku table td{
	border-bottom:3px solid #dfdfdf;
	font-size: 1.5rem;
	line-height: 1.8em;
}

.location .locationbtn a{
	background: #fcf051;
	color: #111;
	text-align: center;
	width: 200px;
	margin: 10px auto;
	line-height: 1.8em;
	border-radius: 5px;
	display: block;
	position: absolute;
	right: 10px;
	top: 110px;
	z-index: 10;
}


#honsha,
#iwate,
#chugoku,
#kyushu,
#tohoku,
#fukushima,
#higasikanto,
#kitakanto,
#chubu,
#honsha,
#kansai{
    margin-top:-80px;
    padding-top:80px;
}
@media only screen and (min-width:1px) and (max-width: 960px) {

.location .locationg .locationlist .locationbox{
	width: 48%;
	margin: 10px 1%;
}
}



@media only screen and (min-width:1px) and (max-width: 768px) {	
.location .locationbtn a{
	margin: 0px 0px 10px auto;
	line-height: 1.8em;
	border-radius: 5px;
	display: block;
	position: relative;
	right: inherit;
	top: inherit;
}
	
.location .areabox .wwaku{
	padding: 20px 10px 10px;
}

.location .areag{
	background: #f5f5f5;
	padding: 5% 0 3%;
	margin-top: -5%;
}	
}

@media only screen and (min-width:1px) and (max-width: 560px) {	

.location .locationmap{
	width: 100%;
	margin: 5% auto;
	z-index: 10;
	position: relative;
}
.location .locationg .locationlist .locationbox{
	width: 98%;
	margin: 10px 1%;
}
.location .areag{
	background: #f5f5f5;
	padding: 5% 0 3%;
	margin-top: -8%;
}	
.location .areabox .wwaku table th{
	font-size: 1.4rem;
	line-height: 1.6em;
}
.location .areabox .wwaku table td{
	font-size: 1.4rem;
	line-height: 1.8em;
}
}