@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
*/

/* =====================================
■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,th{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}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


/* =====================================
■BASE
===================================== */
/* -------------------------------------
general
------------------------------------- */
html {
	font-size: 100%;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 62.5%;
	line-height: 140%;
	color: #666666;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}
* {
	font-size: 100%;
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #336699;
	vertical-align: baseline;
	text-decoration: none;
	transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
}
a:hover {
	color: #3399CC;
	transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
}
a[href^="tel:"] {
	color: #666;
	pointer-events: none;
	cursor: text;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom !important;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}
a img {
	opacity: 1;
	transition: opacity .5s ease-in-out;
}
a:hover img {
	opacity: 0.8;
	transition: opacity .5s ease-in-out;
}
a.imgChange:hover img {
	opacity: 1;
}
table {
	width: 100%;
}
p:not(:last-child) {
	margin-bottom: 24px;
}
strong {
	font-weight: 700;
}
.half {
	display: inline-block;
}
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #e0e0e5;
	padding: 20px 0;
}
.elementor-editor-active #content > .newsBox {
	display: none;
}
@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
		color: #c33 !important;
		text-decoration: underline;
	}
	.auto_height {
		height: auto !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";}


/* -------------------------------------
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; }

.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !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: block;
	clear: both;
}
.cl {
	clear: both !important;
}

/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.ovHide {
	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: 940px;
	padding: 0 10px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}

/* =====================================
■Layout
===================================== */
/*--------------------------------------
* Module
--------------------------------------*/
#wrapper {
	font-size: 120%;
}
main {
	display: block;
	width: 100%;
	max-width: 940px;
	padding: 0 10px;
	margin: 18px auto 70px;
	box-sizing: border-box;
}
article {
	float: right;
	width: 74%;
	max-width: 680px;
	box-sizing: border-box;
}
#content {
	line-height: 160%;
	position: relative;
	z-index: 2;
}
/* article:not(#newsCross, #blogCross) #content {
	font-size: 1.17em;
	line-height: 1.5em;
} */

@media screen and (max-width: 767px) {
	main {
		padding: 0;
		margin: 20px auto 0;
	}
	article {
		float: none;
		width: 100%;
		max-width: 660px;
		padding: 0 10px;
		margin: 0 auto 50px;
	}
	.home main {
		margin: 0 auto;
	}
	.home article {
		padding: 0;
	}
	.home #content {
		padding: 0 10px;
	}
}

