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

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

#japan-map img {
	vertical-align: bottom;
} 
#japan-map a:hover img {
	opacity: 0.7;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
		filter: alpha(opacity = 60);
	transition: all 0.4s;
}
#japan-map a {
	text-decoration: none;
	color: #435ea9;
}
#japan-map a:hover {
	text-decoration: none;
	color: #0E2D96;
	transition: 0.3s all;
}
#japan-map .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;
	height: 482px;
	background-color: none;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#japan-map p.area-title {
	display: none;
}

/* 北海道 */

#hokkai {
	width: 133px;
	display: block;
	height: 77px;
	position: absolute;
	left: 639px;
}
#hokkai div.area div {
	background-color: #191970;
	color: #ffffff;
}

#hokkaido {
	width: 133px;
	height: 70px;
	left: 3px;
}

/* 東北 */
#touhoku {
	width: 136px;
	height: 265px;
	display: block;
	position: absolute;
	left: 639px;
	top: 96px;
}

#touhoku div.area div {
	background-color: #0000ff;
	color: #ffffff;
}

#aomori {
	width: 133px;
	height: 43px;
	left: 3px;
}
#akita {
	width: 67px;
	height: 42px;
	left: 3px;
	top: 43px;

}
#iwate {
	width: 67px;
	height: 42px;
	left: 70px;
	top: 43px;
}
#yamagata {
	width: 67px;
	height: 42px;
	top: 85px;
	left: 3px;
}
#miyagi {
	width: 67px;
	height: 42px;
	top: 85px;
	left: 70px;
}
#fukushima {
	width: 67px;
	height: 42px;
	top: 127px;
	left: 70px;
}

/* 関東 */

#kantou {
	position: absolute;
	display: block;
	width: 158px;
	height: 174px;
	top: 265px;
	left: 623px;
	z-index: 2;
}
#kantou div.area div {
	background-color: #800080;
	color: #ffffff;
}
#ibaraki {
	width: 52px;
	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: 52px;
	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: 438px;
	top: 223px;
}
#tyubu div.area div {
	background-color: #696969;
	color: #ffffff;
}

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

/* 近畿 */

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

#kyoto {
	width: 67px;
	height: 84px;
	left: 51px;
	background-color: #000000;
	color: #ffffff;
}
#shiga {
	width: 68px;
	height: 42px;
	top: 42px;
	left: 118px;
}
#osaka {
	width: 67px;
	height: 85px;
	top: 84px;
	left: 51px;
}
#nara {
	width: 34px;
	height: 85px;
	top: 84px;
	left: 118px;
}
#mie {
	width: 34px;
	height: 85px;
	top: 84px;
	left: 152px;
}
#wakayama {
	width: 136px;
	height: 42px;
	top: 169px;
	left: 51px;
}
#hyougo {
	width: 51px;
	height: 98px;
	left: 0px;
}

/* 中国 */

#tyugoku {
	width: 151px;
	height: 98px;
	position: absolute;
	left: 169px;
	top: 223px;
}
#tyugoku div.area div {
	background-color: #ff8c00;
	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: 169px;
	top: 350px;
}
#shikoku div.area div {
	background-color: #006400;
	color: #ffffff;
}
#kagawa {
	width: 92px;
	height: 42px;
	right: 0px;
}
#ehime {
	width: 92px;
	height: 42px;
	left: 0px;
}
#tokushima {
	width: 92px;
	height: 42px;
	right: 0px;
	top: 42px;
}
#kouchi {
	width: 92px;
	height: 42px;
	left: 0px;
	top: 42px;
}

/* 九州・沖縄 */

#kyusyu {
	width: 152px;
	height: 247px;
	position: absolute;
	left: 0px;
	top: 223px;
//	top: 235px;
}
#kyusyu div.area div {
	background-color: #dc143c;
	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: 60px;
	left: 51px;
	top: 150px;
}
#okinawa {
	width: 50px;
	height: 50px;
	left: 1px;
	top: 210px;
}


/****************************************
	レスポンシブ
****************************************/
@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: 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 {
	height: auto;
	width: 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 */

/* テキスト関係 */

h2.title-area{
	border-left: solid 20px #191970;
	border-bottom: solid 1px #3A3A3A;
	padding: 5px 0px 0px 10px;
	margin: 0px 0px 10px 10px;
	font-size: 12pt;
	font-weight: bold;
}

#main_area{
	margin: 20px 0 0 40px;
}

#layout_com {
	background-color: f5f5f5;
	width: 150px;
	height: 60px;
	float: left;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: dotted 1px #3A3A3A;
}

