@charset "UTF-8";


/* 背景写真 */
.wrapper
 {
	background-image: url(../../../common/images/back_atari.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
p {
	margin-bottom: 15px;
}

.map {
	position: relative;
}

.map__img {
	max-width: 100%;
}

.map__link__item {
	position: absolute;
	transition: 0.3s all;
	display: block;
}

.map__link__item:hover {
	background: rgba(255,255,255, 0.3);
}

.map__link__item--01 {
	top: 10.5%;
	left: 13%;
	width: 11.5%;
	height: 25%;
}

.map__link__item--02 {
	top: 38.5%;
	left: 0.75%;
	width: 14.5%;
	height: 16%;
}

.map__link__item--03 {
	top: 58%;
	left: 0.75%;
	width: 14.5%;
	height: 16%;
}

.map__link__item--04 {
	bottom: 3%;
	right: 45.3%;
	width: 11.86%;
	height: 25%;
}

.map__link__item--05 {
	bottom: 3%;
	right: 13.5%;
	width: 15%;
	height: 16.5%;
}

.map__link__item--06 {
	bottom: 3%;
	right: 33.1%;
	width: 11.86%;
	height: 25%;
}
