
/*すみっこバナー */
.bnr_row_wrap {
	margin-top: 40px;
	padding-bottom: 20px;
}

.bnr_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bnr_row_item {
	width: calc(50% - 10px);
}

.bnr_row_item a {
	display: block;
}

.bnr_row_item a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {

	.bnr_row {
		padding: 0 20px;
	}

	.bnr_row_item {
		width: 100%;
	}

	.bnr_row_item:last-child {
		margin-top: 15px;
	}

}


/* ========== 全国マップ ========== */
#mainMap {
	overflow: hidden;
	position: relative;
	display: block;
	height: 872px;
	max-width: 960px;
	margin: 0 auto;
	background: url(/guide/img/fig_main_map.png) no-repeat center top;
}

.mainMap_btn {
	position: absolute;
	left: 180px;
	top: 53px;
	display: block;
	width: 180px;
	height: 36px;
	background: #585858;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
}

.mainMap_btn::before {
	content: "";
	background: url(/guide/img/ico_gps.png) center center/cover;
	position: absolute;
	left: 16px;
	top: 7px;
	display: block;
	width: 16px;
	height: 23px;
}

.mainMap_btn::after {
	content: "›";
	position: absolute;
	right: 16px;
	top: -2px;
	font-size: 28px;
	font-weight: normal;
}

.mainMap_tab {
	display: none;
}

.mainMap_ttl {
	position: absolute;
	left: 0px;
	top: 56px;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 300;
	line-height: 1;
}

.mainMap_txt {
	position: absolute;
	left: 0px;
	top: 111px;
	font-size: 14px;
	font-size: 0.88rem;
	font-weight: 400;
	line-height: 1.4;
}

#mainMap dl {
	position: absolute;
	width: 150px;
	padding: 0 0 10px;
	border: #cccccc solid 1px;
	left: 0;
	right: 0;
	margin: auto;
}

#mainMap_area1 {
	top: 59px;
	transform: translateX(395px);
}

#mainMap_area1 a {
	display: block;
}

#mainMap_area2 {
	top: 178px;
	transform: translateX(395px);
}

#mainMap_area3 {
	top: 448px;
	transform: translateX(330px);
}

#mainMap_area4 {
	top: 156px;
	transform: translateX(0);
}

#mainMap_area5 {
	top: 604px;
	transform: translateX(125px);
}

#mainMap_area6 {
	top: 235px;
	transform: translateX(-170px);
}

#mainMap_area7 {
	top: 310px;
	transform: translateX(-340px);
}

#mainMap_area8 {
	top: 658px;
	transform: translateX(-120px);
}

#mainMap_area9 {
	top: 541px;
	transform: translateX(-395px);
}

#mainMap dl dt a {
	padding: 8px 0 16px;
	font-size: 21px;
	font-size: 1.32rem;
	line-height: 1;
	text-align: center;
	border-top-style: solid;
	border-top-width: 5px;
}

#mainMap_area1 dt a {
	color: #5974a7;
	border-top-color: #5571a8;
}

#mainMap_area2 dt a {
	color: #32a3d6;
	border-top-color: #32a3d6;
}

#mainMap_area3 dt a {
	color: #61a977;
	border-top-color: #61a977;
}

#mainMap_area4 dt a {
	color: #c1c133;
	border-top-color: #c1c133;
}

#mainMap_area5 dt a {
	color: #a0c68f;
	border-top-color: #a0c68f;
}

#mainMap_area6 dt a {
	color: #eaad5a;
	border-top-color: #eaad5a;
}

#mainMap_area7 dt a {
	color: #e67eae;
	border-top-color: #e67eae;
}

#mainMap_area8 dt a {
	color: #e68e7e;
	border-top-color: #e68e7e;
}

#mainMap_area9 dt a {
	color: #f2b7d4;
	border-top-color: #f2b7d4;
}

#mainMap dl dd a {
	display: block;
	padding: 6px 18px;
	font-size: 14px;
	font-size: 0.88rem;
	line-height: 1;
	color: #333333;
	text-decoration: none;
}

#mainMap dl dd a:before {
	content: "> ";
}

/* ========== /全国マップ ========== */

