@charset "utf-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Description: genova template.
Version: 1.0
*/

/* =====================================
■BASE
===================================== */
html {
	font-size: 62.5%;
}

body {
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;*/
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Yu Gothic",YuGothic,sans-serif;
	background: #fff;
	letter-spacing: 0.05em;
	line-height: 2;
	position: relative;
	-webkit-text-size-adjust: 100%;
	color: #55524e;
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #333;
	vertical-align: middle;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

a:focus,
*:focus {
	outline: none;
}

a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}
}


/* =====================================
■MODULE
===================================== */
/*--------------------------------------
汎用
--------------------------------------*/
/* float */
.fr {
	float: right !important;
}

.fl {
	float: left !important;
}

/* clears */
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.cl {
	clear: both !important;
}

/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* text-align */
.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}

.tal {
	text-align: left !important;
}

/* font-weight */
.fb {
	font-weight: bold !important;
}

/*--------------------------------------
Icon fonts
--------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src: url('img/fonts/icomoon.eot');
	src: url('img/fonts/icomoon.eot#iefix') format('embedded-opentype'),
		url('img/fonts/icomoon.ttf') format('truetype'),
		url('img/fonts/icomoon.woff') format('woff'),
		url('img/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class*='icon-']:not([class*='eicon-']):before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-blog:before {
	content: "\e900";
}

.icon-category:before {
	content: "\e901";
}

.icon-check:before {
	content: "\e902";
}

.icon-checked:before {
	content: "\e903";
}

.icon-down:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-google:before {
	content: "\e906";
}

.icon-line:before {
	content: "\e907";
}

.icon-twitter:before {
	content: "\e908";
}

.icon-arrow02:before {
	content: "\e909";
}

.icon-arrow01:before {
	content: "\e910";
}

.icon-search:before {
	content: "\e911";
}

.icon-tag:before {
	content: "\e912";
}


/*--------------------------------------
Pc sp change
--------------------------------------*/
.sp {
	display: none;
}

.mb {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}

@media screen and (max-width: 480px) {
	.mb {
		display: block;
	}

	.pcm {
		display: none;
	}
}


/* =====================================
■Layout
===================================== */
/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1140px;
	padding: 0 30px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.container:after {
	content: "";
	display: block;
	clear: both;
}

@media (max-width: 767px) {
	.container {
		padding: 0 20px;
	}
}

