@charset "UTF-8";
/* CSS Document */



/****************************************************************************************************
初期設定
****************************************************************************************************/

/* 古いブラウザへの対応 */
article, aside, figure, figcaption, footer, header, nav, section {
	display: block;
}
/* 古いブラウザへの対応 */

.pcOnly {
	display: block;
}
img.pcOnly,
span.pcOnly,
i.pcOnly {
	display: inline;
}
.spOnly {
	display: none;
}

html,body{
	text-align: center;
	font-family : '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'MS PMincho', serif ;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
	scroll-padding-top: 127px;
	background:#000;
	font-size: 15px;
	/*min-width: 1320px;*/
}

* {
	box-sizing: border-box;
}
img {
	vertical-align: top;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	transition: opacity 300ms;
}
a:hover {
	opacity: .5;
}

/* clear fix */
.clearfix:before,
.clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	*zoom:1;
}
/* clear fix */



/****************************************************************************************************
グレー背景
****************************************************************************************************/
body.grey {
	background: #EFEEEC url(../img/common/bg.jpg) repeat center top;
}
body.grey #footer {
	background: rgba(0,0,0,.04);
	border-top: 1px solid #DDD;
}
body.grey #footer .inner,
body.grey .tel,
body.grey #tel,
body.grey .tel a,
body.grey #tel a {
	color: #111;
}
#footer #tel img,
#footer #company img {
	filter: invert(100%) grayscale(100%) brightness(300%);
}
body.grey #footer #tel img,
body.grey #footer #company img {
	filter: none;
}
.info-btn a {
	display: block;
	position: relative;
}
.info-btn a::after {
	position: absolute;
    content: "";
    display: block;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	left: 3px;
	top: 3px;
	border: 1px solid rgba(0,0,0,.5);
}
body.grey .info-btn a::after {
	border: 1px solid rgba(241,241,239,.5);
}



/****************************************************************************************************
タウンガイド用
****************************************************************************************************/
body.bright {
	background:#FFF;
}
/*body.bright #header.active {
	background: rgba(255,255,255,.95);
}
body.bright #hnavi .outline a {
	color: #000;
}
body.bright #gNavi > ul > li {
	border-left:1px solid rgba(0,0,0,.25);
}
body.bright #gNavi > ul > li:nth-last-of-type(1) {
	border-right:1px solid rgba(0,0,0,.25);
}
body.bright #gNavi > ul > li > a,
body.bright #gNavi > ul > li > span {
	color: #00698C;
}
body.bright #gNavi > ul > li.select > a {
	color: #A38358;
}
body.bright #gNavi > ul > li > a span.small {
	color: #000;
}*/



/****************************************************************************************************
wayp
****************************************************************************************************/

