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

/* CSSリセット */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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 { 
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; 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; 
}

:root {
	--theme-color: #1C9F76;
}

body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #000000;
	/*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: #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 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;
}
#japan-map div div.area div:hover {
	opacity: 0.5;
	transition: 0.2s;
}

#japan-map {
	display: block;
	/*width: 777px;*/
	width:851px;
	height: 482px;
	background-color: none;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top:50px;
	margin-bottom:50px;
}
#japan-map p.area-title {
	display: none;
}

/* 北海道・東北 */

#hokkaido-touhoku {
	width: 136px;
	display: block;
	height: 265px;
	position: absolute;
	left: 713px;
}
#hokkaido-touhoku div.area div {
	/*background-color: #7478c2;*/
	background-color: var(--theme-color);
	color: #ffffff;
}

#hokkaido {	
	width:140px;
	height:110px;
	left:0px;
}
#aomori {
	width:100px;
	height: 43px;
	left:0px;
	top:110px;
	
}
#akita {
	width:50px;
	height:60px;
	left:0px;
	top:153px;

}
#iwate {
	width:50px;
	height:60px;
	left:50px;
	top:153px;
}
#yamagata {
	width: 50px;
    height: 60px;
    top: 213px;
    left: 0px;
}
#miyagi {
	width: 50px;
    height: 60px;
    top: 213px;
    left: 50px;
}
#fukushima {
	width: 100px;
    height: 42px;
    top: 273px;
    left: 0px;
}

/* 関東 */

#kantou {
	width: 158px;
	display: block;
	height: 174px;
	position: absolute;
	top:315px;
	left:663px;
	z-index: 2;
}
#kantou div.area div {
	background-color: var(--theme-color);
	/*background-color: #31beca;*/
	color: #ffffff;
}
#ibaraki {
	width: 50px;
	height: 85px;
	top: 0px;
	left: 100px;
}
#tochigi {
	width: 50px;
	height: 42px;
	top: 0px;
	left: 50px;
}
#gunma {
	width: 50px;
	height: 42px;
	top: 0px;
	left: 0px;
}
#saitama {
	width: 100px;
	height: 43px;
	top: 42px;
	left: 0px;
}
#chiba {
	width: 50px;
	height: 84px;
	top: 85px;
	left: 100px;
}
#tokyo {
	width: 100px;
	height: 42px;
	top: 85px;
	left: 0px;
}
#kanagawa {
	width: 67px;
	height: 42px;
	top: 127px;
	left: 0px;
}

/* 中部 */

#tyubu {
	width: 270px;
	height: 211px;
	position: absolute;
	left:443px;
	top:273px;
}
#tyubu div.area div  {
	background-color: var(--theme-color);
	/*background-color: #4ab969;*/
	color: #ffffff;
}

#niigata {
	width: 100px;
    height: 42px;
    left: 170px;
}
#toyama {
	width: 100px;
    height: 42px;
    left: 70px;
}
#ishikawa {
	width: 50px;
    height: 64px;
    left: 20px;
    top: -22px;
}
#fukui {
	width: 75px;
	height: 45px;
	left: -5px;
	z-index: 2;
	top:42px;
}
#nagano {
	width:100px;
	height: 85px;
	left:120px;
	top: 42px;
}
#yamanashi {
	width:100px;
	height: 42px;
	left: 120px;
	top: 127px;
}
#gifu {
	width: 50px;
    height: 85px;
    left: 70px;
    top: 42px;
}
#shizuoka {
	width:100px;
	height: 42px;
	left: 120px;
	top: 169px;
}
#aichi {
	width: 50px;
	height: 64px;
	top: 127px;
	left: 70px;
}

/* 近畿 */

#kinki {
	position: absolute;
	left: 327px;
	top: 315px;
}
#kinki div.area div {
	background-color: var(--theme-color);
	/*background-color: #b0b72f;*/
	color: #ffffff;
}

#kyoto {
	width: 75px;
    height: 45px;
    left: 36px;
}
#shiga {
	width: 50px;
    height: 63px;
    top: 45px;
    left: 136px;
}
#osaka {
	width: 50px;
	height: 63px;
	top: 45px;
	left: 36px;
}
#nara {
	width: 50px;
    height: 63px;
    top: 45px;
    left: 86px;
}
#mie {
	width: 50px;
	height: 63px;
	top: 150px;
	left:20px;
}
#wakayama {
	width: 100px;
    height: 45px;
    top: 108px;
    left: 36px;
}
#hyogo {
	width: 50px;
	height: 98px;
	left: -14px;
}

