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

/* =====================================
■RESET
===================================== */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,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: #f4f4f4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f4f4f4), color-stop(1.00, #d4d2d3));
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #d4d2d3 100%);
    background: -moz-linear-gradient(top, #f4f4f4 0%, #d4d2d3 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%, #d4d2d3 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, #d4d2d3 100%);
    background: -linear-gradient(top, #f4f4f4 0%, #d4d2d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d4d2d3',GradientType=0 );
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.4em;
	color: #5D5D5D;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	/*line-break: strict;*/
}
* {
	font-size: 100%;
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #5D5D5D;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #DB9900;
	transition: all 0.5s;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}
a img {
	opacity: 1;
	transition: opacity .5s;
}
a:hover img {
	opacity: 0.8;
	transition: opacity .5s;
}
table {
	width: 100%;
}
p:not(:last-child) {
	margin-bottom: 20px;
}
strong {
	font-weight: 700;
}
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #e0e0e5;
	padding: 20px 0;
}
.elementor-editor-active #content > #news {
	display: none;
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
		color: #ff9933 !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: 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;
}
.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: 820px;
	padding: 0 10px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}

/* =====================================
■HEADER
===================================== */
header {
	max-width: 820px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
	position: relative;
	z-index: 9999;
}
header .wrap {
	background: #ffffff;
	padding-bottom: 22px;
}
#headerLeft {
	float: left;
	width: 64.4%;
}
#headerRight {
	float: right;
	width: 24%;
	position: relative;
	padding-right: 13px;
}
header .catchword {
	padding: 10px 155px 0 15px;
	background: #ffffff;
}
header .catchword h1 {
	width: 100%;
	font-size: 1.1em;
	font-weight: normal;
    color: #5D5D5D;
}
header .logo {
    margin: 0 0 0 35px;
}
header .logo img {
	width: 100%;
	max-width: 380px;
}
header h2 {
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	color: #5D5D5D;
	margin: 0 0 0 30px;
}
#headerRight > .clearfix > div {
    float: left;
}
#headerRight > .clearfix > div.inquiryForm {
    width: 84px;
}
#headerRight > .clearfix > div.sitemap {
    width: 64px;
}
#headerRight > .clearfix > div a {
    color: #5D5D5D;
    display: block;
    text-decoration: none;
	line-height: 1.2;
	position: relative;
	padding: 0 0 0 14px;
	box-sizing: border-box;
	letter-spacing: 0;
}
#headerRight > .clearfix {
    margin-top: -15px;
    width: 148px;
    margin-left: auto;
}
#headerRight > .clearfix > div a:hover {
    text-decoration: underline;
}
#headerRight > .clearfix > div a:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 1px;
    background: url(/wp-content/uploads/icon_header_navi.png) no-repeat;
	width: 11px;
	height: 11px;
}
#headerRight .telNumber {
    margin: 16px 2px 3px 2px;
    text-align: right;
}
#searchBox {
    display: flex;
    justify-content: flex-start;
	line-height: 1;
	margin-left: 1px;
}
#searchBox li {
	float: left;
}
#searchBox li#searchInput {
	margin-right: 2px;
}
#searchBox li#searchInput input#search {
	font-size: 100%;
	border: 1px solid #E1DCC8;
	width: 95px;
	height: 18px;
	color: #cccccc;
}
#searchBox li#searchButton {
	margin-right: 7px;
	padding-top: 1px;
}
#searchBox li#rss {
	padding-top: 3px;
}