@media screen and (min-width: 769px) {
	#mainMap dl dt a:hover {
		background: #eeeeee;
	}

	#mainMap dl dd a:hover {
		background: #eeeeee;
	}
}

@media screen and (max-width: 960px) {
	#mainMap {
		background: url(/guide/img/fig_main_map.png) no-repeat center center;
		background-size: 800px;
	}

	#mainMap dl {
		width: 130px;
		padding: 0 0 10px;
	}

	#mainMap_area1 {
		top: 100px;
		transform: translateX(300px);
	}

	#mainMap_area2 {
		top: 222px;
		transform: translateX(320px);
	}

	#mainMap_area3 {
		top: 465px;
		transform: translateX(300px);
	}

	#mainMap_area4 {
		top: 160px;
		transform: translateX(20px);
	}

	#mainMap_area5 {
		top: 570px;
		transform: translateX(120px);
	}

	#mainMap_area6 {
		top: 235px;
		transform: translateX(-129px);
	}

	#mainMap_area7 {
		top: 310px;
		transform: translateX(-277px);
	}

	#mainMap_area8 {
		top: 615px;
		transform: translateX(-100px);
	}

	#mainMap_area9 {
		top: 535px;
		transform: translateX(-320px);
	}

	#mainMap dl dt a {
		padding: 8px 0 16px;
		font-size: 21px;
		font-size: 1.32rem;
		line-height: 1;
		text-align: center;
		border-top-style: solid;
		border-top-width: 5px;
	}

	#mainMap dl dd a {
		display: block;
		padding: 6px 18px;
		font-size: 14px;
		font-size: 0.88rem;
		line-height: 1;
		color: #333333;
		text-decoration: none;
	}
}

