@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 {
	background: #fff;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	color: #393939;
	line-height: 1.8;
	position: relative;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 1px;
}
a {
	color: #393939;
	vertical-align: baseline;
	text-decoration: none;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
a:hover {
	color: #62a444;
}
a:focus, *:focus {
	outline: none;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
.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
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1210px;
	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;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}

@media (min-width: 980px) and (max-width: 1199px) {
	.container {
		max-width: 980px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.container {
		max-width: 808px;
	}
}
@media (max-width: 767px) {
	.container {
		max-width: 460px;
	}
}
@media (max-width: 479px) {
	.container {
		max-width: 340px;
	}
}


/*--------------------------------------
header
--------------------------------------*/
#wrapper {
	height: 100%;
	padding-top: 85px;
	box-sizing: border-box;
}
#header {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	background: #fff !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
}
.header_block {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/* logo */
#header .logo {
	width: 175px;
	line-height: 0;
	float: left;
	margin: 17px 0 0 70px;
}
#header .logo img {
	width: 100%;
}
#header .logo a:hover {
	text-decoration: none;
}

/* gnav */
.header_menu {
    float: right;
    margin-right: 55px;
}
.header_menu .g_nav {
	display: flex;
}
.header_menu .g_nav > li {
	vertical-align: middle;
	position: relative;
	margin-left: 11px;
}
.header_menu .g_nav > li:first-child {
	margin-left: 0;
}
.header_menu .g_nav > li > a,
.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: 18px;
    letter-spacing: 0;
    color: #403426;
    font-family: 'Noto Serif JP', serif;
	font-weight: 400;
    height: 85px;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    position: relative;
    box-sizing: border-box;
    justify-content: center;
	padding: 0 10px;
}
.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 sub,
.header_menu .g_nav > li > span sub {
	color: #c8ce31;
	font-size: 8px;
	letter-spacing: 0.21em;
	display: block;
	margin-top: 8px;
}
.header_menu .g_nav > li ul {
	pointer-events: none;
	position: absolute;
	top: 73%;
	left: 50%;
	display: block;
	width: 280px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #639144;
	-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;
	margin-left: -140px;
	margin-top: 7px;
}
.header_menu .g_nav > li.hover ul {
	top: 78%;
	opacity: 1;
	pointer-events: auto;
}
.header_menu .g_nav > li ul:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #639144;
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -6px;
}
.header_menu .g_nav > li ul li {
	width: 100%;
}
.header_menu .g_nav > li ul li a {
	display: block;
	color: #fff;
	padding: 0 20px;
	position: relative;
	font-family: 'Noto Serif JP', serif;
    font-weight: 400;
}
.header_menu .g_nav > li ul a:hover,
.header_menu .g_nav > li ul a > span:hover {
	opacity: 1;
	text-decoration: none !important;
}
.tablet .header_menu .g_nav > li ul a:hover,
.tablet .header_menu .g_nav > li ul a > span:hover{
	opacity: 1;
}
.header_menu .g_nav > li ul li a > span {
	display: block;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    padding: 11px 0 12px 15px;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #fff;
}
.header_menu .g_nav > li ul li:last-child a > span {
	border-bottom: none;
}
.header_menu .g_nav > li ul li a > span:before {
	color: #fff;
	font-size: 10px;
	text-indent: 0;
	position: absolute;
	left: 0;
	top: 17px;
}
.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;
	background: #C8DF6E;
}
.tablet .header_menu .g_nav > li > span + ul {
	pointer-events: none;
	opacity: 0;
}
.tablet .header_menu .g_nav > li.hover > span + ul {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.header_menu .g_nav > li:last-child ul {
    width: 140px;
    margin-left: -70px;
}

@media screen and (min-width: 768px) {
	.header_menu {
		display: block !important;
	}
	.header_menu .g_nav > li ul {
		pointer-events: none;
	}
	.header_menu .g_nav > li > a:hover,
	.header_menu .g_nav > li > span:hover {
		color: #639144;
	}
	.tablet .header_menu .g_nav > li > a:hover:before,
	.tablet .header_menu .g_nav > li > span:hover:before {
		color: #403426;
	}
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
	#header .logo {
		margin-left: 15px;
	}
	.header_menu {
		margin-right: 15px;
	}
	.header_menu .g_nav > li {
		margin-left: 0;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		padding: 0 7px;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	#header .logo {
		width: 150px;
		margin: 19px 0 0 15px;
	}
	.header_menu {
		margin-right: 10px;
	}
	.header_menu .g_nav > li {
		margin-left: 7px;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		padding: 0;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	html.noscroll,
	html.noscroll body {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	#wrapper {
		padding-top: 0 !important;
	}
	#header {
		height: 60px;
		position: relative !important;
		top: 0 !important;
		background: #fff;
	}
	#header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		width: 100%;
		background: #fff;
	}
	.header_block {
		box-shadow: none;
	}
	
	/* logo */
	#header .logo {
		width: 172px;
		float: none;
		margin: 0;
	}
	#header .logo a {
		margin: 5px 0 5px 15px;
		display: inline-block;
	}
	#header .logo img {
		width: 100%;
		max-width: 100%;
	}
	#header .logo a:hover {
		text-decoration: none;
	}
	.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: 19px auto 0;
		text-align: center;
		cursor: pointer;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #639144;
		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: #F0F5EF;
		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: 30px;
	}
	
	.header_menu .g_nav {
		display: block;
		padding: 0;
	}
	.header_menu .g_nav > li {
		float: none;
		width: 100% !important;
		margin: 0 !important;
		border-bottom: 2px solid #F0F5EF;
		position: relative;
	}
	.header_menu .g_nav > li:before {
		display: none !important;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-size: 16px;
		letter-spacing: 0;
		text-align: left;
		color: #403426 !important;
		background: #ffffff;
		cursor: pointer;
		text-decoration: none;
		position: relative;
		padding: 22px 20px 18px 20px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header_menu .g_nav > li > span {
		padding: 22px 40px 18px 20px !important;
	}
	.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: #403426;
		background: #ffffff;
	}
	.header_menu .g_nav > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 2px solid #22201E;
		border-top: 2px solid #22201E;
		position: absolute;
		top: 50%;
		right: 20px;
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		-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 > span:after {
		-moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		margin-top: -6px;
	}
	.header_menu .g_nav > li.hover > span:after {
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: 0;
	}
	.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:before {
		display: none;
	}
	/* .header_menu .g_nav > li ul {
		pointer-events: auto;
		display: block !important;
		position: static;
		top: 0 !important;
		left: 0;
		background: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
		width: 100%;
		opacity:1;
	} */
	.header_menu .g_nav > li ul {
		position: inherit;
		display: none;
		top: 0;
		padding: 0;
		left: 0;
		margin-left: 0;
		width: 100%;
		margin-top: 0;
		background: #F0F5EF;
	}
	.header_menu .g_nav > li ul li {
		display: block;
		width: 100%;
		margin-top: 2px;
		margin-left: 0;
		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-size: 16px;
		letter-spacing: 0;
		text-align: left;
		color: #fff;
		background: #74A950 !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;
	}	
	.header_menu .g_nav > li ul li a span {
		line-height: 1.25;
		padding: 0;
		font-size: 14px;
		letter-spacing: 0;
		color: #fff;
		border-bottom: none;
	}
	.header_menu .g_nav > li ul li a > span:before {
		display: none;
	}
	.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;
	}

	.header_menu .g_nav > li:last-child ul {
		width: auto;
		margin-left: 0;
	}
}
@media screen and (max-width: 374px) {
	.header_menu .inner {
		padding: 20px;
	}
}


