@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : stay.css
 author     : Ability Consultant
 style info : 宿泊
=================================================================== */
.pagenav:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	.pagenav
----------------------------------------------------------- */
.pagenav {
	padding: 50px 0;
	text-align: center;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}
.pagenav li {
	display: table-cell;
	vertical-align: middle;
}
.pagenav li a {
	display: block;
	text-decoration: none !important;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 113%;
	padding: 1em 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #484848 !important;
	position: relative;
}
.pagenav li a:after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5.5px 0 5.5px;
	border-color: #f7f7f7 transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	-moz-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.pagenav li a:hover {
	background: #f7f7f7;
}
.pagenav li a:hover:after {
	opacity: 1;
}
.pagenav li a span {
	display: block;
	padding: 0 2em;
	border-right: 1px solid #484848;
	text-decoration: none;
	line-height: 1.2;
}
.pagenav li:first-child a span {
	border-left: 1px solid #484848;
}
