@charset "UTF-8";
/* CSS Document */
/*かつら増毛辞典用*/
.divTable{ display: table; width: 100%;}
.divTableRow { display: table-row; }
.divTableCell { display: table-cell; text-align: center;}

/* 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; 
}

body {
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", 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: 100%; /*777px;*/
	height: 500px; /*482px;*/
	background-color: none;
	margin-left: 5%; /*auto;*/
	margin-right: auto;
	position: relative;
}
@media screen and (min-width: 1200px){
	#japan-map {
		margin-left: 10%; /*auto;*/
	}
}

#japan-map p.area-title {
	display: none;
}

/* 北海道・東北 */

#hokkaido-touhoku {
	width: 136px; /*106px;*/ /*136px;*/
	display: block;
	height: 265px;
	position: absolute;
	left: 538px; /*638px;*/
}
#hokkaido-touhoku div.area div {
	background-color: #7478c2;
	color: #ffffff;
}

#hokkaido {	
	width: 90px; /*133px;*/
	height: 70px;
	left: 8px;
	top: 20px;
}
#aomori {
	width: 90px; /*93px;*/
	height: 43px;
	left: 8px; /*21px;*/
	top: 96px;
}
#akita {
	width: 45px; /*67px;*/
	height: 42px;
	left: 8px;
	top: 139px;

}
#iwate {
	width: 45px; /*67px;*/
	height: 42px;
	left: 53px;/*70px;*/
	top: 139px;
}
#yamagata {
	width: 45px; /*67px;*/
	height: 42px;
	top: 181px;
	left: 8px; /*3px;*/
}
#miyagi {
	width: 45px; /*67px;*/
	height: 42px;
	top: 181px;
	left: 53px;/*70px;*/
}
#fukushima {
	width: 45px; /*67px;*/
	height: 42px;
	top: 223px;
	left: 53px; /*70px;*/
	z-index: 1;
}

/* 関東 */

#kantou {
	width: 120px; /*158px;*/
	display: block;
	height: 174px;
	position: absolute;
	top: 265px;
	left: 524px; /*623px;*/
	z-index: 2;
}
#kantou div.area div {
	background-color: #31beca;
	color: #ffffff;
}
#ibaraki {
	width: 45px; /*52px;*/
	height: 85px;
	top: 0px;
	left: 68px; /*100px;*/
}
#tochigi {
	width: 34px; /*50px;*/
	height: 42px;
	top: 0px;
	left: 34px; /*50px;*/
}
#gunma {
	width: 34px; /*50px;*/
	height: 42px;
	top: 0px;
	left: 0px;
}
#saitama {
	width: 68px; /*100px;*/
	height: 43px;
	top: 42px;
	left: 0px;
}
#chiba {
	width: 45px; /*52px;*/
	height: 84px;
	top: 85px;
	left: 68px; /*100px;*/
}
#tokyo {
	width: 68px; /*100px;*/
	height: 42px;
	top: 85px;
	left: 0px;
}
#kanagawa {
	width: 50px; /*67px;*/
	height: 42px;
	top: 127px;
	left: 0px;
}

/* 中部 */

#tyubu {
	width: 270px;
	height: 211px;
	position: absolute;
	left: 365px; /*438px;*/
	top: 223px;
}
#tyubu div.area div {
	background-color: #4ab969;
	color: #ffffff;
}

#nigata {
	width: 68px; /*85px;*/
	height: 42px;
	left: 158px; /*185px;*/
}
#toyama {
	width: 45px; /*67px;*/
	height: 42px;
	left: 113px; /*118px;*/
	top: 0;
}
#ishikawa {
	width: 45px;
	height: 57px;
	left: 68px;
	top: 0;
}
#fukui {
	width: 68px;
	height: 42px;
	left: 0px;
	z-index: 2;
	top: 0;
}
#nagano {
	width: 45px; /*67px;*/
	height: 85px;
	left: 113px; /*118px;*/
	top: 42px;
}
#yamanashi {
	width: 45px; /*67px;*/
	height: 42px;
	left: 113px; /*118px;*/
	top: 127px;
}
#gifu {
	width: 45px; /*50px;*/
	height: 55px;
	left: 68px;
	top: 57px;
}
#shizuoka {
	width: 45px; /*67px;*/
	height: 42px;
	left: 113px; /*118px;*/
	top: 169px;
}
#aichi {
	width: 45px; /*50px;*/
	height: 57px;
	top: 112px;
	left: 68px;
}

/* 近畿 */

#kinki {
	width: 150px; /*186px;*/
	height: 211px;
	position: absolute;
	left: 275px; /*320px;*/
	top: 223px;
}
#kinki div.area div {
	background-color: #b0b72f;
	color: #ffffff;
}

