@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
===================================== */
body {
	background: #ffffff url(/wp-content/uploads/bg.png) repeat-x top left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 76%;
	line-height: 140%;
	color: #454545;
	position: relative;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 100%;
}
a {
	color: #86c100;
	vertical-align: baseline;
	text-decoration: none;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
a:hover {
	color: #8a8a8a;
	text-decoration: none;
}
/* a:visited {
color: #B89F7A;
} */
a:focus, *:focus {
	outline: none;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
	text-decoration: none;
}
.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;
		text-decoration: underline;
	}
}

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

@media screen and (max-width: 767px) {
	.fr {
		float: none !important;
	}
	.fl {
		float: none !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;
}


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

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


/* =====================================
■Layout
===================================== */
/*--------------------------------------
base
--------------------------------------*/
#base {
	width: 100%;
	margin: 0px auto;
	text-align: left;
	padding: 10px 30px;
	box-sizing: border-box;
	max-width: 980px;
	min-height: 600px;
}
#contentBase {
	float: right;
	width: 74%;
	max-width: 680px;
}
#contentBase .contentArea {
    padding: 15px 20px 1px;
    line-height: 160%;
    background: url(/wp-content/uploads/contents_bg.jpg) no-repeat;
    background-size: 100% auto;
	min-height: 800px;
}

@media screen and (max-width: 960px) {
	#contentBase {
		float: none;
		margin: 0 auto;
		max-width: 680px;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#base {
		padding: 10px 20px;
		min-height: 400px;
	}
	#contentBase .contentArea {
		padding: 15px 0;
		background: none;
		min-height: 400px;
	}
}