@media screen and (min-width: 768px) {
	/*　toggleMenu　*/
	.toggleMenu {
		display: none;
	}
}
@media screen and (max-width: 960px) and (min-width: 768px) {
	#headerRight {
		width: 25%;
	}
}
@media screen and (max-width: 767px) {
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	header {
		background: #fff;
		box-shadow: none;
		margin: 0;
		padding: 0;
	}
	header.open {
		width: 100%;
		background: #fff;
		position: fixed;
		top: 0 !important;
		left: 0;
	}
	header .wrap {
		border: none;
		border-radius: 0;
		background: #ffffff;
		padding-bottom: 0;
	}
	#headerLeft {
		float: none;
		width: 100%;
		margin: 0;
	}
	header .catchword,
	header h2,
	#headerRight {
		display: none;
	}
	header .logo {
		width: calc(100% - 95px);
		height: 60px;
		display: flex;
		align-items: center;
		margin: 0 0 0 30px;
	}
	header .logo img {
		max-width: 100%;
		max-width: 224px;
	}

	/*　toggleMenu　*/
	.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: #DD7FA4;
		border-radius: 2px;
	}
	.triggers span:nth-of-type(1) {
		top: 0;
	}
	.triggers span:nth-of-type(2) {
		top: 9px;
	}
	.triggers span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active .triggers span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.toggleMenu.active .triggers span:nth-of-type(2) {
		opacity: 0;
	}
	.toggleMenu.active .triggers span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
}

/*--------------------------------------
* nav
--------------------------------------*/
nav {
	width: 98%;
	margin: 0 auto;
}
nav .menu {
	max-width: 830px;
	margin: 0 auto;
}
nav .menu > li {
	float: left;
	width: 16.6%;
	border-right: 1px solid #f5f5f5;
	box-sizing: border-box;
	position: relative;
}
nav .menu > li:first-child {
	width: 16%;
	border-left: 1px solid #f5f5f5;
}
nav .menu > li:nth-child(3) {
	width: 17.6%;
}
nav .menu > li > a,
nav .menu > li > span {
	display: block;
	text-align: center;
	padding: 14px 2px;
	color: #3c3c3c;
	cursor: pointer;
	transition: all 0.6s ease;
	position: relative;
	z-index: 5;
}
nav .menu > li > a > span,
nav .menu > li > span > span {
	display: block;
	margin: 0 auto;
}
nav .menu > li > a:hover,
nav .menu > li > span:hover,
nav .menu > li.hover > a,
nav .menu > li.hover > span {
	background: #f5f5f5;
}
nav .menu > 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;
}
nav .menu > li ul li {
	border-top: 1px solid #fff;
}
nav .menu > li ul li a {
	display: block;
	color: #3c3c3c;
	background: #eee;
	padding: 14px 2px;
	text-align: center;
	transition: all 0.6s ease;
}
nav .menu > li ul a:hover {
	background: #f9f9f9;
	text-decoration: none;
}
.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;
}
.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: block !important; */
		display: none;
	}
	nav .menu > li ul {
		pointer-events: none;
	}
}
@media screen and (max-width: 767px) {
	nav {
		display: none;
		width: 100%;
		height: calc(100% - 60px);
		background: #D5C8A5;
		position: fixed;
		top: 60px;
		left: 0;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		overflow: hidden;
		z-index: 9999;
	}
	nav .menu {
		display: block;
		padding: 30px 30px 30px 35px;
		border: none;
	}
	nav .menu > li {
		float: none;
		width: 100% !important;
		margin: 2px 0 0;
		border: none !important;
		position: relative;
	}
	nav .menu > li:first-child {
		margin: 0;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-family: dnp-shuei-gothic-kin-std, sans-serif;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 0.1em;
		line-height: 1.2;
		text-align: left;
		color: #22201E;
		background: #fff;
		cursor: pointer;
		text-decoration: none;
		position: relative;
		padding: 18px 40px 18px 20px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	nav .menu > li:first-child > a,
	nav .menu > li:first-child > span {
		border-radius: 5px 5px 0 0;
	}
	nav .menu > li:last-child > a,
	nav .menu > li:last-child > span {
		border-radius: 0 0 5px 5px;
	}
	nav .menu > li > a:hover,
	nav .menu > li > span:hover,
	nav .menu > li.hover > a,
	nav .menu > li.hover > span {
		color: #22201E;
		background: #fff;
	}
	nav .menu > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 1px solid #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 > span,
	nav .menu > li > span > span {
		display: block;
		margin: 0 auto;
	}
	nav .menu > li ul {
		display: none;
		position: relative;
		top: 0 !important;
		left: 0;
		background: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
		width: 100%;
	}
	nav .menu > li ul li {
		display: none;
		width: 100%;
		margin-top: 2px;
		border: none !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-size: 16px;
		font-weight: 400;
		line-height: 1.2;
		letter-spacing: 0.05em;
		text-align: left;
		color: #fff;
		background: #DD7FA4 !important;
		margin-top: 2px;
		padding: 18px 30px;
		text-decoration: none !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	nav .menu > li ul li a:hover {
		opacity: 1;
	}	
	nav .menu > li ul li a span {
		margin-left: 5px;
	}
	nav .menu > li ul li a br {
		display: none;
	}
	nav .menu > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

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

	/*--------------------------------------
	* contactBox
	--------------------------------------*/
	.contactBox  {
		background: #D14179;
		padding: 25px 30px 40px;
	}
	.contactBox .inner {
		max-width: 630px;
		margin: 0 auto;
	}
	.contactBox .tit {
		font-family: dnp-shuei-gothic-kin-std, sans-serif;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 0.15em;
		line-height: 1.4;
		color: #fff;
		text-align: center;
		margin-bottom: 18px;
	}
	.contactBox ul li:not(:first-child) {
		margin-top: 12px;
	}
}
@media screen and (max-width: 374px) {
	nav .menu {
		padding: 20px 20px 25px;
	}
	.contactBox {
		padding: 17px 20px 25px;
	}
	.contactBox .tit {
		font-size: 20px;
		margin-bottom: 12px;
	}
}

/* =====================================
■Layout
===================================== */
/*--------------------------------------
* Module
--------------------------------------*/
main {
	display: block;
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.mainInner {
	padding: 32px 13px 36px;
	background: #ffffff;
}
article {
	float: right;
	width: 72%;
	max-width: 557px;
	min-height: 600px;
}
#content {
	padding: 0;
	position: relative;
	z-index: 2;
}
.home #content {
	padding-top: 16px;
}
body:not(.home) #content {
	min-height: 400px;
    background: url(/wp-content/uploads/contents_icon01.png) repeat-y top left,url(/wp-content/uploads/contents_icon01.png) repeat-y top right,url(/wp-content/uploads/contents_icon02.png) repeat-x bottom left;
	padding: 0 1px 30px;
}
.contentInner {
	padding: 0 17px 0 8px;
	font-size: 1.2em;
    line-height: 1.4em;
}

