@charset "utf-8";
/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/

/* =====================================
■RESET
===================================== */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* =====================================
■BASE
===================================== */
/* -------------------------------------
general
------------------------------------- */
body {
	background: #fff;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
	/*word-break: break-all;
	line-break: strict;*/
}
a {
	color: #333;
	vertical-align: baseline;
	text-decoration: none;
	transition: background 0.4s cubic-bezier(0.23, 0.4, 0.61, 0.84), color 0.4s cubic-bezier(0.23, 0.4, 0.61, 0.84);
}
a:focus, *:focus {
	outline: none;
}
a:hover {
	text-decoration: underline;
	transition: background 0.4s cubic-bezier(0.23, 0.4, 0.61, 0.84), color 0.4s cubic-bezier(0.23, 0.4, 0.61, 0.84);
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
a img {
	opacity: 1;
	transition: opacity .4s cubic-bezier(0.23, 0.4, 0.61, 0.84);
}
a:hover img {
	opacity: 0.8;
	transition: opacity .4s cubic-bezier(0.23, 0.4, 0.61, 0.84);
}
table {
	width: 100%;
}
p:not(:last-child) {
	margin-bottom: 20px;
}
strong {
	font-weight: 600;
}
br {
	line-height: initial;
}

/*　Elementor編集画面　*/
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}
.elementor-editor-active #content > #news {
	display: none;
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
		color: #f69600 !important;
		text-decoration: underline;
	}
	.auto_height {
		height: auto !important;
	}
}

/* -------------------------------------
Icon fonts
------------------------------------- */
@font-face {
	font-family: 'icomoon';
	src:  url('./libs/icomoon/icomoon.eot');
	src:  url('../libs/icomoon/icomoon.eot#iefix') format('embedded-opentype'),
		url('./libs/icomoon/icomoon.ttf') format('truetype'),
		url('./libs/icomoon/icomoon.woff') format('woff'),
		url('./libs/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::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-home::before {content: "\e90b";}
.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";}
.icon-checkbox-unchecked::before {content: "\ea53";}
.icon-checkbox-checked::before {content: "\ea52";}
.radio-unchecked::before {content: "\ea56";}
.radio-checked::before {content: "\ea54";}
.radio-checked2::before {content: "\ea55";}

/* -------------------------------------
shortcuts
------------------------------------- */
/* ■スペーサー
------------------------------------- */
/* margin */
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }

/* padding */
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }

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

/* clear */
.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;
	overflow: hidden;
}
.overflowHidden {
	overflow: hidden;
}

/* text-align */
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.tal {
	text-align: left !important;
}

/* font-weight */
.fb {
	font-weight: bold !important;
}
.half {
	display: inline-block;
}

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

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

/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 980px;
	padding: 0 10px;
	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 screen and (max-width: 995px) and (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}

@media screen and (max-width: 767px) {
	.container {
		max-width: 440px;
	}
}

@media screen and (max-width: 479px) {
	.container {
		max-width: 320px;
	}
}

/* =====================================
■HEADER
===================================== */
header {
	width: 100%;
	background: #fff;
	position: relative;
	border-top: 4px solid #78bd36;
}
header .wrap {
	width: 100%;
	max-width: 980px;
	padding: 0 10px;
	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;
}
header .logo {
	width: 387px;
	margin: 0 auto 9px;
	padding-top: 20px;
}
header .logo img {
	width: 100%;
}
header .telNumber {
	text-align: center;
	margin-bottom: 26px;
}

@media screen and (min-width: 768px) {
	/*　toggleMenu　*/
	.toggleMenu {
		display: none;
	}
}

@media screen and (max-width: 995px) and (min-width: 768px) {
	header .wrap {
		max-width: 768px;
	}
}

