@charset "utf-8";

.map_wrap {
	margin: 150px auto 60px;
	text-align: center;
}

.titl_ja {
	font-size: 3.2rem;
	margin-bottom: 20px;
}

.link_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.link_btn a {
	display: block;
	width: 250px;
	line-height: 60px;
	margin: 40px 10px;
	background: #000;
	color: #fff;
	font-size: 1.8rem;
}

.link_btn a img {
	width: 30px;
	height: 11px;
	margin-left: 5px;
	transition: all 0.3s;
}

.link_btn a:hover img {
	margin-left: 15px;
}

.np_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.np_btns div a {
	display: block;
	width: 250px;
	line-height: 40px;
	border: 4px #000 solid;
	font-size: 2.0rem;
	transition: all 0.3s;
}

.np_btns div a:hover {
	background: #83cac6;
}

.np_btns div a img {
	width: 16px;
	height: 10px;
	margin: 0 5px 3px 5px;
}

@media screen and (max-width: 940px) {
	.print_btn {
		display: none;
	}
}

@media screen and (max-width: 740px) {
	.map_wrap {
		margin: 110px auto 40px;
		text-align: center;
	}

	.titl_ja {
		font-size: 2.0rem;
	}

	.link_btn a {
		width: 220px;
		line-height: 40px;
		margin: 20px auto;
		font-size: 1.4rem;
	}

	.np_btns div {
		width: 48%;
	}

	.np_btns div a {
		width: 100%;
		line-height: 30px;
		font-size: 1.5rem;
	}
}

@media print {
	header {
		display: none;
	}

	footer {
		display: none;
	}

	.link_btns, .np_btns {
		display: none;
	}
}
