@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}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 {
	background: #EAEAEA;
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif !important;
	font-size: 75%;
	line-height: 140%;
	color: #666666;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}
header {
	margin: 0px auto;
	text-align: center;
	padding-bottom: 15px;
	background-image: url(/wp-content/uploads/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
* {
	font-size: 100%;
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #FF6600;
	vertical-align: baseline;
	text-decoration: none;
	transition: color 0s ease-in-out, background 0s ease-in-out;
}
a:hover {
	color: #FF9900;
	transition: color 0s ease-in-out, background 0s ease-in-out;
}
a[href^="tel:"] {
	color: #666;
	pointer-events: none;
	cursor: text;
	text-decoration: none !important;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom !important;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}
a img {
	opacity: 1;
	transition: opacity 0s ease-in-out;
}
a:hover img {
	opacity: 0.8;
	transition: opacity 0s ease-in-out;
}
a.imgChange:hover img {
	opacity: 1;
}
table {
	width: 100%;
}
p:not(:last-child) {
	margin-bottom: 20px;
}
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; }

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

/* 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: 0 auto;
	box-sizing: border-box;
	/*box-shadow: 0 0 6px #c4c4c4;
	background: #fff;*/
}
body:not(.home) main {
  margin-top: 9px;
}
.mainAre.clearfix {
	padding: 0px 0px 68px;
}
article {
	float: right;
	width: 74%;
	max-width: 680px;
	box-sizing: border-box;
}
.page-id-113 article,.page-id-32 article {
  background: #fff;
  padding: 10px;
}
.site_wrapper {
	padding: 10px 20px 10px;
	background: #fff;
}
.freeArea.sort {
	background: #fff;
	margin-top: 5px;
	padding: 10px;
}
.freeArea.sort iframe {
	width: 100% !important;
}
#content {
	position: relative;
	z-index: 2;
	line-height: 1.5em;
	font-size: 110%;
	line-height: 170%;
}
.home #content {
	line-height: 160%;
}

@media screen and (max-width: 767px) {
	main {
		padding: 0;
		margin: 20px auto 0;
	}
	article {
		float: none;
		width: 100%;
		max-width: 700px;
		padding: 0 10px;
		margin: 0 auto 30px;
	}
	#wrapper {
		background: none;
	}
	.mainVisual {
		background: #fff;
		margin: 0 auto !important;
		padding: 0 !important;
	}
	.main_btn {
		width: 91%;
		margin: 0 auto;
		max-width: 250px;
	}
	.main_btn ul li {
		padding-top: 15px;
	}
}