/*--------------------------------------
header
--------------------------------------*/
#wrapper {
	font-size: 120%;
}
#header {
	margin: 0 auto;
	width: 100%;
	max-width: 980px;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: left;
	height: 150px;
}
#header .wrap {
    background: url(/wp-content/uploads/telbg.png) no-repeat right top;
	height: 100%;
}
#header h1 {
	font-size: 80%;
	font-weight: normal;
	padding-top: 6px;
	float: left;
}
#header h1, #header h1 a {
	color: #5e5c5a;
}
#header .headerLeft {
	width: 62%;
	float: left;
}
#header .headerLeft #logo {
	margin-top: 7px;
	line-height: 0;
	width: 75%;
}
#header .headerLeft #logo a img {
	margin-top: 15px;
	max-width: 423px;
	width: 100%;
}
#header .headerLeft h2 {
	margin-top: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 80%;
	color: #5e5c5a;
}
#header .rightBox {
	width: 36%;
	float: right;
	text-align: right;
	margin-top: -10px;
	padding-right: 13px;
}
#header .rightBox a.btnInq {
    margin-top: 5px;
    display: inline-block;
    line-height: 0;
}
#header .rightBox img {
	width: auto;
	max-width: 100%;
}
.header_menu .g_nav > li {
	float: left;
	text-transform: uppercase;
	margin-left: 0px;
	position: relative;
	box-sizing: border-box;
	border-right: 1px solid #c5c5c5;
	width: 20%;
}
.header_menu .g_nav > li:first-child {
	border-left: 1px solid #c5c5c5;
}
.header_menu .g_nav > li > a,
.header_menu .g_nav > li > span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	color: #000000;
	text-align: center;
	text-decoration: none;
	position: relative;
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	text-transform: none;
	cursor: pointer;
	z-index: 5;
	padding: 10px 5px;
	letter-spacing: 4px;
}
.header_menu .g_nav > li > a > span,
.header_menu .g_nav > li > span > span {
	display: block;
	margin: 0 auto;
}
.header_menu .g_nav > li > a:hover,
.header_menu .g_nav > li > span:hover,
.header_menu .g_nav > li.hover > a,
.header_menu .g_nav > li.hover > span {
	color: #fff;
	background: #30587b;
	opacity: 1;
}
.tablet .header_menu .g_nav > li > a:hover,
.tablet .header_menu .g_nav > li > span:hover,
.tablet .header_menu .g_nav > li.hover > a,
.tablet .header_menu .g_nav > li.hover > span {
	background: none;
}
.header_menu .g_nav > li ul {
	display: block;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	pointer-events: none;
	-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;
	transition: .3s;
}
.header_menu .g_nav > li ul li {
	border-top: 1px solid #fff;
}
.header_menu .g_nav > li ul li a {
	display: block;
	font-weight: normal;
	line-height: normal;
	color: #fff;
	background: #67bcd8;
	padding: 15px 5px;
	text-align: center;
	line-height: 1.2;
	text-decoration: none;
	letter-spacing: 2px;
}
.header_menu .g_nav > li ul a:hover {
	background: #85c9e0;
	text-decoration: none !important;
	opacity: 1;
	color: #fff;
}
.tablet .header_menu .g_nav > li ul a:hover {
	background: #fed691;
	text-decoration: none !important;
	opacity: 1;
	color: #333;
}
.desktop .header_menu .g_nav > li > span:hover + ul,
.desktop .header_menu .g_nav > li > span ul:hover,
.desktop .header_menu .g_nav > li ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop .header_menu .g_nav > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: underline;
}
.tablet .header_menu .g_nav > li > ul {
	display: none;
}
.tablet .header_menu .g_nav > li > span + ul {
	pointer-events: none;
	opacity: 0;
}
.tablet .header_menu .g_nav > li > span.hover + ul, .tablet .header_menu .g_nav > li.hover > span + ul {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	display: block;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
	#header .wrap {
		background-size: 45% auto;
	}
}
@media screen and (min-width: 768px) {
	.header_menu {
		display: none !important;
	}
	.header_menu .g_nav > li ul {
		pointer-events: none;
	}
}
@media screen and (max-width: 767px) {
	body {
		background: #ffffff;
	}
	html.noscroll,
	html.noscroll body {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	#header {
		height: 60px;
		position: relative;
		margin: 0;
		padding: 0 20px;
		background: #ffffff;
	}
	#header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	#header h1, #header .headerLeft h2 {
		display: none;
	}
	#header .headerLeft {
		width: 220px;
	}
	#header .headerLeft #logo {
		margin-top: 17px;
		width: 100%;
	}
	#header .headerLeft #logo a img {
		margin-top: 0;
	}
	#header .rightBox {
		padding-top: 0;
	}
	.toggleMenu {
		display: block;
		width: 60px;
		height: 60px;
		background: #ffffff;
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 23px;
		height: 21px;
		margin: 19.5px auto 0;
		text-align: center;
		cursor: pointer;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #8FC320;
		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(9px) rotate(-45deg);
		transform: translateY(9px) 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(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	.header_menu {
		display: none;
		background: #EAF6FF;
		float: none;
		clear: both;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100% - 60px);
		padding: 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		overflow: hidden;
		z-index: 999;
	}
	.header_menu .inner {
		padding: 20px;
	}
	.header_menu .g_nav {
		display: block;
		padding: 0;
		background: none;
	}
	.header_menu .g_nav > li {
		float: none;
		width: 100% !important;
		margin: 2px 0 0;
		border: none !important;
		position: relative;
		background: none;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-family: "秀英角ゴシック金 L", "Shuei KakuGo Kin L";
		font-size: 16px;
		letter-spacing: 0.1em;
		text-align: left;
		color: #22201E;
		background: #fff;
		cursor: pointer;
		text-decoration: none;
		position: relative;
		padding: 20px 40px 20px 20px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header_menu .g_nav > li:first-child > a,
	.header_menu .g_nav > li:first-child > span {
		border-radius: 5px 5px 0 0;
	}
	.header_menu .g_nav > li:last-child > a,
	.header_menu .g_nav > li:last-child > span {
		border-radius: 0 0 5px 5px;
	}
	.header_menu .g_nav > li > a:hover,
	.header_menu .g_nav > li > span:hover,
	.header_menu .g_nav > li.hover > a,
	.header_menu .g_nav > li.hover > span {
		background: #ffffff;
		color: #22201E;
	}
	.header_menu .g_nav > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 1px solid #002365;
		border-top: 1px solid #002365;
		position: absolute;
		top: 50%;
		right: 20px;
		-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_menu .g_nav > li.hover > span:after {
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: -8px;
	}
	.header_menu .g_nav > li > a > span,
	.header_menu .g_nav > li > span > span {
		display: block;
		margin: 0 auto;
	}
	.header_menu .g_nav > li ul {
		display: none;
		position: relative;
		top: 0 !important;
		left: 0;
		background: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
		width: 100%;
	}
	.header_menu .g_nav > li ul li {
		display: none;
		width: 100%;
		margin-top: 2px;
		border-top: none;
	}
	.header_menu .g_nav > li.hover li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	.header_menu .g_nav > li ul li a {
		display: block;
		font-family: "秀英角ゴシック金 L", "Shuei KakuGo Kin L";
		font-size: 16px;
		letter-spacing: 0.1em;
		text-align: left;
		color: #ffffff;
		background: #E2F4B0 !important;
		margin-top: 2px;
		padding: 20px 30px;
		text-decoration: none !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	.header_menu .g_nav > li ul li a:hover {
		opacity: 1;
		background: #E2F4B0 !important;
		color: #22201E;
	}	
	.header_menu .g_nav > li ul li a span {
		margin-left: 5px;
	}
	.header_menu .g_nav > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	/*スマホ時サブメニューが消える現象を回避*/
	.header_menu .g_nav > li > span {
		position: relative;
	}
	.header_menu .g_nav > li.hover > span + ul,
	.header_menu .g_nav > li > span:hover + ul {
		pointer-events: auto;
		opacity: 1;
	}

	.contact_box {
		background: #8FC320;
	}
	.box_inner {
		padding: 30px 20px;
		margin-top: 30px;
	}
	.contact_tit {
		font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B";
		text-align: center;
		font-size: 24px;
		letter-spacing: 0.15em;
		color: #FFFFFF;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.box_inner li {
		margin-top: 6px;
	}
	.box_inner li img {
		width: auto;
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		letter-spacing: 0;
	}
	.contact_tit {
		letter-spacing: 0;
		font-size: 22px;
	}
}


/*--------------------------------------
SIDE
--------------------------------------*/
#side {
	width: 24%;
	float: left;
}
#side img {
	width: auto;
	max-width: 100%;
}
#side .sort {
	margin-bottom: 12px;
}
.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}
#navigation {
	background: #f8f8f8;
	border: 1px solid #f3f3f3;
	padding: 7px 7px 8px;
	margin-bottom: 15px !important;
}
.navTypeLeft #navigation ul {
    position: relative;
    z-index: 99;
}
#side #navigation ul#nav li {
	position: relative;
	margin-bottom: 4px;
	letter-spacing: -0.5px;
}
.navTypeLeft #navigation ul li a {
    display: block;
}
#side #navigation li a {
    background-image: url(/wp-content/uploads/menu_out.png);
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
	color: #fff;
	padding: 10px 5px 9px 20px;
}
#side #navigation li a:hover {
	background-image: url(/wp-content/uploads/menu_over.png);
	color: #383737;
}
#side #navigation li.active a {
    color: #383737;
	background-image: url(/wp-content/uploads/menu_over.png);
}
#side #navigation li:first-child.active a {
    color: #fff;
	background-image: url(/wp-content/uploads/menu_out.png);
}
#side #navigation li:first-child.active a:hover {
    color: #383737;
	background-image: url(/wp-content/uploads/menu_over.png);
}
#access {
    margin-bottom: 10px !important;
}
#accessTitle {
    line-height: 0;
}
#accessInner {
    border-left: 1px solid #dcf1a0;
    border-right: 1px solid #dcf1a0;
    border-bottom: 1px solid #dcf1a0;
    padding: 3px 7px 10px 7px;
}
.sideMap {
	position: relative;
	padding-top: 154px;
	margin-bottom: 1px;
}
.sideMap iframe {
    padding: 1px;
    border: 1px solid #CCCCCC !important;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.sideLink {
    margin-bottom: 12px;
}
.sideLink a {
    text-decoration: underline;
}
.sideTxt {
	line-height: 1.4;
	margin-bottom: 0;
}
.green {
    color: #86c100;
}
.side_tel_number {
    line-height: 0;
}
.side_tel_number a.btnInq {
    margin-bottom: 5px;
    display: inline-block;
}

