	@charset "utf-8";

/* ==========================================================

title :　全国の地図検索
scope :

========================================================== */

.content a:link,
.content a:visited {
    color: #1734e8;
}

.content a:hover {
    color: #ea2020;
}

#siteroute a:link,
#siteroute a:visited {
    color: #0036b9;
}

#siteroute li span {
    font-size: 16px;
}
#siteroute li:not([class]):last-child > a span, #siteroute li .last_crumbs {
    font-size: 16px;
    line-height: 90%;
}

#siteroute a:hover {
    color: #ea2020;
}

.content{
	display: block;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	width: 1000px;
}

.mod_lead {
	font-size: 15px;
	line-height: 1.5em;
	margin: 30px auto;
	text-align: left;
	width: 675px;
}

/* ---------------------------------------
 ステップメニュー mod_step_menu　
---------------------------------------- */
.mod_step_menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 23px;
	width: 680px;
}

.mod_step_menu._two ul {
	width: 446px;
}

.mod_step_menu ul li {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	padding-right: 20px;
	position: relative;
	text-align: center;
	text-indent: 35px;
	width: 213px;
}

.content .mod_step_menu ul li a {
	background: url("/map_info/image/bg_step_menu.png") no-repeat 0 0;
	color: #fff;
	display: block;
	padding-right: 20px;
	width: 213px;
}

.mod_step_menu ul li a:hover {
	opacity: 0.7;
}

.mod_step_menu ul li span {
	font-size: 17px;
}

.mod_step_menu ul li a::before,
.mod_step_menu ul li::before {
	content: "";
	height: 27px;
	left: 8px;
	position: absolute;
	top: 9px;
	width: 27px;
}

.mod_step_menu ul li:first-of-type a::before {
	background: url("/map_info/image/icon_step_menu_01.png") no-repeat 0 0;
}

.mod_step_menu ul li:nth-of-type(2) a::before {
	background: url("/map_info/image/icon_step_menu_02.png") no-repeat 0 0;
}

.mod_step_menu ul li:nth-of-type(3) a::before {
	background: url("/map_info/image/icon_step_menu_03.png") no-repeat 0 0;
}

/* アクティブ */
.mod_step_menu ul .is_active {
	background: url("/map_info/image/bg_step_menu_act.png") no-repeat 0 0;
}

.mod_step_menu ul .is_active:first-of-type::before {
	background: url("/map_info/image/icon_step_menu_01_act.png") no-repeat 0 0;
}

.mod_step_menu ul .is_active:nth-of-type(2)::before {
	background: url("/map_info/image/icon_step_menu_02_act.png") no-repeat 0 0;
}

.mod_step_menu ul .is_active:nth-of-type(3)::before {
	background: url("/map_info/image/icon_step_menu_03_act.png") no-repeat 0 0;
}

/* グレー */
.mod_step_menu ul .is_gr {
	color: #ccc8c3;
}
.mod_step_menu ul .is_gr {
	background: url("/map_info/image/bg_step_menu_gr.png") no-repeat 0 0;
}

.mod_step_menu ul .is_gr:first-of-type::before {
	background: url("/map_info/image/icon_step_menu_01_gr.png") no-repeat 0 0;
}

.mod_step_menu ul .is_gr:nth-of-type(2)::before {
	background: url("/map_info/image/icon_step_menu_02_gr.png") no-repeat 0 0;
}

.mod_step_menu ul .is_gr:nth-of-type(3)::before {
	background: url("/map_info/image/icon_step_menu_03_gr.png") no-repeat 0 0;
}

/* ---------------------------------------
 地図 mod_map　
---------------------------------------- */
.mod_map {
	border: 2px solid #add0d7;
	box-sizing: border-box;
	height: 630px;
	margin: 28px auto 18px;
	padding: 2px;
	position: relative;
	width: 920px;
}

.mod_map h2 {
	display: inline-block;
	margin-left: 15px;
	margin-top: 15px;
}

.mod_map > p {
	font-size: 15px;
	line-height: 1.4;
	margin-left: 33px;
	margin-top: 10px;
}

.mod_map .btn_map_search {
	position: absolute;
	right: 22px;
	top: 24px;
}

.mod_map .btn_map_search a:hover {
	opacity: 0.7;
}

.mod_map .mod_map_inner {
	background: url("/map_info/image/map/bg_map.png") no-repeat 164px 12px;
	height: 507px;
	position: relative;
}

.mod_map .mod_map_inner .area {
	position: absolute;
}

.mod_map .mod_map_inner .area dt {
	box-sizing: border-box;
	height: 25px;
}

.mod_map .mod_map_inner .area dt span {
	display: inline-block;
	height: 25px;
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 3px;
	position: relative;
}

.mod_map .mod_map_inner .area dt span::after {
  border-right: 10px solid transparent;
  border-top: 0 solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
}

.mod_map .mod_map_inner .area ul{
	display: flex;
	flex-wrap: wrap;
}

.mod_map .mod_map_inner .area li a {
	box-sizing: border-box;
	-moz-box-shadow: 0px 0px 3px 1px rgba(185,182,142, 0.7);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(185,182,142, 0.7);	
	box-shadow: 0px 0px 3px 1px rgba(185,182,142, 0.7);
	display: block;
	height: 34px;
	margin: 4px 7px 4px 0;
	padding-left: 10px;
	padding-top: 6px;
	position: relative;
	text-align: center;
	width: 75px;
}

