

.spot_img {
	margin-top: 8px;
	opacity: 0.7;
}
.spot_img:hover {
	opacity: 1;
}

.main_title {
	margin-top: 20px;
	text-align: center;
	color: #ffffff;
	height: 50px;
	background-image: linear-gradient(to bottom, rgba(32, 171, 108, 1), rgba(4, 23, 14, 1));
	font-size: 20px;
	font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-weight: bold;
	line-height: 44px;
}

.sub_title {
	color: #ffffff;
	background-color: #3D3D3D;
	padding: 5px 10px;
}


.souvenir_cont {
	font-size: 13px;
}
.souvenir_cont p {
	margin: 0;
	padding: 0;
}

.w_430 {
	max-width: 430px;
}
.w_452 {
	max-width: 452px;
}

.convenient {
	width: 452px;
}

.list_item {
	margin: 5px 10px 20px 10px;
	width: 230px;
	text-align: center;
}
.list_item p {
	margin: 0;
	padding: 0;
}
.list_item a {
	text-decoration: none;
	color: #000000;
}
.list_item a:hover {
	text-decoration: none;
	color: #000000;
}

.list_cont,
.list_title {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.sml_12 {
	font-size: 12px;
}
.sml_11 {
	font-size: 11px;
	line-height: 13px;
}

.map_box {
	width: 100%;
}


@media screen and (max-width: 550px) {
	.convenient {
		width: 80vw;
	}
}
