a:hover {
	text-decoration: none;
	transition: 0.3s all;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/******* 地図成形 *******/
#japan-map div div.area div {
	border: 1px #ffffff solid;
	text-align: center;
	font-size: 14px;
	display: flex;
	display: -webkit-flex;
	align-items: center; /* 縦方向中央揃え */
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	border-radius: 8px;
	-webkit-border-radius: 8px;
	position: absolute;
	box-sizing: border-box;
	transition: 0.2s;
}
#japan-map div div.area div:hover {
/* 	opacity: 0.5; */
	transition: 0.2s;
}

#japan-map {
	display: block;
	width: 750px;
	height: 545px;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#japan-map p.area-title {
	display: none;
}

/* 北海道・東北 */

#hokkaido-touhoku {
	width: 145px;
	display: block;
	height: 265px;
	position: absolute;
	right: 0;
}
#hokkaido-touhoku div.area div {
	background-color: #51A7F9;
	color: #ffffff;
}

#hokkaido {
	background-color: #0365C0 !important;
	width: 145px;
	height: 120px;
	border: none;
	border-radius: 8px 8px 8px 0 !important;
}
#hokkaido:after {
	content: "";
	display: inline-block;
	background-color: #0365C0;
	width: 45px;
	height: 15px;
	position: absolute;
	left: 0;
	bottom: -15px;
	border-radius: 0 0 8px 8px;
}
#aomori {
	width: 110px;
	height: 43px;
	left: 0;
	top: 143px;
}
#akita {
	width: 55px;
	height: 40px;
	left: 0;
	top: 187px;
}
#iwate {
	width: 55px;
	height: 40px;
	left: 56px;
	top: 187px;
}
#yamagata {
	width: 55px;
	height: 40px;
	top: 228px;
	left: 0;
}
#miyagi {
	width: 55px;
	height: 40px;
	top: 228px;
	left: 56px;
}
#fukushima {
	width: 110px;
	height: 42px;
	top: 268px;
	left: 0;
}

/* 関東 */

#kantou {
	width: 111px;
	display: block;
	height: 174px;
	position: absolute;
	top: 311px;
	right: 34px;
	z-index: 2;
}
#kantou div.area div {
	background-color: #00882B;
	color: #ffffff;
}
#ibaraki {
	width: 55px;
	height: 40px;
	top: 40px;
	right: 0;
}
#tochigi {
	width: 55px;
	height: 40px;
	top: 0px;
	right: 0;
}
#gunma {
	width: 55px;
	height: 40px;
	top: 0px;
	left: 0px;
}
#saitama {
	width: 55px;
	height: 40px;
	top: 41px;
	left: 0px;
}
#chiba {
	width: 55px;
	height: 80px;
	top: 81px;
	right: 0;
}
#tokyo {
	width: 55px;
	height: 40px;
	top: 82px;
	left: 0px;
}
#kanagawa {
	width: 55px;
	height: 40px;
	top: 122px;
	left: 0px;
}

/* 中部 */

#tyubu {
	width: 167px;
	height: 208px;
	position: absolute;
	left: 437px;
	top: 271px;
}
#tyubu div.area div {
	background-color: #70BF41;
	color: #ffffff;
}

#nigata {
	width: 55px;
	height: 40px;
	right:0;
}
#toyama {
	width: 55px;
	height: 40px;
	left: 56px;
}
#ishikawa {
	width: 55px;
	height: 40px;
	left: 0;
}
#fukui {
	width: 55px;
	height: 40px;
	top: 41px;
	left: 0px;
	z-index: 2;
}
#nagano {
	width: 55px;
	height: 80px;
	right: 0;
	top: 41px
}
#yamanashi {
	width: 55px;
	height: 40px;
	right: 0;
	top: 122px;
}
#gifu {
	width: 55px;
	height: 80px;
	left: 56px;
	top: 41px
}
#shizuoka {
	width: 55px;
	height: 40px;
	right: 0;
	top: 162px;
}
#aichi {
	width: 55px;
	height: 40px;
	top: 122px;
	left: 56px;
}

/* 近畿 */

#kinki {
	width: 165px;
	height: 211px;
	position: absolute;
	left: 328px;
	top: 353px;
}
#kinki div.area div {
	background-color: #F2C102;
	color: #ffffff;
}

#kyoto {
	width: 55px;
	height: 40px;
	left: 55px;
}
#shiga {
	width: 55px;
	height: 40px;
	top: 0;
	right: 0;
}
#osaka {
	width: 55px;
	height: 40px;
	top: 41px;
	left: 0;
}
#nara {
	width: 55px;
	height: 40px;
	top: 41px;
	left: 55px;
}
#mie {
	width: 55px;
	height: 40px;
	top: 41px;
	right: 0;
}
#wakayama {
	width: 110px;
	height: 42px;
	top: 82px;
	left: 0;
}
#hyougo {
	width: 55px;
	height: 40px;
	left: 0px;
}

/* 中国 */

