@charset "utf-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Author: the Takahiro Sahashi
Author URI: http://pmen.net/
Description: genova template.
Version: 1.0
*/

/* =====================================
■BASE
===================================== */
html {
	font-size: 62.5%;
}
body {
	font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	line-height: 180%;
	background: #fff;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}
a {
	color: #666666;
	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:focus, *:focus {
	outline: none;
}
a:hover {
	color: #199e39;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
	color: #4d290e;
}
.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) {
	body {
		font-size: 15px;
	}
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
		color: #85b960;
		text-decoration: underline;
	}
}

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

@media screen and (max-width: 960px) {
	.pc_tab {
		display: none;
	}
}

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


/* =====================================
■Layout
===================================== */
/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1120px;
	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;
}


/*--------------------------------------
header
--------------------------------------*/
#header {
	margin-bottom: 15px;
}
#header .inner {
	width: 98%;
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header h1 {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 3px;
	clear: both;
	width: 100%;
}
#header .logo {
	float: left;
	width: 44%;
	margin-top: 3px;
}
#header .logo img {
	width: 100%;
	max-width: 420px;
}
#header .rightBox {
	float: right;
	width: 46%;
	text-align: right;
}
#header .rightBox img {
	width: 100%;
	max-width: 439px;
}

/* gnav */
.header_menu {
	margin: 0 10px;
}
.header_menu .g_nav {
	max-width: 960px;
	margin: 0 auto;
}
.header_menu .g_nav > li {
	float: left;
	width: 17.5%;
	border-right: 1px solid #cccccc;
	box-sizing: border-box;
	position: relative;
}
.header_menu .g_nav > li:first-child {
	border-left: 1px solid #cccccc;
}
.header_menu .g_nav > li:first-child,
.header_menu .g_nav > li:nth-child(4),
.header_menu .g_nav > li:nth-child(3) {
	width: 15%;
}
.header_menu .g_nav > li:last-child {
	width: 20%;
}
.header_menu .g_nav > li > a,
.header_menu .g_nav > li > span {
	display: block;
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
	font-size: 16px;
	color: #4b3508;
	text-align: center;
	padding: 9px 5px;
	cursor: pointer;
	transition: all 0.6s ease;
	position: relative;
	z-index: 5;
}
.header_menu .g_nav > li > a > span,
.header_menu .g_nav > li > span > span {
	display: block;
	margin: 0 auto;
}
.header_menu .g_nav > li > a:hover,
.header_menu .g_nav > li > span:hover,
.header_menu .g_nav > li.hover > a,
.header_menu .g_nav > li.hover > span {
	background: #33af8c;
	color: #fff;
}
.header_menu .g_nav > li ul {
	display: block;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	pointer-events: none;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 99;
	transition: .3s;
}
.header_menu .g_nav > li ul li {
	border-top: 1px solid #fff;
}
.header_menu .g_nav > li ul li a {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	color: #4b3508;
	background: #f9f4eb;
	padding: 13px 5px;
	text-align: center;
	transition: all 0.6s ease;
}
.header_menu .g_nav > li ul a:hover {
	background: #cbe9b7;
	color: #4b3508;
	text-decoration: none;
}
.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;
}
.tablet .header_menu .g_nav > li > ul {
	display: none;
}
.tablet .header_menu .g_nav > li > span + ul {
	pointer-events: none;
	opacity: 0;
}
.tablet .header_menu .g_nav > li.hover > span + ul {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

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

@media screen and (max-width: 960px) {
	#header .logo {
		margin: 0;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		font-size: 14px;
	}
	.header_menu .g_nav > li ul li a {
		font-size: 12px;
		padding: 11px 2px;
	}
}