/*--------------------------------------
header
--------------------------------------*/
/*#wrapper {
height: 100%;
box-sizing: border-box;
padding-top: 146px;
}
.home #wrapper {
padding-top: 0;
}


@media screen and (max-width: 1155px) and (min-width: 768px) {
#wrapper {
padding-top: 146px;
}
.home #wrapper {
padding-top: 50px;
}
}

@media screen and (max-width: 767px) {
#wrapper {
padding-top: 126px;
}
.home #wrapper {
padding-top: 50px;
}
}
@media screen and (max-width: 580px) {
.home #wrapper {
padding-top: 70px;
}
}

#header {
position: fixed;
top: 0;
left: 0;
z-index: 100000;
width: 100%;
-moz-transition-duration: 0.7s;
-o-transition-duration: 0.7s;
-webkit-transition-duration: 0.7s;
transition-duration: 0.7s;
background: #fff;
box-shadow: 2px 2px 10px #ccc;
}

/* logo */
/*#header .logo {
width: 250px;
margin: 0 auto;
padding: 20px 10px;
}

#header .logo img {
width: 100%;
}

#header .logo a:hover {
text-decoration: none;
}

/* gnav */
/*#header .header_menu {
float: right;
}

#header .header_menu .g_nav {
display: flex;
}

#header .header_menu .g_nav>li {
vertical-align: middle;
}

#header .header_menu .g_nav>li>a,
#header .header_menu .g_nav>li>span {
display: flex;
align-items: center;
text-align: center;
vertical-align: middle;
color: #333;
line-height: 1.2;
cursor: pointer;
font-size: 14px;
letter-spacing: 0.08em;
width: auto;
height: 80px;
margin-right: 35px;
-moz-transition-duration: 0.7s;
-o-transition-duration: 0.7s;
-webkit-transition-duration: 0.7s;
transition-duration: 0.7s;
position: relative;
}

#header .header_menu .g_nav>li>a>span,
#header .header_menu .g_nav>li>span>span {
display: block;
margin: 0 auto;
}

#header .header_menu .g_nav>li>a sub,
#header .header_menu .g_nav>li>span sub {
font-size: 10px;
color: #6fba2c;
line-height: 1.2;
display: block;
letter-spacing: 0.25em;
padding-top: 10px;
}

#header .header_menu .g_nav>li dl {
pointer-events: none;
position: absolute;
top: 80px;
left: 0;
display: block;
width: 100%;
padding: 38px 30px 30px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: rgba(222, 241, 204, 0.9);
-moz-transition-duration: 0.6s;
-o-transition-duration: 0.6s;
-webkit-transition-duration: 0.6s;
transition-duration: 0.6s;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
z-index: 99;
}

#header .header_menu .g_nav>li dl dt {
max-width: 1080px;
margin: 0 auto 10px;
font-size: 20px;
line-height: 1.2;
}

#header .header_menu .g_nav>li dl ul {
max-width: 1080px;
margin: 0 auto;
}

#header .header_menu .g_nav>li dl li {
display: inline-block;
margin-right: 30px;
line-height: 1.3;
position: relative;
font-size: 16px;
}

#header .header_menu .g_nav>li dl li:before {
color: #6fba2c;
font-size: 14px;
margin-right: 8px;
}

#header .header_menu .g_nav>li dl li:last-child {
margin-right: 0;
}

#header .header_menu .g_nav>li dl li a {
color: #333;
vertical-align: top;
}

#header .header_menu .g_nav>li dl a:hover {
opacity: 1;
color: #6fba2c;
text-decoration: none !important;
}
.header_left {
float: left;
width: 30% !important;
}
#header .logo img {
width: 100%;
max-width: 250px;
}
.header_right {
float: right;
width: 70%;
}
.desktop #header .header_menu .g_nav>li>span:hover+dl,
.desktop #header .header_menu .g_nav>li>span ul:hover,
.desktop #header .header_menu .g_nav>li dl:hover {
pointer-events: auto;
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
}

.desktop #header .header_menu .g_nav>li dl a:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
text-decoration: underline;
}

.tablet #header .header_menu .g_nav>li>dl {
display: none;
}

.tablet #header .header_menu .g_nav>li>span+dl {
pointer-events: none;
opacity: 0;
}

.tablet #header .header_menu .g_nav>li.hover>span+dl {
pointer-events: auto;
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
}

@media screen and (min-width: 768px) {
#header .header_menu .g_nav>li dl {
pointer-events: none;
}

.desktop #header .header_menu .g_nav>li>a:hover:after,
.desktop #header .header_menu .g_nav>li>span:hover:after,
#header .header_menu .g_nav>li.hover>a:after,
#header .header_menu .g_nav>li.hover>span:after {
display: block;
content: "";
width: 100%;
height: 3px;
background: #6fba2c;
position: absolute;
left: 0;
bottom: 0;
text-decoration: none;
}
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
#header .header_menu {
float: none;
clear: both;
width: 100%;
}

#header .header_menu .g_nav>li {
width: 20%;
}

#header .header_menu .g_nav>li>a,
#header .header_menu .g_nav>li>span {
text-align: center;
margin-right: 0;
height: 80px;
}

#header .header_menu .g_nav>li dl {
top: 146px;
}
}*/
/* =====================================
■HEADER
===================================== */
#wrapper {
	height: 100%;
	padding-top: 85px;
	box-sizing: border-box;
}
header {
	width: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;	
	z-index: 9999;
	transition: all 0.5s;
	box-shadow: 0px 0.4rem 1rem rgba(218,225,229,.8392156863);
}

/* logo */
header .logo {
	float: left;
	width: 166px;
	height: 85px;
	display: flex;
	align-items: center;
	margin-left: 34px;
}
header .logo img {
	width: 100%;
}