/*--------------------------------------
SIDE
--------------------------------------*/
#side {
    display: none;
}


/*--------------------------------------
コンテンツBOTTOM
--------------------------------------*/
.contact_section {
    background: url(/wp-content/uploads/lp_contact_bgimg.jpg) no-repeat top center;
    background-size: cover;
	padding: 95px 0 69px;
}
.contactInner {
    max-width: 735px;
    width: 100%;
    margin: 0 auto;
}
.contact_tit {
    max-width: 570px;
    width: 100%;
    margin: 0 auto 22px;
}
.contact_list li:first-child {
    float: none;
    width: 100%;
    clear: both;
	margin-bottom: 30px;
}
.contact_list li:first-child img {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    border-radius: 70px;
}
.contact_list li:nth-child(2) {
    float: left;
    width: 42.6%;
    margin-left: 4%;
}
.contact_list li:nth-child(3) {
    float: right;
    width: 47.4%;
    margin-right: 1%;
}

@media screen and (max-width: 767px) {
	.contact_section {
		background: url(/wp-content/uploads/lp_contact_bgimg_sp.jpg) no-repeat top center;
		background-size: cover;
		padding: 40px 0;
	}
	.contact_tit {
		margin-bottom: 15px;
	}
	.contact_list li {
		float: none !important;
		width: 100% !important;
		margin: 20px 0 0 !important;
	}
	.contact_list li:first-child {
		margin: 0 !important;
	}
	.contact_list li p {
		font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		text-align: center;
		color: #FFFFFF;
		line-height: 1.4;
		font-size: 20px;
		letter-spacing: 0.05em;
		margin-bottom: 5px;
	}
	.contact_list li:nth-child(n+2) p {
		font-size: 14px;
		letter-spacing: 0;
	}
	.contact_list li p span {
		font-size: 15px;
		margin-right: 10px;
	}
	.contact_list li img {
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		border-radius: 70px;
	}
}