/* 中国 */

#tyugoku {
	width: 151px;
	height: 98px;
	position: absolute;
	left: 162px;
	top: 315px;
}
#tyugoku div.area div {
	background-color: var(--theme-color);
	/*background-color: #ef9f27;*/
	color: #ffffff;
}
#tottori {
	width: 50px;
	height: 49px;
	left: 101px;
}
#okayama {
	width: 50px;
	height: 49px;
	top: 49px;
	left: 101px;
}
#shimane {
	width: 51px;
	height: 49px;
	left: 50px;
}
#hiroshima {
	width: 51px;
	height: 49px;
	top: 49px;
	left: 50px;
}
#yamaguchi {
	width: 50px;
	height: 98px;
	left: 0px;
}

/* 四国 */

#shikoku {
	width: 184px;
    height: 84px;
    position: absolute;
    left: 180px;
    top: 424px;
}
#shikoku div.area div {
	background-color: var(--theme-color);
	/*background-color: #d08f68;*/
	color: #ffffff;
}
#kagawa {
	width: 70px;
    height: 43px;
    right: 31px;
}
#ehime {
	width: 70px;
    height: 43px;
    left: 13px;
}
#tokushima {
    width: 70px;
    height: 43px;
    right: 31px;
    top: 43px;
}
#kochi {
	width: 70px;
    height: 43px;
    left: 13px;
    top: 43px;
}

/* 九州・沖縄 */

#kyusyu {
	width: 152px;
	height: 247px;
	position: absolute;
	left: 0px;
	top: 315px;
}
#kyusyu div.area div {
	background-color: var(--theme-color);
	/*background-color: #ff7575;*/
	color: #ffffff;
}
#fukuoka {
	width: 50px;
	height: 50px;
	left: 101px;
	top: 0px;
}
#saga {
	width: 50px;
	height: 50px;
	left: 51px;
	top: 0px;
}
#nagasaki {
	width: 50px;
	height: 50px;
	left: 1px;
	top: 0px;
}
#oita {
	width: 50px;
	height: 50px;
	left: 101px;
	top: 50px;
}
#kumamoto {
	width: 50px;
	height: 100px;
	left: 51px;
	top: 50px;
}
#miyazaki {
	width: 50px;
	height: 50px;
	left: 101px;
	top: 100px;
}
#kagoshima {
	width: 100px;
    height: 45px;
    left: 51px;
    top: 150px;
}
#okinawa {
	width: 50px;
    height: 64px;
    left: -13px;
    top: 150px;
}


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

****************************************/
/*@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: 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 + 4.5em);
}
#tyugoku {
	height: calc(98px + 4.5em);
}
#shikoku {
	height: calc(84px + 4.5em);
}
#kyusyu {
	height: calc(247px + 4.5em);
}

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



@media screen and (max-width: 776px) {
#japan-map {
	display: block;
	height: auto;
	margin: 30px auto;
	width: 100%;
}

#japan-map p.area-title {
	display: block;
	margin : 0 2%;
	color:#333;
	font-weight: bold;
	padding-bottom:5px;
	border-bottom:1px solid #333;
}

#hokkaido-touhoku, #kantou, #tyubu, #kinki, #tyugoku, #shikoku, #kyusyu {
	position:static;
	height:auto;
	width:100%;
	margin: 0 auto 3%;
}
	/*display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	position: static;
	margin: 0 auto;
*/

#japan-map div div.area {
	/*font-size: 14px;
 	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin:0 auto;
	*/
	font-size: 14px;
	display:grid;
	grid-template-columns: repeat(4, 1fr);
  	gap: 3%;
  	width:96%;
	padding:2%;
}
#japan-map div div.area a {
	height: auto;
	width: 100%;
	margin-bottom:5%;
}
#japan-map div div.area div {
 	display: block;
	border-radius: 6px;
	position: static;
	height: auto;
	font-size: 16px;
	width: 100%;
	padding: 0.5em 0.3em 0.5em 0.3em;
	border:1px solid #c9c9c9;
	background-color: #fff;
	color: var(--theme-color)
}

.hokuriku {
	margin-bottom:3%;
}


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