@charset "utf-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Author: the Takahiro Sahashi
Author URI: http://pmen.net/
Description: genova template.
Version: 1.0
*/

/* =====================================
■BASE
===================================== */
html {
	font-size: 100%;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 62.5%;
	background: #FFFFFF;
	color: #666666;
	line-height: 140%;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
*{
	font-size: 100%;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
	color: #0099CC;
	vertical-align: baseline;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:focus, *:focus {
	outline: none;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
	vertical-align: baseline;
}
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}

@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
--------------------------------------*/
#wrapper {
	overflow: hidden;
	font-size: 120%;
}
#header_bg,
.mainImageWrap,
#main {
    max-width: 960px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
#main {
    margin-top: 20px;
}
.home #main {
    margin-top: 0;
}
.container {
    width: 100%;
    max-width: 960px;
    padding: 0 20px;
    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;
}
.home .elementor-section.elementor-section-boxed>.elementor-container {
	max-width: inherit;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}


/*--------------------------------------
header
--------------------------------------*/
#header {
    top: 0 !important;
    position: relative;
	z-index: 1;
	padding-bottom: 14px;
}
#header:before,
#header:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    left: 0;
    z-index: -1;
}
#header:before {
    height: 21px;
    top: 0;
    background: #fafafa;
}
#header:after {
    height: 1px;
    top: 21px;
    background: #f0f0f0;
}
#header h1 {
    font-size: 100%;
    font-weight: normal;
    padding: 4px 0 0 0;
}
#header h1,
#header h1 a {
    color: #999;
}
.headerBottomLeft {
    width: 39%;
    float: left;
}
.headerBottomRight {
	float: right;
	width: 60%;
	text-align: right;
	margin-top: 14px;
}
#header h2 {
    margin-top: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 100%;
	color: #999;
}

/* logo */
#header .logo {
	margin: 25px 0 0 0;
}
#header .logo a {
    display: inline-block;
}