@media screen and (max-width: 1080px) and (min-width: 768px) {
	header .logo {
		margin-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 60px !important;
	}
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	header {
		top: 0;
		background: #fff !important;
	}
	header.open {
		background: #fff;
		position: fixed;
		top: 0 !important;
		left: 0;
	}

	/* logo */
	header .logo {
		width: calc(100% - 80px);
		max-width: 100%;
		height: 60px;
		margin-left: 20px;
	}
	header .logo img {
		max-width: 150px;
	}

	/* toggleMenu */
	.toggleMenu {
		display: block;
		width: 60px;
		height: 60px;
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	.triggers,
	.triggers span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.triggers {
		width: 23px;
		height: 20px;
		margin: 20px auto 0;
		text-align: center;
		cursor: pointer;
		position: relative;
	}
	.triggers span {
		width: 100%;
		height: 2px;
		background-color: #059DD4;
		position: absolute;
		left: 0;
		border-radius: 10px;
	}
	.triggers span:nth-of-type(1) {
		top: 0;
	}
	.triggers span:nth-of-type(2) {
		top: 9px;
	}
	.triggers span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active .triggers span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.toggleMenu.active .triggers span:nth-of-type(2) {
		opacity: 0;
	}
	.toggleMenu.active .triggers span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	.toggleMenu.active .triggers span {
		background-color: #fff;
	}
}

/* -------------------------------------
nav
------------------------------------- */
header nav {
	float: right;
	margin-right: 0;
}
header nav .menu {
	display: flex;
}
header nav .menu > li {
	vertical-align: middle;
	position: relative;
	border-left: 1px dotted #ccc;
	padding-left: 20px;
	padding-right: 20px;
}
header nav .menu > li:first-child {
	margin: 0;
}
header nav .menu > li > a,
header nav .menu > li > span {	
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 85px;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.2;
	cursor: pointer;
	position: relative;
	z-index: 100;
	transition: all 0.5s;
	padding: 0 2px;
	padding-top: 24px;
}
header nav .menu > li > a > span,
header nav .menu > li > span > span {
	display: block;
	margin: 0 auto;
}
header nav .menu > li > a:before {
  position: absolute;
  content: '';
 top: 12px;
  left: 36%;
  width: 35px;
  height: 31px;
  background: url(/wp-content/uploads/animal.png) no-repeat;
  background-size: 100% auto;
}
header nav .menu > li:nth-child(2) > a:before {
  background: url(/wp-content/uploads/useful.png) no-repeat;
	background-size: 100% auto;
}
header nav .menu > li:nth-child(3) > a:before {
  background: url(/wp-content/uploads/from.png) no-repeat;
	background-size: 100% auto;
}
header nav .menu > li ul {
	display: block;
	width: 220px;
	box-sizing: border-box;
	pointer-events: none;
	position: absolute;
	top: 80%;
	left: 50%;
	margin-left: -110px;
	padding-top: 15px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 999;
	transition: all 0.5s;
}
header nav .menu > li.hover ul {
	top: 100%;
}
header nav .menu > li ul:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 14px solid #E7DED5;
	position: absolute;
	left: 50%;
	top: 1px;
	margin-left: -15px;
}
header .desktop nav .menu > li.hover ul:after {
	display: block;
	content: "";
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: -33px;
	z-index: -1;
}
header nav .menu > li ul li {
	width: 100%;
}
header nav .menu > li ul li a {
	display: block;
	background: #E7DED5;
	font-weight: bold;
	color: #7E3813;
	font-size: 14px;
	text-align: center;
	padding: 8px 15px;
	position: relative;
	z-index: 2;
}
header nav .menu > li ul li:not(:first-child) a {
	border-top: 1px solid #7E3813;
}
header nav .menu > li ul li:first-child a {
	border-radius: 8px 8px 0 0;
}
header nav .menu > li ul li:last-child a {
	border-radius: 0 0 8px 8px;
}
header nav .menu > li ul a:hover {
	opacity: 1;
	background: #BEA36D;
	color: #fff;
	text-decoration: none !important;
}
header nav .menu > li ul li a > span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	padding: 11px 0 12px 14px;
	text-indent: -14px;
}
header nav .menu > li ul li a > span:before {
	color: #de8631;
	font-size: 12px;
	text-indent: 0;
	vertical-align: top !important;
	margin: 6px 5px 0 0;
	transition: all 0.5s;
}
header nav .menu > li ul li a:hover > span:before {
	color: #fff;
	transition: all 0.5s;
}
header .desktop nav .menu > li > span:hover + ul,
header .desktop nav .menu > li > span ul:hover,
header .desktop nav .menu > li ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
header .desktop nav .menu > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: underline;
}
header .tablet nav .menu > li > ul {
	display: none;
}
header .tablet nav .menu > li > span + ul {
	pointer-events: none;
	opacity: 0;
}
header .tablet nav .menu > li.hover > span + ul {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
header nav .menu > li > a:hover {
	text-decoration: none !important;
}

@media screen and (min-width: 768px) {
	header nav {
		display: block !important;
	}
	header nav .menu > li ul {
		pointer-events: none;
	}
	header nav .menu > li > a:after,
	header nav .menu > li > span:after {
		display: block;
		content: "";
		width: 100%;
		height: 3px;
		background: #e6005a;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		transition: 0.2s ease-out;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	header .desktop nav .menu > li > a:hover:after,
	header .desktop nav .menu > li > span:hover:after,
	header nav .menu > li.hover > a:after,
	header nav .menu > li.hover > span:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	header nav .menu > li > span {
		padding-right: 15px;
	}
	header nav .menu > li > span:before {
		content: "";
		width: 8px;
		height: 8px;
		border-left: 1px solid #7E3813;
		border-top: 1px solid #7E3813;
		position: absolute;
		top: 33px;
		right: 0;
		-moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		box-sizing: border-box;
	}
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
	header nav .menu > li {
		padding-left: 0;
		padding-right: 0;
	}
	header nav .menu > li > a {
		width: 178px;
	}
}

@media screen and (max-width: 767px) {
	header nav {
		display: none;
		width: 100%;
		height: 100%;
		background: #059DD4;
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		overflow-y: scroll !important;
		overflow: hidden;
		z-index: 1000;
	}
	header nav .menu {
		display: block;
		padding: 80px 20px;
		border: none;
		max-width: 193px;
        margin: 0 auto;
	}
	header nav .menu > li {
		width: 100% !important;
		margin: 30px 0 0;
		/*text-align: center;*/
	}
	header nav .menu > li > a,
	header nav .menu > li > span {
		display: inline-block;
		width: auto;
		height: auto;
		padding: 0 !important;
		font-size: 16px;
		color: #fff;
		line-height: 1.4;
		letter-spacing: 0.05em;
		text-align: center;
	}
	header nav .menu > li:last-child > a {
		border-radius: 0 0 5px 5px;
	}
	header nav .menu > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 1px solid #fff;
		border-top: 1px solid #fff;
		position: absolute;
		top: 50%;
		right: 0;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		margin-top: -2px;
		box-sizing: border-box;
	}
	header nav .menu > li.hover > span:after {
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: -9px;
	}
	header nav .menu > li ul {
		display: none;
		width: 100%;
		position: relative;
		top: 0 !important;
		left: 0;
		margin: 0;
		padding: 0;
	}
	header nav .menu > li ul:before,
	header nav .menu > li.hover ul:after {
		display: none;
	}
	header nav .menu > li ul li {
		display: none;
		margin-top: 2px;
	}
	header nav .menu > li.hover ul li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	header nav .menu > li ul li a {
		background: none;
		color: #FFF !important;
		padding: 0;
		border-top: none !important;
		border-radius: 0 !important;
		margin: 15px 0;
	}
	header nav .menu > li ul li a > span {
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1.4;
		padding: 0;
		text-indent: 0;
	}
	header nav .menu > li {
		border-left: none;
	}
	header nav .menu > li > a:before {
  position: absolute;
  content: '';
  top: 0;
  left: -34px;
  width: 28px;
  height: 31px;
  background: url(/wp-content/uploads/animalsp.png) no-repeat;
  background-size: 100% auto;
}
header nav .menu > li:nth-child(2) > a:before {
  background: url(/wp-content/uploads/usefulsp.png) no-repeat;
  background-size: 100% auto;
}
header nav .menu > li:nth-child(3) > a:before {
  background: url(/wp-content/uploads/fromsp.png) no-repeat;
  background-size: 100% auto;
}
	header nav .menu > li ul li a > span:before {
		display: none !important;
	}
	header nav .menu > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	header nav .menu > li > a:hover {
	text-decoration: underline !important;
}

	/*スマホ時サブメニューが消える現象を回避*/
	header nav .menu > li > span {
		position: relative;
		padding-right: 20px !important;
	}
	header nav .menu > li.hover > span + ul,
	header nav .menu > li > span:hover + ul {
		pointer-events: auto;
		opacity: 1;
	}
	.contactBox  {
		padding: 0 20px 80px;
	}
	.contactBox .inner {
		max-width: 630px;
		margin: 0 auto;
		text-align: center;
	}
	.contactBox ul li:not(:first-child) {
		margin-top: 20px;
	}
}
/*--------------------------------------
SIDE
--------------------------------------*/
#sidebar {
	display: none;
}