#kyoto {
	width: 45px; /*67px;*/
	height: 84px;
	left: 45px; /*51px;*/
}
#shiga {
	width: 68px;
	height: 42px;
	top: 42px;
	left: 90px; /*118px;*/
}
#osaka {
	width: 45px; /*67px;*/
	height: 85px;
	top: 84px;
	left: 45px; /*51px;*/
}
#nara {
	width: 34px;
	height: 85px;
	top: 84px;
	left: 90px; /*118px;*/
}
#mie {
	width: 34px;
	height: 85px;
	top: 84px;
	left: 124px; /*152px;*/
}
#wakayama {
	width: 113px;
	height: 42px;
	top: 169px;
	left: 45px; /*61px;*/
}
#hyougo {
	width: 45px; /*51px;*/
	height: 98px;
	left: 0px;
	top: 0;
}

/* 中国 */

#tyugoku {
	width: 136px; /*151px;*/
	height: 98px;
	position: absolute;
	left: 140px; /*169px;*/
	top: 223px;
}
#tyugoku div.area div {
	background-color: #ef9f27;
	color: #ffffff;
}
#tottori {
	width: 45px; /*50px;*/
	height: 49px;
	left: 90px; /*101px;*/
}
#okayama {
	width: 45px; /*50px;*/
	height: 49px;
	top: 49px;
	left: 90px; /*101px;*/
}
#shimane {
	width: 45px; /*width: 51px;*/
	height: 49px;
	left: 45px; /*50px;*/
	top: 0;
}
#hiroshima {
	width: 45px; /*width: 51px;*/
	height: 49px;
	top: 49px;
	left: 45px; /*50px;*/
}
#yamaguchi {
	width: 45px; /*width: 50px;*/
	height: 49px;/*98px;*/
	top: 49px;
	left: 0px;
}

/* 四国 */

#shikoku {
	width: 90px; /*184px;*/
	height: 84px;
	position: absolute;
	left: 160px; /*169px;*/
	top: 350px;
}
#shikoku div.area div {
	background-color: #d08f68;
	color: #ffffff;
}
#kagawa {
	width: 45px; /*92px;*/
	height: 42px;
	right: 0px;
}
#ehime {
	width: 45px; /*92px;*/
	height: 42px;
	left: 0px;
	top: 0;
}
#tokushima {
	width: 45px; /*92px;*/
	height: 42px;
	right: 0px;
	top: 42px;
}
#kouchi {
	width: 45px; /*92px;*/
	height: 42px;
	left: 0px;
	top: 42px;
}

/* 九州・沖縄 */

#kyusyu {
	width: 152px;
	height: 247px;
	position: absolute;
	left: 0px;
	top: 235px;
}
#kyusyu div.area div {
	background-color: #ff7575;
	color: #ffffff;
}
#fukuoka {
	width: 45px; /*50px;*/
	height: 50px;
	left: 91px; /*101px;*/
	top: 0px;
}
#saga {
	width: 45px; /*50px;*/
	height: 50px;
	left: 46px; /*51px;*/
	top: 0px;
}
#nagasaki {
	width: 45px; /*50px;*/
	height: 50px;
	left: 1px;
	top: 0px;
}
#oita {
	width: 45px; /*50px;*/
	height: 50px;
	left: 91px; /*101px;*/
	top: 50px;
}
#kumamoto {
	width: 45px; /*50px;*/
	height: 100px;
	left: 46px; /*51px;*/
	top: 50px;
}
#miyazaki {
	width: 45px; /*50px;*/
	height: 50px;
	left: 91px; /*101px;*/
	top: 100px;
}
#kagoshima {
	width: 68px;
	height: 49px;
	left: 60px; /*83px;*/
	top: 150px;
}
#okinawa {
	width: 45px; /*50px;*/
	height: 50px;
	left: 1px;
	top: 197px;
}


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

****************************************/
@media screen and (max-width: 776px) {
#japan-map {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-around;
	height: 1000px;
	margin-left: auto;
}
#japan-map p.area-title {
	display: inline-block;
	width: 100%;
	font-size: 18px; /*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: 578px) {
  #japan-map {
	  height: 1200px;
  }
}

@media screen and (max-width: 500px) {
#japan-map {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: 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 {
	height: auto;
	width: 100%; /*25%;*/
}
#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;
}


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

/*カツラ増毛辞典*/
#page h2.jitten{
    padding: 0.5em;
    color: #494949;
    background: #f0f0f1;
    border-left: solid 15px #e99b30;
}