.wayp {
	opacity:0;
	-webkit-transform: translate(0, 0) scale(1.05);
	transform: translate(0, 0) scale(1.05);
	-webkit-transition: opacity 1000ms, transform 500ms ease-out;
	transition: opacity 1000ms, transform 500ms ease-out;
}
.wayp.active {
	opacity:1;
	-webkit-transform: translate(0, 0) scale(1.0);
	transform: translate(0, 0) scale(1.0);
}
.fade {
	opacity:0;
	-webkit-transition: opacity 1000ms;
	transition: opacity 1000ms;
}
.fade.active {
	opacity:1;
}
.slide-down {
	opacity:0;
	-webkit-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
	-webkit-transition: opacity 1000ms, transform 1000ms ease-out;
	transition: opacity 1000ms, transform 1000ms ease-out;
}
.slide-up {
	opacity:0;
	-webkit-transform: translate(30px, 0);
	transform: translate(30px, 0);
	-webkit-transition: opacity 1000ms, transform 1000ms ease-out;
	transition: opacity 1000ms, transform 1000ms ease-out;
}
.slide-in {
	opacity:0;
	-webkit-transform: translate(-100px, 0);
	transform: translate(-100px, 0);
	-webkit-transition: opacity 1000ms, transform 500ms ease-out;
	transition: opacity 1000ms, transform 500ms ease-out;
}
.slide-in2 {
	opacity:0;
	-webkit-transform: translate(100px, 0);
	transform: translate(100px, 0);
	-webkit-transition: opacity 1000ms, transform 500ms ease-out;
	transition: opacity 1000ms, transform 500ms ease-out;
}
.slide-down.active,
.slide-up.active,
.slide-in.active,
.slide-in2.active {
	opacity:1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.delay1 { transition-delay: 100ms; }
.delay2 { transition-delay: 200ms; }
.delay3 { transition-delay: 300ms; }
.delay4 { transition-delay: 400ms; }
.delay5 { transition-delay: 500ms; }
.delay6 { transition-delay: 600ms; }
.delay7 { transition-delay: 700ms; }
.delay8 { transition-delay: 800ms; }
.delay9 { transition-delay: 900ms; }
.delay10 { transition-delay: 1000ms; }



/****************************************************************************************************
header
****************************************************************************************************/
#header {
	position:fixed;
	width:100%;
	/*min-width: 1320px;*/
	left:0;
	top:0;
	padding: 18px 30px;
	z-index:4000;
	-webkit-transition: background 500ms;
	-moz-transition: background 500ms;
	transition: background 500ms;
}
#header.pre-active,
#header.active {
	background: rgba(0,0,0,.8);
}
#logo {
	float: left;
	margin-top: 3px;
}
#hnavi {
	float: right;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#hnavi .outline {
	margin: 0 20px 0 0;
}
#hnavi .outline a {
	color: #FFF;
	font-size: 0.866rem;
}
#hnavi .mg a,
#hnavi .reserve a,
#hnavi .request a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.5em 1.2em;
	height: 35px;
	background: #8C0000;
	border: 1px solid RGBA(255,255,255,.2);
	color: #FFF;
}
#hnavi .mg,
#hnavi .request,
#hnavi .reserve {
	margin: 0 2px 0 0;
}
#hnavi .mg a {
	background: #006858;
}
#hnavi .reserve a {
	background: #978759;
}
#wakohre {
	margin: 3px 0 0 20px;
}
.button a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    color: #FFF;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}
.button.mg a {
	background: #006858;
}
.button.request a {
	background: #8C0000;
}
.button.reserve a {
	background: #978759;
}
.button a:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -60%;
    content: "";
    width: 80px;
    height: 300px;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.3)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,0.3),rgba(255,255,255,0) 100%);
    animation: shiny 4s infinite linear;
    -webkit-animation: shiny 4s infinite linear;
    -moz-animation: shiny 4s infinite linear;
}
@keyframes shiny {
    0% {
        left: -30%;
    }
    10% {
        left: 130%;
    }
    100% {
        left: 130%;
    }
}
@-webkit-keyframes shiny {
    0% {
        left: -30%;
    }
    10% {
        left: 130%;
    }
    100% {
        left: 130%;
    }
}
@-moz-keyframes shiny {
    0% {
        left: -30%;
    }
    10% {
        left: 130%;
    }
    100% {
        left: 130%;
    }
}



/****************************************************************************************************
gNavi
****************************************************************************************************/
#gNavi {
	width:100%;
	margin-top:1.2rem;
	font-size: 1.0rem;
}
#gNavi > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	margin:0 auto;
	padding:0;
}
#gNavi > ul > li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:calc(100% / 4);
	border-left:1px solid rgba(255,255,255,0.5);
}
#gNavi > ul > li:nth-last-of-type(1) {
	border-right:1px solid rgba(255,255,255,0.5);
}
#gNavi > ul > li > a,
#gNavi > ul > li > span {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
	/*-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;*/
	gap: 0.3em;
	width: 100%;
	height: 100%;
	padding: 0.2em 0;
	color:#FFF;
}
#gNavi > ul > li.select > a {
	color:#C5B978;
	font-weight: bold;
}
#gNavi > ul > li > span {
	opacity:.3;
}
#gNavi > ul > li > a span.small {
	font-size: 0.666rem;
	vertical-align: 0.1em;
}
#gNavi > ul > li > a > em.new {
	position: absolute;
	display: inline-block;
	width: auto;
	margin: auto;
	padding: 0.2em 0.2em;
	left: 0;
	top: 0;
	transform: translate(0, -100%);
	background: #CC0066;
	font-size: 0.666rem;
	font-weight: bolder;
	color: #FF0;
	font-style: normal;
}