@media screen and (max-width: 767px) {
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	#header {
		position: relative;
		margin: 0;
		z-index: 999;
	}
	#header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		width: 100%;
		background: #fff;
	}
	#header .inner {
		width: 100%;
		padding: 0;
	}
	#header h1 {
		display: none;
	}
	#header .logo {
		width: calc(100% - 80px);
		height: 60px;
		display: flex;
		align-items: center;
		margin-left: 10px;
	}
	#header .logo img {
		max-width: 277px;
	}
	.toggleMenu {
		display: block;
		width: 60px;
		height: 60px;
		background: #644B30;
		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: 20px auto 0;
		text-align: center;
		cursor: pointer;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #fff;
		border-radius: 5px;
	}
	.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: #F7F9EA;
		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;
		margin: 0;
	}
	.header_menu .header_menu_inner {
		padding: 30px;
	}
	.header_menu .g_nav {
		display: block;
		padding: 0;
		background: none;
	}
	.header_menu .g_nav > li {
		float: none;
		width: 100% !important;
		margin: 2px 0 0;
		border: none !important;
		position: relative;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-size: 16px;
		line-height: 1.4;
		text-align: left;
		color: #483512;
		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;
	}
	.header_menu .g_nav > li:first-child > a,
	.header_menu .g_nav > li:first-child > span {
		border-radius: 5px 5px 0 0;
	}
	.header_menu .g_nav > li:last-child > a,
	.header_menu .g_nav > li:last-child > span {
		border-radius: 0 0 5px 5px;
	}
	.header_menu .g_nav > li > a:hover,
	.header_menu .g_nav > li > span:hover,
	.header_menu .g_nav > li.hover > a,
	.header_menu .g_nav > li.hover > span {
		color: #483512;
		background: #fff;
	}
	.header_menu .g_nav > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 1px solid #92BB65;
		border-top: 1px solid #92BB65;
		position: absolute;
		top: 50%;
		right: 20px;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		margin-top: -2px;
		box-sizing: border-box;
	}
	.header_menu .g_nav > li.hover > span:after {
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: -8px;
	}
	.header_menu .g_nav > li > a > span,
	.header_menu .g_nav > li > span > span {
		display: block;
		margin: 0 auto;
	}
	.header_menu .g_nav > li ul {
		display: none;
		position: relative;
		top: 0 !important;
		left: 0;
		background: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
		width: 100%;
	}
	.header_menu .g_nav > li ul li {
		display: none;
		width: 100%;
		margin-top: 2px;
		border: none !important;
	}
	.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;
		text-align: left;
		color: #fff;
		background: #A9CB83 !important;
		margin-top: 2px;
		padding: 16px 30px 16px;
		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 {
		margin-left: 5px;
	}
	.header_menu .g_nav > li ul li a br {
		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;
	}

	.contact_box {
		background: #E9AB54;
		padding: 30px;
		display: block;
	}
	.contact_box .box_inner {
		max-width: 473px;
		margin: 0 auto;
	}
	.contact_box .contact_tit {
		font-family: "秀英角ゴシック B", "Shuei KakuGo B";
		font-size: 24px;
		line-height: 1.2;
		letter-spacing: 0.15em;
		margin-bottom: 20px;
		padding: 0;
		color: #fff;
		text-align: center;
	}
	.contact_box ul {
		margin-top: 20px;
	}
	.contact_box ul li {
		float: none;
		margin-top: 6px;
	}
	.contact_box ul li:first-child {
		margin-top: 0;
	}

}