/*--------------------------------------
■サイドバー
--------------------------------------*/
aside {
	float: left;
	width: 25%;
	max-width: 228px;
	background: #9D9284;
	padding: 21px 4px;
	box-sizing: border-box;
	padding-top: 20px;
	background-image: url(/wp-content/uploads/side_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 0;
}
#asideInner {
  color: #fff;
  font-weight: 400;
  padding: 5px;
  font-size: 12px;
}
aside #asideInner .bannerList li {
	margin-bottom: 0;
	text-align: center;
	color: #fff;
}
aside #asideInner .bannerList li:nth-child(2) {
  margin-top: 9px;
}
aside #asideInner .bannerList li.txt {
  margin: 7px 0 10px;
}
aside #asideInner .naviList {
	margin: 10px 0;
}
aside #asideInner .naviList li {
	margin-bottom: 2px;
}
aside #asideInner .naviList li a {
	display: block;
	color: #4A0606;
	padding: 14px 5px 12px 17px;
	background: url(/wp-content/uploads/navi_bg.jpg) no-repeat;
	background-size: 100% 100%;
	font-weight: bold;
}
aside #asideInner .naviList li a:hover {
	background: url(/wp-content/uploads/navi_bg_over.jpg) no-repeat;
	background-size: 100% 100%;
	color: #FFF;
}
aside #asideInner .sideQr {
	background: url(/wp-content/uploads/sideQr_bg.jpg) no-repeat;
	background-size: 100% auto;
	padding: 18.5% 2% 11% 9.6%;
	margin-bottom: 10px;
}
aside #asideInner .sideQr .inner {
	width: 32%;
}
aside .accessBox {
	margin-bottom: 4px;
}
aside .accessBox .accessBoxInner {
  background: #423C31;
  margin-bottom: 10px;
}
aside .accessBox .accessBoxInner .inner {
	padding: 0 6px 6px;
	line-height: 140%;
}
aside .accessBox .accessTitle {
  background-color: #5D564A;
  border-bottom-color: #9D9284;
  text-align: center;
  padding-top: 9px;
  height: 21px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 11px;
}
aside .accessBox .inner .map {
	padding-top: 225px;
	border: 1px solid #CCC;
}
aside .accessBox .inner small {
	margin-bottom: 7px;
	display: block;
}
aside .accessBox .inner small a {
	text-decoration: underline;
	font-size: 0.84em;
}
aside .accessBox .accessText {
	margin-bottom: 7px;
	display: block;
	color: #fff;
}
aside .accessBox .aboutList li:last-child {
	margin-top: 7px;
}
aside #searchBox {
	border: 1px solid #CFB97D;
	padding: 5px 5px 3px;
}
aside #searchBox li {
	float: left;
	margin-left: 1.6%;
	width: 15%;
}
aside #searchBox li:first-child {
	margin: 0;
	width: 61%;
}
aside #searchBox li:last-child {
	width: 20.8%;
}
aside #searchBox li input {
	width: 100%;
}
aside #searchBox #searchInput input {
	width: 100%;
	height: 20px;
	border: 1px solid #E1DCC8;
	color: #AAAAAA;
	box-sizing: border-box;
}
.contentsBoxTitle {
	background-image: url(/wp-content/uploads/content_title.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 6px;
	background-size: cover;
	position: relative;
	padding: 4px 0 4px 17px;
}
#accessBtn a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=0);
}
#accessBtn a#inquiryBtn {
	background: url(/wp-content/uploads/btn_inqiury_side_ov.jpg) no-repeat;
	display: block;
}
#accessBtn a#detailAccessBtn {
	background: url(/wp-content/uploads/btn_access_detail_ov.jpg) no-repeat;
	display: block;
}
aside .newsBox {
	background: #D8D3CE;
	padding: 2px;
	margin-top: 2px;
}
.contentsBoxTitle h3 {
	color: #fff;
}
.contentsBoxTitle .listLook {
	position: absolute;
	content: "";
	right: 3px;
	top: 4px;
}
.contentsBoxTitle .listLook a {
	color: #CEC7AE;
	font-size: 13px;
	position: relative;
	padding-left: 16px;
}
.contentsBoxTitle .listLook a:before {
	position: absolute;
	content: "";
	width: 11px;
	height: 13px;
	background: url(/wp-content/uploads/icon_info_list.gif) no-repeat;
	left: 0;
	top: 2px;
}
#navigation ul li {
	margin-bottom: 2px;
}
#navigation ul li a {
	display: block;
	background: url(/wp-content/uploads/menu_bg.png) no-repeat;
	padding: 5px 0 5px 7px;
	background-size: cover;
}
#navigation ul li a span {
	color: #625B4D;
}
#navigation {
  margin-top: 10px;
  margin-bottom: 10px;
}
#navigation ul li a:hover {
  background: url(/wp-content/uploads/menu_bg_ov.png) no-repeat;
  background-size: cover;
  color: #E4E4E4;
}
#accessBtn {
  margin-top: 7px;
}
#accessBtn img {
  width: 100%;
}
@media screen and (max-width: 767px) {
	aside {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 40px auto;
		box-sizing: border-box;
		background: none;
	}
	aside #asideInner {
		max-width: 240px;
		margin: 0 auto;
		padding: 0 10px;
		width: 100%;
		box-sizing: border-box;
		background: #9D9284;
	}
	aside #asideInner .naviList {
		display: none;
	}
}