@media screen and (max-width: 999px) {
#gNavi > ul > li > a span.small {
	display: none;
}
}



/****************************************************************************************************
banner
****************************************************************************************************/
#banner {
	position: fixed;
	left: 5px;
	bottom: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 2px;
	background: #FFF;
	z-index: 2000;
	filter: drop-shadow(0 0 4px rgba(0,0,0,0.3));
}
#banner div + div {
	margin-left: 2px;
}



/****************************************************************************************************
footer
****************************************************************************************************/
#footer {
	position: relative;
	width:100%;
	background: rgba(0,0,0,1);
	border-top: 1px solid rgba(197,186,120,.35);
	z-index: 40;
}
#footer .inner {
	padding: 100px 0 0 0;
	color: #FFF;
}
.info-btn {
}
.info-btn ul {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}
.info-btn ul li + li {
}
.info-btn ul + p {
	margin-top: 2em;
	font-size: 1.333rem;
	line-height: 1.6;
}

.tel,
#tel {
	padding-top: 50px;
	color: #FFF;
}
.tel a,
#tel a {
	color: #FFF;
}
.tel h4,
#tel h4 {
	font-size: 1.066rem;
	line-height: 1.6;
}
.tel div,
#tel div {
	margin-top: 1rem;
	font-size: 4.266rem;
}
.tel div img,
#tel div img {
	margin-right: 0.2em;
	vertical-align: 0;
}
.tel p,
#tel p {
	margin-top: 1rem;
	font-size: 0.866rem;
	line-height: 1.6;
}
#covid-19 {
	margin-top: 40px;
}
#company {
	margin-top: 60px;
}
#company ul {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#company ul li + li {
	margin-left: 50px;
}
#annotation {
	width: 1200px;
	margin: auto;
	margin-top: 60px;
	font-size: 0.866rem;
	line-height: 1.6;
	text-align: left;
}
#notice {
	width: 1200px;
	margin: auto;
	margin-top: 2.0em;
	font-size: 0.866rem;
	line-height: 1.6;
	text-align: left;
}
#copyright {
	margin-top: 100px;
	padding: 20px 0;
	background:#333;
	color:#FFF;
	font-size: 0.866rem;
}