@media screen and (max-width: 374px) {
	.header_menu .header_menu_inner {
		padding: 20px;
	}
	.contact_box {
		padding: 20px;
	}
	.contact_box .contact_tit {
		font-size: 22px;
		letter-spacing: 0.1em;
	}
}
/*--------------------------------------
header 2026 3 23 更新データ
--------------------------------------*/
.header_main .header_menu .g_nav > li > a,
.header_main .header_menu .g_nav > li > span {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	padding: 0 3px;
}
@media screen and (min-width: 768px) {
	#header {
		transition: background 0.3s ease;
	}

	.sub_active #header.is-scrolled .header_menu .header_menu_inner {
		background: #fff;
		padding: 16px 0;
		border-radius: 30px;
	}
	.sub_active {
		padding-top: 100px;
	}
	.sub_active #header {
		margin-bottom: 15px;
		position: fixed;
		top: 0;
		z-index: 999;
		left: 50%;
		transform: translate(-50%);
		width: 100%;
	}
	#header .header_inner {
		max-width: 1466px;
		padding: 19px 20px 0;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.header_main {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header_main .wrap {
		width: 16%;
		max-width: 216px;
	}
	#header .header_main .logo {
		width: 100%;
	}
	#header .header_main .logo img {
		max-width: 216px !important;
		width: 100% !important;
		margin-top: 0;
	}
	.header_main .header_menu {
/* 		width: 55%; */
		width: 65%;
		padding: 0 1%;
		box-sizing: border-box;
		margin: 0;
	}
	.header_main .header_menu .g_nav > li ul a:hover {
		background: #e16b0a;
		color: #FFF;
		text-decoration: none;
	}
	.header_main .header_menu .g_nav > li ul li a {
		font-size: 13px;
		letter-spacing: 0;
	}
	.header_main .header_menu .g_nav > li:first-child {
		width: 10%;
	}
	.header_main .header_menu .g_nav > li:nth-child(2) {
		width: 12%;
	}
	.header_main .header_menu .g_nav > li:nth-child(3) {
		width: 22%;
	}
	.header_main .header_menu .g_nav > li:nth-child(4) {
		width: 24%;
	}
	.header_main .header_menu .g_nav > li:nth-child(5) {
		width: 14%;
	}
	.header_main .header_menu .g_nav > li:nth-child(6) {
		width: 18%;
	}
	.header_main .header_menu .g_nav > li:last-child {
		border-right: none;
	}
	.header_main .header_menu .g_nav > li:first-child {
		border-left: none;
	}
	.header_main .header_menu .g_nav > li > a,
	.header_main .header_menu .g_nav > li > span {
		font-size: 15px;
	}
	#header .contact_info {
		width: 31%;
		max-width: 403px;
		display: none;
	}
	#header .contact_info ul {
		display: flex;
		justify-content: space-between;
		column-gap: 10px;
	}
	#header .contact_info li:first-child {
		max-width: 129px;
		margin-top: -10px;
	}
	#header .contact_info .header_tel img {
		max-width: 266px;
	}
	.header_main .header_menu .g_nav > li > a:hover,
	.header_main .header_menu .g_nav > li > span:hover,
	.header_main .header_menu .g_nav > li.hover > a,
	.header_main .header_menu .g_nav > li.hover > span {
		background: none;
		text-decoration: underline;
		color: #644B30;
		opacity: 0.8;
	}
	.header_main .header_menu .g_nav > li ul {
		width: 167px;
		left: 50%;
		transform: translate(-50%);
	}
	.header_web {
		margin-top: 5px;
	}
}
@media screen and (max-width: 1365px) and (min-width: 768px) {
	#header .contact_info {
		display: none;
	}
	.header_main .header_menu {
		padding: 0 0 0 30px;
		width: 80%;
		max-width: 684px;
	}
}
@media screen and (max-width: 904px) and (min-width: 768px) {
	.header_main .header_menu {
		width: 88%;
	}
	.header_main .header_menu .g_nav > li > a,
	.header_main .header_menu .g_nav > li > span {
		font-size: 14px;
		letter-spacing: -0.02em;
	}
}
@media screen and (max-width: 767px) {
	.sub_active #header .logo {
		width: 170px;
	}
	.sub_active #header .header_main .logo img {
		max-width: 170px;
	}
	.header_main .header_menu .header_menu_inner {
		padding-bottom: 60px;
	}
	#header .header_main .logo img {
		max-width: 147px;
	}
	.header_main .contact_box {
		background: none;
		padding: 0;
	}
	.header_main .header_menu {
		background: #F9F7F3;
	}
	.sub_active #header.open {
		background: #f9f7f3;
	}
	.header_main .header_menu .g_nav > li > a,
	.header_main .header_menu .g_nav > li > span {
		background: none;
		font-size: 20px;
		border-bottom: 1px solid #A68C66;
		padding-left: 0 !important;
		padding-top: 25px !important;
		padding-bottom: 15px !important;
	}
	.header_main .header_menu .g_nav > li:last-child > a,
	.header_main .header_menu .g_nav > li:last-child > span {
		border-radius: 0;
	}
	.header_main .header_menu .g_nav > li > span:after {
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 8px solid #644B30;
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.header_main .header_menu .g_nav > li.hover > span:after {
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		margin-top: 0;
	}
	.header_main .header_menu .g_nav > li ul li {
		margin-bottom: 8px;
	}
	.header_main .header_menu .g_nav > li ul li:first-child {
		margin-top: 15px;
	}
	.header_main .header_menu .g_nav > li ul li a {
		color: #7E6C59;
		background: #fff !important;
		padding: 10px 16px;
		border-radius: 10px;
	}
	.header_main .header_menu .g_nav > li ul li a {
		position: relative;
	}
	.header_main .header_menu .g_nav > li ul li a:before {
		position: absolute;
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 8px solid #7E6C59;
		right: 19px;
		top: 14px;
	}
}
/*--------------------------------------
BASE
--------------------------------------*/
#base {
	width: 98%;
	max-width: 960px;
	margin: 0 auto;
}
.top #base {
	margin: 0 auto;
}
/* #contentBase {
float: right;
width: 73%;
max-width: 700px;
} */
#content {
	min-height: 680px;
	margin-bottom: 70px;
}