/*--------------------------------------
■サイドバー
--------------------------------------*/
aside {
	float: left;
	width: 24%;
	max-width: 220px;
}
.naviList {
    margin: 10px 0 16px;
}
aside .naviList > li:not(:first-child) {
	margin-top: 3px;
}
aside .naviList > li > a {
	display: block;
	background: #fdfdfd;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.10, #fdfdfd), color-stop(1.00, #f2f2f2));
    background: -webkit-linear-gradient(top, #fdfdfd 10%, #f2f2f2 100%);
    background: -moz-linear-gradient(top, #fdfdfd 10%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #fdfdfd 10%, #f2f2f2 100%);
    background: -ms-linear-gradient( top, #fdfdfd 10%, #f2f2f2 100%);
    background: -linear-gradient(top, #fdfdfd 10%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f2f2f2',GradientType=0 );
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	color: #663300;
	padding: 15px 6px 8px 29px;
	position: relative;
}
aside .naviList > li > a:before {
	content: "";
	width: 15px;
	height: 15px;
	background: url(/wp-content/uploads/icon-arrow01.png) no-repeat left top;
	position: absolute;
	left: 5px;
	top: 14px;
}
aside .naviList > li > a:hover {
	color: #495623;
}
aside .naviList > li > a:hover:before {
	background: url(/wp-content/uploads/icon-arrow02.png) no-repeat left top;
}
aside .bannerList {
	margin-top: 13px;
	text-align: center;
}
aside .bannerList li:not(:first-child) {
	margin-top: 7px;
}
aside #accessBox {
	background: #fff;
    border: 1px solid #CCC;
	box-shadow: 0 0 0 3px #EBEBEB;
    box-sizing: border-box;
    margin: 3px;
}
aside #accessBox .inner {
	background: url(/wp-content/uploads/access_bg.png) repeat-x left top;
    padding: 9px 6px 10px;
    line-height: 1.2;
	border: 1px solid #fff;
}
aside #accessBox #accessTitle {
	text-align: center;
	margin-bottom: 11px;
}
aside #accessBox .inner .map {
    padding-top: 128px;
}
aside #accessBox .inner small {
	display: block;
	font-size: 0.85em;
	margin: 5px 0 6px;
}
aside #accessBox .inner small a {
	color: #336699;
	text-decoration: underline;
}
aside #accessBox .inner small a:hover {
	color: #3399CC;
}
aside #accessBox .inner .info {
	margin-bottom: 13px;
}
aside #accessBox .inner .info dt {
	font-weight: bold;
	background-image: linear-gradient(to right, #999 0%, #999 50%, #fff 0%);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
	padding-bottom: 5px;
	margin-bottom: 6px;
}
aside #accessBox .inner .info dd {
	margin-bottom: 11px;
}
aside #accessBtn {
	padding: 0 6px 11px;
	text-align: center;
}
aside #accessBtn li + li {
	margin-top: 3px;
}
aside .newsBox {
	background: #fff;
	border: 1px solid #CCC;
	padding: 2px 1px 1px;
	margin-bottom: 10px;
}
aside .newsBox h3 {
	background: #9ab54a;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.10, #9ab54a), color-stop(1.00, #7c933b));
    background: -webkit-linear-gradient(top, #9ab54a 10%, #7c933b 100%);
    background: -moz-linear-gradient(top, #9ab54a 10%, #7c933b 100%);
    background: -o-linear-gradient(top, #9ab54a 10%, #7c933b 100%);
    background: -ms-linear-gradient( top, #9ab54a 10%, #7c933b 100%);
    background: -linear-gradient(top, #9ab54a 10%, #7c933b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ab54a', endColorstr='#7c933b',GradientType=0 );
	font-family: "新丸ゴ M JIS2004", "Shin Maru Go Medium JIS2004";
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #fff;
	text-align: center;
	padding: 9px 5px;
	margin-bottom: 14px;
	position: relative;
}
aside .newsBox .listLook {
	font-size: 0.83em;
	line-height: 140%;
	text-align: right;
	padding: 0 5px;
	margin-bottom: 2px;
}
aside .newsBox .listLook a {
	display: inline-block;
	background: url(/wp-content/uploads/icon_info_list.gif) no-repeat left top;
	text-decoration: underline;
	padding: 0 0 0 18px;
}
aside .newsBox #newsList {
	padding: 0 5px;
}
aside .newsBox #newsList dl dt {
	line-height: 110%;
}
aside .newsBox #newsList dl dd {
	line-height: 140%;
}
aside .sideinqBox {
	background: #fff;
	border: 1px solid #9ab54a;
	padding: 2px 3px 9px;
	text-align: center;
}
aside .sideinqBox h3 {
    margin-bottom: 8px;
}
aside .sideinqBox ul li:not(:first-child) {
    margin-top: 12px;
}
aside .contactBox {
	display: none;
}

@media screen and (max-width: 767px) {
	aside {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 50px auto 0;
		box-sizing: border-box;
	}
	.contact aside {
		margin: 0 auto 20px;
	}
	#asideInner {
		max-width: 220px;
		margin: 0 auto;
		padding: 40px 10px 50px;
	}
	.contact #asideInner {
		max-width: 640px;
		padding: 0 10px;
	}
	aside .contactBox {
		display: block;
	}
}