/* gnav */
#header .header_menu .g_nav {
	display: flex;
}
#header .header_menu .g_nav > li {
	vertical-align: middle;
    width: 16.5%;
	padding-right: 1px;
}
#header .header_menu .g_nav > li.last {
    display: none;
}
#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;
	line-height: 1.2;
	cursor: pointer;
	font-size: 1.4em;
	width: auto;
	height: 36px;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	position: relative;
	text-align: center;
	color: #06487d;
	text-decoration: none;
}
#header .header_menu .g_nav > li > a:hover,
#header .header_menu .g_nav > li > span:hover {
    color: #5fa8e9;
}
#header .header_menu .g_nav > li > a > span,
#header .header_menu .g_nav > li > span > span {
	display: block;
	padding-left: 26px;
}
#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;
}
.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;
	}
	.header_menu {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	body,
	#wrapper {
		background: #FFFFFF;
	}
	#header {
		padding: 0;
		height: 60px;
		background: #FFFFFF;
	}
	#header_bg {
		background: #FFFFFF;
		padding: 0;
	}
	.headerTop,
	.headerBottomLeft .clearfix,
	.headerBottomRight {
		display: none;
	}
	#header .inner {
		padding: 0;
	}
	.headerBottomLeft {
		width: 100%;
		float: none;
		box-sizing: border-box;
		padding: 0;
	}

	/* logo */
	#header .logo {
		margin: 0;
		width: 100%;
		position: relative;
		z-index: 2;
		padding: 13px 0 11px 10px;
		display: block;
		background: #FFFFFF;
		box-sizing: border-box;
	}
	.headerBottomLeft .headerTime {
		display: none;
	}
	#header .logo a {
		float: none;
		width: 230px;
		margin: 0;
		max-width: inherit;
	}
	#header .logo img {
		width: 100%;
		max-width: 100%;
	}
	#header .logo a:hover {
		text-decoration: none;
	}
	.actine-on .logo {
		position: fixed !important;
		z-index: 1000 !important;
	}

	#header .toggleMenu {
		display: block;
	}
	.toggleMenu {
		float: right;
		width: 60px;
		height: 60px;
		text-align: center;
		color: #5EBE00;
		cursor: pointer;
		margin-right: 0;
		position: fixed;
		top: 0;
		right: 0;
		background: #FFFFFF;
		z-index: 1000;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 23px;
		height: 21px;
		margin: 19px auto 0;
		text-align: center;
	}
	.menu-trigger:after {
		content: "MENU";
		display: none;
		line-height: 1;
		font-size: 10px;
		letter-spacing: 0.15em;
		font-weight: bold;
		margin-top: 30px;
		color: #6fba2c;
		margin-left: 1px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #5EBE00;
		border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 9px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}

	#header .right_box, #header .g_nav {
		display: none;
	}
	#header .header_menu {
		float: none;
		clear: both;
		margin: 0;
		z-index: 999;
		padding: 0;
	}
	#header .actine-on + .header_menu {
		position: fixed;
		background: #FFE6C1;
		width: 100%;
		height: 60px;
		top: 0;
		left: 0;
		z-index: 999;
	}
	#header .header_menu .g_nav {
		display: block;
		text-align: center;
		background: #FFE6C1;
		position: fixed;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		top: 60px;
		padding: 30px 0 0;
		z-index: 999;
		box-sizing: border-box;
	}
	#header .header_menu .g_nav > li {
		position: relative;
		border: none;
		border-left: none;
		width: 100% !important;
		margin-bottom: 2px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#header .header_menu .g_nav > li > a,
	#header .header_menu .g_nav > li > span {
		width: 100%;
		padding: 20px 50px 20px 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		text-align: left;
		height: auto;
		font-size: 16px;
		font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
		background: #FFFFFF;
		letter-spacing: 0.1em;
		color: #22201E;
	}
	#header .header_menu .g_nav > li > a {
		padding-right: 20px;
	}
	#header .header_menu .g_nav > li:first-child > a,
	#header .header_menu .g_nav > li:first-child > span {
		border-radius: 5px 5px 0 0;
	}
	#header .header_menu .g_nav > li:nth-last-child(2) > a,
	#header .header_menu .g_nav > li:nth-last-child(2) > span {
		border-radius: 0 0 5px 5px;
	}
	#header .header_menu .g_nav > li > a span,
	#header .header_menu .g_nav > li > span span {
		margin: 0;
		padding-left: 0;
	}
	#header .header_menu .g_nav > li > a:hover,
	#header .header_menu .g_nav > li > span:hover {
		background: #ffffff;
		color: #22201E;
	}
	#header .header_menu .g_nav > li > span:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 16px;
		height: 16px;
		border-bottom: 2px solid #F59504;
		border-left: 2px solid #F59504;
		-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: -14px;
	}
	#header .header_menu .g_nav > li.hover > span:after {
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		margin-top: -3px;
	}
	#header .header_menu .g_nav > li > a sub,
	#header .header_menu .g_nav > li > span sub {
		margin: -2px 0 0 8px;
		display: inline-block;
		vertical-align: middle;
		bottom: 0;
		color: #fff;
		padding-top: 0;
		font-size: 10px;
	}
	#header .header_menu .g_nav > li dl {
		position: relative;
		top: 0;
		background: none;
		padding: 0;
	}
	#header .header_menu .g_nav > li dl li:before {
		display: none;
	}
	#header .header_menu .g_nav > li dl li {
		padding-left: 0;
	}
	#header .header_menu .g_nav > li dt {
		display: none;
	}
	#header .header_menu .g_nav > li ul {
		position: inherit;
		display: none;
		top: 0;
		padding: 0;
	}
	#header .header_menu .g_nav > li ul li {
		display: block;
		margin-right: 0;
		border-top: 1px solid #FFE6C1;
	}
	#header .header_menu .g_nav > li ul li a {
		position: relative;
		display: block;
		padding: 15px 20px 12px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		background: #BCE890;
		color: #fff;
		font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
		text-decoration: none;
	}
	#header .header_menu .g_nav > li ul li a:hover {
		text-decoration: none;
		background: #95C565;
	}
	#header .header_menu .g_nav > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	#header .header_menu .g_nav > li.last {
		display: block;
		background: #5EBE00;
		margin: 30px 0 0;
		padding-bottom: 70px;
	}
	#header .header_menu .g_nav > li.last ul {
		display: block;
	}
	.header_access_btn {
		padding: 40px 0;
	}
	.header_access_btn .tle {
		font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
		font-size: 24px;
		letter-spacing: 0.15em;
		color: #FFFFFF;
		margin-bottom: 20px;
		line-height: 1.4;
	}
	#header .header_menu .g_nav > li.last ul li {
		border: none;
		margin-bottom: 6px;
	}
	#header .header_menu .g_nav > li.last ul li a {
		padding: 0;
		background: none;
	}

	/*スマホ時サブメニューが消える現象を回避*/
	#header .header_menu .g_nav > li > span {
		position: relative;
	}
	#header .header_menu .g_nav > li.hover > span + dl,  #header .header_menu .g_nav > li > span:hover + dl {
		pointer-events: auto;
		opacity: 1;
	}
}
@media screen and (max-width: 480px) {
	#header .header_menu .g_nav > li > a,
	#header .header_menu .g_nav > li > span {
		letter-spacing: 0;
	}
	.header_access_btn .tle {
		font-size: 20px;
	}
}