#layout_area {
	background-color: f5f5f5;
	width: 150px;
	height: 60px;
	float: left;	/* 回り込み */
	font-size: 10pt;
	text-align: bottom;
}
 
#layout_add {
	background-color: f5f5f5;
	width: 580px;
	height: 30px;
	font-size: 10pt;
	text-align: bottom;
}
 
#layout_tel {
	background-color: f5f5f5;
	width: 580px;
	height: 30px;
	font-size: 10pt;
	border-bottom: dotted 1px #3A3A3A;
}

/* 外枠20230116 */
.table-b {
	position: relative;
	margin: 2em 0;
	padding: 0.1em 0.1em;
	border: solid 3px #191970;
}
.table-b .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	background: #191970;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.table-b p {
	margin: 0; 
	padding: 0;
}

.table-c {
	position: relative;
	margin: 2em 0;
	padding: 0.1em 0.1em;
	border: solid 3px #0000ff;
}
.table-c .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	background: #0000ff;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.table-c p {
	margin: 0; 
	padding: 0;
}

.table-d {
	position: relative;
	margin: 2em 0;
	padding: 0.1em 0.1em;
	border: solid 3px #800080;
}
.table-d .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	background: #800080;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.table-d p {
	margin: 0; 
	padding: 0;
}

.table-e {
	position: relative;
	margin: 2em 0;
	padding: 0.1em 0.1em;
	border: solid 3px #696969;
}
.table-e .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	background: #696969;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.table-e p {
	margin: 0; 
	padding: 0;
}

.table-f {
	position: relative;
	margin: 2em 0;
	padding: 0.1em 0.1em;
	border: solid 3px #800000;
}
.table-f .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	background: #800000;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.table-f p {
	margin: 0; 
	padding: 0;
}

.table-g {
	position: relative;
	margin: 2em 0;
	padding: 0.1em 0.1em;
	border: solid 3px #ff8c00;
}
.table-g .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	background: #ff8c00;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.table-g p {
	margin: 0; 
	padding: 0;
}

.table-h {
	position: relative;
	margin: 2em 0;
	padding: 0.1em 0.1em;
	border: solid 3px #006400;
}
.table-h .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	background: #006400;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.table-h p {
	margin: 0; 
	padding: 0;
}

.table-i {
	position: relative;
	margin: 2em 0;
	padding: 0.1em 0.1em;
	border: solid 3px #dc143c;
}
.table-i .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	background: #dc143c;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.table-i p {
	margin: 0; 
	padding: 0;
}

/* 20230627 特設サイトボタン配色 */
button.but-b {
	display: block;
	margin-top:10px;
	margin-left:auto;
	width:100px;
	height:42px;
	background-color: #191970;
	padding: 3px 3px;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	border-style: none; /* ボーダーをなくす */
	box-shadow: 2px 2px 3px 1px #666666;
	-moz-box-shadow: 2px 2px 3px 1px #666666;
	-webkit-box-shadow: 2px 2px 3px 1px #666666;
	text-shadow: 1px 1px 2px #000000;
	transition: 0.5s;
}

button.but-c {
	display: block;
	margin-top:10px;
	margin-left:auto;
	width:100px;
	height:42px;
	background-color: #0000ff;
	padding: 3px 3px;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	border-style: none; /* ボーダーをなくす */
	box-shadow: 2px 2px 3px 1px #666666;
	-moz-box-shadow: 2px 2px 3px 1px #666666;
	-webkit-box-shadow: 2px 2px 3px 1px #666666;
	text-shadow: 1px 1px 2px #000000;
	transition: 0.5s;
}

button.but-d {
	display: block;
	margin-top:10px;
	margin-left:auto;
	width:100px;
	height:42px;
	background-color: #800080;
	padding: 3px 3px;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	border-style: none; /* ボーダーをなくす */
	box-shadow: 2px 2px 3px 1px #666666;
	-moz-box-shadow: 2px 2px 3px 1px #666666;
	-webkit-box-shadow: 2px 2px 3px 1px #666666;
	text-shadow: 1px 1px 2px #000000;
	transition: 0.5s;
}

button.but-e {
	display: block;
	margin-top:10px;
	margin-left:auto;
	width:100px;
	height:42px;
	background-color: #696969;
	padding: 3px 3px;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	border-style: none; /* ボーダーをなくす */
	box-shadow: 2px 2px 3px 1px #666666;
	-moz-box-shadow: 2px 2px 3px 1px #666666;
	-webkit-box-shadow: 2px 2px 3px 1px #666666;
	text-shadow: 1px 1px 2px #000000;
	transition: 0.5s;
}