/*--------------------------------------
■HEADER
--------------------------------------*/
header {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.10, #fff), color-stop(1.00, #f6f6f6));
	background: -webkit-linear-gradient(top, #fff 10%, #f6f6f6 100%);
	background: -moz-linear-gradient(top, #fff 10%, #f6f6f6 100%);
	background: -o-linear-gradient(top, #fff 10%, #f6f6f6 100%);
	background: -ms-linear-gradient( top, #fff 10%, #f6f6f6 100%);
	background: -linear-gradient(top, #fff 10%, #f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4d1f', endColorstr='#f6f6f6',GradientType=0 );
	border-bottom: 1px solid #cdcdcd;
	box-shadow: 0 -1px #fefefe inset;
}
header .catchword {
	background: #9ab54a;
	border-bottom: 1px solid #7e9140;
	padding: 4px 0 5px;
	box-shadow: 0 -1px #afc570 inset;
}
header .catchword .inner {
    max-width: 940px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
header .catchword p {
	font-size: 0.92em;
	font-weight: normal;
	line-height: 100%;
	color: #fff;
}
header h1 {
	font-size: 0.84em;
	font-weight: normal;
	line-height: 100%;
	color: #fff;
}
header h2 {
	font-weight: normal;
	color: #999;
	margin-top: 6px;
	white-space: nowrap;
	letter-spacing: 1px;
}
#headerInner {
	max-width: 920px;
	padding: 14px 10px 6px;
	margin: 0 auto;
	position: relative;
}
#headerLeft {
	float: left;
	width: 42.5%;
	box-sizing: border-box;
}
#headerRight {
	float: right;
	width: 37.4%;
	max-width: 344px;
}
header img {
	width: 100%;
}
#logo img {
	max-width: 250px;
}
#inquiryForm {
	max-width: 175px;
	margin-top: 9px;
	margin-left: auto;
}

/* gnav */
nav {
	background: #eec989;
}
nav .menu {
	display: flex;
	max-width: 920px;
	margin: 0 auto;
	position: relative;
}
nav .menu > li {
	width: calc(100% / 6);
	position: relative;
}
nav .menu > li > a,
nav .menu > li > span {
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font-style: normal;
	font-weight: 400;
	color: #22201E;
	height: 61px;
	transition: all 0.3s;
	position: relative;
	box-sizing: border-box;
}
nav .menu > li > a span {
	display: none;
}

nav .menu > li ul {
	pointer-events: none;
	position: absolute;
	top: 80%;
	left: 50%;
	display: block;
	width: 200px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #6fba2c;
	-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: -100px;
	margin-top: 7px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
nav .menu > li.hover ul {
	top: 86%;
}
nav .menu > li ul:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 10px solid #6fba2c;
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -12px;
}
nav .menu > li ul li {
	width: 100%;
}
nav .menu > li ul li a {
	display: block;
	color: #333;
	padding: 0 15px;
	position: relative;
	border-top: 1px solid #fff;
}
nav .menu > li ul li:first-child a {
	border-top: none;
}
nav .menu > li ul a:hover {
	opacity: 1;
	background: #78c930;
	text-decoration: none !important;
}
nav .menu > li ul li a > span {
	display: block;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: left;
	padding: 11px 0 14px 14px;
	margin-top: -1px;
	text-indent: -14px;
}
nav .menu > li ul li a > span:before {
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
	text-indent: 0;
}
.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;
}
.desktop nav .menu > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: underline;
}
.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;
}

@media screen and (min-width: 768px) {
	nav {
		display: none !important;
	}
	nav .menu > li ul {
		pointer-events: none;
	}
}

