@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: #0066CC;
	vertical-align: baseline;
	text-decoration: none;
	transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
}
a:hover {
	color: #3399FF;
	transition: color 0.5s ease-in-out, background 0.5s 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 .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: 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;
	}
}
#content {
	font-size: 1.16em;
}
/*--------------------------------------
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: 19px auto 90px;
	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;
}

@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 30px;
	}
}

/*--------------------------------------
■サイドバー
--------------------------------------*/
aside {
	float: left;
	width: 24%;
	max-width: 220px;
}
aside #asideInner .bannerList li {
	margin-bottom: 5px;
}

aside #asideInner .naviList {
	margin-bottom: 7px;
}
aside #asideInner .naviList li {
	margin-bottom: 1px;
}
aside #asideInner .naviList li a {
	display: block;
	color: #fff;
	padding: 11px 5px 13px 15px;
	background: url(/wp-content/uploads/navi_bg.png) no-repeat;
	font-size: 13px;
}
aside #asideInner .bannerList li a:hover {
	opacity: 0.5;
}
aside #accessBox {
	border: 1px solid #ccc;
}
aside #accessBox .inner div p {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
aside #accessBox .inner p {
	margin-bottom: 10px;
}
aside #asideInner .naviList li a:hover {
	color: #FF3;
}
aside #accessBox .inner ul li img {
	padding: 0;
}
aside #accessBox .inner {
	border-top: none;
	padding: 0px 9px 4px;
	background: #f3f3f3;
	font-size: 14px;
	line-height: 1.3;
	color: #666;
}
aside #accessBox .inner img {
	padding-bottom: 11px;
}
aside #accessBox .inner .map {
	padding-top: 137px;
	margin-bottom: 2px;
}
aside #accessBox .inner small {
	margin-bottom: 10px;
	display: block;
}
aside #accessBox .inner small a {
	font-size: 0.92em;
	text-decoration: underline;
}
aside #accessBox .inner .infoList {
	line-height: 140%;
	margin-top: 10px;
}
aside #accessBox .inner .infoList dt {
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 3px;
	padding-bottom: 4px;
}
aside #accessBox .inner .infoList dd {
	margin-bottom: 8px;
}
aside #accessBox .inner .aboutList li {
	margin-bottom: 5px;
}
.contact aside #asideInner {
	padding: 10px;
	border-radius: 10px;
}
#searchWrap {
	background: #FFDD75;
	padding: 5px 5px 5px 5px;
	display: flex;
	justify-content: space-between;
}
#searchWrap .searchInput {
	height: 18px;
	border: 1px solid #ccc;
	color: #ccc;
	width: 76%;
}
#searchWrap .searchButton {
	width: 31px;
	height: 20px;
	margin-left: auto;
}
#searchWrap form {
	display: flex;
	justify-content: left;
	column-gap: 5px;
	width: 79%;
	padding-right: 7px;
}
#searchWrap ul {
	width: 43px;
	margin-left: auto;
	height: 20px;
}
@media screen and (max-width: 767px) {
	aside {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 50px auto 0;
		box-sizing: border-box;
		text-align: center;
	}
	aside .naviList {
		display: none;
	}
	aside #accessBox {
		border: 1px solid #ccc;
		width: 100%;
		max-width: 220px;
		margin: 0 auto;
	}
}

/*--------------------------------------
■HEADER
--------------------------------------*/
header {
	background: #fefef4;
	margin-bottom: 10px;
}
header .catchword {
	padding: 4px 0 1px;
	background: #ff7e28;
	font-size: 90%;
	position: relative;
	margin-bottom: 10px;
}
/* header .catchword:before {
position: absolute;
content:"";
width: 100%;
height: 1px;
bottom: -2px;
left: 0;
background: #ff6794;
} */
header .catchword .inner {
	max-width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
header h1 {
	font-size: 90%;
	font-weight: normal;
	line-height: 100%;
	color: #FFF;
	letter-spacing: 0.1em;
	padding: 2px 0;
}
header p {
	color: #333;
}
header h2 {
	font-weight: normal;
	color: #999;
	white-space: nowrap;
	letter-spacing: 1px;
	font-size: 92%;
}
#headerInner {
	max-width: 940px;
	padding: 0 10px 0;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background: url(/wp-content/uploads/header_bg.jpg) no-repeat;
	background-size: cover;
}
#headerLeft {
	float: left;
	width: 46%;
	box-sizing: border-box;
	padding-top: 10px;
}
#headerRight {
	float: right;
	width: 48.6%;
	text-align: left;
	margin-top: 5px;
	position: relative;
	max-width: 447px;
}
#headerRight div:nth-child(2) {
	max-width: 198px;
	margin-left: auto;
	padding-top: 8px;
}
#headerRight ul {
	padding-bottom: 6px;
}
header img {
	width: 100%;
}
header #headerRight img {
	max-width: 447px;
	width: 100%;
}
header #headerRight a:hover img {
	opacity: 1;
}
#headerRight li {
	width: 49.8%;
	max-width: 190px;
}
#headerRight li:first-child{
	float: left;
	padding-right: 0.2%;
}
#headerRight li:last-child {
	float: right;
}
#telNumber img {
	max-width: 176px !important;
	width: 100%;
	text-align: left;
}
#logo {
	margin-top: 0;
}
#logo img {
	max-width: 347px;
}

