@charset "UTF-8";

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #30B298;
  background: transparent;
  -webkit-tap-highlight-color: rgba(48, 178, 152, 0.6);
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #47ceb3;
}

/* 共通部分 */
#imagemap {
	margin-top: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	background: url(all_images/map/world.png) top left no-repeat;
	width: 900px;
	height: 800px;
	position: relative;
	background-size: contain;
}
#imagemap li {
	margin: auto;
	padding: 0px;
	position: absolute;
	list-style: none;
	font-size: 14px;	
}
#imagemap a {
	position: absolute;
}
#imagemap a span {
	display: none;
}
 
/* アジア */
#Asia {
    top: -76px;
	left: 18px;
}
#Asia a {
	width: 600px;
	height: 500px;
	
}
#Asia a:hover {
	background: url(all_images/map/asia.png) -230px -40px no-repeat;
	transform: scale(0.6, 0.6);
	
}

/* ヨーロッパ */
#Euro {
    top: 8px;
	left: -58px;
}
#Euro a {
	width: 350px;
	height: 200px;
	
}
#Euro a:hover {
	background: url(all_images/map/euro.png) -20px -80px no-repeat;
	transform: scale(0.6, 0.6);
	z-index: 1;
}

/* 日本 */
#Japan {
    top: 108px;
	left: 427px;
}
#Japan a {
	width: 80px;
	height: 120px;
}
#Japan a:hover {
	background: url(all_images/map/japan.png) -740px -220px no-repeat;
	transform: scale(0.6, 0.6);
	z-index: 2;
}

/* アフリカ */
#Africa {
	top: 60px;
	left: -80px;
}
#Africa a {
	width: 400px;
	height: 450px;
}
#Africa a:hover {
	background: url(all_images/map/africa.png) 0px -250px no-repeat;
	transform: scale(0.6, 0.6);
}

/* アメリカ */
#America {
    top: -116px;
	left: 404px;
}
#America a {
	width: 580px;
	height: 700px;
}
#America a:hover {
	background: url(all_images/map/america.png) -870px -40px no-repeat;
	transform: scale(0.6, 0.6);
}

/* オセアニア */
#Oseania {
    top: 230px;
	left: 270px;
}
#Oseania a {
	width: 350px;
	height: 250px;
}
#Oseania a:hover {
	background: url(all_images/map/oseania.png) -570px -470px no-repeat;
	transform: scale(0.6, 0.6);
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900px;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#icon {
	transform: scale(0.4, 0.4);
	margin-left: -15%;
	margin-bottom: -75px;
	margin-top: -75px;
}
#clickbun {
    text-align: center;
    text-shadow: 0px 0px;
    letter-spacing: 15px;
    margin-top: 90px;
    margin-bottom: -150px;
    font-size: 30px;
}
body {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
