
h3 {
}


/*＝＝＝＝＝＝＝＝＝＝地図画像*/
#infoWap {
	padding: 55px 0px;
	background: url(../img/common/jimon_nami.jpg);
}



.oneInfo {
	margin-bottom: 20px;
	border-bottom: dotted 1px #ccc;
}
.oneInfo .top {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: no-wrap;
	-moz-flex-wrap: no-wrap;
	-ms-flex-wrap: no-wrap;
	-o-flex-wrap: no-wrap;
	flex-wrap: no-wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.oneInfo .top {
	padding: 0px 10px
}

.oneInfo .sec {
	padding: 10px;
	display: table;
}

.oneInfo .top .cat {
	width: 10%;
	max-width: 100px;
	padding: 5px;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.oneInfo .top .title {
	width: 90%;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.oneInfo .top .title a{
	color: #e71a1d;
	font-size: 1.8rem;
}


.oneInfo .top .title a:hover{
	/*text-decoration: underline;*/
}

.oneInfo .sec .img {
	display: table-cell;
	vertical-align: top;
	width: 170px;
	height: 120px;
	overflow: hidden;
	position: relative;
}

.oneInfo .sec .img a{
	display: block;
	width: 170px;
	height: 120px;
	position: relative;
}

.oneInfo .sec .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.oneInfo .sec .txt {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}



.pageNation {
	width: 100vw;
    max-width: 800px;
    padding: 0px 20px;
    margin: 0 auto;
    text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pageNum {
	display: block;
	text-align: center;
	margin: 0px 20px;
	padding: 10px 20px;
	background-color: #fff;
	color: #000;
  	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
}


.pageNum:hover {
	color: #fff;
	background-color: #000;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.pageActive {
	cursor: pointer;
	background-color: #af0800;
	color: #fff;
}
@media handheld, only screen and (max-width: 767px) {


}




