/*--------------------------------------
SIDE
--------------------------------------*/
.contentBase {
    max-width: 680px;
    float: right;
    width: 74%;
    min-height: 600px;
    box-sizing: border-box;
}
.side {
    float: left;
    max-width: 220px;
    width: 24%;
    box-sizing: border-box;
}
.side a:hover img {
	opacity: 1;
}
.sideTopList li {
    margin-bottom: 1px;
    line-height: 1.6;
}
.sideTopList ul a {
    display: block;
    background: url(/wp-content/uploads/navi_bg.jpg) no-repeat;
    text-decoration: none;
    color: #FFF;
    font-size: 1.33em;
    padding: 0 5px 0 35px;
    height: 41px;
    box-sizing: border-box;
    line-height: 40px;
	font-weight: bold;
}
.sideTopList ul a:hover {
    color: #FCFFC1;
}
.sideTopList ul .sideSub a {
    background: url(/wp-content/uploads/sub_menu_bg.png) no-repeat;
    color: #663300;
    padding-left: 48px;
}
.sideTopList ul .sideSub a:hover {
    color: #FF9900;
}
.sideCenterList {
    margin-top: 7px;
}
.sideCenterList li {
    margin-bottom: 5px;
}
.sideAccessInner {
	padding: 10px 7px 7px;
	border: 3px solid #99CC00;
}
.accessMap {
    position: relative;
    border: 1px solid #CCC;
    padding-top: 125px;
	margin-bottom: 5px;
}
.accessMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.accessLink {
	font-size: 0.92em;
	margin-bottom: 6px;
}
.accessTxt {
    border-bottom: 1px dotted #cccccc;
    border-top: 1px dotted #cccccc;
    font-size: 1.17em;
    margin-bottom: 10px;
    line-height: 140%;
    padding: 7px 0 4px;
}
.sideAccessInner ul {
    margin-top: 10px;
}
.sideBottomList {
    margin-top: 5px;
}
.sideBottomList li {
    margin-bottom: 5px;
}
.sideBottomList li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 960px) {
	.contentBase {
		width: 100%;
		float: none;
		margin: 0 auto;
		padding: 0;
	}
	.side {
		float: none;
		margin: 40px auto;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.contentBase {
		padding: 0;
		min-height: 400px;
	}
	.home #content .elementor img {
		width: auto !important;
	}
	.sideTopList {
		display: none;
	}
}


/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/