@media screen and (max-width: 960px) {
	#side {
		max-width: 700px;
		margin: 30px auto 0;
		float: none;
		width: 100%;
	}
	.sideLeft {
		width: 31.9%;
		float: left;
	}
	.sideCenter {
		width: 31.9%;
		float: left;
		margin-left: 2.15%;
	}
	.sideRight {
		width: 31.9%;
		float: right;
	}
}
@media screen and (max-width: 767px) {
	#side {
		max-width: 220px;
	}
	#navigation {
		display: none;
	}
	.sideLeft,
	.sideCenter,
	.sideRight {
		width: 100%;
		float: none;
		margin: 0;
	}
}


/*--------------------------------------
content-bottom
--------------------------------------*/
#content-bottom {
    text-align: center;
}
#content-bottom img {
	width: auto;
	max-width: 100%;
}


/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
	letter-spacing: 1px;
	padding-top: 10px;
	clear: both;
	color: #404040;
	margin-top: 41px;
}
#pagetopWrap {
	width: 100%;
	max-width: 980px;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 30px auto 5px;
	text-align: right;
	display: none;
}
#footerInner {
	padding: 20px 0 60px;
	background: #d6f8b6;
}
#footer #footerContent {
	max-width: 980px;
	width: 100%;
	padding: 0 30px;
	margin: 0px auto;
	text-align: left;
	box-sizing: border-box;
}
#footer #footerContent ul {
	margin-bottom: 14px;
	font-size: 90%;
}
#footer #footerContent li {
	display: inline-block;
}
#footer #footerContent li a {
	color: #404040;
	text-decoration: none;
}
#footer #footerContent li a:hover {
	text-decoration: underline;
}
#footerFreeArea {
    background: #fff;
    padding: 8px 10px 28px;
    line-height: 1.4em;
}
.footer_box01 {
    float: left;
    width: 52.4%;
}
.footer_box02 {
    float: right;
    width: 46.7%;
}
.footerTitle {
    font-size: 14px;
    position: relative;
    line-height: 1.4;
    letter-spacing: 0;
    padding-left: 17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	margin-bottom: 3px;
}
.footerTitle:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 3px;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 3px solid #86c100;
}
.footer_box01 img {
    border: 4px solid #f2f2f2;
    padding: 1px;
    box-sizing: border-box;
}
table.addressTable {
	margin-bottom: 10px;
}
table.addressTable td,
table.addressTable th {
	border: 1px solid #dedede;
	padding: 5px;
}
table.addressTable th {
	background: #f5f5f5;
	font-weight: normal;
	width: 25%;
}
table.businessTable td,
table.businessTable th {
	border: 1px solid #dedede;
	padding: 5px;
	text-align: center;
}
table.businessTable th {
	background: #f5f5f5;
	font-weight: normal;
}
#footer .fixed_box {
	position: fixed;
	right: 0;
	width: 339px;
	z-index: 998;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	bottom: 0 !important;
}
#footer .fixed_box li {
	width: 14.9%;
	float: left;
	line-height: 0;
}
#footer .fixed_box li:nth-child(1) {
	width: 67.6%;
}
#footer .fixed_box li:nth-child(3) {
    float: right;
}
#footer .fixed_box li img {
	width: 100%;
	max-width: inherit;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
	.footer_box01 {
		width: 46%;
	}
	.footer_box02 {
		width: 52%;
	}
	table.addressTable td,
	table.addressTable th {
		letter-spacing: 0;
	}
}
@media screen and (max-width: 767px) {
	#footer {
		letter-spacing: 0;
		margin-top: 0;
	}
	#footer #footerContent {
		padding: 0 20px;
	}
	#footerInner {
		padding: 30px 0 20%;
	}
	#footerFreeArea {
		padding: 10px;
	}
	.footer_box01,
	.footer_box02 {
		float: none;
		width: 100%;
	}
	.footer_box02 {
		margin-top: 20px;
	}
	table.addressTable th {
		width: 75px;
	}
	table.businessTable td,
	table.businessTable th {
		font-size: 12px;
	}
	#footer address {
		margin-top: 10px;
	}
	#footer .fixed_box {
		width: 100%;
	}
	#footer .fixed_box li {
		width: 42.63%;
	}
	#footer .fixed_box li:nth-child(1) {
		width: 42.43%;
	}
	#footer .fixed_box li:nth-child(3) {
		width: 14.94%;
	}
}