/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
	background: #f7fff4;
	color: #3d3d3d;
	font-family: "秀英明朝 M", "Shuei Mincho M";
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 1px;
	padding: 76px 0 145px;
}
#footer a {
	color: #3d3d3d;
}
#footer a:hover {
	color: #62a444;
}
.footerLink li {
    float: left;
    width: 30.2%;
    margin: 0 0 24px 4.7%;
}
.footerLink li:nth-child(3n+1) {
    margin-left: 0;
}
.footerColumn {
    margin-top: 119px;
}
.footerColumn1,
.footerColumn2,
.footerColumn3,
.footerColumn4 {
	float: left;
	box-sizing: border-box;
}
.footerColumn1 {
    width: 40%;
}
.footerColumn2 {
    width: 14.5%;
    padding: 0 10px 0 20px;
}
.footerColumn3 {
    width: 20%;
    padding-right: 10px;
}
.footerColumn4 {
    width: 25.5%;
}
.footerAddress {
    margin-bottom: 18px;
}
.footerTel {
    margin-bottom: 13px;
}
.footerColumn1 li {
    margin-bottom: 13px;
}
.footerColumn1 li:first-child {
    margin-bottom: 35px;
}
.footerColumn1 li a {
    margin-right: 20px;
}
.footer_title {
	color: #193f03;
	font-size: 20px;
	font-family: "秀英明朝 M", "Shuei Mincho M";
	margin-bottom: 27px;
}
.footerList li {
    margin-bottom: 9px;
    text-indent: -17px;
    padding-left: 17px;
}
#footer .fixed_box {
    width: 50px;
    z-index: 999;
    bottom: 0 !important;
    right: 0;
    position: fixed;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
#footer .fixed_box li {
    margin-bottom: 1px;
}
#footer .fixed_box li:nth-child(3),
#footer .fixed_box li:nth-child(4) {
    margin-bottom: 0;
}
#footer .fixed_box li img {
    width: 100%;
}

@media screen and (max-width: 767px) {
	#footer {
		padding: 40px 0 22%;
		border-bottom: none;
	}
	.footerLink li {
		width: 100%;
		float: none;
		margin: 0 0 10px;
		text-align: center;
	}
	.footerLink li:last-child {
		margin-bottom: 0;
	}
	.footerColumn {
		margin-top: 30px;
	}
	.footerColumn1,
	.footerColumn2,
	.footerColumn3,
	.footerColumn4 {
		width: 100%;
		float: none;
		padding: 0;
	}
	.footer_title {
		margin-bottom: 15px;
	}
	#footer .fixed_box {
		width: 100%;
	}
	#footer .fixed_box li {
		float: left;
		width: 15.7%;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		margin: 0;
	}
	#footer .fixed_box li:first-child {
		width: 55.2%;
	}
	#footer .fixed_box li:last-child {
		border-right: none;
		width: 13.4%;
	}
}