/*  page_links  */
.page_links{
	margin: 30px auto 20px;
	width: 100%;
	max-width: 1200px;
	border-spacing: 0 10px;
	display: table;
	table-layout: fixed;
	font-size: 13px;
	line-height: 1.2em;
	text-align: center;
}
.page_links p{
	display: table-row;
	margin: 0;
}
.page_links p a{
	display: table-cell;
	box-sizing: border-box;
	border-right: 1px solid #999;
	padding: 15px 0;
	color: #333;
	vertical-align: middle;
	cursor: pointer !important;
}
.page_links  p a:first-child{
	border-left: 1px solid #999;
}
.page_links p a.on,
.page_links p a:hover{
	background: #e9f6fa;
	color: #1eb1c5;
	text-decoration: none !important;
}
.page_links p a.on{
	font-weight: bold;
}

.map_image{
	text-align: center;
}
.map_image img{
	width: auto;
}
.in.access {
	max-width: 840px;
}
.midasi3 {
	border-bottom: 1px solid #999;
	padding: 10px 20px;
	font-size: 130%;
	line-height: 1.4em;
}

.in.access p strong{
	display: inline-block;
	font-size: 190%;
	line-height: 1.5em;
}
.bullet-list {
	margin: 5px 0 40px;
	padding: 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.bullet-list > li {
	position: relative;
	padding-left: 1em;
	margin: 10px 0 0;
}
.bullet-list > li:first-child {
	margin-top: 0;
}
.bullet-list > li::before {
	background-color: #6BC1DF;
	content: "";
	width: 0.6em;
	height: 0.6em;
	margin: 0.2em;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0.2em;
	border-radius: 52%;
	text-indent: 0;
		
}

.bullet-list > li.no-icon::before {
	content: none;
}

.gmap iframe{
	width: 100%;
	height: 420px;
	border: 0;
}

/* ======================================================================================= */
@media only screen and (max-width: 1000px){
	/*  page_links  */
	.page_links{
		table-layout: auto;
		margin-left: -10px;
		margin-right: -10px;
		width: -webkit-calc(100% + 20px);
		width: calc(100% + 20px);
	}
	.page_links p a{
		border-left: 1px solid #999;
		border-right: 0;
	}
	.page_links  p a:first-child{
		border-left: 0;
	}

}
@media only screen and (max-width: 799px) {

	.bullet-list {
		padding: 20px 10px;
	}

}


/* ======================================================================================= */
@media only screen and (max-width: 600px) {
	.bullet-list {
		padding: 15px 0;
	}

	.gmap iframe{
		height: 350px;
	}

}