/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/
.contact_section {
	padding: 53px 0 61px;
	text-align: center;
	background: #ccc;
	background-size: cover;
}

.contact_section .contact_tit {
	font-size: 34px;
	color: #fff;
	letter-spacing: 0.15em;
	line-height: 1.6;
	margin-bottom: 25px;
}

.contact_section .txt {
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 30px;
}

.contact_section .contact_list li {
	float: left;
	width: 49.6%;
	margin-left: 0.8%;
}

.contact_section .contact_list li:first-child {
	margin: 0;
}


@media screen and (max-width: 767px) {
	.contact_section .contact_tit {
		font-size: 28px;
	}

	.contact_section .contact_list {
		max-width: 535px;
		margin: 0 auto;
	}

	.contact_section .contact_list li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
}

/*--------------------------------------
FOOTER facebook twitter instagram line
--------------------------------------*/
#footer {
	background: #edfae1;
	background-size: cover;
	padding: 94px 0 28px;
}

#footer .footer_navi .navi_tit {
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.1em;
	padding-bottom: 29px;
	margin-bottom: 26px;
	position: relative;
	border-bottom: 1px solid #333;
}

#footer .footer_navi .navi_list {
	float: left;
	width: 28%;
	margin-left: 8%;
}

#footer .footer_navi .navi_list ul {
	padding-top: 3px;
}