/*　CONTENT BOTTOM　*/
#content-bottom {
	margin-bottom: 50px;
	text-align: center;
}

/*　SIDE　*/
/* #side {
float: left;
width: 25%;
max-width: 240px;
} */
#side .inner {
	padding: 0 10px 20px;
}
#side .sideMenu {
	margin-bottom: 20px;
	border-radius: 9px;
	background: #cbe9b7;
	padding: 10px;
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#side .sideMenu dt {
	font-family: "秀英丸ゴシック B","Shuei MaruGo B";
	font-size: 18px;
	color: #4d290e;
	padding: 4px 0px 15px 50px;
	background: url(/wp-content/uploads/ico_tit01.png) no-repeat 12px 6px;
}
#side .sideMenu dd a {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
	background: #fff;
	border-bottom: 1px dashed #cccccc;
	padding: 14px 10px 14px 25px;
	position: relative;    
}
#side .sideMenu dd:last-child a {
	border-bottom: none;
}
#side .sideMenu dd a:before {
	display: block;
	content: "";
	border-left: 6px solid #f3a93f;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	left: 10px;
	top: 20px;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
#side .sideMenu dd a:hover {
	background: #edf3d0;
	color: #199e39;
}
#side .sideMenu dd a:hover:before {
	border-left: 6px solid #199e39;
}
#side .blogBnr {
	text-align: center;
	/* 	border-bottom: 1px dotted #80C84B; */
	padding-bottom: 20px;
	margin-bottom: 20px;
}
/* #side .sideBnr li {
margin-top: 10px;
} */
#side .sideBnr li:first-child {
	margin-top: 0;
}
#side .inner .pc_tab {
	text-align: center;
	margin-bottom: 40px !important;
}

@media screen and (min-width: 768px) {
	#side .inner .sideBnr {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 690px;
		margin: 0 auto;
		column-gap: 15px;
		margin-bottom: 20px;
	}
	#side .inner .sideBnr li {
		width: calc((100% - 30px) / 3);
	}
	.sideBnr.sp {
		display: none !important;
	}
	#side .inner .sideBnr02 {
		display: flex;
		justify-content: center;
		column-gap: 15px;
		align-items: center;
		max-width: 80%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 960px) {
	#base {
		width: 100%;
	}
	#contentBase {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	#content {
		width: 100%;
		max-width: 700px;
		margin: 0 auto 70px;
		box-sizing: border-box;
	}

	/*　CONTENT BOTTOM　*/
	#content-bottom {
		width: 100%;
		max-width: 700px;
		margin: 0 auto 30px;
		box-sizing: border-box;
	}

	/*　SIDE　*/
	#side {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	#side .inner {
		padding: 0;
		width: 90%;
		max-width: 460px;
		margin: 0 auto;
	}
	#side .blogBnr {
		padding: 0 3.4% 20px;
	}
	#side .blogBnr img {
		width: calc((100% - 3.4%) / 2);
	}
	/* 	#side .sideBnr {
	padding: 0 3.4%;
} */
	/* 	#side .sideBnr li {
	float: left;
	width: calc((100% - 3.4%) / 2);
	margin-left: 3.4%;
	margin-top: 3.4%;
}
	#side .sideBnr li:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}
	#side .sideBnr li:nth-child(-n+2) {
	margin-top: 0;
} */
}

@media screen and (max-width: 767px) {
	#content {
		padding: 0 20px;
	}

	/*　CONTENT BOTTOM　*/
	#content-bottom {
		width: 90%;
		max-width: 460px;
	}
	.sideBnr.sp {
		display: flex !important;
		justify-content: space-between;
		column-gap: 15px;
		flex-wrap: wrap;
	}
	.sideBnr.sp li {
		width: calc((100% - 15px) / 2);
		margin-bottom: 15px;
	}
}

/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
	background: #19a57d;
	margin-top: 30px;
	text-align: center;
}
#footer .inner {
	width: 98%;
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 0 65px;
	font-size: 100%;
}
#footer .footerLink {
	margin-bottom: 5px;
}
#footer .footerLink li {
	display: inline-block;
	position: relative;
	color: #fff;
}
#footer .footerLink a {
	letter-spacing: 0.1em;
	color: #fff;
}
#footer .footerLink a:hover {
	text-decoration: underline;
}
address {
	color: #fff;
	word-break: break-word;
}
#footer .fixed_box {
	position: fixed;
	right: 0;
	width: 495px;
	z-index: 999;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
