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

/* CSSリセット */
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: #435ea9;
}
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 red;
    top: 0px;
    left: 0;
}
#japan-map .triangle-yokoku {
	position: absolute;
border-bottom: 36px solid transparent;
border-left: 40px solid #1a4d93;
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 .label {
	position: absolute;
    top: 4px;
    left: -1px;
    font-size: 10px;
    color: #fff;
    transform: rotate(-43deg);
  }

#japan-map .label-end {
		position: absolute;
		top: 4px;
    left: 3px;
    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;
}
#hokkaido-touhoku div.area div {
	background-color: #7478c2;
	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: #31beca;
	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: #b0b72f;
	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: #ef9f27;
	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: #ef9f27;
	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: #ff7575;
	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;
}

/******* カード *******/
.detail-card {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding-inline-start: 0;
}

.detail-card-item {
		width: 48%;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 22%);
    list-style: none;
    margin-bottom: 40px;
    border-radius: 4px;
		padding: 20px;
    box-sizing: border-box;
		color: #333;
		position: relative;
		overflow: hidden;
}

.detail-card-title {
		text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.detail-card-note {
	margin-top: 16px;
	font-size: 12px;
	line-height: 2;
}

.detail-card-note th {
	width: 27%;
	font-weight: bold;
	text-align: left;
}

.detail-card-note td {
	line-height: 1.6;
	padding-bottom: 10px;
	word-break: break-all;
}
.detail-card-note td span {
	display: block;
	margin-bottom: 4px;
}

.detail-card-item .triangle {
		position: absolute;
    border-bottom: 60px solid transparent;
    border-left: 60px solid red;
    top: 0px;
    left: 0;
  }
.detail-card-item .triangle-yokoku {
	position: absolute;
border-bottom: 60px solid transparent;
border-left: 60px solid #1a4d93;
top: 0px;
left: 0;
}

.detail-card-item .label {
		position: absolute;
    top: 8px;
    left: 2px;
    font-size: 13px;
    color: #fff;
    transform: rotate(-45deg);
		font-weight: bold;
  }

.detail-card-item .triangle-end {
		position: absolute;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #888;
    top: 0px;
    left: 0;
  }

.detail-card-item .label-end {
		position: absolute;
    top: 8px;
    left: 6px;
    font-size: 13px;
    color: #fff;
    transform: rotate(-45deg);
		font-weight: bold;
  }

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

****************************************/
@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 .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: 50px 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;
    transform: rotate(-43deg);
}
.detail-card-note th {
    width: 29%;
}

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