/*--------------------------------------
■HEADER
--------------------------------------*/
header .catchword {
	padding: 6px 0 5px;
	/* 	background: #98cb00; */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #472f17), color-stop(0.00, #211a14));
	background: -webkit-linear-gradient(top, #472f17 0%, #211a14 100%);
	background: -moz-linear-gradient(top, #472f17 0%, #211a14 100%);
	background: -o-linear-gradient(top, #472f17 0%, #211a14 100%);
	background: -ms-linear-gradient(top, #472f17 0%, #211a14 100%);
	background: -linear-gradient(top, #472f17 0%, #211a14 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#472f17', endColorstr='#211a14',GradientType=0 );*/
	line-height: 1.2;
}
header .catchword .inner {
	max-width: 940px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
header h1 {
	font-size: 90%;
	font-weight: normal;
	line-height: 100%;
	color: #ccc;
	margin-top: 0;
}
header h2 {
	font-weight: normal;
	color: #9A9285;
	letter-spacing: 1px;
	word-break: keep-all;
	margin-top: 12px;
	font-size: 80%;
}
.headerBg {
	/* 	background: #fff; */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.00, #f5f5f5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );*/
	/*border-bottom: 1px solid #ffffff;*/
	padding-bottom: 0px;
}
#headerInner {
	max-width: 940px;
	padding: 0 10px 0;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	width: 100%;
}
#headerLeft {
	float: left;
	width: 51%;
	box-sizing: border-box;
	padding-right: 10px;
	text-align: left;
}
#headerRight {
	float: right;
	width: 45%;
	max-width: 420px;
	text-align: right;
	margin-top: 18px;
	box-sizing: border-box;
	position: relative;
}
/*#headerRight #inquiry {
position: absolute;
bottom: 12%;
right: 0;
width: 42.5%;
}*/
#headerRight #inquiry {
	text-align: right;
	padding-top: 5px;
}
/* #logo {
margin-top: 23px;
} */
#headerRight #inquiry a:hover img {
	opacity: 0.6;
}
#headerRight #inquiry a {
	display: block;
	background: url(/wp-content/uploads/btn_inquiry_form_ov.jpg) no-repeat;
}
/* gnav */
nav {
	max-width: 940px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	display: none;
}
nav .menu {
	display: flex;
	position: relative;
	/*background: #ffffff url(/wp-content/uploads/navigation_bg.jpg) no-repeat top center;*/
	background-size: cover;
	/*padding: 5px 5px 6px;*/
	box-shadow: 0 -1px 3px 0 #bdbdbd;
}
nav .menu > li {
	width: calc(100% / 6);
	position: relative;
}
nav .menu > li > a,
nav .menu > li > span {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 1.16em;
	height: 45px;
	transition: all 0s;
	position: relative;
	box-sizing: border-box;
	/*background: #fbf4e2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fffdfd), color-stop(0.00, #fbf4e2));
	background: -webkit-linear-gradient(top, #fffdfd 0%, #fbf4e2 100%);
	background: -moz-linear-gradient(top, #fffdfd 0%, #fbf4e2 100%);
	background: -o-linear-gradient(top, #fffdfd 0%, #fbf4e2 100%);
	background: -ms-linear-gradient(top, #fffdfd 0%, #fbf4e2 100%);
	background: -linear-gradient(top, #fffdfd 0%, #fbf4e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdfd', endColorstr='#fbf4e2',GradientType=0 );*/
	border-right: none;
	background: url(/wp-content/uploads/menu_bg_cross_s.jpg) no-repeat;
	background-size: 100% 100%;
	line-height: 1.3;
	padding-top: 2px;
}
/*nav .menu > li:last-child > a,
nav .menu > li:last-child > span {
border-right:1px solid #ece5cb;
}*/
nav .menu > li > a span,
nav .menu > li > span span {
	display: block;
	position: relative;
}

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 .menu > li ul {
		pointer-events: none;
	}
	/*nav .menu > li > a span:before,
	nav .menu > li > span span:before {
	position: absolute;
	content: '';
	display: block;
	border-left: 3px solid #20170e;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	left: -10px;
	top: 18px;
}*/
	nav .menu > li > a:hover span:before,
	nav .menu > li > span:hover span:before {
		border-left: 3px solid #ffffff;
	}
	nav .menu > li > a:hover,
	nav .menu > li > span:hover {
		/*background: #885f33;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #885f33), color-stop(0.00, #694521));
		background: -webkit-linear-gradient(top, #885f33 0%, #694521 100%);
		background: -moz-linear-gradient(top, #885f33 0%, #694521 100%);
		background: -o-linear-gradient(top, #885f33 0%, #694521 100%);
		background: -ms-linear-gradient(top, #885f33 0%, #694521 100%);
		background: -linear-gradient(top, #885f33 0%, #694521 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#885f33', endColorstr='#694521',GradientType=0 );
		border:1px solid #694521;*/
		color: #FFF;
		background: url(/wp-content/uploads/menu_bg_cross_s_ov.jpg) no-repeat;
		background-size: 100% 100%;
	}
	/*nav .menu > li:last-child > a:hover,
	nav .menu > li:last-child > span:hover {
	border-right:1px solid #694521;
}*/
}
@media screen and (max-width: 767px) {
	body.noscroll {
		overflow: hidden !important;
		height: 100% !important;
	}
	header {
		width: 100%;
		/* 		background: #C5D1EB; */
		position: relative;
		z-index: 1000;
	}
	header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		width: 100%;
		background: #C5D1EB;
	}
	header .catchword,
	header h2,
	#headerRight {
		display: none;
	}
	.headerBg {
		background: #ffffff;
		border-bottom: none;
		box-shadow: none;
		margin: 0;
		padding: 0;
	}
	#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% - 85px);
		height: 60px;
		display: flex;
		align-items: center;
		margin: 0 0 0 20px;
	}
	.contact #logo {
		max-width: 240px;
		margin: 0 auto;
	}
	.toggleMenu {
		display: block;
		width: 60px;
		height: 60px;
		background: #FFFFFF;
		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: #4C3F2F;
		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: #4C3F2F;
		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;
		background: 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-mgothic-std, sans-serif;
		font-weight: 400;
		font-size: 16px;
		letter-spacing: 0.05em;
		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;
		border: none !important;
		color: #333;
	}
	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-mgothic-std, sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 1.75;
		text-align: left;
		color: #fff;
		background: #A7CF50 !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 {
	padding: 0 20px;
	margin-top: 10px;
}
.contactColumn2 {
	margin-top: 10px;
}
.contactColumn2 li:first-child {
	margin: 0;
}
.contactColumn2 li {
	float: left;
	width: 49.3%;
	margin-left: 1.4%;
}