@media screen and (max-width: 767px) {
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	header {
		z-index: 9999;
		border-top: none;
	}
	header.open {
		width: 100%;
		background: #fff;
		position: fixed;
		top: 0 !important;
		left: 0;
	}
	header .wrap {
		padding: 0 !important;
	}
	header .logo {
		width: calc(100% - 75px);
		height: 60px;
		display: flex;
		align-items: center;
		margin: 0 0 0 15px;
		padding: 0;
	}
	header .logo img {
		max-width: 212px;
	}
	header .telNumber {
		display: none;
	}

	/*　toggleMenu　*/
	.toggleMenu {
		display: block;
		width: 23px;
		height: 21px;
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 20px;
		right: 18px;
		z-index: 999;
	}
	.triggers,
	.triggers span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.triggers {
		position: relative;
		width: 23px;
		height: 21px;
		margin: 0 auto;
		text-align: center;
		cursor: pointer;
	}
	.triggers span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #B8D316;
		border-radius: 5px;
	}
	.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);
	}
}

/*--------------------------------------
* nav
--------------------------------------*/
nav .menu {
	display: flex;
	justify-content: center;
	align-items: center;
}
nav .menu > li {
	position: relative;
}
nav .menu > li + li {
	margin-left: 30px;
}
nav .menu > li > a,
nav .menu > li > span {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	color: #333333;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
}
nav .menu > li > a > span,
nav .menu > li > span > span {
	display: block;
	margin: 0 auto;
	padding-bottom: 11px;
}
nav .menu > li > a:hover,
nav .menu > li > span:hover,
nav .menu > li.hover > a,
nav .menu > li.hover > span {
	text-decoration: none;
}
nav .menu > li ul {
	display: block;
	width: 170px;
	background: #f69600;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -85px;
	padding: 9px 5px 6px;
	line-height: 1.2;
	text-align: center;
	pointer-events: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 99;
	transform-origin: center top;
	transform: scaleY(0);
	transition: .3s cubic-bezier(0.23, 0.4, 0.61, 0.84);
}
nav .menu > li ul li {
	margin: 10px 0;
}
nav .menu > li ul li a {
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
}
nav .menu > li ul a:hover {
	color: #000;
	text-decoration: none !important;
}
.desktop nav .menu > li > span:hover + ul,
.desktop nav .menu > li > span ul:hover,
.desktop nav .menu > li ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	transform: scaleY(1);
}
.desktop nav .menu > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.tablet nav .menu > li > ul {
	display: none;
}
.tablet nav .menu > li > span + ul {
	pointer-events: none;
	opacity: 0;
}
.tablet nav .menu > li.hover > span + ul {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	transform: scaleY(1);
}