#tyugoku {
	width: 160px;
	height: 98px;
	position: absolute;
	left: 168px;
	top: 353px;
}
#tyugoku div.area div {
	background-color: #F39019;
	color: #ffffff;
}
#tottori {
	width: 55px;
	height: 40px;
	right: 0;
}
#okayama {
	width: 55px;
	height: 40px;
	top: 41px;
	right: 0;
}
#shimane {
	width: 55px;
	height: 40px;
	left: 50px;
}
#hiroshima {
	width: 55px;
	height: 40px;
	top: 41px;
	left: 50px;
}
#yamaguchi {
	width: 50px;
	height: 82px;
	left: 0px;
}

/* 四国 */

#shikoku {
	width: 101px;
	height: 84px;
	position: absolute;
	left: 194px;
	top: 453px;
}
#shikoku div.area div {
	background-color: #FC9EA9;
	color: #ffffff;
}
#kagawa {
	width: 50px;
	height: 40px;
	right: 0px;
}
#ehime {
	width: 50px;
	height: 40px;
	left: 0px;
}
#tokushima {
	width: 50px;
	height: 40px;
	right: 0px;
	top: 42px;
}
#kouchi {
	width: 50px;
	height: 40px;
	left: 0px;
	top: 42px;
}

/* 九州・沖縄 */

#kyusyu {
	width: 170px;
	height: 185px;
	position: absolute;
	left: 0;
	top: 354px;
}
#kyusyu div.area div {
	background-color: #EC5D57;
	color: #ffffff;
}
#fukuoka {
	width: 55px;
	height: 40px;
	left: 56px;
	top: 0px;
}
#saga {
	width: 55px;
	height: 40px;
	left: 0;
	top: 0px;
}
#nagasaki {
	width: 55px;
	height: 40px;
	left: 0;
	top: 41px;
}
#oita {
	width: 55px;
	height: 40px;
	right: 3px;
	top: 0;
}
#kumamoto {
	width: 55px;
	height: 40px;
	left: 56px;
	top: 41px;
}
#miyazaki {
	width: 55px;
	height: 80px;
	right: 3px;
	top: 41px;
}
#kagoshima {
	width: 110px;
	height: 40px;
	left: 0;
	top: 82px;
}
#okinawa {
	width: 55px;
	height: 40px;
	left: 0;
	top: 145px;
}
.menu-parent_a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#japan-map div div.area div p{
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-content:center;
	width: 100%;
	height: 100%;
}
.menu-child {
  display: none;
  position: absolute;
  top: 21%;
  left: 25%;
      width: max-content;
    padding-right: 20px;
  background-color: #fff;
  color: #333;
  z-index: 3;
}
.menu-child_ul{/* padding-left: 1.5em; */}
.menu-child_li {
  line-height: 2;
	text-align: left;
}
.menu-child_li .menu-child_li-a {
    color: #40230C;
    padding: 0 6px;
    font-size: 14px;
}

/****************************************
	レスポンシブ

****************************************/
@media screen and (max-width: 776px) {
#japan-map {
	display: flex;
	row-gap: 30px;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-around;
}
#japan-map p.area-title {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1em;
	color: #000000;
}
#hokkaido-touhoku, #kantou, #tyubu, #kinki, #tyugoku, #shikoku, #kyusyu {
	display: block;
	position: static;
	margin: 0 1em 0 1em;
}
#japan-map div div.area {
	display: block;
	position: relative;
}

#hokkaido-touhoku {
	height: calc(265px + 4.5em);
}
#kantou {
	height: calc(174px + 4.5em);
}
#tyubu {
	height: calc(211px + 4.5em);
}
#kinki {
	height: calc(211px + 0.5em);
}
#tyugoku {
	height: calc(98px + 4.5em);
}
#shikoku {
	height: calc(84px + 4.5em);
}
#kyusyu {
	height: calc(247px + 4.5em);
}
.menu-child {
    display: none;
    position: absolute;
    top: 21%;
    left: 20%;
	padding-right: 25px;
}
.menu-child_li .menu-child_li-a {
    font-size: 12px;
}
} /* レスポンシブ max-776px */



@media screen and (max-width: 500px) {
#japan-map {
	display: block;
	width: 100%;
	height: auto;
}
#hokkaido-touhoku, #kantou, #tyubu, #kinki, #tyugoku, #shikoku, #kyusyu {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	position: static;
	margin-left: 0px;
	margin-right: 0px;
}
#hokkaido:after{
	content: none;
}
#hokkaido{
	border-radius: 0 !important;
}
#japan-map div div.area {
	font-size: 14px;
 	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#japan-map div div.area a {
	height: auto;
	width: 100%;
}
#japan-map div div.area div {
 	display: block;
	border-radius: 0px;
	position: static;
	height: auto;
	font-size: 16px;
	width: 100%;
	padding: 0.5em 0.3em 0.5em 0.3em;
}
.menu-child {
    position: static;
    width: 100%;
    padding: 0.5em;
    background: #f9f9f9;
    border-top: 1px solid #ccc;
  }

} /* レスポンシブ max-500px */