button.but-f {
	display: block;
	margin-top:10px;
	margin-left:auto;
	width:100px;
	height:42px;
	background-color: #800000;
	padding: 3px 3px;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	border-style: none; /* ボーダーをなくす */
	box-shadow: 2px 2px 3px 1px #666666;
	-moz-box-shadow: 2px 2px 3px 1px #666666;
	-webkit-box-shadow: 2px 2px 3px 1px #666666;
	text-shadow: 1px 1px 2px #000000;
	transition: 0.5s;
}

button.but-g {
	display: block;
	margin-top:10px;
	margin-left:auto;
	width:100px;
	height:42px;
	background-color: #ff8c00;
	padding: 3px 3px;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	border-style: none; /* ボーダーをなくす */
	box-shadow: 2px 2px 3px 1px #666666;
	-moz-box-shadow: 2px 2px 3px 1px #666666;
	-webkit-box-shadow: 2px 2px 3px 1px #666666;
	text-shadow: 1px 1px 2px #000000;
	transition: 0.5s;
}

button.but-h {
	display: block;
	margin-top:10px;
	margin-left:auto;
	width:100px;
	height:42px;
	background-color: #006400;
	padding: 3px 3px;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	border-style: none; /* ボーダーをなくす */
	box-shadow: 2px 2px 3px 1px #666666;
	-moz-box-shadow: 2px 2px 3px 1px #666666;
	-webkit-box-shadow: 2px 2px 3px 1px #666666;
	text-shadow: 1px 1px 2px #000000;
	transition: 0.5s;
}

button.but-i {
	display: block;
	margin-top:10px;
	margin-left:auto;
	width:100px;
	height:42px;
	background-color: #dc143c;
	padding: 3px 3px;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	border-style: none; /* ボーダーをなくす */
	box-shadow: 2px 2px 3px 1px #666666;
	-moz-box-shadow: 2px 2px 3px 1px #666666;
	-webkit-box-shadow: 2px 2px 3px 1px #666666;
	text-shadow: 1px 1px 2px #000000;
	transition: 0.5s;
}
button.but-b:hover{
	background-color: #000000;
	color: #ffffff;
}
button.but-c:hover{
	background-color: #000000;
	color: #ffffff;
}
button.but-d:hover{
	background-color: #000000;
	color: #ffffff;
}
button.but-e:hover{
	background-color: #000000;
	color: #ffffff;
}
button.but-f:hover{
	background-color: #000000;
	color: #ffffff;
}
button.but-g:hover{
	background-color: #000000;
	color: #ffffff;
}
button.but-h:hover{
	background-color: #000000;
	color: #ffffff;
}
button.but-i:hover{
	background-color: #000000;
	color: #ffffff;
}
/* エリア毎のテーブル */
.table {
	position: relative;
	margin: 2em 0;
	padding: 0.1em 0.1em;
	border: solid 3px #191970;
}
.table .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	background: #191970;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.table p {
	margin: 0; 
	padding: 0;
}
.row {
	display:table-row;
}
.row>div {
	display:table-cell;
	margin: 5px;
	padding: 5px;
	background-color:#f5f5f5;
	border-bottom:1px solid #c0c0c0;
}
.row>div:first-child {
	width:240px;
}
.row>div:nth-child(2) {
	width:420px;
}
.row>div:last-child {
	width:100px;
}
.row-e {
	display:table-row;
}
.row-e>div {
	display:table-cell;
	margin: 5px;
	padding: 5px;
	background-color:#f5f5f5;
//	border-bottom:1px solid #c0c0c0;
}
.row-e>div:first-child {
	width:240px;
}
.row-e>div:nth-child(2) {
	width:420px;
}
.row-e>div:last-child {
	width:100px;
}
.heading{
	font-size:14px;
	font-weight:bold;
}
.address{
	font-size:14px;
	line-height:2em;
}
.contact{
	display:block;
	font-size:14px;
	line-height:2em;
}
.url{
	display:block;
	font-size:14px;
	line-height:2em;
}
button.but {
	display: block;
	margin-top:10px;
	margin-left:auto;
	width:100px;
	height:42px;
	background-color: #191970;
	padding: 3px 3px;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	border-style: none; /* ボーダーをなくす */
	box-shadow: 2px 2px 3px 1px #666666;
	-moz-box-shadow: 2px 2px 3px 1px #666666;
	-webkit-box-shadow: 2px 2px 3px 1px #666666;
	text-shadow: 1px 1px 2px #000000;
}
button.but:hover {
	background-color: #0033CC;
	color: #ffffff;
}