/* 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;
		margin-bottom: 6px;
	}
	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% - 85px);
		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: #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: #ff7e28;
		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: #FFDFDF;
		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-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;
	}
	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 #FF6699;
		border-top: 1px solid #FF6699;
		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: #22201E;
		background: #FFF6F6 !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: 40px;
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 0 20px;
}
.conversionBox .title {
	border-top: 2px solid #ff9935;
	padding: 8px 0;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 2px dotted #ffae26;
	width: 97%;
	margin: 0 auto;
	margin-bottom: 13px;
}
.inquiry_banner ul {
	position: absolute;
	bottom: 7.4%;
	width: 88.7%;
	left: 5.65%;
}
.inquiry_banner ul li:first-child {
	margin: 0;
}
.inquiry_banner ul li {
	width: 49%;
	margin-left: 2%;
	float: left;
	padding-bottom: 15px;
}
.conversionBox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 20px;
}
.conversionBox ul li {
	width: calc((100% - 40px) /3 );
	padding-bottom: 15px;
}
.conversionBox ul li a {
	padding-left: 38px;
	position: relative;
	text-decoration: underline;
	color: #53C029;
}
.conversionBox ul li a:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: url(/wp-content/uploads/head.gif) no-repeat;
	left: 15px;
	top: 0;
}
@media screen and (max-width: 767px) {
	.contactBox  {
		background: #FFF6F6;
		padding: 22px 30px 35px;
	}
	.contactBox .tit {
		font-family: dnp-shuei-mgothic-std, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 24px;
		letter-spacing: 0.15em;
		line-height: 1.4;
		color: #22201E;
		text-align: center;
		margin-bottom: 15px;
	}
	.contactBox ul li:not(:first-child) {
		margin-top: 6px;
	}
	.conversionBox ul {
		display: block;
	}
	.conversionBox ul li {
		width: 100%;
	}
}
@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 {
	background: #FFF8DA;
	letter-spacing: 1px;
	padding-bottom: 30px;
}
#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 {
border-top: 5px solid #ffbdbf;
} */
#footerInner .footerNavi {
	text-align: center;
	padding: 21px 0 7px;
	padding: 15px 0 13px;
	background:#ff7d26;
}
#footerInner .footerNavi ul {
	max-width: 720px;
	margin: 0 auto;
	width: 100%;
}
#footerInner .footerNavi ul li {
	display: inline;
	font-size: 0.92em;
	line-height: 1.3em;
	color: #fff;
}
#footerInner .footerNavi ul li a {
	color: #fff;
	font-size: 100%;
	letter-spacing: 0.06em;
}
#footerInner .footerNavi ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
#footerInner .footerInfo {
	margin-top: 25px;
}
#footerInner .footerInfo .inner {
	width: 100%;
	max-width: 960px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	column-gap: 30px;
	justify-content: space-between;
}
#footerInner .footerInfo .inner a {
	color: #32C553;
	text-decoration: underline;
}
#footerInner .footerInfo .inner > div {
	width: calc((100% - 60px) / 3);
}
#footerInner .footerInfo .infoWrap {
	margin-right: 0;
}
#footerInner .footerInfo .aboutWrap {
	margin-right: 0;
}
footer .footerTtl {
	margin-bottom: 12px;
}
footer .map {
	padding-top: 206px;
	border: 1px solid #ccc;
}
#footerInner .footerInfo .infoWrap td,
#footerInner .footerInfo .infoWrap th {
	text-align: left;
	padding: 2px 0 2px 2px;
	border-bottom: 1px solid #FFB426;
	vertical-align: top;
	line-height: 160%;
	word-break: break-word;
}

#footerInner .footerInfo .infoWrap th {
	font-weight: 400;
	width: 65px;
}
#footerInner .footerInfo .infoWrap .tableA th {
	background: #FEBEBE;
	border: 1px solid #ccc;
	text-align: center;
	padding: 1px 2px;
	font-weight: normal;
	font-size: 15px;
}
#footerInner .footerInfo .infoWrap .table02 {
	font-size: 100%;
	margin-bottom: 10px;
}
#footerInner .footerInfo .infoWrap .table02 td {
	padding-left: 10px;
}
#footerInner .footerInfo .infoWrap .table02 th {
	color: #666666;
}
#footerInner .footerInfo .infoWrap .tableA td {
	border: 1px solid #ccc !important;
	text-align: center;
	padding: 4px 2px;
	white-space: nowrap;
}
#footerInner .footerInfo .infoWrap .tableA th:first-child {
	width: 20%;
}
#footerInner .footerInfo .aboutWrap .footerTxt {
	line-height: 160%;
	margin-bottom: 15px;
}
#footerInner .footerInfo .aboutWrap li {
	margin-top: 10px;
}
#footerInner .copyright {
	padding: 15px 0;
}
.contact #footerInner .copyright {
	background: #f0f0f0;
}
#footerInner .footerInfo .inner > div.regionWrap {
	line-height: 1.6;
}
#footerInner .footerInfo .inner > div .txtA {
	margin-bottom: 2px;
}
#footerInner .footerInfo .footer_btn {
	width: 100%;
	max-width: 960px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;	
	margin-top: 15px;
}
#footerInner .footerInfo .footer_btn ul {
	display: flex;
	column-gap: 5px;
	justify-content: space-between;
}
#footerInner .footerInfo .footer_btn ul li {
	width: calc((100% - 15px) / 4);
}
@media screen and (max-width: 767px) {
	#footerInner {
		/*background: -moz-linear-gradient(left, #b2d90e 0%, #a0c30d 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2d90e), color-stop(100%,#a0c30d));
		background: -webkit-linear-gradient(left, #b2d90e 0%,#a0c30d 100%);
		border-top: none;*/
		margin-top: 10px;
	}
	#footerInner .copyright {
		text-align: center;
	}
}

/*--------------------------------------
■追従バナー
--------------------------------------*/
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 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%;
	}
}