#footer .footer_navi .navi_list:first-child {
	margin: 0;
}

#footer .footer_navi .navi_list li {
	position: relative;
	margin-top: 19px;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

#footer .footer_navi .navi_list li:first-child {
	margin: 0;
}

#footer .footer_navi .navi_list li:before {
	font-size: 10px;
	color: #6fba2c;
	margin-right: 5px;
}

#footer .footer_navi .navi_list li a {
	vertical-align: top;
}

#footer .footer_navi .navi_list li a:hover {
	color: #6fba2c;
}

#footer .footer_navi .access_box {
	font-size: 13px;
	line-height: 1.9;
}

#footer .footer_navi .access_box p {
	margin-bottom: 22px;
}

#footer .footer_navi .access_box dl dt {
	font-weight: bold;
}

#footer .copyright {
	font-size: 11px;
	color: #BCBCBC;
	line-height: 1.8;
	margin-top: 99px;
}
#footer .fixed_box {
	position: fixed;
	right: 0;
	width: 64px;
	z-index: 999;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	bottom: 0;
	display: none;
}

#footer .fixed_box ul {
	background: #fff;
	border-radius: 10px;
	box-shadow: -2px 2px 10px #ccc;
}
#footer .fixed_box li {
	float: left;
	padding: 10px;
}
#footer .fixed_box li:first-child {
	font-size: 11px;
	letter-spacing: 0;
	font-weight: bold;
	line-height: 1.4;
}
#footer .fixed_box li img {
	width: 100%;
}

#wpfront-scroll-top-container:hover img {
	opacity: 0.8 !important;
}


@media screen and (max-width: 767px) {
	#footer .fixed_box ul {
		display: none;
	}
	/* #footer {
	padding: 50px 0 26%;
}

	#footer .footer_navi .navi_list {
	float: none;
	width: 100%;
	margin-top: 40px;
	margin-left: 0;
}

	#footer .copyright {
	margin-top: 50px;
}

	#footer .fixed_box {
	right: 0;
	width: 100%;
}

	#footer .fixed_box li {
	float: left;
	width: 40.5%;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}

	#footer .fixed_box li:last-child {
	width: 19%;
	border-right: none;
	box-sizing: border-box;
}

	#wpfront-scroll-top-container {
	display: none !important;
}*/
}

/*Pagination CSS*/
ul.page-numbers {
	list-style: none;
	margin: 0;
}

.page-numbers:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

ul.page-numbers li {
	display: block;
	float: left;
	margin: 0 4px 4px 0;
	text-align: center;
}

.page-numbers a,
.page-numbers span {
	line-height: 1.6em;
	display: block;
	padding: 0 6px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	text-decoration: none;
	font-weight: 400;
	cursor: pointer;
	color: #888;
}

.page-numbers a span {
	padding: 0
}

/*.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
color: #000;
background: #f7f7f7;
text-decoration: none;
}*/

.page-numbers:hover {
	text-decoration: none
}