body {
    position: relative;
}

body.maplist_bg {
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../images/areamap/bg/maplist_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}

body.area1 {
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../images/areamap/bg/area1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}

body.area2 {
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../images/areamap/bg/area2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}

body.area3 {
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../images/areamap/bg/area3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}

body.area4 {
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../images/areamap/bg/area4.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}

body.area5 {
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../images/areamap/bg/area5.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}

body.area6 {
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../images/areamap/bg/area6.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}

body.area7 {
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../images/areamap/bg/area7.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}

body.area8 {
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../images/areamap/bg/area8.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}

body.area9 {
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../images/areamap/bg/area9.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}

body.area10 {
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../images/areamap/bg/area10.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}

#g_nav {
	display: block;
}

#punkuzu_list {
	width: 98% !important;
    border: none;
}

.container{
	width: 100%;
}

h1.maptop_title {
	width: 90%;
	margin: 30px auto;
	text-align: center;
}

h1.maptop_title img {
	width: 30%;
	max-width: 500px;
}

h2.map_title {
	width: 90%;
	margin: 30px auto;
	max-width: 1024px;
	font-size:24px;
	align-items: center;
    display: flex;
    justify-content: center;
	font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2.map_title:before {
	content: "";
    height: 2px;
    width: 35%;
	background: linear-gradient(to right, #333, #fff);
    margin-right: 5%;
}

h2.map_title:after {
	content: "";
    height: 2px;
    width: 35%;
    background: linear-gradient(to right, #fff, #333);
    margin-left: 5%;
}

#maplist {
	width: 90%;
	margin: 20px auto;
	max-width: 1024px;
	min-width: 500px;
	min-height: 500px;
}

#maplist #innermaplist {
	padding: 15px;
}

#maplist ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#maplist ul li {
	width: 23%;
	padding: 10px 0;
	text-align: center;
	background-color: #333;
	border: solid 1px #aaa;
	border-radius: 5px;
	margin-left: 1%;
    margin-bottom: 10px;
}

#maplist ul li a {
	display: block;
	width: 98%;
	margin: 0 auto;
	color: #66cdaa;
	text-decoration: underline;
}

#maplist ul li a:hover {
	color: #f1f1f1;
}

#maplist ul li a img:hover {
	opacity: 0.7;
}

#maplist ul li a img {
	width: 100%;
}

h1.top_title {
	width: 80%;
	margin: 30px auto;
	text-align: center;
}

h1.top_title img {
	width: 40%;
	max-width: 500px;
}

h2.area_title {
	width: 80%;
	margin: 30px auto;
	max-width: 800px;
	font-size:24px;
	align-items: center;
    display: flex;
    justify-content: center;
	font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2.area_title:before {
	content: "";
    height: 2px;
    width: 35%;
	background: linear-gradient(to right, #333, #fff);
    margin-right: 5%;
}

h2.area_title:after {
	content: "";
    height: 2px;
    width: 35%;
    background: linear-gradient(to right, #fff, #333);
    margin-left: 5%;
}

#areamap {
	width: 80%;
	margin: 20px auto;
	max-width: 800px;
	min-width: 500px;
	min-height: 500px;
}

#areamap .innermap {
	background-color: #333;
	border: solid 1px #aaa;
	border-radius: 5px;
}

#areamap img {
	width: 100%;
}

#listlink {
	width: 100%;
	margin: 30px auto;
}

#listlink a {
	display: block;
	width: 100%;
	text-align: center;
}

#listlink a button {
	display: block;
	width: 100%;
	letter-spacing: 2px;
    padding: 20px 42px;
    font-size: 12px;
    cursor: pointer;
}

#listlink a .btn-maplist:hover {
	background: #f1f1f1;
	color: #333 !important;
}

#listlink a .btn-maplist {
	background: linear-gradient(#171C56, #3B3B7B);
    color: #f1f1f1 !important;
    border: 1px solid #999;
    border-radius: 3px;
}

#backlink {
	width: 100%;
	margin: 30px auto;
	max-width: 800px;
}

#backlink ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#backlink ul li {
	width: 50%;
}

#backlink ul li a {
	display: block;
	width: 96%;
	text-align: center;
}

#backlink ul li a button {
	display: block;
	width: 100%;
	letter-spacing: 2px;
    padding: 20px 42px;
    font-size: 12px;
    cursor: pointer;
}

#backlink ul li a .btn-back-maplist {
	background: linear-gradient(#009900, #3cb371);
    color: #f1f1f1 !important;
    border: 1px solid #999;
    border-radius: 3px;
}

#backlink ul li a .btn-back-maplist:hover {
	background: #f1f1f1;
	color: #333 !important;
}

#backlink ul li a .btn-list {
	background: linear-gradient(#171C56, #3B3B7B);
    color: #f1f1f1 !important;
    border: 1px solid #999;
    border-radius: 3px;
    margin-left: 4%;
}

#backlink ul li a .btn-list:hover {
	background: #f1f1f1;
	color: #333 !important;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 10;
}

.modal-window {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
	height: 200px;
	background-color: #dfdddd;
	border-radius: 5px;
	z-index: 999;
	padding: 2rem;
}

.modal-window .modal-inner {
	width: 180px;
	margin: 0 auto;
	text-align: center;
}

.modal-window .modal-inner img {
	width: 100%;
}

.modal-window .modal-inner a {
	text-align: center;
	color: blue;
	text-decoration: underline;
}

.modal-window .modal-inner .yama_high {
	font-size: 11px;
	color: #333;
}

.button-close {
	display: block;
	width: 180px;
	margin: 0 auto;
	padding: 1em;
	background-color: #999;
	color: #f1f1f1;
	border-radius: 20rem;
	cursor: pointer;
}

@media screen and (max-width:768px) {
	.container h2.map_title {
		font-size: 18px !important;
	}

	.container h2.area_title {
		font-size: 18px !important;
	}

	#fixed-sp-menu {
		padding-top: 50px;
	}

	#listlink {
		padding-bottom: 100px;
		width: 80%;
		margin: 0 auto;
	}
}