@media screen and (max-width: 768px) {

	#mainMap {
		width: 100%;
		height: auto;
		margin: 0 auto;
		background: none;
	}

	.mainMap_btn {
		display: none;
	}

	.mainMap_tab {
		display: flex;
		align-items: center;
		margin-bottom: 30px;
	}

	.mainMap_tab li {
		width: 50%;
	}

	.mainMap_tab li a {
		background: #f6f5f2;
		border-top: none;
		border-bottom: 1px solid #cccccc;
		display: block;
		padding: 20px 0;
		color: #7a776a;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}

	.mainMap_tab li:first-child a {
		border-right: 1px solid #cccccc;
	}

	.mainMap_tab li.tab_active a {
		color: #686048;
		background: #fff;
		border-top: 1px solid #cccccc;
		border-bottom: none;
	}

	.mainMap_ttl {
		position: relative;
		display: block;
		width: 90%;
		margin: 0 auto 15px;
		padding: 5px 0;
		left: auto;
		top: auto;
		background: #a69e81;
		color: #fff;
		font-size: 24px;
		font-weight: normal;
		text-align: center;
	}

	.mainMap_txt {
		display: none;
	}

	#mainMap dl {
		position: relative;
		width: 100%;
		padding: 0;
		border: none;
	}

	#mainMap_area1,
	#mainMap_area2,
	#mainMap_area3,
	#mainMap_area4,
	#mainMap_area5,
	#mainMap_area6,
	#mainMap_area7,
	#mainMap_area8,
	#mainMap_area9 {
		left: auto;
		top: auto;
		transform: translateX(0);
	}


	#mainMap dl dt {
		float: none;
		position: relative;
	}

	#mainMap dl dt::before {
		display: none;
	}

	#mainMap dl dt:nth-child(2) a {
		display: flex;
	}

	#mainMap dl dt:nth-child(1) a,
	#mainMap dl dt:nth-child(2) a {
		margin-right: 0;
	}

	#mainMap dl dt .btnPlusMain {
		position: absolute;
		top: 0;
		right: 0;
		width: 72px;
		height: 60px;
		cursor: pointer;
	}

	#mainMap dl dt .btnPlusMain::after {
		width: 1px;
		height: 15px;
	}

	#mainMap dl dt.is-active>a {
		background: #f7f7f7;
		color: #686048;
	}

	#mainMap dl dt.is-active .btnPlusMain {
		background: #f7f7f7;
	}

	#mainMap dl dt.is-active .btnPlusMain::before {
		background: #686048;
	}

	#mainMap dl dt.is-active .btnPlusMain::after {
		top: 50%;
		left: 50%;
		background: #686048;
		opacity: 0;
	}

	#mainMap dl dt a {
		position: relative;
		display: flex;
		align-items: center;
		background: #f7f7f7;
		border-bottom: 1px solid #fff;
		margin-right: 72px;
		margin-bottom: 1px;
		height: 60px;
		color: #333;
		padding: 21px 0 24px 38px;
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		border: none;
	}

	#mainMap dl dt a.pc-only {
		display: none;
	}

	#mainMap dl dt a::before {
		content: "";
		position: absolute;
		display: block;
		left: 15px;
		top: 18px;
		width: 10px;
		height: 25px;
	}

	#mainMap dl dt a::after {
		content: "＞";
		position: absolute;
		right: 24px;
		color: #333;
		font-size: 14px;
		font-weight: 300;
	}

	#mainMap dl dd {
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	#mainMap dl dd a {
		padding: 18px 0 18px 0px;
		margin-bottom: 1px;
		font-size: 15px;
		text-align: center;
		flex: 0 0 calc(25% - 10px);
		position: relative;
	}
	#mainMap #mainMap_area5 dd a,#mainMap #mainMap_area8 dd a {
		padding-bottom: 18px;
	}

	#mainMap dl dd a:before {
		display: none;
	}
	#mainMap dl dd a:nth-child(-n+4) {
		padding-bottom: 9px;
	  }

	#mainMap dl dd a:nth-child(n+5) {
		padding-top: 9px; 
	  }

	  #mainMap dl dd a:nth-child(-n+4):not(:nth-child(4n)):after {
		content: '';
		position: absolute;
		top: 60%;
		right: 0;
		transform: translateY(-50%);
		height: 30%;
		width: 1px;
	}
	#mainMap dl dd a:nth-child(n+5):nth-child(-n+8):not(:nth-child(4n)):after {
		content: '';
		position: absolute;
		top: 40%;
		right: 0;
		transform: translateY(-50%);
		height: 30%;
		width: 1px;
	}
	#mainMap dl dd a:last-child:after {
		content: none;
	}
	#mainMap_area2 dd a:after {
		background-color: #32A3D6;
	}

	#mainMap_area3 dd a:after {
		background-color: #61A977;
	}
	#mainMap_area4 dd a:after {
		background-color: #C1C133;
	}
	#mainMap_area5 dd a:after {
		background-color: #A0C68F;
	}
	#mainMap_area6 dd a:after {
		background-color: #EAAD5A;
	}
	#mainMap_area7 dd a:after {
		background-color: #E67EAE;
	}
	#mainMap_area8 dd a:after {
		background-color: #E68E7E;
	}
	#mainMap_area9 dd a:after {
		background-color: #F29AC6;
	}
	#mainMap .open a {
		color: #fff;
	}

	#mainMap .open a::before {
		background: #fff;
	}

	#mainMap .open a::after {
		content: "―";
		color: #fff;
		font-size: 14px;
	}

	#mainMap #mainMap_area1 dt a::after {
		content: "＞";
	}

	#mainMap_area1 .open a::after {
		content: "＞";
		color: #333;
	}

	#mainMap_area1 .open a {
		background: #f7f7f7;
		color: #5974a7;
	}

	#mainMap_area1 dt a::before {
		background: #5974a7;
	}

	#mainMap_area1 .open a::before {
		background: #5974a7;
	}

	#mainMap_area1 dd a {
		display: none !important;
	}

	#mainMap_area2 .open a {
		background: #32a3d6;
	}

	#mainMap_area2 dt a::before {
		background: #32a3d6;
	}



	#mainMap_area3 dt a::before {
		background: #61a977;
	}



	#mainMap_area4 dt a::before {
		background: #c1c133;
	}



	#mainMap_area5 dt a::before {
		background: #a0c68f;
	}



	#mainMap_area6 dt a::before {
		background: #eaad5a;
	}



	#mainMap_area7 dt a::before {
		background: #e67eae;
	}


	#mainMap_area8 dt a::before {
		background: #e68e7e;
	}



	#mainMap_area9 dt a::before {
		background: #f2b7d4;
	}

}