/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
	border-bottom: 2px solid #666;
	border-top: 3px solid #99ca00;
	letter-spacing: 1px;
	padding: 0 0 20px;
	margin-top: 90px;
}
.footer_inner {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
	position: relative;
}
.fixed_pagetop {
    position: absolute;
    top: -55px;
    right: 25px;
}
.footer_box {
    background: url(/wp-content/uploads/footer_bg.png) repeat-x top left;
    border-bottom: 1px dotted #d4d4d4;
	padding: 22px 0 13px;
	margin-bottom: 10px;
}
.footerLink {
	font-size: 92%;
	line-height: 1.4;
	text-align: center;
}
.footerLink li {
	display: inline;
}
.footerLink li a {
	color: #666666;
	text-decoration: none;
	vertical-align: baseline;
}
.footerLink li a:hover {
    text-decoration: underline;
}
.footerBoxLeft {
    width: 49.4%;
    float: left;
	letter-spacing: 0;
}
.footerBoxRight {
    width: 48.5%;
    float: right;
	letter-spacing: 0;
}
.footerMap {
    position: relative;
    padding-top: 210px;
	margin-bottom: 5px;
}
.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footerAccessTable {
    margin-bottom: 10px;
}
.footerAccessTable th,
.footerAccessTable td {
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
    text-align: left;
    vertical-align: top;
    font-size: 1.17em;
    font-weight: normal;
    line-height: 150%;
}
.footerAccessTable th {
	width: 70px;
	border-left: 2px solid #99cc00;
	padding-left: 10px;
	position: relative;
}
.footerAccessTable th:before {
	position: absolute;
	content: '';
	display: block;
	background: #fff;
	width: 100%;
	height: 2px;
	top: 0;
	left: -2px;
}
.footerAccessTable td a.btnTel {
	color: #666666;
	text-decoration: none;
}
.footerTimeTable th,
.footerTimeTable td {
    text-align: center;
    border: 1px solid #FFF;
    padding: 5px;
}
.footerTimeTable thead th {
	font-weight: bold;
	background: #E9F57C;
}
.footerTimeTable thead th:first-child,
.footerTimeTable tbody th {
	text-align: left;
}
.footerTimeTable tbody th,
.footerTimeTable tbody td {
	background: #F0F0F0;
}
.footerTxt {
    font-size: 1.17em;
    line-height: 160%;
    margin-top: 3px;
}
.copyright {
	font-style: normal;
	text-align: center;
	margin-top: 16px;
}
#footer .fixed_box img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	#footer .fixed_box {
		position: fixed;
		-moz-transition-duration: 0.7s;
		-o-transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
		transition-duration: 0.7s;
		z-index: 999;
		width: 279px;
		bottom: 0 !important;
		right: 0;
		background: #E3E3E3;
	}
	#footer .fixed_box li {
		float: left;
		width: 18%;
	}
	#footer .fixed_box li:nth-child(1) {
		width: 82%;
	}
}
@media screen and (max-width: 960px) {
	.footerTxt {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 767px) {
	#footer {
		margin-top: 40px;
	}
	.footerBoxLeft,
	.footerBoxRight {
		width: 100%;
		float: none;
	}
	.footerBoxLeft {
		margin-bottom: 25px;
	}
	.copyright {
		letter-spacing: 0;
	}
	#footer .fixed_box {
		width: 279px;
		position: fixed;
		-moz-transition-duration: 0.7s;
		-o-transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
		transition-duration: 0.7s;
		z-index: 999;
		right: 0;
		background: #E3E3E3;
	}
	#footer .fixed_box li {
		float: left;
		width: 18%;
	}
	#footer .fixed_box li:nth-child(1) {
		width: 82%;
	}
}


/*--------------------------------------
HOME
--------------------------------------*/
.topLogo {
    display: none;
}

@media screen and (max-width: 767px) {
	.home #header .logo {
		padding: 4px 5px;
		text-align: center;
	}
	.home #header .logo a {
		width: auto;
	}
	.home #header .logo img {
		display: none;
	}
	.home #header .logo img.topLogo {
		display: block;
	}
	.home #header .toggleMenu {
		display: none;
	}
	.home .footerLink li {
		display: none;
	}
	.home .footerLink li:last-child {
		display: block;
	}
	.home .footer_inner > .clearfix {
		display: none;
	}
	.home .side {
		display: none;
	}
}