#footer .fixed_box li {
	float: left;
}
#footer .fixed_box li img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	#footer .fixed_box li:first-child {
		width: 229px;
	}
	#footer .fixed_box li:nth-child(2) {
		width: 166px;
	}
	#footer .fixed_box li:last-child {
		float: right;
		width: 50px;
	}
}
.ai_popup_wrapper {
	border: none;
	position: fixed;
	right: 0;
	bottom: 83px;
	width: 50%;
	max-width: 325px;
	z-index: 9999;
	display: none;
}
.ai_popup_wrapper button {
	border: none;
	background: none;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	#footer .inner {
		font-size: 14px;
		padding: 30px 0 18%;
	}
	.ai_popup_wrapper {
		bottom: 63px;
		width: 60%;
	}
	#footer .footerLink {
		margin-bottom: 0;
	}
	#footer .fixed_box {
		width: 100%;
		bottom: 0 !important;
	}
	#footer .fixed_box li {
		width: 42.55%;
		border-right: 1px solid #fff;
		box-sizing: border-box;
	}
	#footer .fixed_box li:last-child {
		width: 14.9%;
		border-right: none;
	}
}
.elementor-element-ff09b25{
	/* background: #cbe9b7; */
	background: #FFFCF0;
	padding:20px;
	/* 	max-width:94.5%; */
}
@media screen and (min-width: 767px) {
	.link{
		width:315px;
	}
}
/* @media screen and (max-width: 767px) {
.elementor-element-b1a45cb{
width:93%;
}
} */
.link{
	/* background: #009b6f; */
	background: #EE7602;
	color:#fff;
	margin-top:10px;
	border-radius:5px;
	position:relative;
}
.link:before {
	position: absolute;
	right: 15px;
	top: 20px;
	content: '';
	width:10px;
	height: 10px;
	border-top: 2px solid #FFFFFF; 
	border-right: 2px solid #FFFFFF;
	transform: rotate(45deg);
}
.link:hover{
	text-decoration: none;
	opacity: 0.8;
}
.link a{
	padding-left:31px;
	line-height:50px;
	height:50px;
	display:block;
	color:#fff !important;
	font-size:19px;
	letter-spacing:0.2em;
	font-weight:500;
}
/*--------------------------------------
FOOTER 20260323 更新データ
--------------------------------------*/
div.footerNner {
	background: url(/wp-content/uploads/footer_bg.png) center top;
	background-size: cover;
	padding-bottom: 120px;
	padding-top: 100px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 24px;
	color: #fff;
	z-index: 2;
	position: relative;
}
div.footerNner .footer_main {
	max-width: 1240px;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 0 auto;
/* 	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	column-gap: 20px; */
}
.footer_main .footer_logo {
	margin-bottom: 23px;
}
.footer_logo img {
	max-width: 200px;
}
.footer_main address {
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0;
}
.map_link {
	margin-top: 10px;
}
.map_link img {
	max-width: 222px;
}
.footer_main .footer_right {
  color: #fff;
  margin-top: 15px;
}
.footer_main .footer_right .sitemap {
/* 	text-align: right; */
	padding-right: 18px;
	position: relative;
	width: 90px;
}
.footer_main .footer_right .sitemap:before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #fff;
	right: 0;
	top: 10px;
}
.footer_main .footer_right .sitemap a {
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0;
}
.footer_main .footer_right .copyright {
	font-weight: 500;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	div.footerNner .footer_main {
		display: block;
	}
	.footer_main .footer_right .sitemap {
		text-align: left;
		margin-top: 15px;
	}
	.footer_main .footer_right .sitemap::before {
		right: auto;
		top: 10px;
		left: 100px;
	}
	div.footerNner {
		background: url(/wp-content/uploads/footer_spbg.png) center top;
		background-size: cover;
		padding-top: 70px;
		z-index: 9999;
		margin-top: 50px;
		padding-bottom: 160px;
	}
}
/*　fixed　*/
div.footerNner .fixed_cta {
	width: 402px;
	position: fixed;
	bottom: 0;
	right: 0;
}
div.footerNner .fixed_cta ul {
	display: flex;
	justify-content: space-between;
}
div.footerNner .fixed_cta .qrBox {
	width: 148px;
	height: 178px;
	margin-left: auto;
	margin-bottom: 10px;
	padding-right: 8px;
}
@media screen and (max-width: 767px) {
	div.footerNner .fixed_cta {
		width: 100%;
	}
}