@media screen and (max-width: 767px) {
	main {
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.mainInner {
		border: none;
		padding: 0;
	}
	article {
		float: none;
		width: 100%;
		/* max-width: 100%; */
		max-width: 570px;
		padding: 0 10px 50px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	/* body:not(.home) article {
		margin: 10px auto 0;
	} */
	.contentInner {
		padding: 0 5px;
	}
}

/*--------------------------------------
* コンバージョン
--------------------------------------*/
#conversion {
	text-align: center;
	border-top: 1px dotted #cccccc;
}
#conversion .tel {
	margin-bottom: 30px;
}
#conversion .contactList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
#conversion .contactList li {
	width: calc((100% - 20px) / 2);
	max-width: 340px;
}

@media screen and (max-width: 960px) {
	#conversion {
		width: 100%;
		max-width: 700px;
		margin: 0 auto 30px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 767px) {
	#conversion .inner {
		width: 94%;
		margin: 0 auto;
	}
	#conversion .tel {
		margin-bottom: 20px;
	}
	#conversion .tel a {
		display: inline-block;
		margin-top: 10px;
	}
	#conversion .contactList {
		display: block;
		max-width: 340px;
		margin: 20px auto 0;
	}
	#conversion .contactList li {
		width: 100%;
	}
	#conversion .contactList li:not(:first-child) {
		margin-top: 10px;
	}
}

