@charset "UTF-8";
/* CSS Document */

/* CSSリセット */
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { 
	border: 0; vertical-align: baseline; } /* HTML5 display-role reset for older browsers  */ article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; 
}

body {
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	background-color: #ffffff;
}
img {
	vertical-align: bottom;
} 
a:hover img {
	opacity: 0.7;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
		filter: alpha(opacity = 60);
	transition: all 0.4s;
}
a {
	text-decoration: none;
	color: #008dde;
}
a:hover {
	text-decoration: none;
	color: #0E2D96;
	transition: 0.3s all;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/******* 地図成形 *******/
.japan-map-wrapper {
	width: 1000px;
	background: #F7F7F7;
	padding: 30px 0;
}

#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: 6px;
		-webkit-border-radius: 6px;
	position: absolute;
	box-sizing: border-box;
	transition: 0.2s;
	overflow: hidden;
	font-weight: bold;
}
#japan-map div div.area div:hover {
	opacity: 0.5;
	transition: 0.2s;
}

/******* ラベル *******/
#japan-map {
  position: relative !important;
}

#japan-map .triangle {
    position: absolute;
    border-bottom: 36px solid transparent;
    border-left: 40px solid #FF4D4D;
    top: 0px;
    left: 0;
  }

#japan-map .triangle-end {
		position: absolute;
    border-bottom: 36px solid transparent;
    border-left: 40px solid  #888;
    top: 0px;
    left: 0;
  }
  #japan-map .triangle-notice {
	position: absolute;
	border-bottom: 36px solid transparent;
	border-left: 40px solid #1A4473;
	top: 0px;
	left: 0;
}

#japan-map .label {
	position: absolute;
    top: 2px;
    left: 0px;
    font-size: 10px;
    color: #fff;
    transform: rotate(-43deg);
}

#japan-map .label-end {
	position: absolute;
    top: 1px;
    left: 2px;
    font-size: 10px;
    color: #fff;
    transform: rotate(-43deg);
  }



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

/* 北海道・東北 */

#hokkaido-touhoku {
	width: 164px;
	display: block;
	height: 374px;
	position: absolute;
	right: 0;
	top: 67px;
}
#hokkaido-touhoku div.area div {
	background-color: #4ab969;
	color: #ffffff;
}

#hokkaido {	
	width: 164px;
	height: 76px;
}
#aomori {
	width: 114px;
	height: 68px;
	left: 26px;
	top: 102px;
}
#akita {
	width: 81px;
	height: 68px;
	left: 3px;
	top: 170px;

}
#iwate {
	width: 81px;
	height: 68px;
	left: 84px;
	top: 170px;
}
#yamagata {
	width: 81px;
	height: 68px;
	top: 238px;
	left: 3px;
}
#miyagi {
	width: 81px;
	height: 68px;
	top: 238px;
	left: 84px;
}
#fukushima {
	width: 81px;
	height: 68px;
	top: 306px;
	left: 84px;
}

/* 関東 */

#kantou {
	width: 158px;
	display: block;
	height: 174px;
	position: absolute;
	top: 441px;
	right: 36px;
	z-index: 2;
}
#kantou div.area div {
	background-color: #4ab969;
	color: #ffffff;
}
#ibaraki {
	width: 65px;
	height: 85px;
	top: 0px;
	left: 130px;
}
#tochigi {
	width: 65px;
	height: 68px;
	top: 0px;
	left: 65px;
}
#gunma {
	width: 65px;
	height: 68px;
	top: 0px;
	left: 0px;
}
#saitama {
	width: 130px;
  height: 68px;
	top: 68px;
	left: 0px;
}
#chiba {
	width: 65px;
	height: 85px;
	top: 85px;
	left: 130px;
}
#tokyo {
	width: 130px;
	height: 68px;
	top: 136px;
	left: 0px;
}
#kanagawa {
	width: 100px;
	height: 68px;
	top: 204px;
	left: 0px;
}

/* 中部 */

#tyubu {
	width: 270px;
	height: 211px;
	position: absolute;
	left: 600px;
	top: 373px;
}
#tyubu div.area div {
	background-color: #4ab969;
	color: #ffffff;
}

#nigata {
	width: 114px;
	height: 68px;
	left: 170px;
}
#toyama {
	width: 81px;
	height: 68px;
	left: 89px;
}
#ishikawa {
	width: 65px;
	height: 90px;
	left: 24px;
}
#fukui {
	width: 81px;
	height: 68px;
	left: -57px;
	z-index: 2;
}
#nagano {
	width: 81px;
	height: 136px;
	left: 89px;
	top: 68px;
}
#yamanashi {
	width: 81px;
	height: 68px;
	left: 89px;
	top: 204px;
}
#gifu {
	width: 65px;
    height: 91px;
	left: 24px;
	top: 90px;
}
#shizuoka {
	width: 81px;
	height: 68px;
	left: 89px;
	top: 272px;
}
#aichi {
	width: 65px;
	height: 91px;
	top: 181px;
	left: 24px;
}

/* 近畿 */

#kinki {
	width: 186px;
	height: 211px;
	position: absolute;
	left: 438px;
	top: 373px;
}
#kinki div.area div {
	background-color: #4ab969;
	color: #ffffff;
}