.mod_map .mod_map_inner .area li a::before,
.mod_map .mod_map_inner .area li a::after {
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	vertical-align: middle;
}

.mod_map .mod_map_inner .area li a::before {
	height: 7px;
	left: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 7px;
}

/* 各エリア */
.area._01,
.area._03,
.area._06 {
	width: 75px;
}

.area._01 dt,
.area._03 dt,
.area._06 dt {
	padding-top: 3px;
	text-align: center;
}

.area._05,
.area._07,
.area._08,
.area._09,
.area._10 {
	width: 157px;
}

.area._02 {
	width: 239px;
}

.area._04 {
	width: 321px;
}

.area._05 li:nth-of-type(2n) a,
.area._07 li:nth-of-type(2n) a,
.area._08 li:nth-of-type(2n) a,
.area._09 li:nth-of-type(2n) a,
.area._10 li:nth-of-type(2n) a,
.area._02 li:nth-of-type(3n) a,
.area._04 li:nth-of-type(4n) a {
	margin-right: 0;
}

/* 北海道 */
.area._01 {
	right: 121px;
	top: 22px;
}

.area._01	dt {
	background: #2485db;
}

.area._01 li a {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #e8ebf4 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#e8ebf4 100%);
	background: linear-gradient(to bottom, #fff 0%,#e8ebf4 100%);
	border: 1px solid #005abf;
}

.area._01 li a:hover {
	background: #c7e5ff;
}

.area._01 li a::before {
	border-right: 2px solid #1a7fd8;
	border-top: 2px solid #1a7fd8;
}

/* 東北 */
.area._02 {
	right: 34px;
	top: 208px;
}

.area._02	dt {
	border-bottom: 2px solid #0fb0d8;
}

.area._02	dt span {
	background: #0fb0d8;
}

.area._02	dt span::after {
	border-bottom: 25px solid #0fb0d8;
}

.area._02 li a {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #e8f1f4 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#e8f1f4 100%);
	background: linear-gradient(to bottom, #fff 0%,#e8f1f4 100%);
	border: 1px solid #0094bf;
}

.area._02 li a:hover {
	background: #b5e8f5;
}

.area._02 li a::before {
	border-right: 2px solid #0fb0d8;
	border-top: 2px solid #0fb0d8;
}

/* 甲信越 */
.area._03 {
	left: 460px;
	top: 22px;
}

.area._03	dt {
	background: #1fa200;
}

.area._03 li a {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #ecf4e7 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#ecf4e7 100%);
	background: linear-gradient(to bottom, #fff 0%,#ecf4e7 100%);
	border: 1px solid #1d8604;
}

.area._03 li a:hover {
	background: #ceeec6;
}

.area._03 li a::before {
	border-right: 2px solid #1fa200;
	border-top: 2px solid #1fa200;
}

/* 関東 */
.area._04 {
	left: 557px;
	top: 327px;
}

.area._04	dt {
	border-bottom: 2px solid #3e9f91;
}

.area._04	dt span {
	background: #3e9f91;
}

.area._04	dt span::after {
	border-bottom: 25px solid #3e9f91;
}

.area._04 li a {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #e8f5ef 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#e8f5ef 100%);
	background: linear-gradient(to bottom, #fff 0%,#e8f5ef 100%);
	border: 1px solid #178575;
}

.area._04 li a:hover {
	background: #b5e8f5;
}

.area._04 li a::before {
	border-right: 2px solid #3fa092;
	border-top: 2px solid #3fa092;
}

/* 東海 */
.area._05 {
	left: 380px;
	top: 369px;
}

.area._05	dt {
	border-bottom: 2px solid #8eab06;
}

.area._05	dt span {
	background: #8eab06;
}

.area._05	dt span::after {
	border-bottom: 25px solid #8eab06;
}

.area._05 li a {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #eff5e8 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#eff5e8 100%);
	background: linear-gradient(to bottom, #fff 0%,#eff5e8 100%);
	border: 1px solid #518604;
}

.area._05 li a:hover {
	background: #ddeb9e;
}

.area._05 li a::before {
	border-right: 2px solid #92af0e;
	border-top: 2px solid #92af0e;
}

/* 北陸 */
.area._06 {
	left: 375px;
	top: 22px;
}

.area._06	dt {
	background: #ae9d0c;
}

.area._06 li a {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #f4f5e8 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#f4f5e8 100%);
	background: linear-gradient(to bottom, #fff 0%,#f4f5e8 100%);
	border: 1px solid #908100;
}

.area._06 li a:hover {
	background: #f7ed9c;
}

.area._06 li a::before {
	border-right: 2px solid #ae9d0c;
	border-top: 2px solid #ae9d0c;
}

/* 関西 */
.area._07 {
	left: 203px;
	top: 63px;
}

.area._07	dt {
	border-bottom: 2px solid #de9d00;
}

.area._07	dt span {
	background: #de9d00;
}

.area._07	dt span::after {
	border-bottom: 25px solid #de9d00;
}

.area._07 li a {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #f5f0e8 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#f5f0e8 100%);
	background: linear-gradient(to bottom, #fff 0%,#f5f0e8 100%);
	border: 1px solid #c37c00;
}

.area._07 li a:hover {
	background: #fae0a0;
}

.area._07 li a::before {
	border-right: 2px solid #d98f00;
	border-top: 2px solid #d98f00;
}

/* 中国 */
.area._08 {
	left: 31px;
	top: 105px;
}

.area._08	dt {
	border-bottom: 2px solid #dc6800;
}

.area._08	dt span {
	background: #dc6800;
}

.area._08	dt span::after {
	border-bottom: 25px solid #dc6800;
}

.area._08 li a {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #f6f0ec 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#f6f0ec 100%);
	background: linear-gradient(to bottom, #fff 0%,#f6f0ec 100%);
	border: 1px solid #cb4c1f;
}

.area._08 li a:hover {
	background: #f9d6c1;
}

.area._08 li a::before {
	border-right: 2px solid #e05f00;
	border-top: 2px solid #e05f00;
}

/* 四国 */
.area._09 {
	left: 208px;
	top: 369px;
}

.area._09	dt {
	border-bottom: 2px solid #ee5858;
}

.area._09	dt span {
	background: #ee5858;
}

.area._09	dt span::after {
	border-bottom: 25px solid #ee5858;
}

.area._09 li a {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, f7ecf3 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#f7ecf3 100%);
	background: linear-gradient(to bottom, #fff 0%,#f7ecf3 100%);
	border: 1px solid #d54242;
}

.area._09 li a:hover {
	background: #fcd1d1;
}

.area._09 li a::before {
	border-right: 2px solid #e54040;
	border-top: 2px solid #e54040;
}

/* 九州・沖縄 */
.area._10 {
	left: 31px;
	top: 285px;
}

.area._10	dt {
	border-bottom: 2px solid #ea5ba5;
}

.area._10	dt span {
	background: #ea5ba5;
}

.area._10	dt span::after {
	border-bottom: 25px solid #ea5ba5;
}

.area._10 li a {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #f7ecf3 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#f7ecf3 100%);
	background: linear-gradient(to bottom, #fff 0%,#f7ecf3 100%);
	border: 1px solid #d54991;
}

.area._10 li a:hover {
	background: #fccfe6;
}

.area._10 li a::before {
	border-right: 2px solid #e951a0;
	border-top: 2px solid #e951a0;
}

/*--- 地域から地図検索 ---*/
._area .mod_map {
	background: url("/map_info/image/map/bg_map_area.png") no-repeat 2px 2px;
	padding-top: 20px;
	height: 543px;
}

/*--- 鉄道沿線から地図検索 ---*/
._rail .mod_map {
	background: url("/map_info/image/map/bg_map_rail.png") no-repeat 2px 2px;
	padding-top: 20px;
	height: 543px;
}

/* ---------------------------------------
 お役立ち関連コンテンツ mod_useful_relation　
---------------------------------------- */
.mod_useful_relation {
	margin: 0 auto;
	width: 941px;
}

.mod_useful_relation dt {
	text-align: center;
}

.mod_useful_relation dd > p {
	font-size: 15px;
	margin: 25px auto 10px;
	text-align: center;
}

.mod_useful_relation .lst {
  align-content: center;
  -webkit-align-content: center;
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}

.mod_useful_relation .lnk {
  background: #fff;
  border: 1px solid #e0d7c7;
  box-shadow: 0 0 4px 2px rgba(225,220,211,0.35);
  box-sizing: border-box;
	display: block;
  height: 265px;
  margin: 15px 15px 0 0;
  width: 224px;
}

.mod_useful_relation .lnk:nth-of-type(4n) {
	margin-right: 0;
}

.mod_useful_relation .lnk a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.mod_useful_relation .spr {
  display: block;
  height: 126px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.mod_useful_relation .lnk .spr > img {
  left: 0;
  position: absolute;
  top: 0;
}

.mod_useful_relation .lnk a:hover .spr img {
  opacity: 0.8;
}

.mod_useful_relation .l_ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 8px 0 10px;
  text-align: left;
}

.mod_useful_relation .cap {
  color: #000;
  font-size: 13px;
  line-height: 20px;
  margin: 6px 8px 0 10px;
  text-align: left;
}

.mod_useful_relation .lnk.empty{
  box-shadow: none;
  border: none;
  opacity: .7;
}

/* ---------------------------------------
 選択リスト mod_select_list　
---------------------------------------- */
.mod_lead._box{
	margin-bottom: 37px;
	margin-top: 35px;
	width: auto;
	display: flex;
    justify-content: space-around;
    align-items: center;
}

.mod_lead._box p {
	max-width: 625px;
}

.mod_lead._box span a:hover {
	opacity: 0.7;
}
	
.mod_select_list {
	border-radius: 5px;
	margin: 30px auto 0;
	width: 940px;
}

.mod_select_list h2 {
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 48px;
	padding-left: 16px;
}

.mod_select_list p {
	font-size: 15px;
	line-height: 1.5;
	margin: 20px auto;
	width: 680px;
}

.mod_select_list .btn_map_info {
	display: inline-block ;
	margin-bottom: 20px;
	margin-left: 20px;
}

.mod_select_list .btn_map_info a {
  background: #fff;
  border: 1px solid #4770c1;
	border-radius: 2px;
	-moz-box-shadow:0px 2px 4px 0px rgba(0,0,0,0.35);
	-webkit-box-shadow:0px 2px 4px 0px rgba(0,0,0,0.35);
	box-shadow:0px 2px 4px 0px rgba(0,0,0,0.35);
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	color: #456ebf;
	font-size: 16px;
	font-weight: bold;
	height: 38px;
	letter-spacing: 0.1em;
	line-height: 38px;
	padding: 0 25px 0 45px;
	position: relative;
}

.mod_select_list > .btn_map_info {
	margin-bottom: 7px;
	margin-left: 28px;
}	

.mod_select_list .btn_map_info a:hover {
	opacity: 0.7;
}

.mod_select_list .btn_map_info a::before {
	background: url("/map_info/image/icon_compass.png") no-repeat 0 0 / 21px 21px;
	content: "";
	height:21px;
	left: 13px;
	position: absolute;
	top: 8px;
	width: 21px;
}

.mod_select_list dl {
	margin: 20px auto 0;
	overflow: hidden;
	width: 840px;
}

.mod_select_list > dl > dt {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.mod_select_list > dl > dt > span {
	display: inline-block;
	height: 36px;
	letter-spacing: 0.1em;
	line-height: 36px;
	padding-left: 57px;
	padding-right: 30px;
	position: relative;
	margin-bottom: 2px;
}

.mod_select_list > dl > dd {
	display: inline-block;
	margin: 20px 0 20px 10px;
}

.mod_select_list._designated > dl > dd {
	margin-top: 0;
}

.mod_select_list dd ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: 20px;
	width: 800px;
}

.mod_select_list dl dd ul li {
	font-size: 17px;
	margin: 9px 0;
	width: 160px;
}

.mod_select_list dl dd ul li a {
	display: inline-block;
	font-weight: 600;
	padding-left: 25px;
	padding-right: 10px;
	position: relative;
}

.mod_select_list dl dd ul li a ruby {
	letter-spacing: 1px;
}

.mod_select_list dl dd ul li a ruby rt {
	font-size: 60%;
}

.mod_select_list dl dd ul li a::before {
	background: url("/map_info/image/icon_loupe.png") no-repeat 0 0;
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	width: 14px;
}

.mod_select_list iframe {
	width: 100%;
	height: 642px;
}

/* 3列用レイアウト */
.mod_select_list .lay02 dd ul li {
	width: 266px;
}

/*--- 市区町村を選ぶ _city ---*/
.mod_select_list._city {
	border: 2px solid #52ab89;
}

.mod_select_list._city._map {
  border: none;
	margin-bottom: 18px;
}

.mod_select_list._city._aviationmap {
  border: none;
}

.mod_select_list._city._map._map_01 .map_wrap {
	width: 940px;
}

.mod_select_list._city._map._map_02 {
	margin-top: 48px;
}

.mod_select_list._japan{
	width: 920px;
	margin-top: 30px;
	margin-bottom: 18px;
}
.mod_select_list._japan h2 {
	border-bottom: solid 2px #52ab89;
    padding-left: 0;
	padding-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.mod_select_list._japan h2 span{
	display: inline-block;
	background: #52ab89;
    padding-left: 10px;
	position: relative;
}
.mod_select_list._japan h2 span::after{
	content: '';
	position: absolute;
	right: -52px;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 52px 0 0 52px;
	border-color: transparent transparent transparent #52ab89;
}

.mod_select_list._city h2 {
	background: #52ab89;
}

.mod_select_list._city dl dt {
	border-bottom: 2px solid #63aa4d;
}

.mod_select_list._city dl dt span {
	background: -moz-linear-gradient(top, #6fb25a 0%, #6fb25a 50%, #63aa4d 50%, #63aa4d 100%);
	background: -webkit-linear-gradient(top, #6fb25a 0%,#6fb25a 50%,#63aa4d 50%,#63aa4d 100%);
	background: linear-gradient(to bottom, #6fb25a 0%,#6fb25a 50%,#63aa4d 50%,#63aa4d 100%);
}

.mod_select_list._city dl dt span::before {
	background: url("/map_info/image/icon_pointer.png") no-repeat 0 0;
	content: "";
	height: 20px;
	left: 29px;
	position: absolute;
	top: 8px;
	width: 13px;
}

.mod_select_list._city dl dt span::after {
	background: url("/map_info/image/bg_ttl_triangle_grn.png") no-repeat 0 0;
	content: "";
	height: 36px;
	position: absolute;
	right: -30px;
	top: 0;
	width: 30px;
}

/*--- 詳細地域を選ぶ _city _dtl ----*/
.mod_select_list._dtl dl {
	border-bottom: 1px dashed #52ab89;
}

.mod_select_list._dtl dl:last-child {
	border-bottom: none;
}

.mod_select_list._dtl dl dt {
	border-bottom: none;
	float: left;
}

.mod_select_list._dtl dl dt span {
	height: 35px;
	letter-spacing: 0.3em;
	line-height: 35px;
	margin-right: 10px;
	padding-left: 40px;
	padding-right: 13px;
}

.mod_select_list._dtl dl dt span::before {
	left: 12px;
}

.mod_select_list._dtl dl dt span::after {
	background: url("/map_info/image/bg_ttl_triangle_grn_02.png") no-repeat 0 0;
	content: "";
	height: 35px;
	position: absolute;
	right: -10px;
	top: 0;
	width: 10px;
}

.mod_select_list._dtl dl dd {
	margin: 0;
}

.mod_select_list._dtl dl dd ul {
	margin: 0;
	width: 725px;
}

.mod_select_list._dtl dl dd ul li {
	margin: 0 0 18px 17px; 
}

/* 1列用レイアウト */
.mod_select_list._city._dtl .lay_onerow {
	display: table;
	margin-top: 0;
}

.mod_select_list._city._dtl .lay_onerow dt,
.mod_select_list._city._dtl .lay_onerow dd {
	display: table-cell ;
	margin: 20px 0;
	vertical-align: middle;
}

.mod_select_list._city._dtl .lay_onerow dd li {
	margin-bottom: 0;
}

/*--- 路線を選ぶ _route ---*/
.mod_select_list._route {
	border: 2px solid #2ca9c0;
	margin-bottom: 18px;
}

.mod_select_list._route h2 {
	background: #2ca9c0;
}

.mod_select_list._route > dl > dt {
	border-bottom: 2px solid #0778bf;
}

.mod_select_list._route > dl > dt > span {
	background: #0a80c3;
	background: -moz-linear-gradient(top, #0a80c3 0%, #0a80c3 50%, #0a80c3 50%, #0778bf 50%, #0778bf 100%);
	background: -webkit-linear-gradient(top, #0a80c3 0%,#0a80c3 50%,#0a80c3 50%,#0778bf 50%,#0778bf 100%);
	background: linear-gradient(to bottom, #0a80c3 0%,#0a80c3 50%,#0a80c3 50%,#0778bf 50%,#0778bf 100%);
	padding-right: 20px;
}

.mod_select_list._route > dl > dt > span::before {
	background: url("/map_info/image/icon_conductor.png") no-repeat 0 0;
	content: "";
	height: 24px;
	left: 26px;
	position: absolute;
	top: 6px;
	width: 18px;
}

.mod_select_list._route > dl > dt > span::after {
	background: url("/map_info/image/bg_ttl_triangle_blu.png") no-repeat 0 0;
	content: "";
	height: 36px;
	position: absolute;
	right: -30px;
	top: 0;
	width: 30px;
}

.mod_select_list._route dl dt .count {
	font-size: 14px;
}

.mod_select_list._route dl dd dl {
	margin-top: 20px;
	width: 820px;
}

.mod_select_list._route dl dd dl:first-child {
	margin-top: 5px;
}

.mod_select_list._route dl dd dt {
	border-bottom: 2px solid #25aad6;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 2px;
	padding-left: 48px;
	position: relative;
}

.mod_select_list._route dl dd dt::before {
	background: url("/map_info/image/icon_train.png") no-repeat 0 0;
	content: "";
	height: 20px;
	left: 16px;
	position: absolute;
	top: 0;
	width: 19px;
}

.mod_select_list._route dl dd dd {
	margin-bottom: 10px;
	margin-top: 10px;
}

/*--- 地図情報 _map ---*/
.mod_select_list._map .map_box {
	margin-top: 20px;
	padding: 0;
}

.mod_select_list._route._map .map_box,
.mod_select_list._route._map._aviationmap .map_box {
	margin-top: 0;
}

.mod_select_list._map .map_box iframe{
	border: 0;
	width: 100%;
	vertical-align: bottom;
}

.mod_select_list._map .map_box .gm-iv-address {
	height: 56px;
}

.mod_select_list._map .map_box .gm-iv-address-description {
	padding-right: 45px;	
}

.mod_select_list._map .map_box .gm-iv-address-link {
	top: 42px;
}

.mod_select_list._map .map_box .gm-iv-address-link::before {
	border-top: 1px solid rgba(204,204,204,0.3);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: -4px;
	width: 106px;
}

.mod_select_list._map .map_box .gm-iv-address-link a {
	color: #5c8dcc;
}

/*--- 航空地図情報 _aviationmap ---*/

.mod_select_list._aviationmap {
	margin-top: 48px;
	margin-bottom: 18px;
}

.mod_select_list._map._aviationmap .map_box {
	padding: 0;
}

/* ---------------------------------------
 フッター文 mo_box　
---------------------------------------- */
.mo_box {
    border: 3px solid #e2d7c5;
    box-sizing: border-box;
		font-size: 13px;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding: 15px 20px;
    text-align: left;
    width: 850px;
}	


/* ---------------------------------------
 マップclick制御
---------------------------------------- */
#map iframe{
	pointer-events: auto;
}
#map.clicked iframe{
	pointer-events: none;
}
/* ---------------------------------------
 バナー追加
---------------------------------------- */
img {
    image-rendering: -webkit-optimize-contrast;
}

.mod_bnr_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-top: 1px solid #3e3424;
	padding-bottom: 3rem;
	padding-top: 3rem;
}
.mod_bnr_box.pb-0 {
	padding-bottom: 0;
}
.mod_bnr_box a {
	display: block;
	margin: 0 auto;
	max-width: 450px;
	width: 100%;
}
.mod_bnr_box a img {
  width: 100%;
}
.mod_bnr_box a img:hover,
.mod_bnr_box_02 a img:hover {
  opacity: 0.8;
}
.mod_bnr_box .cap {
	font-size: 15px;
	max-width: 450px;
	margin: .6rem auto 0;
	text-align: center;
	letter-spacing: .02em;
}

.mod_bnr_box p.cap + a.cap {
	margin-top: 25px;
}

.mod_bnr_box_02 {
	padding-top: 2rem;
	text-align: center;
}

section.mod_map + .mod_bnr_box,
.mod_select_list + .mod_bnr_box,
.facility_box + .mod_bnr_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.mod_bnr_single{
    width: calc( 50% - 5%);
	margin: 0 7px .5em;
}
.mod_bnr_single .cap02{
	margin-top: 0;
}

/* ---------------------------------------
 生活施設に遷移するボタンの追加
---------------------------------------- */
.facility_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 34px auto;
}
.facility_box > p {
  width: 264px;
  margin: 0 5px 15px;
}
.facility_box .btn a {
  border-radius: 5px;
  background-color: #e06496;
  box-shadow: 0 -4px #ad2a56 inset;
  display: table;
  padding: 8px 13px 12px 42px;
  position: relative;
  color: #fff;
  font-size: 17.5px;
  font-weight: 600;
  letter-spacing: .025em;
  width: 100%;
  height: 100%;
  min-height: 58px;
  text-align: center;
  box-sizing: border-box;
}
.facility_box .btn a:before{
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.facility_box .btn a:after{
 content: '';
 width: 24px;
 height: 23px;
 position: absolute;
 display: inline-block;
 left: 12px;
 top: 50%;
 transform: translateY(-50%);
 margin-top: -2px;
}
.facility_box .btn.btn_hmr a {
  box-shadow: 0 -4px #0d4b74 inset;
  background-color: #1f7cb9;
}
.facility_box .btn.btn_tourism_map a {
  background-color: #2bac65;
  box-shadow: 0 -4px #256f3e inset;
  border-color: #256f3e;
}
.facility_box .btn.btn_hm_population a {
  background-color: #36aab2;
  box-shadow: 0 -4px #19686e inset;
}
.facility_box .btn.btn_web_tour a {
  background-color: #3658c6;
  box-shadow: 0 -4px #1e3172 inset;
}
.facility_box .btn.btn_hm_town a {
  background-color: #fa8d3d;
  box-shadow: 0 -4px #a76433 inset;
}
.facility_box .btn.btn_compa a {
	background-color: #c69d20;
	box-shadow: 0 -4px #775c0b inset;
}
.facility_box .btn.btn_hm_map a {
	background-color: #e14473;
	box-shadow: 0 -4px #941e41 inset;
}
.facility_box .btn.btn_hm_blog a {
	background-color: #8e61ca;
	box-shadow: 0 -4px #5a3192 inset;
}
.facility_box .btn a:hover {
  opacity: .8;
}
.facility_box .btn a > span{
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  position: relative;
  padding-right: 2px;
}
.facility_box .btn a > span::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  margin: auto;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.facility_box a span span{
	display: inline-block;
}
.facility_box .btn_tourism_map a:after{
  background: url("/map_info/image/ico_map.png") no-repeat center center /contain;
}
.facility_box .btn_hmr a:after{
  background: url("/map_info/image/ico_research.png") no-repeat center center /contain;
  margin-top: -1px;
}
.facility_box .btn_hm a:after{
  background: url("/map_info/image/ico_hm.png") no-repeat center center /contain;
}
.facility_box .btn_hm_population a:after {
  margin: 0;
  width: 20px;
  height: 20px;
  left: 14px;
  background: url("/map_info/image/ico-population.png") no-repeat center center /contain;
}
.facility_box .btn_web_tour a::after {
  top: 53%;
  left: 13px;
  width: 21px;
  height: 18px;
  background: url("/map_info/image/ico-web-tour.png") no-repeat center center /contain;
}
.facility_box .btn_hm_town a::after {
  top: 52%;
  left: 13px;
  width: 20px;
  height: 21px;
  background: url("/map_info/image/ico-town.png") no-repeat center center /contain;
}
.facility_box .btn_compa a::after {
	top: 56%;
    left: 15px;
    width: 19px;
    height: 20px;
	background: url("/map_info/image/ico-research-data.png") no-repeat center center /contain;
}
.facility_box .btn_hm_map a::after {
    top: 53.5%;
    left: 13px;
    width: 22px;
    height: 22px;
	background: url("/map_info/image/ico-map_search.png") no-repeat center center /contain;
}
.facility_box .btn_hm_blog a::after {
	top: 54%;
    left: 14px;
    width: 22px;
    height: 21px;
	background: url("/map_info/image/ico-blog-homemate.png") no-repeat center center /contain;
}

.facility_box .btn a:hover {
  opacity: .8;
}

/* 無効ボタン */
.facility_box .btn.btn_disabled a {
	pointer-events: none;
	box-shadow: 0px -4px 0px 0px #999 inset;
	background: #ddd;
    color: #979797;
}
.facility_box .btn.btn_disabled a::after {
	filter: grayscale(100%);
	opacity: 0.6;
}
.facility_box .btn.btn_disabled a > span::before{
    border-color: transparent transparent transparent #999;
}

/* ---------------------------------------
 地域から地図・鉄道路線図に遷移するボタンの追加
---------------------------------------- */
.search_box{
	display: flex;
  justify-content: center;
  margin: 0 auto 38px;
}
.search_box .search_box_btn{
	width: 300px;
	height: 45px;
	margin: 0 10px;
}
.search_box .search_box_btn a {
	box-shadow: 0px 3px 3px 0px rgba(113, 131, 133, 0.2);
	box-sizing: border-box;
	border-radius: 4px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	padding-left: 42px;
	letter-spacing: .04em;
}
.search_box .search_box_btn a:before {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
}
.search_box .search_box_btn a:after {
	content: '';
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
}
.search_box .btn_area a {
	background-color: #52ab89;
}
.search_box .btn_rail a {
	background-color: #2ca9c0;
}
.search_box .btn_area a:after {
	width: 18px;
	height: 18px;
	left: 18px;
	background: url(/map_info/image/ico_area.png) no-repeat center center /contain;
}
.search_box .btn_rail a:after {
	width: 16px;
	height: 18px;
	left: 19px;
	background: url(/map_info/image/ico_rail.png) no-repeat center center /contain;
}
._rail .search_box .btn_area a,
._area .search_box .btn_rail a {
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
._area .search_box .btn_area a,
._rail .search_box .btn_rail a {
	pointer-events: none;
}
._rail .search_box .btn_area a {
	color: #52ac89;
	border: 1px solid #86c4ac;
	background-color: #e3fff4;
}
._area .search_box .btn_rail a {
	color: #2ca8c0;
	border: 1px solid #6bc3d3;
	background-color: #e2fbff;
}
._rail .search_box .btn_area a:hover,
._area .search_box .btn_rail a:hover {
	color: #fff;
	opacity: 1;
}
._rail .search_box .btn_area a:hover {
	background-color: #52ab89;
}
._area .search_box .btn_rail a:hover {
	background-color: #2ca9c0;
}

/* ---------------------------------------
 地域（都道府県／市区町村）から地図検索
---------------------------------------- */
.map_search_headline .map_search_headline_ttl {
	position: relative;
	font-size: 24px;
	text-align: center;
	margin-bottom: 6px;
}
.map_search_headline .map_search_headline_ttl::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 436px;
	height: 12px;
	margin: auto;
	background-color: #FFCDDA;
	z-index: -1;
}
.map_search_headline.map_search_railway .map_search_headline_ttl::before {
	width: 264px;
}
.map_search_headline .map_search_headline_ttl .is_small {
	font-size: 20px;
}
.map_search_headline p {
	font-size: 16px;
	text-align: center;
	line-height: 1.5em;
}

.map_area {
  margin-top: 0.3rem;
}

@media screen and (max-width: 750px) {
  .map_area {
    margin-top: 1.6rem !important;
  }
}

.map_area .des_pink {
  font-size: 15px;
  margin: 10px 30px;
	width: 800px;
}

.map_area .source_text {
  font-size: 12px;
  margin-top: 12px;
  margin-right: 35px;
  display: flex;
  justify-content: flex-end;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  .map_area .source_text {
    display: none;
  }
}

.map_wrap {
  background: url(/online-travel/image/bg-map-01.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  /* min-height: 700px; */
  margin: 16px auto 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 920px;
}
.ward_wrap .map_wrap {
  width: 940px;
  margin-top: 16px;
}

.map_wrap.map_wrap_01 {
  min-height: 750px;
}

.map_wrap.map_wrap_01.map_01_area {
  padding: 2px;
}

.map_wrap.map_wrap_01.map_01_area.svg-01-central,
.map_wrap.map_wrap_01.map_01_area.svg-01-east,
.map_wrap.map_wrap_01.map_01_area.svg-01-north,
.map_wrap.map_wrap_01.svg-11,
.map_wrap.map_wrap_01.svg-13,
.map_wrap.map_wrap_01.svg-31 {
  min-height: auto;
}

.map_wrap.view_pc.svg-00 {
  background: url(/map_info/image/map/bg_map_area.png) no-repeat 2px 2px;
  background-position: bottom;
  border: 1px solid #5290DD;
  box-sizing: border-box;
  min-height: 708px;
}

._rail .map_wrap.view_pc.svg-00 {
  background: url("/map_info/image/map/bg_map_rail.png") no-repeat 2px 2px;
  background-position: bottom;
}

@media screen and (min-width: 751px) {
  .map_wrap.map_wrap_02 {
    align-items: center;
    background-size: 101% 101%;
    display: flex !important;
    justify-content: center;
    max-height: 735px;
    border: 1px solid #6e9edb;
    padding: 0;
  }
}

.map_wrap.map_wrap_02.svg-14100,
.map_wrap.map_wrap_02.svg-22130 {
  padding-bottom: 20px;
}
.map_wrap.map_wrap_02.svg-12100,
.map_wrap.map_wrap_02.svg-22100 {
  padding-bottom: 30px;
}
.map_wrap.map_wrap_02.svg-26100 {
  padding-bottom: 5px;
}

.map_wrap.map_wrap_02 svg {
  filter: unset;
  /* height: auto; */
  /* max-height: inherit; */
  /* max-width: inherit; */
  /* width: auto; */
}

.map_wrap.map_wrap_02.svg-27100 svg {
  padding-left: 60px;
}

.map_wrap.map_wrap_02.svg-26100 svg {
  padding-right: 100px;
}

.map_wrap_01 .map_svg {
  display: block;
  /* height: auto; */
  margin: 0 auto;
  /* width: auto; */
  max-height: 700px;
}

.map_wrap_01.map_01_area .map_svg {
  height: auto;
  width: 100%;
}

.map_wrap.map_wrap_01.map_01_area.view_pc.svg-01-north {
  padding-left: 165px;
}

.map_wrap.map_wrap_01.map_01_area.view_pc.svg-01-south {
  padding: 2px 0 10px 120px;
}

.map_wrap.svg-00 .map_svg text{
  font-size: 13px;
}

.map_wrap_01 .map_svg g.disabled text {
  /* font-size: 14px; */
  /* font-weight: 700; */
}

.map_svg {
  filter: drop-shadow(-1px 7px 3px rgba(21, 55, 78, 0.5));
  height: 100%;
  width: 100%;
}

.map_svg a:hover {
  opacity: 1;
}

.map_wrap_01.map_01_area .map_svg {
  height: auto;
  width: 100%;
}

.map_svg a path,
.map_svg a polygon {
  position: relative;
  transition: all 0.3s;
  z-index: 1;
}

.map_svg text {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.map_wrap.svg-00 .map_svg text{
  font-size: 13px;
}

.map_svg .st3,
.map_svg .st4,
.map_svg .st5,
.map_svg .st6 {
  font-weight: 600;
}

.map_svg a text {
  position: relative;
  z-index: 2;
}

.map_wrap_01 .map_svg a text {
  /* font-size: 14px; */
}

/* 指アイコン */
.select_search_region {
  background: url(/online-travel/image/ico-finger.png) no-repeat left;
  bottom: 60px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  height: 47px;
  line-height: 52px;
  padding-left: 55px;
  position: absolute;
  top: 30px;
  right: 35px;
}

/* 個別対応 */
.svg-00 .select_search_region {
  top: 50px;
  right: 250px;
}
.svg-01100 .select_search_region {
  top: 20px;
}
.svg-13100 .select_search_region,
.svg-14100 .select_search_region,
.svg-33100 .select_search_region,
.svg-40130 .select_search_region,
.svg-40100 .select_search_region {
  top: 10px;
}
.svg-23100 .select_search_region,
.svg-27100 .select_search_region {
  top: 10px;
  right: 658px;
}
.svg-11100 .select_search_region,
.svg-15100 .select_search_region,
.svg-22130 .select_search_region {
  right: 658px;
}
.svg-01 .select_search_region {
  right: 15px;
}
.svg-01-south .select_search_region {
  top: 90px;
  right: 640px;
}
.svg-01-central .select_search_region {
  top: 90px;
  right: 520px;
}
.svg-01-north .select_search_region {
  top: 90px;
  right: 80px;
}
.svg-02 .select_search_region {
  top: 30px;
  right: 30px;
}
.svg-03 .select_search_region {
  right: 30px;
}
.svg-04 .select_search_region {
  top: 60px;
  right: 675px;
}
.svg-05 .select_search_region {
  top: 90px;
  right: 650px;
}
.svg-06 .select_search_region {
  right: 30px;
}
.svg-07 .select_search_region {
  right: 675px;
}
.svg-08 .select_search_region {
  top: 90px;
  right: 500px;
}
.svg-09 .select_search_region {
  top: 90px;
  right: 650px;
}
.svg-10 .select_search_region {
  right: 100px;
}
.svg-11 .select_search_region {
  top: 20px;
  right: 30px;
}
.svg-14 .select_search_region {
  top: 10px;
  right: 10px;
}
.svg-15 .select_search_region {
  right: 645px;
}
.svg-16 .select_search_region {
  top: 90px;
  right: 370px;
}
.svg-17 .select_search_region {
  top: 90px;
  right: 530px;
}
.svg-19 .select_search_region {
  top: 10px;
}
.svg-20 .select_search_region {
  top: 90px;
  right: 590px;
}
.svg-21 .select_search_region {
  top: 90px;
  right: 570px;
}
.svg-22 .select_search_region {
  right: 600px;
}
.svg-26 .select_search_region {
  top: 20px;
}
.svg-27 .select_search_region {
  top: 20px;
  right: 560px;
}
.svg-28 .select_search_region {
  top: 90px;
  right: 120px;
}
.svg-30 .select_search_region {
  top: 80px;
}
.svg-31 .select_search_region {
  top: 10px;
  right: 666px;
}
.svg-32 .select_search_region {
  right: 650px;
}
.svg-33 .select_search_region {
  right: 25px;
}
.svg-34 .select_search_region {
  top: 90px;
  right: 540px;
}
.svg-36 .select_search_region {
  top: 20px;
  right: 650px;
}
.svg-37 .select_search_region {
  top: 20px;
  right: 650px;
}
.svg-38 .select_search_region {
  top: 10px;
  right: 10px;
}
.svg-39 .select_search_region {
  top: 90px;
  right: 650px;
}
.svg-40 .select_search_region {
  top: 20px;
  right: 650px;
}
.svg-43 .select_search_region {
  top: 90px;
  right: 600px;
}
.svg-45 .select_search_region {
  top: 90px;
  right: 600px;
}
.svg-46 .select_search_region {
  top: 80px;
  right: 400px;
}
.svg-47 .select_search_region {
  right: 140px;
}


.bnr_100sen_all {
  width: 450px;
  margin: 1.5rem auto 0;
}
.bnr_100sen_all figcaption {
  margin-top: 8px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}