@media screen and (max-width: 767px) {
	.contactBox  {
		background: #CEE8A9;
		padding: 22px 30px 35px;
	}
	.contactBox .tit {
		font-size: 24px;
		letter-spacing: 0.15em;
		line-height: 1.4;
		color: #22201E;
		text-align: center;
		margin-bottom: 15px;
		font-family: "dnp-shuei-gothic-kin-std", sans-serif;
		font-weight: 600;
		font-style: normal;
	}
	.contactBox ul li:not(:first-child) {
		margin-top: 10px;
	}
}
@media screen and (max-width: 374px) {
	nav .menu {
		padding: 20px 20px 25px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		letter-spacing: 0;
		font-size: 15px;
	}
	.contactBox {
		padding: 20px 20px 25px;
	}
	.contactBox .tit {
		font-size: 22px;
		letter-spacing: 0.1em;
	}
}

/*--------------------------------------
■FOOTER
--------------------------------------*/
footer {
	background-color: #5E574B;
	padding-bottom: 3px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


#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: -22px;
	right: 30px;
}
#footerInner {
	/*background: #f7f7f7;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f7f7f7), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #f7f7f7 50%, #fff 100%);
	background: -moz-linear-gradient(top, #f7f7f7 50%, #fff 100%);
	background: -o-linear-gradient(top, #f7f7f7 50%, #fff 100%);
	background: -ms-linear-gradient(top, #f7f7f7 50%, #fff 100%);
	background: -linear-gradient(top, #f7f7f7 50%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fff',GradientType=0 );*/
	background: url(/wp-content/uploads/footer_bg.jpg) repeat-x;
}
#footerInner .footerNavi {
	padding: 17px 0 8px;
}
#footerInner .footerNavi ul {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
#footerInner .footerNavi ul li {
	display: inline;
	line-height: 1.45;
}
#footerInner .footerNavi ul li a {
  color: #EDEAE8;
  font-size: 87%;
  letter-spacing: 1.3px;
}
#footerInner .footerNavi ul li a:hover {
	opacity: 0.7;
	text-decoration: underline;
}
#footerInner .footerInfo {
	margin-top: 20px;
}
#footerInner .footerInfo .inner {
	width: 100%;
	max-width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	box-sizing: border-box;
}
#footerInner .footerInfo .footerInfoBox {
	max-width: 887px;
	margin: 0 auto;
	width: 100%;
}
#footerInner .footerInfo .mapWrap {
	width: 49%;
	float: left;
}
#footerInner .footerInfo .infoWrap {
	width: 49.4%;
	float: right;
}
#footerInner .footerInfo .infoWrap .footerTitle {
	margin-bottom: 7px;
}
#footerInner .footerInfo .infoWrap table {
	margin-bottom: 15px;
}
#footerInner .footerInfo .infoWrap td,
#footerInner .footerInfo .infoWrap th {
	text-align: left;
	padding: 10px 5px 10px;
	vertical-align: top;
	/* 	word-break: break-word; */
	/*border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;*/
	white-space: nowrap;
	letter-spacing: 0;
	background: url(/wp-content/uploads/dashedLine.gif) repeat-x left top;
}
#footerInner .footerInfo .infoWrap th {
	width: 54px;
}
#footerInner .copyright {
  text-align: center;
  padding-bottom: 15px;
  margin-top: 8px;
}
.page-id-113 #footerInner .copyright {
	padding: 17px 0 5px;
}
#footerInner .footerInfo .mapWrap .map {
	border: 1px solid #ccc;
}
.footerTimeTable .cols01 {
	width: 15px !important;
}
.footerTimeTable th,.footerTimeTable td {
	border: 1px solid #ccc;
	padding: 7px 2px !important;
	text-align: center !important;
}
#footerInner .footerInfo .infoWrap .footerTimeTable td,
#footerInner .footerInfo .infoWrap .footerTimeTable th {
	background: none !important;
}
#footerInner .footerInfo .infoWrap .footerTimeTable th {
	background: #E8F5BC !important;
	font-weight: 400;
}
.copyright .container {
	padding: 0;
	text-align: left;
	padding-left: 25px;
}
#footerInner .copyright p {
	color: #9A9285;
	text-align: center;
	font-size: 90%;
	line-height: 1.5;
	letter-spacing: 1px;
}
.footerInfo .footerInfoBox .mapWrap a {
	text-decoration: underline;
	padding-top: 4px;
	display: block;
}

@media screen and (max-width: 767px) {
	footer {
		margin-top: 50px;
	}
	#footerInner .footerInfo .mapWrap,
	#footerInner .footerInfo .infoWrap {
		width: 100%;
		float: none;
	}
	#footerInner .footerInfo .mapWrap {
		text-align: center;
		margin-bottom: 30px;
	}
	#footerInner .copyright {
		border-bottom: none;
		padding-bottom: 17%;
	}
	.copyright .container {
		padding-left: 0;
		padding: 0 5px;
	}
}

/*--------------------------------------
■追従バナー
--------------------------------------*/
footer .fixed_box {
	position: fixed;
	right: 0;
	z-index: 998;
	transition: all 0.3s;
	bottom: 0 !important;
}
footer .fixed_box ul {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
footer .fixed_box li {
	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 img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	footer .fixed_box {
		width: 664px;
	}
	footer .fixed_box li {
		width: 187px;
	}
	footer .fixed_box li:nth-child(n+4) {
		width: 50px;
	}
}
@media screen and (max-width: 767px) {
	footer .fixed_box {
		width: 100%;
	}
	footer .fixed_box li {
		width: 43%;
		position: relative;
	}
	footer .fixed_box li:last-child {
		width: 15%;
	}
}