@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	初期設定
	****************************************************************************************************/
	html,
	body {
		min-width: initial;
		min-width: auto;
		scroll-padding-top: 0;
		font-size: 3.466vw;
	}
	img {
		width:100%;
		height:auto;
	}
	a {
		-webkit-transition:none;
		transition:none;
	}
	a:hover {
		opacity:1;
	}
	.pcOnly,
	img.pcOnly,
	span.pcOnly,
	i.pcOnly {
		display:none;
	}
	.spOnly {
		display:block;
	}
	span.spOnly {
		display:inline;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	
	.wayp {
		opacity:0;
		-webkit-transform: translate(0, 3vw);
		transform: translate(0, 3vw);
		-webkit-transition: all 700ms ease-out;
		-moz-transition: all 700ms ease-out;
		transition: all 700ms ease-out;
	}
	.slide-down {
		opacity:0;
		-webkit-transform: translate(-3vw, 0);
		transform: translate(-3vw, 0);
		-webkit-transition: all 500ms ease-out;
		transition: all 500ms ease-out;
	}
	.slide-up {
		opacity:0;
		-webkit-transform: translate(3vw, 0);
		transform: translate(3vw, 0);
		-webkit-transition: all 500ms ease-out;
		transition: all 500ms ease-out;
	}
	.slide-in {
		opacity:0;
		-webkit-transform: translate(-10vw, 0);
		transform: translate(-10vw, 0);
		-webkit-transition: opacity 1000ms, transform 500ms ease-out;
		transition: opacity 1000ms, transform 500ms ease-out;
	}
	.slide-in2 {
		opacity:0;
		-webkit-transform: translate(10vw, 0);
		transform: translate(10vw, 0);
		-webkit-transition: opacity 1000ms, transform 500ms ease-out;
		transition: opacity 1000ms, transform 500ms ease-out;
	}
	.delay1 { transition-delay: 100ms; }
	.delay2 { transition-delay: 200ms; }
	.delay3 { transition-delay: 300ms; }
	.delay4 { transition-delay: 400ms; }
	.delay5 { transition-delay: 500ms; }
	.delay6 { transition-delay: 600ms; }
	.delay7 { transition-delay: 700ms; }
	.delay8 { transition-delay: 800ms; }
	.delay9 { transition-delay: 900ms; }
	.delay10 { transition-delay: 1000ms; }
	
	
	
	/****************************************************************************************************
	header
	****************************************************************************************************/
	#header {
		position: absolute;
		min-width: initial;
		min-width: auto;
		padding: 3vw 3vw;
	}
	#logo {
		width: 46vw;
		margin-top: 0;
	}
	#hnavi li {
		display: none;
	}
	#hnavi li#wakohre {
		display: block;
		width: 16vw;
	}
	
	
	
	
	/****************************************************************************************************
	gNavi
	****************************************************************************************************/
	#gNavi {
		display:none;
	}

	/****************************************************************************************************
	サブナビ
	****************************************************************************************************/
	#sNavi {
		position:fixed;
		width:80%;
		height:100%;
		top:0;
		right:0;
		padding:4vw;
		overflow:scroll;
		background:rgba(255,255,255,.95);
		border-left:1px solid #CCC;
		text-align:left;
		display:none;
		z-index:3000;
	}
	#sNavi a {
		color:#333;
		text-decoration:none;
	}
	#sNavi #close {
		font-size:3.733vw;
		line-height:1.6;
		font-weight:nomal;
	}
	#sNavi dl + dl {
		border-top:1px dotted #CCC;
		margin-top:1em;
		padding-top:1em;
	}
	#sNavi dl dt {
		font-size:4.266vw;
		line-height:1.6;
		font-weight:nomal;
		color:#333;
	}
	#sNavi dl dt a {
		color:#333;
		display:block;
	}
	#sNavi dl dt a i {
		color:#403000;
	}
	#sNavi dl dt a strong {
		color:#333;
	}
	#sNavi dl dt + dd {
		margin-top:0.2em;
	}
	#sNavi dl dd {
		font-size:4.266vw;
		line-height:1.8;
	}
	#sNavi dl dd a {
		display:block;
	}
	#sNavi .soon {
		opacity:0.4;
	}
	#sNavi .soon a {
		cursor:default;
	}
	#sNavi #close {
		cursor:pointer;
	}
	#spMenu {
		position:fixed;
		display:none;
		width:100%;
		height:100%;
		overflow:scroll;
		left:0;
		top:0;
		z-index:5000;
		background:rgba(0,0,0,.85);
		padding-bottom:20vw;
	}
	#spMenu ul {
		left:auto;
		float:none;
	}
	#spMenu ul li {
		position:static;
		left:auto;
		float:left;
		width:50%;
		line-height:20.000vw;
		font-size: 1.2rem;
		background:#EEE;
		border-left:1px solid #CCC;
		border-bottom:1px solid #CCC;
		text-align:center;
	}
	#spMenu ul li.select {
		background:#F6F6F6;
	}
	#spMenu ul li a {
		display:block;
		color:#333;
		text-decoration:none;
	}
	#spMenu ul li a .small {
		margin-left: 0.5em;
		font-size: 1rem;
	}
	#spMenu > ul > li > a > em.new {
		display:inline-block;
		margin-left:1vw;
		padding:1vw 1vw;
		background:#B20000;
		color:#FFF;
		font-size:2.13vw;
		font-weight:bold;
		font-style:normal;
		line-height:1;
		vertical-align:0.7vw;
	}
	#spMenu ul li.select a {
		color:#664C00;
		font-weight:bold;
	}
	/*#spMenu ul li span {
		opacity:0.3;
	}*/
	#spMenu > ul > li:nth-of-type(1),
	#spMenu > ul > li:nth-of-type(2),
	#spMenu > ul > li:nth-of-type(3),
	#spMenu > ul > li:nth-of-type(4),
	#spMenu > ul > li:nth-of-type(5),
	#spMenu > ul > li:nth-of-type(6),
	#spMenu > ul > li:nth-of-type(7),
	#spMenu > ul > li:nth-of-type(8),
	#spMenu > ul > li:nth-of-type(9),
	#spMenu > ul > li:nth-of-type(10) {
		width:100%;
	}
	#spMenu ul li.mg {
		background: #006858;
		width:100%;
	}
	#spMenu ul li.outline {
		background-image: linear-gradient(90deg, rgba(102,102,102,.7), rgba(102,102,102,1));
		width:100%;
	}
	#spMenu ul li.reserve {
		background: #978759;
		width:100%;
	}
	#spMenu ul li.request {
		background: #8C0000;
		width:100%;
	}
	#spMenu ul li.close {
		background:#999;
		width:100%;
	}
	#spMenu ul li.mg a,
	#spMenu ul li.outline a,
	#spMenu ul li.reserve a,
	#spMenu ul li.request a,
	#spMenu ul li.close a {
		color: #FFF;
		font-weight:bold;
	}
	#spMenu > ul > li {
		position:relative;
		text-align:center;
	}
	#spMenu ul li > span {
		opacity: .3;
	}
	
	
	
	/****************************************************************************************************
	banner
	****************************************************************************************************/
	#banner {
		left: 1.5vw;
		bottom: 17vw;
		width: 45vw;
		padding: 0.3vw;
	}
	#banner div + div {
		margin-left: 0.3vw;
	}
	
	
	
	/****************************************************************************************************
	footer
	****************************************************************************************************/
	#footer {
		width: 100vw;
		min-width: initial;
		min-width: auto;
		border-top: 1px solid rgba(197,186,120,.35);
	}
	#footer .inner {
		width: 100%;
		padding: 4vw 4vw 15vw 4vw;
	}
	.info-btn {
		width: 100%;
	}
	#footer .info-btn ul {
	}
	.info-btn ul {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1vw;
	}
	.info-btn ul + p {
		margin-top: 2em;
		font-size: 1.0rem;
	}
	
	.tel,
	#tel {
		padding-top: 10vw;
	}
	.tel h4,
	#tel h4 {
		font-size: 1.066rem;
		line-height: 1.6;
	}
	.tel div {
		font-size: 2.8rem;
	}
	#tel div {
		font-size: 3.2rem;
	}
	.tel div img,
	#tel div img {
		width: 8vw;
	}
	.tel div a,
	#tel div a {
		color: #FFF;
	}
	.tel p,
	#tel p {
		font-size: 0.8rem;
	}
	#covid-19 {
		margin: 6vw auto 0 auto;
	}
	#company {
		margin-top: 10vw;
	}
	#company ul {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 5vw;
	}
	#company ul li + li {
		margin-left: 0;
	}
	#company img {
		width: auto;
		height: 10vw;
	}
	#annotation {
		width: auto;
		margin-top: 10vw;
		font-size: 0.666rem;
		text-align: left;
	}
	#notice {
		width: auto;
		font-size: 0.666rem;
		text-align: left;
	}
	
	#copyright {
		margin: 4vw -4vw 0 -4vw;
		padding: 3vw 0 3.5vw 0;
		font-size: 0.666rem;
	}
	
	#fTab {
		display:block;
		position:fixed;
		width:100%;
		left:0;
		right:0;
		bottom:0;
		z-index:3000;
		background:#000;
		border-top:1px solid #666;
		font-size:2.933vw;
		line-height:1.8;
		text-align:center;
	}
	#fTab ul {
	}
	#fTab ul li {
		float:left;
		width:calc(100% / 4);
	}
	#fTab ul li + li {
		border-left:1px solid #666;
	}
	#fTab ul li a {
		display:block;
		padding:0.5em 0 0.4em 0;
		color:#FFF;
	}
	#fTab ul li i {
		display:block;
		color:#FFF;
		font-size:7.466vw;
	}
}

@media screen and (max-width: 960px) and (orientation: landscape) {
	#header {
		position: absolute;
	}
	#logo {
		width: 40vw;
	}
	.section:nth-of-type(1) .pageNavi {
		top:0;
	}
	#fTab {
		font-size: 0.4rem;
	}
	#fTab ul li i {
		font-size: 0.8rem;
	}
}