@media screen and (max-width: 767px) {
	body.noscroll {
		overflow: hidden !important;
		height: 100% !important;
	}
	header {
		width: 100%;
		background: #fff;
		z-index: 1000;
		box-shadow: none;
		border-bottom: none;
	}
	header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		width: 100%;
		background: #fff;
	}
	header .catchword,
	header h2,
	#headerRight {
		display: none;
	}
	#headerInner {
		padding: 0;
		margin: 0 auto;
	}
	#headerLeft {
		float: none;
		width: 100%;
		padding: 0;
	}
	.contact #headerLeft {
		padding: 20px 0 5px;
	}
	body:not(.contact) #logo {
		width: calc(100% - 95px);
		height: 60px;
		display: flex;
		align-items: center;
		margin: 0 0 0 30px;
	}
	body:not(.contact) #logo img {
		width: 202px;
	}
	.contact #logo {
		max-width: 240px;
		margin: 0 auto;
	}
	.toggleMenu {
		display: block;
		width: 60px;
		height: 60px;
		background: #fff;
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.triggers,
	.triggers span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.triggers {
		position: relative;
		width: 23px;
		height: 21px;
		margin: 20px auto 0;
		text-align: center;
		cursor: pointer;
	}
	.triggers span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #8BA343;
		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 {
		display: none;
		background: #F1FCBC;
		float: none;
		clear: both;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100% - 60px);
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 999;
	}
	nav .menu {
		display: block;
		padding: 30px 30px 35px;
		border: none;
	}
	nav .menu > li {
		display: block;
		float: none;
		width: 100% !important;
		margin: 2px 0 0;
		padding: 0;
		position: relative;
	}
	nav .menu > li:before,
	nav .menu > li:after {
		display: none !important;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-family: dnp-shuei-gothic-kin-std, sans-serif;
		font-weight: 400;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1.75;
		text-align: left;
		background: #fff;
		cursor: pointer;
		text-decoration: none;
		position: relative;
		padding: 16px 40px 16px 20px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	nav .menu > li:first-child > a {
		border-radius: 5px 5px 0 0;
	}
	nav .menu > li:last-child > a {
		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 #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;
	}
	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 img {
		display: none;
	}
	nav .menu > li > a > span,
	nav .menu > li > span > span {
		display: block;
		padding: 0;
	}
	nav .menu > li > a > span:before,
	nav .menu > li > span > span:before,
	nav .menu > li > a > span:after,
	nav .menu > li > span > span:after {
		display: none !important;
	}
	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:before {
		display: none;
	}
	nav .menu > li ul li {
		display: none;
		width: 100%;
		margin-top: 2px !important;
	}
	nav .menu > li.hover li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	nav .menu > li ul li a {
		display: block;
		font-family: dnp-shuei-gothic-kin-std, sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 1.75;
		text-align: left;
		color: #fff;
		background: #F8DD92 !important;
		padding: 16px 30px;
		border-top: none;
		text-decoration: none !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		text-indent: 0;
	}
	nav .menu > li ul li a:hover {
		opacity: 1;
	}	
	nav .menu > li ul li a > span {
		display: block;
	}
	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;
	}
}

/* =====================================
■コンテンツBOTTOM
===================================== */
.inquiry_banner {
	margin-top: 42px;
	text-align: center;
	position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
	.contactBox  {
		background: #8BA343;
		padding: 22px 30px 35px;
	}
	.contactBox .inner {
		max-width: 630px;
		margin: 0 auto;
	}
	.contactBox .tit {
		font-family: dnp-shuei-gothic-kin-std, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 24px;
		letter-spacing: 0.15em;
		line-height: 1.4;
		color: #fff;
		text-align: center;
		margin-bottom: 20px;
	}
	.contactBox ul li:not(:first-child) {
		margin-top: 6px;
	}
	.contactBox .timeBox {
		background: #fff;
		margin-top: 20px;
		padding: 20px;
		border-radius: 5px;
	}
	.contactBox .timeBox table {
		width: 100%;
		border-bottom: 1px solid #CBCAC9;
	}
	.contactBox .timeBox table th,
	.contactBox .timeBox table td {
		font-size: 13px;
		text-align: center;
		padding: 10px 0;
		color: #22201E;
		line-height: 1;
	}
	.contactBox .timeBox table thead th {
		font-size: 12px;
		padding: 5px 0 10px;
		border-bottom: 1px solid #CBCAC9;
		width: 11%;
	}
	.contactBox .timeBox table th:first-child {
		width: 23%;
		text-align: left;
		word-break: keep-all;
	}
	.contactBox .timeBox table tbody tr:first-child th,
	.contactBox .timeBox table tbody tr:first-child td {
		padding: 8px 0 5px;
	}
	.contactBox .timeBox table tbody tr:last-child th,
	.contactBox .timeBox table tbody tr:last-child td {
		padding: 5px 0 7px;
	}
	.contactBox .timeBox span {
		color: #F7C168;
	}
	.contactBox .timeBox p {
		font-size: 13px;
		line-height: 1.69;
		margin-top: 12px;
		color: #22201E;
	}
	.contactBox .timeTable p strong {
		margin-right: 1em;
	}
}