@media screen and (min-width: 768px) {
	nav {
		display: block !important;
	}
	nav .menu > li ul {
		pointer-events: none;
	}
	nav .menu > li > span:after {
		display: block;
		content: "";
		width: 10px;
		height: 6px;
		background: url(/wp-content/uploads/nav_arrow.png) !important;
		position: absolute;
		left: 50%;
		margin-left: -5px;
		bottom: 0;
	}
	nav .menu > li > a:after {
		display: block;
		content: "";
		width: 100%;
		height: 4px;
		background: #f69600 !important;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		transition: .3s cubic-bezier(0.23, 0.4, 0.61, 0.84);
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	.desktop nav .menu > li > a:hover:after,
	.desktop nav .menu > li > span:hover:after,
	nav .menu > li.hover > a:after,
	nav .menu > li.hover > span:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@media screen and (max-width: 995px)  and (min-width: 768px) {
	nav .menu > li + li {
		margin-left: 10px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 15px;
	}
}

@media screen and (max-width: 767px) {
	nav {
		display: none;
		width: 100%;
		height: calc(100% - 60px);
		background: #FFF6E8;
		position: fixed;
		top: 60px;
		left: 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		overflow: hidden;
		z-index: 9999;
	}
	nav .menu {
		display: block;
		padding: 30px;
	}
	nav .menu > li + li {
		margin: 2px 0 0;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		text-align: left;
		color: #22201E;
		background: #fff;
		text-decoration: none;
		padding: 22px 40px 19px 20px !important;
	}
	nav .menu > li:first-child > a,
	nav .menu > li:first-child > span {
		border-radius: 5px 5px 0 0;
	}
	nav .menu > li:last-child > a,
	nav .menu > li:last-child > span {
		border-radius: 0 0 5px 5px;
	}
	nav .menu > li > a:hover,
	nav .menu > li > span:hover,
	nav .menu > li.hover > a,
	nav .menu > li.hover > span {
		color: #22201E;
		background: #fff;
	}
	nav .menu > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 1px solid #ED5800;
		border-top: 1px solid #ED5800;
		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;
	}
	nav .menu > li.hover > span:after {
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: -8px;
	}
	nav .menu > li > a > span,
	nav .menu > li > span > span {
		padding: 0;
	}
	nav .menu > li ul {
		display: none;
		position: relative;
		top: 0 !important;
		left: 0;
		background: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
		width: 100%;
		transform: scaleY(1);
	}
	nav .menu > li ul li {
		display: none;
		width: 100%;
		margin: 1px 0;
	}
	nav .menu > li.hover li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	nav .menu > li ul li a {
		font-size: 16px;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
		display: block;
		text-align: left;
		color: #fff;
		background: #98B100 !important;
		margin: 0;
		padding: 22px 30px 19px;
		text-decoration: none !important;
		box-sizing: border-box;
		position: relative;
	}
	nav .menu > li ul li a:hover {
		opacity: 1;
	}
	nav .menu > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

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

	/*--------------------------------------
	* contactBox
	--------------------------------------*/
	.contactBox  {
		background: #B8D316;
		padding: 30px;
	}
	.contactBox .tit {
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
		font-size: 24px;
		line-height: 1.4;
		color: #fff;
		text-align: center;
		margin-bottom: 18px;
	}
	.contactBox ul li:not(:first-child) {
		margin-top: 15px;
	}
	.contactBox ul li img {
		box-shadow: 0 0 25px rgba(119, 119, 119, 0.35);
	}
}

@media screen and (max-width: 374px) {
	nav .menu {
		padding: 25px;
	}
	.contactBox {
		padding: 25px;
	}
	.contactBox .tit {
		font-size: 20px;
	}
}


/* -------------------------------------
バナー
------------------------------------- */
footer .banner {
	padding: 30px 0;
}
footer .banner ul {
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
footer .banner ul li {
	width: 32%;
}
footer .banner ul li img {
	width: 100%;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
	footer .banner ul {
		max-width: 648px;
	}
}

@media screen and (max-width: 767px) {
	footer .banner ul {
		flex-direction: column;
	}
	footer .banner ul li {
		width: 100%;
	}
	footer .banner ul li + li {
		margin-top: 20px;
	}
}

/* =====================================
■FOOTER
===================================== */
#footer {
	background: #fff6e8;
	padding: 33px 0 23px;
	text-align: center;
}
#footer .footerLink {
	margin: 30px 0 31px;
}
#footer .footerLink li {
	display: inline-block;
	line-height: 2;
	vertical-align: top;
}
#footer .footerLink li a {
	color: #333;
	vertical-align: baseline;
	margin: 0 2px;    
}
#footer .footerLink li a:hover {
	color: #f69600;
	text-decoration: none;
}
#footer .copyright {
	font-size: 14px;
	line-height: 1.4;
	color: #999;
	letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
	#footer .footerLink li a {
		margin: 0;
	}
}

/* -------------------------------------
追従バナー
------------------------------------- */
#pagetop {
	position: fixed;
	width: 64px;
	height: 64px;
	z-index: 9998;
	opacity: 0.75;
}

@media screen and (min-width: 768px) {
	#pagetop {
		right: 50%;
		margin-right: -564px;
	}
	.sideContact {
		height: 100%;
		width: 86px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		align-content: center;
		text-align: right;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1000;
	}
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
	.sideContact {
		width: 60px;
	}
}

@media screen and (max-width: 1300px) and (min-width: 768px) {
	#pagetop {
		right: 84px;
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	#pagetop {
		display: none !important;
	}
	footer .fixedBox {
		width: 100%;
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 1001;
		transition: all 0.5s;
	}
	footer .fixedBox li {
		float: left;
		width: 42.6%;
		border-right: 2px solid #fff;
		box-sizing: border-box;
	}
	footer .fixedBox li:last-child {
		width: 14.8%;
		border: none;
	}
	footer .fixedBox img {
		width: 100%;
	}
}