@charset "utf-8";

.point_map-sect .area{
    background: url(../images/bg_area_map.png) no-repeat;
	background-size: 100% auto;
}
.area-select li:nth-child(1) {
    left: 79.86%;
    top: 29.46%;
}
.area-select li:nth-child(2) {
    left: 67.06%;
    top: 57.86%;
}
.area-select li:nth-child(3) {
    left: 57.86%;
    top: 10.53%;
    display: inline-block;
    padding: 5px 25px 5px 10px;
	color: #2f1b07;
	font-size: 1.4rem;
	font-weight: 500;
    text-decoration: none;
	border-radius: 5px;
	border: solid 1px #3b402c;
    background-color: #e3d3a3;
	transition: all .15s ease;
	white-space: nowrap;
	font-size: 1.2rem;
}
.area-select li:nth-child(4) {
    left: 74.53%;
    top: 21.2%;
    display: inline-block;
    padding: 5px 25px 5px 10px;
	color: #2f1b07;
	font-size: 1.4rem;
	font-weight: 500;
    text-decoration: none;
	border-radius: 5px;
	border: solid 1px #3b402c;
    background-color: #e3d3a3;
	transition: all .15s ease;
	white-space: nowrap;
	font-size: 1.2rem;
}
.area-select li:nth-child(5) {
    left: 42.8%;
    top: 51.33%;
}
.area-select li:nth-child(6) {
    left: 49.33%;
    top: 68.00%;
}
.area-select li:nth-child(7) {
    left: 23.06%;
    top: 58.53%;
}
.area-select li:nth-child(8) {
    left: 26.53%;
    top: 71.33%;
}