/*--------------------------------------
* ASIDE
--------------------------------------*/
aside {
	float: left;
	width: 28%;
	max-width: 210px;
}
aside .inner {
    padding-right: 6px;
	margin-bottom: 29px;
}
aside .inner .bannerList {
    margin-bottom: 6px;
}
aside .inner .naviList li {
    margin-bottom: 3px;
}
aside .inner .naviList li a {
    font-size: 1.2em;
    display: block;
    color: #FFFFFF;
    line-height: 1.4;
    background: url(/wp-content/uploads/navi_bg.jpg);
    padding: 13px 5px 12px 34px;
    min-height: 42px;
    box-sizing: border-box;
}
aside .inner .naviList li a:hover {
    color: #fbd7e3;
}
aside .inner .naviList li.naviSub {
    margin-bottom: 0;
}
aside .inner .naviList li.naviSub a {
    background: #dadde4 url(/wp-content/uploads/sub_category_bg.png) no-repeat 22px 8px;
    color: #5D5D5D;
    min-height: 32px;
    padding: 6px 5px 9px 34px;
}
aside .inner .naviList li.naviSub a:hover {
    text-decoration: underline;
}
aside #inqBox {
    margin-top: 25px;
    background: url(/wp-content/uploads/inquiry_bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 10px 14px 10px 12px;
    min-height: 179px;
    box-sizing: border-box;
}
aside #inqBox .inqBoxInner .tel {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
    padding-bottom: 9px;
}
aside #inqBox .inqBoxInner .inq small {
    color: #5D5D5D;
    margin-top: 6px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    display: block;
}

@media screen and (max-width: 767px) {
	aside {
		float: none;
		width: 100%;
		max-width: inherit;
		margin-bottom: 40px;
	}
	aside .innerBox {
		max-width: 210px;
		width: 100%;
		margin: 0 auto 40px;
		box-sizing: border-box;
	}
	aside .inner {
		margin-bottom: 10px;
	}
	aside .inner .naviList {
		display: none;
	}
}

/* =====================================
■FOOTER
===================================== */
footer {
    max-width: 820px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
#footer {
	font-size: 1.4em;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background: #878787;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #878787), color-stop(1.00, #3f3f3f));
    background: -webkit-linear-gradient(top, #878787 0%, #3f3f3f 100%);
    background: -moz-linear-gradient(top, #878787 0%, #3f3f3f 100%);
    background: -o-linear-gradient(top, #878787 0%, #3f3f3f 100%);
    background: -ms-linear-gradient(top, #878787 0%, #3f3f3f 100%);
	background: -linear-gradient(top, #878787 0%, #3f3f3f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#3f3f3f',GradientType=0 );
	padding-bottom: 2px;
}
.footerInner {
	position: relative;
	padding: 18px 0 0 15px;
}
#footer .footerLink {
    font-size: 0.8em;
}
#footer .footerLink li {
	display: inline;
	letter-spacing: 0.03em;
}
#footer .footerLink li.sp {
    display: none;
}
#footer .footerLink li a {
	color: #FFFFFF;
}
#footer .footerLink li a:hover {
	text-decoration: underline;
}
address {
    margin-top: 5px;
    font-size: 0.85em;
    line-height: 1.1;
}
#footer .pagetop {
	position: absolute;
	top: -27px;
	right: 20px;
}
footer .fixed_box {
	position: fixed;
	right: 0;
	/* width: 568px; */
	width: 432px;
	z-index: 999;
	transition-duration: 0.7s;
	bottom: 0 !important;
}
footer .fixed_box ul {
	display: flex;
	align-items: flex-end;
}
footer .fixed_box li img {
	width: 100%;
}

@media screen and (max-width: 1700px) and (min-width: 768px) {
	#footer {
		padding-bottom: 50px;
	}
}
@media screen and (min-width: 768px) {
	footer .fixed_box li {
		width: 38px;
	}
	footer .fixed_box li:first-child,
	footer .fixed_box li:nth-child(2) {
		width: 174px;
	}
	footer .fixed_box li:last-child {
		margin-left: 10px;
	}
}
@media screen and (max-width: 767px) {
	footer {
		padding: 0;
	}
	#footer {
		padding: 0 0 17%;
	}
	.footerInnerTop {
		background: #72c803;
		border: 1px solid #5eaa00;
		max-width: 195px;
		margin: 0 auto;
		width: 100%;
		border-radius: 10px;
		text-align: center;
		padding: 10px 2px 15px;
		margin-bottom: 20px;
	}
	.footerInner {
		padding: 35px 10px 15px;
	}
	#footer .footerLink li.sp {
		display: inline !important;
	}
	footer .fixed_box {
		width: 100%;
		bottom: 0 !important;
	}
	footer .fixed_box li {
		width: 28.7%;
	}
	footer .fixed_box li:last-child {
		width: 14.5%;
	}
}