#kyoto {
	width: 81px;
	height: 136px;
	left: 24px;
}
#shiga {
	width: 81px;
	height: 68px;
	top: 68px;
  left: 105px;
}
#osaka {
	width: 81px;
	height: 136px;
	top: 136px;
	left: 24px;
}
#nara {
	width: 41px;
	height: 136px;
	top: 136px;
	left: 105px;
}
#mie {
	width: 40px;
	height: 136px;
	top: 136px;
	left: 146px;
}
#wakayama {
		width: 124px;
    height: 68px;
    top: 272px;
    left: 43px;
}
#hyougo {
	width: 60px;
	height: 160px;
	left: -36px;
}

/* 中国 */

#tyugoku {
	width: 151px;
	height: 98px;
	position: absolute;
	left: 237px;
	top: 373px;
}
#tyugoku div.area div {
	background-color: #4ab969;
	color: #ffffff;
}
#tottori {
	width: 55px;
	height: 80px;
	left: 110px;
}
#okayama {
	width: 55px;
	height: 80px;
	top: 80px;
	left: 110px;
}
#shimane {
	width: 55px;
	height: 80px;
	left: 55px;
}
#hiroshima {
	width: 55px;
	height: 80px;
	top: 80px;
	left: 55px;
}
#yamaguchi {
	width: 55px;
	height: 160px;
	left: 0px;
}

/* 四国 */

#shikoku {
	width: 184px;
	height: 84px;
	position: absolute;
	left: 250px;
  top: 557px;
}
#shikoku div.area div {
	background-color: #4ab969;
	color: #ffffff;
}
#kagawa {
	width: 98px;
	height: 68px;
	right: 0px;
}
#ehime {
	width: 98px;
	height: 68px;
	left: -12px;
}
#tokushima {
	width: 98px;
	height: 68px;
	right: 0px;
	top: 68px;
}
#kouchi {
	width: 98px;
	height: 68px;
	left: -12px;
	top: 68px;
}

/* 九州・沖縄 */

#kyusyu {
	width: 152px;
	height: 247px;
	position: absolute;
	left: 0px;
	top: 464px;
}
#kyusyu div.area div {
	background-color: #4ab969;
	color: #ffffff;
}
#fukuoka {
	width: 70px;
	height: 60px;
	left: 140px;
	top: 0px;
}
#saga {
	width: 70px;
	height: 60px;
	left: 70px;
	top: 0px;
}
#nagasaki {
	width: 70px;
	height: 60px;
	left: 0px;
	top: 0px;
}
#oita {
	width: 70px;
	height: 60px;
	left: 140px;
	top: 60px;
}
#kumamoto {
	width: 72px;
	height: 120px;
	left: 68px;
	top: 60px;
}
#miyazaki {
	width: 70px;
	height: 60px;
	left: 140px;
	top: 120px;
}
#kagoshima {
	width: 86px;
	height: 66px;
	left: 123px;
	top: 180px;
}
#okinawa {
	width: 60px;
	height: 60px;
	left: 0px;
	top: 186px;
}





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

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

#hokkaido, #aomori, #akita, #iwate, #miyagi, #yamagata, #fukushima,
#gunma, #tochigi, #ibaraki, #saitama, #chiba, #tokyo, #kanagawa,
#nigata, #toyama, #ishikawa, #fukui, #nagano, #gifu, #yamanashi, #aichi, #shizuoka,
#kyoto, #shiga, #osaka, #nara, #mie, #wakayama, #hyougo,
#tottori, #okayama, #shimane, #hiroshima, #yamaguchi,
#kagawa, #ehime, #tokushima, #kouchi,
#fukuoka, #saga, #nagasaki, #oita, #kumamoto, #miyazaki, #kagoshima, #okinawa
 {
	left: 0;
	top: 0;
}

.japan-map-wrapper {
	width: 100%;
	background: #fff;
	padding: 0;
}

#hokkaido-touhoku {
	height: calc(265px + 4.5em);
}
#kantou {
	height: calc(174px + 4.5em);
}
#tyubu {
	height: calc(211px + 4.5em);
}
#kinki {
	height: calc(211px + 4.5em);
}
#tyugoku {
	height: calc(98px + 4.5em);
}
#shikoku {
	height: calc(84px + 4.5em);
}
#kyusyu {
	height: calc(247px + 4.5em);
}

/******* カード *******/
.detail-card {
    width: 100%;
}

.detail-card-item {
		width: 100%;
    margin: 0 0 20px;
}

.detail-card:last-child {
    padding: 20px 0 20px;
}

#japan-map div div.area div {
 	display: block;
	border-radius: 0px;
	position: static;
	height: auto;
	font-size: 13px;
	width: 100%;
	padding: 0.5em 0.3em 0.5em 0.3em;
	font-weight: normal;
}

}/* レスポンシブ 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;
}
#japan-map div div.area {
	font-size: 14px;
 	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#japan-map div div.area a,
#japan-map div div.area span {
	height: auto;
	width: 33.3%;
}
#japan-map .label {
    position: absolute;
    top: 4px;
    left: -6px;
    font-size: 10px;
    color: #fff;
}





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