@media screen and (max-width: 479px) {
	.contactBox .timeBox {
		padding: 10px;
	}
	.contactBox .timeBox table th:first-child {
		width: 90px;    
	}
	.contactBox .timeBox table th,
	.contactBox .timeBox table td {
		font-size: 12px;
	}
	.contactBox .timeBox table thead th {
		width: auto;
	}
	.contactBox .timeBox p {
		margin-top: 8px;
	}
}

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

/*--------------------------------------
■FOOTER
--------------------------------------*/
footer {
	letter-spacing: 1px;
}
#pagetopWrap {
	width: 100%;
	max-width: 940px;
	padding: 0 10px;
	margin: 0px auto;
	box-sizing: border-box;
	position: relative;
}
footer .pagetop a {
	line-height: 1;
	position: absolute;
	top: -20px;
	right: 10px;
}
#footerInner .footerNavi {
	border-top: 4px solid #7b913c;
	background: #9eb852;
	text-align: center;
	padding: 21px 0 16px;
}
#footerInner .footerNavi ul {
	width: 90%;
	max-width: 760px;
	margin: 0 auto;
	font-size: 100%;
	line-height: 1.4em;
}
#footerInner .footerNavi ul li {
	display: inline-block;
	color: #fff;
}
#footerInner .footerNavi ul li a {
	color: #fff;
	margin-right: 5px;
}
#footerInner .footerNavi ul li a:hover {
	text-decoration: underline;
}
#footerInner .footerInfo {
	margin-top: 28px;
}
#footerInner .footerInfo .inner {
	width: 100%;
	max-width: 920px;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
}
#footerInner .footerInfo .mapWrap,
#footerInner .footerInfo .infoWrap {
	width: calc(50% - 5px);
}
#footerInner .footerInfo .mapWrap .map {
	padding-top: 0;
}
#footerInner .footerInfo .infoWrap .tel img {
	width: 100%;
	max-width: 341px;
}
#footerInner .footerInfo .infoWrap table {
	margin-top: 17px;
/* 	background-image: linear-gradient(to right, #999 0%, #999 50%, #fff 0%);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left top; */
}
#footerInner .footerInfo .infoWrap table th,
#footerInner .footerInfo .infoWrap table td {
	background-image: linear-gradient(to right, #999 0%, #999 50%, #fff 0%);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
	letter-spacing: 0;
	padding: 9px 4px;
	vertical-align: top;
}
#footerInner .footerInfo .infoWrap table th {
	width: 80px;
	font-weight: bold;
	box-sizing: border-box;
}
#footerInner .copyright {
	padding: 17px 0;
}
.contact #footerInner .copyright {
	background: #fcc427;
    padding: 21px 0;    
}
#seoText {
	text-align: right;
    margin-top: 13px;
}

@media screen and (max-width: 767px) {
	#footerInner .footerNavi ul {
		width: 100%;
	}
	#footerInner .footerInfo .mapWrap,
	#footerInner .footerInfo .infoWrap {
		width: 100%;
	}
	#footerInner .footerInfo .infoWrap {
		margin-top: 30px;
		height: auto !important;
	}
	#footerInner .footerInfo .mapWrap .map {
		padding-top: 190px;
		height: auto !important;
	}
}

/*--------------------------------------
■追従バナー
--------------------------------------*/
footer .fixed_box {
	position: fixed;
	right: 0;
	z-index: 998;
	transition: all 0.3s;
}
footer .fixed_box ul {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
footer .fixed_box img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	footer .fixed_box {
		width: 339px;
	}
	footer .fixed_box li {
		width: 50px;
	}
	footer .fixed_box li:first-child {
		width: 229px;
	}
	footer .fixed_box li:last-child {
		margin-left: 10px;
	}
}

@media screen and (max-width: 767px) {
	footer .fixed_box {
		width: 100%;
	}
	footer .fixed_box li {
		width: 42.5%;
		position: relative;
	}
	footer .fixed_box li:not(:last-child):before {
		content: "";
		width: 1px;
		height: 100%;
		background: #fff;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	footer .fixed_box li:last-child {
		width: 15%;
	}
}